Trace number 4410052

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
cosoco 2.0 parallel? (TO) 2012.13 252.026

General information on the benchmark

NameScheduling/Scheduling-os-taillard/
Taillard-os-10-10-6.xml
MD5SUM0823366b416f0d4f591b1c2bb0d09de5
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark616
Best CPU time to get the best result obtained on this benchmark1752.82
Satisfiable
(Un)Satisfiability was proved
Number of variables410
Number of constraints330
Number of domains12
Minimum domain size8
Maximum domain size723
Distribution of domain sizes[{"size":8,"count":10},{"size":9,"count":30},{"size":10,"count":160},{"size":723,"count":210}]
Minimum variable degree2
Maximum variable degree11
Distribution of variable degrees[{"degree":2,"count":110},{"degree":3,"count":200},{"degree":11,"count":100}]
Minimum constraint arity1
Maximum constraint arity12
Distribution of constraint arities[{"arity":1,"count":10},{"arity":2,"count":100},{"arity":3,"count":100},{"arity":10,"count":20},{"arity":12,"count":100}]
Number of extensional constraints100
Number of intensional constraints110
Distribution of constraint types[{"type":"extension","count":100},{"type":"intension","count":110},{"type":"allDifferent","count":10},{"type":"noOverlap","count":10},{"type":"element","count":100}]
Optimization problemYES
Type of objectivemin MAXIMUM

Solver Data

2012.01/252.02	c
2012.01/252.02	c This is cosoco 2.00 --  
2012.01/252.02	c
2012.01/252.02	c command line: cosoco -model -nbcores=8 HOME/instance-4410052-1569827633.xml 
2012.01/252.02	c enable optimization
2012.01/252.02	c ========================================[ Problem Statistics ]===========================================
2012.01/252.02	c |                                                                                                       
2012.01/252.02	c |  Parse time        :         0.05 s 
2012.01/252.02	c |
2012.01/252.02	c |               Variables: 410
2012.01/252.02	c |            Domain Sizes: 8..723
2012.01/252.02	c |
2012.01/252.02	c |             Constraints: 771
2012.01/252.02	c |                   Arity: 1..12  -- Unary: 10  -- Binary: 550  -- Ternary: 100
2012.01/252.02	c | 
2012.01/252.02	c |                   Types: 
2012.01/252.02	c |                          All Different: 10
2012.01/252.02	c |                          Disjunctive: 450
2012.01/252.02	c |                          Element Variable: 100
2012.01/252.02	c |                          Extension: 100  (nb tuples: 10..10) -- (shared: 720)
2012.01/252.02	c |                          Max constant: 1
2012.01/252.02	c |                          Sum: 100
2012.01/252.02	c |                          Unary: 10
2012.01/252.02	c |                          
2012.01/252.02	c |               Objective: Minimize Max constant
2012.01/252.02	
2012.01/252.02	c =========================================================================================================
2012.01/252.02	c Parallel mode: Portfolio
2012.01/252.02	c [pFactory][Group N°0] created (threads:8).
2012.01/252.02	c [pFactory][Group N°0] new task added (threads:8 - tasks:1).
2012.01/252.02	c [pFactory][Group N°0] new task added (threads:8 - tasks:2).
2012.01/252.02	c [pFactory][Group N°0] new task added (threads:8 - tasks:3).
2012.01/252.02	c [pFactory][Group N°0] new task added (threads:8 - tasks:4).
2012.01/252.02	c [pFactory][Group N°0] new task added (threads:8 - tasks:5).
2012.01/252.02	c [pFactory][Group N°0] new task added (threads:8 - tasks:6).
2012.01/252.02	c [pFactory][Group N°0] new task added (threads:8 - tasks:7).
2012.01/252.02	c [pFactory][Group N°0] new task added (threads:8 - tasks:8).
2012.01/252.02	c [pFactory][Group N°0] concurrent mode: enabled.
2012.01/252.02	c [pFactory][Group N°0] computations in progress (threads:8 - tasks:8).
2012.01/252.02	c [pFactory][Group N°0] task 7 launched on thread 0.
2012.01/252.02	c [pFactory][Group N°0] task 6 launched on thread 2.
2012.01/252.02	c [pFactory][Group N°0] task 5 launched on thread 1.
2012.01/252.02	c [pFactory][Group N°0] task 4 launched on thread 6.
2012.01/252.02	c [pFactory][Group N°0] task 3 launched on thread 4.
2012.01/252.02	c [pFactory][Group N°0] task 2 launched on thread 7.
2012.01/252.02	c [pFactory][Group N°0] task 1 launched on thread 3.
2012.01/252.02	c [pFactory][Group N°0] task 0 launched on thread 5.
2012.01/252.02	
2012.01/252.02	c *** INTERRUPTED ***
2012.01/252.02	c call to solver        : 0
2012.01/252.02	c
2012.01/252.02	c restarts              : 12085       
2012.01/252.02	c conflicts             : 134939       (67 /sec)
2012.01/252.02	c decisions             : 554229       (275 /sec)
2012.01/252.02	c propagations          : 442039452   (219702 /sec)
2012.01/252.02	c root propagations     : 17674       
2012.01/252.02	c filter calls          : 72088823       (35830 /sec)
2012.01/252.02	c useless filter calls  : 59319178       (82 %)
2012.01/252.02	c Memory used           : 637.48 MB
2012.01/252.02	c Best bound time (wc)  : -1.56983e+09 s
2012.01/252.02	c CPU time              : 2011.99 s
2012.01/252.02	c real time             : 252.018 s
2012.01/252.02	
2012.01/252.02	c No Bound found!
2012.01/252.02	
2012.01/252.02	s UNKNOWN

Verifier Data


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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4410052-1569827633/watcher-4410052-1569827633 -o /tmp/evaluation-result-4410052-1569827633/solver-4410052-1569827633 -C 2016 -W 252 -M 31000 --bin-var /tmp/runsolver-exch-node141-1569816581-30898 --watchdog 312 cosoco -model -nbcores=8 HOME/instance-4410052-1569827633.xml 

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

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


[startup+0.101622 s]*
/proc/loadavg: 8.12 8.24 7.94 4/200 32509
/proc/meminfo: memFree=31678760/32770624 swapFree=66937820/67108860
[pid=32500] ppid=32497 vsize=652776 memory=49660 CPUtime=0.26 cores=0-7
/proc/32500/stat : 32500 (cosoco) S 32497 32500 30871 0 -1 1077944320 13417 0 0 0 24 2 0 0 20 0 9 0 558701074 668442624 12415 33554432000 4194304 6211132 140725547750048 140725547748304 139711703887607 0 0 4096 8405026 18446744073709551615 0 0 17 2 0 0 0 0 0 8312316 8317760 15171584 140725547758614 140725547758706 140725547758706 140725547761614 0
/proc/32500/statm: 163194 12415 866 493 0 156499 0
[pid=32500/tid=32502] ppid=32497 vsize=652776 memory=4134692831991786133 CPUtime=0.02 cores=0-7
/proc/32500/task/32502/stat : 32502 (cosoco) R 32497 32500 30871 0 -1 4202560 680 0 0 0 2 0 0 0 20 0 9 0 558701081 668442624 12415 33554432000 4194304 6211132 140725547750048 139711680744464 5102871 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 15171584 140725547758614 140725547758706 140725547758706 140725547761614 0
[pid=32500/tid=32503] ppid=32497 vsize=652776 memory=0 CPUtime=0.02 cores=0-7
/proc/32500/task/32503/stat : 32503 (cosoco) R 32497 32500 30871 0 -1 4202560 675 0 0 0 2 0 0 0 20 0 9 0 558701081 668442624 12415 33554432000 4194304 6211132 140725547750048 139711672351760 5393970 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 15171584 140725547758614 140725547758706 140725547758706 140725547761614 0
[pid=32500/tid=32504] ppid=32497 vsize=652776 memory=139905751692928 CPUtime=0.01 cores=0-7
/proc/32500/task/32504/stat : 32504 (cosoco) R 32497 32500 30871 0 -1 4202560 671 0 0 0 1 0 0 0 20 0 9 0 558701081 668442624 12415 33554432000 4194304 6211132 140725547750048 139711663959056 5193728 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 15171584 140725547758614 140725547758706 140725547758706 140725547761614 0
[pid=32500/tid=32505] ppid=32497 vsize=652776 memory=0 CPUtime=0.02 cores=0-7
/proc/32500/task/32505/stat : 32505 (cosoco) R 32497 32500 30871 0 -1 4202560 675 0 0 0 2 0 0 0 20 0 9 0 558701081 668442624 12415 33554432000 4194304 6211132 140725547750048 139711655566352 5186271 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 15171584 140725547758614 140725547758706 140725547758706 140725547761614 0
[pid=32500/tid=32506] ppid=32497 vsize=652776 memory=0 CPUtime=0.01 cores=0-7
/proc/32500/task/32506/stat : 32506 (cosoco) R 32497 32500 30871 0 -1 1077944384 671 0 0 0 1 0 0 0 20 0 9 0 558701081 668442624 12415 33554432000 4194304 6211132 140725547750048 139711647173648 139711703908797 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 15171584 140725547758614 140725547758706 140725547758706 140725547761614 0
[pid=32500/tid=32507] ppid=32497 vsize=652776 memory=0 CPUtime=0.02 cores=0-7
/proc/32500/task/32507/stat : 32507 (cosoco) R 32497 32500 30871 0 -1 4202560 671 0 0 0 2 0 0 0 20 0 9 0 558701081 668442624 12415 33554432000 4194304 6211132 140725547750048 139711638780944 5078752 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 15171584 140725547758614 140725547758706 140725547758706 140725547761614 0
[pid=32500/tid=32508] ppid=32497 vsize=652776 memory=-1 CPUtime=0.02 cores=0-7
/proc/32500/task/32508/stat : 32508 (cosoco) R 32497 32500 30871 0 -1 4202560 671 0 0 0 2 0 0 0 20 0 9 0 558701081 668442624 12415 33554432000 4194304 6211132 140725547750048 139711630388240 5394002 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 15171584 140725547758614 140725547758706 140725547758706 140725547761614 0
[pid=32500/tid=32509] ppid=32497 vsize=652776 memory=0 CPUtime=0.02 cores=0-7
/proc/32500/task/32509/stat : 32509 (cosoco) R 32497 32500 30871 0 -1 4202560 673 0 0 0 2 0 0 0 20 0 9 0 558701081 668442624 12415 33554432000 4194304 6211132 140725547750048 139711621995128 5102308 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 15171584 140725547758614 140725547758706 140725547758706 140725547761614 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 652776 KiB
Current children cumulated memory: 49660 KiB

