Trace number 4398571

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 parallelSAT (TO)1120 2012.64 252.021

General information on the benchmark

NamePseudoBoolean/PseudoBoolean-opt-mps/
Pb-mps-v2-20-10-lseu.xml
MD5SUMb8e79a81cec6901ac635f2e0750bfcb6
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark1120
Best CPU time to get the best result obtained on this benchmark101.21
Satisfiable
(Un)Satisfiability was proved
Number of variables89
Number of constraints28
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":89}]
Minimum variable degree2
Maximum variable degree8
Distribution of variable degrees[{"degree":2,"count":8},{"degree":3,"count":13},{"degree":4,"count":23},{"degree":5,"count":27},{"degree":6,"count":16},{"degree":8,"count":2}]
Minimum constraint arity2
Maximum constraint arity47
Distribution of constraint arities[{"arity":2,"count":2},{"arity":3,"count":5},{"arity":4,"count":5},{"arity":5,"count":5},{"arity":7,"count":3},{"arity":10,"count":1},{"arity":11,"count":1},{"arity":22,"count":1},{"arity":24,"count":1},{"arity":30,"count":1},{"arity":33,"count":1},{"arity":47,"count":2}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"sum","count":28}]
Optimization problemYES
Type of objectivemin SUM

Quality of the solution as a function of time


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

Solver Data

0.00/0.01	c
0.00/0.01	c This is cosoco 2.00 --  
0.00/0.01	c
0.00/0.01	c command line: cosoco -model -nbcores=8 HOME/instance-4398571-1568609352.xml 
0.00/0.01	c enable optimization
0.00/0.01	c ========================================[ Problem Statistics ]===========================================
0.00/0.01	c |                                                                                                       
0.00/0.01	c |  Parse time        :         0.01 s 
0.00/0.01	c |
0.00/0.01	c |               Variables: 89
0.00/0.01	c |            Domain Sizes: 2..2
0.00/0.01	c |
0.00/0.01	c |             Constraints: 29
0.00/0.01	c |                   Arity: 2..85  -- Binary: 2  -- Ternary: 5
0.00/0.01	c | 
0.00/0.01	c |                   Types: 
0.00/0.01	c |                          Sum: 29
0.00/0.01	c |                          
0.00/0.01	c |               Objective: Minimize Sum
0.00/0.01	
0.00/0.01	c =========================================================================================================
0.00/0.01	c Parallel mode: Portfolio
0.00/0.01	c [pFactory][Group N°0] created (threads:8).
0.00/0.01	c [pFactory][Group N°0] new task added (threads:8 - tasks:1).
0.00/0.01	c [pFactory][Group N°0] new task added (threads:8 - tasks:2).
0.00/0.01	c [pFactory][Group N°0] new task added (threads:8 - tasks:3).
0.00/0.01	c [pFactory][Group N°0] new task added (threads:8 - tasks:4).
0.00/0.01	c [pFactory][Group N°0] new task added (threads:8 - tasks:5).
0.00/0.01	c [pFactory][Group N°0] new task added (threads:8 - tasks:6).
0.00/0.01	c [pFactory][Group N°0] new task added (threads:8 - tasks:7).
0.00/0.01	c [pFactory][Group N°0] new task added (threads:8 - tasks:8).
0.00/0.01	c [pFactory][Group N°0] concurrent mode: enabled.
0.00/0.01	c [pFactory][Group N°0] computations in progress (threads:8 - tasks:8).
0.00/0.01	c [pFactory][Group N°0] task 7 launched on thread 1.
0.00/0.01	c [pFactory][Group N°0] task 6 launched on thread 0.
0.00/0.01	c [pFactory][Group N°0] task 5 launched on thread 2.
0.00/0.01	c [pFactory][Group N°0] task 4 launched on thread 6.
0.00/0.01	c [pFactory][Group N°0] task 3 launched on thread 4.
0.00/0.01	o 6199
0.00/0.02	c [pFactory][Group N°0] task 2 launched on thread 7.
0.00/0.02	c [pFactory][Group N°0] task 1 launched on thread 3.
0.00/0.02	c [pFactory][Group N°0] task 0 launched on thread 5.
0.00/0.02	o 3753
0.00/0.02	o 3685
0.00/0.02	o 3056
0.00/0.02	o 3042
0.00/0.02	o 2197
0.00/0.02	o 2042
0.00/0.02	o 1957
0.00/0.02	o 1862
0.00/0.03	o 1846
0.00/0.03	o 1844
0.00/0.03	o 1836
0.00/0.04	o 1748
0.00/0.08	o 1717
0.78/0.13	o 1660
2.43/0.31	o 1629
3.22/0.49	o 1617
4.01/0.59	o 1576
7.07/0.94	o 1564
9.46/1.21	o 1547
11.85/1.50	o 1539
11.85/1.50	o 1532
13.45/1.74	o 1531
16.71/2.19	o 1461
21.44/2.75	o 1446
27.03/3.44	o 1414
31.03/3.94	o 1336
43.80/5.53	o 1282
64.64/8.12	o 1278
67.76/8.59	o 1234
115.68/14.56	o 1193
359.33/45.01	o 1153
467.10/58.54	o 1128
1673.05/209.58	o 1120
2012.53/252.02	
2012.53/252.02	c *** INTERRUPTED ***
2012.53/252.02	c call to solver        : 46
2012.53/252.02	c
2012.53/252.02	c restarts              : 341112      
2012.53/252.02	c conflicts             : 2222880      (1104 /sec)
2012.53/252.02	c decisions             : 13579740     (6747 /sec)
2012.53/252.02	c propagations          : 93520117    (46467 /sec)
2012.53/252.02	c root propagations     : 64          
2012.53/252.02	c filter calls          : 109369128      (54342 /sec)
2012.53/252.02	c useless filter calls  : 93822977       (85 %)
2012.53/252.02	c Memory used           : 603.39 MB
2012.53/252.02	c Best bound time (wc)  : 209.577 s
2012.53/252.02	c CPU time              : 2012.63 s
2012.53/252.02	c real time             : 252.016 s
2012.53/252.02	
2012.53/252.02	s SATISFIABLE
2012.53/252.02	c Best value found: 1120
2012.53/252.02	
2012.53/252.02	
2012.53/252.02	v <instantiation type='solution' cost='1120'>
2012.53/252.02	v <list>x[0] x[10] x[11] x[12] x[13] x[14] x[15] x[16] x[17] x[18] x[19] x[1] x[20] x[21] x[22] x[23] x[24] x[25] x[26] x[27] x[28] x[29] x[2] x[30] x[31] x[32] x[33] x[34] x[35] x[36] x[37] x[38] x[39] x[3] x[40] x[41] x[42] x[43] x[44] x[45] x[46] x[47] x[48] x[49] x[4] x[50] x[51] x[52] x[53] x[54] x[55] x[56] x[57] x[58] x[59] x[5] x[60] x[61] x[62] x[63] x[64] x[65] x[66] x[67] x[68] x[69] x[6] x[70] x[71] x[72] x[73] x[74] x[75] x[76] x[77] x[78] x[79] x[7] x[80] x[81] x[82] x[83] x[84] x[85] x[86] x[87] x[88] x[8] x[9] </list>
2012.53/252.02	v <values>1 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 1 0 0 0 0 0 0 0 0 0 0 0 1 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 </values>
2012.53/252.02	v </instantiation>
2012.53/252.02	

Verifier Data

OK	1120

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4398571-1568609352/watcher-4398571-1568609352 -o /tmp/evaluation-result-4398571-1568609352/solver-4398571-1568609352 -C 2016 -W 252 -M 31000 --bin-var /tmp/runsolver-exch-node104-1568593565-7220 --watchdog 312 cosoco -model -nbcores=8 HOME/instance-4398571-1568609352.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
Current StackSize limit: 8192 KiB

solver pid=9429, runsolver pid=9426

