Trace number 4398450

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
cosoco 2.O parallel? (TO) 20118.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.30/0.34	c Create Cardinality(vars,values,occurs) constraint using 476 Exactly/AtMost.. constraint 
0.30/0.34	c
0.30/0.34	c Create Cardinality(vars,values,occurs) constraint using 476 Exactly/AtMost.. constraint 
0.30/0.34	c
0.30/0.34	c Create Cardinality(vars,values,occurs) constraint using 476 Exactly/AtMost.. constraint 
0.30/0.34	c
0.30/0.34	c Create Cardinality(vars,values,occurs) constraint using 476 Exactly/AtMost.. constraint 
0.30/0.34	c
0.30/0.34	c Create Cardinality(vars,values,occurs) constraint using 476 Exactly/AtMost.. constraint 
0.30/0.34	c
0.30/0.35	c Create Cardinality(vars,values,occurs) constraint using 476 Exactly/AtMost.. constraint 
0.30/0.35	c
0.30/0.35	c Create Cardinality(vars,values,occurs) constraint using 476 Exactly/AtMost.. constraint 
0.30/0.35	c
0.30/0.35	c Create Cardinality(vars,values,occurs) constraint using 476 Exactly/AtMost.. constraint 
0.30/0.35	c
20118.76/2520.02	c
20118.76/2520.02	c This is cosoco 2.00 --  
20118.76/2520.02	c
20118.76/2520.02	c command line: cosoco -model -nbcores=8 HOME/instance-4398450-1568610939.xml 
20118.76/2520.02	c enable optimization
20118.76/2520.02	c ========================================[ Problem Statistics ]===========================================
20118.76/2520.02	c |                                                                                                       
20118.76/2520.02	c |  Parse time        :         0.43 s 
20118.76/2520.02	c |
20118.76/2520.02	c |               Variables: 477
20118.76/2520.02	c |            Domain Sizes: 63..69
20118.76/2520.02	c |
20118.76/2520.02	c |             Constraints: 200
20118.76/2520.02	c |                   Arity: 1..476  -- Unary: 1
20118.76/2520.02	c | 
20118.76/2520.02	c |                   Types: 
20118.76/2520.02	c |                          Exactly K: 63
20118.76/2520.02	c |                          Exactly K variable: 1
20118.76/2520.02	c |                          Extension: 68  (nb tuples: 33893..33893) -- (shared: 536)
20118.76/2520.02	c |                          Intension: 1
20118.76/2520.02	c |                          Lex: 67
20118.76/2520.02	c |                          
20118.76/2520.02	c |               Objective: Maximize Intension
20118.76/2520.02	
20118.76/2520.02	c =========================================================================================================
20118.76/2520.02	c Parallel mode: Portfolio
20118.76/2520.02	c [pFactory][Group N°0] created (threads:8).
20118.76/2520.02	c [pFactory][Group N°0] new task added (threads:8 - tasks:1).
20118.76/2520.02	c [pFactory][Group N°0] new task added (threads:8 - tasks:2).
20118.76/2520.02	c [pFactory][Group N°0] new task added (threads:8 - tasks:3).
20118.76/2520.02	c [pFactory][Group N°0] new task added (threads:8 - tasks:4).
20118.76/2520.02	c [pFactory][Group N°0] new task added (threads:8 - tasks:5).
20118.76/2520.02	c [pFactory][Group N°0] new task added (threads:8 - tasks:6).
20118.76/2520.02	c [pFactory][Group N°0] new task added (threads:8 - tasks:7).
20118.76/2520.02	c [pFactory][Group N°0] new task added (threads:8 - tasks:8).
20118.76/2520.02	c [pFactory][Group N°0] concurrent mode: enabled.
20118.76/2520.02	c [pFactory][Group N°0] computations in progress (threads:8 - tasks:8).
20118.76/2520.02	c [pFactory][Group N°0] task 7 launched on thread 0.
20118.76/2520.02	c [pFactory][Group N°0] task 6 launched on thread 1.
20118.76/2520.02	c [pFactory][Group N°0] task 5 launched on thread 2.
20118.76/2520.02	c [pFactory][Group N°0] task 4 launched on thread 6.
20118.76/2520.02	c [pFactory][Group N°0] task 3 launched on thread 5.
20118.76/2520.02	c [pFactory][Group N°0] task 2 launched on thread 3.
20118.76/2520.02	c [pFactory][Group N°0] task 1 launched on thread 4.
20118.76/2520.02	c [pFactory][Group N°0] task 0 launched on thread 7.
20118.76/2520.02	
20118.76/2520.02	c *** INTERRUPTED ***
20118.76/2520.02	c call to solver        : 0
20118.76/2520.02	c
20118.76/2520.02	c restarts              : 2159        
20118.76/2520.02	c conflicts             : 32870        (2 /sec)
20118.76/2520.02	c decisions             : 315279       (16 /sec)
20118.76/2520.02	c propagations          : 22121435    (1100 /sec)
20118.76/2520.02	c root propagations     : 19380       
20118.76/2520.02	c filter calls          : 54341868       (2701 /sec)
20118.76/2520.02	c useless filter calls  : 53356996       (98 %)
20118.76/2520.02	c Memory used           : 799.16 MB
20118.76/2520.02	c Best bound time (wc)  : -1.56861e+09 s
20118.76/2520.02	c CPU time              : 20118.1 s
20118.76/2520.02	c real time             : 2520.02 s
20118.76/2520.02	
20118.76/2520.02	c No Bound found!
20118.76/2520.02	
20118.76/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 (15379 MiB free)
  memory of node 1: 16384 MiB (13409 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4398450-1568610939/watcher-4398450-1568610939 -o /tmp/evaluation-result-4398450-1568610939/solver-4398450-1568610939 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node145-1568610891-25675 --watchdog 2580 cosoco -model -nbcores=8 HOME/instance-4398450-1568610939.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
solver pid=25768, runsolver pid=25765
Current StackSize limit: 8192 KiB


[startup+0.100225 s]*
/proc/loadavg: 8.09 5.93 5.91 2/192 25769
/proc/meminfo: memFree=29462160/32770624 swapFree=66958316/67108860
[pid=25768] ppid=25765 vsize=44148 memory=20236 CPUtime=0.1 cores=0-7
/proc/25768/stat : 25768 (cosoco) R 25765 25768 25648 0 -1 4202496 5316 0 0 0 10 0 0 0 20 0 1 0 437030362 45207552 5059 33554432000 4194304 6211092 140728113547168 140728113543704 140635586132965 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8312316 8317760 20123648 140728113550353 140728113550445 140728113550445 140728113553358 0
/proc/25768/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.209363 s]*
/proc/loadavg: 8.09 5.93 5.91 2/192 25769
/proc/meminfo: memFree=29461568/32770624 swapFree=66958316/67108860
[pid=25768] ppid=25765 vsize=45324 memory=21336 CPUtime=0.2 cores=0-7
/proc/25768/stat : 25768 (cosoco) R 25765 25768 25648 0 -1 4202496 5694 0 0 0 20 0 0 0 20 0 1 0 437030362 46411776 5334 33554432000 4194304 6211092 140728113547168 140728113544440 5743366 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8312316 8317760 20123648 140728113550353 140728113550445 140728113550445 140728113553358 0
/proc/25768/statm: 11331 5334 806 493 0 4636 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 45324 KiB
Current children cumulated memory: 21336 KiB

[startup+0.308629 s]*
/proc/loadavg: 7.52 5.85 5.89 2/192 25769
/proc/meminfo: memFree=29450408/32770624 swapFree=66958316/67108860
[pid=25768] ppid=25765 vsize=59360 memory=34632 CPUtime=0.3 cores=0-7
/proc/25768/stat : 25768 (cosoco) R 25765 25768 25648 0 -1 4202496 9207 0 0 0 30 0 0 0 20 0 1 0 437030362 60784640 8658 33554432000 4194304 6211092 140728113547168 140728113544440 5250284 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8312316 8317760 20123648 140728113550353 140728113550445 140728113550445 140728113553358 0
/proc/25768/statm: 14840 8658 814 493 0 8145 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 59360 KiB
Current children cumulated memory: 34632 KiB