[startup+0.210939 s]*
/proc/loadavg: 8.12 8.24 7.94 10/200 32509
/proc/meminfo: memFree=31678388/32770624 swapFree=66937820/67108860
[pid=32500] ppid=32497 vsize=652776 memory=50188 CPUtime=1.12 cores=0-7
/proc/32500/stat : 32500 (cosoco) S 32497 32500 30871 0 -1 1077944320 13517 0 0 0 110 2 0 0 20 0 9 0 558701074 668442624 12547 33554432000 4194304 6211132 140725547750048 140725547748304 139711703887607 0 0 4096 8405026 18446744073709551615 0 0 17 2 0 0 0 0 0 8312316 8317760 15171584 140725547758614 140725547758706 140725547758706 140725547761614 0
/proc/32500/statm: 163194 12547 867 493 0 156499 0
[pid=32500/tid=32502] ppid=32497 vsize=652776 memory=8316850467074736180 CPUtime=0.13 cores=0-7
/proc/32500/task/32502/stat : 32502 (cosoco) R 32497 32500 30871 0 -1 4202560 731 0 0 0 13 0 0 0 20 0 9 0 558701081 668442624 12547 33554432000 4194304 6211132 140725547750048 139711680744120 5390144 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 15171584 140725547758614 140725547758706 140725547758706 140725547761614 0
[pid=32500/tid=32503] ppid=32497 vsize=652776 memory=2811105 CPUtime=0.13 cores=0-7
/proc/32500/task/32503/stat : 32503 (cosoco) R 32497 32500 30871 0 -1 4202560 675 0 0 0 13 0 0 0 20 0 9 0 558701081 668442624 12547 33554432000 4194304 6211132 140725547750048 139711672351760 5193760 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 15171584 140725547758614 140725547758706 140725547758706 140725547761614 0
[pid=32500/tid=32504] ppid=32497 vsize=652776 memory=3546504916994733728 CPUtime=0.12 cores=0-7
/proc/32500/task/32504/stat : 32504 (cosoco) R 32497 32500 30871 0 -1 4202560 671 0 0 0 12 0 0 0 20 0 9 0 558701081 668442624 12547 33554432000 4194304 6211132 140725547750048 139711663959056 5193728 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 15171584 140725547758614 140725547758706 140725547758706 140725547761614 0
[pid=32500/tid=32505] ppid=32497 vsize=652776 memory=-1 CPUtime=0.13 cores=0-7
/proc/32500/task/32505/stat : 32505 (cosoco) R 32497 32500 30871 0 -1 4202560 675 0 0 0 13 0 0 0 20 0 9 0 558701081 668442624 12547 33554432000 4194304 6211132 140725547750048 139711655566352 5102806 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 15171584 140725547758614 140725547758706 140725547758706 140725547761614 0
[pid=32500/tid=32506] ppid=32497 vsize=652776 memory=0 CPUtime=0.11 cores=0-7
/proc/32500/task/32506/stat : 32506 (cosoco) R 32497 32500 30871 0 -1 4202560 671 0 0 0 11 0 0 0 20 0 9 0 558701081 668442624 12547 33554432000 4194304 6211132 140725547750048 139711647173648 5394016 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 15171584 140725547758614 140725547758706 140725547758706 140725547761614 0
[pid=32500/tid=32507] ppid=32497 vsize=652776 memory=0 CPUtime=0.13 cores=0-7
/proc/32500/task/32507/stat : 32507 (cosoco) R 32497 32500 30871 0 -1 4202560 671 0 0 0 13 0 0 0 20 0 9 0 558701081 668442624 12547 33554432000 4194304 6211132 140725547750048 139711638780944 5394002 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 15171584 140725547758614 140725547758706 140725547758706 140725547761614 0
[pid=32500/tid=32508] ppid=32497 vsize=652776 memory=-1 CPUtime=0.13 cores=0-7
/proc/32500/task/32508/stat : 32508 (cosoco) R 32497 32500 30871 0 -1 4202560 671 0 0 0 13 0 0 0 20 0 9 0 558701081 668442624 12547 33554432000 4194304 6211132 140725547750048 139711630388240 5167606 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 15171584 140725547758614 140725547758706 140725547758706 140725547761614 0
[pid=32500/tid=32509] ppid=32497 vsize=652776 memory=0 CPUtime=0.13 cores=0-7
/proc/32500/task/32509/stat : 32509 (cosoco) R 32497 32500 30871 0 -1 4202560 722 0 0 0 13 0 0 0 20 0 9 0 558701081 668442624 12547 33554432000 4194304 6211132 140725547750048 139711621994984 5193728 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 15171584 140725547758614 140725547758706 140725547758706 140725547761614 0
Current children cumulated CPU time: 1.12 s
Current children cumulated vsize: 652776 KiB
Current children cumulated memory: 50188 KiB