[startup+0.100689 s]*
/proc/loadavg: 8.00 8.03 8.19 10/198 9438
/proc/meminfo: memFree=31427600/32770624 swapFree=66975920/67108860
[pid=9429] ppid=9426 vsize=617864 memory=4544 CPUtime=0.78 cores=0-7
/proc/9429/stat : 9429 (cosoco) S 9426 9429 7193 0 -1 1077944320 1437 0 0 0 78 0 0 0 20 0 9 0 437192326 632692736 1136 33554432000 4194304 6211092 140723628711504 140723628709760 140012581535479 0 0 4096 8405026 18446744073709551615 0 0 17 2 0 0 0 0 0 8312316 8317760 38580224 140723628712982 140723628713074 140723628713074 140723628715982 0
/proc/9429/statm: 154466 1136 868 493 0 147771 0
[pid=9429/tid=9431] ppid=9426 vsize=617864 memory=576460756329955530 CPUtime=0.09 cores=0-7
/proc/9429/task/9431/stat : 9431 (cosoco) R 9426 9429 7193 0 -1 4202560 12 0 0 0 9 0 0 0 20 0 9 0 437192327 632692736 1136 33554432000 4194304 6211092 140723628711504 140012558392928 5156465 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 38580224 140723628712982 140723628713074 140723628713074 140723628715982 0
[pid=9429/tid=9432] ppid=9426 vsize=617864 memory=0 CPUtime=0.09 cores=0-7
/proc/9429/task/9432/stat : 9432 (cosoco) R 9426 9429 7193 0 -1 4202560 16 0 0 0 9 0 0 0 20 0 9 0 437192327 632692736 1136 33554432000 4194304 6211092 140723628711504 140012550000224 5250459 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 38580224 140723628712982 140723628713074 140723628713074 140723628715982 0
[pid=9429/tid=9433] ppid=9426 vsize=617864 memory=140211803290446 CPUtime=0.09 cores=0-7
/proc/9429/task/9433/stat : 9433 (cosoco) R 9426 9429 7193 0 -1 4202560 15 0 0 0 9 0 0 0 20 0 9 0 437192327 632692736 1136 33554432000 4194304 6211092 140723628711504 140012541607520 5389832 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 38580224 140723628712982 140723628713074 140723628713074 140723628715982 0
[pid=9429/tid=9434] ppid=9426 vsize=617864 memory=0 CPUtime=0.09 cores=0-7
/proc/9429/task/9434/stat : 9434 (cosoco) R 9426 9429 7193 0 -1 4202560 16 0 0 0 9 0 0 0 20 0 9 0 437192327 632692736 1136 33554432000 4194304 6211092 140723628711504 140012533214816 5155807 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 38580224 140723628712982 140723628713074 140723628713074 140723628715982 0
[pid=9429/tid=9435] ppid=9426 vsize=617864 memory=0 CPUtime=0.09 cores=0-7
/proc/9429/task/9435/stat : 9435 (cosoco) R 9426 9429 7193 0 -1 4202560 12 0 0 0 9 0 0 0 20 0 9 0 437192327 632692736 1136 33554432000 4194304 6211092 140723628711504 140012524821688 5155804 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 38580224 140723628712982 140723628713074 140723628713074 140723628715982 0
[pid=9429/tid=9436] ppid=9426 vsize=617864 memory=0 CPUtime=0.09 cores=0-7
/proc/9429/task/9436/stat : 9436 (cosoco) R 9426 9429 7193 0 -1 4202560 11 0 0 0 9 0 0 0 20 0 9 0 437192327 632692736 1136 33554432000 4194304 6211092 140723628711504 140012516429408 5157520 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 38580224 140723628712982 140723628713074 140723628713074 140723628715982 0
[pid=9429/tid=9437] ppid=9426 vsize=617864 memory=-1 CPUtime=0.09 cores=0-7
/proc/9429/task/9437/stat : 9437 (cosoco) R 9426 9429 7193 0 -1 4202560 13 0 0 0 9 0 0 0 20 0 9 0 437192327 632692736 1136 33554432000 4194304 6211092 140723628711504 140012508036368 5250450 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 38580224 140723628712982 140723628713074 140723628713074 140723628715982 0
[pid=9429/tid=9438] ppid=9426 vsize=617864 memory=0 CPUtime=0.08 cores=0-7
/proc/9429/task/9438/stat : 9438 (cosoco) R 9426 9429 7193 0 -1 4202560 15 0 0 0 8 0 0 0 20 0 9 0 437192327 632692736 1136 33554432000 4194304 6211092 140723628711504 140012499643664 5155341 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 38580224 140723628712982 140723628713074 140723628713074 140723628715982 0
Current children cumulated CPU time: 0.78 s
Current children cumulated vsize: 617864 KiB
Current children cumulated memory: 4544 KiB

[startup+0.210689 s]*
/proc/loadavg: 8.00 8.03 8.19 9/198 9438
/proc/meminfo: memFree=31427600/32770624 swapFree=66975920/67108860
[pid=9429] ppid=9426 vsize=617864 memory=4544 CPUtime=1.65 cores=0-7
/proc/9429/stat : 9429 (cosoco) S 9426 9429 7193 0 -1 1077944320 1437 0 0 0 165 0 0 0 20 0 9 0 437192326 632692736 1136 33554432000 4194304 6211092 140723628711504 140723628709760 140012581535479 0 0 4096 8405026 18446744073709551615 0 0 17 2 0 0 0 0 0 8312316 8317760 38580224 140723628712982 140723628713074 140723628713074 140723628715982 0
/proc/9429/statm: 154466 1136 868 493 0 147771 0
[pid=9429/tid=9431] ppid=9426 vsize=617864 memory=576460756329955530 CPUtime=0.2 cores=0-7
/proc/9429/task/9431/stat : 9431 (cosoco) R 9426 9429 7193 0 -1 4202560 12 0 0 0 20 0 0 0 20 0 9 0 437192327 632692736 1136 33554432000 4194304 6211092 140723628711504 140012558392928 5155800 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 38580224 140723628712982 140723628713074 140723628713074 140723628715982 0
[pid=9429/tid=9432] ppid=9426 vsize=617864 memory=0 CPUtime=0.2 cores=0-7
/proc/9429/task/9432/stat : 9432 (cosoco) R 9426 9429 7193 0 -1 4202560 16 0 0 0 20 0 0 0 20 0 9 0 437192327 632692736 1136 33554432000 4194304 6211092 140723628711504 140012550000224 5157428 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 38580224 140723628712982 140723628713074 140723628713074 140723628715982 0
[pid=9429/tid=9433] ppid=9426 vsize=617864 memory=140211803290446 CPUtime=0.2 cores=0-7
/proc/9429/task/9433/stat : 9433 (cosoco) R 9426 9429 7193 0 -1 4202560 15 0 0 0 20 0 0 0 20 0 9 0 437192327 632692736 1136 33554432000 4194304 6211092 140723628711504 140012541607520 5250459 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 38580224 140723628712982 140723628713074 140723628713074 140723628715982 0
[pid=9429/tid=9434] ppid=9426 vsize=617864 memory=0 CPUtime=0.2 cores=0-7
/proc/9429/task/9434/stat : 9434 (cosoco) R 9426 9429 7193 0 -1 4202560 16 0 0 0 20 0 0 0 20 0 9 0 437192327 632692736 1136 33554432000 4194304 6211092 140723628711504 140012533214816 5009237 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 38580224 140723628712982 140723628713074 140723628713074 140723628715982 0
[pid=9429/tid=9435] ppid=9426 vsize=617864 memory=0 CPUtime=0.2 cores=0-7
/proc/9429/task/9435/stat : 9435 (cosoco) R 9426 9429 7193 0 -1 4202560 12 0 0 0 20 0 0 0 20 0 9 0 437192327 632692736 1136 33554432000 4194304 6211092 140723628711504 140012524821688 5156456 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 38580224 140723628712982 140723628713074 140723628713074 140723628715982 0
[pid=9429/tid=9436] ppid=9426 vsize=617864 memory=0 CPUtime=0.2 cores=0-7
/proc/9429/task/9436/stat : 9436 (cosoco) R 9426 9429 7193 0 -1 4202560 11 0 0 0 20 0 0 0 20 0 9 0 437192327 632692736 1136 33554432000 4194304 6211092 140723628711504 140012516429408 5157540 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 38580224 140723628712982 140723628713074 140723628713074 140723628715982 0
[pid=9429/tid=9437] ppid=9426 vsize=617864 memory=-1 CPUtime=0.2 cores=0-7
/proc/9429/task/9437/stat : 9437 (cosoco) R 9426 9429 7193 0 -1 4202560 13 0 0 0 20 0 0 0 20 0 9 0 437192327 632692736 1136 33554432000 4194304 6211092 140723628711504 140012508036368 5008918 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 38580224 140723628712982 140723628713074 140723628713074 140723628715982 0
[pid=9429/tid=9438] ppid=9426 vsize=617864 memory=0 CPUtime=0.18 cores=0-7
/proc/9429/task/9438/stat : 9438 (cosoco) R 9426 9429 7193 0 -1 4202560 15 0 0 0 18 0 0 0 20 0 9 0 437192327 632692736 1136 33554432000 4194304 6211092 140723628711504 140012499643664 5390011 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 38580224 140723628712982 140723628713074 140723628713074 140723628715982 0
Current children cumulated CPU time: 1.65 s
Current children cumulated vsize: 617864 KiB
Current children cumulated memory: 4544 KiB