[startup+0.700784 s]
/proc/loadavg: 7.52 5.85 5.89 10/200 25777
/proc/meminfo: memFree=29288316/32770624 swapFree=66958316/67108860
[pid=25768] ppid=25765 vsize=808072 memory=196924 CPUtime=2.13 cores=0-7
/proc/25768/stat : 25768 (cosoco) S 25765 25768 25648 0 -1 1077944320 50399 0 0 0 207 6 0 0 20 0 9 0 437030362 827465728 49231 33554432000 4194304 6211092 140728113547168 140728113545424 140635602173687 0 0 4096 8405026 18446744073709551615 0 0 17 3 0 0 0 0 0 8312316 8317760 20123648 140728113550353 140728113550445 140728113550445 140728113553358 0
/proc/25768/statm: 202018 49231 892 493 0 195323 0
[pid=25768/tid=25770] ppid=25765 vsize=808072 memory=7523071198212214892 CPUtime=0.2 cores=0-7
/proc/25768/task/25770/stat : 25770 (cosoco) R 25765 25768 25648 0 -1 4202560 123 0 0 0 20 0 0 0 20 0 9 0 437030411 827465728 49231 33554432000 4194304 6211092 140728113547168 140635579030184 5039132 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 20123648 140728113550353 140728113550445 140728113550445 140728113553358 0
[pid=25768/tid=25771] ppid=25765 vsize=808072 memory=6293050847276651881 CPUtime=0.2 cores=0-7
/proc/25768/task/25771/stat : 25771 (cosoco) R 25765 25768 25648 0 -1 4202560 133 0 0 0 20 0 0 0 20 0 9 0 437030411 827465728 49231 33554432000 4194304 6211092 140728113547168 140635570637384 5250287 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 20123648 140728113550353 140728113550445 140728113550445 140728113553358 0
[pid=25768/tid=25772] ppid=25765 vsize=808072 memory=6935650355287975249 CPUtime=0.2 cores=0-7
/proc/25768/task/25772/stat : 25772 (cosoco) R 25765 25768 25648 0 -1 4202560 119 0 0 0 20 0 0 0 20 0 9 0 437030411 827465728 49231 33554432000 4194304 6211092 140728113547168 140635562244776 5039121 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 20123648 140728113550353 140728113550445 140728113550445 140728113553358 0
[pid=25768/tid=25773] ppid=25765 vsize=808072 memory=7223887401239728208 CPUtime=0.19 cores=0-7
/proc/25768/task/25773/stat : 25773 (cosoco) R 25765 25768 25648 0 -1 4202560 125 0 0 0 19 0 0 0 20 0 9 0 437030411 827465728 49231 33554432000 4194304 6211092 140728113547168 140635553852072 5250272 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 20123648 140728113550353 140728113550445 140728113550445 140728113553358 0
[pid=25768/tid=25774] ppid=25765 vsize=808072 memory=7588684550706915689 CPUtime=0.2 cores=0-7
/proc/25768/task/25774/stat : 25774 (cosoco) R 25765 25768 25648 0 -1 4202560 119 0 0 0 20 0 0 0 20 0 9 0 437030411 827465728 49231 33554432000 4194304 6211092 140728113547168 140635545459272 5039038 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 20123648 140728113550353 140728113550445 140728113550445 140728113553358 0
[pid=25768/tid=25775] ppid=25765 vsize=808072 memory=6944656626178237591 CPUtime=0.2 cores=0-7
/proc/25768/task/25775/stat : 25775 (cosoco) R 25765 25768 25648 0 -1 4202560 130 0 0 0 20 0 0 0 20 0 9 0 437030411 827465728 49231 33554432000 4194304 6211092 140728113547168 140635537066568 5250287 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 20123648 140728113550353 140728113550445 140728113550445 140728113553358 0
[pid=25768/tid=25776] ppid=25765 vsize=808072 memory=-7965950325593906079 CPUtime=0.2 cores=0-7
/proc/25768/task/25776/stat : 25776 (cosoco) R 25765 25768 25648 0 -1 4202560 119 0 0 0 20 0 0 0 20 0 9 0 437030411 827465728 49231 33554432000 4194304 6211092 140728113547168 140635528673960 5039038 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 20123648 140728113550353 140728113550445 140728113550445 140728113553358 0
[pid=25768/tid=25777] ppid=25765 vsize=808072 memory=-7606742951091920751 CPUtime=0.2 cores=0-7
/proc/25768/task/25777/stat : 25777 (cosoco) R 25765 25768 25648 0 -1 4202560 130 0 0 0 20 0 0 0 20 0 9 0 437030411 827465728 49231 33554432000 4194304 6211092 140728113547168 140635520281256 140635586132965 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 20123648 140728113550353 140728113550445 140728113550445 140728113553358 0
Current children cumulated CPU time: 2.13 s
Current children cumulated vsize: 808072 KiB
Current children cumulated memory: 196924 KiB

[startup+1.50779 s]
/proc/loadavg: 7.52 5.85 5.89 9/200 25777
/proc/meminfo: memFree=29263724/32770624 swapFree=66958316/67108860
[pid=25768] ppid=25765 vsize=818332 memory=222580 CPUtime=8.56 cores=0-7
/proc/25768/stat : 25768 (cosoco) S 25765 25768 25648 0 -1 1077944320 66125 0 0 0 845 11 0 0 20 0 9 0 437030362 837971968 55645 33554432000 4194304 6211092 140728113547168 140728113545424 140635602173687 0 0 4096 8405026 18446744073709551615 0 0 17 3 0 0 0 0 0 8312316 8317760 20123648 140728113550353 140728113550445 140728113550445 140728113553358 0
/proc/25768/statm: 204583 55645 894 493 0 197888 0
[pid=25768/tid=25770] ppid=25765 vsize=818332 memory=0 CPUtime=1 cores=0-7
/proc/25768/task/25770/stat : 25770 (cosoco) R 25765 25768 25648 0 -1 4202560 1919 0 0 0 100 0 0 0 20 0 9 0 437030411 837971968 55645 33554432000 4194304 6211092 140728113547168 140635579030544 5038990 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 20123648 140728113550353 140728113550445 140728113550445 140728113553358 0
[pid=25768/tid=25771] ppid=25765 vsize=818332 memory=2496 CPUtime=1 cores=0-7
/proc/25768/task/25771/stat : 25771 (cosoco) R 25765 25768 25648 0 -1 4202560 2543 0 0 0 100 0 0 0 20 0 9 0 437030411 837971968 55645 33554432000 4194304 6211092 140728113547168 140635570637840 5250287 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 20123648 140728113550353 140728113550445 140728113550445 140728113553358 0
[pid=25768/tid=25772] ppid=25765 vsize=818332 memory=220936 CPUtime=1 cores=0-7
/proc/25768/task/25772/stat : 25772 (cosoco) R 25765 25768 25648 0 -1 4202560 1419 0 0 0 99 1 0 0 20 0 9 0 437030411 837971968 55645 33554432000 4194304 6211092 140728113547168 140635562245136 5250272 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 20123648 140728113550353 140728113550445 140728113550445 140728113553358 0
[pid=25768/tid=25773] ppid=25765 vsize=818332 memory=1804 CPUtime=0.98 cores=0-7
/proc/25768/task/25773/stat : 25773 (cosoco) R 25765 25768 25648 0 -1 4202560 2166 0 0 0 98 0 0 0 20 0 9 0 437030411 837971968 55645 33554432000 4194304 6211092 140728113547168 140635553852040 5039026 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 20123648 140728113550353 140728113550445 140728113550445 140728113553358 0
[pid=25768/tid=25774] ppid=25765 vsize=818332 memory=916 CPUtime=1 cores=0-7
/proc/25768/task/25774/stat : 25774 (cosoco) R 25765 25768 25648 0 -1 4202560 1946 0 0 0 100 0 0 0 20 0 9 0 437030411 837971968 55645 33554432000 4194304 6211092 140728113547168 140635545459728 5250289 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 20123648 140728113550353 140728113550445 140728113550445 140728113553358 0
[pid=25768/tid=25775] ppid=25765 vsize=818332 memory=2020 CPUtime=1 cores=0-7
/proc/25768/task/25775/stat : 25775 (cosoco) R 25765 25768 25648 0 -1 4202560 2548 0 0 0 100 0 0 0 20 0 9 0 437030411 837971968 55645 33554432000 4194304 6211092 140728113547168 140635537067024 5250289 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 20123648 140728113550353 140728113550445 140728113550445 140728113553358 0
[pid=25768/tid=25776] ppid=25765 vsize=818332 memory=1432 CPUtime=1 cores=0-7
/proc/25768/task/25776/stat : 25776 (cosoco) R 25765 25768 25648 0 -1 4202560 1807 0 0 0 100 0 0 0 20 0 9 0 437030411 837971968 55645 33554432000 4194304 6211092 140728113547168 140635528674320 5038995 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 20123648 140728113550353 140728113550445 140728113550445 140728113553358 0
[pid=25768/tid=25777] ppid=25765 vsize=818332 memory=776 CPUtime=1 cores=0-7
/proc/25768/task/25777/stat : 25777 (cosoco) R 25765 25768 25648 0 -1 4202560 2426 0 0 0 100 0 0 0 20 0 9 0 437030411 837971968 55645 33554432000 4194304 6211092 140728113547168 140635520281616 5250272 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 20123648 140728113550353 140728113550445 140728113550445 140728113553358 0
Current children cumulated CPU time: 8.56 s
Current children cumulated vsize: 818332 KiB
Current children cumulated memory: 222580 KiB