[startup+0.310933 s]*
/proc/loadavg: 8.12 8.24 7.94 9/200 32509
/proc/meminfo: memFree=31678016/32770624 swapFree=66937820/67108860
[pid=32500] ppid=32497 vsize=652776 memory=50188 CPUtime=1.91 cores=0-7
/proc/32500/stat : 32500 (cosoco) S 32497 32500 30871 0 -1 1077944320 13529 0 0 0 189 2 0 0 20 0 9 0 558701074 668442624 12547 33554432000 4194304 6211132 140725547750048 140725547748304 139711703887607 0 0 4096 8405026 18446744073709551615 0 0 17 2 0 0 0 0 0 8312316 8317760 15171584 140725547758614 140725547758706 140725547758706 140725547761614 0
/proc/32500/statm: 163194 12547 867 493 0 156499 0
[pid=32500/tid=32502] ppid=32497 vsize=652776 memory=6935054825532540783 CPUtime=0.23 cores=0-7
/proc/32500/task/32502/stat : 32502 (cosoco) R 32497 32500 30871 0 -1 4202560 731 0 0 0 23 0 0 0 20 0 9 0 558701081 668442624 12547 33554432000 4194304 6211132 140725547750048 139711680744120 5193760 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 15171584 140725547758614 140725547758706 140725547758706 140725547761614 0
[pid=32500/tid=32503] ppid=32497 vsize=652776 memory=0 CPUtime=0.23 cores=0-7
/proc/32500/task/32503/stat : 32503 (cosoco) R 32497 32500 30871 0 -1 4202560 675 0 0 0 23 0 0 0 20 0 9 0 558701081 668442624 12547 33554432000 4194304 6211132 140725547750048 139711672351760 5393952 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 15171584 140725547758614 140725547758706 140725547758706 140725547761614 0
[pid=32500/tid=32504] ppid=32497 vsize=652776 memory=0 CPUtime=0.22 cores=0-7
/proc/32500/task/32504/stat : 32504 (cosoco) R 32497 32500 30871 0 -1 4202560 671 0 0 0 22 0 0 0 20 0 9 0 558701081 668442624 12547 33554432000 4194304 6211132 140725547750048 139711663959056 5168197 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 15171584 140725547758614 140725547758706 140725547758706 140725547761614 0
[pid=32500/tid=32505] ppid=32497 vsize=652776 memory=0 CPUtime=0.23 cores=0-7
/proc/32500/task/32505/stat : 32505 (cosoco) R 32497 32500 30871 0 -1 4202560 675 0 0 0 23 0 0 0 20 0 9 0 558701081 668442624 12547 33554432000 4194304 6211132 140725547750048 139711655566352 5393997 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 15171584 140725547758614 140725547758706 140725547758706 140725547761614 0
[pid=32500/tid=32506] ppid=32497 vsize=652776 memory=0 CPUtime=0.2 cores=0-7
/proc/32500/task/32506/stat : 32506 (cosoco) R 32497 32500 30871 0 -1 4202560 671 0 0 0 20 0 0 0 20 0 9 0 558701081 668442624 12547 33554432000 4194304 6211132 140725547750048 139711647173648 5156946 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 15171584 140725547758614 140725547758706 140725547758706 140725547761614 0
[pid=32500/tid=32507] ppid=32497 vsize=652776 memory=0 CPUtime=0.23 cores=0-7
/proc/32500/task/32507/stat : 32507 (cosoco) R 32497 32500 30871 0 -1 4202560 671 0 0 0 23 0 0 0 20 0 9 0 558701081 668442624 12547 33554432000 4194304 6211132 140725547750048 139711638780944 5167536 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 15171584 140725547758614 140725547758706 140725547758706 140725547761614 0
[pid=32500/tid=32508] ppid=32497 vsize=652776 memory=0 CPUtime=0.23 cores=0-7
/proc/32500/task/32508/stat : 32508 (cosoco) R 32497 32500 30871 0 -1 4202560 671 0 0 0 23 0 0 0 20 0 9 0 558701081 668442624 12547 33554432000 4194304 6211132 140725547750048 139711630388240 5193760 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 15171584 140725547758614 140725547758706 140725547758706 140725547761614 0
[pid=32500/tid=32509] ppid=32497 vsize=652776 memory=0 CPUtime=0.23 cores=0-7
/proc/32500/task/32509/stat : 32509 (cosoco) R 32497 32500 30871 0 -1 4202560 734 0 0 0 23 0 0 0 20 0 9 0 558701081 668442624 12547 33554432000 4194304 6211132 140725547750048 139711621994984 5168224 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 15171584 140725547758614 140725547758706 140725547758706 140725547761614 0
Current children cumulated CPU time: 1.91 s
Current children cumulated vsize: 652776 KiB
Current children cumulated memory: 50188 KiB

[startup+0.700932 s]
/proc/loadavg: 8.12 8.24 7.94 9/200 32509
/proc/meminfo: memFree=31678016/32770624 swapFree=66937820/67108860
[pid=32500] ppid=32497 vsize=652776 memory=50188 CPUtime=4.94 cores=0-7
/proc/32500/stat : 32500 (cosoco) S 32497 32500 30871 0 -1 1077944320 13582 0 0 0 492 2 0 0 20 0 9 0 558701074 668442624 12547 33554432000 4194304 6211132 140725547750048 140725547748304 139711703887607 0 0 4096 8405026 18446744073709551615 0 0 17 2 0 0 0 0 0 8312316 8317760 15171584 140725547758614 140725547758706 140725547758706 140725547761614 0
/proc/32500/statm: 163194 12547 867 493 0 156499 0
[pid=32500/tid=32502] ppid=32497 vsize=652776 memory=2432 CPUtime=0.61 cores=0-7
/proc/32500/task/32502/stat : 32502 (cosoco) R 32497 32500 30871 0 -1 4202560 765 0 0 0 61 0 0 0 20 0 9 0 558701081 668442624 12547 33554432000 4194304 6211132 140725547750048 139711680744120 5397486 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 15171584 140725547758614 140725547758706 140725547758706 140725547761614 0
[pid=32500/tid=32503] ppid=32497 vsize=652776 memory=1760 CPUtime=0.61 cores=0-7
/proc/32500/task/32503/stat : 32503 (cosoco) R 32497 32500 30871 0 -1 4202560 675 0 0 0 61 0 0 0 20 0 9 0 558701081 668442624 12547 33554432000 4194304 6211132 140725547750048 139711672351760 5193742 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 15171584 140725547758614 140725547758706 140725547758706 140725547761614 0
[pid=32500/tid=32504] ppid=32497 vsize=652776 memory=111636 CPUtime=0.6 cores=0-7
/proc/32500/task/32504/stat : 32504 (cosoco) R 32497 32500 30871 0 -1 4202560 671 0 0 0 60 0 0 0 20 0 9 0 558701081 668442624 12547 33554432000 4194304 6211132 140725547750048 139711663959056 5102806 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 15171584 140725547758614 140725547758706 140725547758706 140725547761614 0
[pid=32500/tid=32505] ppid=32497 vsize=652776 memory=800 CPUtime=0.61 cores=0-7
/proc/32500/task/32505/stat : 32505 (cosoco) R 32497 32500 30871 0 -1 4202560 675 0 0 0 61 0 0 0 20 0 9 0 558701081 668442624 12547 33554432000 4194304 6211132 140725547750048 139711655566352 5193742 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 15171584 140725547758614 140725547758706 140725547758706 140725547761614 0
[pid=32500/tid=32506] ppid=32497 vsize=652776 memory=1656 CPUtime=0.56 cores=0-7
/proc/32500/task/32506/stat : 32506 (cosoco) R 32497 32500 30871 0 -1 4202560 671 0 0 0 56 0 0 0 20 0 9 0 558701081 668442624 12547 33554432000 4194304 6211132 140725547750048 139711647173648 5102851 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 15171584 140725547758614 140725547758706 140725547758706 140725547761614 0
[pid=32500/tid=32507] ppid=32497 vsize=652776 memory=7100839861465685612 CPUtime=0.61 cores=0-7
/proc/32500/task/32507/stat : 32507 (cosoco) R 32497 32500 30871 0 -1 4202560 671 0 0 0 61 0 0 0 20 0 9 0 558701081 668442624 12547 33554432000 4194304 6211132 140725547750048 139711638780944 5396424 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 15171584 140725547758614 140725547758706 140725547758706 140725547761614 0
[pid=32500/tid=32508] ppid=32497 vsize=652776 memory=-7175204567652784766 CPUtime=0.61 cores=0-7
/proc/32500/task/32508/stat : 32508 (cosoco) R 32497 32500 30871 0 -1 4202560 671 0 0 0 61 0 0 0 20 0 9 0 558701081 668442624 12547 33554432000 4194304 6211132 140725547750048 139711630388240 5193728 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 15171584 140725547758614 140725547758706 140725547758706 140725547761614 0
[pid=32500/tid=32509] ppid=32497 vsize=652776 memory=3054156605268465310 CPUtime=0.61 cores=0-7
/proc/32500/task/32509/stat : 32509 (cosoco) R 32497 32500 30871 0 -1 4202560 753 0 0 0 61 0 0 0 20 0 9 0 558701081 668442624 12547 33554432000 4194304 6211132 140725547750048 139711621994968 5393983 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 15171584 140725547758614 140725547758706 140725547758706 140725547761614 0
Current children cumulated CPU time: 4.94 s
Current children cumulated vsize: 652776 KiB
Current children cumulated memory: 50188 KiB