[startup+0.309688 s]*
/proc/loadavg: 8.00 8.03 8.19 9/198 9438
/proc/meminfo: memFree=31427600/32770624 swapFree=66975920/67108860
[pid=9429] ppid=9426 vsize=617864 memory=4544 CPUtime=2.43 cores=0-7
/proc/9429/stat : 9429 (cosoco) S 9426 9429 7193 0 -1 1077944320 1437 0 0 0 243 0 0 0 20 0 9 0 437192326 632692736 1136 33554432000 4194304 6211092 140723628711504 140723628709760 140012581535479 0 0 4096 8405026 18446744073709551615 0 0 17 2 0 0 0 0 0 8312316 8317760 38580224 140723628712982 140723628713074 140723628713074 140723628715982 0
/proc/9429/statm: 154466 1136 868 493 0 147771 0
[pid=9429/tid=9431] ppid=9426 vsize=617864 memory=8317482817917895235 CPUtime=0.3 cores=0-7
/proc/9429/task/9431/stat : 9431 (cosoco) R 9426 9429 7193 0 -1 4202560 12 0 0 0 30 0 0 0 20 0 9 0 437192327 632692736 1136 33554432000 4194304 6211092 140723628711504 140012558392928 5158176 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 38580224 140723628712982 140723628713074 140723628713074 140723628715982 0
[pid=9429/tid=9432] ppid=9426 vsize=617864 memory=0 CPUtime=0.3 cores=0-7
/proc/9429/task/9432/stat : 9432 (cosoco) R 9426 9429 7193 0 -1 4202560 16 0 0 0 30 0 0 0 20 0 9 0 437192327 632692736 1136 33554432000 4194304 6211092 140723628711504 140012550000224 5250289 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 38580224 140723628712982 140723628713074 140723628713074 140723628715982 0
[pid=9429/tid=9433] ppid=9426 vsize=617864 memory=0 CPUtime=0.3 cores=0-7
/proc/9429/task/9433/stat : 9433 (cosoco) R 9426 9429 7193 0 -1 4202560 15 0 0 0 30 0 0 0 20 0 9 0 437192327 632692736 1136 33554432000 4194304 6211092 140723628711504 140012541607520 5157925 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 38580224 140723628712982 140723628713074 140723628713074 140723628715982 0
[pid=9429/tid=9434] ppid=9426 vsize=617864 memory=6944652177228980320 CPUtime=0.3 cores=0-7
/proc/9429/task/9434/stat : 9434 (cosoco) R 9426 9429 7193 0 -1 4202560 16 0 0 0 30 0 0 0 20 0 9 0 437192327 632692736 1136 33554432000 4194304 6211092 140723628711504 140012533214816 5156133 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 38580224 140723628712982 140723628713074 140723628713074 140723628715982 0
[pid=9429/tid=9435] ppid=9426 vsize=617864 memory=0 CPUtime=0.3 cores=0-7
/proc/9429/task/9435/stat : 9435 (cosoco) R 9426 9429 7193 0 -1 4202560 12 0 0 0 30 0 0 0 20 0 9 0 437192327 632692736 1136 33554432000 4194304 6211092 140723628711504 140012524821688 5155804 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 38580224 140723628712982 140723628713074 140723628713074 140723628715982 0
[pid=9429/tid=9436] ppid=9426 vsize=617864 memory=0 CPUtime=0.3 cores=0-7
/proc/9429/task/9436/stat : 9436 (cosoco) R 9426 9429 7193 0 -1 4202560 11 0 0 0 30 0 0 0 20 0 9 0 437192327 632692736 1136 33554432000 4194304 6211092 140723628711504 140012516429408 5158051 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 38580224 140723628712982 140723628713074 140723628713074 140723628715982 0
[pid=9429/tid=9437] ppid=9426 vsize=617864 memory=0 CPUtime=0.3 cores=0-7
/proc/9429/task/9437/stat : 9437 (cosoco) R 9426 9429 7193 0 -1 4202560 13 0 0 0 30 0 0 0 20 0 9 0 437192327 632692736 1136 33554432000 4194304 6211092 140723628711504 140012508036368 5156144 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 38580224 140723628712982 140723628713074 140723628713074 140723628715982 0
[pid=9429/tid=9438] ppid=9426 vsize=617864 memory=0 CPUtime=0.27 cores=0-7
/proc/9429/task/9438/stat : 9438 (cosoco) R 9426 9429 7193 0 -1 4202560 15 0 0 0 27 0 0 0 20 0 9 0 437192327 632692736 1136 33554432000 4194304 6211092 140723628711504 140012499643664 5158006 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 38580224 140723628712982 140723628713074 140723628713074 140723628715982 0
Current children cumulated CPU time: 2.43 s
Current children cumulated vsize: 617864 KiB
Current children cumulated memory: 4544 KiB

[startup+0.700687 s]
/proc/loadavg: 8.00 8.03 8.19 9/198 9438
/proc/meminfo: memFree=31428296/32770624 swapFree=66975920/67108860
[pid=9429] ppid=9426 vsize=617864 memory=4544 CPUtime=5.47 cores=0-7
/proc/9429/stat : 9429 (cosoco) S 9426 9429 7193 0 -1 1077944320 1437 0 0 0 547 0 0 0 20 0 9 0 437192326 632692736 1136 33554432000 4194304 6211092 140723628711504 140723628709760 140012581535479 0 0 4096 8405026 18446744073709551615 0 0 17 2 0 0 0 0 0 8312316 8317760 38580224 140723628712982 140723628713074 140723628713074 140723628715982 0
/proc/9429/statm: 154466 1136 868 493 0 147771 0
[pid=9429/tid=9431] ppid=9426 vsize=617864 memory=13692 CPUtime=0.69 cores=0-7
/proc/9429/task/9431/stat : 9431 (cosoco) R 9426 9429 7193 0 -1 4202560 12 0 0 0 69 0 0 0 20 0 9 0 437192327 632692736 1136 33554432000 4194304 6211092 140723628711504 140012558392504 5156144 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 38580224 140723628712982 140723628713074 140723628713074 140723628715982 0
[pid=9429/tid=9432] ppid=9426 vsize=617864 memory=14048 CPUtime=0.69 cores=0-7
/proc/9429/task/9432/stat : 9432 (cosoco) R 9426 9429 7193 0 -1 4202560 16 0 0 0 69 0 0 0 20 0 9 0 437192327 632692736 1136 33554432000 4194304 6211092 140723628711504 140012549999800 5155525 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 38580224 140723628712982 140723628713074 140723628713074 140723628715982 0
[pid=9429/tid=9433] ppid=9426 vsize=617864 memory=23904 CPUtime=0.69 cores=0-7
/proc/9429/task/9433/stat : 9433 (cosoco) R 9426 9429 7193 0 -1 4202560 15 0 0 0 69 0 0 0 20 0 9 0 437192327 632692736 1136 33554432000 4194304 6211092 140723628711504 140012541607184 5157544 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 38580224 140723628712982 140723628713074 140723628713074 140723628715982 0
[pid=9429/tid=9434] ppid=9426 vsize=617864 memory=2120 CPUtime=0.68 cores=0-7
/proc/9429/task/9434/stat : 9434 (cosoco) R 9426 9429 7193 0 -1 4202560 16 0 0 0 68 0 0 0 20 0 9 0 437192327 632692736 1136 33554432000 4194304 6211092 140723628711504 140012533214392 5250234 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 38580224 140723628712982 140723628713074 140723628713074 140723628715982 0
[pid=9429/tid=9435] ppid=9426 vsize=617864 memory=532 CPUtime=0.69 cores=0-7
/proc/9429/task/9435/stat : 9435 (cosoco) R 9426 9429 7193 0 -1 4202560 12 0 0 0 69 0 0 0 20 0 9 0 437192327 632692736 1136 33554432000 4194304 6211092 140723628711504 140012524821688 5157588 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 38580224 140723628712982 140723628713074 140723628713074 140723628715982 0
[pid=9429/tid=9436] ppid=9426 vsize=617864 memory=1564 CPUtime=0.68 cores=0-7
/proc/9429/task/9436/stat : 9436 (cosoco) R 9426 9429 7193 0 -1 4202560 11 0 0 0 68 0 0 0 20 0 9 0 437192327 632692736 1136 33554432000 4194304 6211092 140723628711504 140012516428984 5156179 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 38580224 140723628712982 140723628713074 140723628713074 140723628715982 0
[pid=9429/tid=9437] ppid=9426 vsize=617864 memory=924 CPUtime=0.68 cores=0-7
/proc/9429/task/9437/stat : 9437 (cosoco) R 9426 9429 7193 0 -1 4202560 13 0 0 0 68 0 0 0 20 0 9 0 437192327 632692736 1136 33554432000 4194304 6211092 140723628711504 140012508036368 5009168 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 38580224 140723628712982 140723628713074 140723628713074 140723628715982 0
[pid=9429/tid=9438] ppid=9426 vsize=617864 memory=1668 CPUtime=0.64 cores=0-7
/proc/9429/task/9438/stat : 9438 (cosoco) R 9426 9429 7193 0 -1 4202560 15 0 0 0 64 0 0 0 20 0 9 0 437192327 632692736 1136 33554432000 4194304 6211092 140723628711504 140012499643664 5156693 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 38580224 140723628712982 140723628713074 140723628713074 140723628715982 0
Current children cumulated CPU time: 5.47 s
Current children cumulated vsize: 617864 KiB
Current children cumulated memory: 4544 KiB