[startup+3.10979 s]
/proc/loadavg: 7.52 5.85 5.89 9/200 25777
/proc/meminfo: memFree=29263244/32770624 swapFree=66958316/67108860
[pid=25768] ppid=25765 vsize=818332 memory=222580 CPUtime=21.34 cores=0-7
/proc/25768/stat : 25768 (cosoco) S 25765 25768 25648 0 -1 1077944320 102558 0 0 0 2109 25 0 0 20 0 9 0 437030362 837971968 55645 33554432000 4194304 6211092 140728113547168 140728113545424 140635602173687 0 0 4096 8405026 18446744073709551615 0 0 17 3 0 0 0 0 0 8312316 8317760 20123648 140728113550353 140728113550445 140728113550445 140728113553358 0
/proc/25768/statm: 204583 55645 894 493 0 197888 0
[pid=25768/tid=25770] ppid=25765 vsize=818332 memory=6655300316396806240 CPUtime=2.6 cores=0-7
/proc/25768/task/25770/stat : 25770 (cosoco) R 25765 25768 25648 0 -1 4202560 7063 0 0 0 255 5 0 0 20 0 9 0 437030411 837971968 55645 33554432000 4194304 6211092 140728113547168 140635579030544 5136311 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 20123648 140728113550353 140728113550445 140728113550445 140728113553358 0
[pid=25768/tid=25771] ppid=25765 vsize=818332 memory=3472328296160571473 CPUtime=2.61 cores=0-7
/proc/25768/task/25771/stat : 25771 (cosoco) R 25765 25768 25648 0 -1 4202560 7559 0 0 0 260 1 0 0 20 0 9 0 437030411 837971968 55645 33554432000 4194304 6211092 140728113547168 140635570637840 5250272 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 20123648 140728113550353 140728113550445 140728113550445 140728113553358 0
[pid=25768/tid=25772] ppid=25765 vsize=818332 memory=288230583132487972 CPUtime=2.61 cores=0-7
/proc/25768/task/25772/stat : 25772 (cosoco) R 25765 25768 25648 0 -1 4202560 3647 0 0 0 259 2 0 0 20 0 9 0 437030411 837971968 55645 33554432000 4194304 6211092 140728113547168 140635562245136 5250272 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 20123648 140728113550353 140728113550445 140728113550445 140728113553358 0
[pid=25768/tid=25773] ppid=25765 vsize=818332 memory=14128939987633633 CPUtime=2.56 cores=0-7
/proc/25768/task/25773/stat : 25773 (cosoco) R 25765 25768 25648 0 -1 4202560 7137 0 0 0 255 1 0 0 20 0 9 0 437030411 837971968 55645 33554432000 4194304 6211092 140728113547168 140635553852040 5250287 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 20123648 140728113550353 140728113550445 140728113550445 140728113553358 0
[pid=25768/tid=25774] ppid=25765 vsize=818332 memory=6935054825532540783 CPUtime=2.6 cores=0-7
/proc/25768/task/25774/stat : 25774 (cosoco) R 25765 25768 25648 0 -1 4202560 6465 0 0 0 257 3 0 0 20 0 9 0 437030411 837971968 55645 33554432000 4194304 6211092 140728113547168 140635545459728 5250272 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 20123648 140728113550353 140728113550445 140728113550445 140728113553358 0
[pid=25768/tid=25775] ppid=25765 vsize=818332 memory=43822692979 CPUtime=2.6 cores=0-7
/proc/25768/task/25775/stat : 25775 (cosoco) R 25765 25768 25648 0 -1 4202560 7503 0 0 0 260 0 0 0 20 0 9 0 437030411 837971968 55645 33554432000 4194304 6211092 140728113547168 140635537067024 5250289 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 20123648 140728113550353 140728113550445 140728113550445 140728113553358 0
[pid=25768/tid=25776] ppid=25765 vsize=818332 memory=8315167107266019501 CPUtime=2.6 cores=0-7
/proc/25768/task/25776/stat : 25776 (cosoco) R 25765 25768 25648 0 -1 4202560 6546 0 0 0 257 3 0 0 20 0 9 0 437030411 837971968 55645 33554432000 4194304 6211092 140728113547168 140635528674320 5250289 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 20123648 140728113550353 140728113550445 140728113550445 140728113553358 0
[pid=25768/tid=25777] ppid=25765 vsize=818332 memory=55 CPUtime=2.6 cores=0-7
/proc/25768/task/25777/stat : 25777 (cosoco) R 25765 25768 25648 0 -1 4202560 7237 0 0 0 260 0 0 0 20 0 9 0 437030411 837971968 55645 33554432000 4194304 6211092 140728113547168 140635520281616 5037759 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 20123648 140728113550353 140728113550445 140728113550445 140728113553358 0
Current children cumulated CPU time: 21.34 s
Current children cumulated vsize: 818332 KiB
Current children cumulated memory: 222580 KiB