[startup+1.50093 s]
/proc/loadavg: 8.12 8.24 7.94 9/200 32509
/proc/meminfo: memFree=31677304/32770624 swapFree=66937820/67108860
[pid=32500] ppid=32497 vsize=652776 memory=51140 CPUtime=11.32 cores=0-7
/proc/32500/stat : 32500 (cosoco) S 32497 32500 30871 0 -1 1077944320 21791 0 0 0 1127 5 0 0 20 0 9 0 558701074 668442624 12785 33554432000 4194304 6211132 140725547750048 140725547748304 139711703887607 0 0 4096 8405026 18446744073709551615 0 0 17 2 0 0 0 0 0 8312316 8317760 15171584 140725547758614 140725547758706 140725547758706 140725547761614 0
/proc/32500/statm: 163194 12785 867 493 0 156499 0
[pid=32500/tid=32502] ppid=32497 vsize=652776 memory=0 CPUtime=1.4 cores=0-7
/proc/32500/task/32502/stat : 32502 (cosoco) R 32497 32500 30871 0 -1 4202560 1604 0 0 0 140 0 0 0 20 0 9 0 558701081 668442624 12785 33554432000 4194304 6211132 140725547750048 139711680743960 139711687846476 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 15171584 140725547758614 140725547758706 140725547758706 140725547761614 0
[pid=32500/tid=32503] ppid=32497 vsize=652776 memory=148 CPUtime=1.41 cores=0-7
/proc/32500/task/32503/stat : 32503 (cosoco) R 32497 32500 30871 0 -1 4202560 2043 0 0 0 141 0 0 0 20 0 9 0 558701081 668442624 12785 33554432000 4194304 6211132 140725547750048 139711672351760 5193728 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 15171584 140725547758614 140725547758706 140725547758706 140725547761614 0
[pid=32500/tid=32504] ppid=32497 vsize=652776 memory=2811027 CPUtime=1.4 cores=0-7
/proc/32500/task/32504/stat : 32504 (cosoco) R 32497 32500 30871 0 -1 4202560 1449 0 0 0 140 0 0 0 20 0 9 0 558701081 668442624 12785 33554432000 4194304 6211132 140725547750048 139711663959056 5193760 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 15171584 140725547758614 140725547758706 140725547758706 140725547761614 0
[pid=32500/tid=32505] ppid=32497 vsize=652776 memory=3543333 CPUtime=1.41 cores=0-7
/proc/32500/task/32505/stat : 32505 (cosoco) R 32497 32500 30871 0 -1 4202560 1831 0 0 0 141 0 0 0 20 0 9 0 558701081 668442624 12785 33554432000 4194304 6211132 140725547750048 139711655566352 5102788 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 15171584 140725547758614 140725547758706 140725547758706 140725547761614 0
[pid=32500/tid=32506] ppid=32497 vsize=652776 memory=0 CPUtime=1.34 cores=0-7
/proc/32500/task/32506/stat : 32506 (cosoco) R 32497 32500 30871 0 -1 4202560 1631 0 0 0 134 0 0 0 20 0 9 0 558701081 668442624 12785 33554432000 4194304 6211132 140725547750048 139711647173648 5193740 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 15171584 140725547758614 140725547758706 140725547758706 140725547761614 0
[pid=32500/tid=32507] ppid=32497 vsize=652776 memory=0 CPUtime=1.41 cores=0-7
/proc/32500/task/32507/stat : 32507 (cosoco) R 32497 32500 30871 0 -1 4202560 2011 0 0 0 141 0 0 0 20 0 9 0 558701081 668442624 12785 33554432000 4194304 6211132 140725547750048 139711638780944 5390037 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 15171584 140725547758614 140725547758706 140725547758706 140725547761614 0
[pid=32500/tid=32508] ppid=32497 vsize=652776 memory=0 CPUtime=1.41 cores=0-7
/proc/32500/task/32508/stat : 32508 (cosoco) R 32497 32500 30871 0 -1 4202560 1492 0 0 0 140 1 0 0 20 0 9 0 558701081 668442624 12785 33554432000 4194304 6211132 140725547750048 139711630388240 5193765 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 15171584 140725547758614 140725547758706 140725547758706 140725547761614 0
[pid=32500/tid=32509] ppid=32497 vsize=652776 memory=279811213754608 CPUtime=1.41 cores=0-7
/proc/32500/task/32509/stat : 32509 (cosoco) R 32497 32500 30871 0 -1 4202560 1701 0 0 0 141 0 0 0 20 0 9 0 558701081 668442624 12785 33554432000 4194304 6211132 140725547750048 139711621994968 5193760 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 15171584 140725547758614 140725547758706 140725547758706 140725547761614 0
Current children cumulated CPU time: 11.32 s
Current children cumulated vsize: 652776 KiB
Current children cumulated memory: 51140 KiB

[startup+3.11093 s]
/proc/loadavg: 8.11 8.23 7.95 9/200 32509
/proc/meminfo: memFree=31675940/32770624 swapFree=66937820/67108860
[pid=32500] ppid=32497 vsize=652776 memory=51152 CPUtime=24.18 cores=0-7
/proc/32500/stat : 32500 (cosoco) S 32497 32500 30871 0 -1 1077944320 27293 0 0 0 2413 5 0 0 20 0 9 0 558701074 668442624 12788 33554432000 4194304 6211132 140725547750048 140725547748304 139711703887607 0 0 4096 8405026 18446744073709551615 0 0 17 2 0 0 0 0 0 8312316 8317760 15171584 140725547758614 140725547758706 140725547758706 140725547761614 0
/proc/32500/statm: 163194 12788 867 493 0 156499 0
[pid=32500/tid=32502] ppid=32497 vsize=652776 memory=0 CPUtime=3.01 cores=0-7
/proc/32500/task/32502/stat : 32502 (cosoco) R 32497 32500 30871 0 -1 4202560 2182 0 0 0 301 0 0 0 20 0 9 0 558701081 668442624 12788 33554432000 4194304 6211132 140725547750048 139711680743912 5168224 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 15171584 140725547758614 140725547758706 140725547758706 140725547761614 0
[pid=32500/tid=32503] ppid=32497 vsize=652776 memory=4420 CPUtime=3.02 cores=0-7
/proc/32500/task/32503/stat : 32503 (cosoco) R 32497 32500 30871 0 -1 4202560 2440 0 0 0 302 0 0 0 20 0 9 0 558701081 668442624 12788 33554432000 4194304 6211132 140725547750048 139711672351760 5193728 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 15171584 140725547758614 140725547758706 140725547758706 140725547761614 0
[pid=32500/tid=32504] ppid=32497 vsize=652776 memory=0 CPUtime=3.01 cores=0-7
/proc/32500/task/32504/stat : 32504 (cosoco) R 32497 32500 30871 0 -1 4202560 2175 0 0 0 301 0 0 0 20 0 9 0 558701081 668442624 12788 33554432000 4194304 6211132 140725547750048 139711663959056 5397493 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 15171584 140725547758614 140725547758706 140725547758706 140725547761614 0
[pid=32500/tid=32505] ppid=32497 vsize=652776 memory=0 CPUtime=3.02 cores=0-7
/proc/32500/task/32505/stat : 32505 (cosoco) R 32497 32500 30871 0 -1 4202560 2923 0 0 0 302 0 0 0 20 0 9 0 558701081 668442624 12788 33554432000 4194304 6211132 140725547750048 139711655566352 5102856 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 15171584 140725547758614 140725547758706 140725547758706 140725547761614 0
[pid=32500/tid=32506] ppid=32497 vsize=652776 memory=51140 CPUtime=2.92 cores=0-7
/proc/32500/task/32506/stat : 32506 (cosoco) R 32497 32500 30871 0 -1 4202560 2260 0 0 0 292 0 0 0 20 0 9 0 558701081 668442624 12788 33554432000 4194304 6211132 140725547750048 139711647173648 5168395 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 15171584 140725547758614 140725547758706 140725547758706 140725547761614 0
[pid=32500/tid=32507] ppid=32497 vsize=652776 memory=15393645989726552 CPUtime=3.02 cores=0-7
/proc/32500/task/32507/stat : 32507 (cosoco) R 32497 32500 30871 0 -1 4202560 3162 0 0 0 302 0 0 0 20 0 9 0 558701081 668442624 12788 33554432000 4194304 6211132 140725547750048 139711638780944 5102758 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 15171584 140725547758614 140725547758706 140725547758706 140725547761614 0
[pid=32500/tid=32508] ppid=32497 vsize=652776 memory=50188 CPUtime=3.02 cores=0-7
/proc/32500/task/32508/stat : 32508 (cosoco) R 32497 32500 30871 0 -1 4202560 2020 0 0 0 301 1 0 0 20 0 9 0 558701081 668442624 12788 33554432000 4194304 6211132 140725547750048 139711630388240 5193760 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 15171584 140725547758614 140725547758706 140725547758706 140725547761614 0
[pid=32500/tid=32509] ppid=32497 vsize=652776 memory=1408 CPUtime=3.02 cores=0-7
/proc/32500/task/32509/stat : 32509 (cosoco) R 32497 32500 30871 0 -1 4202560 2101 0 0 0 302 0 0 0 20 0 9 0 558701081 668442624 12788 33554432000 4194304 6211132 140725547750048 139711621994968 5168395 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 15171584 140725547758614 140725547758706 140725547758706 140725547761614 0
Current children cumulated CPU time: 24.18 s
Current children cumulated vsize: 652776 KiB
Current children cumulated memory: 51152 KiB