[startup+1.50038 s]
/proc/loadavg: 8.00 8.03 8.19 9/198 9438
/proc/meminfo: memFree=31428296/32770624 swapFree=66975920/67108860
[pid=9429] ppid=9426 vsize=617864 memory=4716 CPUtime=11.85 cores=0-7
/proc/9429/stat : 9429 (cosoco) S 9426 9429 7193 0 -1 1077944320 1804 0 0 0 1185 0 0 0 20 0 9 0 437192326 632692736 1179 33554432000 4194304 6211092 140723628711504 140723628709760 140012581535479 0 0 4096 8405026 18446744073709551615 0 0 17 2 0 0 0 0 0 8312316 8317760 38580224 140723628712982 140723628713074 140723628713074 140723628715982 0
/proc/9429/statm: 154466 1179 877 493 0 147771 0
[pid=9429/tid=9431] ppid=9426 vsize=617864 memory=0 CPUtime=1.49 cores=0-7
/proc/9429/task/9431/stat : 9431 (cosoco) R 9426 9429 7193 0 -1 4202560 47 0 0 0 149 0 0 0 20 0 9 0 437192327 632692736 1179 33554432000 4194304 6211092 140723628711504 140012558392504 5155345 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 38580224 140723628712982 140723628713074 140723628713074 140723628715982 0
[pid=9429/tid=9432] ppid=9426 vsize=617864 memory=0 CPUtime=1.49 cores=0-7
/proc/9429/task/9432/stat : 9432 (cosoco) R 9426 9429 7193 0 -1 4202560 75 0 0 0 149 0 0 0 20 0 9 0 437192327 632692736 1179 33554432000 4194304 6211092 140723628711504 140012549999800 5250459 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 38580224 140723628712982 140723628713074 140723628713074 140723628715982 0
[pid=9429/tid=9433] ppid=9426 vsize=617864 memory=0 CPUtime=1.48 cores=0-7
/proc/9429/task/9433/stat : 9433 (cosoco) R 9426 9429 7193 0 -1 4202560 49 0 0 0 148 0 0 0 20 0 9 0 437192327 632692736 1179 33554432000 4194304 6211092 140723628711504 140012541607184 5396504 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 38580224 140723628712982 140723628713074 140723628713074 140723628715982 0
[pid=9429/tid=9434] ppid=9426 vsize=617864 memory=0 CPUtime=1.48 cores=0-7
/proc/9429/task/9434/stat : 9434 (cosoco) R 9426 9429 7193 0 -1 4202560 71 0 0 0 148 0 0 0 20 0 9 0 437192327 632692736 1179 33554432000 4194304 6211092 140723628711504 140012533214392 5250307 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 38580224 140723628712982 140723628713074 140723628713074 140723628715982 0
[pid=9429/tid=9435] ppid=9426 vsize=617864 memory=7233736994252652628 CPUtime=1.48 cores=0-7
/proc/9429/task/9435/stat : 9435 (cosoco) R 9426 9429 7193 0 -1 4202560 34 0 0 0 148 0 0 0 20 0 9 0 437192327 632692736 1179 33554432000 4194304 6211092 140723628711504 140012524821688 5156465 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 38580224 140723628712982 140723628713074 140723628713074 140723628715982 0
[pid=9429/tid=9436] ppid=9426 vsize=617864 memory=288284493630994152 CPUtime=1.48 cores=0-7
/proc/9429/task/9436/stat : 9436 (cosoco) R 9426 9429 7193 0 -1 4202560 71 0 0 0 148 0 0 0 20 0 9 0 437192327 632692736 1179 33554432000 4194304 6211092 140723628711504 140012516428984 5156232 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 38580224 140723628712982 140723628713074 140723628713074 140723628715982 0
[pid=9429/tid=9437] ppid=9426 vsize=617864 memory=8562125494162282060 CPUtime=1.48 cores=0-7
/proc/9429/task/9437/stat : 9437 (cosoco) R 9426 9429 7193 0 -1 4202560 65 0 0 0 148 0 0 0 20 0 9 0 437192327 632692736 1179 33554432000 4194304 6211092 140723628711504 140012508036368 5158028 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 38580224 140723628712982 140723628713074 140723628713074 140723628715982 0
[pid=9429/tid=9438] ppid=9426 vsize=617864 memory=280423381183008 CPUtime=1.42 cores=0-7
/proc/9429/task/9438/stat : 9438 (cosoco) R 9426 9429 7193 0 -1 4202560 65 0 0 0 142 0 0 0 20 0 9 0 437192327 632692736 1179 33554432000 4194304 6211092 140723628711504 140012499643664 5186543 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 38580224 140723628712982 140723628713074 140723628713074 140723628715982 0
Current children cumulated CPU time: 11.85 s
Current children cumulated vsize: 617864 KiB
Current children cumulated memory: 4716 KiB

[startup+3.10969 s]
/proc/loadavg: 8.00 8.03 8.19 9/198 9438
/proc/meminfo: memFree=31427424/32770624 swapFree=66975920/67108860
[pid=9429] ppid=9426 vsize=617864 memory=4988 CPUtime=24.7 cores=0-7
/proc/9429/stat : 9429 (cosoco) S 9426 9429 7193 0 -1 1077944320 2149 0 0 0 2470 0 0 0 20 0 9 0 437192326 632692736 1247 33554432000 4194304 6211092 140723628711504 140723628709760 140012581535479 0 0 4096 8405026 18446744073709551615 0 0 17 2 0 0 0 0 0 8312316 8317760 38580224 140723628712982 140723628713074 140723628713074 140723628715982 0
/proc/9429/statm: 154466 1247 881 493 0 147771 0
[pid=9429/tid=9431] ppid=9426 vsize=617864 memory=4716 CPUtime=3.09 cores=0-7
/proc/9429/task/9431/stat : 9431 (cosoco) R 9426 9429 7193 0 -1 4202560 92 0 0 0 309 0 0 0 20 0 9 0 437192327 632692736 1247 33554432000 4194304 6211092 140723628711504 140012558392504 5156465 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 38580224 140723628712982 140723628713074 140723628713074 140723628715982 0
[pid=9429/tid=9432] ppid=9426 vsize=617864 memory=8836 CPUtime=3.09 cores=0-7
/proc/9429/task/9432/stat : 9432 (cosoco) R 9426 9429 7193 0 -1 4202560 114 0 0 0 309 0 0 0 20 0 9 0 437192327 632692736 1247 33554432000 4194304 6211092 140723628711504 140012549999800 5250463 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 38580224 140723628712982 140723628713074 140723628713074 140723628715982 0
[pid=9429/tid=9433] ppid=9426 vsize=617864 memory=4716 CPUtime=3.09 cores=0-7
/proc/9429/task/9433/stat : 9433 (cosoco) R 9426 9429 7193 0 -1 4202560 77 0 0 0 309 0 0 0 20 0 9 0 437192327 632692736 1247 33554432000 4194304 6211092 140723628711504 140012541607184 5157562 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 38580224 140723628712982 140723628713074 140723628713074 140723628715982 0
[pid=9429/tid=9434] ppid=9426 vsize=617864 memory=4716 CPUtime=3.09 cores=0-7
/proc/9429/task/9434/stat : 9434 (cosoco) R 9426 9429 7193 0 -1 4202560 122 0 0 0 309 0 0 0 20 0 9 0 437192327 632692736 1247 33554432000 4194304 6211092 140723628711504 140012533214392 5409386 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 38580224 140723628712982 140723628713074 140723628713074 140723628715982 0
[pid=9429/tid=9435] ppid=9426 vsize=617864 memory=1900427 CPUtime=3.09 cores=0-7
/proc/9429/task/9435/stat : 9435 (cosoco) R 9426 9429 7193 0 -1 4202560 76 0 0 0 309 0 0 0 20 0 9 0 437192327 632692736 1247 33554432000 4194304 6211092 140723628711504 140012524821688 5250224 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 38580224 140723628712982 140723628713074 140723628713074 140723628715982 0
[pid=9429/tid=9436] ppid=9426 vsize=617864 memory=168 CPUtime=3.09 cores=0-7
/proc/9429/task/9436/stat : 9436 (cosoco) R 9426 9429 7193 0 -1 4202560 117 0 0 0 309 0 0 0 20 0 9 0 437192327 632692736 1247 33554432000 4194304 6211092 140723628711504 140012516428984 5157540 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 38580224 140723628712982 140723628713074 140723628713074 140723628715982 0
[pid=9429/tid=9437] ppid=9426 vsize=617864 memory=168 CPUtime=3.09 cores=0-7
/proc/9429/task/9437/stat : 9437 (cosoco) R 9426 9429 7193 0 -1 4202560 109 0 0 0 309 0 0 0 20 0 9 0 437192327 632692736 1247 33554432000 4194304 6211092 140723628711504 140012508036368 5250224 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 38580224 140723628712982 140723628713074 140723628713074 140723628715982 0
[pid=9429/tid=9438] ppid=9426 vsize=617864 memory=162 CPUtime=3.01 cores=0-7
/proc/9429/task/9438/stat : 9438 (cosoco) R 9426 9429 7193 0 -1 4202560 115 0 0 0 301 0 0 0 20 0 9 0 437192327 632692736 1247 33554432000 4194304 6211092 140723628711504 140012499643664 5156869 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 38580224 140723628712982 140723628713074 140723628713074 140723628715982 0
Current children cumulated CPU time: 24.7 s
Current children cumulated vsize: 617864 KiB
Current children cumulated memory: 4988 KiB

