Trace number 4409710

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) 20116.9 2520.02

General information on the benchmark

NameBinPacking/
BinPacking-tab-fu/BinPacking-tab-fu0120-04.xml
MD5SUM2e923e7e276bbb1d78c8186edf745710
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark18
Best CPU time to get the best result obtained on this benchmark2520.03
Satisfiable
(Un)Satisfiability was proved
Number of variables477
Number of constraints71
Number of domains2
Minimum domain size63
Maximum domain size69
Distribution of domain sizes[{"size":63,"count":476},{"size":69,"count":1}]
Minimum variable degree2
Maximum variable degree4
Distribution of variable degrees[{"degree":2,"count":1},{"degree":3,"count":408},{"degree":4,"count":68}]
Minimum constraint arity7
Maximum constraint arity476
Distribution of constraint arities[{"arity":7,"count":68},{"arity":69,"count":1},{"arity":476,"count":2}]
Number of extensional constraints68
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":68},{"type":"lex","count":1},{"type":"count","count":1},{"type":"cardinality","count":1}]
Optimization problemYES
Type of objectivemax VAR

Solver Data

0.31/0.34	c Create Cardinality(vars,values,occurs) constraint using 476 Exactly/AtMost.. constraint 
0.31/0.34	c
0.31/0.35	c Create Cardinality(vars,values,occurs) constraint using 476 Exactly/AtMost.. constraint 
0.31/0.35	c
0.31/0.35	c Create Cardinality(vars,values,occurs) constraint using 476 Exactly/AtMost.. constraint 
0.31/0.35	c
0.31/0.35	c Create Cardinality(vars,values,occurs) constraint using 476 Exactly/AtMost.. constraint 
0.31/0.35	c
0.31/0.35	c Create Cardinality(vars,values,occurs) constraint using 476 Exactly/AtMost.. constraint 
0.31/0.35	c
0.31/0.35	c Create Cardinality(vars,values,occurs) constraint using 476 Exactly/AtMost.. constraint 
0.31/0.35	c
0.31/0.35	c Create Cardinality(vars,values,occurs) constraint using 476 Exactly/AtMost.. constraint 
0.31/0.35	c
0.31/0.35	c Create Cardinality(vars,values,occurs) constraint using 476 Exactly/AtMost.. constraint 
0.31/0.35	c
20116.81/2520.02	c
20116.81/2520.02	c This is cosoco 2.00 --  
20116.81/2520.02	c
20116.81/2520.02	c command line: cosoco -model -nbcores=8 HOME/instance-4409710-1569833966.xml 
20116.81/2520.02	c enable optimization
20116.81/2520.02	c ========================================[ Problem Statistics ]===========================================
20116.81/2520.02	c |                                                                                                       
20116.81/2520.02	c |  Parse time        :         0.44 s 
20116.81/2520.02	c |
20116.81/2520.02	c |               Variables: 477
20116.81/2520.02	c |            Domain Sizes: 63..69
20116.81/2520.02	c |
20116.81/2520.02	c |             Constraints: 200
20116.81/2520.02	c |                   Arity: 1..476  -- Unary: 1
20116.81/2520.02	c | 
20116.81/2520.02	c |                   Types: 
20116.81/2520.02	c |                          Exactly K: 63
20116.81/2520.02	c |                          Exactly K variable: 1
20116.81/2520.02	c |                          Extension: 68  (nb tuples: 33893..33893) -- (shared: 536)
20116.81/2520.02	c |                          Intension: 1
20116.81/2520.02	c |                          Lex: 67
20116.81/2520.02	c |                          
20116.81/2520.02	c |               Objective: Maximize Intension
20116.81/2520.02	
20116.81/2520.02	c =========================================================================================================
20116.81/2520.02	c Parallel mode: Portfolio
20116.81/2520.02	c [pFactory][Group N°0] created (threads:8).
20116.81/2520.02	c [pFactory][Group N°0] new task added (threads:8 - tasks:1).
20116.81/2520.02	c [pFactory][Group N°0] new task added (threads:8 - tasks:2).
20116.81/2520.02	c [pFactory][Group N°0] new task added (threads:8 - tasks:3).
20116.81/2520.02	c [pFactory][Group N°0] new task added (threads:8 - tasks:4).
20116.81/2520.02	c [pFactory][Group N°0] new task added (threads:8 - tasks:5).
20116.81/2520.02	c [pFactory][Group N°0] new task added (threads:8 - tasks:6).
20116.81/2520.02	c [pFactory][Group N°0] new task added (threads:8 - tasks:7).
20116.81/2520.02	c [pFactory][Group N°0] new task added (threads:8 - tasks:8).
20116.81/2520.02	c [pFactory][Group N°0] concurrent mode: enabled.
20116.81/2520.02	c [pFactory][Group N°0] computations in progress (threads:8 - tasks:8).
20116.81/2520.02	c [pFactory][Group N°0] task 7 launched on thread 0.
20116.81/2520.02	c [pFactory][Group N°0] task 6 launched on thread 1.
20116.81/2520.02	c [pFactory][Group N°0] task 5 launched on thread 5.
20116.81/2520.02	c [pFactory][Group N°0] task 4 launched on thread 2.
20116.81/2520.02	c [pFactory][Group N°0] task 3 launched on thread 6.
20116.81/2520.02	c [pFactory][Group N°0] task 2 launched on thread 3.
20116.81/2520.02	c [pFactory][Group N°0] task 1 launched on thread 7.
20116.81/2520.02	c [pFactory][Group N°0] task 0 launched on thread 4.
20116.81/2520.02	
20116.81/2520.02	c *** INTERRUPTED ***
20116.81/2520.02	c call to solver        : 0
20116.81/2520.02	c
20116.81/2520.02	c restarts              : 2138        
20116.81/2520.02	c conflicts             : 32849        (2 /sec)
20116.81/2520.02	c decisions             : 266285       (13 /sec)
20116.81/2520.02	c propagations          : 18785980    (934 /sec)
20116.81/2520.02	c root propagations     : 19380       
20116.81/2520.02	c filter calls          : 54807433       (2725 /sec)
20116.81/2520.02	c useless filter calls  : 53784046       (98 %)
20116.81/2520.02	c Memory used           : 797.15 MB
20116.81/2520.02	c Best bound time (wc)  : -1.56983e+09 s
20116.81/2520.02	c CPU time              : 20116.2 s
20116.81/2520.02	c real time             : 2520.02 s
20116.81/2520.02	
20116.81/2520.02	c No Bound found!
20116.81/2520.02	
20116.81/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: 16374 MiB (15433 MiB free)
  memory of node 1: 16384 MiB (15724 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4409710-1569833966/watcher-4409710-1569833966 -o /tmp/evaluation-result-4409710-1569833966/solver-4409710-1569833966 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node121-1569828879-9963 --watchdog 2580 cosoco -model -nbcores=8 HOME/instance-4409710-1569833966.xml 

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

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

solver pid=10548, runsolver pid=10545

[startup+0.100149 s]*
/proc/loadavg: 8.08 8.20 8.24 2/190 10549
/proc/meminfo: memFree=31889576/32770624 swapFree=66993532/67108860
[pid=10548] ppid=10545 vsize=44148 memory=20236 CPUtime=0.1 cores=0-7
/proc/10548/stat : 10548 (cosoco) R 10545 10548 9936 0 -1 4202496 5309 0 0 0 9 1 0 0 20 0 1 0 559659155 45207552 5059 33554432000 4194304 6211132 140722970546704 140722970543240 5743398 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8312316 8317760 8429568 140722970555409 140722970555501 140722970555501 140722970558414 0
/proc/10548/statm: 11037 5059 806 493 0 4342 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 44148 KiB
Current children cumulated memory: 20236 KiB

[startup+0.20879 s]*
/proc/loadavg: 8.08 8.20 8.24 2/190 10549
/proc/meminfo: memFree=31889512/32770624 swapFree=66993532/67108860
[pid=10548] ppid=10545 vsize=45324 memory=21336 CPUtime=0.21 cores=0-7
/proc/10548/stat : 10548 (cosoco) R 10545 10548 9936 0 -1 4202496 5689 0 0 0 20 1 0 0 20 0 1 0 559659155 46411776 5334 33554432000 4194304 6211132 140722970546704 140722970543976 139730281585637 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8312316 8317760 8429568 140722970555409 140722970555501 140722970555501 140722970558414 0
/proc/10548/statm: 11331 5334 806 493 0 4636 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 45324 KiB
Current children cumulated memory: 21336 KiB

[startup+0.308698 s]*
/proc/loadavg: 8.08 8.20 8.24 2/190 10549
/proc/meminfo: memFree=31878480/32770624 swapFree=66993532/67108860
[pid=10548] ppid=10545 vsize=59360 memory=34632 CPUtime=0.31 cores=0-7
/proc/10548/stat : 10548 (cosoco) R 10545 10548 9936 0 -1 4202496 9207 0 0 0 30 1 0 0 20 0 1 0 559659155 60784640 8658 33554432000 4194304 6211132 140722970546704 140722970543976 5287963 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8312316 8317760 8429568 140722970555409 140722970555501 140722970555501 140722970558414 0
/proc/10548/statm: 14840 8658 814 493 0 8145 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 59360 KiB
Current children cumulated memory: 34632 KiB

[startup+0.700691 s]
/proc/loadavg: 8.08 8.20 8.24 9/198 10557
/proc/meminfo: memFree=31711760/32770624 swapFree=66993532/67108860
[pid=10548] ppid=10545 vsize=808072 memory=200752 CPUtime=2.07 cores=0-7
/proc/10548/stat : 10548 (cosoco) S 10545 10548 9936 0 -1 1077944320 50367 0 0 0 201 6 0 0 20 0 9 0 559659155 827465728 50188 33554432000 4194304 6211132 140722970546704 140722970544960 139730297626359 0 0 4096 8405026 18446744073709551615 0 0 17 2 0 0 0 0 0 8312316 8317760 8429568 140722970555409 140722970555501 140722970555501 140722970558414 0
/proc/10548/statm: 202018 50188 893 493 0 195323 0
[pid=10548/tid=10550] ppid=10545 vsize=808072 memory=4625243410194776160 CPUtime=0.2 cores=0-7
/proc/10548/task/10550/stat : 10550 (cosoco) R 10545 10548 9936 0 -1 4202560 122 0 0 0 20 0 0 0 20 0 9 0 559659205 827465728 50188 33554432000 4194304 6211132 140722970546704 139730274482856 5038999 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 8429568 140722970555409 140722970555501 140722970555501 140722970558414 0
[pid=10548/tid=10551] ppid=10545 vsize=808072 memory=7597685182856913236 CPUtime=0.19 cores=0-7
/proc/10548/task/10551/stat : 10551 (cosoco) R 10545 10548 9936 0 -1 4202560 125 0 0 0 19 0 0 0 20 0 9 0 559659205 827465728 50188 33554432000 4194304 6211132 140722970546704 139730266090152 5039132 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 8429568 140722970555409 140722970555501 140722970555501 140722970558414 0
[pid=10548/tid=10552] ppid=10545 vsize=808072 memory=1404222121492520310 CPUtime=0.2 cores=0-7
/proc/10548/task/10552/stat : 10552 (cosoco) R 10545 10548 9936 0 -1 4202560 128 0 0 0 20 0 0 0 20 0 9 0 559659205 827465728 50188 33554432000 4194304 6211132 140722970546704 139730257697448 5250321 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 8429568 140722970555409 140722970555501 140722970555501 140722970558414 0
[pid=10548/tid=10553] ppid=10545 vsize=808072 memory=6083354206233319521 CPUtime=0.19 cores=0-7
/proc/10548/task/10553/stat : 10553 (cosoco) R 10545 10548 9936 0 -1 4202560 128 0 0 0 19 0 0 0 20 0 9 0 559659205 827465728 50188 33554432000 4194304 6211132 140722970546704 139730249304744 5250304 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 8429568 140722970555409 140722970555501 140722970555501 140722970558414 0
[pid=10548/tid=10554] ppid=10545 vsize=808072 memory=7594598810449111659 CPUtime=0.19 cores=0-7
/proc/10548/task/10554/stat : 10554 (cosoco) R 10545 10548 9936 0 -1 4202560 125 0 0 0 19 0 0 0 20 0 9 0 559659205 827465728 50188 33554432000 4194304 6211132 140722970546704 139730240912040 5039178 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 8429568 140722970555409 140722970555501 140722970555501 140722970558414 0
[pid=10548/tid=10555] ppid=10545 vsize=808072 memory=8292088564187963537 CPUtime=0.2 cores=0-7
/proc/10548/task/10555/stat : 10555 (cosoco) R 10545 10548 9936 0 -1 4202560 116 0 0 0 20 0 0 0 20 0 9 0 559659205 827465728 50188 33554432000 4194304 6211132 140722970546704 139730232519336 5038992 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 8429568 140722970555409 140722970555501 140722970555501 140722970558414 0
[pid=10548/tid=10556] ppid=10545 vsize=808072 memory=7883944151737461866 CPUtime=0.2 cores=0-7
/proc/10548/task/10556/stat : 10556 (cosoco) R 10545 10548 9936 0 -1 4202560 116 0 0 0 20 0 0 0 20 0 9 0 559659205 827465728 50188 33554432000 4194304 6211132 140722970546704 139730224126632 5039014 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 8429568 140722970555409 140722970555501 140722970555501 140722970558414 0
[pid=10548/tid=10557] ppid=10545 vsize=808072 memory=6083358604262791271 CPUtime=0.18 cores=0-7
/proc/10548/task/10557/stat : 10557 (cosoco) R 10545 10548 9936 0 -1 4202560 108 0 0 0 18 0 0 0 20 0 9 0 559659205 827465728 50188 33554432000 4194304 6211132 140722970546704 139730215733928 5039132 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 8429568 140722970555409 140722970555501 140722970555501 140722970558414 0
Current children cumulated CPU time: 2.07 s
Current children cumulated vsize: 808072 KiB
Current children cumulated memory: 200752 KiB

[startup+1.5007 s]
/proc/loadavg: 8.08 8.20 8.24 10/198 10557
/proc/meminfo: memFree=31687580/32770624 swapFree=66993532/67108860
[pid=10548] ppid=10545 vsize=816280 memory=224376 CPUtime=8.45 cores=0-7
/proc/10548/stat : 10548 (cosoco) S 10545 10548 9936 0 -1 1077944320 56165 0 0 0 837 8 0 0 20 0 9 0 559659155 835870720 56094 33554432000 4194304 6211132 140722970546704 140722970544960 139730297626359 0 0 4096 8405026 18446744073709551615 0 0 17 2 0 0 0 0 0 8312316 8317760 8429568 140722970555409 140722970555501 140722970555501 140722970558414 0
/proc/10548/statm: 204070 56094 896 493 0 197375 0
[pid=10548/tid=10550] ppid=10545 vsize=816280 memory=804 CPUtime=0.99 cores=0-7
/proc/10548/task/10550/stat : 10550 (cosoco) R 10545 10548 9936 0 -1 4202560 979 0 0 0 99 0 0 0 20 0 9 0 559659205 835870720 56094 33554432000 4194304 6211132 140722970546704 139730274483216 5250304 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 8429568 140722970555409 140722970555501 140722970555501 140722970558414 0
[pid=10548/tid=10551] ppid=10545 vsize=816280 memory=223984 CPUtime=0.99 cores=0-7
/proc/10548/task/10551/stat : 10551 (cosoco) R 10545 10548 9936 0 -1 4202560 832 0 0 0 99 0 0 0 20 0 9 0 559659205 835870720 56144 33554432000 4194304 6211132 140722970546704 139730266090512 5136311 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 8429568 140722970555409 140722970555501 140722970555501 140722970558414 0
[pid=10548/tid=10552] ppid=10545 vsize=816280 memory=4132 CPUtime=0.99 cores=0-7
/proc/10548/task/10552/stat : 10552 (cosoco) R 10545 10548 9936 0 -1 4202560 710 0 0 0 99 0 0 0 20 0 9 0 559659205 835870720 56144 33554432000 4194304 6211132 140722970546704 139730257697808 5038999 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 8429568 140722970555409 140722970555501 140722970555501 140722970558414 0
[pid=10548/tid=10553] ppid=10545 vsize=816280 memory=1408 CPUtime=0.99 cores=0-7
/proc/10548/task/10553/stat : 10553 (cosoco) R 10545 10548 9936 0 -1 4202560 711 0 0 0 99 0 0 0 20 0 9 0 559659205 835870720 56144 33554432000 4194304 6211132 140722970546704 139730249305104 5039026 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 8429568 140722970555409 140722970555501 140722970555501 140722970558414 0
[pid=10548/tid=10554] ppid=10545 vsize=816280 memory=984 CPUtime=0.99 cores=0-7
/proc/10548/task/10554/stat : 10554 (cosoco) R 10545 10548 9936 0 -1 4202560 881 0 0 0 99 0 0 0 20 0 9 0 559659205 835870720 56144 33554432000 4194304 6211132 140722970546704 139730240912400 5136315 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 8429568 140722970555409 140722970555501 140722970555501 140722970558414 0
[pid=10548/tid=10555] ppid=10545 vsize=816280 memory=1436 CPUtime=0.99 cores=0-7
/proc/10548/task/10555/stat : 10555 (cosoco) R 10545 10548 9936 0 -1 4202560 1001 0 0 0 99 0 0 0 20 0 9 0 559659205 835870720 56144 33554432000 4194304 6211132 140722970546704 139730232519696 5136315 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 8429568 140722970555409 140722970555501 140722970555501 140722970558414 0
[pid=10548/tid=10556] ppid=10545 vsize=816280 memory=780 CPUtime=0.99 cores=0-7
/proc/10548/task/10556/stat : 10556 (cosoco) R 10545 10548 9936 0 -1 4202560 973 0 0 0 99 0 0 0 20 0 9 0 559659205 835870720 56144 33554432000 4194304 6211132 140722970546704 139730224126992 5039038 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 8429568 140722970555409 140722970555501 140722970555501 140722970558414 0
[pid=10548/tid=10557] ppid=10545 vsize=816280 memory=4008 CPUtime=0.96 cores=0-7
/proc/10548/task/10557/stat : 10557 (cosoco) R 10545 10548 9936 0 -1 4202560 966 0 0 0 96 0 0 0 20 0 9 0 559659205 835870720 56144 33554432000 4194304 6211132 140722970546704 139730215733896 5250304 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 8429568 140722970555409 140722970555501 140722970555501 140722970558414 0
Current children cumulated CPU time: 8.45 s
Current children cumulated vsize: 816280 KiB
Current children cumulated memory: 224376 KiB

[startup+3.11069 s]
/proc/loadavg: 8.15 8.21 8.24 9/198 10557
/proc/meminfo: memFree=31685692/32770624 swapFree=66993532/67108860
[pid=10548] ppid=10545 vsize=816280 memory=225568 CPUtime=21.3 cores=0-7
/proc/10548/stat : 10548 (cosoco) S 10545 10548 9936 0 -1 1077944320 105575 0 0 0 2100 30 0 0 20 0 9 0 559659155 835870720 56392 33554432000 4194304 6211132 140722970546704 140722970544960 139730297626359 0 0 4096 8405026 18446744073709551615 0 0 17 2 0 0 0 0 0 8312316 8317760 8429568 140722970555409 140722970555501 140722970555501 140722970558414 0
/proc/10548/statm: 204070 56392 896 493 0 197375 0
[pid=10548/tid=10550] ppid=10545 vsize=816280 memory=56 CPUtime=2.6 cores=0-7
/proc/10548/task/10550/stat : 10550 (cosoco) R 10545 10548 9936 0 -1 4202560 6902 0 0 0 254 6 0 0 20 0 9 0 559659205 835870720 56392 33554432000 4194304 6211132 140722970546704 139730274483216 5250304 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 8429568 140722970555409 140722970555501 140722970555501 140722970558414 0
[pid=10548/tid=10551] ppid=10545 vsize=816280 memory=920 CPUtime=2.59 cores=0-7
/proc/10548/task/10551/stat : 10551 (cosoco) R 10545 10548 9936 0 -1 4202560 7559 0 0 0 259 0 0 0 20 0 9 0 559659205 835870720 56392 33554432000 4194304 6211132 140722970546704 139730266090512 5250321 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 8429568 140722970555409 140722970555501 140722970555501 140722970558414 0
[pid=10548/tid=10552] ppid=10545 vsize=816280 memory=3054156605268465310 CPUtime=2.6 cores=0-7
/proc/10548/task/10552/stat : 10552 (cosoco) R 10545 10548 9936 0 -1 4202560 7238 0 0 0 260 0 0 0 20 0 9 0 559659205 835870720 56392 33554432000 4194304 6211132 140722970546704 139730257697808 5039121 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 8429568 140722970555409 140722970555501 140722970555501 140722970558414 0
[pid=10548/tid=10553] ppid=10545 vsize=816280 memory=1408 CPUtime=2.6 cores=0-7
/proc/10548/task/10553/stat : 10553 (cosoco) R 10545 10548 9936 0 -1 4202560 7288 0 0 0 259 1 0 0 20 0 9 0 559659205 835870720 56392 33554432000 4194304 6211132 140722970546704 139730249305104 5250304 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 8429568 140722970555409 140722970555501 140722970555501 140722970558414 0
[pid=10548/tid=10554] ppid=10545 vsize=816280 memory=4872558142750482497 CPUtime=2.6 cores=0-7
/proc/10548/task/10554/stat : 10554 (cosoco) R 10545 10548 9936 0 -1 4202560 7251 0 0 0 259 1 0 0 20 0 9 0 559659205 835870720 56392 33554432000 4194304 6211132 140722970546704 139730240912400 5250321 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 8429568 140722970555409 140722970555501 140722970555501 140722970558414 0
[pid=10548/tid=10555] ppid=10545 vsize=816280 memory=0 CPUtime=2.6 cores=0-7
/proc/10548/task/10555/stat : 10555 (cosoco) R 10545 10548 9936 0 -1 4202560 6979 0 0 0 256 4 0 0 20 0 9 0 559659205 835870720 56392 33554432000 4194304 6211132 140722970546704 139730232519696 5250304 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 8429568 140722970555409 140722970555501 140722970555501 140722970558414 0
[pid=10548/tid=10556] ppid=10545 vsize=816280 memory=3472468434903834928 CPUtime=2.6 cores=0-7
/proc/10548/task/10556/stat : 10556 (cosoco) R 10545 10548 9936 0 -1 4202560 6829 0 0 0 255 5 0 0 20 0 9 0 559659205 835870720 56392 33554432000 4194304 6211132 140722970546704 139730224126992 5250325 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 8429568 140722970555409 140722970555501 140722970555501 140722970558414 0
[pid=10548/tid=10557] ppid=10545 vsize=816280 memory=-2672971631320983069 CPUtime=2.55 cores=0-7
/proc/10548/task/10557/stat : 10557 (cosoco) R 10545 10548 9936 0 -1 4202560 6130 0 0 0 252 3 0 0 20 0 9 0 559659205 835870720 56392 33554432000 4194304 6211132 140722970546704 139730215733896 5250321 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 8429568 140722970555409 140722970555501 140722970555501 140722970558414 0
Current children cumulated CPU time: 21.3 s
Current children cumulated vsize: 816280 KiB
Current children cumulated memory: 225568 KiB

[startup+6.30069 s]
/proc/loadavg: 8.15 8.21 8.24 9/198 10558
/proc/meminfo: memFree=31685476/32770624 swapFree=66993532/67108860
[pid=10548] ppid=10545 vsize=816280 memory=225568 CPUtime=46.77 cores=0-7
/proc/10548/stat : 10548 (cosoco) S 10545 10548 9936 0 -1 1077944320 181406 0 0 0 4639 38 0 0 20 0 9 0 559659155 835870720 56392 33554432000 4194304 6211132 140722970546704 140722970544960 139730297626359 0 0 4096 8405026 18446744073709551615 0 0 17 2 0 0 0 0 0 8312316 8317760 8429568 140722970555409 140722970555501 140722970555501 140722970558414 0
/proc/10548/statm: 204070 56392 896 493 0 197375 0
[pid=10548/tid=10550] ppid=10545 vsize=816280 memory=225568 CPUtime=5.79 cores=0-7
/proc/10548/task/10550/stat : 10550 (cosoco) R 10545 10548 9936 0 -1 4202560 14065 0 0 0 572 7 0 0 20 0 9 0 559659205 835870720 56392 33554432000 4194304 6211132 140722970546704 139730274483216 5250311 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 8429568 140722970555409 140722970555501 140722970555501 140722970558414 0
[pid=10548/tid=10551] ppid=10545 vsize=816280 memory=225568 CPUtime=5.78 cores=0-7
/proc/10548/task/10551/stat : 10551 (cosoco) R 10545 10548 9936 0 -1 4202560 13601 0 0 0 577 1 0 0 20 0 9 0 559659205 835870720 56392 33554432000 4194304 6211132 140722970546704 139730266090512 5136315 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 8429568 140722970555409 140722970555501 140722970555501 140722970558414 0
[pid=10548/tid=10552] ppid=10545 vsize=816280 memory=3620 CPUtime=5.78 cores=0-7
/proc/10548/task/10552/stat : 10552 (cosoco) R 10545 10548 9936 0 -1 4202560 16232 0 0 0 577 1 0 0 20 0 9 0 559659205 835870720 56392 33554432000 4194304 6211132 140722970546704 139730257697808 5038990 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 8429568 140722970555409 140722970555501 140722970555501 140722970558414 0
[pid=10548/tid=10553] ppid=10545 vsize=816280 memory=140143129253503 CPUtime=5.79 cores=0-7
/proc/10548/task/10553/stat : 10553 (cosoco) R 10545 10548 9936 0 -1 4202560 19984 0 0 0 577 2 0 0 20 0 9 0 559659205 835870720 56392 33554432000 4194304 6211132 140722970546704 139730249305104 5038944 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 8429568 140722970555409 140722970555501 140722970555501 140722970558414 0
[pid=10548/tid=10554] ppid=10545 vsize=816280 memory=225568 CPUtime=5.79 cores=0-7
/proc/10548/task/10554/stat : 10554 (cosoco) R 10545 10548 9936 0 -1 4202560 18356 0 0 0 577 2 0 0 20 0 9 0 559659205 835870720 56392 33554432000 4194304 6211132 140722970546704 139730240912400 5038990 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 8429568 140722970555409 140722970555501 140722970555501 140722970558414 0
[pid=10548/tid=10555] ppid=10545 vsize=816280 memory=0 CPUtime=5.8 cores=0-7
/proc/10548/task/10555/stat : 10555 (cosoco) R 10545 10548 9936 0 -1 4202560 18429 0 0 0 574 6 0 0 20 0 9 0 559659205 835870720 56392 33554432000 4194304 6211132 140722970546704 139730232519696 5038944 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 8429568 140722970555409 140722970555501 140722970555501 140722970558414 0
[pid=10548/tid=10556] ppid=10545 vsize=816280 memory=164 CPUtime=5.79 cores=0-7
/proc/10548/task/10556/stat : 10556 (cosoco) R 10545 10548 9936 0 -1 4202560 13745 0 0 0 573 6 0 0 20 0 9 0 559659205 835870720 56392 33554432000 4194304 6211132 140722970546704 139730224126992 5136288 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 8429568 140722970555409 140722970555501 140722970555501 140722970558414 0
[pid=10548/tid=10557] ppid=10545 vsize=816280 memory=7090755321133619058 CPUtime=5.69 cores=0-7
/proc/10548/task/10557/stat : 10557 (cosoco) R 10545 10548 9936 0 -1 4202560 17603 0 0 0 565 4 0 0 20 0 9 0 559659205 835870720 56392 33554432000 4194304 6211132 140722970546704 139730215733896 5250321 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 8429568 140722970555409 140722970555501 140722970555501 140722970558414 0
Current children cumulated CPU time: 46.77 s
Current children cumulated vsize: 816280 KiB
Current children cumulated memory: 225568 KiB

[startup+12.7007 s]
/proc/loadavg: 8.14 8.21 8.24 9/198 10558
/proc/meminfo: memFree=31683712/32770624 swapFree=66993532/67108860
[pid=10548] ppid=10545 vsize=816280 memory=225568 CPUtime=97.79 cores=0-7
/proc/10548/stat : 10548 (cosoco) S 10545 10548 9936 0 -1 1077944320 226826 0 0 0 9738 41 0 0 20 0 9 0 559659155 835870720 56392 33554432000 4194304 6211132 140722970546704 140722970544960 139730297626359 0 0 4096 8405026 18446744073709551615 0 0 17 2 0 0 0 0 0 8312316 8317760 8429568 140722970555409 140722970555501 140722970555501 140722970558414 0
/proc/10548/statm: 204070 56392 896 493 0 197375 0
[pid=10548/tid=10550] ppid=10545 vsize=816280 memory=225568 CPUtime=12.18 cores=0-7
/proc/10548/task/10550/stat : 10550 (cosoco) R 10545 10548 9936 0 -1 4202560 18850 0 0 0 1211 7 0 0 20 0 9 0 559659205 835870720 56392 33554432000 4194304 6211132 140722970546704 139730274483216 5136288 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 8429568 140722970555409 140722970555501 140722970555501 140722970558414 0
[pid=10548/tid=10551] ppid=10545 vsize=816280 memory=719 CPUtime=12.17 cores=0-7
/proc/10548/task/10551/stat : 10551 (cosoco) R 10545 10548 9936 0 -1 4202560 17266 0 0 0 1215 2 0 0 20 0 9 0 559659205 835870720 56392 33554432000 4194304 6211132 140722970546704 139730266090512 5250304 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 8429568 140722970555409 140722970555501 140722970555501 140722970558414 0
[pid=10548/tid=10552] ppid=10545 vsize=816280 memory=225568 CPUtime=12.18 cores=0-7
/proc/10548/task/10552/stat : 10552 (cosoco) R 10545 10548 9936 0 -1 4202560 23875 0 0 0 1216 2 0 0 20 0 9 0 559659205 835870720 56392 33554432000 4194304 6211132 140722970546704 139730257697808 5038999 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 8429568 140722970555409 140722970555501 140722970555501 140722970558414 0
[pid=10548/tid=10553] ppid=10545 vsize=816280 memory=225568 CPUtime=12.18 cores=0-7
/proc/10548/task/10553/stat : 10553 (cosoco) R 10545 10548 9936 0 -1 4202560 25991 0 0 0 1216 2 0 0 20 0 9 0 559659205 835870720 56392 33554432000 4194304 6211132 140722970546704 139730249305104 5250311 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 8429568 140722970555409 140722970555501 140722970555501 140722970558414 0
[pid=10548/tid=10554] ppid=10545 vsize=816280 memory=225568 CPUtime=12.18 cores=0-7
/proc/10548/task/10554/stat : 10554 (cosoco) R 10545 10548 9936 0 -1 4202560 25578 0 0 0 1216 2 0 0 20 0 9 0 559659205 835870720 56392 33554432000 4194304 6211132 140722970546704 139730240912400 5136315 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 8429568 140722970555409 140722970555501 140722970555501 140722970558414 0
[pid=10548/tid=10555] ppid=10545 vsize=816280 memory=225568 CPUtime=12.15 cores=0-7
/proc/10548/task/10555/stat : 10555 (cosoco) R 10545 10548 9936 0 -1 4202560 24599 0 0 0 1209 6 0 0 20 0 9 0 559659205 835870720 56392 33554432000 4194304 6211132 140722970546704 139730232519696 5038999 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 8429568 140722970555409 140722970555501 140722970555501 140722970558414 0
[pid=10548/tid=10556] ppid=10545 vsize=816280 memory=7014200711603578217 CPUtime=12.14 cores=0-7
/proc/10548/task/10556/stat : 10556 (cosoco) R 10545 10548 9936 0 -1 4202560 19800 0 0 0 1208 6 0 0 20 0 9 0 559659205 835870720 56392 33554432000 4194304 6211132 140722970546704 139730224126992 5136343 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 8429568 140722970555409 140722970555501 140722970555501 140722970558414 0
[pid=10548/tid=10557] ppid=10545 vsize=816280 memory=6935054825532540783 CPUtime=12.03 cores=0-7
/proc/10548/task/10557/stat : 10557 (cosoco) R 10545 10548 9936 0 -1 4202560 21468 0 0 0 1199 4 0 0 20 0 9 0 559659205 835870720 56392 33554432000 4194304 6211132 140722970546704 139730215733896 5136288 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 8429568 140722970555409 140722970555501 140722970555501 140722970558414 0
Current children cumulated CPU time: 97.79 s
Current children cumulated vsize: 816280 KiB
Current children cumulated memory: 225568 KiB

[startup+25.5007 s]
/proc/loadavg: 8.11 8.20 8.24 9/198 10560
/proc/meminfo: memFree=31683552/32770624 swapFree=66993532/67108860
[pid=10548] ppid=10545 vsize=816280 memory=225780 CPUtime=199.96 cores=0-7
/proc/10548/stat : 10548 (cosoco) S 10545 10548 9936 0 -1 1077944320 282356 0 0 0 19950 46 0 0 20 0 9 0 559659155 835870720 56445 33554432000 4194304 6211132 140722970546704 140722970544960 139730297626359 0 0 4096 8405026 18446744073709551615 0 0 17 2 0 0 0 0 0 8312316 8317760 8429568 140722970555409 140722970555501 140722970555501 140722970558414 0
/proc/10548/statm: 204070 56445 896 493 0 197375 0
[pid=10548/tid=10550] ppid=10545 vsize=816280 memory=225780 CPUtime=24.98 cores=0-7
/proc/10548/task/10550/stat : 10550 (cosoco) R 10545 10548 9936 0 -1 4202560 25823 0 0 0 2491 7 0 0 20 0 9 0 559659205 835870720 56445 33554432000 4194304 6211132 140722970546704 139730274483216 5250482 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 8429568 140722970555409 140722970555501 140722970555501 140722970558414 0
[pid=10548/tid=10551] ppid=10545 vsize=816280 memory=225780 CPUtime=24.96 cores=0-7
/proc/10548/task/10551/stat : 10551 (cosoco) R 10545 10548 9936 0 -1 4202560 25920 0 0 0 2494 2 0 0 20 0 9 0 559659205 835870720 56445 33554432000 4194304 6211132 140722970546704 139730266090512 5250325 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 8429568 140722970555409 140722970555501 140722970555501 140722970558414 0

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

/proc/10548/task/10552/stat : 10552 (cosoco) R 10545 10548 9936 0 -1 4202560 48336 0 0 0 225301 5 0 0 20 0 9 0 559659205 835870720 57231 33554432000 4194304 6211132 140722970546704 139730257697808 5039217 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 8429568 140722970555409 140722970555501 140722970555501 140722970558414 0
[pid=10548/tid=10553] ppid=10545 vsize=816280 memory=228924 CPUtime=2261.15 cores=0-7
/proc/10548/task/10553/stat : 10553 (cosoco) R 10545 10548 9936 0 -1 4202560 44448 0 0 0 226111 4 0 0 20 0 9 0 559659205 835870720 57231 33554432000 4194304 6211132 140722970546704 139730249304552 5250325 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 8429568 140722970555409 140722970555501 140722970555501 140722970558414 0
[pid=10548/tid=10554] ppid=10545 vsize=816280 memory=228924 CPUtime=2261.26 cores=0-7
/proc/10548/task/10554/stat : 10554 (cosoco) R 10545 10548 9936 0 -1 4202560 44893 0 0 0 226122 4 0 0 20 0 9 0 559659205 835870720 57231 33554432000 4194304 6211132 140722970546704 139730240911848 5250321 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 8429568 140722970555409 140722970555501 140722970555501 140722970558414 0
[pid=10548/tid=10555] ppid=10545 vsize=816280 memory=228924 CPUtime=2260.3 cores=0-7
/proc/10548/task/10555/stat : 10555 (cosoco) R 10545 10548 9936 0 -1 4202560 47981 0 0 0 226021 9 0 0 20 0 9 0 559659205 835870720 57231 33554432000 4194304 6211132 140722970546704 139730232519696 5250304 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 8429568 140722970555409 140722970555501 140722970555501 140722970558414 0
[pid=10548/tid=10556] ppid=10545 vsize=816280 memory=228924 CPUtime=2240.89 cores=0-7
/proc/10548/task/10556/stat : 10556 (cosoco) R 10545 10548 9936 0 -1 4202560 48473 0 0 0 224077 12 0 0 20 0 9 0 559659205 835870720 57231 33554432000 4194304 6211132 140722970546704 139730224126992 5039026 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 8429568 140722970555409 140722970555501 140722970555501 140722970558414 0
[pid=10548/tid=10557] ppid=10545 vsize=816280 memory=984 CPUtime=2259.54 cores=0-7
/proc/10548/task/10557/stat : 10557 (cosoco) R 10545 10548 9936 0 -1 4202560 42371 0 0 0 225946 8 0 0 20 0 9 0 559659205 835870720 57231 33554432000 4194304 6211132 140722970546704 139730215733896 5409481 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 8429568 140722970555409 140722970555501 140722970555501 140722970558414 0
Current children cumulated CPU time: 18059.2 s
Current children cumulated vsize: 816280 KiB
Current children cumulated memory: 228924 KiB

[startup+2322.3 s]
/proc/loadavg: 8.17 8.14 8.19 9/199 10758
/proc/meminfo: memFree=31684608/32770624 swapFree=66993532/67108860
[pid=10548] ppid=10545 vsize=816280 memory=228924 CPUtime=18538.2 cores=0-7
/proc/10548/stat : 10548 (cosoco) S 10545 10548 9936 0 -1 1077944320 423477 0 0 0 1853757 66 0 0 20 0 9 0 559659155 835870720 57231 33554432000 4194304 6211132 140722970546704 140722970544960 139730297626359 0 0 4096 8405026 18446744073709551615 0 0 17 2 0 0 0 0 0 8312316 8317760 8429568 140722970555409 140722970555501 140722970555501 140722970558414 0
/proc/10548/statm: 204070 57231 896 493 0 197375 0
[pid=10548/tid=10550] ppid=10545 vsize=816280 memory=228924 CPUtime=2321.28 cores=0-7
/proc/10548/task/10550/stat : 10550 (cosoco) R 10545 10548 9936 0 -1 4202560 52120 0 0 0 232118 10 0 0 20 0 9 0 559659205 835870720 57231 33554432000 4194304 6211132 140722970546704 139730274483216 5250304 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 8429568 140722970555409 140722970555501 140722970555501 140722970558414 0
[pid=10548/tid=10551] ppid=10545 vsize=816280 memory=228924 CPUtime=2321.09 cores=0-7
/proc/10548/task/10551/stat : 10551 (cosoco) R 10545 10548 9936 0 -1 4202560 45452 0 0 0 232105 4 0 0 20 0 9 0 559659205 835870720 57231 33554432000 4194304 6211132 140722970546704 139730266089896 5136288 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 8429568 140722970555409 140722970555501 140722970555501 140722970558414 0
[pid=10548/tid=10552] ppid=10545 vsize=816280 memory=228924 CPUtime=2313.04 cores=0-7
/proc/10548/task/10552/stat : 10552 (cosoco) R 10545 10548 9936 0 -1 4202560 48338 0 0 0 231299 5 0 0 20 0 9 0 559659205 835870720 57231 33554432000 4194304 6211132 140722970546704 139730257697808 5250311 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 8429568 140722970555409 140722970555501 140722970555501 140722970558414 0
[pid=10548/tid=10553] ppid=10545 vsize=816280 memory=228924 CPUtime=2321.14 cores=0-7
/proc/10548/task/10553/stat : 10553 (cosoco) R 10545 10548 9936 0 -1 4202560 44448 0 0 0 232110 4 0 0 20 0 9 0 559659205 835870720 57231 33554432000 4194304 6211132 140722970546704 139730249304552 5038990 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 8429568 140722970555409 140722970555501 140722970555501 140722970558414 0
[pid=10548/tid=10554] ppid=10545 vsize=816280 memory=228924 CPUtime=2321.25 cores=0-7
/proc/10548/task/10554/stat : 10554 (cosoco) R 10545 10548 9936 0 -1 4202560 44893 0 0 0 232121 4 0 0 20 0 9 0 559659205 835870720 57231 33554432000 4194304 6211132 140722970546704 139730240911848 5250330 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 8429568 140722970555409 140722970555501 140722970555501 140722970558414 0
[pid=10548/tid=10555] ppid=10545 vsize=816280 memory=228924 CPUtime=2320.29 cores=0-7
/proc/10548/task/10555/stat : 10555 (cosoco) R 10545 10548 9936 0 -1 4202560 47982 0 0 0 232020 9 0 0 20 0 9 0 559659205 835870720 57231 33554432000 4194304 6211132 140722970546704 139730232519696 5136288 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 8429568 140722970555409 140722970555501 140722970555501 140722970558414 0
[pid=10548/tid=10556] ppid=10545 vsize=816280 memory=228924 CPUtime=2300.04 cores=0-7
/proc/10548/task/10556/stat : 10556 (cosoco) R 10545 10548 9936 0 -1 4202560 48473 0 0 0 229992 12 0 0 20 0 9 0 559659205 835870720 57231 33554432000 4194304 6211132 140722970546704 139730224126992 5250319 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 8429568 140722970555409 140722970555501 140722970555501 140722970558414 0
[pid=10548/tid=10557] ppid=10545 vsize=816280 memory=228924 CPUtime=2319.53 cores=0-7
/proc/10548/task/10557/stat : 10557 (cosoco) R 10545 10548 9936 0 -1 4202560 42372 0 0 0 231945 8 0 0 20 0 9 0 559659205 835870720 57231 33554432000 4194304 6211132 140722970546704 139730215733896 5039549 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 8429568 140722970555409 140722970555501 140722970555501 140722970558414 0
Current children cumulated CPU time: 18538.2 s
Current children cumulated vsize: 816280 KiB
Current children cumulated memory: 228924 KiB

[startup+2382.3 s]
/proc/loadavg: 9.00 8.39 8.27 9/199 10761
/proc/meminfo: memFree=31684348/32770624 swapFree=66993532/67108860
[pid=10548] ppid=10545 vsize=816280 memory=228924 CPUtime=19017.3 cores=0-7
/proc/10548/stat : 10548 (cosoco) S 10545 10548 9936 0 -1 1077944320 424228 0 0 0 1901665 66 0 0 20 0 9 0 559659155 835870720 57231 33554432000 4194304 6211132 140722970546704 140722970544960 139730297626359 0 0 4096 8405026 18446744073709551615 0 0 17 2 0 0 0 0 0 8312316 8317760 8429568 140722970555409 140722970555501 140722970555501 140722970558414 0
/proc/10548/statm: 204070 57231 896 493 0 197375 0
[pid=10548/tid=10550] ppid=10545 vsize=816280 memory=228924 CPUtime=2381.27 cores=0-7
/proc/10548/task/10550/stat : 10550 (cosoco) R 10545 10548 9936 0 -1 4202560 52241 0 0 0 238117 10 0 0 20 0 9 0 559659205 835870720 57231 33554432000 4194304 6211132 140722970546704 139730274483216 5250321 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 8429568 140722970555409 140722970555501 140722970555501 140722970558414 0
[pid=10548/tid=10551] ppid=10545 vsize=816280 memory=228924 CPUtime=2381.08 cores=0-7
/proc/10548/task/10551/stat : 10551 (cosoco) R 10545 10548 9936 0 -1 4202560 45518 0 0 0 238104 4 0 0 20 0 9 0 559659205 835870720 57231 33554432000 4194304 6211132 140722970546704 139730266089896 5250273 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 8429568 140722970555409 140722970555501 140722970555501 140722970558414 0
[pid=10548/tid=10552] ppid=10545 vsize=816280 memory=228924 CPUtime=2373.04 cores=0-7
/proc/10548/task/10552/stat : 10552 (cosoco) R 10545 10548 9936 0 -1 4202560 48456 0 0 0 237299 5 0 0 20 0 9 0 559659205 835870720 57231 33554432000 4194304 6211132 140722970546704 139730257697808 5250491 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 8429568 140722970555409 140722970555501 140722970555501 140722970558414 0
[pid=10548/tid=10553] ppid=10545 vsize=816280 memory=228924 CPUtime=2381.13 cores=0-7
/proc/10548/task/10553/stat : 10553 (cosoco) R 10545 10548 9936 0 -1 4202560 44575 0 0 0 238109 4 0 0 20 0 9 0 559659205 835870720 57231 33554432000 4194304 6211132 140722970546704 139730249304552 5250321 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 8429568 140722970555409 140722970555501 140722970555501 140722970558414 0
[pid=10548/tid=10554] ppid=10545 vsize=816280 memory=228924 CPUtime=2381.24 cores=0-7
/proc/10548/task/10554/stat : 10554 (cosoco) R 10545 10548 9936 0 -1 4202560 45002 0 0 0 238120 4 0 0 20 0 9 0 559659205 835870720 57231 33554432000 4194304 6211132 140722970546704 139730240911848 5250321 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 8429568 140722970555409 140722970555501 140722970555501 140722970558414 0
[pid=10548/tid=10555] ppid=10545 vsize=816280 memory=228924 CPUtime=2380.28 cores=0-7
/proc/10548/task/10555/stat : 10555 (cosoco) R 10545 10548 9936 0 -1 4202560 48059 0 0 0 238019 9 0 0 20 0 9 0 559659205 835870720 57231 33554432000 4194304 6211132 140722970546704 139730232519696 5038999 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 8429568 140722970555409 140722970555501 140722970555501 140722970558414 0
[pid=10548/tid=10556] ppid=10545 vsize=816280 memory=228924 CPUtime=2359.19 cores=0-7
/proc/10548/task/10556/stat : 10556 (cosoco) R 10545 10548 9936 0 -1 4202560 48581 0 0 0 235907 12 0 0 20 0 9 0 559659205 835870720 57231 33554432000 4194304 6211132 140722970546704 139730224126992 5136288 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 8429568 140722970555409 140722970555501 140722970555501 140722970558414 0
[pid=10548/tid=10557] ppid=10545 vsize=816280 memory=14008 CPUtime=2379.51 cores=0-7
/proc/10548/task/10557/stat : 10557 (cosoco) R 10545 10548 9936 0 -1 4202560 42397 0 0 0 237943 8 0 0 20 0 9 0 559659205 835870720 57231 33554432000 4194304 6211132 140722970546704 139730215733896 5250292 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 8429568 140722970555409 140722970555501 140722970555501 140722970558414 0
Current children cumulated CPU time: 19017.3 s
Current children cumulated vsize: 816280 KiB
Current children cumulated memory: 228924 KiB

[startup+2442.3 s]
/proc/loadavg: 8.82 8.44 8.30 9/199 10764
/proc/meminfo: memFree=31684144/32770624 swapFree=66993532/67108860
[pid=10548] ppid=10545 vsize=816280 memory=228924 CPUtime=19496.4 cores=0-7
/proc/10548/stat : 10548 (cosoco) S 10545 10548 9936 0 -1 1077944320 424371 0 0 0 1949572 66 0 0 20 0 9 0 559659155 835870720 57231 33554432000 4194304 6211132 140722970546704 140722970544960 139730297626359 0 0 4096 8405026 18446744073709551615 0 0 17 2 0 0 0 0 0 8312316 8317760 8429568 140722970555409 140722970555501 140722970555501 140722970558414 0
/proc/10548/statm: 204070 57231 896 493 0 197375 0
[pid=10548/tid=10550] ppid=10545 vsize=816280 memory=228924 CPUtime=2441.26 cores=0-7
/proc/10548/task/10550/stat : 10550 (cosoco) R 10545 10548 9936 0 -1 4202560 52369 0 0 0 244116 10 0 0 20 0 9 0 559659205 835870720 57231 33554432000 4194304 6211132 140722970546704 139730274483216 5250256 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 8429568 140722970555409 140722970555501 140722970555501 140722970558414 0
[pid=10548/tid=10551] ppid=10545 vsize=816280 memory=228924 CPUtime=2441.06 cores=0-7
/proc/10548/task/10551/stat : 10551 (cosoco) R 10545 10548 9936 0 -1 4202560 45520 0 0 0 244102 4 0 0 20 0 9 0 559659205 835870720 57231 33554432000 4194304 6211132 140722970546704 139730266089896 5250304 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 8429568 140722970555409 140722970555501 140722970555501 140722970558414 0
[pid=10548/tid=10552] ppid=10545 vsize=816280 memory=228924 CPUtime=2433.03 cores=0-7
/proc/10548/task/10552/stat : 10552 (cosoco) R 10545 10548 9936 0 -1 4202560 48456 0 0 0 243298 5 0 0 20 0 9 0 559659205 835870720 57231 33554432000 4194304 6211132 140722970546704 139730257697808 5250321 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 8429568 140722970555409 140722970555501 140722970555501 140722970558414 0
[pid=10548/tid=10553] ppid=10545 vsize=816280 memory=228924 CPUtime=2441.11 cores=0-7
/proc/10548/task/10553/stat : 10553 (cosoco) R 10545 10548 9936 0 -1 4202560 44575 0 0 0 244107 4 0 0 20 0 9 0 559659205 835870720 57231 33554432000 4194304 6211132 140722970546704 139730249304552 5250321 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 8429568 140722970555409 140722970555501 140722970555501 140722970558414 0
[pid=10548/tid=10554] ppid=10545 vsize=816280 memory=228924 CPUtime=2441.23 cores=0-7
/proc/10548/task/10554/stat : 10554 (cosoco) R 10545 10548 9936 0 -1 4202560 45007 0 0 0 244119 4 0 0 20 0 9 0 559659205 835870720 57231 33554432000 4194304 6211132 140722970546704 139730240911848 5039038 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 8429568 140722970555409 140722970555501 140722970555501 140722970558414 0
[pid=10548/tid=10555] ppid=10545 vsize=816280 memory=228924 CPUtime=2440.28 cores=0-7
/proc/10548/task/10555/stat : 10555 (cosoco) R 10545 10548 9936 0 -1 4202560 48064 0 0 0 244019 9 0 0 20 0 9 0 559659205 835870720 57231 33554432000 4194304 6211132 140722970546704 139730232519696 5250304 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 8429568 140722970555409 140722970555501 140722970555501 140722970558414 0
[pid=10548/tid=10556] ppid=10545 vsize=816280 memory=228924 CPUtime=2418.34 cores=0-7
/proc/10548/task/10556/stat : 10556 (cosoco) R 10545 10548 9936 0 -1 4202560 48582 0 0 0 241822 12 0 0 20 0 9 0 559659205 835870720 57231 33554432000 4194304 6211132 140722970546704 139730224126992 5250319 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 8429568 140722970555409 140722970555501 140722970555501 140722970558414 0
[pid=10548/tid=10557] ppid=10545 vsize=816280 memory=228924 CPUtime=2439.49 cores=0-7
/proc/10548/task/10557/stat : 10557 (cosoco) R 10545 10548 9936 0 -1 4202560 42399 0 0 0 243941 8 0 0 20 0 9 0 559659205 835870720 57231 33554432000 4194304 6211132 140722970546704 139730215733896 5250304 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 8429568 140722970555409 140722970555501 140722970555501 140722970558414 0
Current children cumulated CPU time: 19496.4 s
Current children cumulated vsize: 816280 KiB
Current children cumulated memory: 228924 KiB

[startup+2502.3 s]
/proc/loadavg: 8.81 8.51 8.33 9/200 10777
/proc/meminfo: memFree=31683328/32770624 swapFree=66993532/67108860
[pid=10548] ppid=10545 vsize=816280 memory=228924 CPUtime=19975.4 cores=0-7
/proc/10548/stat : 10548 (cosoco) S 10545 10548 9936 0 -1 1077944320 425227 0 0 0 1997474 67 0 0 20 0 9 0 559659155 835870720 57231 33554432000 4194304 6211132 140722970546704 140722970544960 139730297626359 0 0 4096 8405026 18446744073709551615 0 0 17 2 0 0 0 0 0 8312316 8317760 8429568 140722970555409 140722970555501 140722970555501 140722970558414 0
/proc/10548/statm: 204070 57231 896 493 0 197375 0
[pid=10548/tid=10550] ppid=10545 vsize=816280 memory=228924 CPUtime=2501.25 cores=0-7
/proc/10548/task/10550/stat : 10550 (cosoco) R 10545 10548 9936 0 -1 4202560 52530 0 0 0 250115 10 0 0 20 0 9 0 559659205 835870720 57231 33554432000 4194304 6211132 140722970546704 139730274483216 5250321 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 8429568 140722970555409 140722970555501 140722970555501 140722970558414 0
[pid=10548/tid=10551] ppid=10545 vsize=816280 memory=1436 CPUtime=2501.03 cores=0-7
/proc/10548/task/10551/stat : 10551 (cosoco) R 10545 10548 9936 0 -1 4202560 45607 0 0 0 250099 4 0 0 20 0 9 0 559659205 835870720 57231 33554432000 4194304 6211132 140722970546704 139730266089896 5250321 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 8429568 140722970555409 140722970555501 140722970555501 140722970558414 0
[pid=10548/tid=10552] ppid=10545 vsize=816280 memory=228924 CPUtime=2493.02 cores=0-7
/proc/10548/task/10552/stat : 10552 (cosoco) R 10545 10548 9936 0 -1 4202560 48551 0 0 0 249297 5 0 0 20 0 9 0 559659205 835870720 57231 33554432000 4194304 6211132 140722970546704 139730257697808 5250304 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 8429568 140722970555409 140722970555501 140722970555501 140722970558414 0
[pid=10548/tid=10553] ppid=10545 vsize=816280 memory=228924 CPUtime=2501.09 cores=0-7
/proc/10548/task/10553/stat : 10553 (cosoco) R 10545 10548 9936 0 -1 4202560 44664 0 0 0 250105 4 0 0 20 0 9 0 559659205 835870720 57231 33554432000 4194304 6211132 140722970546704 139730249304552 5250304 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 8429568 140722970555409 140722970555501 140722970555501 140722970558414 0
[pid=10548/tid=10554] ppid=10545 vsize=816280 memory=228924 CPUtime=2501.22 cores=0-7
/proc/10548/task/10554/stat : 10554 (cosoco) R 10545 10548 9936 0 -1 4202560 45132 0 0 0 250118 4 0 0 20 0 9 0 559659205 835870720 57231 33554432000 4194304 6211132 140722970546704 139730240911848 5250316 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 8429568 140722970555409 140722970555501 140722970555501 140722970558414 0
[pid=10548/tid=10555] ppid=10545 vsize=816280 memory=228924 CPUtime=2500.27 cores=0-7
/proc/10548/task/10555/stat : 10555 (cosoco) R 10545 10548 9936 0 -1 4202560 48153 0 0 0 250018 9 0 0 20 0 9 0 559659205 835870720 57231 33554432000 4194304 6211132 140722970546704 139730232519696 5250321 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 8429568 140722970555409 140722970555501 140722970555501 140722970558414 0
[pid=10548/tid=10556] ppid=10545 vsize=816280 memory=3620 CPUtime=2477.47 cores=0-7
/proc/10548/task/10556/stat : 10556 (cosoco) R 10545 10548 9936 0 -1 4202560 48674 0 0 0 247735 12 0 0 20 0 9 0 559659205 835870720 57231 33554432000 4194304 6211132 140722970546704 139730224126992 5250304 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 8429568 140722970555409 140722970555501 140722970555501 140722970558414 0
[pid=10548/tid=10557] ppid=10545 vsize=816280 memory=10836 CPUtime=2499.47 cores=0-7
/proc/10548/task/10557/stat : 10557 (cosoco) R 10545 10548 9936 0 -1 4202560 42517 0 0 0 249939 8 0 0 20 0 9 0 559659205 835870720 57231 33554432000 4194304 6211132 140722970546704 139730215733896 5250311 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 8429568 140722970555409 140722970555501 140722970555501 140722970558414 0
Current children cumulated CPU time: 19975.4 s
Current children cumulated vsize: 816280 KiB
Current children cumulated memory: 228924 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+2520 s]*
/proc/loadavg: 8.80 8.53 8.34 9/200 10777
/proc/meminfo: memFree=31683204/32770624 swapFree=66993532/67108860
[pid=10548] ppid=10545 vsize=816280 memory=228924 CPUtime=20116.8 cores=0-7
/proc/10548/stat : 10548 (cosoco) S 10545 10548 9936 0 -1 1077944320 425232 0 0 0 2011614 67 0 0 20 0 9 0 559659155 835870720 57231 33554432000 4194304 6211132 140722970546704 140722970544960 139730297626359 0 0 4096 8405026 18446744073709551615 0 0 17 2 0 0 0 0 0 8312316 8317760 8429568 140722970555409 140722970555501 140722970555501 140722970558414 0
/proc/10548/statm: 204070 57231 896 493 0 197375 0
[pid=10548/tid=10550] ppid=10545 vsize=816280 memory=1398722017469774279 CPUtime=2518.95 cores=0-7
/proc/10548/task/10550/stat : 10550 (cosoco) R 10545 10548 9936 0 -1 4202560 52530 0 0 0 251885 10 0 0 20 0 9 0 559659205 835870720 57231 33554432000 4194304 6211132 140722970546704 139730274483216 5136288 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 8429568 140722970555409 140722970555501 140722970555501 140722970558414 0
[pid=10548/tid=10551] ppid=10545 vsize=816280 memory=4872558044660077418 CPUtime=2518.74 cores=0-7
/proc/10548/task/10551/stat : 10551 (cosoco) R 10545 10548 9936 0 -1 4202560 45607 0 0 0 251870 4 0 0 20 0 9 0 559659205 835870720 57231 33554432000 4194304 6211132 140722970546704 139730266089896 5250304 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 8429568 140722970555409 140722970555501 140722970555501 140722970558414 0
[pid=10548/tid=10552] ppid=10545 vsize=816280 memory=111632 CPUtime=2510.73 cores=0-7
/proc/10548/task/10552/stat : 10552 (cosoco) R 10545 10548 9936 0 -1 4202560 48555 0 0 0 251068 5 0 0 20 0 9 0 559659205 835870720 57231 33554432000 4194304 6211132 140722970546704 139730257697808 5136288 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 8429568 140722970555409 140722970555501 140722970555501 140722970558414 0
[pid=10548/tid=10553] ppid=10545 vsize=816280 memory=228924 CPUtime=2518.79 cores=0-7
/proc/10548/task/10553/stat : 10553 (cosoco) R 10545 10548 9936 0 -1 4202560 44664 0 0 0 251875 4 0 0 20 0 9 0 559659205 835870720 57231 33554432000 4194304 6211132 140722970546704 139730249304552 5250304 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 8429568 140722970555409 140722970555501 140722970555501 140722970558414 0
[pid=10548/tid=10554] ppid=10545 vsize=816280 memory=1436 CPUtime=2518.93 cores=0-7
/proc/10548/task/10554/stat : 10554 (cosoco) R 10545 10548 9936 0 -1 4202560 45132 0 0 0 251889 4 0 0 20 0 9 0 559659205 835870720 57231 33554432000 4194304 6211132 140722970546704 139730240911848 5038990 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 8429568 140722970555409 140722970555501 140722970555501 140722970558414 0
[pid=10548/tid=10555] ppid=10545 vsize=816280 memory=780 CPUtime=2517.98 cores=0-7
/proc/10548/task/10555/stat : 10555 (cosoco) R 10545 10548 9936 0 -1 4202560 48153 0 0 0 251789 9 0 0 20 0 9 0 559659205 835870720 57231 33554432000 4194304 6211132 140722970546704 139730232519696 5250304 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 8429568 140722970555409 140722970555501 140722970555501 140722970558414 0
[pid=10548/tid=10556] ppid=10545 vsize=816280 memory=4008 CPUtime=2494.93 cores=0-7
/proc/10548/task/10556/stat : 10556 (cosoco) R 10545 10548 9936 0 -1 4202560 48674 0 0 0 249481 12 0 0 20 0 9 0 559659205 835870720 57231 33554432000 4194304 6211132 140722970546704 139730224126992 5250304 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 8429568 140722970555409 140722970555501 140722970555501 140722970558414 0
[pid=10548/tid=10557] ppid=10545 vsize=816280 memory=10836 CPUtime=2517.18 cores=0-7
/proc/10548/task/10557/stat : 10557 (cosoco) R 10545 10548 9936 0 -1 4202560 42518 0 0 0 251710 8 0 0 20 0 9 0 559659205 835870720 57231 33554432000 4194304 6211132 140722970546704 139730215733896 5038944 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 8429568 140722970555409 140722970555501 140722970555501 140722970558414 0
Current children cumulated CPU time: 20116.8 s
Current children cumulated vsize: 816280 KiB
Current children cumulated memory: 228924 KiB

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