[startup+6.30079 s]
/proc/loadavg: 7.56 5.88 5.90 9/200 25777
/proc/meminfo: memFree=29260072/32770624 swapFree=66958316/67108860
[pid=25768] ppid=25765 vsize=818332 memory=222580 CPUtime=46.75 cores=0-7
/proc/25768/stat : 25768 (cosoco) S 25765 25768 25648 0 -1 1077944320 167944 0 0 0 4645 30 0 0 20 0 9 0 437030362 837971968 55645 33554432000 4194304 6211092 140728113547168 140728113545424 140635602173687 0 0 4096 8405026 18446744073709551615 0 0 17 3 0 0 0 0 0 8312316 8317760 20123648 140728113550353 140728113550445 140728113550445 140728113553358 0
/proc/25768/statm: 204583 55645 894 493 0 197888 0
[pid=25768/tid=25770] ppid=25765 vsize=818332 memory=140474199524991 CPUtime=5.79 cores=0-7
/proc/25768/task/25770/stat : 25770 (cosoco) R 25765 25768 25648 0 -1 4202560 12209 0 0 0 573 6 0 0 20 0 9 0 437030411 837971968 55645 33554432000 4194304 6211092 140728113547168 140635579030544 5250272 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 20123648 140728113550353 140728113550445 140728113550445 140728113553358 0
[pid=25768/tid=25771] ppid=25765 vsize=818332 memory=189 CPUtime=5.79 cores=0-7
/proc/25768/task/25771/stat : 25771 (cosoco) R 25765 25768 25648 0 -1 4202560 12742 0 0 0 578 1 0 0 20 0 9 0 437030411 837971968 55645 33554432000 4194304 6211092 140728113547168 140635570637840 5250289 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 20123648 140728113550353 140728113550445 140728113550445 140728113553358 0
[pid=25768/tid=25772] ppid=25765 vsize=818332 memory=189 CPUtime=5.79 cores=0-7
/proc/25768/task/25772/stat : 25772 (cosoco) R 25765 25768 25648 0 -1 4202560 12394 0 0 0 576 3 0 0 20 0 9 0 437030411 837971968 55645 33554432000 4194304 6211092 140728113547168 140635562245136 5250289 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 20123648 140728113550353 140728113550445 140728113550445 140728113553358 0
[pid=25768/tid=25773] ppid=25765 vsize=818332 memory=0 CPUtime=5.7 cores=0-7
/proc/25768/task/25773/stat : 25773 (cosoco) R 25765 25768 25648 0 -1 4202560 18092 0 0 0 569 1 0 0 20 0 9 0 437030411 837971968 55645 33554432000 4194304 6211092 140728113547168 140635553852040 5250272 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 20123648 140728113550353 140728113550445 140728113550445 140728113553358 0
[pid=25768/tid=25774] ppid=25765 vsize=818332 memory=-7735619938911498612 CPUtime=5.78 cores=0-7
/proc/25768/task/25774/stat : 25774 (cosoco) R 25765 25768 25648 0 -1 4202560 16360 0 0 0 574 4 0 0 20 0 9 0 437030411 837971968 55645 33554432000 4194304 6211092 140728113547168 140635545459728 5250272 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 20123648 140728113550353 140728113550445 140728113550445 140728113553358 0
[pid=25768/tid=25775] ppid=25765 vsize=818332 memory=2308 CPUtime=5.79 cores=0-7
/proc/25768/task/25775/stat : 25775 (cosoco) R 25765 25768 25648 0 -1 4202560 13863 0 0 0 578 1 0 0 20 0 9 0 437030411 837971968 55645 33554432000 4194304 6211092 140728113547168 140635537067024 5250284 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 20123648 140728113550353 140728113550445 140728113550445 140728113553358 0
[pid=25768/tid=25776] ppid=25765 vsize=818332 memory=280939582695824 CPUtime=5.78 cores=0-7
/proc/25768/task/25776/stat : 25776 (cosoco) R 25765 25768 25648 0 -1 4202560 15955 0 0 0 574 4 0 0 20 0 9 0 437030411 837971968 55645 33554432000 4194304 6211092 140728113547168 140635528674320 5250272 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 20123648 140728113550353 140728113550445 140728113550445 140728113553358 0
[pid=25768/tid=25777] ppid=25765 vsize=818332 memory=0 CPUtime=5.78 cores=0-7
/proc/25768/task/25777/stat : 25777 (cosoco) R 25765 25768 25648 0 -1 4202560 16928 0 0 0 577 1 0 0 20 0 9 0 437030411 837971968 55645 33554432000 4194304 6211092 140728113547168 140635520281616 5039561 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 20123648 140728113550353 140728113550445 140728113550445 140728113553358 0
Current children cumulated CPU time: 46.75 s
Current children cumulated vsize: 818332 KiB
Current children cumulated memory: 222580 KiB

[startup+12.7008 s]
/proc/loadavg: 7.60 5.92 5.91 9/200 25777
/proc/meminfo: memFree=29261064/32770624 swapFree=66958316/67108860
[pid=25768] ppid=25765 vsize=818332 memory=222580 CPUtime=97.87 cores=0-7
/proc/25768/stat : 25768 (cosoco) S 25765 25768 25648 0 -1 1077944320 244404 0 0 0 9750 37 0 0 20 0 9 0 437030362 837971968 55645 33554432000 4194304 6211092 140728113547168 140728113545424 140635602173687 0 0 4096 8405026 18446744073709551615 0 0 17 3 0 0 0 0 0 8312316 8317760 20123648 140728113550353 140728113550445 140728113550445 140728113553358 0
/proc/25768/statm: 204583 55645 894 493 0 197888 0
[pid=25768/tid=25770] ppid=25765 vsize=818332 memory=3612 CPUtime=12.19 cores=0-7
/proc/25768/task/25770/stat : 25770 (cosoco) R 25765 25768 25648 0 -1 4202560 21077 0 0 0 1213 6 0 0 20 0 9 0 437030411 837971968 55645 33554432000 4194304 6211092 140728113547168 140635579030544 5250224 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 20123648 140728113550353 140728113550445 140728113550445 140728113553358 0
[pid=25768/tid=25771] ppid=25765 vsize=818332 memory=0 CPUtime=12.18 cores=0-7
/proc/25768/task/25771/stat : 25771 (cosoco) R 25765 25768 25648 0 -1 4202560 18210 0 0 0 1217 1 0 0 20 0 9 0 437030411 837971968 55645 33554432000 4194304 6211092 140728113547168 140635570637840 5250289 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 20123648 140728113550353 140728113550445 140728113550445 140728113553358 0
[pid=25768/tid=25772] ppid=25765 vsize=818332 memory=280939582747040 CPUtime=12.19 cores=0-7
/proc/25768/task/25772/stat : 25772 (cosoco) R 25765 25768 25648 0 -1 4202560 22904 0 0 0 1214 5 0 0 20 0 9 0 437030411 837971968 55645 33554432000 4194304 6211092 140728113547168 140635562245136 5136287 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 20123648 140728113550353 140728113550445 140728113550445 140728113553358 0
[pid=25768/tid=25773] ppid=25765 vsize=818332 memory=112848856419050 CPUtime=12.01 cores=0-7
/proc/25768/task/25773/stat : 25773 (cosoco) R 25765 25768 25648 0 -1 4202560 28724 0 0 0 1200 1 0 0 20 0 9 0 437030411 837971968 55645 33554432000 4194304 6211092 140728113547168 140635553852040 5039038 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 20123648 140728113550353 140728113550445 140728113550445 140728113553358 0
[pid=25768/tid=25774] ppid=25765 vsize=818332 memory=164 CPUtime=12.18 cores=0-7
/proc/25768/task/25774/stat : 25774 (cosoco) R 25765 25768 25648 0 -1 4202560 25984 0 0 0 1213 5 0 0 20 0 9 0 437030411 837971968 55645 33554432000 4194304 6211092 140728113547168 140635545459728 5136256 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 20123648 140728113550353 140728113550445 140728113550445 140728113553358 0
[pid=25768/tid=25775] ppid=25765 vsize=818332 memory=4137287014106042739 CPUtime=12.19 cores=0-7
/proc/25768/task/25775/stat : 25775 (cosoco) R 25765 25768 25648 0 -1 4202560 24757 0 0 0 1217 2 0 0 20 0 9 0 437030411 837971968 55645 33554432000 4194304 6211092 140728113547168 140635537067024 5038944 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 20123648 140728113550353 140728113550445 140728113550445 140728113553358 0
[pid=25768/tid=25776] ppid=25765 vsize=818332 memory=222580 CPUtime=12.19 cores=0-7
/proc/25768/task/25776/stat : 25776 (cosoco) R 25765 25768 25648 0 -1 4202560 24013 0 0 0 1213 6 0 0 20 0 9 0 437030411 837971968 55645 33554432000 4194304 6211092 140728113547168 140635528674320 5250287 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 20123648 140728113550353 140728113550445 140728113550445 140728113553358 0
[pid=25768/tid=25777] ppid=25765 vsize=818332 memory=-6876588628754522503 CPUtime=12.17 cores=0-7
/proc/25768/task/25777/stat : 25777 (cosoco) R 25765 25768 25648 0 -1 4202560 29342 0 0 0 1216 1 0 0 20 0 9 0 437030411 837971968 55645 33554432000 4194304 6211092 140728113547168 140635520281616 5250289 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 20123648 140728113550353 140728113550445 140728113550445 140728113553358 0
Current children cumulated CPU time: 97.87 s
Current children cumulated vsize: 818332 KiB
Current children cumulated memory: 222580 KiB