[startup+6.30093 s]
/proc/loadavg: 8.11 8.23 7.95 9/200 32509
/proc/meminfo: memFree=31675356/32770624 swapFree=66937820/67108860
[pid=32500] ppid=32497 vsize=652776 memory=51164 CPUtime=49.64 cores=0-7
/proc/32500/stat : 32500 (cosoco) S 32497 32500 30871 0 -1 1077944320 44936 0 0 0 4957 7 0 0 20 0 9 0 558701074 668442624 12791 33554432000 4194304 6211132 140725547750048 140725547748304 139711703887607 0 0 4096 8405026 18446744073709551615 0 0 17 2 0 0 0 0 0 8312316 8317760 15171584 140725547758614 140725547758706 140725547758706 140725547761614 0
/proc/32500/statm: 163194 12791 867 493 0 156499 0
[pid=32500/tid=32502] ppid=32497 vsize=652776 memory=51152 CPUtime=6.2 cores=0-7
/proc/32500/task/32502/stat : 32502 (cosoco) R 32497 32500 30871 0 -1 4202560 3942 0 0 0 620 0 0 0 20 0 9 0 558701081 668442624 12791 33554432000 4194304 6211132 140725547750048 139711680743912 5393952 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 15171584 140725547758614 140725547758706 140725547758706 140725547761614 0
[pid=32500/tid=32503] ppid=32497 vsize=652776 memory=0 CPUtime=6.21 cores=0-7
/proc/32500/task/32503/stat : 32503 (cosoco) R 32497 32500 30871 0 -1 4202560 4486 0 0 0 621 0 0 0 20 0 9 0 558701081 668442624 12791 33554432000 4194304 6211132 140725547750048 139711672351760 5168392 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 15171584 140725547758614 140725547758706 140725547758706 140725547761614 0
[pid=32500/tid=32504] ppid=32497 vsize=652776 memory=0 CPUtime=6.2 cores=0-7
/proc/32500/task/32504/stat : 32504 (cosoco) R 32497 32500 30871 0 -1 4202560 4294 0 0 0 620 0 0 0 20 0 9 0 558701081 668442624 12791 33554432000 4194304 6211132 140725547750048 139711663959056 5193760 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 15171584 140725547758614 140725547758706 140725547758706 140725547761614 0
[pid=32500/tid=32505] ppid=32497 vsize=652776 memory=8316868033356759116 CPUtime=6.2 cores=0-7
/proc/32500/task/32505/stat : 32505 (cosoco) R 32497 32500 30871 0 -1 4202560 4808 0 0 0 620 0 0 0 20 0 9 0 558701081 668442624 12791 33554432000 4194304 6211132 140725547750048 139711655566352 5103312 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 15171584 140725547758614 140725547758706 140725547758706 140725547761614 0

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

/proc/32500/task/32504/stat : 32504 (cosoco) R 32497 32500 30871 0 -1 4202560 6112 0 0 0 2539 1 0 0 20 0 9 0 558701081 668442624 12901 33554432000 4194304 6211132 140725547750048 139711663959056 5193728 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 15171584 140725547758614 140725547758706 140725547758706 140725547761614 0
[pid=32500/tid=32505] ppid=32497 vsize=652776 memory=10592 CPUtime=25.4 cores=0-7
/proc/32500/task/32505/stat : 32505 (cosoco) R 32497 32500 30871 0 -1 4202560 6900 0 0 0 2540 0 0 0 20 0 9 0 558701081 668442624 12901 33554432000 4194304 6211132 140725547750048 139711655566352 5082393 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 15171584 140725547758614 140725547758706 140725547758706 140725547761614 0
[pid=32500/tid=32506] ppid=32497 vsize=652776 memory=51604 CPUtime=25.01 cores=0-7
/proc/32500/task/32506/stat : 32506 (cosoco) R 32497 32500 30871 0 -1 4202560 7441 0 0 0 2500 1 0 0 20 0 9 0 558701081 668442624 12901 33554432000 4194304 6211132 140725547750048 139711647173648 5193760 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 15171584 140725547758614 140725547758706 140725547758706 140725547761614 0
[pid=32500/tid=32507] ppid=32497 vsize=652776 memory=0 CPUtime=25.41 cores=0-7
/proc/32500/task/32507/stat : 32507 (cosoco) R 32497 32500 30871 0 -1 4202560 7707 0 0 0 2541 0 0 0 20 0 9 0 558701081 668442624 12901 33554432000 4194304 6211132 140725547750048 139711638780944 5393952 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 15171584 140725547758614 140725547758706 140725547758706 140725547761614 0
[pid=32500/tid=32508] ppid=32497 vsize=652776 memory=18500 CPUtime=25.4 cores=0-7
/proc/32500/task/32508/stat : 32508 (cosoco) R 32497 32500 30871 0 -1 4202560 7264 0 0 0 2539 1 0 0 20 0 9 0 558701081 668442624 12901 33554432000 4194304 6211132 140725547750048 139711630388240 5193760 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 15171584 140725547758614 140725547758706 140725547758706 140725547761614 0
[pid=32500/tid=32509] ppid=32497 vsize=652776 memory=0 CPUtime=25.4 cores=0-7
/proc/32500/task/32509/stat : 32509 (cosoco) R 32497 32500 30871 0 -1 4202560 5484 0 0 0 2540 0 0 0 20 0 9 0 558701081 668442624 12901 33554432000 4194304 6211132 140725547750048 139711621995208 5193728 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 15171584 140725547758614 140725547758706 140725547758706 140725547761614 0
Current children cumulated CPU time: 202.95 s
Current children cumulated vsize: 652776 KiB
Current children cumulated memory: 51604 KiB