[startup+2520.02 s]
# the end of solver process 10548 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=20116.2 s, system=0.6735 s

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

Child status: 1
Real time (s): 2520.02
CPU time (s): 20116.9
CPU user time (s): 20116.2
CPU system time (s): 0.6735
CPU usage (%): 798.283
Max. virtual memory (cumulated for all children) (KiB): 816280
Max. memory (cumulated for all children) (KiB): 228924

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 20116.2
system time used= 0.6735
maximum resident set size= 229196
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 425275
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= 481
involuntary context switches= 176741


# summary of solver processes directly reported to runsolver:
#   pid: 10548
#   total CPU time (s): 20116.9
#   total CPU user time (s): 20116.2
#   total CPU system time (s): 0.6735

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.7029 second user time and 19.9706 second system time

The end

Launcher Data

Begin job on node121 at 2019-09-30 10:58:43
IDJOB=4409710
IDBENCH=137043
IDSOLVER=2877
FILE ID=node121/4409710-1569833966
RUNJOBID= node121-1569828879-9963
PBS_JOBID= 21705935
Free space on /tmp= 62032 MiB

SOLVER NAME= cosoco 2.0 parallel
BENCH NAME= XCSP17/BinPacking/BinPacking-tab-fu/BinPacking-tab-fu0120-04.xml
COMMAND LINE= cosoco -model -nbcores=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4409710-1569833966/watcher-4409710-1569833966 -o /tmp/evaluation-result-4409710-1569833966/solver-4409710-1569833966 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node121-1569828879-9963 --watchdog 2580  cosoco -model -nbcores=8 HOME/instance-4409710-1569833966.xml

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

MD5SUM BENCH= 2e923e7e276bbb1d78c8186edf745710
RANDOM SEED=736428937

node121.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.75
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.75
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.75
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.75
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:        31906560 kB
MemAvailable:   31875212 kB
Buffers:           76920 kB
Cached:           215440 kB
SwapCached:         4524 kB
Active:           146600 kB
Inactive:         153736 kB
Active(anon):       3752 kB
Inactive(anon):    78560 kB
Active(file):     142848 kB
Inactive(file):    75176 kB
Unevictable:      109564 kB
Mlocked:          109564 kB
SwapTotal:      67108860 kB
SwapFree:       66993532 kB
Dirty:              2964 kB
Writeback:             0 kB
AnonPages:        112908 kB
Mapped:            26592 kB
Shmem:             66168 kB
Slab:             155000 kB
SReclaimable:     125700 kB
SUnreclaim:        29300 kB
KernelStack:        3408 kB
PageTables:         5004 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     537468 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     67584 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      122240 kB
DirectMap2M:    33423360 kB

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