[startup+6.30069 s]
/proc/loadavg: 8.00 8.03 8.19 9/198 9438
/proc/meminfo: memFree=31427920/32770624 swapFree=66975920/67108860
[pid=9429] ppid=9426 vsize=617864 memory=4988 CPUtime=50.19 cores=0-7
/proc/9429/stat : 9429 (cosoco) S 9426 9429 7193 0 -1 1077944320 2508 0 0 0 5019 0 0 0 20 0 9 0 437192326 632692736 1247 33554432000 4194304 6211092 140723628711504 140723628709760 140012581535479 0 0 4096 8405026 18446744073709551615 0 0 17 2 0 0 0 0 0 8312316 8317760 38580224 140723628712982 140723628713074 140723628713074 140723628715982 0
/proc/9429/statm: 154466 1247 881 493 0 147771 0
[pid=9429/tid=9431] ppid=9426 vsize=617864 memory=4716 CPUtime=6.29 cores=0-7
/proc/9429/task/9431/stat : 9431 (cosoco) R 9426 9429 7193 0 -1 4202560 120 0 0 0 629 0 0 0 20 0 9 0 437192327 632692736 1247 33554432000 4194304 6211092 140723628711504 140012558392504 5158072 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 38580224 140723628712982 140723628713074 140723628713074 140723628715982 0
[pid=9429/tid=9432] ppid=9426 vsize=617864 memory=4716 CPUtime=6.28 cores=0-7
/proc/9429/task/9432/stat : 9432 (cosoco) R 9426 9429 7193 0 -1 4202560 163 0 0 0 628 0 0 0 20 0 9 0 437192327 632692736 1247 33554432000 4194304 6211092 140723628711504 140012549999800 5250289 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 38580224 140723628712982 140723628713074 140723628713074 140723628715982 0
[pid=9429/tid=9433] ppid=9426 vsize=617864 memory=0 CPUtime=6.28 cores=0-7
/proc/9429/task/9433/stat : 9433 (cosoco) R 9426 9429 7193 0 -1 4202560 115 0 0 0 628 0 0 0 20 0 9 0 437192327 632692736 1247 33554432000 4194304 6211092 140723628711504 140012541607184 5157540 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 38580224 140723628712982 140723628713074 140723628713074 140723628715982 0
[pid=9429/tid=9434] ppid=9426 vsize=617864 memory=0 CPUtime=6.28 cores=0-7
/proc/9429/task/9434/stat : 9434 (cosoco) R 9426 9429 7193 0 -1 4202560 168 0 0 0 628 0 0 0 20 0 9 0 437192327 632692736 1247 33554432000 4194304 6211092 140723628711504 140012533214392 5250272 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 38580224 140723628712982 140723628713074 140723628713074 140723628715982 0

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

/proc/9429/task/9433/stat : 9433 (cosoco) R 9426 9429 7193 0 -1 4202560 301 0 0 0 2548 0 0 0 20 0 9 0 437192327 632692736 1250 33554432000 4194304 6211092 140723628711504 140012541607184 5250275 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 38580224 140723628712982 140723628713074 140723628713074 140723628715982 0
[pid=9429/tid=9434] ppid=9426 vsize=617864 memory=988 CPUtime=25.48 cores=0-7
/proc/9429/task/9434/stat : 9434 (cosoco) R 9426 9429 7193 0 -1 4202560 348 0 0 0 2548 0 0 0 20 0 9 0 437192327 632692736 1250 33554432000 4194304 6211092 140723628711504 140012533214480 5155960 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 38580224 140723628712982 140723628713074 140723628713074 140723628715982 0
[pid=9429/tid=9435] ppid=9426 vsize=617864 memory=280420898102793 CPUtime=25.48 cores=0-7
/proc/9429/task/9435/stat : 9435 (cosoco) R 9426 9429 7193 0 -1 4202560 295 0 0 0 2548 0 0 0 20 0 9 0 437192327 632692736 1250 33554432000 4194304 6211092 140723628711504 140012524821688 5156133 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 38580224 140723628712982 140723628713074 140723628713074 140723628715982 0
[pid=9429/tid=9436] ppid=9426 vsize=617864 memory=576583242059703325 CPUtime=25.48 cores=0-7
/proc/9429/task/9436/stat : 9436 (cosoco) R 9426 9429 7193 0 -1 4202560 384 0 0 0 2548 0 0 0 20 0 9 0 437192327 632692736 1250 33554432000 4194304 6211092 140723628711504 140012516428984 5158000 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 38580224 140723628712982 140723628713074 140723628713074 140723628715982 0
[pid=9429/tid=9437] ppid=9426 vsize=617864 memory=5000 CPUtime=25.48 cores=0-7
/proc/9429/task/9437/stat : 9437 (cosoco) R 9426 9429 7193 0 -1 4202560 318 0 0 0 2548 0 0 0 20 0 9 0 437192327 632692736 1250 33554432000 4194304 6211092 140723628711504 140012508036368 5156256 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 38580224 140723628712982 140723628713074 140723628713074 140723628715982 0
[pid=9429/tid=9438] ppid=9426 vsize=617864 memory=1056 CPUtime=25.14 cores=0-7
/proc/9429/task/9438/stat : 9438 (cosoco) R 9426 9429 7193 0 -1 4202560 307 0 0 0 2514 0 0 0 20 0 9 0 437192327 632692736 1250 33554432000 4194304 6211092 140723628711504 140012499643664 5155817 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 38580224 140723628712982 140723628713074 140723628713074 140723628715982 0
Current children cumulated CPU time: 203.54 s
Current children cumulated vsize: 617864 KiB
Current children cumulated memory: 5000 KiB