[startup+51.1109 s]
/proc/loadavg: 8.05 8.20 7.95 9/200 32512
/proc/meminfo: memFree=31676880/32770624 swapFree=66937820/67108860
[pid=32500] ppid=32497 vsize=652776 memory=51692 CPUtime=407.49 cores=0-7
/proc/32500/stat : 32500 (cosoco) S 32497 32500 30871 0 -1 1077944320 69933 0 0 0 40739 10 0 0 20 0 9 0 558701074 668442624 12923 33554432000 4194304 6211132 140725547750048 140725547748304 139711703887607 0 0 4096 8405026 18446744073709551615 0 0 17 2 0 0 0 0 0 8312316 8317760 15171584 140725547758614 140725547758706 140725547758706 140725547761614 0
/proc/32500/statm: 163194 12923 867 493 0 156499 0
[pid=32500/tid=32502] ppid=32497 vsize=652776 memory=6256 CPUtime=51.01 cores=0-7
/proc/32500/task/32502/stat : 32502 (cosoco) R 32497 32500 30871 0 -1 4202560 6816 0 0 0 5100 1 0 0 20 0 9 0 558701081 668442624 12923 33554432000 4194304 6211132 140725547750048 139711680744136 5193728 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 15171584 140725547758614 140725547758706 140725547758706 140725547761614 0
[pid=32500/tid=32503] ppid=32497 vsize=652776 memory=3539882221917712449 CPUtime=51.02 cores=0-7
/proc/32500/task/32503/stat : 32503 (cosoco) R 32497 32500 30871 0 -1 4202560 7287 0 0 0 5102 0 0 0 20 0 9 0 558701081 668442624 12923 33554432000 4194304 6211132 140725547750048 139711672351760 5193728 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 15171584 140725547758614 140725547758706 140725547758706 140725547761614 0
[pid=32500/tid=32504] ppid=32497 vsize=652776 memory=51608 CPUtime=51 cores=0-7
/proc/32500/task/32504/stat : 32504 (cosoco) R 32497 32500 30871 0 -1 4202560 7253 0 0 0 5099 1 0 0 20 0 9 0 558701081 668442624 12923 33554432000 4194304 6211132 140725547750048 139711663959056 5193760 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 15171584 140725547758614 140725547758706 140725547758706 140725547761614 0
[pid=32500/tid=32505] ppid=32497 vsize=652776 memory=780 CPUtime=51.01 cores=0-7
/proc/32500/task/32505/stat : 32505 (cosoco) R 32497 32500 30871 0 -1 4202560 8092 0 0 0 5101 0 0 0 20 0 9 0 558701081 668442624 12923 33554432000 4194304 6211132 140725547750048 139711655566352 5102871 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 15171584 140725547758614 140725547758706 140725547758706 140725547761614 0
[pid=32500/tid=32506] ppid=32497 vsize=652776 memory=10592 CPUtime=50.27 cores=0-7
/proc/32500/task/32506/stat : 32506 (cosoco) R 32497 32500 30871 0 -1 4202560 8852 0 0 0 5026 1 0 0 20 0 9 0 558701081 668442624 12923 33554432000 4194304 6211132 140725547750048 139711647173648 5102795 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 15171584 140725547758614 140725547758706 140725547758706 140725547761614 0
[pid=32500/tid=32507] ppid=32497 vsize=652776 memory=988 CPUtime=51.02 cores=0-7
/proc/32500/task/32507/stat : 32507 (cosoco) R 32497 32500 30871 0 -1 4202560 8822 0 0 0 5102 0 0 0 20 0 9 0 558701081 668442624 12923 33554432000 4194304 6211132 140725547750048 139711638780944 5102758 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 15171584 140725547758614 140725547758706 140725547758706 140725547761614 0
[pid=32500/tid=32508] ppid=32497 vsize=652776 memory=279811214181632 CPUtime=51.01 cores=0-7
/proc/32500/task/32508/stat : 32508 (cosoco) R 32497 32500 30871 0 -1 4202560 8334 0 0 0 5100 1 0 0 20 0 9 0 558701081 668442624 12923 33554432000 4194304 6211132 140725547750048 139711630388240 5193760 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 15171584 140725547758614 140725547758706 140725547758706 140725547761614 0
[pid=32500/tid=32509] ppid=32497 vsize=652776 memory=7156894261224762218 CPUtime=51.01 cores=0-7
/proc/32500/task/32509/stat : 32509 (cosoco) R 32497 32500 30871 0 -1 4202560 6447 0 0 0 5101 0 0 0 20 0 9 0 558701081 668442624 12923 33554432000 4194304 6211132 140725547750048 139711621994968 5193760 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 15171584 140725547758614 140725547758706 140725547758706 140725547761614 0
Current children cumulated CPU time: 407.49 s
Current children cumulated vsize: 652776 KiB
Current children cumulated memory: 51692 KiB

[startup+102.301 s]
/proc/loadavg: 8.10 8.18 7.96 9/200 32517
/proc/meminfo: memFree=31676372/32770624 swapFree=66937820/67108860
[pid=32500] ppid=32497 vsize=652776 memory=51692 CPUtime=816.33 cores=0-7
/proc/32500/stat : 32500 (cosoco) S 32497 32500 30871 0 -1 1077944320 78988 0 0 0 81622 11 0 0 20 0 9 0 558701074 668442624 12923 33554432000 4194304 6211132 140725547750048 140725547748304 139711703887607 0 0 4096 8405026 18446744073709551615 0 0 17 2 0 0 0 0 0 8312316 8317760 15171584 140725547758614 140725547758706 140725547758706 140725547761614 0
/proc/32500/statm: 163194 12923 867 493 0 156499 0
[pid=32500/tid=32502] ppid=32497 vsize=652776 memory=51692 CPUtime=102.2 cores=0-7
/proc/32500/task/32502/stat : 32502 (cosoco) R 32497 32500 30871 0 -1 4202560 8001 0 0 0 10219 1 0 0 20 0 9 0 558701081 668442624 12923 33554432000 4194304 6211132 140725547750048 139711680744136 5393977 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 15171584 140725547758614 140725547758706 140725547758706 140725547761614 0
[pid=32500/tid=32503] ppid=32497 vsize=652776 memory=0 CPUtime=102.2 cores=0-7
/proc/32500/task/32503/stat : 32503 (cosoco) R 32497 32500 30871 0 -1 4202560 8218 0 0 0 10220 0 0 0 20 0 9 0 558701081 668442624 12923 33554432000 4194304 6211132 140725547750048 139711672351760 5102851 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 15171584 140725547758614 140725547758706 140725547758706 140725547761614 0
[pid=32500/tid=32504] ppid=32497 vsize=652776 memory=51692 CPUtime=102.18 cores=0-7
/proc/32500/task/32504/stat : 32504 (cosoco) R 32497 32500 30871 0 -1 4202560 8346 0 0 0 10217 1 0 0 20 0 9 0 558701081 668442624 12923 33554432000 4194304 6211132 140725547750048 139711663959056 5193728 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 15171584 140725547758614 140725547758706 140725547758706 140725547761614 0
[pid=32500/tid=32505] ppid=32497 vsize=652776 memory=51692 CPUtime=102.2 cores=0-7
/proc/32500/task/32505/stat : 32505 (cosoco) R 32497 32500 30871 0 -1 4202560 9358 0 0 0 10220 0 0 0 20 0 9 0 558701081 668442624 12923 33554432000 4194304 6211132 140725547750048 139711655566352 5409485 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 15171584 140725547758614 140725547758706 140725547758706 140725547761614 0
[pid=32500/tid=32506] ppid=32497 vsize=652776 memory=59 CPUtime=100.8 cores=0-7
/proc/32500/task/32506/stat : 32506 (cosoco) R 32497 32500 30871 0 -1 4202560 10206 0 0 0 10078 2 0 0 20 0 9 0 558701081 668442624 12923 33554432000 4194304 6211132 140725547750048 139711647173648 5193728 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 15171584 140725547758614 140725547758706 140725547758706 140725547761614 0
[pid=32500/tid=32507] ppid=32497 vsize=652776 memory=51692 CPUtime=102.21 cores=0-7
/proc/32500/task/32507/stat : 32507 (cosoco) R 32497 32500 30871 0 -1 4202560 9926 0 0 0 10221 0 0 0 20 0 9 0 558701081 668442624 12923 33554432000 4194304 6211132 140725547750048 139711638780944 5193728 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 15171584 140725547758614 140725547758706 140725547758706 140725547761614 0
[pid=32500/tid=32508] ppid=32497 vsize=652776 memory=3616 CPUtime=102.2 cores=0-7
/proc/32500/task/32508/stat : 32508 (cosoco) R 32497 32500 30871 0 -1 4202560 9545 0 0 0 10218 2 0 0 20 0 9 0 558701081 668442624 12923 33554432000 4194304 6211132 140725547750048 139711630388240 5102851 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 15171584 140725547758614 140725547758706 140725547758706 140725547761614 0
[pid=32500/tid=32509] ppid=32497 vsize=652776 memory=10592 CPUtime=102.2 cores=0-7
/proc/32500/task/32509/stat : 32509 (cosoco) R 32497 32500 30871 0 -1 4202560 7358 0 0 0 10220 0 0 0 20 0 9 0 558701081 668442624 12923 33554432000 4194304 6211132 140725547750048 139711621994952 5102871 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 15171584 140725547758614 140725547758706 140725547758706 140725547761614 0
Current children cumulated CPU time: 816.33 s
Current children cumulated vsize: 652776 KiB
Current children cumulated memory: 51692 KiB

