Trace number 4410073

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) 2008.89 252.043

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

2008.75/252.02	c
2008.75/252.02	c This is cosoco 2.00 --  
2008.75/252.02	c
2008.75/252.02	c command line: cosoco -model -nbcores=8 HOME/instance-4410073-1569827338.xml 
2008.75/252.02	c enable optimization
2008.75/252.02	c ========================================[ Problem Statistics ]===========================================
2008.75/252.02	c |                                                                                                       
2008.75/252.02	c |  Parse time        :         0.21 s 
2008.75/252.02	c |
2008.75/252.02	c |               Variables: 480
2008.75/252.02	c |            Domain Sizes: 1932..1932
2008.75/252.02	c |
2008.75/252.02	c |             Constraints: 7006
2008.75/252.02	c |                   Arity: 1..30  -- Unary: 30  -- Binary: 6975
2008.75/252.02	c | 
2008.75/252.02	c |                   Types: 
2008.75/252.02	c |                          (X -Y <= k): 420
2008.75/252.02	c |                          Disjunctive: 6525
2008.75/252.02	c |                          Intension: 30
2008.75/252.02	c |                          Max constant: 1
2008.75/252.02	c |                          Unary: 30
2008.75/252.02	c |                          
2008.75/252.02	c |               Objective: Minimize Max constant
2008.75/252.02	
2008.75/252.02	c =========================================================================================================
2008.75/252.02	c Parallel mode: Portfolio
2008.75/252.02	c [pFactory][Group N°0] created (threads:8).
2008.75/252.02	c [pFactory][Group N°0] new task added (threads:8 - tasks:1).
2008.75/252.02	c [pFactory][Group N°0] new task added (threads:8 - tasks:2).
2008.75/252.02	c [pFactory][Group N°0] new task added (threads:8 - tasks:3).
2008.75/252.02	c [pFactory][Group N°0] new task added (threads:8 - tasks:4).
2008.75/252.02	c [pFactory][Group N°0] new task added (threads:8 - tasks:5).
2008.75/252.02	c [pFactory][Group N°0] new task added (threads:8 - tasks:6).
2008.75/252.02	c [pFactory][Group N°0] new task added (threads:8 - tasks:7).
2008.75/252.02	c [pFactory][Group N°0] new task added (threads:8 - tasks:8).
2008.75/252.02	c [pFactory][Group N°0] concurrent mode: enabled.
2008.75/252.02	c [pFactory][Group N°0] computations in progress (threads:8 - tasks:8).
2008.75/252.02	c [pFactory][Group N°0] task 7 launched on thread 0.
2008.75/252.02	c [pFactory][Group N°0] task 6 launched on thread 1.
2008.75/252.02	c [pFactory][Group N°0] task 5 launched on thread 2.
2008.75/252.02	c [pFactory][Group N°0] task 4 launched on thread 6.
2008.75/252.02	c [pFactory][Group N°0] task 3 launched on thread 7.
2008.75/252.02	c [pFactory][Group N°0] task 2 launched on thread 4.
2008.75/252.02	c [pFactory][Group N°0] task 1 launched on thread 5.
2008.75/252.02	c [pFactory][Group N°0] task 0 launched on thread 3.
2008.75/252.02	
2008.75/252.02	c *** INTERRUPTED ***
2008.75/252.02	c call to solver        : 0
2008.75/252.02	c
2008.75/252.02	c restarts              : 16390       
2008.75/252.02	c conflicts             : 178572       (89 /sec)
2008.75/252.02	c decisions             : 299291       (149 /sec)
2008.75/252.02	c propagations          : 397129491   (197777 /sec)
2008.75/252.02	c root propagations     : 355523      
2008.75/252.02	c filter calls          : 133894023      (66681 /sec)
2008.75/252.02	c useless filter calls  : 125555153      (93 %)
2008.75/252.02	c Memory used           : 1061.31 MB
2008.75/252.02	c Best bound time (wc)  : -1.56982e+09 s
2008.75/252.02	c CPU time              : 2007.97 s
2008.75/252.02	c real time             : 252.018 s
2008.75/252.02	
2008.75/252.02	c No Bound found!
2008.75/252.02	
2008.75/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 (15257 MiB free)
  memory of node 1: 16384 MiB (15568 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4410073-1569827338/watcher-4410073-1569827338 -o /tmp/evaluation-result-4410073-1569827338/solver-4410073-1569827338 -C 2016 -W 252 -M 31000 --bin-var /tmp/runsolver-exch-node106-1569813297-28257 --watchdog 312 cosoco -model -nbcores=8 HOME/instance-4410073-1569827338.xml 

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

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

solver pid=29505, runsolver pid=29502

[startup+0.100159 s]*
/proc/loadavg: 7.80 8.39 8.38 2/190 29506
/proc/meminfo: memFree=31487240/32770624 swapFree=67000008/67108860
[pid=29505] ppid=29502 vsize=106236 memory=82604 CPUtime=0.1 cores=0-7
/proc/29505/stat : 29505 (cosoco) R 29502 29505 28230 0 -1 4202496 20821 0 0 0 7 3 0 0 20 0 1 0 558987499 108785664 20651 33554432000 4194304 6211132 140728345329840 140728345326376 139906761067493 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8312316 8317760 16424960 140728345338902 140728345338994 140728345338994 140728345341902 0
/proc/29505/statm: 26559 20651 827 493 0 19864 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 106236 KiB
Current children cumulated memory: 82604 KiB

[startup+0.20944 s]*
/proc/loadavg: 7.80 8.39 8.38 2/190 29506
/proc/meminfo: memFree=31435532/32770624 swapFree=67000008/67108860
[pid=29505] ppid=29502 vsize=172184 memory=148588 CPUtime=0.21 cores=0-7
/proc/29505/stat : 29505 (cosoco) R 29502 29505 28230 0 -1 4202496 37334 0 0 0 17 4 0 0 20 0 1 0 558987499 176316416 37147 33554432000 4194304 6211132 140728345329840 140728345326376 139906761067493 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8312316 8317760 16424960 140728345338902 140728345338994 140728345338994 140728345341902 0
/proc/29505/statm: 43079 37147 838 493 0 36384 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 172184 KiB
Current children cumulated memory: 148588 KiB

[startup+0.309413 s]*
/proc/loadavg: 7.80 8.39 8.38 2/198 29514
/proc/meminfo: memFree=31354788/32770624 swapFree=67000008/67108860
[pid=29505] ppid=29502 vsize=824600 memory=216140 CPUtime=0.4 cores=0-7
/proc/29505/stat : 29505 (cosoco) S 29502 29505 28230 0 -1 1077944320 54535 0 0 0 34 6 0 0 20 0 9 0 558987499 844390400 54035 33554432000 4194304 6211132 140728345329840 140728345328096 139906777108215 0 0 4096 8405026 18446744073709551615 0 0 17 3 0 0 0 0 0 8312316 8317760 16424960 140728345338902 140728345338994 140728345338994 140728345341902 0
/proc/29505/statm: 206150 54035 883 493 0 199455 0
[pid=29505/tid=29507] ppid=29502 vsize=824600 memory=8317482817917895235 CPUtime=0.01 cores=0-7
/proc/29505/task/29507/stat : 29507 (cosoco) R 29502 29505 28230 0 -1 4202560 198 0 0 0 1 0 0 0 20 0 9 0 558987527 844390400 54035 33554432000 4194304 6211132 140728345329840 139906753964824 139906761067493 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 16424960 140728345338902 140728345338994 140728345338994 140728345341902 0
[pid=29505/tid=29508] ppid=29502 vsize=824600 memory=0 CPUtime=0.01 cores=0-7
/proc/29505/task/29508/stat : 29508 (cosoco) R 29502 29505 28230 0 -1 4202560 196 0 0 0 1 0 0 0 20 0 9 0 558987527 844390400 54035 33554432000 4194304 6211132 140728345329840 139906745572120 5046864 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 16424960 140728345338902 140728345338994 140728345338994 140728345341902 0
[pid=29505/tid=29509] ppid=29502 vsize=824600 memory=0 CPUtime=0.01 cores=0-7
/proc/29505/task/29509/stat : 29509 (cosoco) R 29502 29505 28230 0 -1 4202560 187 0 0 0 1 0 0 0 20 0 9 0 558987527 844390400 54035 33554432000 4194304 6211132 140728345329840 139906737179416 5046864 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 16424960 140728345338902 140728345338994 140728345338994 140728345341902 0
[pid=29505/tid=29510] ppid=29502 vsize=824600 memory=6944656575208382560 CPUtime=0.01 cores=0-7
/proc/29505/task/29510/stat : 29510 (cosoco) R 29502 29505 28230 0 -1 4202560 170 0 0 0 1 0 0 0 20 0 9 0 558987527 844390400 54035 33554432000 4194304 6211132 140728345329840 139906728786712 5046873 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 16424960 140728345338902 140728345338994 140728345338994 140728345341902 0
[pid=29505/tid=29511] ppid=29502 vsize=824600 memory=0 CPUtime=0.01 cores=0-7
/proc/29505/task/29511/stat : 29511 (cosoco) D 29502 29505 28230 0 -1 4202560 176 0 0 0 1 0 0 0 20 0 9 0 558987527 844390400 54035 33554432000 4194304 6211132 140728345329840 139906720394008 139906761543255 0 0 4096 8405026 18446744071582151463 0 0 -1 2 0 0 0 0 0 8312316 8317760 16424960 140728345338902 140728345338994 140728345338994 140728345341902 0
[pid=29505/tid=29512] ppid=29502 vsize=824600 memory=0 CPUtime=0.01 cores=0-7
/proc/29505/task/29512/stat : 29512 (cosoco) D 29502 29505 28230 0 -1 4202560 176 0 0 0 1 0 0 0 20 0 9 0 558987527 844390400 54035 33554432000 4194304 6211132 140728345329840 139906712001304 139906761543255 0 0 4096 8405026 18446744071582151463 0 0 -1 3 0 0 0 0 0 8312316 8317760 16424960 140728345338902 140728345338994 140728345338994 140728345341902 0
[pid=29505/tid=29513] ppid=29502 vsize=824600 memory=0 CPUtime=0.01 cores=0-7
/proc/29505/task/29513/stat : 29513 (cosoco) R 29502 29505 28230 0 -1 4202560 203 0 0 0 1 0 0 0 20 0 9 0 558987527 844390400 54035 33554432000 4194304 6211132 140728345329840 139906703608504 5046864 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 16424960 140728345338902 140728345338994 140728345338994 140728345341902 0
[pid=29505/tid=29514] ppid=29502 vsize=824600 memory=0 CPUtime=0.01 cores=0-7
/proc/29505/task/29514/stat : 29514 (cosoco) R 29502 29505 28230 0 -1 4202560 196 0 0 0 1 0 0 0 20 0 9 0 558987527 844390400 54035 33554432000 4194304 6211132 140728345329840 139906695215896 5046864 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 16424960 140728345338902 140728345338994 140728345338994 140728345341902 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 824600 KiB
Current children cumulated memory: 216140 KiB

[startup+0.700876 s]
/proc/loadavg: 7.80 8.39 8.38 9/198 29514
/proc/meminfo: memFree=31279528/32770624 swapFree=67000008/67108860
[pid=29505] ppid=29502 vsize=955688 memory=608368 CPUtime=2.58 cores=0-7
/proc/29505/stat : 29505 (cosoco) S 29502 29505 28230 0 -1 1077944320 99282 0 0 0 232 26 0 0 20 0 9 0 558987499 978624512 152092 33554432000 4194304 6211132 140728345329840 140728345328096 139906777108215 0 0 4096 8405026 18446744073709551615 0 0 17 3 0 0 0 0 0 8312316 8317760 16424960 140728345338902 140728345338994 140728345338994 140728345341902 0
/proc/29505/statm: 238922 152092 885 493 0 232227 0
[pid=29505/tid=29507] ppid=29502 vsize=955688 memory=9588 CPUtime=0.29 cores=0-7
/proc/29505/task/29507/stat : 29507 (cosoco) S 29502 29505 28230 0 -1 1077944384 6104 0 0 0 27 2 0 0 20 0 9 0 558987527 978624512 152092 33554432000 4194304 6211132 140728345329840 139906753965072 139906777129405 0 0 4096 8405026 18446744071579849748 0 0 -1 4 0 0 0 0 0 8312316 8317760 16424960 140728345338902 140728345338994 140728345338994 140728345341902 0
[pid=29505/tid=29508] ppid=29502 vsize=955688 memory=1548 CPUtime=0.25 cores=0-7
/proc/29505/task/29508/stat : 29508 (cosoco) R 29502 29505 28230 0 -1 4202560 5597 0 0 0 23 2 0 0 20 0 9 0 558987527 978624512 152092 33554432000 4194304 6211132 140728345329840 139906745572368 5302792 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 16424960 140728345338902 140728345338994 140728345338994 140728345341902 0
[pid=29505/tid=29509] ppid=29502 vsize=955688 memory=628 CPUtime=0.28 cores=0-7
/proc/29505/task/29509/stat : 29509 (cosoco) R 29502 29505 28230 0 -1 4202560 6100 0 0 0 26 2 0 0 20 0 9 0 558987527 978624512 152092 33554432000 4194304 6211132 140728345329840 139906737179664 5302451 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 16424960 140728345338902 140728345338994 140728345338994 140728345341902 0
[pid=29505/tid=29510] ppid=29502 vsize=955688 memory=1056 CPUtime=0.27 cores=0-7
/proc/29505/task/29510/stat : 29510 (cosoco) R 29502 29505 28230 0 -1 4202560 5447 0 0 0 25 2 0 0 20 0 9 0 558987527 978624512 152092 33554432000 4194304 6211132 140728345329840 139906728786960 5302358 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 16424960 140728345338902 140728345338994 140728345338994 140728345341902 0
[pid=29505/tid=29511] ppid=29502 vsize=955688 memory=1724 CPUtime=0.27 cores=0-7
/proc/29505/task/29511/stat : 29511 (cosoco) R 29502 29505 28230 0 -1 4202560 5637 0 0 0 25 2 0 0 20 0 9 0 558987527 978624512 152092 33554432000 4194304 6211132 140728345329840 139906720394256 5302461 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 16424960 140728345338902 140728345338994 140728345338994 140728345341902 0
[pid=29505/tid=29512] ppid=29502 vsize=955688 memory=140319489050239 CPUtime=0.29 cores=0-7
/proc/29505/task/29512/stat : 29512 (cosoco) R 29502 29505 28230 0 -1 4202560 5637 0 0 0 27 2 0 0 20 0 9 0 558987527 978624512 152092 33554432000 4194304 6211132 140728345329840 139906712001552 5302451 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 16424960 140728345338902 140728345338994 140728345338994 140728345341902 0
[pid=29505/tid=29513] ppid=29502 vsize=955688 memory=5782674880105308224 CPUtime=0.27 cores=0-7
/proc/29505/task/29513/stat : 29513 (cosoco) S 29502 29505 28230 0 -1 1077944384 5636 0 0 0 25 2 0 0 20 0 9 0 558987527 978624512 152092 33554432000 4194304 6211132 140728345329840 139906703608848 139906777129405 0 0 4096 8405026 18446744071579849748 0 0 -1 6 0 0 0 0 0 8312316 8317760 16424960 140728345338902 140728345338994 140728345338994 140728345341902 0
[pid=29505/tid=29514] ppid=29502 vsize=955688 memory=7597685182856913236 CPUtime=0.31 cores=0-7
/proc/29505/task/29514/stat : 29514 (cosoco) R 29502 29505 28230 0 -1 4202560 6100 0 0 0 29 2 0 0 20 0 9 0 558987527 978624512 152092 33554432000 4194304 6211132 140728345329840 139906695215752 5403695 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 16424960 140728345338902 140728345338994 140728345338994 140728345341902 0
Current children cumulated CPU time: 2.58 s
Current children cumulated vsize: 955688 KiB
Current children cumulated memory: 608368 KiB

[startup+1.50088 s]
/proc/loadavg: 7.80 8.39 8.38 9/198 29514
/proc/meminfo: memFree=30853020/32770624 swapFree=67000008/67108860
[pid=29505] ppid=29502 vsize=1086776 memory=717456 CPUtime=8.85 cores=0-7
/proc/29505/stat : 29505 (cosoco) S 29502 29505 28230 0 -1 1077944320 137150 0 0 0 842 43 0 0 20 0 9 0 558987499 1112858624 179364 33554432000 4194304 6211132 140728345329840 140728345328096 139906777108215 0 0 4096 8405026 18446744073709551615 0 0 17 3 0 0 0 0 0 8312316 8317760 16424960 140728345338902 140728345338994 140728345338994 140728345341902 0
/proc/29505/statm: 271694 179364 887 493 0 264999 0
[pid=29505/tid=29507] ppid=29502 vsize=1086776 memory=1760 CPUtime=1.09 cores=0-7
/proc/29505/task/29507/stat : 29507 (cosoco) R 29502 29505 28230 0 -1 12591168 10922 0 0 0 103 6 0 0 20 0 9 0 558987527 1112858624 179364 33554432000 4194304 6211132 140728345329840 139906753965072 5009192 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 16424960 140728345338902 140728345338994 140728345338994 140728345341902 0
[pid=29505/tid=29508] ppid=29502 vsize=1086776 memory=111632 CPUtime=1.03 cores=0-7
/proc/29505/task/29508/stat : 29508 (cosoco) R 29502 29505 28230 0 -1 4202560 11695 0 0 0 100 3 0 0 20 0 9 0 558987527 1112858624 179364 33554432000 4194304 6211132 140728345329840 139906745572368 5167539 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 16424960 140728345338902 140728345338994 140728345338994 140728345341902 0
[pid=29505/tid=29509] ppid=29502 vsize=1086776 memory=4881 CPUtime=1.07 cores=0-7
/proc/29505/task/29509/stat : 29509 (cosoco) R 29502 29505 28230 0 -1 4202560 11807 0 0 0 104 3 0 0 20 0 9 0 558987527 1112858624 179364 33554432000 4194304 6211132 140728345329840 139906737179664 5168248 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 16424960 140728345338902 140728345338994 140728345338994 140728345341902 0
[pid=29505/tid=29510] ppid=29502 vsize=1086776 memory=2670064 CPUtime=1.05 cores=0-7
/proc/29505/task/29510/stat : 29510 (cosoco) R 29502 29505 28230 0 -1 4202560 10087 0 0 0 102 3 0 0 20 0 9 0 558987527 1112858624 179364 33554432000 4194304 6211132 140728345329840 139906728787072 5393095 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 16424960 140728345338902 140728345338994 140728345338994 140728345341902 0
[pid=29505/tid=29511] ppid=29502 vsize=1086776 memory=2672432 CPUtime=1.07 cores=0-7
/proc/29505/task/29511/stat : 29511 (cosoco) R 29502 29505 28230 0 -1 4202560 11522 0 0 0 100 7 0 0 20 0 9 0 558987527 1112858624 179364 33554432000 4194304 6211132 140728345329840 139906720394368 5390019 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 16424960 140728345338902 140728345338994 140728345338994 140728345341902 0
[pid=29505/tid=29512] ppid=29502 vsize=1086776 memory=0 CPUtime=1.05 cores=0-7
/proc/29505/task/29512/stat : 29512 (cosoco) R 29502 29505 28230 0 -1 4202560 9119 0 0 0 103 2 0 0 20 0 9 0 558987527 1112858624 179364 33554432000 4194304 6211132 140728345329840 139906712001552 5166701 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 16424960 140728345338902 140728345338994 140728345338994 140728345341902 0
[pid=29505/tid=29513] ppid=29502 vsize=1086776 memory=0 CPUtime=1.07 cores=0-7
/proc/29505/task/29513/stat : 29513 (cosoco) R 29502 29505 28230 0 -1 4202560 7218 0 0 0 104 3 0 0 20 0 9 0 558987527 1112858624 179364 33554432000 4194304 6211132 140728345329840 139906703608848 5193760 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 16424960 140728345338902 140728345338994 140728345338994 140728345341902 0
[pid=29505/tid=29514] ppid=29502 vsize=1086776 memory=0 CPUtime=1.09 cores=0-7
/proc/29505/task/29514/stat : 29514 (cosoco) R 29502 29505 28230 0 -1 4202560 11761 0 0 0 102 7 0 0 20 0 9 0 558987527 1112858624 179364 33554432000 4194304 6211132 140728345329840 139906695216144 5193760 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 16424960 140728345338902 140728345338994 140728345338994 140728345341902 0
Current children cumulated CPU time: 8.85 s
Current children cumulated vsize: 1086776 KiB
Current children cumulated memory: 717456 KiB

[startup+3.10988 s]
/proc/loadavg: 7.81 8.38 8.38 9/198 29514
/proc/meminfo: memFree=30851444/32770624 swapFree=67000008/67108860
[pid=29505] ppid=29502 vsize=1086776 memory=717620 CPUtime=21.69 cores=0-7
/proc/29505/stat : 29505 (cosoco) S 29502 29505 28230 0 -1 1077944320 190878 0 0 0 2117 52 0 0 20 0 9 0 558987499 1112858624 179405 33554432000 4194304 6211132 140728345329840 140728345328096 139906777108215 0 0 4096 8405026 18446744073709551615 0 0 17 3 0 0 0 0 0 8312316 8317760 16424960 140728345338902 140728345338994 140728345338994 140728345341902 0
/proc/29505/statm: 271694 179405 887 493 0 264999 0
[pid=29505/tid=29507] ppid=29502 vsize=1086776 memory=717456 CPUtime=2.69 cores=0-7
/proc/29505/task/29507/stat : 29507 (cosoco) R 29502 29505 28230 0 -1 4202560 14266 0 0 0 263 6 0 0 20 0 9 0 558987527 1112858624 179405 33554432000 4194304 6211132 140728345329840 139906753965072 5193760 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 16424960 140728345338902 140728345338994 140728345338994 140728345341902 0
[pid=29505/tid=29508] ppid=29502 vsize=1086776 memory=6944656592387989600 CPUtime=2.63 cores=0-7
/proc/29505/task/29508/stat : 29508 (cosoco) R 29502 29505 28230 0 -1 4202560 18862 0 0 0 260 3 0 0 20 0 9 0 558987527 1112858624 179405 33554432000 4194304 6211132 140728345329840 139906745571800 5167539 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 16424960 140728345338902 140728345338994 140728345338994 140728345341902 0
[pid=29505/tid=29509] ppid=29502 vsize=1086776 memory=6935054825532540783 CPUtime=2.67 cores=0-7
/proc/29505/task/29509/stat : 29509 (cosoco) R 29502 29505 28230 0 -1 4202560 13737 0 0 0 264 3 0 0 20 0 9 0 558987527 1112858624 179405 33554432000 4194304 6211132 140728345329840 139906737179664 5193760 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 16424960 140728345338902 140728345338994 140728345338994 140728345341902 0
[pid=29505/tid=29510] ppid=29502 vsize=1086776 memory=2670047 CPUtime=2.65 cores=0-7
/proc/29505/task/29510/stat : 29510 (cosoco) R 29502 29505 28230 0 -1 4202560 18815 0 0 0 262 3 0 0 20 0 9 0 558987527 1112858624 179405 33554432000 4194304 6211132 140728345329840 139906728787072 5166692 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 16424960 140728345338902 140728345338994 140728345338994 140728345341902 0
[pid=29505/tid=29511] ppid=29502 vsize=1086776 memory=3624 CPUtime=2.68 cores=0-7
/proc/29505/task/29511/stat : 29511 (cosoco) R 29502 29505 28230 0 -1 4202560 18553 0 0 0 259 9 0 0 20 0 9 0 558987527 1112858624 179405 33554432000 4194304 6211132 140728345329840 139906720394368 5193760 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 16424960 140728345338902 140728345338994 140728345338994 140728345341902 0
[pid=29505/tid=29512] ppid=29502 vsize=1086776 memory=10576 CPUtime=2.64 cores=0-7
/proc/29505/task/29512/stat : 29512 (cosoco) R 29502 29505 28230 0 -1 4202560 16982 0 0 0 261 3 0 0 20 0 9 0 558987527 1112858624 179405 33554432000 4194304 6211132 140728345329840 139906712001664 5409485 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 16424960 140728345338902 140728345338994 140728345338994 140728345341902 0
[pid=29505/tid=29513] ppid=29502 vsize=1086776 memory=984 CPUtime=2.68 cores=0-7
/proc/29505/task/29513/stat : 29513 (cosoco) R 29502 29505 28230 0 -1 4202560 18245 0 0 0 261 7 0 0 20 0 9 0 558987527 1112858624 179405 33554432000 4194304 6211132 140728345329840 139906703608848 5168251 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 16424960 140728345338902 140728345338994 140728345338994 140728345341902 0
[pid=29505/tid=29514] ppid=29502 vsize=1086776 memory=280630076495568 CPUtime=2.7 cores=0-7
/proc/29505/task/29514/stat : 29514 (cosoco) R 29502 29505 28230 0 -1 4202560 18380 0 0 0 262 8 0 0 20 0 9 0 558987527 1112858624 179405 33554432000 4194304 6211132 140728345329840 139906695216144 5167579 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 16424960 140728345338902 140728345338994 140728345338994 140728345341902 0
Current children cumulated CPU time: 21.69 s
Current children cumulated vsize: 1086776 KiB
Current children cumulated memory: 717620 KiB

[startup+6.30088 s]
/proc/loadavg: 7.81 8.38 8.38 9/198 29514
/proc/meminfo: memFree=30848968/32770624 swapFree=67000008/67108860
[pid=29505] ppid=29502 vsize=1086776 memory=717820 CPUtime=47.11 cores=0-7
/proc/29505/stat : 29505 (cosoco) S 29502 29505 28230 0 -1 1077944320 250426 0 0 0 4655 56 0 0 20 0 9 0 558987499 1112858624 179455 33554432000 4194304 6211132 140728345329840 140728345328096 139906777108215 0 0 4096 8405026 18446744073709551615 0 0 17 3 0 0 0 0 0 8312316 8317760 16424960 140728345338902 140728345338994 140728345338994 140728345341902 0
/proc/29505/statm: 271694 179455 887 493 0 264999 0
[pid=29505/tid=29507] ppid=29502 vsize=1086776 memory=6935054825532540783 CPUtime=5.88 cores=0-7
/proc/29505/task/29507/stat : 29507 (cosoco) R 29502 29505 28230 0 -1 4202560 23348 0 0 0 581 7 0 0 20 0 9 0 558987527 1112858624 179455 33554432000 4194304 6211132 140728345329840 139906753965072 5167539 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 16424960 140728345338902 140728345338994 140728345338994 140728345341902 0
[pid=29505/tid=29508] ppid=29502 vsize=1086776 memory=7234303152781525070 CPUtime=5.81 cores=0-7
/proc/29505/task/29508/stat : 29508 (cosoco) R 29502 29505 28230 0 -1 4202560 25284 0 0 0 577 4 0 0 20 0 9 0 558987527 1112858624 179455 33554432000 4194304 6211132 140728345329840 139906745571848 5393104 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 16424960 140728345338902 140728345338994 140728345338994 140728345341902 0
[pid=29505/tid=29509] ppid=29502 vsize=1086776 memory=1128 CPUtime=5.82 cores=0-7
/proc/29505/task/29509/stat : 29509 (cosoco) R 29502 29505 28230 0 -1 4202560 24504 0 0 0 578 4 0 0 20 0 9 0 558987527 1112858624 179455 33554432000 4194304 6211132 140728345329840 139906737179664 5392352 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 16424960 140728345338902 140728345338994 140728345338994 140728345341902 0
[pid=29505/tid=29510] ppid=29502 vsize=1086776 memory=772 CPUtime=5.83 cores=0-7
/proc/29505/task/29510/stat : 29510 (cosoco) R 29502 29505 28230 0 -1 4202560 25246 0 0 0 579 4 0 0 20 0 9 0 558987527 1112858624 179455 33554432000 4194304 6211132 140728345329840 139906728786960 5393095 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 16424960 140728345338902 140728345338994 140728345338994 140728345341902 0
[pid=29505/tid=29511] ppid=29502 vsize=1086776 memory=4032 CPUtime=5.86 cores=0-7
/proc/29505/task/29511/stat : 29511 (cosoco) R 29502 29505 28230 0 -1 4202560 25073 0 0 0 577 9 0 0 20 0 9 0 558987527 1112858624 179455 33554432000 4194304 6211132 140728345329840 139906720394368 5193760 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 16424960 140728345338902 140728345338994 140728345338994 140728345341902 0
[pid=29505/tid=29512] ppid=29502 vsize=1086776 memory=948 CPUtime=5.82 cores=0-7
/proc/29505/task/29512/stat : 29512 (cosoco) R 29502 29505 28230 0 -1 4202560 24478 0 0 0 579 3 0 0 20 0 9 0 558987527 1112858624 179455 33554432000 4194304 6211132 140728345329840 139906712001664 5393129 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 16424960 140728345338902 140728345338994 140728345338994 140728345341902 0
[pid=29505/tid=29513] ppid=29502 vsize=1086776 memory=2832 CPUtime=5.86 cores=0-7
/proc/29505/task/29513/stat : 29513 (cosoco) R 29502 29505 28230 0 -1 4202560 24804 0 0 0 579 7 0 0 20 0 9 0 558987527 1112858624 179455 33554432000 4194304 6211132 140728345329840 139906703608848 5193760 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 16424960 140728345338902 140728345338994 140728345338994 140728345341902 0
[pid=29505/tid=29514] ppid=29502 vsize=1086776 memory=717456 CPUtime=5.88 cores=0-7
/proc/29505/task/29514/stat : 29514 (cosoco) R 29502 29505 28230 0 -1 4202560 24651 0 0 0 580 8 0 0 20 0 9 0 558987527 1112858624 179455 33554432000 4194304 6211132 140728345329840 139906695216144 5167536 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 16424960 140728345338902 140728345338994 140728345338994 140728345341902 0
Current children cumulated CPU time: 47.11 s
Current children cumulated vsize: 1086776 KiB
Current children cumulated memory: 717820 KiB

[startup+12.7009 s]
/proc/loadavg: 7.83 8.38 8.37 9/198 29514
/proc/meminfo: memFree=30851224/32770624 swapFree=67000008/67108860
[pid=29505] ppid=29502 vsize=1086776 memory=717824 CPUtime=98.23 cores=0-7
/proc/29505/stat : 29505 (cosoco) S 29502 29505 28230 0 -1 1077944320 340343 0 0 0 9760 63 0 0 20 0 9 0 558987499 1112858624 179456 33554432000 4194304 6211132 140728345329840 140728345328096 139906777108215 0 0 4096 8405026 18446744073709551615 0 0 17 3 0 0 0 0 0 8312316 8317760 16424960 140728345338902 140728345338994 140728345338994 140728345341902 0
/proc/29505/statm: 271694 179456 887 493 0 264999 0
[pid=29505/tid=29507] ppid=29502 vsize=1086776 memory=717824 CPUtime=12.27 cores=0-7
/proc/29505/task/29507/stat : 29507 (cosoco) R 29502 29505 28230 0 -1 4202560 34818 0 0 0 1220 7 0 0 20 0 9 0 558987527 1112858624 179456 33554432000 4194304 6211132 140728345329840 139906753965072 5167933 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 16424960 140728345338902 140728345338994 140728345338994 140728345341902 0
[pid=29505/tid=29508] ppid=29502 vsize=1086776 memory=2832 CPUtime=12.21 cores=0-7
/proc/29505/task/29508/stat : 29508 (cosoco) R 29502 29505 28230 0 -1 4202560 35554 0 0 0 1216 5 0 0 20 0 9 0 558987527 1112858624 179456 33554432000 4194304 6211132 140728345329840 139906745571848 5193760 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 16424960 140728345338902 140728345338994 140728345338994 140728345341902 0
[pid=29505/tid=29509] ppid=29502 vsize=1086776 memory=164 CPUtime=12.14 cores=0-7
/proc/29505/task/29509/stat : 29509 (cosoco) R 29502 29505 28230 0 -1 4202560 36382 0 0 0 1209 5 0 0 20 0 9 0 558987527 1112858624 179456 33554432000 4194304 6211132 140728345329840 139906737179664 5168224 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 16424960 140728345338902 140728345338994 140728345338994 140728345341902 0
[pid=29505/tid=29510] ppid=29502 vsize=1086776 memory=140319489050239 CPUtime=12.24 cores=0-7
/proc/29505/task/29510/stat : 29510 (cosoco) R 29502 29505 28230 0 -1 4202560 36845 0 0 0 1219 5 0 0 20 0 9 0 558987527 1112858624 179456 33554432000 4194304 6211132 140728345329840 139906728786960 5193760 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 16424960 140728345338902 140728345338994 140728345338994 140728345341902 0
[pid=29505/tid=29511] ppid=29502 vsize=1086776 memory=717824 CPUtime=12.27 cores=0-7
/proc/29505/task/29511/stat : 29511 (cosoco) R 29502 29505 28230 0 -1 4202560 35974 0 0 0 1217 10 0 0 20 0 9 0 558987527 1112858624 179456 33554432000 4194304 6211132 140728345329840 139906720394368 5168251 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 16424960 140728345338902 140728345338994 140728345338994 140728345341902 0
[pid=29505/tid=29512] ppid=29502 vsize=1086776 memory=717824 CPUtime=12.22 cores=0-7
/proc/29505/task/29512/stat : 29512 (cosoco) R 29502 29505 28230 0 -1 4202560 35801 0 0 0 1218 4 0 0 20 0 9 0 558987527 1112858624 179456 33554432000 4194304 6211132 140728345329840 139906712001664 5166595 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 16424960 140728345338902 140728345338994 140728345338994 140728345341902 0
[pid=29505/tid=29513] ppid=29502 vsize=1086776 memory=717620 CPUtime=12.26 cores=0-7
/proc/29505/task/29513/stat : 29513 (cosoco) R 29502 29505 28230 0 -1 4202560 35339 0 0 0 1219 7 0 0 20 0 9 0 558987527 1112858624 179456 33554432000 4194304 6211132 140728345329840 139906703608848 5167602 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 16424960 140728345338902 140728345338994 140728345338994 140728345341902 0

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

/proc/29505/task/29509/stat : 29509 (cosoco) R 29502 29505 28230 0 -1 4202560 47037 0 0 0 2469 6 0 0 20 0 9 0 558987527 1112858624 179457 33554432000 4194304 6211132 140728345329840 139906737179664 5393129 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 16424960 140728345338902 140728345338994 140728345338994 140728345341902 0
[pid=29505/tid=29510] ppid=29502 vsize=1086776 memory=56 CPUtime=25.02 cores=0-7
/proc/29505/task/29510/stat : 29510 (cosoco) R 29502 29505 28230 0 -1 4202560 47508 0 0 0 2496 6 0 0 20 0 9 0 558987527 1112858624 179457 33554432000 4194304 6211132 140728345329840 139906728786960 5166744 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 16424960 140728345338902 140728345338994 140728345338994 140728345341902 0
[pid=29505/tid=29511] ppid=29502 vsize=1086776 memory=-7521736447810188379 CPUtime=25.06 cores=0-7
/proc/29505/task/29511/stat : 29511 (cosoco) R 29502 29505 28230 0 -1 4202560 46099 0 0 0 2495 11 0 0 20 0 9 0 558987527 1112858624 179457 33554432000 4194304 6211132 140728345329840 139906720394368 5167561 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 16424960 140728345338902 140728345338994 140728345338994 140728345341902 0
[pid=29505/tid=29512] ppid=29502 vsize=1086776 memory=717824 CPUtime=24.98 cores=0-7
/proc/29505/task/29512/stat : 29512 (cosoco) R 29502 29505 28230 0 -1 4202560 46147 0 0 0 2493 5 0 0 20 0 9 0 558987527 1112858624 179457 33554432000 4194304 6211132 140728345329840 139906712001664 5168368 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 16424960 140728345338902 140728345338994 140728345338994 140728345341902 0
[pid=29505/tid=29513] ppid=29502 vsize=1086776 memory=10576 CPUtime=25.05 cores=0-7
/proc/29505/task/29513/stat : 29513 (cosoco) R 29502 29505 28230 0 -1 4202560 45398 0 0 0 2497 8 0 0 20 0 9 0 558987527 1112858624 179457 33554432000 4194304 6211132 140728345329840 139906703608848 5167960 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 16424960 140728345338902 140728345338994 140728345338994 140728345341902 0
[pid=29505/tid=29514] ppid=29502 vsize=1086776 memory=717824 CPUtime=25.06 cores=0-7
/proc/29505/task/29514/stat : 29514 (cosoco) R 29502 29505 28230 0 -1 4202560 47267 0 0 0 2495 11 0 0 20 0 9 0 558987527 1112858624 179457 33554432000 4194304 6211132 140728345329840 139906695216144 5168257 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 16424960 140728345338902 140728345338994 140728345338994 140728345341902 0
Current children cumulated CPU time: 200.32 s
Current children cumulated vsize: 1086776 KiB
Current children cumulated memory: 717828 KiB

[startup+51.1109 s]
/proc/loadavg: 7.91 8.33 8.36 9/198 29517
/proc/meminfo: memFree=30850720/32770624 swapFree=67000008/67108860
[pid=29505] ppid=29502 vsize=1086776 memory=717828 CPUtime=404.8 cores=0-7
/proc/29505/stat : 29505 (cosoco) S 29502 29505 28230 0 -1 1077944320 461686 0 0 0 40407 73 0 0 20 0 9 0 558987499 1112858624 179457 33554432000 4194304 6211132 140728345329840 140728345328096 139906777108215 0 0 4096 8405026 18446744073709551615 0 0 17 3 0 0 0 0 0 8312316 8317760 16424960 140728345338902 140728345338994 140728345338994 140728345341902 0
/proc/29505/statm: 271694 179457 887 493 0 264999 0
[pid=29505/tid=29507] ppid=29502 vsize=1086776 memory=5041 CPUtime=50.68 cores=0-7
/proc/29505/task/29507/stat : 29507 (cosoco) R 29502 29505 28230 0 -1 4202560 49921 0 0 0 5059 9 0 0 20 0 9 0 558987527 1112858624 179457 33554432000 4194304 6211132 140728345329840 139906753965072 5193760 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 16424960 140728345338902 140728345338994 140728345338994 140728345341902 0
[pid=29505/tid=29508] ppid=29502 vsize=1086776 memory=717828 CPUtime=50.6 cores=0-7
/proc/29505/task/29508/stat : 29508 (cosoco) R 29502 29505 28230 0 -1 4202560 50468 0 0 0 5054 6 0 0 20 0 9 0 558987527 1112858624 179457 33554432000 4194304 6211132 140728345329840 139906745572040 5193760 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 16424960 140728345338902 140728345338994 140728345338994 140728345341902 0
[pid=29505/tid=29509] ppid=29502 vsize=1086776 memory=717828 CPUtime=49.99 cores=0-7
/proc/29505/task/29509/stat : 29509 (cosoco) R 29502 29505 28230 0 -1 4202560 52470 0 0 0 4993 6 0 0 20 0 9 0 558987527 1112858624 179457 33554432000 4194304 6211132 140728345329840 139906737179664 5193760 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 16424960 140728345338902 140728345338994 140728345338994 140728345341902 0
[pid=29505/tid=29510] ppid=29502 vsize=1086776 memory=164 CPUtime=50.62 cores=0-7
/proc/29505/task/29510/stat : 29510 (cosoco) R 29502 29505 28230 0 -1 4202560 53364 0 0 0 5055 7 0 0 20 0 9 0 558987527 1112858624 179457 33554432000 4194304 6211132 140728345329840 139906728786960 5168248 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 16424960 140728345338902 140728345338994 140728345338994 140728345341902 0
[pid=29505/tid=29511] ppid=29502 vsize=1086776 memory=717828 CPUtime=50.66 cores=0-7
/proc/29505/task/29511/stat : 29511 (cosoco) R 29502 29505 28230 0 -1 4202560 50955 0 0 0 5055 11 0 0 20 0 9 0 558987527 1112858624 179457 33554432000 4194304 6211132 140728345329840 139906720394368 5193760 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 16424960 140728345338902 140728345338994 140728345338994 140728345341902 0
[pid=29505/tid=29512] ppid=29502 vsize=1086776 memory=3624 CPUtime=50.58 cores=0-7
/proc/29505/task/29512/stat : 29512 (cosoco) R 29502 29505 28230 0 -1 4202560 48793 0 0 0 5053 5 0 0 20 0 9 0 558987527 1112858624 179457 33554432000 4194304 6211132 140728345329840 139906712001664 5168251 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 16424960 140728345338902 140728345338994 140728345338994 140728345341902 0
[pid=29505/tid=29513] ppid=29502 vsize=1086776 memory=10576 CPUtime=50.65 cores=0-7
/proc/29505/task/29513/stat : 29513 (cosoco) R 29502 29505 28230 0 -1 4202560 50260 0 0 0 5057 8 0 0 20 0 9 0 558987527 1112858624 179457 33554432000 4194304 6211132 140728345329840 139906703608848 5193760 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 16424960 140728345338902 140728345338994 140728345338994 140728345341902 0
[pid=29505/tid=29514] ppid=29502 vsize=1086776 memory=717828 CPUtime=50.66 cores=0-7
/proc/29505/task/29514/stat : 29514 (cosoco) R 29502 29505 28230 0 -1 4202560 52417 0 0 0 5055 11 0 0 20 0 9 0 558987527 1112858624 179457 33554432000 4194304 6211132 140728345329840 139906695216144 5193760 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 16424960 140728345338902 140728345338994 140728345338994 140728345341902 0
Current children cumulated CPU time: 404.8 s
Current children cumulated vsize: 1086776 KiB
Current children cumulated memory: 717828 KiB

[startup+102.301 s]
/proc/loadavg: 7.96 8.28 8.34 9/198 29519
/proc/meminfo: memFree=30851920/32770624 swapFree=67000008/67108860
[pid=29505] ppid=29502 vsize=1086776 memory=717828 CPUtime=813.45 cores=0-7
/proc/29505/stat : 29505 (cosoco) S 29502 29505 28230 0 -1 1077944320 582557 0 0 0 81259 86 0 0 20 0 9 0 558987499 1112858624 179457 33554432000 4194304 6211132 140728345329840 140728345328096 139906777108215 0 0 4096 8405026 18446744073709551615 0 0 17 3 0 0 0 0 0 8312316 8317760 16424960 140728345338902 140728345338994 140728345338994 140728345341902 0
/proc/29505/statm: 271694 179457 887 493 0 264999 0
[pid=29505/tid=29507] ppid=29502 vsize=1086776 memory=717828 CPUtime=101.85 cores=0-7
/proc/29505/task/29507/stat : 29507 (cosoco) R 29502 29505 28230 0 -1 4202560 66191 0 0 0 10175 10 0 0 20 0 9 0 558987527 1112858624 179457 33554432000 4194304 6211132 140728345329840 139906753965072 5478384 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 16424960 140728345338902 140728345338994 140728345338994 140728345341902 0
[pid=29505/tid=29508] ppid=29502 vsize=1086776 memory=717828 CPUtime=101.78 cores=0-7
/proc/29505/task/29508/stat : 29508 (cosoco) R 29502 29505 28230 0 -1 4202560 64284 0 0 0 10171 7 0 0 20 0 9 0 558987527 1112858624 179457 33554432000 4194304 6211132 140728345329840 139906745572040 5193760 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 16424960 140728345338902 140728345338994 140728345338994 140728345341902 0
[pid=29505/tid=29509] ppid=29502 vsize=1086776 memory=717828 CPUtime=100.6 cores=0-7
/proc/29505/task/29509/stat : 29509 (cosoco) R 29502 29505 28230 0 -1 4202560 67921 0 0 0 10053 7 0 0 20 0 9 0 558987527 1112858624 179457 33554432000 4194304 6211132 140728345329840 139906737179664 5167602 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 16424960 140728345338902 140728345338994 140728345338994 140728345341902 0
[pid=29505/tid=29510] ppid=29502 vsize=1086776 memory=3624 CPUtime=101.77 cores=0-7
/proc/29505/task/29510/stat : 29510 (cosoco) R 29502 29505 28230 0 -1 4202560 66907 0 0 0 10168 9 0 0 20 0 9 0 558987527 1112858624 179457 33554432000 4194304 6211132 140728345329840 139906728786960 5167536 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 16424960 140728345338902 140728345338994 140728345338994 140728345341902 0
[pid=29505/tid=29511] ppid=29502 vsize=1086776 memory=717828 CPUtime=101.69 cores=0-7
/proc/29505/task/29511/stat : 29511 (cosoco) R 29502 29505 28230 0 -1 4202560 66808 0 0 0 10156 13 0 0 20 0 9 0 558987527 1112858624 179457 33554432000 4194304 6211132 140728345329840 139906720394368 5193760 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 16424960 140728345338902 140728345338994 140728345338994 140728345341902 0
[pid=29505/tid=29512] ppid=29502 vsize=1086776 memory=717828 CPUtime=101.74 cores=0-7
/proc/29505/task/29512/stat : 29512 (cosoco) R 29502 29505 28230 0 -1 4202560 64243 0 0 0 10165 9 0 0 20 0 9 0 558987527 1112858624 179457 33554432000 4194304 6211132 140728345329840 139906712001664 5168401 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 16424960 140728345338902 140728345338994 140728345338994 140728345341902 0
[pid=29505/tid=29513] ppid=29502 vsize=1086776 memory=1128 CPUtime=101.82 cores=0-7
/proc/29505/task/29513/stat : 29513 (cosoco) R 29502 29505 28230 0 -1 4202560 64877 0 0 0 10173 9 0 0 20 0 9 0 558987527 1112858624 179457 33554432000 4194304 6211132 140728345329840 139906703608848 5193760 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 16424960 140728345338902 140728345338994 140728345338994 140728345341902 0
[pid=29505/tid=29514] ppid=29502 vsize=1086776 memory=772 CPUtime=101.84 cores=0-7
/proc/29505/task/29514/stat : 29514 (cosoco) R 29502 29505 28230 0 -1 4202560 68288 0 0 0 10172 12 0 0 20 0 9 0 558987527 1112858624 179457 33554432000 4194304 6211132 140728345329840 139906695216144 5168224 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 16424960 140728345338902 140728345338994 140728345338994 140728345341902 0
Current children cumulated CPU time: 813.45 s
Current children cumulated vsize: 1086776 KiB
Current children cumulated memory: 717828 KiB

[startup+162.301 s]
/proc/loadavg: 7.99 8.23 8.32 9/200 29532
/proc/meminfo: memFree=30847884/32770624 swapFree=67000008/67108860
[pid=29505] ppid=29502 vsize=1086776 memory=719836 CPUtime=1292.45 cores=0-7
/proc/29505/stat : 29505 (cosoco) S 29502 29505 28230 0 -1 1077944320 590038 0 0 0 129157 88 0 0 20 0 9 0 558987499 1112858624 179959 33554432000 4194304 6211132 140728345329840 140728345328096 139906777108215 0 0 4096 8405026 18446744073709551615 0 0 17 3 0 0 0 0 0 8312316 8317760 16424960 140728345338902 140728345338994 140728345338994 140728345341902 0
/proc/29505/statm: 271694 179959 887 493 0 264999 0
[pid=29505/tid=29507] ppid=29502 vsize=1086776 memory=719836 CPUtime=161.84 cores=0-7
/proc/29505/task/29507/stat : 29507 (cosoco) R 29502 29505 28230 0 -1 4202560 66851 0 0 0 16173 11 0 0 20 0 9 0 558987527 1112858624 179959 33554432000 4194304 6211132 140728345329840 139906753965072 5167602 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 16424960 140728345338902 140728345338994 140728345338994 140728345341902 0
[pid=29505/tid=29508] ppid=29502 vsize=1086776 memory=717828 CPUtime=161.32 cores=0-7
/proc/29505/task/29508/stat : 29508 (cosoco) R 29502 29505 28230 0 -1 4202560 64834 0 0 0 16125 7 0 0 20 0 9 0 558987527 1112858624 179959 33554432000 4194304 6211132 140728345329840 139906745572040 5168248 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 16424960 140728345338902 140728345338994 140728345338994 140728345341902 0
[pid=29505/tid=29509] ppid=29502 vsize=1086776 memory=717828 CPUtime=160.37 cores=0-7
/proc/29505/task/29509/stat : 29509 (cosoco) R 29502 29505 28230 0 -1 4202560 69667 0 0 0 16030 7 0 0 20 0 9 0 558987527 1112858624 179959 33554432000 4194304 6211132 140728345329840 139906737179664 5168251 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 16424960 140728345338902 140728345338994 140728345338994 140728345341902 0
[pid=29505/tid=29510] ppid=29502 vsize=1086776 memory=717828 CPUtime=161.53 cores=0-7
/proc/29505/task/29510/stat : 29510 (cosoco) R 29502 29505 28230 0 -1 4202560 68570 0 0 0 16144 9 0 0 20 0 9 0 558987527 1112858624 179959 33554432000 4194304 6211132 140728345329840 139906728786960 5193760 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 16424960 140728345338902 140728345338994 140728345338994 140728345341902 0
[pid=29505/tid=29511] ppid=29502 vsize=1086776 memory=719836 CPUtime=161.68 cores=0-7
/proc/29505/task/29511/stat : 29511 (cosoco) R 29502 29505 28230 0 -1 4202560 67375 0 0 0 16155 13 0 0 20 0 9 0 558987527 1112858624 179959 33554432000 4194304 6211132 140728345329840 139906720394368 5168633 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 16424960 140728345338902 140728345338994 140728345338994 140728345341902 0
[pid=29505/tid=29512] ppid=29502 vsize=1086776 memory=719836 CPUtime=161.71 cores=0-7
/proc/29505/task/29512/stat : 29512 (cosoco) R 29502 29505 28230 0 -1 4202560 65049 0 0 0 16162 9 0 0 20 0 9 0 558987527 1112858624 179959 33554432000 4194304 6211132 140728345329840 139906712001456 5393098 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 16424960 140728345338902 140728345338994 140728345338994 140728345341902 0
[pid=29505/tid=29513] ppid=29502 vsize=1086776 memory=719836 CPUtime=161.81 cores=0-7
/proc/29505/task/29513/stat : 29513 (cosoco) R 29502 29505 28230 0 -1 4202560 65844 0 0 0 16172 9 0 0 20 0 9 0 558987527 1112858624 179959 33554432000 4194304 6211132 140728345329840 139906703608848 5167561 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 16424960 140728345338902 140728345338994 140728345338994 140728345341902 0
[pid=29505/tid=29514] ppid=29502 vsize=1086776 memory=719836 CPUtime=161.83 cores=0-7
/proc/29505/task/29514/stat : 29514 (cosoco) R 29502 29505 28230 0 -1 4202560 68810 0 0 0 16171 12 0 0 20 0 9 0 558987527 1112858624 179959 33554432000 4194304 6211132 140728345329840 139906695216144 5193760 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 16424960 140728345338902 140728345338994 140728345338994 140728345341902 0
Current children cumulated CPU time: 1292.45 s
Current children cumulated vsize: 1086776 KiB
Current children cumulated memory: 719836 KiB

[startup+222.301 s]
/proc/loadavg: 7.99 8.19 8.30 9/199 29535
/proc/meminfo: memFree=30842724/32770624 swapFree=67000008/67108860
[pid=29505] ppid=29502 vsize=1086776 memory=725900 CPUtime=1771.53 cores=0-7
/proc/29505/stat : 29505 (cosoco) S 29502 29505 28230 0 -1 1077944320 592669 0 0 0 177065 88 0 0 20 0 9 0 558987499 1112858624 181475 33554432000 4194304 6211132 140728345329840 140728345328096 139906777108215 0 0 4096 8405026 18446744073709551615 0 0 17 3 0 0 0 0 0 8312316 8317760 16424960 140728345338902 140728345338994 140728345338994 140728345341902 0
/proc/29505/statm: 271694 181475 887 493 0 264999 0
[pid=29505/tid=29507] ppid=29502 vsize=1086776 memory=725900 CPUtime=221.83 cores=0-7
/proc/29505/task/29507/stat : 29507 (cosoco) R 29502 29505 28230 0 -1 4202560 67136 0 0 0 22172 11 0 0 20 0 9 0 558987527 1112858624 181475 33554432000 4194304 6211132 140728345329840 139906753965072 5167539 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 16424960 140728345338902 140728345338994 140728345338994 140728345341902 0
[pid=29505/tid=29508] ppid=29502 vsize=1086776 memory=725900 CPUtime=220.57 cores=0-7
/proc/29505/task/29508/stat : 29508 (cosoco) R 29502 29505 28230 0 -1 4202560 65093 0 0 0 22050 7 0 0 20 0 9 0 558987527 1112858624 181475 33554432000 4194304 6211132 140728345329840 139906745572040 5193760 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 16424960 140728345338902 140728345338994 140728345338994 140728345341902 0
[pid=29505/tid=29509] ppid=29502 vsize=1086776 memory=725900 CPUtime=220.37 cores=0-7
/proc/29505/task/29509/stat : 29509 (cosoco) R 29502 29505 28230 0 -1 4202560 70016 0 0 0 22030 7 0 0 20 0 9 0 558987527 1112858624 181475 33554432000 4194304 6211132 140728345329840 139906737179664 5166878 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 16424960 140728345338902 140728345338994 140728345338994 140728345341902 0
[pid=29505/tid=29510] ppid=29502 vsize=1086776 memory=725900 CPUtime=221.52 cores=0-7
/proc/29505/task/29510/stat : 29510 (cosoco) R 29502 29505 28230 0 -1 4202560 69199 0 0 0 22143 9 0 0 20 0 9 0 558987527 1112858624 181475 33554432000 4194304 6211132 140728345329840 139906728786960 5193760 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 16424960 140728345338902 140728345338994 140728345338994 140728345341902 0
[pid=29505/tid=29511] ppid=29502 vsize=1086776 memory=725900 CPUtime=221.58 cores=0-7
/proc/29505/task/29511/stat : 29511 (cosoco) R 29502 29505 28230 0 -1 4202560 67500 0 0 0 22144 14 0 0 20 0 9 0 558987527 1112858624 181475 33554432000 4194304 6211132 140728345329840 139906720394368 5168392 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 16424960 140728345338902 140728345338994 140728345338994 140728345341902 0
[pid=29505/tid=29512] ppid=29502 vsize=1086776 memory=4032 CPUtime=221.69 cores=0-7
/proc/29505/task/29512/stat : 29512 (cosoco) R 29502 29505 28230 0 -1 4202560 65572 0 0 0 22160 9 0 0 20 0 9 0 558987527 1112858624 181475 33554432000 4194304 6211132 140728345329840 139906712001456 5166701 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 16424960 140728345338902 140728345338994 140728345338994 140728345341902 0
[pid=29505/tid=29513] ppid=29502 vsize=1086776 memory=948 CPUtime=221.79 cores=0-7
/proc/29505/task/29513/stat : 29513 (cosoco) R 29502 29505 28230 0 -1 4202560 66159 0 0 0 22170 9 0 0 20 0 9 0 558987527 1112858624 181475 33554432000 4194304 6211132 140728345329840 139906703608848 5193760 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 16424960 140728345338902 140728345338994 140728345338994 140728345341902 0
[pid=29505/tid=29514] ppid=29502 vsize=1086776 memory=1428 CPUtime=221.82 cores=0-7
/proc/29505/task/29514/stat : 29514 (cosoco) R 29502 29505 28230 0 -1 4202560 68956 0 0 0 22170 12 0 0 20 0 9 0 558987527 1112858624 181475 33554432000 4194304 6211132 140728345329840 139906695216144 5167561 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 16424960 140728345338902 140728345338994 140728345338994 140728345341902 0
Current children cumulated CPU time: 1771.53 s
Current children cumulated vsize: 1086776 KiB
Current children cumulated memory: 725900 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+252.001 s]*
/proc/loadavg: 8.00 8.17 8.29 9/200 29538
/proc/meminfo: memFree=30840516/32770624 swapFree=67000008/67108860
[pid=29505] ppid=29502 vsize=1086776 memory=729952 CPUtime=2008.75 cores=0-7
/proc/29505/stat : 29505 (cosoco) S 29502 29505 28230 0 -1 1077944320 595206 0 0 0 200786 89 0 0 20 0 9 0 558987499 1112858624 182488 33554432000 4194304 6211132 140728345329840 140728345328096 139906777108215 0 0 4096 8405026 18446744073709551615 0 0 17 3 0 0 0 0 0 8312316 8317760 16424960 140728345338902 140728345338994 140728345338994 140728345341902 0
/proc/29505/statm: 271694 182488 887 493 0 264999 0
[pid=29505/tid=29507] ppid=29502 vsize=1086776 memory=6370412498778610030 CPUtime=251.54 cores=0-7
/proc/29505/task/29507/stat : 29507 (cosoco) R 29502 29505 28230 0 -1 4202560 67458 0 0 0 25143 11 0 0 20 0 9 0 558987527 1112858624 182488 33554432000 4194304 6211132 140728345329840 139906753965072 5167536 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 16424960 140728345338902 140728345338994 140728345338994 140728345341902 0
[pid=29505/tid=29508] ppid=29502 vsize=1086776 memory=8317482817917895235 CPUtime=250.28 cores=0-7
/proc/29505/task/29508/stat : 29508 (cosoco) R 29502 29505 28230 0 -1 4202560 65257 0 0 0 25021 7 0 0 20 0 9 0 558987527 1112858624 182488 33554432000 4194304 6211132 140728345329840 139906745572040 5193760 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 16424960 140728345338902 140728345338994 140728345338994 140728345341902 0
[pid=29505/tid=29509] ppid=29502 vsize=1086776 memory=948 CPUtime=250.07 cores=0-7
/proc/29505/task/29509/stat : 29509 (cosoco) R 29502 29505 28230 0 -1 4202560 70524 0 0 0 25000 7 0 0 20 0 9 0 558987527 1112858624 182488 33554432000 4194304 6211132 140728345329840 139906737179664 5193760 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 16424960 140728345338902 140728345338994 140728345338994 140728345341902 0
[pid=29505/tid=29510] ppid=29502 vsize=1086776 memory=2832 CPUtime=251.22 cores=0-7
/proc/29505/task/29510/stat : 29510 (cosoco) R 29502 29505 28230 0 -1 4202560 69304 0 0 0 25113 9 0 0 20 0 9 0 558987527 1112858624 182488 33554432000 4194304 6211132 140728345329840 139906728786960 5168395 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 16424960 140728345338902 140728345338994 140728345338994 140728345341902 0
[pid=29505/tid=29511] ppid=29502 vsize=1086776 memory=9588 CPUtime=250.87 cores=0-7
/proc/29505/task/29511/stat : 29511 (cosoco) R 29502 29505 28230 0 -1 4202560 67823 0 0 0 25073 14 0 0 20 0 9 0 558987527 1112858624 182488 33554432000 4194304 6211132 140728345329840 139906720394368 5168257 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 16424960 140728345338902 140728345338994 140728345338994 140728345341902 0
[pid=29505/tid=29512] ppid=29502 vsize=1086776 memory=1548 CPUtime=251.39 cores=0-7
/proc/29505/task/29512/stat : 29512 (cosoco) R 29502 29505 28230 0 -1 4202560 65838 0 0 0 25130 9 0 0 20 0 9 0 558987527 1112858624 182488 33554432000 4194304 6211132 140728345329840 139906712001456 5446131 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 16424960 140728345338902 140728345338994 140728345338994 140728345341902 0
[pid=29505/tid=29513] ppid=29502 vsize=1086776 memory=628 CPUtime=251.51 cores=0-7
/proc/29505/task/29513/stat : 29513 (cosoco) R 29502 29505 28230 0 -1 4202560 66663 0 0 0 25141 10 0 0 20 0 9 0 558987527 1112858624 182488 33554432000 4194304 6211132 140728345329840 139906703608848 5193760 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 16424960 140728345338902 140728345338994 140728345338994 140728345341902 0
[pid=29505/tid=29514] ppid=29502 vsize=1086776 memory=1056 CPUtime=251.52 cores=0-7
/proc/29505/task/29514/stat : 29514 (cosoco) R 29502 29505 28230 0 -1 4202560 69301 0 0 0 25140 12 0 0 20 0 9 0 558987527 1112858624 182488 33554432000 4194304 6211132 140728345329840 139906695216144 5193760 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 16424960 140728345338902 140728345338994 140728345338994 140728345341902 0
Current children cumulated CPU time: 2008.75 s
Current children cumulated vsize: 1086776 KiB
Current children cumulated memory: 729952 KiB

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

