Trace number 4409773

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) 20118.3 2520.03

General information on the benchmark

NameScheduling/Scheduling-js-taillard/
Taillard-js-030-15-2.xml
MD5SUMba573a75edcb56a5f29535772f8b277a
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables480
Number of constraints495
Number of domains1
Minimum domain size1932
Maximum domain size1932
Distribution of domain sizes[{"size":1932,"count":480}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":30},{"degree":3,"count":450}]
Minimum constraint arity1
Maximum constraint arity30
Distribution of constraint arities[{"arity":1,"count":30},{"arity":2,"count":450},{"arity":30,"count":15}]
Number of extensional constraints0
Number of intensional constraints480
Distribution of constraint types[{"type":"intension","count":480},{"type":"noOverlap","count":15}]
Optimization problemYES
Type of objectivemin MAXIMUM

Solver Data

20118.16/2520.02	c
20118.16/2520.02	c This is cosoco 2.00 --  
20118.16/2520.02	c
20118.16/2520.02	c command line: cosoco -model -nbcores=8 HOME/instance-4409773-1569816282.xml 
20118.16/2520.02	c enable optimization
20118.16/2520.02	c ========================================[ Problem Statistics ]===========================================
20118.16/2520.02	c |                                                                                                       
20118.16/2520.02	c |  Parse time        :         0.23 s 
20118.16/2520.02	c |
20118.16/2520.02	c |               Variables: 480
20118.16/2520.02	c |            Domain Sizes: 1932..1932
20118.16/2520.02	c |
20118.16/2520.02	c |             Constraints: 7006
20118.16/2520.02	c |                   Arity: 1..30  -- Unary: 30  -- Binary: 6975
20118.16/2520.02	c | 
20118.16/2520.02	c |                   Types: 
20118.16/2520.02	c |                          (X -Y <= k): 420
20118.16/2520.02	c |                          Disjunctive: 6525
20118.16/2520.02	c |                          Intension: 30
20118.16/2520.02	c |                          Max constant: 1
20118.16/2520.02	c |                          Unary: 30
20118.16/2520.02	c |                          
20118.16/2520.02	c |               Objective: Minimize Max constant
20118.16/2520.02	
20118.16/2520.02	c =========================================================================================================
20118.16/2520.02	c Parallel mode: Portfolio
20118.16/2520.02	c [pFactory][Group N°0] created (threads:8).
20118.16/2520.02	c [pFactory][Group N°0] new task added (threads:8 - tasks:1).
20118.16/2520.02	c [pFactory][Group N°0] new task added (threads:8 - tasks:2).
20118.16/2520.02	c [pFactory][Group N°0] new task added (threads:8 - tasks:3).
20118.16/2520.02	c [pFactory][Group N°0] new task added (threads:8 - tasks:4).
20118.16/2520.02	c [pFactory][Group N°0] new task added (threads:8 - tasks:5).
20118.16/2520.02	c [pFactory][Group N°0] new task added (threads:8 - tasks:6).
20118.16/2520.02	c [pFactory][Group N°0] new task added (threads:8 - tasks:7).
20118.16/2520.02	c [pFactory][Group N°0] new task added (threads:8 - tasks:8).
20118.16/2520.02	c [pFactory][Group N°0] concurrent mode: enabled.
20118.16/2520.02	c [pFactory][Group N°0] computations in progress (threads:8 - tasks:8).
20118.16/2520.02	c [pFactory][Group N°0] task 7 launched on thread 0.
20118.16/2520.02	c [pFactory][Group N°0] task 6 launched on thread 1.
20118.16/2520.02	c [pFactory][Group N°0] task 5 launched on thread 6.
20118.16/2520.02	c [pFactory][Group N°0] task 4 launched on thread 7.
20118.16/2520.02	c [pFactory][Group N°0] task 3 launched on thread 4.
20118.16/2520.02	c [pFactory][Group N°0] task 2 launched on thread 2.
20118.16/2520.02	c [pFactory][Group N°0] task 1 launched on thread 5.
20118.16/2520.02	c [pFactory][Group N°0] task 0 launched on thread 3.
20118.16/2520.02	
20118.16/2520.02	c *** INTERRUPTED ***
20118.16/2520.02	c call to solver        : 0
20118.16/2520.02	c
20118.16/2520.02	c restarts              : 259417      
20118.16/2520.02	c conflicts             : 2225384      (111 /sec)
20118.16/2520.02	c decisions             : 4808978      (239 /sec)
20118.16/2520.02	c propagations          : 4503542818  (223867 /sec)
20118.16/2520.02	c root propagations     : 355523      
20118.16/2520.02	c filter calls          : 1800710990     (89512 /sec)
20118.16/2520.02	c useless filter calls  : 1707090859     (94 %)
20118.16/2520.02	c Memory used           : 1061.31 MB
20118.16/2520.02	c Best bound time (wc)  : -1.56982e+09 s
20118.16/2520.02	c CPU time              : 20117 s
20118.16/2520.02	c real time             : 2520.02 s
20118.16/2520.02	
20118.16/2520.02	c No Bound found!
20118.16/2520.02	
20118.16/2520.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: 16375 MiB (15416 MiB free)
  memory of node 1: 16384 MiB (15329 MiB free)
  node distances:
     10  21
     21  10

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

running on 8 cores: 0-7

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


[startup+0.100156 s]*
/proc/loadavg: 2.40 2.10 1.98 2/192 1006
/proc/meminfo: memFree=31406724/32770688 swapFree=67001380/67108860
[pid=1005] ppid=1002 vsize=104916 memory=81284 CPUtime=0.1 cores=0-7
/proc/1005/stat : 1005 (cosoco) R 1002 1005 961 0 -1 4202496 20502 0 0 0 7 3 0 0 20 0 1 0 557569716 107433984 20321 33554432000 4194304 6211132 140735959526736 140735959523272 139964456893413 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8312316 8317760 28041216 140735959528465 140735959528557 140735959528557 140735959531470 0
/proc/1005/statm: 26229 20321 827 493 0 19534 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 104916 KiB
Current children cumulated memory: 81284 KiB

[startup+0.210478 s]*
/proc/loadavg: 2.40 2.10 1.98 2/192 1006
/proc/meminfo: memFree=31398044/32770688 swapFree=67001380/67108860
[pid=1005] ppid=1002 vsize=123252 memory=99744 CPUtime=0.2 cores=0-7
/proc/1005/stat : 1005 (cosoco) R 1002 1005 961 0 -1 4202496 25091 0 0 0 17 3 0 0 20 0 1 0 557569716 126210048 24870 33554432000 4194304 6211132 140735959526736 140735959523272 139964456962603 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8312316 8317760 28041216 140735959528465 140735959528557 140735959528557 140735959531470 0
/proc/1005/statm: 30813 24870 838 493 0 24118 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 123252 KiB
Current children cumulated memory: 99744 KiB

[startup+0.309746 s]*
/proc/loadavg: 2.40 2.10 1.98 2/192 1006
/proc/meminfo: memFree=31276400/32770688 swapFree=67001380/67108860
[pid=1005] ppid=1002 vsize=824600 memory=211416 CPUtime=0.31 cores=0-7
/proc/1005/stat : 1005 (cosoco) S 1002 1005 961 0 -1 1077944320 53254 0 0 0 24 7 0 0 20 0 9 0 557569716 844390400 52854 33554432000 4194304 6211132 140735959526736 140735959524992 139964472934135 0 0 4096 8405026 18446744073709551615 0 0 17 1 0 0 0 0 0 8312316 8317760 28041216 140735959528465 140735959528557 140735959528557 140735959531470 0
/proc/1005/statm: 206150 52854 878 493 0 199455 0
[pid=1005/tid=1007] ppid=1002 vsize=824600 memory=4026531858 CPUtime=0 cores=0-7
/proc/1005/task/1007/stat : 1007 (cosoco) R 1002 1005 961 0 -1 4202560 54 0 0 0 0 0 0 0 20 0 9 0 557569748 844390400 52854 33554432000 4194304 6211132 140735959526736 139964449790664 139964456889150 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 28041216 140735959528465 140735959528557 140735959528557 140735959531470 0
[pid=1005/tid=1008] ppid=1002 vsize=824600 memory=9060 CPUtime=0 cores=0-7
/proc/1005/task/1008/stat : 1008 (cosoco) D 1002 1005 961 0 -1 4202560 42 0 0 0 0 0 0 0 20 0 9 0 557569748 844390400 52854 33554432000 4194304 6211132 140735959526736 139964441398024 139964457369175 0 0 4096 8405026 18446744071582151463 0 0 -1 6 0 0 0 0 0 8312316 8317760 28041216 140735959528465 140735959528557 140735959528557 140735959531470 0
[pid=1005/tid=1009] ppid=1002 vsize=824600 memory=140281961645799 CPUtime=0 cores=0-7
/proc/1005/task/1009/stat : 1009 (cosoco) R 1002 1005 961 0 -1 4202560 22 0 0 0 0 0 0 0 20 0 9 0 557569748 844390400 52854 33554432000 4194304 6211132 140735959526736 139964433005560 139964456893413 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 28041216 140735959528465 140735959528557 140735959528557 140735959531470 0
[pid=1005/tid=1010] ppid=1002 vsize=824600 memory=-1 CPUtime=0 cores=0-7
/proc/1005/task/1010/stat : 1010 (cosoco) D 1002 1005 961 0 -1 4202560 22 0 0 0 0 0 0 0 20 0 9 0 557569748 844390400 52854 33554432000 4194304 6211132 140735959526736 139964424612856 139964456893413 0 0 4096 8405026 18446744071582151416 0 0 -1 5 0 0 0 0 0 8312316 8317760 28041216 140735959528465 140735959528557 140735959528557 140735959531470 0
[pid=1005/tid=1011] ppid=1002 vsize=824600 memory=0 CPUtime=0 cores=0-7
/proc/1005/task/1011/stat : 1011 (cosoco) D 1002 1005 961 0 -1 4202560 50 0 0 0 0 0 0 0 20 0 9 0 557569748 844390400 52854 33554432000 4194304 6211132 140735959526736 139964416219816 139964456889150 0 0 4096 8405026 18446744071582151416 0 0 -1 1 0 0 0 0 0 8312316 8317760 28041216 140735959528465 140735959528557 140735959528557 140735959531470 0
[pid=1005/tid=1012] ppid=1002 vsize=824600 memory=0 CPUtime=0 cores=0-7
/proc/1005/task/1012/stat : 1012 (cosoco) D 1002 1005 961 0 -1 4202560 23 0 0 0 0 0 0 0 20 0 9 0 557569748 844390400 52854 33554432000 4194304 6211132 140735959526736 139964407827448 139964456893413 0 0 4096 8405026 18446744071582151416 0 0 -1 4 0 0 0 0 0 8312316 8317760 28041216 140735959528465 140735959528557 140735959528557 140735959531470 0
[pid=1005/tid=1013] ppid=1002 vsize=824600 memory=-1 CPUtime=0 cores=0-7
/proc/1005/task/1013/stat : 1013 (cosoco) D 1002 1005 961 0 -1 4202560 46 0 0 0 0 0 0 0 20 0 9 0 557569748 844390400 52854 33554432000 4194304 6211132 140735959526736 139964399434504 139964456893413 0 0 4096 8405026 18446744071582151416 0 0 -1 2 0 0 0 0 0 8312316 8317760 28041216 140735959528465 140735959528557 140735959528557 140735959531470 0
[pid=1005/tid=1014] ppid=1002 vsize=824600 memory=0 CPUtime=0 cores=0-7
/proc/1005/task/1014/stat : 1014 (cosoco) D 1002 1005 961 0 -1 4202560 51 0 0 0 0 0 0 0 20 0 9 0 557569748 844390400 52854 33554432000 4194304 6211132 140735959526736 139964391041800 139964456893413 0 0 4096 8405026 18446744071582151416 0 0 -1 0 0 0 0 0 0 8312316 8317760 28041216 140735959528465 140735959528557 140735959528557 140735959531470 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 824600 KiB
Current children cumulated memory: 211416 KiB

[startup+0.700635 s]
/proc/loadavg: 2.40 2.10 1.98 9/200 1014
/proc/meminfo: memFree=31226952/32770688 swapFree=67001380/67108860
[pid=1005] ppid=1002 vsize=832796 memory=336520 CPUtime=1.96 cores=0-7
/proc/1005/stat : 1005 (cosoco) S 1002 1005 961 0 -1 1077944320 83935 0 0 0 167 29 0 0 20 0 9 0 557569716 852783104 84130 33554432000 4194304 6211132 140735959526736 140735959524992 139964472934135 0 0 4096 8405026 18446744073709551615 0 0 17 1 0 0 0 0 0 8312316 8317760 28041216 140735959528465 140735959528557 140735959528557 140735959531470 0
/proc/1005/statm: 208199 84130 885 493 0 201504 0
[pid=1005/tid=1007] ppid=1002 vsize=832796 memory=2044 CPUtime=0.18 cores=0-7
/proc/1005/task/1007/stat : 1007 (cosoco) S 1002 1005 961 0 -1 1077944384 3512 0 0 0 16 2 0 0 20 0 9 0 557569748 852783104 84130 33554432000 4194304 6211132 140735959526736 139964449790912 139964472955325 0 0 4096 8405026 18446744071579849748 0 0 -1 0 0 0 0 0 0 8312316 8317760 28041216 140735959528465 140735959528557 140735959528557 140735959531470 0
[pid=1005/tid=1008] ppid=1002 vsize=832796 memory=1368 CPUtime=0.2 cores=0-7
/proc/1005/task/1008/stat : 1008 (cosoco) R 1002 1005 961 0 -1 4202560 5261 0 0 0 17 3 0 0 20 0 9 0 557569748 852783104 84130 33554432000 4194304 6211132 140735959526736 139964441397896 5302358 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 28041216 140735959528465 140735959528557 140735959528557 140735959531470 0
[pid=1005/tid=1009] ppid=1002 vsize=832796 memory=1056 CPUtime=0.18 cores=0-7
/proc/1005/task/1009/stat : 1009 (cosoco) R 1002 1005 961 0 -1 4202560 3442 0 0 0 16 2 0 0 20 0 9 0 557569748 852783104 84130 33554432000 4194304 6211132 140735959526736 139964433005336 139964456889150 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 28041216 140735959528465 140735959528557 140735959528557 140735959531470 0
[pid=1005/tid=1010] ppid=1002 vsize=832796 memory=772 CPUtime=0.22 cores=0-7
/proc/1005/task/1010/stat : 1010 (cosoco) S 1002 1005 961 0 -1 1077944384 3455 0 0 0 20 2 0 0 20 0 9 0 557569748 852783104 84130 33554432000 4194304 6211132 140735959526736 139964424612800 139964472955325 0 0 4096 8405026 18446744071579849748 0 0 -1 6 0 0 0 0 0 8312316 8317760 28041216 140735959528465 140735959528557 140735959528557 140735959531470 0
[pid=1005/tid=1011] ppid=1002 vsize=832796 memory=1696 CPUtime=0.19 cores=0-7
/proc/1005/task/1011/stat : 1011 (cosoco) S 1002 1005 961 0 -1 1077944384 3513 0 0 0 18 1 0 0 20 0 9 0 557569748 852783104 84130 33554432000 4194304 6211132 140735959526736 139964416220176 139964472955325 0 0 4096 8405026 18446744071579849748 0 0 -1 0 0 0 0 0 0 8312316 8317760 28041216 140735959528465 140735959528557 140735959528557 140735959531470 0
[pid=1005/tid=1012] ppid=1002 vsize=832796 memory=1228 CPUtime=0.2 cores=0-7
/proc/1005/task/1012/stat : 1012 (cosoco) R 1002 1005 961 0 -1 4202560 3529 0 0 0 18 2 0 0 20 0 9 0 557569748 852783104 84130 33554432000 4194304 6211132 140735959526736 139964407827472 5302358 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 28041216 140735959528465 140735959528557 140735959528557 140735959531470 0
[pid=1005/tid=1013] ppid=1002 vsize=832796 memory=140286253340287 CPUtime=0.2 cores=0-7
/proc/1005/task/1013/stat : 1013 (cosoco) S 1002 1005 961 0 -1 1077944384 3513 0 0 0 18 2 0 0 20 0 9 0 557569748 852783104 84130 33554432000 4194304 6211132 140735959526736 139964399434768 139964472955325 0 0 4096 8405026 18446744071579849748 0 0 -1 1 0 0 0 0 0 8312316 8317760 28041216 140735959528465 140735959528557 140735959528557 140735959531470 0
[pid=1005/tid=1014] ppid=1002 vsize=832796 memory=7309167735469665129 CPUtime=0.19 cores=0-7
/proc/1005/task/1014/stat : 1014 (cosoco) R 1002 1005 961 0 -1 4202560 4739 0 0 0 16 3 0 0 20 0 9 0 557569748 852783104 84196 33554432000 4194304 6211132 140735959526736 139964391041720 5302358 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 28041216 140735959528465 140735959528557 140735959528557 140735959531470 0
Current children cumulated CPU time: 1.96 s
Current children cumulated vsize: 832796 KiB
Current children cumulated memory: 336520 KiB

[startup+1.50105 s]
/proc/loadavg: 2.40 2.10 1.98 9/200 1014
/proc/meminfo: memFree=30812752/32770688 swapFree=67001380/67108860
[pid=1005] ppid=1002 vsize=1086776 memory=675376 CPUtime=7.93 cores=0-7
/proc/1005/stat : 1005 (cosoco) S 1002 1005 961 0 -1 1077944320 113454 0 0 0 752 41 0 0 20 0 9 0 557569716 1112858624 168844 33554432000 4194304 6211132 140735959526736 140735959524992 139964472934135 0 0 4096 8405026 18446744073709551615 0 0 17 1 0 0 0 0 0 8312316 8317760 28041216 140735959528465 140735959528557 140735959528557 140735959531470 0
/proc/1005/statm: 271694 168844 887 493 0 264999 0
[pid=1005/tid=1007] ppid=1002 vsize=1086776 memory=7752549240514114323 CPUtime=0.89 cores=0-7
/proc/1005/task/1007/stat : 1007 (cosoco) R 1002 1005 961 0 -1 4202560 7149 0 0 0 86 3 0 0 20 0 9 0 557569748 1112858624 168844 33554432000 4194304 6211132 140735959526736 139964449791008 5193760 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 28041216 140735959528465 140735959528557 140735959528557 140735959531470 0
[pid=1005/tid=1008] ppid=1002 vsize=1086776 memory=8187282945 CPUtime=0.98 cores=0-7
/proc/1005/task/1008/stat : 1008 (cosoco) R 1002 1005 961 0 -1 4202560 6795 0 0 0 94 4 0 0 20 0 9 0 557569748 1112858624 168844 33554432000 4194304 6211132 140735959526736 139964441398304 5409459 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 28041216 140735959528465 140735959528557 140735959528557 140735959531470 0
[pid=1005/tid=1009] ppid=1002 vsize=1086776 memory=280563638560904 CPUtime=0.88 cores=0-7
/proc/1005/task/1009/stat : 1009 (cosoco) R 1002 1005 961 0 -1 4202560 6781 0 0 0 83 5 0 0 20 0 9 0 557569748 1112858624 168844 33554432000 4194304 6211132 140735959526736 139964433005600 5397400 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 28041216 140735959528465 140735959528557 140735959528557 140735959531470 0
[pid=1005/tid=1010] ppid=1002 vsize=1086776 memory=6489695585257 CPUtime=0.94 cores=0-7
/proc/1005/task/1010/stat : 1010 (cosoco) R 1002 1005 961 0 -1 4202560 6627 0 0 0 91 3 0 0 20 0 9 0 557569748 1112858624 168844 33554432000 4194304 6211132 140735959526736 139964424612784 5193760 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 28041216 140735959528465 140735959528557 140735959528557 140735959531470 0
[pid=1005/tid=1011] ppid=1002 vsize=1086776 memory=496 CPUtime=0.94 cores=0-7
/proc/1005/task/1011/stat : 1011 (cosoco) R 1002 1005 961 0 -1 4202560 9904 0 0 0 91 3 0 0 20 0 9 0 557569748 1112858624 168844 33554432000 4194304 6211132 140735959526736 139964416220288 5193760 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 28041216 140735959528465 140735959528557 140735959528557 140735959531470 0
[pid=1005/tid=1012] ppid=1002 vsize=1086776 memory=0 CPUtime=1 cores=0-7
/proc/1005/task/1012/stat : 1012 (cosoco) R 1002 1005 961 0 -1 12591168 6557 0 0 0 96 4 0 0 20 0 9 0 557569748 1112858624 168844 33554432000 4194304 6211132 140735959526736 139964407827352 5166591 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 28041216 140735959528465 140735959528557 140735959528557 140735959531470 0
[pid=1005/tid=1013] ppid=1002 vsize=1086776 memory=1804 CPUtime=0.95 cores=0-7
/proc/1005/task/1013/stat : 1013 (cosoco) R 1002 1005 961 0 -1 4202560 8280 0 0 0 92 3 0 0 20 0 9 0 557569748 1112858624 168844 33554432000 4194304 6211132 140735959526736 139964399434648 5193760 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 28041216 140735959528465 140735959528557 140735959528557 140735959531470 0
[pid=1005/tid=1014] ppid=1002 vsize=1086776 memory=55 CPUtime=0.95 cores=0-7
/proc/1005/task/1014/stat : 1014 (cosoco) R 1002 1005 961 0 -1 4202560 8663 0 0 0 92 3 0 0 20 0 9 0 557569748 1112858624 168844 33554432000 4194304 6211132 140735959526736 139964391042056 5167284 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 28041216 140735959528465 140735959528557 140735959528557 140735959531470 0
Current children cumulated CPU time: 7.93 s
Current children cumulated vsize: 1086776 KiB
Current children cumulated memory: 675376 KiB

[startup+3.11105 s]
/proc/loadavg: 2.85 2.20 2.01 9/200 1014
/proc/meminfo: memFree=30810936/32770688 swapFree=67001380/67108860
[pid=1005] ppid=1002 vsize=1086776 memory=675376 CPUtime=20.79 cores=0-7
/proc/1005/stat : 1005 (cosoco) S 1002 1005 961 0 -1 1077944320 190611 0 0 0 2018 61 0 0 20 0 9 0 557569716 1112858624 168844 33554432000 4194304 6211132 140735959526736 140735959524992 139964472934135 0 0 4096 8405026 18446744073709551615 0 0 17 1 0 0 0 0 0 8312316 8317760 28041216 140735959528465 140735959528557 140735959528557 140735959531470 0
/proc/1005/statm: 271694 168844 887 493 0 264999 0
[pid=1005/tid=1007] ppid=1002 vsize=1086776 memory=984 CPUtime=2.5 cores=0-7
/proc/1005/task/1007/stat : 1007 (cosoco) R 1002 1005 961 0 -1 4202560 13949 0 0 0 246 4 0 0 20 0 9 0 557569748 1112858624 168844 33554432000 4194304 6211132 140735959526736 139964449790728 5193760 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 28041216 140735959528465 140735959528557 140735959528557 140735959531470 0
[pid=1005/tid=1008] ppid=1002 vsize=1086776 memory=2044 CPUtime=2.6 cores=0-7
/proc/1005/task/1008/stat : 1008 (cosoco) R 1002 1005 961 0 -1 4202560 17980 0 0 0 250 10 0 0 20 0 9 0 557569748 1112858624 168844 33554432000 4194304 6211132 140735959526736 139964441398288 5193760 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 28041216 140735959528465 140735959528557 140735959528557 140735959531470 0
[pid=1005/tid=1009] ppid=1002 vsize=1086776 memory=1368 CPUtime=2.49 cores=0-7
/proc/1005/task/1009/stat : 1009 (cosoco) R 1002 1005 961 0 -1 4202560 18918 0 0 0 239 10 0 0 20 0 9 0 557569748 1112858624 168844 33554432000 4194304 6211132 140735959526736 139964433005696 5168395 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 28041216 140735959528465 140735959528557 140735959528557 140735959531470 0
[pid=1005/tid=1010] ppid=1002 vsize=1086776 memory=-7035114785800479027 CPUtime=2.53 cores=0-7
/proc/1005/task/1010/stat : 1010 (cosoco) R 1002 1005 961 0 -1 4202560 17753 0 0 0 246 7 0 0 20 0 9 0 557569748 1112858624 168844 33554432000 4194304 6211132 140735959526736 139964424612992 5193760 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 28041216 140735959528465 140735959528557 140735959528557 140735959531470 0
[pid=1005/tid=1011] ppid=1002 vsize=1086776 memory=288230596050944315 CPUtime=2.56 cores=0-7
/proc/1005/task/1011/stat : 1011 (cosoco) R 1002 1005 961 0 -1 4202560 15144 0 0 0 252 4 0 0 20 0 9 0 557569748 1112858624 168844 33554432000 4194304 6211132 140735959526736 139964416220176 5168401 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 28041216 140735959528465 140735959528557 140735959528557 140735959531470 0
[pid=1005/tid=1012] ppid=1002 vsize=1086776 memory=13847465010923056 CPUtime=2.6 cores=0-7
/proc/1005/task/1012/stat : 1012 (cosoco) R 1002 1005 961 0 -1 4202560 17554 0 0 0 252 8 0 0 20 0 9 0 557569748 1112858624 168844 33554432000 4194304 6211132 140735959526736 139964407827376 5166943 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 28041216 140735959528465 140735959528557 140735959528557 140735959531470 0
[pid=1005/tid=1013] ppid=1002 vsize=1086776 memory=8392 CPUtime=2.57 cores=0-7
/proc/1005/task/1013/stat : 1013 (cosoco) R 1002 1005 961 0 -1 4202560 18373 0 0 0 253 4 0 0 20 0 9 0 557569748 1112858624 168844 33554432000 4194304 6211132 140735959526736 139964399434648 5193760 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 28041216 140735959528465 140735959528557 140735959528557 140735959531470 0
[pid=1005/tid=1014] ppid=1002 vsize=1086776 memory=675376 CPUtime=2.56 cores=0-7
/proc/1005/task/1014/stat : 1014 (cosoco) R 1002 1005 961 0 -1 4202560 17902 0 0 0 252 4 0 0 20 0 9 0 557569748 1112858624 168844 33554432000 4194304 6211132 140735959526736 139964391042056 5167536 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 28041216 140735959528465 140735959528557 140735959528557 140735959531470 0
Current children cumulated CPU time: 20.79 s
Current children cumulated vsize: 1086776 KiB
Current children cumulated memory: 675376 KiB

[startup+6.30105 s]
/proc/loadavg: 2.85 2.20 2.01 9/201 1016
/proc/meminfo: memFree=30809592/32770688 swapFree=67001380/67108860
[pid=1005] ppid=1002 vsize=1086776 memory=675636 CPUtime=46.25 cores=0-7
/proc/1005/stat : 1005 (cosoco) S 1002 1005 961 0 -1 1077944320 254067 0 0 0 4558 67 0 0 20 0 9 0 557569716 1112858624 168909 33554432000 4194304 6211132 140735959526736 140735959524992 139964472934135 0 0 4096 8405026 18446744073709551615 0 0 17 1 0 0 0 0 0 8312316 8317760 28041216 140735959528465 140735959528557 140735959528557 140735959531470 0
/proc/1005/statm: 271694 168909 887 493 0 264999 0
[pid=1005/tid=1007] ppid=1002 vsize=1086776 memory=675636 CPUtime=5.69 cores=0-7
/proc/1005/task/1007/stat : 1007 (cosoco) R 1002 1005 961 0 -1 4202560 24911 0 0 0 564 5 0 0 20 0 9 0 557569748 1112858624 168909 33554432000 4194304 6211132 140735959526736 139964449790728 5167924 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 28041216 140735959528465 140735959528557 140735959528557 140735959531470 0
[pid=1005/tid=1008] ppid=1002 vsize=1086776 memory=675636 CPUtime=5.78 cores=0-7
/proc/1005/task/1008/stat : 1008 (cosoco) R 1002 1005 961 0 -1 4202560 24543 0 0 0 568 10 0 0 20 0 9 0 557569748 1112858624 168909 33554432000 4194304 6211132 140735959526736 139964441397720 5168401 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 28041216 140735959528465 140735959528557 140735959528557 140735959531470 0
[pid=1005/tid=1009] ppid=1002 vsize=1086776 memory=675596 CPUtime=5.67 cores=0-7
/proc/1005/task/1009/stat : 1009 (cosoco) R 1002 1005 961 0 -1 4202560 26105 0 0 0 557 10 0 0 20 0 9 0 557569748 1112858624 168909 33554432000 4194304 6211132 140735959526736 139964433005696 5186313 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 28041216 140735959528465 140735959528557 140735959528557 140735959531470 0
[pid=1005/tid=1010] ppid=1002 vsize=1086776 memory=0 CPUtime=5.67 cores=0-7
/proc/1005/task/1010/stat : 1010 (cosoco) R 1002 1005 961 0 -1 4202560 25227 0 0 0 559 8 0 0 20 0 9 0 557569748 1112858624 168909 33554432000 4194304 6211132 140735959526736 139964424612880 5167040 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 28041216 140735959528465 140735959528557 140735959528557 140735959531470 0
[pid=1005/tid=1011] ppid=1002 vsize=1086776 memory=4209357772117481859 CPUtime=5.74 cores=0-7
/proc/1005/task/1011/stat : 1011 (cosoco) R 1002 1005 961 0 -1 4202560 25752 0 0 0 570 4 0 0 20 0 9 0 557569748 1112858624 168909 33554432000 4194304 6211132 140735959526736 139964416220176 5166612 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 28041216 140735959528465 140735959528557 140735959528557 140735959531470 0
[pid=1005/tid=1012] ppid=1002 vsize=1086776 memory=675636 CPUtime=5.8 cores=0-7
/proc/1005/task/1012/stat : 1012 (cosoco) R 1002 1005 961 0 -1 4202560 23988 0 0 0 571 9 0 0 20 0 9 0 557569748 1112858624 168909 33554432000 4194304 6211132 140735959526736 139964407827376 5193760 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 28041216 140735959528465 140735959528557 140735959528557 140735959531470 0
[pid=1005/tid=1013] ppid=1002 vsize=1086776 memory=55 CPUtime=5.75 cores=0-7
/proc/1005/task/1013/stat : 1013 (cosoco) R 1002 1005 961 0 -1 4202560 25820 0 0 0 571 4 0 0 20 0 9 0 557569748 1112858624 168909 33554432000 4194304 6211132 140735959526736 139964399434648 5397407 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 28041216 140735959528465 140735959528557 140735959528557 140735959531470 0
[pid=1005/tid=1014] ppid=1002 vsize=1086776 memory=-7812193691855986592 CPUtime=5.76 cores=0-7
/proc/1005/task/1014/stat : 1014 (cosoco) R 1002 1005 961 0 -1 4202560 24683 0 0 0 571 5 0 0 20 0 9 0 557569748 1112858624 168909 33554432000 4194304 6211132 140735959526736 139964391042056 5193760 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 28041216 140735959528465 140735959528557 140735959528557 140735959531470 0
Current children cumulated CPU time: 46.25 s
Current children cumulated vsize: 1086776 KiB
Current children cumulated memory: 675636 KiB

[startup+12.7011 s]
/proc/loadavg: 3.26 2.29 2.05 9/201 1016
/proc/meminfo: memFree=30809132/32770688 swapFree=67001380/67108860
[pid=1005] ppid=1002 vsize=1086776 memory=675640 CPUtime=97.35 cores=0-7
/proc/1005/stat : 1005 (cosoco) S 1002 1005 961 0 -1 1077944320 353420 0 0 0 9663 72 0 0 20 0 9 0 557569716 1112858624 168910 33554432000 4194304 6211132 140735959526736 140735959524992 139964472934135 0 0 4096 8405026 18446744073709551615 0 0 17 1 0 0 0 0 0 8312316 8317760 28041216 140735959528465 140735959528557 140735959528557 140735959531470 0
/proc/1005/statm: 271694 168910 887 493 0 264999 0
[pid=1005/tid=1007] ppid=1002 vsize=1086776 memory=675640 CPUtime=12.09 cores=0-7
/proc/1005/task/1007/stat : 1007 (cosoco) R 1002 1005 961 0 -1 4202560 37121 0 0 0 1203 6 0 0 20 0 9 0 557569748 1112858624 168910 33554432000 4194304 6211132 140735959526736 139964449790728 5167536 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 28041216 140735959528465 140735959528557 140735959528557 140735959531470 0
[pid=1005/tid=1008] ppid=1002 vsize=1086776 memory=3612 CPUtime=12.18 cores=0-7
/proc/1005/task/1008/stat : 1008 (cosoco) R 1002 1005 961 0 -1 4202560 36843 0 0 0 1207 11 0 0 20 0 9 0 557569748 1112858624 168910 33554432000 4194304 6211132 140735959526736 139964441397720 5193760 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 28041216 140735959528465 140735959528557 140735959528557 140735959531470 0
[pid=1005/tid=1009] ppid=1002 vsize=1086776 memory=675640 CPUtime=12.08 cores=0-7
/proc/1005/task/1009/stat : 1009 (cosoco) R 1002 1005 961 0 -1 4202560 38591 0 0 0 1197 11 0 0 20 0 9 0 557569748 1112858624 168910 33554432000 4194304 6211132 140735959526736 139964433005696 5193760 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 28041216 140735959528465 140735959528557 140735959528557 140735959531470 0
[pid=1005/tid=1010] ppid=1002 vsize=1086776 memory=675636 CPUtime=11.98 cores=0-7
/proc/1005/task/1010/stat : 1010 (cosoco) R 1002 1005 961 0 -1 4202560 38163 0 0 0 1189 9 0 0 20 0 9 0 557569748 1112858624 168910 33554432000 4194304 6211132 140735959526736 139964424612880 5193760 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 28041216 140735959528465 140735959528557 140735959528557 140735959531470 0
[pid=1005/tid=1011] ppid=1002 vsize=1086776 memory=984 CPUtime=12.15 cores=0-7
/proc/1005/task/1011/stat : 1011 (cosoco) R 1002 1005 961 0 -1 4202560 38804 0 0 0 1209 6 0 0 20 0 9 0 557569748 1112858624 168910 33554432000 4194304 6211132 140735959526736 139964416220176 5440729 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 28041216 140735959528465 140735959528557 140735959528557 140735959531470 0
[pid=1005/tid=1012] ppid=1002 vsize=1086776 memory=675640 CPUtime=12.2 cores=0-7
/proc/1005/task/1012/stat : 1012 (cosoco) R 1002 1005 961 0 -1 4202560 35853 0 0 0 1210 10 0 0 20 0 9 0 557569748 1112858624 168910 33554432000 4194304 6211132 140735959526736 139964407827584 5392375 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 28041216 140735959528465 140735959528557 140735959528557 140735959531470 0
[pid=1005/tid=1013] ppid=1002 vsize=1086776 memory=4209357772117481859 CPUtime=12.16 cores=0-7
/proc/1005/task/1013/stat : 1013 (cosoco) R 1002 1005 961 0 -1 4202560 37871 0 0 0 1211 5 0 0 20 0 9 0 557569748 1112858624 168910 33554432000 4194304 6211132 140735959526736 139964399434880 5193760 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 28041216 140735959528465 140735959528557 140735959528557 140735959531470 0

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

/proc/1005/task/1009/stat : 1009 (cosoco) R 1002 1005 961 0 -1 4202560 79851 0 0 0 226050 18 0 0 20 0 9 0 557569748 1112858624 171522 33554432000 4194304 6211132 140735959526736 139964433005696 5167561 0 0 4096 8405026 0 0 0 -1 5 0 0 1 0 0 8312316 8317760 28041216 140735959528465 140735959528557 140735959528557 140735959531470 0
[pid=1005/tid=1010] ppid=1002 vsize=1086776 memory=686088 CPUtime=2249.21 cores=0-7
/proc/1005/task/1010/stat : 1010 (cosoco) R 1002 1005 961 0 -1 4202560 80794 0 0 0 224904 17 0 0 20 0 9 0 557569748 1112858624 171522 33554432000 4194304 6211132 140735959526736 139964424612880 5193760 0 0 4096 8405026 0 0 0 -1 6 0 0 1 0 0 8312316 8317760 28041216 140735959528465 140735959528557 140735959528557 140735959531470 0
[pid=1005/tid=1011] ppid=1002 vsize=1086776 memory=686088 CPUtime=2261.65 cores=0-7
/proc/1005/task/1011/stat : 1011 (cosoco) R 1002 1005 961 0 -1 4202560 80154 0 0 0 226155 10 0 0 20 0 9 0 557569748 1112858624 171522 33554432000 4194304 6211132 140735959526736 139964416220288 5167933 0 0 4096 8405026 0 0 0 -1 2 0 0 1 0 0 8312316 8317760 28041216 140735959528465 140735959528557 140735959528557 140735959531470 0
[pid=1005/tid=1012] ppid=1002 vsize=1086776 memory=686088 CPUtime=2261.44 cores=0-7
/proc/1005/task/1012/stat : 1012 (cosoco) R 1002 1005 961 0 -1 4202560 77243 0 0 0 226126 18 0 0 20 0 9 0 557569748 1112858624 171522 33554432000 4194304 6211132 140735959526736 139964407827472 5397407 0 0 4096 8405026 0 0 0 -1 1 0 0 1 0 0 8312316 8317760 28041216 140735959528465 140735959528557 140735959528557 140735959531470 0
[pid=1005/tid=1013] ppid=1002 vsize=1086776 memory=686088 CPUtime=2261.64 cores=0-7
/proc/1005/task/1013/stat : 1013 (cosoco) R 1002 1005 961 0 -1 4202560 79141 0 0 0 226155 9 0 0 20 0 9 0 557569748 1112858624 171522 33554432000 4194304 6211132 140735959526736 139964399434880 5193760 0 0 4096 8405026 0 0 0 -1 3 0 0 1 0 0 8312316 8317760 28041216 140735959528465 140735959528557 140735959528557 140735959531470 0
[pid=1005/tid=1014] ppid=1002 vsize=1086776 memory=686088 CPUtime=2261.55 cores=0-7
/proc/1005/task/1014/stat : 1014 (cosoco) R 1002 1005 961 0 -1 4202560 78788 0 0 0 226146 9 0 0 20 0 9 0 557569748 1112858624 171522 33554432000 4194304 6211132 140735959526736 139964391042056 5186301 0 0 4096 8405026 0 0 0 -1 0 0 0 2 0 0 8312316 8317760 28041216 140735959528465 140735959528557 140735959528557 140735959531470 0
Current children cumulated CPU time: 18060.2 s
Current children cumulated vsize: 1086776 KiB
Current children cumulated memory: 686088 KiB

[startup+2322.3 s]
/proc/loadavg: 8.37 8.23 7.75 9/200 1196
/proc/meminfo: memFree=30802160/32770688 swapFree=67001380/67108860
[pid=1005] ppid=1002 vsize=1086776 memory=686088 CPUtime=18539.4 cores=0-7
/proc/1005/stat : 1005 (cosoco) S 1002 1005 961 0 -1 1077944320 686071 0 0 0 1853817 121 0 0 20 0 9 0 557569716 1112858624 171522 33554432000 4194304 6211132 140735959526736 140735959524992 139964472934135 0 0 4096 8405026 18446744073709551615 0 0 17 1 0 0 0 0 0 8312316 8317760 28041216 140735959528465 140735959528557 140735959528557 140735959531470 0
/proc/1005/statm: 271694 171522 887 493 0 264999 0
[pid=1005/tid=1007] ppid=1002 vsize=1086776 memory=686088 CPUtime=2315.21 cores=0-7
/proc/1005/task/1007/stat : 1007 (cosoco) R 1002 1005 961 0 -1 4202560 76206 0 0 0 231509 12 0 0 20 0 9 0 557569748 1112858624 171522 33554432000 4194304 6211132 140735959526736 139964449791104 5167920 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 28041216 140735959528465 140735959528557 140735959528557 140735959531470 0
[pid=1005/tid=1008] ppid=1002 vsize=1086776 memory=686088 CPUtime=2307.67 cores=0-7
/proc/1005/task/1008/stat : 1008 (cosoco) R 1002 1005 961 0 -1 4202560 78721 0 0 0 230750 17 0 0 20 0 9 0 557569748 1112858624 171522 33554432000 4194304 6211132 140735959526736 139964441397960 5193760 0 0 4096 8405026 0 0 0 -1 7 0 0 1 0 0 8312316 8317760 28041216 140735959528465 140735959528557 140735959528557 140735959531470 0
[pid=1005/tid=1009] ppid=1002 vsize=1086776 memory=686088 CPUtime=2320.67 cores=0-7
/proc/1005/task/1009/stat : 1009 (cosoco) R 1002 1005 961 0 -1 4202560 80085 0 0 0 232049 18 0 0 20 0 9 0 557569748 1112858624 171522 33554432000 4194304 6211132 140735959526736 139964433005696 5193760 0 0 4096 8405026 0 0 0 -1 5 0 0 1 0 0 8312316 8317760 28041216 140735959528465 140735959528557 140735959528557 140735959531470 0
[pid=1005/tid=1010] ppid=1002 vsize=1086776 memory=686088 CPUtime=2309.2 cores=0-7
/proc/1005/task/1010/stat : 1010 (cosoco) R 1002 1005 961 0 -1 4202560 81143 0 0 0 230903 17 0 0 20 0 9 0 557569748 1112858624 171522 33554432000 4194304 6211132 140735959526736 139964424612880 5393423 0 0 4096 8405026 0 0 0 -1 6 0 0 1 0 0 8312316 8317760 28041216 140735959528465 140735959528557 140735959528557 140735959531470 0
[pid=1005/tid=1011] ppid=1002 vsize=1086776 memory=686088 CPUtime=2321.66 cores=0-7
/proc/1005/task/1011/stat : 1011 (cosoco) R 1002 1005 961 0 -1 4202560 80638 0 0 0 232155 11 0 0 20 0 9 0 557569748 1112858624 171522 33554432000 4194304 6211132 140735959526736 139964416220288 5193760 0 0 4096 8405026 0 0 0 -1 2 0 0 1 0 0 8312316 8317760 28041216 140735959528465 140735959528557 140735959528557 140735959531470 0
[pid=1005/tid=1012] ppid=1002 vsize=1086776 memory=686088 CPUtime=2321.42 cores=0-7
/proc/1005/task/1012/stat : 1012 (cosoco) R 1002 1005 961 0 -1 4202560 77609 0 0 0 232124 18 0 0 20 0 9 0 557569748 1112858624 171522 33554432000 4194304 6211132 140735959526736 139964407827472 5193760 0 0 4096 8405026 0 0 0 -1 1 0 0 1 0 0 8312316 8317760 28041216 140735959528465 140735959528557 140735959528557 140735959531470 0
[pid=1005/tid=1013] ppid=1002 vsize=1086776 memory=686088 CPUtime=2321.65 cores=0-7
/proc/1005/task/1013/stat : 1013 (cosoco) R 1002 1005 961 0 -1 4202560 79433 0 0 0 232155 10 0 0 20 0 9 0 557569748 1112858624 171522 33554432000 4194304 6211132 140735959526736 139964399434880 5193760 0 0 4096 8405026 0 0 0 -1 3 0 0 1 0 0 8312316 8317760 28041216 140735959528465 140735959528557 140735959528557 140735959531470 0
[pid=1005/tid=1014] ppid=1002 vsize=1086776 memory=686088 CPUtime=2321.54 cores=0-7
/proc/1005/task/1014/stat : 1014 (cosoco) R 1002 1005 961 0 -1 4202560 79198 0 0 0 232145 9 0 0 20 0 9 0 557569748 1112858624 171522 33554432000 4194304 6211132 140735959526736 139964391042056 5168224 0 0 4096 8405026 0 0 0 -1 0 0 0 2 0 0 8312316 8317760 28041216 140735959528465 140735959528557 140735959528557 140735959531470 0
Current children cumulated CPU time: 18539.4 s
Current children cumulated vsize: 1086776 KiB
Current children cumulated memory: 686088 KiB

[startup+2382.3 s]
/proc/loadavg: 8.62 8.32 7.81 9/200 1199
/proc/meminfo: memFree=30802808/32770688 swapFree=67001380/67108860
[pid=1005] ppid=1002 vsize=1086776 memory=686088 CPUtime=19018.5 cores=0-7
/proc/1005/stat : 1005 (cosoco) S 1002 1005 961 0 -1 1077944320 687564 0 0 0 1901730 122 0 0 20 0 9 0 557569716 1112858624 171522 33554432000 4194304 6211132 140735959526736 140735959524992 139964472934135 0 0 4096 8405026 18446744073709551615 0 0 17 1 0 0 0 0 0 8312316 8317760 28041216 140735959528465 140735959528557 140735959528557 140735959531470 0
/proc/1005/statm: 271694 171522 887 493 0 264999 0
[pid=1005/tid=1007] ppid=1002 vsize=1086776 memory=686088 CPUtime=2375.21 cores=0-7
/proc/1005/task/1007/stat : 1007 (cosoco) R 1002 1005 961 0 -1 4202560 76516 0 0 0 237509 12 0 0 20 0 9 0 557569748 1112858624 171522 33554432000 4194304 6211132 140735959526736 139964449791104 5193760 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 28041216 140735959528465 140735959528557 140735959528557 140735959531470 0
[pid=1005/tid=1008] ppid=1002 vsize=1086776 memory=-7035114785800479027 CPUtime=2366.83 cores=0-7
/proc/1005/task/1008/stat : 1008 (cosoco) R 1002 1005 961 0 -1 4202560 78901 0 0 0 236666 17 0 0 20 0 9 0 557569748 1112858624 171522 33554432000 4194304 6211132 140735959526736 139964441397960 5193760 0 0 4096 8405026 0 0 0 -1 7 0 0 1 0 0 8312316 8317760 28041216 140735959528465 140735959528557 140735959528557 140735959531470 0
[pid=1005/tid=1009] ppid=1002 vsize=1086776 memory=686088 CPUtime=2380.67 cores=0-7
/proc/1005/task/1009/stat : 1009 (cosoco) R 1002 1005 961 0 -1 4202560 80217 0 0 0 238049 18 0 0 20 0 9 0 557569748 1112858624 171522 33554432000 4194304 6211132 140735959526736 139964433005696 5193760 0 0 4096 8405026 0 0 0 -1 5 0 0 1 0 0 8312316 8317760 28041216 140735959528465 140735959528557 140735959528557 140735959531470 0
[pid=1005/tid=1010] ppid=1002 vsize=1086776 memory=3612 CPUtime=2369.2 cores=0-7
/proc/1005/task/1010/stat : 1010 (cosoco) R 1002 1005 961 0 -1 4202560 81321 0 0 0 236903 17 0 0 20 0 9 0 557569748 1112858624 171522 33554432000 4194304 6211132 140735959526736 139964424612880 5392352 0 0 4096 8405026 0 0 0 -1 6 0 0 1 0 0 8312316 8317760 28041216 140735959528465 140735959528557 140735959528557 140735959531470 0
[pid=1005/tid=1011] ppid=1002 vsize=1086776 memory=-7035114785800479027 CPUtime=2381.65 cores=0-7
/proc/1005/task/1011/stat : 1011 (cosoco) R 1002 1005 961 0 -1 4202560 80887 0 0 0 238154 11 0 0 20 0 9 0 557569748 1112858624 171522 33554432000 4194304 6211132 140735959526736 139964416220288 5193760 0 0 4096 8405026 0 0 0 -1 2 0 0 1 0 0 8312316 8317760 28041216 140735959528465 140735959528557 140735959528557 140735959531470 0
[pid=1005/tid=1012] ppid=1002 vsize=1086776 memory=686088 CPUtime=2381.4 cores=0-7
/proc/1005/task/1012/stat : 1012 (cosoco) R 1002 1005 961 0 -1 4202560 77785 0 0 0 238122 18 0 0 20 0 9 0 557569748 1112858624 171522 33554432000 4194304 6211132 140735959526736 139964407827472 5167591 0 0 4096 8405026 0 0 0 -1 1 0 0 1 0 0 8312316 8317760 28041216 140735959528465 140735959528557 140735959528557 140735959531470 0
[pid=1005/tid=1013] ppid=1002 vsize=1086776 memory=686088 CPUtime=2381.65 cores=0-7
/proc/1005/task/1013/stat : 1013 (cosoco) R 1002 1005 961 0 -1 4202560 79561 0 0 0 238155 10 0 0 20 0 9 0 557569748 1112858624 171522 33554432000 4194304 6211132 140735959526736 139964399434880 5167536 0 0 4096 8405026 0 0 0 -1 3 0 0 1 0 0 8312316 8317760 28041216 140735959528465 140735959528557 140735959528557 140735959531470 0
[pid=1005/tid=1014] ppid=1002 vsize=1086776 memory=686088 CPUtime=2381.54 cores=0-7
/proc/1005/task/1014/stat : 1014 (cosoco) R 1002 1005 961 0 -1 4202560 79338 0 0 0 238145 9 0 0 20 0 9 0 557569748 1112858624 171522 33554432000 4194304 6211132 140735959526736 139964391042056 5168257 0 0 4096 8405026 0 0 0 -1 0 0 0 2 0 0 8312316 8317760 28041216 140735959528465 140735959528557 140735959528557 140735959531470 0
Current children cumulated CPU time: 19018.5 s
Current children cumulated vsize: 1086776 KiB
Current children cumulated memory: 686088 KiB

[startup+2442.3 s]
/proc/loadavg: 8.33 8.30 7.84 9/200 1204
/proc/meminfo: memFree=30801488/32770688 swapFree=67001380/67108860
[pid=1005] ppid=1002 vsize=1086776 memory=686088 CPUtime=19497.6 cores=0-7
/proc/1005/stat : 1005 (cosoco) S 1002 1005 961 0 -1 1077944320 689884 0 0 0 1949640 123 0 0 20 0 9 0 557569716 1112858624 171522 33554432000 4194304 6211132 140735959526736 140735959524992 139964472934135 0 0 4096 8405026 18446744073709551615 0 0 17 1 0 0 0 0 0 8312316 8317760 28041216 140735959528465 140735959528557 140735959528557 140735959531470 0
/proc/1005/statm: 271694 171522 887 493 0 264999 0
[pid=1005/tid=1007] ppid=1002 vsize=1086776 memory=686088 CPUtime=2435.2 cores=0-7
/proc/1005/task/1007/stat : 1007 (cosoco) R 1002 1005 961 0 -1 4202560 76751 0 0 0 243508 12 0 0 20 0 9 0 557569748 1112858624 171522 33554432000 4194304 6211132 140735959526736 139964449791104 5167920 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 28041216 140735959528465 140735959528557 140735959528557 140735959531470 0
[pid=1005/tid=1008] ppid=1002 vsize=1086776 memory=686088 CPUtime=2425.99 cores=0-7
/proc/1005/task/1008/stat : 1008 (cosoco) R 1002 1005 961 0 -1 4202560 79173 0 0 0 242582 17 0 0 20 0 9 0 557569748 1112858624 171522 33554432000 4194304 6211132 140735959526736 139964441397960 5167570 0 0 4096 8405026 0 0 0 -1 7 0 0 1 0 0 8312316 8317760 28041216 140735959528465 140735959528557 140735959528557 140735959531470 0
[pid=1005/tid=1009] ppid=1002 vsize=1086776 memory=-7035114785800479027 CPUtime=2440.66 cores=0-7
/proc/1005/task/1009/stat : 1009 (cosoco) R 1002 1005 961 0 -1 4202560 80481 0 0 0 244048 18 0 0 20 0 9 0 557569748 1112858624 171522 33554432000 4194304 6211132 140735959526736 139964433005696 5193760 0 0 4096 8405026 0 0 0 -1 5 0 0 1 0 0 8312316 8317760 28041216 140735959528465 140735959528557 140735959528557 140735959531470 0
[pid=1005/tid=1010] ppid=1002 vsize=1086776 memory=686088 CPUtime=2429.18 cores=0-7
/proc/1005/task/1010/stat : 1010 (cosoco) R 1002 1005 961 0 -1 4202560 81689 0 0 0 242901 17 0 0 20 0 9 0 557569748 1112858624 171522 33554432000 4194304 6211132 140735959526736 139964424612880 139964466838416 0 0 4096 8405026 0 0 0 -1 6 0 0 1 0 0 8312316 8317760 28041216 140735959528465 140735959528557 140735959528557 140735959531470 0
[pid=1005/tid=1011] ppid=1002 vsize=1086776 memory=3612 CPUtime=2441.65 cores=0-7
/proc/1005/task/1011/stat : 1011 (cosoco) R 1002 1005 961 0 -1 4202560 81382 0 0 0 244154 11 0 0 20 0 9 0 557569748 1112858624 171522 33554432000 4194304 6211132 140735959526736 139964416220288 5167924 0 0 4096 8405026 0 0 0 -1 2 0 0 1 0 0 8312316 8317760 28041216 140735959528465 140735959528557 140735959528557 140735959531470 0
[pid=1005/tid=1012] ppid=1002 vsize=1086776 memory=686088 CPUtime=2441.38 cores=0-7
/proc/1005/task/1012/stat : 1012 (cosoco) R 1002 1005 961 0 -1 4202560 77919 0 0 0 244120 18 0 0 20 0 9 0 557569748 1112858624 171522 33554432000 4194304 6211132 140735959526736 139964407827472 5167052 0 0 4096 8405026 0 0 0 -1 1 0 0 1 0 0 8312316 8317760 28041216 140735959528465 140735959528557 140735959528557 140735959531470 0
[pid=1005/tid=1013] ppid=1002 vsize=1086776 memory=686088 CPUtime=2441.66 cores=0-7
/proc/1005/task/1013/stat : 1013 (cosoco) R 1002 1005 961 0 -1 4202560 79779 0 0 0 244156 10 0 0 20 0 9 0 557569748 1112858624 171522 33554432000 4194304 6211132 140735959526736 139964399434880 5392401 0 0 4096 8405026 0 0 0 -1 3 0 0 1 0 0 8312316 8317760 28041216 140735959528465 140735959528557 140735959528557 140735959531470 0
[pid=1005/tid=1014] ppid=1002 vsize=1086776 memory=686088 CPUtime=2441.54 cores=0-7
/proc/1005/task/1014/stat : 1014 (cosoco) R 1002 1005 961 0 -1 4202560 79672 0 0 0 244144 10 0 0 20 0 9 0 557569748 1112858624 171522 33554432000 4194304 6211132 140735959526736 139964391042056 5167536 0 0 4096 8405026 0 0 0 -1 0 0 0 2 0 0 8312316 8317760 28041216 140735959528465 140735959528557 140735959528557 140735959531470 0
Current children cumulated CPU time: 19497.6 s
Current children cumulated vsize: 1086776 KiB
Current children cumulated memory: 686088 KiB

[startup+2502.3 s]
/proc/loadavg: 8.23 8.28 7.86 9/199 1207
/proc/meminfo: memFree=30799668/32770688 swapFree=67001380/67108860
[pid=1005] ppid=1002 vsize=1086776 memory=686088 CPUtime=19976.8 cores=0-7
/proc/1005/stat : 1005 (cosoco) S 1002 1005 961 0 -1 1077944320 691051 0 0 0 1997552 124 0 0 20 0 9 0 557569716 1112858624 171522 33554432000 4194304 6211132 140735959526736 140735959524992 139964472934135 0 0 4096 8405026 18446744073709551615 0 0 17 1 0 0 0 0 0 8312316 8317760 28041216 140735959528465 140735959528557 140735959528557 140735959531470 0
/proc/1005/statm: 271694 171522 887 493 0 264999 0
[pid=1005/tid=1007] ppid=1002 vsize=1086776 memory=686088 CPUtime=2495.2 cores=0-7
/proc/1005/task/1007/stat : 1007 (cosoco) R 1002 1005 961 0 -1 4202560 76855 0 0 0 249508 12 0 0 20 0 9 0 557569748 1112858624 171522 33554432000 4194304 6211132 140735959526736 139964449791104 5193760 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 28041216 140735959528465 140735959528557 140735959528557 140735959531470 0
[pid=1005/tid=1008] ppid=1002 vsize=1086776 memory=686088 CPUtime=2485.22 cores=0-7
/proc/1005/task/1008/stat : 1008 (cosoco) R 1002 1005 961 0 -1 4202560 79427 0 0 0 248505 17 0 0 20 0 9 0 557569748 1112858624 171522 33554432000 4194304 6211132 140735959526736 139964441397960 5167040 0 0 4096 8405026 0 0 0 -1 5 0 0 2 0 0 8312316 8317760 28041216 140735959528465 140735959528557 140735959528557 140735959531470 0
[pid=1005/tid=1009] ppid=1002 vsize=1086776 memory=686088 CPUtime=2500.58 cores=0-7
/proc/1005/task/1009/stat : 1009 (cosoco) R 1002 1005 961 0 -1 4202560 80586 0 0 0 250040 18 0 0 20 0 9 0 557569748 1112858624 171522 33554432000 4194304 6211132 140735959526736 139964433005696 5393091 0 0 4096 8405026 0 0 0 -1 7 0 0 1 0 0 8312316 8317760 28041216 140735959528465 140735959528557 140735959528557 140735959531470 0
[pid=1005/tid=1010] ppid=1002 vsize=1086776 memory=686088 CPUtime=2489.18 cores=0-7
/proc/1005/task/1010/stat : 1010 (cosoco) R 1002 1005 961 0 -1 4202560 81849 0 0 0 248901 17 0 0 20 0 9 0 557569748 1112858624 171522 33554432000 4194304 6211132 140735959526736 139964424612880 5193760 0 0 4096 8405026 0 0 0 -1 6 0 0 1 0 0 8312316 8317760 28041216 140735959528465 140735959528557 140735959528557 140735959531470 0
[pid=1005/tid=1011] ppid=1002 vsize=1086776 memory=686088 CPUtime=2501.65 cores=0-7
/proc/1005/task/1011/stat : 1011 (cosoco) R 1002 1005 961 0 -1 4202560 81579 0 0 0 250154 11 0 0 20 0 9 0 557569748 1112858624 171522 33554432000 4194304 6211132 140735959526736 139964416220288 5167539 0 0 4096 8405026 0 0 0 -1 2 0 0 1 0 0 8312316 8317760 28041216 140735959528465 140735959528557 140735959528557 140735959531470 0
[pid=1005/tid=1012] ppid=1002 vsize=1086776 memory=686088 CPUtime=2501.35 cores=0-7
/proc/1005/task/1012/stat : 1012 (cosoco) R 1002 1005 961 0 -1 4202560 78000 0 0 0 250117 18 0 0 20 0 9 0 557569748 1112858624 171522 33554432000 4194304 6211132 140735959526736 139964407827472 5193760 0 0 4096 8405026 0 0 0 -1 1 0 0 2 0 0 8312316 8317760 28041216 140735959528465 140735959528557 140735959528557 140735959531470 0
[pid=1005/tid=1013] ppid=1002 vsize=1086776 memory=686088 CPUtime=2501.66 cores=0-7
/proc/1005/task/1013/stat : 1013 (cosoco) R 1002 1005 961 0 -1 4202560 79938 0 0 0 250156 10 0 0 20 0 9 0 557569748 1112858624 171522 33554432000 4194304 6211132 140735959526736 139964399434880 5193760 0 0 4096 8405026 0 0 0 -1 3 0 0 1 0 0 8312316 8317760 28041216 140735959528465 140735959528557 140735959528557 140735959531470 0
[pid=1005/tid=1014] ppid=1002 vsize=1086776 memory=686088 CPUtime=2501.54 cores=0-7
/proc/1005/task/1014/stat : 1014 (cosoco) R 1002 1005 961 0 -1 4202560 79779 0 0 0 250144 10 0 0 20 0 9 0 557569748 1112858624 171522 33554432000 4194304 6211132 140735959526736 139964391042056 5167550 0 0 4096 8405026 0 0 0 -1 0 0 0 2 0 0 8312316 8317760 28041216 140735959528465 140735959528557 140735959528557 140735959531470 0
Current children cumulated CPU time: 19976.8 s
Current children cumulated vsize: 1086776 KiB
Current children cumulated memory: 686088 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+2520 s]*
/proc/loadavg: 8.16 8.26 7.86 9/199 1207
/proc/meminfo: memFree=30799828/32770688 swapFree=67001380/67108860
[pid=1005] ppid=1002 vsize=1086776 memory=686088 CPUtime=20118.2 cores=0-7
/proc/1005/stat : 1005 (cosoco) S 1002 1005 961 0 -1 1077944320 691885 0 0 0 2011692 124 0 0 20 0 9 0 557569716 1112858624 171522 33554432000 4194304 6211132 140735959526736 140735959524992 139964472934135 0 0 4096 8405026 18446744073709551615 0 0 17 1 0 0 0 0 0 8312316 8317760 28041216 140735959528465 140735959528557 140735959528557 140735959531470 0
/proc/1005/statm: 271694 171522 887 493 0 264999 0
[pid=1005/tid=1007] ppid=1002 vsize=1086776 memory=6388 CPUtime=2512.9 cores=0-7
/proc/1005/task/1007/stat : 1007 (cosoco) R 1002 1005 961 0 -1 4202560 76935 0 0 0 251278 12 0 0 20 0 9 0 557569748 1112858624 171522 33554432000 4194304 6211132 140735959526736 139964449791104 5167040 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 28041216 140735959528465 140735959528557 140735959528557 140735959531470 0
[pid=1005/tid=1008] ppid=1002 vsize=1086776 memory=14068 CPUtime=2502.93 cores=0-7
/proc/1005/task/1008/stat : 1008 (cosoco) R 1002 1005 961 0 -1 4202560 79521 0 0 0 250276 17 0 0 20 0 9 0 557569748 1112858624 171522 33554432000 4194304 6211132 140735959526736 139964441397960 5392352 0 0 4096 8405026 0 0 0 -1 5 0 0 2 0 0 8312316 8317760 28041216 140735959528465 140735959528557 140735959528557 140735959531470 0
[pid=1005/tid=1009] ppid=1002 vsize=1086776 memory=2120 CPUtime=2518.04 cores=0-7
/proc/1005/task/1009/stat : 1009 (cosoco) R 1002 1005 961 0 -1 4202560 80696 0 0 0 251786 18 0 0 20 0 9 0 557569748 1112858624 171522 33554432000 4194304 6211132 140735959526736 139964433005696 5193760 0 0 4096 8405026 0 0 0 -1 7 0 0 1 0 0 8312316 8317760 28041216 140735959528465 140735959528557 140735959528557 140735959531470 0
[pid=1005/tid=1010] ppid=1002 vsize=1086776 memory=4126316290023845779 CPUtime=2506.89 cores=0-7
/proc/1005/task/1010/stat : 1010 (cosoco) R 1002 1005 961 0 -1 4202560 81975 0 0 0 250672 17 0 0 20 0 9 0 557569748 1112858624 171522 33554432000 4194304 6211132 140735959526736 139964424612880 5441144 0 0 4096 8405026 0 0 0 -1 6 0 0 1 0 0 8312316 8317760 28041216 140735959528465 140735959528557 140735959528557 140735959531470 0
[pid=1005/tid=1011] ppid=1002 vsize=1086776 memory=144581484086253 CPUtime=2519.36 cores=0-7
/proc/1005/task/1011/stat : 1011 (cosoco) R 1002 1005 961 0 -1 4202560 81776 0 0 0 251925 11 0 0 20 0 9 0 557569748 1112858624 171522 33554432000 4194304 6211132 140735959526736 139964416220288 5193760 0 0 4096 8405026 0 0 0 -1 2 0 0 1 0 0 8312316 8317760 28041216 140735959528465 140735959528557 140735959528557 140735959531470 0
[pid=1005/tid=1012] ppid=1002 vsize=1086776 memory=280563639415072 CPUtime=2519.06 cores=0-7
/proc/1005/task/1012/stat : 1012 (cosoco) R 1002 1005 961 0 -1 4202560 78061 0 0 0 251888 18 0 0 20 0 9 0 557569748 1112858624 171522 33554432000 4194304 6211132 140735959526736 139964407827472 5392352 0 0 4096 8405026 0 0 0 -1 1 0 0 2 0 0 8312316 8317760 28041216 140735959528465 140735959528557 140735959528557 140735959531470 0
[pid=1005/tid=1013] ppid=1002 vsize=1086776 memory=288288865905804071 CPUtime=2519.37 cores=0-7
/proc/1005/task/1013/stat : 1013 (cosoco) R 1002 1005 961 0 -1 4202560 80019 0 0 0 251927 10 0 0 20 0 9 0 557569748 1112858624 171522 33554432000 4194304 6211132 140735959526736 139964399434880 5167924 0 0 4096 8405026 0 0 0 -1 3 0 0 1 0 0 8312316 8317760 28041216 140735959528465 140735959528557 140735959528557 140735959531470 0
[pid=1005/tid=1014] ppid=1002 vsize=1086776 memory=3912 CPUtime=2519.25 cores=0-7
/proc/1005/task/1014/stat : 1014 (cosoco) R 1002 1005 961 0 -1 4202560 79864 0 0 0 251915 10 0 0 20 0 9 0 557569748 1112858624 171522 33554432000 4194304 6211132 140735959526736 139964391042056 5193760 0 0 4096 8405026 0 0 0 -1 0 0 0 2 0 0 8312316 8317760 28041216 140735959528465 140735959528557 140735959528557 140735959531470 0
Current children cumulated CPU time: 20118.2 s
Current children cumulated vsize: 1086776 KiB
Current children cumulated memory: 686088 KiB

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