[startup+162.301 s]
/proc/loadavg: 8.04 8.15 7.96 9/199 32520
/proc/meminfo: memFree=31675952/32770624 swapFree=66937820/67108860
[pid=32500] ppid=32497 vsize=652776 memory=51732 CPUtime=1295.51 cores=0-7
/proc/32500/stat : 32500 (cosoco) S 32497 32500 30871 0 -1 1077944320 83469 0 0 0 129540 11 0 0 20 0 9 0 558701074 668442624 12933 33554432000 4194304 6211132 140725547750048 140725547748304 139711703887607 0 0 4096 8405026 18446744073709551615 0 0 17 2 0 0 0 0 0 8312316 8317760 15171584 140725547758614 140725547758706 140725547758706 140725547761614 0
/proc/32500/statm: 163194 12933 867 493 0 156499 0
[pid=32500/tid=32502] ppid=32497 vsize=652776 memory=51732 CPUtime=162.2 cores=0-7
/proc/32500/task/32502/stat : 32502 (cosoco) R 32497 32500 30871 0 -1 4202560 8539 0 0 0 16219 1 0 0 20 0 9 0 558701081 668442624 12933 33554432000 4194304 6211132 140725547750048 139711680744136 5168401 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 15171584 140725547758614 140725547758706 140725547758706 140725547761614 0
[pid=32500/tid=32503] ppid=32497 vsize=652776 memory=51732 CPUtime=162.19 cores=0-7
/proc/32500/task/32503/stat : 32503 (cosoco) R 32497 32500 30871 0 -1 4202560 8775 0 0 0 16219 0 0 0 20 0 9 0 558701081 668442624 12933 33554432000 4194304 6211132 140725547750048 139711672351760 5193760 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 15171584 140725547758614 140725547758706 140725547758706 140725547761614 0
[pid=32500/tid=32504] ppid=32497 vsize=652776 memory=51732 CPUtime=162.17 cores=0-7
/proc/32500/task/32504/stat : 32504 (cosoco) R 32497 32500 30871 0 -1 4202560 8901 0 0 0 16216 1 0 0 20 0 9 0 558701081 668442624 12933 33554432000 4194304 6211132 140725547750048 139711663959056 5193760 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 15171584 140725547758614 140725547758706 140725547758706 140725547761614 0
[pid=32500/tid=32505] ppid=32497 vsize=652776 memory=51732 CPUtime=162.19 cores=0-7
/proc/32500/task/32505/stat : 32505 (cosoco) R 32497 32500 30871 0 -1 4202560 9890 0 0 0 16219 0 0 0 20 0 9 0 558701081 668442624 12933 33554432000 4194304 6211132 140725547750048 139711655566352 5393952 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 15171584 140725547758614 140725547758706 140725547758706 140725547761614 0
[pid=32500/tid=32506] ppid=32497 vsize=652776 memory=51732 CPUtime=160.01 cores=0-7
/proc/32500/task/32506/stat : 32506 (cosoco) R 32497 32500 30871 0 -1 4202560 10908 0 0 0 15999 2 0 0 20 0 9 0 558701081 668442624 12933 33554432000 4194304 6211132 140725547750048 139711647173648 5193728 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 15171584 140725547758614 140725547758706 140725547758706 140725547761614 0
[pid=32500/tid=32507] ppid=32497 vsize=652776 memory=279241593781750 CPUtime=162.22 cores=0-7
/proc/32500/task/32507/stat : 32507 (cosoco) R 32497 32500 30871 0 -1 4202560 10584 0 0 0 16222 0 0 0 20 0 9 0 558701081 668442624 12933 33554432000 4194304 6211132 140725547750048 139711638780944 5193760 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 15171584 140725547758614 140725547758706 140725547758706 140725547761614 0
[pid=32500/tid=32508] ppid=32497 vsize=652776 memory=3616 CPUtime=162.2 cores=0-7
/proc/32500/task/32508/stat : 32508 (cosoco) R 32497 32500 30871 0 -1 4202560 10037 0 0 0 16218 2 0 0 20 0 9 0 558701081 668442624 12933 33554432000 4194304 6211132 140725547750048 139711630388240 5166864 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 15171584 140725547758614 140725547758706 140725547758706 140725547761614 0
[pid=32500/tid=32509] ppid=32497 vsize=652776 memory=10592 CPUtime=162.19 cores=0-7
/proc/32500/task/32509/stat : 32509 (cosoco) R 32497 32500 30871 0 -1 4202560 7805 0 0 0 16219 0 0 0 20 0 9 0 558701081 668442624 12933 33554432000 4194304 6211132 140725547750048 139711621994952 5167591 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 15171584 140725547758614 140725547758706 140725547758706 140725547761614 0
Current children cumulated CPU time: 1295.51 s
Current children cumulated vsize: 652776 KiB
Current children cumulated memory: 51732 KiB