[startup+25.5008 s]
/proc/loadavg: 7.66 5.99 5.93 10/200 25777
/proc/meminfo: memFree=29262004/32770624 swapFree=66958316/67108860
[pid=25768] ppid=25765 vsize=818332 memory=222868 CPUtime=200.06 cores=0-7
/proc/25768/stat : 25768 (cosoco) S 25765 25768 25648 0 -1 1077944320 309237 0 0 0 19963 43 0 0 20 0 9 0 437030362 837971968 55717 33554432000 4194304 6211092 140728113547168 140728113545424 140635602173687 0 0 4096 8405026 18446744073709551615 0 0 17 3 0 0 0 0 0 8312316 8317760 20123648 140728113550353 140728113550445 140728113550445 140728113553358 0
/proc/25768/statm: 204583 55717 894 493 0 197888 0
[pid=25768/tid=25770] ppid=25765 vsize=818332 memory=222868 CPUtime=24.97 cores=0-7
/proc/25768/task/25770/stat : 25770 (cosoco) R 25765 25768 25648 0 -1 4202560 28912 0 0 0 2491 6 0 0 20 0 9 0 437030411 837971968 55717 33554432000 4194304 6211092 140728113547168 140635579030544 5038944 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 20123648 140728113550353 140728113550445 140728113550445 140728113553358 0
[pid=25768/tid=25771] ppid=25765 vsize=818332 memory=222796 CPUtime=24.98 cores=0-7
/proc/25768/task/25771/stat : 25771 (cosoco) R 25765 25768 25648 0 -1 4202560 28244 0 0 0 2495 3 0 0 20 0 9 0 437030411 837971968 55717 33554432000 4194304 6211092 140728113547168 140635570637840 5390463 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 20123648 140728113550353 140728113550445 140728113550445 140728113553358 0

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

/proc/25768/task/25772/stat : 25772 (cosoco) R 25765 25768 25648 0 -1 4202560 51541 0 0 0 224272 9 0 0 20 0 9 0 437030411 837971968 56764 33554432000 4194304 6211092 140728113547168 140635562245136 5250272 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 20123648 140728113550353 140728113550445 140728113550445 140728113553358 0
[pid=25768/tid=25773] ppid=25765 vsize=818332 memory=227056 CPUtime=2261.06 cores=0-7
/proc/25768/task/25773/stat : 25773 (cosoco) R 25765 25768 25648 0 -1 4202560 50578 0 0 0 226099 7 0 0 20 0 9 0 437030411 837971968 56764 33554432000 4194304 6211092 140728113547168 140635553852040 5038999 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 20123648 140728113550353 140728113550445 140728113550445 140728113553358 0
[pid=25768/tid=25774] ppid=25765 vsize=818332 memory=0 CPUtime=2261.46 cores=0-7
/proc/25768/task/25774/stat : 25774 (cosoco) R 25765 25768 25648 0 -1 4202560 47392 0 0 0 226137 9 0 0 20 0 9 0 437030411 837971968 56764 33554432000 4194304 6211092 140728113547168 140635545459840 5136287 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 20123648 140728113550353 140728113550445 140728113550445 140728113553358 0
[pid=25768/tid=25775] ppid=25765 vsize=818332 memory=227056 CPUtime=2249.46 cores=0-7
/proc/25768/task/25775/stat : 25775 (cosoco) R 25765 25768 25648 0 -1 4202560 49881 0 0 0 224941 5 0 0 20 0 9 0 437030411 837971968 56764 33554432000 4194304 6211092 140728113547168 140635537066552 5136256 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 20123648 140728113550353 140728113550445 140728113550445 140728113553358 0
[pid=25768/tid=25776] ppid=25765 vsize=818332 memory=227056 CPUtime=2261.43 cores=0-7
/proc/25768/task/25776/stat : 25776 (cosoco) R 25765 25768 25648 0 -1 4202560 49590 0 0 0 226135 8 0 0 20 0 9 0 437030411 837971968 56764 33554432000 4194304 6211092 140728113547168 140635528674320 5136256 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 20123648 140728113550353 140728113550445 140728113550445 140728113553358 0
[pid=25768/tid=25777] ppid=25765 vsize=818332 memory=227056 CPUtime=2261.39 cores=0-7
/proc/25768/task/25777/stat : 25777 (cosoco) R 25765 25768 25648 0 -1 4202560 45021 0 0 0 226134 5 0 0 20 0 9 0 437030411 837971968 56764 33554432000 4194304 6211092 140728113547168 140635520281192 5038990 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 20123648 140728113550353 140728113550445 140728113550445 140728113553358 0
Current children cumulated CPU time: 18060.9 s
Current children cumulated vsize: 818332 KiB
Current children cumulated memory: 227056 KiB

[startup+2322.3 s]
/proc/loadavg: 8.66 8.30 8.05 9/200 25950
/proc/meminfo: memFree=29258808/32770624 swapFree=66958316/67108860
[pid=25768] ppid=25765 vsize=818332 memory=227056 CPUtime=18540.1 cores=0-7
/proc/25768/stat : 25768 (cosoco) S 25765 25768 25648 0 -1 1077944320 453507 0 0 0 1853934 71 0 0 20 0 9 0 437030362 837971968 56764 33554432000 4194304 6211092 140728113547168 140728113545424 140635602173687 0 0 4096 8405026 18446744073709551615 0 0 17 3 0 0 0 0 0 8312316 8317760 20123648 140728113550353 140728113550445 140728113550445 140728113553358 0
/proc/25768/statm: 204583 56764 894 493 0 197888 0
[pid=25768/tid=25770] ppid=25765 vsize=818332 memory=6935054825532540783 CPUtime=2321.24 cores=0-7
/proc/25768/task/25770/stat : 25770 (cosoco) R 25765 25768 25648 0 -1 4202560 60147 0 0 0 232110 14 0 0 20 0 9 0 437030411 837971968 56764 33554432000 4194304 6211092 140728113547168 140635579030544 5250289 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 20123648 140728113550353 140728113550445 140728113550445 140728113553358 0
[pid=25768/tid=25771] ppid=25765 vsize=818332 memory=227056 CPUtime=2321.49 cores=0-7
/proc/25768/task/25771/stat : 25771 (cosoco) R 25765 25768 25648 0 -1 4202560 49696 0 0 0 232145 4 0 0 20 0 9 0 437030411 837971968 56764 33554432000 4194304 6211092 140728113547168 140635570637416 5037823 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 20123648 140728113550353 140728113550445 140728113550445 140728113553358 0
[pid=25768/tid=25772] ppid=25765 vsize=818332 memory=227056 CPUtime=2302.8 cores=0-7
/proc/25768/task/25772/stat : 25772 (cosoco) R 25765 25768 25648 0 -1 4202560 51589 0 0 0 230271 9 0 0 20 0 9 0 437030411 837971968 56764 33554432000 4194304 6211092 140728113547168 140635562245136 5250272 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 20123648 140728113550353 140728113550445 140728113550445 140728113553358 0
[pid=25768/tid=25773] ppid=25765 vsize=818332 memory=227056 CPUtime=2321.04 cores=0-7
/proc/25768/task/25773/stat : 25773 (cosoco) R 25765 25768 25648 0 -1 4202560 50626 0 0 0 232097 7 0 0 20 0 9 0 437030411 837971968 56764 33554432000 4194304 6211092 140728113547168 140635553852040 5250272 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 20123648 140728113550353 140728113550445 140728113550445 140728113553358 0
[pid=25768/tid=25774] ppid=25765 vsize=818332 memory=227056 CPUtime=2321.46 cores=0-7
/proc/25768/task/25774/stat : 25774 (cosoco) R 25765 25768 25648 0 -1 4202560 47412 0 0 0 232137 9 0 0 20 0 9 0 437030411 837971968 56764 33554432000 4194304 6211092 140728113547168 140635545459840 5038999 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 20123648 140728113550353 140728113550445 140728113550445 140728113553358 0
[pid=25768/tid=25775] ppid=25765 vsize=818332 memory=227056 CPUtime=2308.65 cores=0-7
/proc/25768/task/25775/stat : 25775 (cosoco) R 25765 25768 25648 0 -1 4202560 49924 0 0 0 230860 5 0 0 20 0 9 0 437030411 837971968 56764 33554432000 4194304 6211092 140728113547168 140635537066552 5250289 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 20123648 140728113550353 140728113550445 140728113550445 140728113553358 0
[pid=25768/tid=25776] ppid=25765 vsize=818332 memory=1552 CPUtime=2321.42 cores=0-7
/proc/25768/task/25776/stat : 25776 (cosoco) R 25765 25768 25648 0 -1 4202560 49647 0 0 0 232134 8 0 0 20 0 9 0 437030411 837971968 56764 33554432000 4194304 6211092 140728113547168 140635528674320 5250289 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 20123648 140728113550353 140728113550445 140728113550445 140728113553358 0
[pid=25768/tid=25777] ppid=25765 vsize=818332 memory=227056 CPUtime=2321.37 cores=0-7
/proc/25768/task/25777/stat : 25777 (cosoco) R 25765 25768 25648 0 -1 4202560 45065 0 0 0 232132 5 0 0 20 0 9 0 437030411 837971968 56764 33554432000 4194304 6211092 140728113547168 140635520281192 5250272 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 20123648 140728113550353 140728113550445 140728113550445 140728113553358 0
Current children cumulated CPU time: 18540.1 s
Current children cumulated vsize: 818332 KiB
Current children cumulated memory: 227056 KiB