[startup+2520.03 s]
# the end of solver process 1005 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=20117 s, system=1.25235 s

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

Child status: 1
Real time (s): 2520.03
CPU time (s): 20118.3
CPU user time (s): 20117
CPU system time (s): 1.25235
CPU usage (%): 798.336
Max. virtual memory (cumulated for all children) (KiB): 1086776
Max. memory (cumulated for all children) (KiB): 686088

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 20117
system time used= 1.25235
maximum resident set size= 686236
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 691929
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= 48278
involuntary context switches= 166584


# summary of solver processes directly reported to runsolver:
#   pid: 1005
#   total CPU time (s): 20118.3
#   total CPU user time (s): 20117
#   total CPU system time (s): 1.25235

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 12.7737 second user time and 23.0162 second system time

The end

Launcher Data

Begin job on node116 at 2019-09-30 06:03:59
IDJOB=4409773
IDBENCH=115769
IDSOLVER=2877
FILE ID=node116/4409773-1569816282
RUNJOBID= node116-1569816239-988
PBS_JOBID= 21705903
Free space on /tmp= 62032 MiB

SOLVER NAME= cosoco 2.0 parallel
BENCH NAME= XCSP17/Scheduling/Scheduling-js-taillard/Taillard-js-030-15-2.xml
COMMAND LINE= cosoco -model -nbcores=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4409773-1569816282/watcher-4409773-1569816282 -o /tmp/evaluation-result-4409773-1569816282/solver-4409773-1569816282 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node116-1569816239-988 --watchdog 2580  cosoco -model -nbcores=8 HOME/instance-4409773-1569816282.xml

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

MD5SUM BENCH= ba573a75edcb56a5f29535772f8b277a
RANDOM SEED=703231168

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770688 kB
MemFree:        31484276 kB
MemAvailable:   31854224 kB
Buffers:          198404 kB
Cached:           491940 kB
SwapCached:         3344 kB
Active:           373756 kB
Inactive:         321512 kB
Active(anon):      22924 kB
Inactive(anon):    63148 kB
Active(file):     350832 kB
Inactive(file):   258364 kB
Unevictable:      109392 kB
Mlocked:          109392 kB
SwapTotal:      67108860 kB
SwapFree:       67001380 kB
Dirty:              2732 kB
Writeback:             0 kB
AnonPages:        112996 kB
Mapped:            25612 kB
Shmem:             72416 kB
Slab:             183704 kB
SReclaimable:     153172 kB
SUnreclaim:        30532 kB
KernelStack:        3296 kB
PageTables:         5500 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494204 kB
Committed_AS:     538464 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350212 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     67584 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116160 kB
DirectMap2M:    33429504 kB

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