[startup+222.301 s]
/proc/loadavg: 8.01 8.12 7.96 9/199 32523
/proc/meminfo: memFree=31677460/32770624 swapFree=66937820/67108860
[pid=32500] ppid=32497 vsize=652776 memory=51732 CPUtime=1774.74 cores=0-7
/proc/32500/stat : 32500 (cosoco) S 32497 32500 30871 0 -1 1077944320 86596 0 0 0 177462 12 0 0 20 0 9 0 558701074 668442624 12933 33554432000 4194304 6211132 140725547750048 140725547748304 139711703887607 0 0 4096 8405026 18446744073709551615 0 0 17 2 0 0 0 0 0 8312316 8317760 15171584 140725547758614 140725547758706 140725547758706 140725547761614 0
/proc/32500/statm: 163194 12933 867 493 0 156499 0
[pid=32500/tid=32502] ppid=32497 vsize=652776 memory=51692 CPUtime=222.2 cores=0-7
/proc/32500/task/32502/stat : 32502 (cosoco) R 32497 32500 30871 0 -1 4202560 8941 0 0 0 22219 1 0 0 20 0 9 0 558701081 668442624 12933 33554432000 4194304 6211132 140725547750048 139711680744136 5168392 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 15171584 140725547758614 140725547758706 140725547758706 140725547761614 0
[pid=32500/tid=32503] ppid=32497 vsize=652776 memory=51732 CPUtime=222.18 cores=0-7
/proc/32500/task/32503/stat : 32503 (cosoco) R 32497 32500 30871 0 -1 4202560 9201 0 0 0 22218 0 0 0 20 0 9 0 558701081 668442624 12933 33554432000 4194304 6211132 140725547750048 139711672351760 5193760 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 15171584 140725547758614 140725547758706 140725547758706 140725547761614 0
[pid=32500/tid=32504] ppid=32497 vsize=652776 memory=51732 CPUtime=222.17 cores=0-7
/proc/32500/task/32504/stat : 32504 (cosoco) R 32497 32500 30871 0 -1 4202560 9293 0 0 0 22216 1 0 0 20 0 9 0 558701081 668442624 12933 33554432000 4194304 6211132 140725547750048 139711663959056 5167618 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 15171584 140725547758614 140725547758706 140725547758706 140725547761614 0
[pid=32500/tid=32505] ppid=32497 vsize=652776 memory=51732 CPUtime=222.19 cores=0-7
/proc/32500/task/32505/stat : 32505 (cosoco) R 32497 32500 30871 0 -1 4202560 10375 0 0 0 22219 0 0 0 20 0 9 0 558701081 668442624 12933 33554432000 4194304 6211132 140725547750048 139711655566352 5155969 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 15171584 140725547758614 140725547758706 140725547758706 140725547761614 0
[pid=32500/tid=32506] ppid=32497 vsize=652776 memory=51732 CPUtime=219.24 cores=0-7
/proc/32500/task/32506/stat : 32506 (cosoco) R 32497 32500 30871 0 -1 4202560 11422 0 0 0 21922 2 0 0 20 0 9 0 558701081 668442624 12933 33554432000 4194304 6211132 140725547750048 139711647173648 5193760 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 15171584 140725547758614 140725547758706 140725547758706 140725547761614 0
[pid=32500/tid=32507] ppid=32497 vsize=652776 memory=51732 CPUtime=222.22 cores=0-7
/proc/32500/task/32507/stat : 32507 (cosoco) R 32497 32500 30871 0 -1 4202560 10922 0 0 0 22222 0 0 0 20 0 9 0 558701081 668442624 12933 33554432000 4194304 6211132 140725547750048 139711638780944 5394002 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 15171584 140725547758614 140725547758706 140725547758706 140725547761614 0
[pid=32500/tid=32508] ppid=32497 vsize=652776 memory=51732 CPUtime=222.18 cores=0-7
/proc/32500/task/32508/stat : 32508 (cosoco) R 32497 32500 30871 0 -1 4202560 10297 0 0 0 22216 2 0 0 20 0 9 0 558701081 668442624 12933 33554432000 4194304 6211132 140725547750048 139711630388240 5393993 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 15171584 140725547758614 140725547758706 140725547758706 140725547761614 0
[pid=32500/tid=32509] ppid=32497 vsize=652776 memory=51732 CPUtime=222.19 cores=0-7
/proc/32500/task/32509/stat : 32509 (cosoco) R 32497 32500 30871 0 -1 4202560 8115 0 0 0 22219 0 0 0 20 0 9 0 558701081 668442624 12933 33554432000 4194304 6211132 140725547750048 139711621994952 5394016 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 15171584 140725547758614 140725547758706 140725547758706 140725547761614 0
Current children cumulated CPU time: 1774.74 s
Current children cumulated vsize: 652776 KiB
Current children cumulated memory: 51732 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+252.001 s]*
/proc/loadavg: 8.01 8.11 7.96 9/199 32525
/proc/meminfo: memFree=31676720/32770624 swapFree=66937820/67108860
[pid=32500] ppid=32497 vsize=652776 memory=51744 CPUtime=2012.01 cores=0-7
/proc/32500/stat : 32500 (cosoco) S 32497 32500 30871 0 -1 1077944320 89585 0 0 0 201189 12 0 0 20 0 9 0 558701074 668442624 12936 33554432000 4194304 6211132 140725547750048 140725547748304 139711703887607 0 0 4096 8405026 18446744073709551615 0 0 17 2 0 0 0 0 0 8312316 8317760 15171584 140725547758614 140725547758706 140725547758706 140725547761614 0
/proc/32500/statm: 163194 12936 867 493 0 156499 0
[pid=32500/tid=32502] ppid=32497 vsize=652776 memory=6935054825532540783 CPUtime=251.91 cores=0-7
/proc/32500/task/32502/stat : 32502 (cosoco) R 32497 32500 30871 0 -1 4202560 9298 0 0 0 25190 1 0 0 20 0 9 0 558701081 668442624 12936 33554432000 4194304 6211132 140725547750048 139711680744136 5193728 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 15171584 140725547758614 140725547758706 140725547758706 140725547761614 0
[pid=32500/tid=32503] ppid=32497 vsize=652776 memory=768 CPUtime=251.89 cores=0-7
/proc/32500/task/32503/stat : 32503 (cosoco) R 32497 32500 30871 0 -1 4202560 9538 0 0 0 25189 0 0 0 20 0 9 0 558701081 668442624 12936 33554432000 4194304 6211132 140725547750048 139711672351760 5156963 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 15171584 140725547758614 140725547758706 140725547758706 140725547761614 0
[pid=32500/tid=32504] ppid=32497 vsize=652776 memory=780 CPUtime=251.88 cores=0-7
/proc/32500/task/32504/stat : 32504 (cosoco) R 32497 32500 30871 0 -1 4202560 9652 0 0 0 25187 1 0 0 20 0 9 0 558701081 668442624 12936 33554432000 4194304 6211132 140725547750048 139711663959056 5102856 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 15171584 140725547758614 140725547758706 140725547758706 140725547761614 0
[pid=32500/tid=32505] ppid=32497 vsize=652776 memory=1056 CPUtime=251.9 cores=0-7
/proc/32500/task/32505/stat : 32505 (cosoco) R 32497 32500 30871 0 -1 4202560 10764 0 0 0 25190 0 0 0 20 0 9 0 558701081 668442624 12936 33554432000 4194304 6211132 140725547750048 139711655566352 5168392 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 15171584 140725547758614 140725547758706 140725547758706 140725547761614 0
[pid=32500/tid=32506] ppid=32497 vsize=652776 memory=11620 CPUtime=248.56 cores=0-7
/proc/32500/task/32506/stat : 32506 (cosoco) R 32497 32500 30871 0 -1 4202560 11754 0 0 0 24854 2 0 0 20 0 9 0 558701081 668442624 12936 33554432000 4194304 6211132 140725547750048 139711647173648 5102783 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 15171584 140725547758614 140725547758706 140725547758706 140725547761614 0
[pid=32500/tid=32507] ppid=32497 vsize=652776 memory=4004 CPUtime=251.94 cores=0-7
/proc/32500/task/32507/stat : 32507 (cosoco) R 32497 32500 30871 0 -1 4202560 11299 0 0 0 25193 1 0 0 20 0 9 0 558701081 668442624 12936 33554432000 4194304 6211132 140725547750048 139711638780944 5156940 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 15171584 140725547758614 140725547758706 140725547758706 140725547761614 0
[pid=32500/tid=32508] ppid=32497 vsize=652776 memory=2828 CPUtime=251.89 cores=0-7
/proc/32500/task/32508/stat : 32508 (cosoco) R 32497 32500 30871 0 -1 4202560 10713 0 0 0 25187 2 0 0 20 0 9 0 558701081 668442624 12936 33554432000 4194304 6211132 140725547750048 139711630388240 5193760 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 15171584 140725547758614 140725547758706 140725547758706 140725547761614 0
[pid=32500/tid=32509] ppid=32497 vsize=652776 memory=6935054825532540783 CPUtime=251.9 cores=0-7
/proc/32500/task/32509/stat : 32509 (cosoco) R 32497 32500 30871 0 -1 4202560 8537 0 0 0 25190 0 0 0 20 0 9 0 558701081 668442624 12936 33554432000 4194304 6211132 140725547750048 139711621995208 5393952 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 15171584 140725547758614 140725547758706 140725547758706 140725547761614 0
Current children cumulated CPU time: 2012.01 s
Current children cumulated vsize: 652776 KiB
Current children cumulated memory: 51744 KiB

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

[startup+252.026 s]
# the end of solver process 32500 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2012 s, system=0.129941 s

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

Child status: 1
Real time (s): 252.026
CPU time (s): 2012.13
CPU user time (s): 2012
CPU system time (s): 0.129941
CPU usage (%): 798.38
Max. virtual memory (cumulated for all children) (KiB): 652776
Max. memory (cumulated for all children) (KiB): 51744

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2012
system time used= 0.129941
maximum resident set size= 52068
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 89629
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= 2444
involuntary context switches= 17819


# summary of solver processes directly reported to runsolver:
#   pid: 32500
#   total CPU time (s): 2012.13
#   total CPU user time (s): 2012
#   total CPU system time (s): 0.129941

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.15618 second user time and 2.19946 second system time

The end

Launcher Data

Begin job on node141 at 2019-09-30 09:13:10
IDJOB=4410052
IDBENCH=115840
IDSOLVER=2878
FILE ID=node141/4410052-1569827633
RUNJOBID= node141-1569816581-30898
PBS_JOBID= 21705908
Free space on /tmp= 62032 MiB

SOLVER NAME= cosoco 2.0 parallel
BENCH NAME= XCSP17/Scheduling/Scheduling-os-taillard/Taillard-os-10-10-6.xml
COMMAND LINE= cosoco -model -nbcores=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4410052-1569827633/watcher-4410052-1569827633 -o /tmp/evaluation-result-4410052-1569827633/solver-4410052-1569827633 -C 2016 -W 252 -M 31000 --bin-var /tmp/runsolver-exch-node141-1569816581-30898 --watchdog 312  cosoco -model -nbcores=8 HOME/instance-4410052-1569827633.xml

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

MD5SUM BENCH= 0823366b416f0d4f591b1c2bb0d09de5
RANDOM SEED=1913768728

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

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

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

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

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

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

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.93
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:        31722788 kB
MemAvailable:   31823916 kB
Buffers:           96424 kB
Cached:           348752 kB
SwapCached:        62080 kB
Active:           331212 kB
Inactive:         180716 kB
Active(anon):       3176 kB
Inactive(anon):   141848 kB
Active(file):     328036 kB
Inactive(file):    38868 kB
Unevictable:      107692 kB
Mlocked:          107692 kB
SwapTotal:      67108860 kB
SwapFree:       66937820 kB
Dirty:              2756 kB
Writeback:             0 kB
AnonPages:        113060 kB
Mapped:            26812 kB
Shmem:             69524 kB
Slab:             128564 kB
SReclaimable:     100120 kB
SUnreclaim:        28444 kB
KernelStack:        3376 kB
PageTables:         5040 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     539716 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:      128384 kB
DirectMap2M:    33417216 kB

Free space on /tmp at the end= 62028 MiB
End job on node141 at 2019-09-30 09:17:22