[startup+51.1097 s]
/proc/loadavg: 8.00 8.03 8.18 9/198 9440
/proc/meminfo: memFree=31429352/32770624 swapFree=66975920/67108860
[pid=9429] ppid=9426 vsize=617864 memory=5008 CPUtime=408.06 cores=0-7
/proc/9429/stat : 9429 (cosoco) S 9426 9429 7193 0 -1 1077944320 4614 0 0 0 40806 0 0 0 20 0 9 0 437192326 632692736 1252 33554432000 4194304 6211092 140723628711504 140723628709760 140012581535479 0 0 4096 8405026 18446744073709551615 0 0 17 2 0 0 0 0 0 8312316 8317760 38580224 140723628712982 140723628713074 140723628713074 140723628715982 0
/proc/9429/statm: 154466 1252 881 493 0 147771 0
[pid=9429/tid=9431] ppid=9426 vsize=617864 memory=5008 CPUtime=51.08 cores=0-7
/proc/9429/task/9431/stat : 9431 (cosoco) R 9426 9429 7193 0 -1 4202560 367 0 0 0 5108 0 0 0 20 0 9 0 437192327 632692736 1252 33554432000 4194304 6211092 140723628711504 140012558392504 5155834 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 38580224 140723628712982 140723628713074 140723628713074 140723628715982 0
[pid=9429/tid=9432] ppid=9426 vsize=617864 memory=5008 CPUtime=51.08 cores=0-7
/proc/9429/task/9432/stat : 9432 (cosoco) R 9426 9429 7193 0 -1 4202560 426 0 0 0 5108 0 0 0 20 0 9 0 437192327 632692736 1252 33554432000 4194304 6211092 140723628711504 140012549999800 5156232 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 38580224 140723628712982 140723628713074 140723628713074 140723628715982 0
[pid=9429/tid=9433] ppid=9426 vsize=617864 memory=0 CPUtime=51.09 cores=0-7
/proc/9429/task/9433/stat : 9433 (cosoco) R 9426 9429 7193 0 -1 4202560 401 0 0 0 5109 0 0 0 20 0 9 0 437192327 632692736 1252 33554432000 4194304 6211092 140723628711504 140012541607184 5009317 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 38580224 140723628712982 140723628713074 140723628713074 140723628715982 0
[pid=9429/tid=9434] ppid=9426 vsize=617864 memory=0 CPUtime=51.08 cores=0-7
/proc/9429/task/9434/stat : 9434 (cosoco) R 9426 9429 7193 0 -1 4202560 429 0 0 0 5108 0 0 0 20 0 9 0 437192327 632692736 1252 33554432000 4194304 6211092 140723628711504 140012533214480 5250458 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 38580224 140723628712982 140723628713074 140723628713074 140723628715982 0
[pid=9429/tid=9435] ppid=9426 vsize=617864 memory=164 CPUtime=51.09 cores=0-7
/proc/9429/task/9435/stat : 9435 (cosoco) R 9426 9429 7193 0 -1 4202560 384 0 0 0 5109 0 0 0 20 0 9 0 437192327 632692736 1252 33554432000 4194304 6211092 140723628711504 140012524821688 5157956 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 38580224 140723628712982 140723628713074 140723628713074 140723628715982 0
[pid=9429/tid=9436] ppid=9426 vsize=617864 memory=0 CPUtime=51.08 cores=0-7
/proc/9429/task/9436/stat : 9436 (cosoco) R 9426 9429 7193 0 -1 4202560 495 0 0 0 5108 0 0 0 20 0 9 0 437192327 632692736 1252 33554432000 4194304 6211092 140723628711504 140012516429072 5250224 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 38580224 140723628712982 140723628713074 140723628713074 140723628715982 0
[pid=9429/tid=9437] ppid=9426 vsize=617864 memory=5008 CPUtime=51.09 cores=0-7
/proc/9429/task/9437/stat : 9437 (cosoco) R 9426 9429 7193 0 -1 4202560 407 0 0 0 5109 0 0 0 20 0 9 0 437192327 632692736 1252 33554432000 4194304 6211092 140723628711504 140012508036368 5155817 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 38580224 140723628712982 140723628713074 140723628713074 140723628715982 0
[pid=9429/tid=9438] ppid=9426 vsize=617864 memory=3604 CPUtime=50.44 cores=0-7
/proc/9429/task/9438/stat : 9438 (cosoco) R 9426 9429 7193 0 -1 4202560 378 0 0 0 5044 0 0 0 20 0 9 0 437192327 632692736 1252 33554432000 4194304 6211092 140723628711504 140012499643664 5157540 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 38580224 140723628712982 140723628713074 140723628713074 140723628715982 0
Current children cumulated CPU time: 408.06 s
Current children cumulated vsize: 617864 KiB
Current children cumulated memory: 5008 KiB

[startup+102.301 s]
/proc/loadavg: 8.00 8.02 8.17 9/200 9452
/proc/meminfo: memFree=31429092/32770624 swapFree=66975920/67108860
[pid=9429] ppid=9426 vsize=617864 memory=5008 CPUtime=816.88 cores=0-7
/proc/9429/stat : 9429 (cosoco) S 9426 9429 7193 0 -1 1077944320 5319 0 0 0 81688 0 0 0 20 0 9 0 437192326 632692736 1252 33554432000 4194304 6211092 140723628711504 140723628709760 140012581535479 0 0 4096 8405026 18446744073709551615 0 0 17 2 0 0 0 0 0 8312316 8317760 38580224 140723628712982 140723628713074 140723628713074 140723628715982 0
/proc/9429/statm: 154466 1252 881 493 0 147771 0
[pid=9429/tid=9431] ppid=9426 vsize=617864 memory=780 CPUtime=102.26 cores=0-7
/proc/9429/task/9431/stat : 9431 (cosoco) R 9426 9429 7193 0 -1 4202560 457 0 0 0 10226 0 0 0 20 0 9 0 437192327 632692736 1252 33554432000 4194304 6211092 140723628711504 140012558392504 5155370 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 38580224 140723628712982 140723628713074 140723628713074 140723628715982 0
[pid=9429/tid=9432] ppid=9426 vsize=617864 memory=5008 CPUtime=102.27 cores=0-7
/proc/9429/task/9432/stat : 9432 (cosoco) R 9426 9429 7193 0 -1 4202560 509 0 0 0 10227 0 0 0 20 0 9 0 437192327 632692736 1252 33554432000 4194304 6211092 140723628711504 140012549999800 5156240 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 38580224 140723628712982 140723628713074 140723628713074 140723628715982 0
[pid=9429/tid=9433] ppid=9426 vsize=617864 memory=5000 CPUtime=102.26 cores=0-7
/proc/9429/task/9433/stat : 9433 (cosoco) R 9426 9429 7193 0 -1 4202560 497 0 0 0 10226 0 0 0 20 0 9 0 437192327 632692736 1252 33554432000 4194304 6211092 140723628711504 140012541607184 5250284 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 38580224 140723628712982 140723628713074 140723628713074 140723628715982 0
[pid=9429/tid=9434] ppid=9426 vsize=617864 memory=0 CPUtime=102.25 cores=0-7
/proc/9429/task/9434/stat : 9434 (cosoco) R 9426 9429 7193 0 -1 4202560 521 0 0 0 10225 0 0 0 20 0 9 0 437192327 632692736 1252 33554432000 4194304 6211092 140723628711504 140012533214480 5155957 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 38580224 140723628712982 140723628713074 140723628713074 140723628715982 0
[pid=9429/tid=9435] ppid=9426 vsize=617864 memory=5008 CPUtime=102.26 cores=0-7
/proc/9429/task/9435/stat : 9435 (cosoco) R 9426 9429 7193 0 -1 4202560 469 0 0 0 10226 0 0 0 20 0 9 0 437192327 632692736 1252 33554432000 4194304 6211092 140723628711504 140012524821688 5250251 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 38580224 140723628712982 140723628713074 140723628713074 140723628715982 0
[pid=9429/tid=9436] ppid=9426 vsize=617864 memory=33 CPUtime=102.26 cores=0-7
/proc/9429/task/9436/stat : 9436 (cosoco) R 9426 9429 7193 0 -1 4202560 585 0 0 0 10226 0 0 0 20 0 9 0 437192327 632692736 1252 33554432000 4194304 6211092 140723628711504 140012516429072 5157993 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 38580224 140723628712982 140723628713074 140723628713074 140723628715982 0
[pid=9429/tid=9437] ppid=9426 vsize=617864 memory=5008 CPUtime=102.27 cores=0-7
/proc/9429/task/9437/stat : 9437 (cosoco) R 9426 9429 7193 0 -1 4202560 485 0 0 0 10227 0 0 0 20 0 9 0 437192327 632692736 1252 33554432000 4194304 6211092 140723628711504 140012508036368 5156397 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 38580224 140723628712982 140723628713074 140723628713074 140723628715982 0
[pid=9429/tid=9438] ppid=9426 vsize=617864 memory=2004 CPUtime=101.01 cores=0-7
/proc/9429/task/9438/stat : 9438 (cosoco) R 9426 9429 7193 0 -1 4202560 469 0 0 0 10101 0 0 0 20 0 9 0 437192327 632692736 1252 33554432000 4194304 6211092 140723628711504 140012499643664 5157574 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 38580224 140723628712982 140723628713074 140723628713074 140723628715982 0
Current children cumulated CPU time: 816.88 s
Current children cumulated vsize: 617864 KiB
Current children cumulated memory: 5008 KiB