[startup+252.043 s]
# the end of solver process 29505 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2007.97 s, system=0.916377 s

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

Child status: 1
Real time (s): 252.043
CPU time (s): 2008.89
CPU user time (s): 2007.97
CPU system time (s): 0.916377
CPU usage (%): 797.043
Max. virtual memory (cumulated for all children) (KiB): 1086776
Max. memory (cumulated for all children) (KiB): 729952

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2007.97
system time used= 0.916377
maximum resident set size= 730100
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 595249
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= 32714
involuntary context switches= 15538


# summary of solver processes directly reported to runsolver:
#   pid: 29505
#   total CPU time (s): 2008.89
#   total CPU user time (s): 2007.97
#   total CPU system time (s): 0.916377

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.31133 second user time and 2.22061 second system time

The end

Launcher Data

Begin job on node106 at 2019-09-30 08:07:31
IDJOB=4410073
IDBENCH=115769
IDSOLVER=2878
FILE ID=node106/4410073-1569827338
RUNJOBID= node106-1569813297-28257
PBS_JOBID= 21705910
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-4410073-1569827338/watcher-4410073-1569827338 -o /tmp/evaluation-result-4410073-1569827338/solver-4410073-1569827338 -C 2016 -W 252 -M 31000 --bin-var /tmp/runsolver-exch-node106-1569813297-28257 --watchdog 312  cosoco -model -nbcores=8 HOME/instance-4410073-1569827338.xml

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

MD5SUM BENCH= ba573a75edcb56a5f29535772f8b277a
RANDOM SEED=64011032

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        31565628 kB
MemAvailable:   31864444 kB
Buffers:          187192 kB
Cached:           435860 kB
SwapCached:         4560 kB
Active:           276204 kB
Inactive:         355452 kB
Active(anon):      18816 kB
Inactive(anon):    66616 kB
Active(file):     257388 kB
Inactive(file):   288836 kB
Unevictable:      109328 kB
Mlocked:          109328 kB
SwapTotal:      67108860 kB
SwapFree:       67000008 kB
Dirty:              2784 kB
Writeback:             0 kB
AnonPages:        113688 kB
Mapped:            26792 kB
Shmem:             68520 kB
Slab:             165476 kB
SReclaimable:     136852 kB
SUnreclaim:        28624 kB
KernelStack:        3360 kB
PageTables:         4968 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     530436 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     69632 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      107904 kB
DirectMap2M:    33437696 kB

Free space on /tmp at the end= 62028 MiB
End job on node106 at 2019-09-30 08:11:43