[startup+2382.3 s]
/proc/loadavg: 8.31 8.28 8.05 9/201 25955
/proc/meminfo: memFree=29258680/32770624 swapFree=66958316/67108860
[pid=25768] ppid=25765 vsize=818332 memory=227056 CPUtime=19019.2 cores=0-7
/proc/25768/stat : 25768 (cosoco) S 25765 25768 25648 0 -1 1077944320 453527 0 0 0 1901844 71 0 0 20 0 9 0 437030362 837971968 56764 33554432000 4194304 6211092 140728113547168 140728113545424 140635602173687 0 0 4096 8405026 18446744073709551615 0 0 17 3 0 0 0 0 0 8312316 8317760 20123648 140728113550353 140728113550445 140728113550445 140728113553358 0
/proc/25768/statm: 204583 56764 894 493 0 197888 0
[pid=25768/tid=25770] ppid=25765 vsize=818332 memory=227056 CPUtime=2381.23 cores=0-7
/proc/25768/task/25770/stat : 25770 (cosoco) R 25765 25768 25648 0 -1 4202560 60148 0 0 0 238109 14 0 0 20 0 9 0 437030411 837971968 56764 33554432000 4194304 6211092 140728113547168 140635579030544 5250289 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 20123648 140728113550353 140728113550445 140728113550445 140728113553358 0
[pid=25768/tid=25771] ppid=25765 vsize=818332 memory=227056 CPUtime=2381.49 cores=0-7
/proc/25768/task/25771/stat : 25771 (cosoco) R 25765 25768 25648 0 -1 4202560 49710 0 0 0 238145 4 0 0 20 0 9 0 437030411 837971968 56764 33554432000 4194304 6211092 140728113547168 140635570637416 5250279 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 20123648 140728113550353 140728113550445 140728113550445 140728113553358 0
[pid=25768/tid=25772] ppid=25765 vsize=818332 memory=6935054825532540783 CPUtime=2362.78 cores=0-7
/proc/25768/task/25772/stat : 25772 (cosoco) R 25765 25768 25648 0 -1 4202560 51592 0 0 0 236269 9 0 0 20 0 9 0 437030411 837971968 56764 33554432000 4194304 6211092 140728113547168 140635562245136 5250289 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 20123648 140728113550353 140728113550445 140728113550445 140728113553358 0
[pid=25768/tid=25773] ppid=25765 vsize=818332 memory=227056 CPUtime=2381.03 cores=0-7
/proc/25768/task/25773/stat : 25773 (cosoco) R 25765 25768 25648 0 -1 4202560 50626 0 0 0 238096 7 0 0 20 0 9 0 437030411 837971968 56764 33554432000 4194304 6211092 140728113547168 140635553852040 5038990 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 20123648 140728113550353 140728113550445 140728113550445 140728113553358 0
[pid=25768/tid=25774] ppid=25765 vsize=818332 memory=227056 CPUtime=2381.45 cores=0-7
/proc/25768/task/25774/stat : 25774 (cosoco) R 25765 25768 25648 0 -1 4202560 47413 0 0 0 238136 9 0 0 20 0 9 0 437030411 837971968 56764 33554432000 4194304 6211092 140728113547168 140635545459840 5250289 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 20123648 140728113550353 140728113550445 140728113550445 140728113553358 0
[pid=25768/tid=25775] ppid=25765 vsize=818332 memory=227056 CPUtime=2367.81 cores=0-7
/proc/25768/task/25775/stat : 25775 (cosoco) R 25765 25768 25648 0 -1 4202560 49925 0 0 0 236776 5 0 0 20 0 9 0 437030411 837971968 56764 33554432000 4194304 6211092 140728113547168 140635537066552 5250272 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 20123648 140728113550353 140728113550445 140728113550445 140728113553358 0
[pid=25768/tid=25776] ppid=25765 vsize=818332 memory=3612 CPUtime=2381.42 cores=0-7
/proc/25768/task/25776/stat : 25776 (cosoco) R 25765 25768 25648 0 -1 4202560 49647 0 0 0 238134 8 0 0 20 0 9 0 437030411 837971968 56764 33554432000 4194304 6211092 140728113547168 140635528674320 5250272 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 20123648 140728113550353 140728113550445 140728113550445 140728113553358 0
[pid=25768/tid=25777] ppid=25765 vsize=818332 memory=227056 CPUtime=2381.36 cores=0-7
/proc/25768/task/25777/stat : 25777 (cosoco) R 25765 25768 25648 0 -1 4202560 45065 0 0 0 238131 5 0 0 20 0 9 0 437030411 837971968 56764 33554432000 4194304 6211092 140728113547168 140635520281192 5250289 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 20123648 140728113550353 140728113550445 140728113550445 140728113553358 0
Current children cumulated CPU time: 19019.2 s
Current children cumulated vsize: 818332 KiB
Current children cumulated memory: 227056 KiB