[startup+162.301 s]
/proc/loadavg: 8.00 8.01 8.16 9/200 9455
/proc/meminfo: memFree=31428752/32770624 swapFree=66975920/67108860
[pid=9429] ppid=9426 vsize=617864 memory=5008 CPUtime=1296.08 cores=0-7
/proc/9429/stat : 9429 (cosoco) S 9426 9429 7193 0 -1 1077944320 6032 0 0 0 129608 0 0 0 20 0 9 0 437192326 632692736 1252 33554432000 4194304 6211092 140723628711504 140723628709760 140012581535479 0 0 4096 8405026 18446744073709551615 0 0 17 2 0 0 0 0 0 8312316 8317760 38580224 140723628712982 140723628713074 140723628713074 140723628715982 0
/proc/9429/statm: 154466 1252 881 493 0 147771 0
[pid=9429/tid=9431] ppid=9426 vsize=617864 memory=5008 CPUtime=162.25 cores=0-7
/proc/9429/task/9431/stat : 9431 (cosoco) R 9426 9429 7193 0 -1 4202560 531 0 0 0 16225 0 0 0 20 0 9 0 437192327 632692736 1252 33554432000 4194304 6211092 140723628711504 140012558392504 5156240 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 38580224 140723628712982 140723628713074 140723628713074 140723628715982 0
[pid=9429/tid=9432] ppid=9426 vsize=617864 memory=5008 CPUtime=162.26 cores=0-7
/proc/9429/task/9432/stat : 9432 (cosoco) R 9426 9429 7193 0 -1 4202560 596 0 0 0 16226 0 0 0 20 0 9 0 437192327 632692736 1252 33554432000 4194304 6211092 140723628711504 140012549999800 5155239 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 38580224 140723628712982 140723628713074 140723628713074 140723628715982 0
[pid=9429/tid=9433] ppid=9426 vsize=617864 memory=5008 CPUtime=162.24 cores=0-7
/proc/9429/task/9433/stat : 9433 (cosoco) R 9426 9429 7193 0 -1 4202560 607 0 0 0 16224 0 0 0 20 0 9 0 437192327 632692736 1252 33554432000 4194304 6211092 140723628711504 140012541607184 5155980 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 38580224 140723628712982 140723628713074 140723628713074 140723628715982 0
[pid=9429/tid=9434] ppid=9426 vsize=617864 memory=5008 CPUtime=162.24 cores=0-7
/proc/9429/task/9434/stat : 9434 (cosoco) R 9426 9429 7193 0 -1 4202560 604 0 0 0 16224 0 0 0 20 0 9 0 437192327 632692736 1252 33554432000 4194304 6211092 140723628711504 140012533214480 5250272 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 38580224 140723628712982 140723628713074 140723628713074 140723628715982 0
[pid=9429/tid=9435] ppid=9426 vsize=617864 memory=5008 CPUtime=162.25 cores=0-7
/proc/9429/task/9435/stat : 9435 (cosoco) R 9426 9429 7193 0 -1 4202560 552 0 0 0 16225 0 0 0 20 0 9 0 437192327 632692736 1252 33554432000 4194304 6211092 140723628711504 140012524821688 5155800 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 38580224 140723628712982 140723628713074 140723628713074 140723628715982 0
[pid=9429/tid=9436] ppid=9426 vsize=617864 memory=5008 CPUtime=162.24 cores=0-7
/proc/9429/task/9436/stat : 9436 (cosoco) R 9426 9429 7193 0 -1 4202560 688 0 0 0 16224 0 0 0 20 0 9 0 437192327 632692736 1252 33554432000 4194304 6211092 140723628711504 140012516429072 5250450 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 38580224 140723628712982 140723628713074 140723628713074 140723628715982 0
[pid=9429/tid=9437] ppid=9426 vsize=617864 memory=-7035114785800479027 CPUtime=162.26 cores=0-7
/proc/9429/task/9437/stat : 9437 (cosoco) R 9426 9429 7193 0 -1 4202560 575 0 0 0 16226 0 0 0 20 0 9 0 437192327 632692736 1252 33554432000 4194304 6211092 140723628711504 140012508036368 5250459 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 38580224 140723628712982 140723628713074 140723628713074 140723628715982 0
[pid=9429/tid=9438] ppid=9426 vsize=617864 memory=1556 CPUtime=160.29 cores=0-7
/proc/9429/task/9438/stat : 9438 (cosoco) R 9426 9429 7193 0 -1 4202560 552 0 0 0 16029 0 0 0 20 0 9 0 437192327 632692736 1252 33554432000 4194304 6211092 140723628711504 140012499643664 5157557 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 38580224 140723628712982 140723628713074 140723628713074 140723628715982 0
Current children cumulated CPU time: 1296.08 s
Current children cumulated vsize: 617864 KiB
Current children cumulated memory: 5008 KiB

[startup+222.301 s]
/proc/loadavg: 8.00 8.01 8.15 9/200 9460
/proc/meminfo: memFree=31429584/32770624 swapFree=66975920/67108860
[pid=9429] ppid=9426 vsize=617864 memory=5008 CPUtime=1775.26 cores=0-7
/proc/9429/stat : 9429 (cosoco) S 9426 9429 7193 0 -1 1077944320 6389 0 0 0 177526 0 0 0 20 0 9 0 437192326 632692736 1252 33554432000 4194304 6211092 140723628711504 140723628709760 140012581535479 0 0 4096 8405026 18446744073709551615 0 0 17 2 0 0 0 0 0 8312316 8317760 38580224 140723628712982 140723628713074 140723628713074 140723628715982 0
/proc/9429/statm: 154466 1252 881 493 0 147771 0
[pid=9429/tid=9431] ppid=9426 vsize=617864 memory=5008 CPUtime=222.24 cores=0-7
/proc/9429/task/9431/stat : 9431 (cosoco) R 9426 9429 7193 0 -1 4202560 564 0 0 0 22224 0 0 0 20 0 9 0 437192327 632692736 1252 33554432000 4194304 6211092 140723628711504 140012558392504 5250284 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 38580224 140723628712982 140723628713074 140723628713074 140723628715982 0
[pid=9429/tid=9432] ppid=9426 vsize=617864 memory=5008 CPUtime=222.25 cores=0-7
/proc/9429/task/9432/stat : 9432 (cosoco) R 9426 9429 7193 0 -1 4202560 643 0 0 0 22225 0 0 0 20 0 9 0 437192327 632692736 1252 33554432000 4194304 6211092 140723628711504 140012549999800 5193754 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 38580224 140723628712982 140723628713074 140723628713074 140723628715982 0
[pid=9429/tid=9433] ppid=9426 vsize=617864 memory=5008 CPUtime=222.23 cores=0-7
/proc/9429/task/9433/stat : 9433 (cosoco) R 9426 9429 7193 0 -1 4202560 655 0 0 0 22223 0 0 0 20 0 9 0 437192327 632692736 1252 33554432000 4194304 6211092 140723628711504 140012541607184 5389955 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 38580224 140723628712982 140723628713074 140723628713074 140723628715982 0
[pid=9429/tid=9434] ppid=9426 vsize=617864 memory=5008 CPUtime=222.22 cores=0-7
/proc/9429/task/9434/stat : 9434 (cosoco) R 9426 9429 7193 0 -1 4202560 663 0 0 0 22222 0 0 0 20 0 9 0 437192327 632692736 1252 33554432000 4194304 6211092 140723628711504 140012533214480 5250251 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 38580224 140723628712982 140723628713074 140723628713074 140723628715982 0
[pid=9429/tid=9435] ppid=9426 vsize=617864 memory=1416 CPUtime=222.24 cores=0-7
/proc/9429/task/9435/stat : 9435 (cosoco) R 9426 9429 7193 0 -1 4202560 601 0 0 0 22224 0 0 0 20 0 9 0 437192327 632692736 1252 33554432000 4194304 6211092 140723628711504 140012524821688 5409453 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 38580224 140723628712982 140723628713074 140723628713074 140723628715982 0
[pid=9429/tid=9436] ppid=9426 vsize=617864 memory=5008 CPUtime=222.21 cores=0-7
/proc/9429/task/9436/stat : 9436 (cosoco) R 9426 9429 7193 0 -1 4202560 739 0 0 0 22221 0 0 0 20 0 9 0 437192327 632692736 1252 33554432000 4194304 6211092 140723628711504 140012516429072 5158160 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 38580224 140723628712982 140723628713074 140723628713074 140723628715982 0
[pid=9429/tid=9437] ppid=9426 vsize=617864 memory=3604 CPUtime=222.25 cores=0-7
/proc/9429/task/9437/stat : 9437 (cosoco) R 9426 9429 7193 0 -1 4202560 623 0 0 0 22225 0 0 0 20 0 9 0 437192327 632692736 1252 33554432000 4194304 6211092 140723628711504 140012508036368 5250459 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 38580224 140723628712982 140723628713074 140723628713074 140723628715982 0
[pid=9429/tid=9438] ppid=9426 vsize=617864 memory=45184 CPUtime=219.57 cores=0-7
/proc/9429/task/9438/stat : 9438 (cosoco) R 9426 9429 7193 0 -1 4202560 574 0 0 0 21957 0 0 0 20 0 9 0 437192327 632692736 1252 33554432000 4194304 6211092 140723628711504 140012499643664 5250289 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 38580224 140723628712982 140723628713074 140723628713074 140723628715982 0
Current children cumulated CPU time: 1775.26 s
Current children cumulated vsize: 617864 KiB
Current children cumulated memory: 5008 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+252.001 s]*
/proc/loadavg: 8.00 8.01 8.14 9/200 9461
/proc/meminfo: memFree=31429988/32770624 swapFree=66975920/67108860
[pid=9429] ppid=9426 vsize=617864 memory=5008 CPUtime=2012.53 cores=0-7
/proc/9429/stat : 9429 (cosoco) S 9426 9429 7193 0 -1 1077944320 6735 0 0 0 201253 0 0 0 20 0 9 0 437192326 632692736 1252 33554432000 4194304 6211092 140723628711504 140723628709760 140012581535479 0 0 4096 8405026 18446744073709551615 0 0 17 2 0 0 0 0 0 8312316 8317760 38580224 140723628712982 140723628713074 140723628713074 140723628715982 0
/proc/9429/statm: 154466 1252 881 493 0 147771 0
[pid=9429/tid=9431] ppid=9426 vsize=617864 memory=8317482817917895235 CPUtime=251.94 cores=0-7
/proc/9429/task/9431/stat : 9431 (cosoco) R 9426 9429 7193 0 -1 4202560 611 0 0 0 25194 0 0 0 20 0 9 0 437192327 632692736 1252 33554432000 4194304 6211092 140723628711504 140012558392504 5155341 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 38580224 140723628712982 140723628713074 140723628713074 140723628715982 0
[pid=9429/tid=9432] ppid=9426 vsize=617864 memory=-8961168018402230209 CPUtime=251.96 cores=0-7
/proc/9429/task/9432/stat : 9432 (cosoco) R 9426 9429 7193 0 -1 4202560 684 0 0 0 25196 0 0 0 20 0 9 0 437192327 632692736 1252 33554432000 4194304 6211092 140723628711504 140012549999800 5250284 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 38580224 140723628712982 140723628713074 140723628713074 140723628715982 0
[pid=9429/tid=9433] ppid=9426 vsize=617864 memory=-8253362762722141311 CPUtime=251.94 cores=0-7
/proc/9429/task/9433/stat : 9433 (cosoco) R 9426 9429 7193 0 -1 4202560 707 0 0 0 25194 0 0 0 20 0 9 0 437192327 632692736 1252 33554432000 4194304 6211092 140723628711504 140012541607184 5250224 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 38580224 140723628712982 140723628713074 140723628713074 140723628715982 0
[pid=9429/tid=9434] ppid=9426 vsize=617864 memory=7100839861465685612 CPUtime=251.93 cores=0-7
/proc/9429/task/9434/stat : 9434 (cosoco) R 9426 9429 7193 0 -1 4202560 708 0 0 0 25193 0 0 0 20 0 9 0 437192327 632692736 1252 33554432000 4194304 6211092 140723628711504 140012533214480 5193744 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 38580224 140723628712982 140723628713074 140723628713074 140723628715982 0
[pid=9429/tid=9435] ppid=9426 vsize=617864 memory=-7175204567652784766 CPUtime=251.95 cores=0-7
/proc/9429/task/9435/stat : 9435 (cosoco) R 9426 9429 7193 0 -1 4202560 626 0 0 0 25195 0 0 0 20 0 9 0 437192327 632692736 1252 33554432000 4194304 6211092 140723628711504 140012524821688 5155968 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 38580224 140723628712982 140723628713074 140723628713074 140723628715982 0
[pid=9429/tid=9436] ppid=9426 vsize=617864 memory=796 CPUtime=251.92 cores=0-7
/proc/9429/task/9436/stat : 9436 (cosoco) R 9426 9429 7193 0 -1 4202560 785 0 0 0 25192 0 0 0 20 0 9 0 437192327 632692736 1252 33554432000 4194304 6211092 140723628711504 140012516429072 5156188 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 38580224 140723628712982 140723628713074 140723628713074 140723628715982 0
[pid=9429/tid=9437] ppid=9426 vsize=617864 memory=1808 CPUtime=251.94 cores=0-7
/proc/9429/task/9437/stat : 9437 (cosoco) R 9426 9429 7193 0 -1 4202560 669 0 0 0 25194 0 0 0 20 0 9 0 437192327 632692736 1252 33554432000 4194304 6211092 140723628711504 140012508036368 5155784 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 38580224 140723628712982 140723628713074 140723628713074 140723628715982 0
[pid=9429/tid=9438] ppid=9426 vsize=617864 memory=920 CPUtime=248.92 cores=0-7
/proc/9429/task/9438/stat : 9438 (cosoco) R 9426 9429 7193 0 -1 4202560 618 0 0 0 24892 0 0 0 20 0 9 0 437192327 632692736 1252 33554432000 4194304 6211092 140723628711504 140012499643664 5155804 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 38580224 140723628712982 140723628713074 140723628713074 140723628715982 0
Current children cumulated CPU time: 2012.53 s
Current children cumulated vsize: 617864 KiB
Current children cumulated memory: 5008 KiB

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

[startup+252.021 s]
# the end of solver process 9429 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2012.63 s, system=0.009994 s

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

Child status: 1
Real time (s): 252.021
CPU time (s): 2012.64
CPU user time (s): 2012.63
CPU system time (s): 0.009994
CPU usage (%): 798.601
Max. virtual memory (cumulated for all children) (KiB): 617864
Max. memory (cumulated for all children) (KiB): 5008

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2012.63
system time used= 0.009994
maximum resident set size= 5184
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 6781
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= 23
involuntary context switches= 15417


# summary of solver processes directly reported to runsolver:
#   pid: 9429
#   total CPU time (s): 2012.64
#   total CPU user time (s): 2012.63
#   total CPU system time (s): 0.009994

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.15293 second user time and 1.90754 second system time

The end

Launcher Data

Begin job on node104 at 2019-09-16 05:38:54
IDJOB=4398571
IDBENCH=135459
IDSOLVER=2852
FILE ID=node104/4398571-1568609352
RUNJOBID= node104-1568593565-7220
PBS_JOBID= 21703410
Free space on /tmp= 59012 MiB

SOLVER NAME= cosoco 2.O parallel
BENCH NAME= XCSP17/PseudoBoolean/PseudoBoolean-opt-mps/Pb-mps-v2-20-10-lseu.xml
COMMAND LINE= cosoco -model -nbcores=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4398571-1568609352/watcher-4398571-1568609352 -o /tmp/evaluation-result-4398571-1568609352/solver-4398571-1568609352 -C 2016 -W 252 -M 31000 --bin-var /tmp/runsolver-exch-node104-1568593565-7220 --watchdog 312  cosoco -model -nbcores=8 HOME/instance-4398571-1568609352.xml

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

MD5SUM BENCH= b8e79a81cec6901ac635f2e0750bfcb6
RANDOM SEED=2005295198

node104.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	: 5334.09
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	: 5334.09
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	: 5334.09
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	: 5334.09
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:        31429332 kB
MemAvailable:   31863824 kB
Buffers:           66584 kB
Cached:           665184 kB
SwapCached:        32020 kB
Active:           502304 kB
Inactive:         263808 kB
Active(anon):       4496 kB
Inactive(anon):    78828 kB
Active(file):     497808 kB
Inactive(file):   184980 kB
Unevictable:      110856 kB
Mlocked:          110856 kB
SwapTotal:      67108860 kB
SwapFree:       66975920 kB
Dirty:              2788 kB
Writeback:             0 kB
AnonPages:        115060 kB
Mapped:            45788 kB
Shmem:             40364 kB
Slab:             164328 kB
SReclaimable:     135080 kB
SUnreclaim:        29248 kB
KernelStack:        3408 kB
PageTables:         5608 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     498668 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     69632 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      124288 kB
DirectMap2M:    33421312 kB

Free space on /tmp at the end= 59008 MiB
End job on node104 at 2019-09-16 05:43:06