[startup+2442.3 s]
/proc/loadavg: 8.11 8.23 8.05 9/199 25959
/proc/meminfo: memFree=29258512/32770624 swapFree=66958316/67108860
[pid=25768] ppid=25765 vsize=818332 memory=227080 CPUtime=19498.2 cores=0-7
/proc/25768/stat : 25768 (cosoco) S 25765 25768 25648 0 -1 1077944320 454432 0 0 0 1949754 71 0 0 20 0 9 0 437030362 837971968 56770 33554432000 4194304 6211092 140728113547168 140728113545424 140635602173687 0 0 4096 8405026 18446744073709551615 0 0 17 3 0 0 0 0 0 8312316 8317760 20123648 140728113550353 140728113550445 140728113550445 140728113553358 0
/proc/25768/statm: 204583 56770 894 493 0 197888 0
[pid=25768/tid=25770] ppid=25765 vsize=818332 memory=227080 CPUtime=2441.22 cores=0-7
/proc/25768/task/25770/stat : 25770 (cosoco) R 25765 25768 25648 0 -1 4202560 60659 0 0 0 244108 14 0 0 20 0 9 0 437030411 837971968 56770 33554432000 4194304 6211092 140728113547168 140635579030544 5250279 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 20123648 140728113550353 140728113550445 140728113550445 140728113553358 0
[pid=25768/tid=25771] ppid=25765 vsize=818332 memory=1044 CPUtime=2441.48 cores=0-7
/proc/25768/task/25771/stat : 25771 (cosoco) R 25765 25768 25648 0 -1 4202560 49773 0 0 0 244144 4 0 0 20 0 9 0 437030411 837971968 56770 33554432000 4194304 6211092 140728113547168 140635570637416 5250287 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 20123648 140728113550353 140728113550445 140728113550445 140728113553358 0
[pid=25768/tid=25772] ppid=25765 vsize=818332 memory=227080 CPUtime=2422.77 cores=0-7
/proc/25768/task/25772/stat : 25772 (cosoco) R 25765 25768 25648 0 -1 4202560 51631 0 0 0 242268 9 0 0 20 0 9 0 437030411 837971968 56770 33554432000 4194304 6211092 140728113547168 140635562245136 5250272 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 20123648 140728113550353 140728113550445 140728113550445 140728113553358 0
[pid=25768/tid=25773] ppid=25765 vsize=818332 memory=227080 CPUtime=2441.03 cores=0-7
/proc/25768/task/25773/stat : 25773 (cosoco) R 25765 25768 25648 0 -1 4202560 50681 0 0 0 244096 7 0 0 20 0 9 0 437030411 837971968 56770 33554432000 4194304 6211092 140728113547168 140635553852040 5038990 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 20123648 140728113550353 140728113550445 140728113550445 140728113553358 0
[pid=25768/tid=25774] ppid=25765 vsize=818332 memory=227080 CPUtime=2441.44 cores=0-7
/proc/25768/task/25774/stat : 25774 (cosoco) R 25765 25768 25648 0 -1 4202560 47434 0 0 0 244135 9 0 0 20 0 9 0 437030411 837971968 56770 33554432000 4194304 6211092 140728113547168 140635545459840 5038990 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 20123648 140728113550353 140728113550445 140728113550445 140728113553358 0
[pid=25768/tid=25775] ppid=25765 vsize=818332 memory=227080 CPUtime=2426.98 cores=0-7
/proc/25768/task/25775/stat : 25775 (cosoco) R 25765 25768 25648 0 -1 4202560 50025 0 0 0 242693 5 0 0 20 0 9 0 437030411 837971968 56770 33554432000 4194304 6211092 140728113547168 140635537066552 5136256 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 20123648 140728113550353 140728113550445 140728113550445 140728113553358 0
[pid=25768/tid=25776] ppid=25765 vsize=818332 memory=227080 CPUtime=2441.41 cores=0-7
/proc/25768/task/25776/stat : 25776 (cosoco) R 25765 25768 25648 0 -1 4202560 49679 0 0 0 244133 8 0 0 20 0 9 0 437030411 837971968 56770 33554432000 4194304 6211092 140728113547168 140635528674320 5250289 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 20123648 140728113550353 140728113550445 140728113550445 140728113553358 0
[pid=25768/tid=25777] ppid=25765 vsize=818332 memory=227080 CPUtime=2441.36 cores=0-7
/proc/25768/task/25777/stat : 25777 (cosoco) R 25765 25768 25648 0 -1 4202560 45149 0 0 0 244131 5 0 0 20 0 9 0 437030411 837971968 56770 33554432000 4194304 6211092 140728113547168 140635520281064 5038999 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 20123648 140728113550353 140728113550445 140728113550445 140728113553358 0
Current children cumulated CPU time: 19498.2 s
Current children cumulated vsize: 818332 KiB
Current children cumulated memory: 227080 KiB

[startup+2502.3 s]
/proc/loadavg: 8.04 8.18 8.05 9/199 25962
/proc/meminfo: memFree=29258552/32770624 swapFree=66958316/67108860
[pid=25768] ppid=25765 vsize=818332 memory=227080 CPUtime=19977.4 cores=0-7
/proc/25768/stat : 25768 (cosoco) S 25765 25768 25648 0 -1 1077944320 454438 0 0 0 1997665 71 0 0 20 0 9 0 437030362 837971968 56770 33554432000 4194304 6211092 140728113547168 140728113545424 140635602173687 0 0 4096 8405026 18446744073709551615 0 0 17 3 0 0 0 0 0 8312316 8317760 20123648 140728113550353 140728113550445 140728113550445 140728113553358 0
/proc/25768/statm: 204583 56770 894 493 0 197888 0
[pid=25768/tid=25770] ppid=25765 vsize=818332 memory=45420 CPUtime=2501.21 cores=0-7
/proc/25768/task/25770/stat : 25770 (cosoco) R 25765 25768 25648 0 -1 4202560 60661 0 0 0 250107 14 0 0 20 0 9 0 437030411 837971968 56770 33554432000 4194304 6211092 140728113547168 140635579030544 5390468 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 20123648 140728113550353 140728113550445 140728113550445 140728113553358 0
[pid=25768/tid=25771] ppid=25765 vsize=818332 memory=227080 CPUtime=2501.48 cores=0-7
/proc/25768/task/25771/stat : 25771 (cosoco) R 25765 25768 25648 0 -1 4202560 49775 0 0 0 250144 4 0 0 20 0 9 0 437030411 837971968 56770 33554432000 4194304 6211092 140728113547168 140635570637416 5250224 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 20123648 140728113550353 140728113550445 140728113550445 140728113553358 0
[pid=25768/tid=25772] ppid=25765 vsize=818332 memory=3612 CPUtime=2482.76 cores=0-7
/proc/25768/task/25772/stat : 25772 (cosoco) R 25765 25768 25648 0 -1 4202560 51631 0 0 0 248267 9 0 0 20 0 9 0 437030411 837971968 56770 33554432000 4194304 6211092 140728113547168 140635562245136 5250272 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 20123648 140728113550353 140728113550445 140728113550445 140728113553358 0
[pid=25768/tid=25773] ppid=25765 vsize=818332 memory=227080 CPUtime=2501 cores=0-7
/proc/25768/task/25773/stat : 25773 (cosoco) R 25765 25768 25648 0 -1 4202560 50681 0 0 0 250092 8 0 0 20 0 9 0 437030411 837971968 56770 33554432000 4194304 6211092 140728113547168 140635553852040 5250279 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 20123648 140728113550353 140728113550445 140728113550445 140728113553358 0
[pid=25768/tid=25774] ppid=25765 vsize=818332 memory=3612 CPUtime=2501.44 cores=0-7
/proc/25768/task/25774/stat : 25774 (cosoco) R 25765 25768 25648 0 -1 4202560 47435 0 0 0 250135 9 0 0 20 0 9 0 437030411 837971968 56770 33554432000 4194304 6211092 140728113547168 140635545459840 5038999 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 20123648 140728113550353 140728113550445 140728113550445 140728113553358 0
[pid=25768/tid=25775] ppid=25765 vsize=818332 memory=227080 CPUtime=2486.15 cores=0-7
/proc/25768/task/25775/stat : 25775 (cosoco) R 25765 25768 25648 0 -1 4202560 50025 0 0 0 248610 5 0 0 20 0 9 0 437030411 837971968 56770 33554432000 4194304 6211092 140728113547168 140635537066552 5037823 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 20123648 140728113550353 140728113550445 140728113550445 140728113553358 0
[pid=25768/tid=25776] ppid=25765 vsize=818332 memory=227080 CPUtime=2501.4 cores=0-7
/proc/25768/task/25776/stat : 25776 (cosoco) R 25765 25768 25648 0 -1 4202560 49679 0 0 0 250132 8 0 0 20 0 9 0 437030411 837971968 56770 33554432000 4194304 6211092 140728113547168 140635528674320 5250272 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 20123648 140728113550353 140728113550445 140728113550445 140728113553358 0
[pid=25768/tid=25777] ppid=25765 vsize=818332 memory=227080 CPUtime=2501.36 cores=0-7
/proc/25768/task/25777/stat : 25777 (cosoco) R 25765 25768 25648 0 -1 4202560 45150 0 0 0 250131 5 0 0 20 0 9 0 437030411 837971968 56770 33554432000 4194304 6211092 140728113547168 140635520281064 5250289 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 20123648 140728113550353 140728113550445 140728113550445 140728113553358 0
Current children cumulated CPU time: 19977.4 s
Current children cumulated vsize: 818332 KiB
Current children cumulated memory: 227080 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+2520 s]*
/proc/loadavg: 8.03 8.18 8.05 9/199 25965
/proc/meminfo: memFree=29257808/32770624 swapFree=66958316/67108860
[pid=25768] ppid=25765 vsize=818332 memory=227080 CPUtime=20118.8 cores=0-7
/proc/25768/stat : 25768 (cosoco) S 25765 25768 25648 0 -1 1077944320 454438 0 0 0 2011805 71 0 0 20 0 9 0 437030362 837971968 56770 33554432000 4194304 6211092 140728113547168 140728113545424 140635602173687 0 0 4096 8405026 18446744073709551615 0 0 17 3 0 0 0 0 0 8312316 8317760 20123648 140728113550353 140728113550445 140728113550445 140728113553358 0
/proc/25768/statm: 204583 56770 894 493 0 197888 0
[pid=25768/tid=25770] ppid=25765 vsize=818332 memory=1398720917958146503 CPUtime=2518.92 cores=0-7
/proc/25768/task/25770/stat : 25770 (cosoco) R 25765 25768 25648 0 -1 4202560 60661 0 0 0 251878 14 0 0 20 0 9 0 437030411 837971968 56770 33554432000 4194304 6211092 140728113547168 140635579030544 5250272 0 0 4096 8405026 0 0 0 -1 5 0 0 0 0 0 8312316 8317760 20123648 140728113550353 140728113550445 140728113550445 140728113553358 0
[pid=25768/tid=25771] ppid=25765 vsize=818332 memory=4872558044660077418 CPUtime=2519.18 cores=0-7
/proc/25768/task/25771/stat : 25771 (cosoco) R 25765 25768 25648 0 -1 4202560 49775 0 0 0 251914 4 0 0 20 0 9 0 437030411 837971968 56770 33554432000 4194304 6211092 140728113547168 140635570637416 5136256 0 0 4096 8405026 0 0 0 -1 1 0 0 0 0 0 8312316 8317760 20123648 140728113550353 140728113550445 140728113550445 140728113553358 0
[pid=25768/tid=25772] ppid=25765 vsize=818332 memory=916 CPUtime=2500.46 cores=0-7
/proc/25768/task/25772/stat : 25772 (cosoco) R 25765 25768 25648 0 -1 4202560 51631 0 0 0 250037 9 0 0 20 0 9 0 437030411 837971968 56770 33554432000 4194304 6211092 140728113547168 140635562245136 5250272 0 0 4096 8405026 0 0 0 -1 3 0 0 0 0 0 8312316 8317760 20123648 140728113550353 140728113550445 140728113550445 140728113553358 0
[pid=25768/tid=25773] ppid=25765 vsize=818332 memory=4120 CPUtime=2518.71 cores=0-7
/proc/25768/task/25773/stat : 25773 (cosoco) R 25765 25768 25648 0 -1 4202560 50681 0 0 0 251863 8 0 0 20 0 9 0 437030411 837971968 56770 33554432000 4194304 6211092 140728113547168 140635553852040 5250289 0 0 4096 8405026 0 0 0 -1 2 0 0 0 0 0 8312316 8317760 20123648 140728113550353 140728113550445 140728113550445 140728113553358 0
[pid=25768/tid=25774] ppid=25765 vsize=818332 memory=1660 CPUtime=2519.15 cores=0-7
/proc/25768/task/25774/stat : 25774 (cosoco) R 25765 25768 25648 0 -1 4202560 47435 0 0 0 251906 9 0 0 20 0 9 0 437030411 837971968 56770 33554432000 4194304 6211092 140728113547168 140635545459840 5250272 0 0 4096 8405026 0 0 0 -1 0 0 0 0 0 0 8312316 8317760 20123648 140728113550353 140728113550445 140728113550445 140728113553358 0
[pid=25768/tid=25775] ppid=25765 vsize=818332 memory=1404 CPUtime=2503.61 cores=0-7
/proc/25768/task/25775/stat : 25775 (cosoco) R 25765 25768 25648 0 -1 4202560 50025 0 0 0 250356 5 0 0 20 0 9 0 437030411 837971968 56770 33554432000 4194304 6211092 140728113547168 140635537066552 5039014 0 0 4096 8405026 0 0 0 -1 7 0 0 0 0 0 8312316 8317760 20123648 140728113550353 140728113550445 140728113550445 140728113553358 0
[pid=25768/tid=25776] ppid=25765 vsize=818332 memory=2956 CPUtime=2519.11 cores=0-7
/proc/25768/task/25776/stat : 25776 (cosoco) R 25765 25768 25648 0 -1 4202560 49679 0 0 0 251903 8 0 0 20 0 9 0 437030411 837971968 56770 33554432000 4194304 6211092 140728113547168 140635528674320 5136256 0 0 4096 8405026 0 0 0 -1 6 0 0 0 0 0 8312316 8317760 20123648 140728113550353 140728113550445 140728113550445 140728113553358 0
[pid=25768/tid=25777] ppid=25765 vsize=818332 memory=227080 CPUtime=2519.06 cores=0-7
/proc/25768/task/25777/stat : 25777 (cosoco) R 25765 25768 25648 0 -1 4202560 45150 0 0 0 251901 5 0 0 20 0 9 0 437030411 837971968 56770 33554432000 4194304 6211092 140728113547168 140635520281064 5250272 0 0 4096 8405026 0 0 0 -1 4 0 0 0 0 0 8312316 8317760 20123648 140728113550353 140728113550445 140728113550445 140728113553358 0
Current children cumulated CPU time: 20118.8 s
Current children cumulated vsize: 818332 KiB
Current children cumulated memory: 227080 KiB

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

[startup+2520.02 s]
# the end of solver process 25768 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=20118.1 s, system=0.717528 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): 20118.9
CPU user time (s): 20118.1
CPU system time (s): 0.717528
CPU usage (%): 798.36
Max. virtual memory (cumulated for all children) (KiB): 818332
Max. memory (cumulated for all children) (KiB): 227080

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 20118.1
system time used= 0.717528
maximum resident set size= 227368
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 454485
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= 706
involuntary context switches= 164656


# summary of solver processes directly reported to runsolver:
#   pid: 25768
#   total CPU time (s): 20118.9
#   total CPU user time (s): 20118.1
#   total CPU system time (s): 0.717528

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 11.5138 second user time and 22.6715 second system time

The end

Launcher Data

Begin job on node145 at 2019-09-16 07:14:57
IDJOB=4398450
IDBENCH=137043
IDSOLVER=2851
FILE ID=node145/4398450-1568610939
RUNJOBID= node145-1568610891-25675
PBS_JOBID= 21703448
Free space on /tmp= 59532 MiB

SOLVER NAME= cosoco 2.O 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-4398450-1568610939/watcher-4398450-1568610939 -o /tmp/evaluation-result-4398450-1568610939/solver-4398450-1568610939 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node145-1568610891-25675 --watchdog 2580  cosoco -model -nbcores=8 HOME/instance-4398450-1568610939.xml

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

MD5SUM BENCH= 2e923e7e276bbb1d78c8186edf745710
RANDOM SEED=1183509280

node145.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.59
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.59
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.59
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.59
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:        29479036 kB
MemAvailable:   31848876 kB
Buffers:          166416 kB
Cached:          2494556 kB
SwapCached:        41076 kB
Active:          1272496 kB
Inactive:        1431836 kB
Active(anon):       7160 kB
Inactive(anon):    85460 kB
Active(file):    1265336 kB
Inactive(file):  1346376 kB
Unevictable:      110680 kB
Mlocked:          110680 kB
SwapTotal:      67108860 kB
SwapFree:       66958316 kB
Dirty:              3340 kB
Writeback:             4 kB
AnonPages:        112268 kB
Mapped:            46528 kB
Shmem:             40612 kB
Slab:             176424 kB
SReclaimable:     147924 kB
SUnreclaim:        28500 kB
KernelStack:        3376 kB
PageTables:         5584 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     505840 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:      120192 kB
DirectMap2M:    33425408 kB

Free space on /tmp at the end= 59528 MiB
End job on node145 at 2019-09-16 07:56:57