Trace number 4404809

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
choco-solver 2019-09-20 parallelSAT (TO)132 20040.6 2520.1

General information on the benchmark

NameTravellingSalesman/TravellingSalesman-m1-n30/
TravellingSalesman-30-30-00.xml
MD5SUMb8130450ecaa214ac0617b692471aec1
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark126
Best CPU time to get the best result obtained on this benchmark2520.09
Satisfiable
(Un)Satisfiability was proved
Number of variables60
Number of constraints31
Number of domains2
Minimum domain size30
Maximum domain size32
Distribution of domain sizes[{"size":30,"count":30},{"size":32,"count":30}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":30},{"degree":3,"count":30}]
Minimum constraint arity3
Maximum constraint arity30
Distribution of constraint arities[{"arity":3,"count":30},{"arity":30,"count":1}]
Number of extensional constraints30
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":30},{"type":"allDifferent","count":1}]
Optimization problemYES
Type of objectivemin SUM

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.00	c java -server -Xmx24000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4404809-1569005562.xml"  -tl '20160s' -p 8
0.12/0.18	c Choco 3fb4b153
0.12/0.18	c [HOME/instance-4404809-1569005562.xml, -tl, 20160s, -p, 8]
0.33/0.22	c 8 solvers in parallel
0.33/0.29	c parse instance...
1.52/0.65	c solve instance...
2.04/0.75	o 257 
2.04/0.77	o 252 
2.04/0.79	o 251 
2.04/0.79	o 244 
2.66/0.81	o 241 
2.66/0.81	o 134 
2.66/0.82	o 132 
20039.94/2520.07	s SATISFIABLE
20039.94/2520.07	v <instantiation>
20039.94/2520.07	v 	<list>c[0] c[1] c[2] c[3] c[4] c[5] c[6] c[7] c[8] c[9] c[10] c[11] c[12] c[13] c[14] c[15] c[16] c[17] c[18] c[19] c[20] c[21] c[22] c[23] c[24] c[25] c[26] c[27] c[28] c[29] d[0] d[1] d[2] d[3] d[4] d[5] d[6] d[7] d[8] d[9] d[10] d[11] d[12] d[13] d[14] d[15] d[16] d[17] d[18] d[19] d[20] d[21] d[22] d[23] d[24] d[25] d[26] d[27] d[28] d[29] </list>
20039.94/2520.07	v 	<values>0 4 5 7 8 3 9 12 15 14 17 19 18 16 27 29 28 25 23 24 26 22 21 20 13 11 10 1 6 2 3 2 4 1 4 4 4 4 4 4 6 5 5 12 12 3 2 4 1 5 3 2 1 8 6 1 11 4 5 2 </values>
20039.94/2520.07	v </instantiation>
20039.94/2520.07	c Unexpected resolution interruption!

Verifier Data

OK	132

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

command line: BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4404809-1569005562/watcher-4404809-1569005562 -o /var/tmp/evaluation-result-4404809-1569005562/solver-4404809-1569005562 -C 20160 -W 2520 -M 31000 --bin-var /var/tmp/runsolver-exch-node147-1569005045-18307 --watchdog 2580 xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 1582134471 HOME/instance-4404809-1569005562.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=18825, runsolver pid=18822

[startup+0.100156 s]*
/proc/loadavg: 8.68 8.31 8.17 2/211 18846
/proc/meminfo: memFree=24956016/32770624 swapFree=66935844/67108860
[pid=18825] ppid=18822 vsize=113128 memory=1448 CPUtime=0 cores=0-7
/proc/18825/stat : 18825 (xcsp3-exec) S 18822 18825 18280 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 476469991 115843072 362 33554432000 4194304 5098028 140727481531792 140727481529896 140150242361980 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 28950528 140727481533265 140727481533525 140727481533525 140727481536454 0
/proc/18825/statm: 28282 362 304 221 0 87 0
[pid=18827] ppid=18825 vsize=28227396 memory=29336 CPUtime=0.12 cores=0-7
/proc/18827/stat : 18827 (java) S 18825 18825 18280 0 -1 1077944320 5748 0 0 0 11 1 0 0 20 0 20 0 476469992 28904853504 7334 33554432000 4194304 4196468 140721788417104 140721788399648 139733612912375 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 13275136 140721788421078 140721788421254 140721788421254 140721788424143 0
/proc/18827/statm: 7056849 7334 3145 1 0 7019032 0
[pid=18827/tid=18828] ppid=18825 vsize=28227396 memory=4134930498285298233 CPUtime=0.08 cores=0-7
/proc/18827/task/18828/stat : 18828 (java) R 18825 18825 18280 0 -1 4202560 3693 0 0 0 8 0 0 0 20 0 20 0 476469992 28904853504 7334 33554432000 4194304 4196468 140721788417104 139733617145648 139733612924310 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 13275136 140721788421078 140721788421254 140721788421254 140721788424143 0
[pid=18827/tid=18829] ppid=18825 vsize=28227396 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/18827/task/18829/stat : 18829 (java) S 18825 18825 18280 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476469993 28904853504 7334 33554432000 4194304 4196468 140721788417104 139733565532944 139733612922581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13275136 140721788421078 140721788421254 140721788421254 140721788424143 0
[pid=18827/tid=18830] ppid=18825 vsize=28227396 memory=140634007148160 CPUtime=0 cores=0-7
/proc/18827/task/18830/stat : 18830 (java) S 18825 18825 18280 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476469993 28904853504 7334 33554432000 4194304 4196468 140721788417104 139733564480400 139733612922581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13275136 140721788421078 140721788421254 140721788421254 140721788424143 0
[pid=18827/tid=18831] ppid=18825 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/18827/task/18831/stat : 18831 (java) S 18825 18825 18280 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476469993 28904853504 7334 33554432000 4194304 4196468 140721788417104 139733563427856 139733612922581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13275136 140721788421078 140721788421254 140721788421254 140721788424143 0
[pid=18827/tid=18832] ppid=18825 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/18827/task/18832/stat : 18832 (java) S 18825 18825 18280 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476469993 28904853504 7334 33554432000 4194304 4196468 140721788417104 139733562375312 139733612922581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13275136 140721788421078 140721788421254 140721788421254 140721788424143 0
[pid=18827/tid=18833] ppid=18825 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/18827/task/18833/stat : 18833 (java) S 18825 18825 18280 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476469993 28904853504 7334 33554432000 4194304 4196468 140721788417104 139733561321744 139733612922581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13275136 140721788421078 140721788421254 140721788421254 140721788424143 0
[pid=18827/tid=18834] ppid=18825 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/18827/task/18834/stat : 18834 (java) S 18825 18825 18280 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476469993 28904853504 7334 33554432000 4194304 4196468 140721788417104 139733560269200 139733612922581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13275136 140721788421078 140721788421254 140721788421254 140721788424143 0
[pid=18827/tid=18835] ppid=18825 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/18827/task/18835/stat : 18835 (java) S 18825 18825 18280 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476469993 28904853504 7334 33554432000 4194304 4196468 140721788417104 139733559216656 139733612922581 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13275136 140721788421078 140721788421254 140721788421254 140721788424143 0
[pid=18827/tid=18836] ppid=18825 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/18827/task/18836/stat : 18836 (java) S 18825 18825 18280 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476469993 28904853504 7334 33554432000 4194304 4196468 140721788417104 139733558164112 139733612922581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13275136 140721788421078 140721788421254 140721788421254 140721788424143 0
[pid=18827/tid=18837] ppid=18825 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/18827/task/18837/stat : 18837 (java) S 18825 18825 18280 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476469994 28904853504 7334 33554432000 4194304 4196468 140721788417104 139731992029680 139733612923522 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13275136 140721788421078 140721788421254 140721788421254 140721788424143 0
[pid=18827/tid=18838] ppid=18825 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/18827/task/18838/stat : 18838 (java) S 18825 18825 18280 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 476469995 28904853504 7334 33554432000 4194304 4196468 140721788417104 139731990975904 139733612922581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13275136 140721788421078 140721788421254 140721788421254 140721788424143 0
[pid=18827/tid=18839] ppid=18825 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/18827/task/18839/stat : 18839 (java) S 18825 18825 18280 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 476469995 28904853504 7334 33554432000 4194304 4196468 140721788417104 139731989923312 139733612922581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13275136 140721788421078 140721788421254 140721788421254 140721788424143 0
[pid=18827/tid=18840] ppid=18825 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/18827/task/18840/stat : 18840 (java) S 18825 18825 18280 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476469997 28904853504 7334 33554432000 4194304 4196468 140721788417104 139731988871888 139733612930971 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13275136 140721788421078 140721788421254 140721788421254 140721788424143 0
[pid=18827/tid=18841] ppid=18825 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/18827/task/18841/stat : 18841 (java) S 18825 18825 18280 0 -1 1077944384 424 0 0 0 0 0 0 0 20 0 20 0 476469997 28904853504 7334 33554432000 4194304 4196468 140721788417104 139731987818480 139733612923522 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13275136 140721788421078 140721788421254 140721788421254 140721788424143 0
[pid=18827/tid=18842] ppid=18825 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/18827/task/18842/stat : 18842 (java) S 18825 18825 18280 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476469997 28904853504 7334 33554432000 4194304 4196468 140721788417104 139731986765936 139733612923522 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13275136 140721788421078 140721788421254 140721788421254 140721788424143 0
[pid=18827/tid=18843] ppid=18825 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/18827/task/18843/stat : 18843 (java) S 18825 18825 18280 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476469997 28904853504 7334 33554432000 4194304 4196468 140721788417104 139731985713392 139733612923522 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13275136 140721788421078 140721788421254 140721788421254 140721788424143 0
[pid=18827/tid=18844] ppid=18825 vsize=28227396 memory=0 CPUtime=0.01 cores=0-7
/proc/18827/task/18844/stat : 18844 (java) R 18825 18825 18280 0 -1 4202560 316 0 0 0 1 0 0 0 20 0 20 0 476469997 28904853504 7334 33554432000 4194304 4196468 140721788417104 139731984660848 139733591920913 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 13275136 140721788421078 140721788421254 140721788421254 140721788424143 0
[pid=18827/tid=18845] ppid=18825 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/18827/task/18845/stat : 18845 (java) S 18825 18825 18280 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476469997 28904853504 7334 33554432000 4194304 4196468 140721788417104 139731983608544 139733612922581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13275136 140721788421078 140721788421254 140721788421254 140721788424143 0
[pid=18827/tid=18846] ppid=18825 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/18827/task/18846/stat : 18846 (java) S 18825 18825 18280 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476469998 28904853504 7334 33554432000 4194304 4196468 140721788417104 139731982556080 139733612923522 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13275136 140721788421078 140721788421254 140721788421254 140721788424143 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 30784 KiB

[startup+0.210157 s]*
/proc/loadavg: 8.68 8.31 8.17 2/211 18846
/proc/meminfo: memFree=24942020/32770624 swapFree=66935844/67108860
[pid=18825] ppid=18822 vsize=113128 memory=1448 CPUtime=0 cores=0-7
/proc/18825/stat : 18825 (xcsp3-exec) S 18822 18825 18280 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 476469991 115843072 362 33554432000 4194304 5098028 140727481531792 140727481529896 140150242361980 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 28950528 140727481533265 140727481533525 140727481533525 140727481536454 0
/proc/18825/statm: 28282 362 304 221 0 87 0
[pid=18827] ppid=18825 vsize=28227396 memory=41368 CPUtime=0.33 cores=0-7
/proc/18827/stat : 18827 (java) S 18825 18825 18280 0 -1 1077944320 9529 0 0 0 31 2 0 0 20 0 20 0 476469992 28904853504 10342 33554432000 4194304 4196468 140721788417104 140721788399648 139733612912375 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 13275136 140721788421078 140721788421254 140721788421254 140721788424143 0
/proc/18827/statm: 7056849 10342 3311 1 0 7019032 0
[pid=18827/tid=18828] ppid=18825 vsize=28227396 memory=8318255677412212789 CPUtime=0.2 cores=0-7
/proc/18827/task/18828/stat : 18828 (java) R 18825 18825 18280 0 -1 4202560 6650 0 0 0 18 2 0 0 20 0 20 0 476469992 28904853504 10342 33554432000 4194304 4196468 140721788417104 139733617142096 139733596992862 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 13275136 140721788421078 140721788421254 140721788421254 140721788424143 0
[pid=18827/tid=18829] ppid=18825 vsize=28227396 memory=331 CPUtime=0 cores=0-7
/proc/18827/task/18829/stat : 18829 (java) S 18825 18825 18280 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476469993 28904853504 10342 33554432000 4194304 4196468 140721788417104 139733565532944 139733612922581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13275136 140721788421078 140721788421254 140721788421254 140721788424143 0
[pid=18827/tid=18830] ppid=18825 vsize=28227396 memory=140634010764677 CPUtime=0 cores=0-7
/proc/18827/task/18830/stat : 18830 (java) S 18825 18825 18280 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476469993 28904853504 10342 33554432000 4194304 4196468 140721788417104 139733564480400 139733612922581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13275136 140721788421078 140721788421254 140721788421254 140721788424143 0
[pid=18827/tid=18831] ppid=18825 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/18827/task/18831/stat : 18831 (java) S 18825 18825 18280 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476469993 28904853504 10342 33554432000 4194304 4196468 140721788417104 139733563427856 139733612922581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13275136 140721788421078 140721788421254 140721788421254 140721788424143 0
[pid=18827/tid=18832] ppid=18825 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/18827/task/18832/stat : 18832 (java) S 18825 18825 18280 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476469993 28904853504 10342 33554432000 4194304 4196468 140721788417104 139733562375312 139733612922581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13275136 140721788421078 140721788421254 140721788421254 140721788424143 0
[pid=18827/tid=18833] ppid=18825 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/18827/task/18833/stat : 18833 (java) S 18825 18825 18280 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476469993 28904853504 10342 33554432000 4194304 4196468 140721788417104 139733561321744 139733612922581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13275136 140721788421078 140721788421254 140721788421254 140721788424143 0
[pid=18827/tid=18834] ppid=18825 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/18827/task/18834/stat : 18834 (java) S 18825 18825 18280 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476469993 28904853504 10342 33554432000 4194304 4196468 140721788417104 139733560269200 139733612922581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13275136 140721788421078 140721788421254 140721788421254 140721788424143 0
[pid=18827/tid=18835] ppid=18825 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/18827/task/18835/stat : 18835 (java) S 18825 18825 18280 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476469993 28904853504 10342 33554432000 4194304 4196468 140721788417104 139733559216656 139733612922581 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13275136 140721788421078 140721788421254 140721788421254 140721788424143 0
[pid=18827/tid=18836] ppid=18825 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/18827/task/18836/stat : 18836 (java) S 18825 18825 18280 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476469993 28904853504 10342 33554432000 4194304 4196468 140721788417104 139733558164112 139733612922581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13275136 140721788421078 140721788421254 140721788421254 140721788424143 0
[pid=18827/tid=18837] ppid=18825 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/18827/task/18837/stat : 18837 (java) S 18825 18825 18280 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 476469994 28904853504 10342 33554432000 4194304 4196468 140721788417104 139731992029680 139733612923522 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13275136 140721788421078 140721788421254 140721788421254 140721788424143 0
[pid=18827/tid=18838] ppid=18825 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/18827/task/18838/stat : 18838 (java) S 18825 18825 18280 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 476469995 28904853504 10342 33554432000 4194304 4196468 140721788417104 139731990975904 139733612922581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13275136 140721788421078 140721788421254 140721788421254 140721788424143 0
[pid=18827/tid=18839] ppid=18825 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/18827/task/18839/stat : 18839 (java) S 18825 18825 18280 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 476469995 28904853504 10342 33554432000 4194304 4196468 140721788417104 139731989923312 139733612922581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13275136 140721788421078 140721788421254 140721788421254 140721788424143 0
[pid=18827/tid=18840] ppid=18825 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/18827/task/18840/stat : 18840 (java) S 18825 18825 18280 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476469997 28904853504 10342 33554432000 4194304 4196468 140721788417104 139731988871888 139733612930971 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13275136 140721788421078 140721788421254 140721788421254 140721788424143 0
[pid=18827/tid=18841] ppid=18825 vsize=28227396 memory=0 CPUtime=0.01 cores=0-7
/proc/18827/task/18841/stat : 18841 (java) S 18825 18825 18280 0 -1 1077944384 484 0 0 0 1 0 0 0 20 0 20 0 476469997 28904853504 10342 33554432000 4194304 4196468 140721788417104 139731987818480 139733612923522 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13275136 140721788421078 140721788421254 140721788421254 140721788424143 0
[pid=18827/tid=18842] ppid=18825 vsize=28227396 memory=0 CPUtime=0.02 cores=0-7
/proc/18827/task/18842/stat : 18842 (java) S 18825 18825 18280 0 -1 1077944384 265 0 0 0 2 0 0 0 20 0 20 0 476469997 28904853504 10342 33554432000 4194304 4196468 140721788417104 139731986765936 139733612923522 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13275136 140721788421078 140721788421254 140721788421254 140721788424143 0
[pid=18827/tid=18843] ppid=18825 vsize=28227396 memory=-1 CPUtime=0.01 cores=0-7
/proc/18827/task/18843/stat : 18843 (java) S 18825 18825 18280 0 -1 1077944384 78 0 0 0 1 0 0 0 20 0 20 0 476469997 28904853504 10342 33554432000 4194304 4196468 140721788417104 139731985713392 139733612923522 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13275136 140721788421078 140721788421254 140721788421254 140721788424143 0
[pid=18827/tid=18844] ppid=18825 vsize=28227396 memory=-1 CPUtime=0.07 cores=0-7
/proc/18827/task/18844/stat : 18844 (java) R 18825 18825 18280 0 -1 4202560 740 0 0 0 7 0 0 0 20 0 20 0 476469997 28904853504 10342 33554432000 4194304 4196468 140721788417104 139731984660848 139733612924310 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 13275136 140721788421078 140721788421254 140721788421254 140721788424143 0
[pid=18827/tid=18845] ppid=18825 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/18827/task/18845/stat : 18845 (java) S 18825 18825 18280 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476469997 28904853504 10342 33554432000 4194304 4196468 140721788417104 139731983608544 139733612922581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13275136 140721788421078 140721788421254 140721788421254 140721788424143 0
[pid=18827/tid=18846] ppid=18825 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/18827/task/18846/stat : 18846 (java) S 18825 18825 18280 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476469998 28904853504 10342 33554432000 4194304 4196468 140721788417104 139731982556080 139733612923522 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13275136 140721788421078 140721788421254 140721788421254 140721788424143 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 42816 KiB

[startup+0.309494 s]*
/proc/loadavg: 8.68 8.31 8.17 3/211 18846
/proc/meminfo: memFree=24934600/32770624 swapFree=66935844/67108860
[pid=18825] ppid=18822 vsize=113128 memory=1448 CPUtime=0 cores=0-7
/proc/18825/stat : 18825 (xcsp3-exec) S 18822 18825 18280 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 476469991 115843072 362 33554432000 4194304 5098028 140727481531792 140727481529896 140150242361980 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 28950528 140727481533265 140727481533525 140727481533525 140727481536454 0
/proc/18825/statm: 28282 362 304 221 0 87 0
[pid=18827] ppid=18825 vsize=28231652 memory=49608 CPUtime=0.52 cores=0-7
/proc/18827/stat : 18827 (java) S 18825 18825 18280 0 -1 1077944320 10782 0 0 0 49 3 0 0 20 0 20 0 476469992 28909211648 12402 33554432000 4194304 4196468 140721788417104 140721788399648 139733612912375 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 13275136 140721788421078 140721788421254 140721788421254 140721788424143 0
/proc/18827/statm: 7057913 12402 3346 1 0 7019032 0
[pid=18827/tid=18828] ppid=18825 vsize=28231652 memory=6791534058613427641 CPUtime=0.29 cores=0-7
/proc/18827/task/18828/stat : 18828 (java) R 18825 18825 18280 0 -1 4202560 7744 0 0 0 27 2 0 0 20 0 20 0 476469992 28909211648 12402 33554432000 4194304 4196468 140721788417104 139733617143488 139733596992862 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 13275136 140721788421078 140721788421254 140721788421254 140721788424143 0
[pid=18827/tid=18829] ppid=18825 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/18827/task/18829/stat : 18829 (java) S 18825 18825 18280 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476469993 28909211648 12402 33554432000 4194304 4196468 140721788417104 139733565532944 139733612922581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13275136 140721788421078 140721788421254 140721788421254 140721788424143 0
[pid=18827/tid=18830] ppid=18825 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/18827/task/18830/stat : 18830 (java) S 18825 18825 18280 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476469993 28909211648 12402 33554432000 4194304 4196468 140721788417104 139733564480400 139733612922581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13275136 140721788421078 140721788421254 140721788421254 140721788424143 0
[pid=18827/tid=18831] ppid=18825 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/18827/task/18831/stat : 18831 (java) S 18825 18825 18280 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476469993 28909211648 12402 33554432000 4194304 4196468 140721788417104 139733563427856 139733612922581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13275136 140721788421078 140721788421254 140721788421254 140721788424143 0
[pid=18827/tid=18832] ppid=18825 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/18827/task/18832/stat : 18832 (java) S 18825 18825 18280 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476469993 28909211648 12402 33554432000 4194304 4196468 140721788417104 139733562375312 139733612922581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13275136 140721788421078 140721788421254 140721788421254 140721788424143 0
[pid=18827/tid=18833] ppid=18825 vsize=28231652 memory=2244 CPUtime=0 cores=0-7
/proc/18827/task/18833/stat : 18833 (java) S 18825 18825 18280 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476469993 28909211648 12449 33554432000 4194304 4196468 140721788417104 139733561321744 139733612922581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13275136 140721788421078 140721788421254 140721788421254 140721788424143 0
[pid=18827/tid=18834] ppid=18825 vsize=28231652 memory=140633872364463 CPUtime=0 cores=0-7
/proc/18827/task/18834/stat : 18834 (java) S 18825 18825 18280 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476469993 28909211648 12449 33554432000 4194304 4196468 140721788417104 139733560269200 139733612922581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13275136 140721788421078 140721788421254 140721788421254 140721788424143 0
[pid=18827/tid=18835] ppid=18825 vsize=28231652 memory=140633872366768 CPUtime=0 cores=0-7
/proc/18827/task/18835/stat : 18835 (java) S 18825 18825 18280 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476469993 28909211648 12449 33554432000 4194304 4196468 140721788417104 139733559216656 139733612922581 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13275136 140721788421078 140721788421254 140721788421254 140721788424143 0
[pid=18827/tid=18836] ppid=18825 vsize=28231652 memory=140633872369072 CPUtime=0 cores=0-7
/proc/18827/task/18836/stat : 18836 (java) S 18825 18825 18280 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476469993 28909211648 12449 33554432000 4194304 4196468 140721788417104 139733558164112 139733612922581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13275136 140721788421078 140721788421254 140721788421254 140721788424143 0
[pid=18827/tid=18837] ppid=18825 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/18827/task/18837/stat : 18837 (java) S 18825 18825 18280 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 476469994 28909211648 12449 33554432000 4194304 4196468 140721788417104 139731992029680 139733612923522 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13275136 140721788421078 140721788421254 140721788421254 140721788424143 0
[pid=18827/tid=18838] ppid=18825 vsize=28231652 memory=281267744745104 CPUtime=0 cores=0-7
/proc/18827/task/18838/stat : 18838 (java) S 18825 18825 18280 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 476469995 28909211648 12449 33554432000 4194304 4196468 140721788417104 139731990975904 139733612922581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13275136 140721788421078 140721788421254 140721788421254 140721788424143 0
[pid=18827/tid=18839] ppid=18825 vsize=28231652 memory=281267744752016 CPUtime=0 cores=0-7
/proc/18827/task/18839/stat : 18839 (java) S 18825 18825 18280 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 476469995 28909211648 12449 33554432000 4194304 4196468 140721788417104 139731989923312 139733612922581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13275136 140721788421078 140721788421254 140721788421254 140721788424143 0
[pid=18827/tid=18840] ppid=18825 vsize=28231652 memory=281267744693296 CPUtime=0 cores=0-7
/proc/18827/task/18840/stat : 18840 (java) S 18825 18825 18280 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476469997 28909211648 12449 33554432000 4194304 4196468 140721788417104 139731988871888 139733612930971 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13275136 140721788421078 140721788421254 140721788421254 140721788424143 0
[pid=18827/tid=18841] ppid=18825 vsize=28231652 memory=281267744765840 CPUtime=0.01 cores=0-7
/proc/18827/task/18841/stat : 18841 (java) S 18825 18825 18280 0 -1 1077944384 484 0 0 0 1 0 0 0 20 0 20 0 476469997 28909211648 12449 33554432000 4194304 4196468 140721788417104 139731987818480 139733612923522 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13275136 140721788421078 140721788421254 140721788421254 140721788424143 0
[pid=18827/tid=18842] ppid=18825 vsize=28231652 memory=281267744772752 CPUtime=0.04 cores=0-7
/proc/18827/task/18842/stat : 18842 (java) S 18825 18825 18280 0 -1 1077944384 279 0 0 0 4 0 0 0 20 0 20 0 476469997 28909211648 12449 33554432000 4194304 4196468 140721788417104 139731986765936 139733612923522 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13275136 140721788421078 140721788421254 140721788421254 140721788424143 0
[pid=18827/tid=18843] ppid=18825 vsize=28231652 memory=281267744770448 CPUtime=0.02 cores=0-7
/proc/18827/task/18843/stat : 18843 (java) R 18825 18825 18280 0 -1 4202560 163 0 0 0 2 0 0 0 20 0 20 0 476469997 28909211648 12449 33554432000 4194304 4196468 140721788417104 139731985703776 139733596323385 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 13275136 140721788421078 140721788421254 140721788421254 140721788424143 0
[pid=18827/tid=18844] ppid=18825 vsize=28231652 memory=281267744786608 CPUtime=0.13 cores=0-7
/proc/18827/task/18844/stat : 18844 (java) S 18825 18825 18280 0 -1 1077944384 812 0 0 0 13 0 0 0 20 0 20 0 476469997 28909211648 12449 33554432000 4194304 4196468 140721788417104 139731984660848 139733612923522 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13275136 140721788421078 140721788421254 140721788421254 140721788424143 0
[pid=18827/tid=18845] ppid=18825 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/18827/task/18845/stat : 18845 (java) S 18825 18825 18280 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476469997 28909211648 12449 33554432000 4194304 4196468 140721788417104 139731983608544 139733612922581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13275136 140721788421078 140721788421254 140721788421254 140721788424143 0
[pid=18827/tid=18846] ppid=18825 vsize=28231652 memory=-1 CPUtime=0 cores=0-7
/proc/18827/task/18846/stat : 18846 (java) S 18825 18825 18280 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476469998 28909211648 12449 33554432000 4194304 4196468 140721788417104 139731982556080 139733612923522 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13275136 140721788421078 140721788421254 140721788421254 140721788424143 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 28344780 KiB
Current children cumulated memory: 51056 KiB

[startup+0.708578 s]
/proc/loadavg: 8.68 8.31 8.17 6/211 18846
/proc/meminfo: memFree=24916924/32770624 swapFree=66935844/67108860
[pid=18825] ppid=18822 vsize=113128 memory=1448 CPUtime=0 cores=0-7
/proc/18825/stat : 18825 (xcsp3-exec) S 18822 18825 18280 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 476469991 115843072 362 33554432000 4194304 5098028 140727481531792 140727481529896 140150242361980 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 28950528 140727481533265 140727481533525 140727481533525 140727481536454 0
/proc/18825/statm: 28282 362 304 221 0 87 0
[pid=18827] ppid=18825 vsize=28766288 memory=120432 CPUtime=2.04 cores=0-7
/proc/18827/stat : 18827 (java) S 18825 18825 18280 0 -1 1077944320 16854 0 0 0 197 7 0 0 20 0 28 0 476469992 29456678912 30108 33554432000 4194304 4196468 140721788417104 140721788399648 139733612912375 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 13275136 140721788421078 140721788421254 140721788421254 140721788424143 0
/proc/18827/statm: 7191572 30108 3462 1 0 7152672 0
[pid=18827/tid=18828] ppid=18825 vsize=28766288 memory=281267745144496 CPUtime=0.65 cores=0-7
/proc/18827/task/18828/stat : 18828 (java) S 18825 18825 18280 0 -1 1077944384 9225 0 0 0 61 4 0 0 20 0 28 0 476469992 29456678912 30108 33554432000 4194304 4196468 140721788417104 139733617153152 139733612922581 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13275136 140721788421078 140721788421254 140721788421254 140721788424143 0
[pid=18827/tid=18829] ppid=18825 vsize=28766288 memory=140633872573296 CPUtime=0 cores=0-7
/proc/18827/task/18829/stat : 18829 (java) S 18825 18825 18280 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 28 0 476469993 29456678912 30108 33554432000 4194304 4196468 140721788417104 139733565532944 139733612922581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13275136 140721788421078 140721788421254 140721788421254 140721788424143 0
[pid=18827/tid=18830] ppid=18825 vsize=28766288 memory=0 CPUtime=0 cores=0-7
/proc/18827/task/18830/stat : 18830 (java) S 18825 18825 18280 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 476469993 29456678912 30108 33554432000 4194304 4196468 140721788417104 139733564480400 139733612922581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13275136 140721788421078 140721788421254 140721788421254 140721788424143 0
[pid=18827/tid=18831] ppid=18825 vsize=28766288 memory=1128 CPUtime=0 cores=0-7
/proc/18827/task/18831/stat : 18831 (java) S 18825 18825 18280 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 476469993 29456678912 30108 33554432000 4194304 4196468 140721788417104 139733563427856 139733612922581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13275136 140721788421078 140721788421254 140721788421254 140721788424143 0

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

[pid=18827/tid=18910] ppid=18825 vsize=28834900 memory=959800 CPUtime=2417.53 cores=0-7
/proc/18827/task/18910/stat : 18910 (java) S 18825 18825 18280 0 -1 1077944384 31335 0 0 0 241732 21 0 0 20 0 28 0 476470075 29526937600 239180 33554432000 4194304 4196468 140721788417104 139731964918944 139733612922581 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 11 0 0 6293624 6294260 13275136 140721788421078 140721788421254 140721788421254 140721788424143 0
Current children cumulated CPU time: 19421.2 s
Current children cumulated vsize: 28948028 KiB
Current children cumulated memory: 958168 KiB

[startup+2502.3 s]
/proc/loadavg: 8.56 8.35 8.30 9/221 19123
/proc/meminfo: memFree=24038580/32770624 swapFree=66935844/67108860
[pid=18825] ppid=18822 vsize=113128 memory=1448 CPUtime=0 cores=0-7
/proc/18825/stat : 18825 (xcsp3-exec) S 18822 18825 18280 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 476469991 115843072 362 33554432000 4194304 5098028 140727481531792 140727481529896 140150242361980 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 28950528 140727481533265 140727481533525 140727481533525 140727481536454 0
/proc/18825/statm: 28282 362 304 221 0 87 0
[pid=18827] ppid=18825 vsize=28834900 memory=939840 CPUtime=19898.9 cores=0-7
/proc/18827/stat : 18827 (java) S 18825 18825 18280 0 -1 1077944320 583351 0 0 0 1989299 588 0 0 20 0 28 0 476469992 29526937600 234960 33554432000 4194304 4196468 140721788417104 140721788399648 139733612912375 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 13275136 140721788421078 140721788421254 140721788421254 140721788424143 0
/proc/18827/statm: 7208725 234960 3535 1 0 7169825 0
[pid=18827/tid=18828] ppid=18825 vsize=28834900 memory=941380 CPUtime=0.65 cores=0-7
/proc/18827/task/18828/stat : 18828 (java) S 18825 18825 18280 0 -1 1077944384 9232 0 0 0 61 4 0 0 20 0 28 0 476469992 29526937600 234960 33554432000 4194304 4196468 140721788417104 139733617153152 139733612922581 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13275136 140721788421078 140721788421254 140721788421254 140721788424143 0
[pid=18827/tid=18829] ppid=18825 vsize=28834900 memory=1448 CPUtime=7.47 cores=0-7
/proc/18827/task/18829/stat : 18829 (java) S 18825 18825 18280 0 -1 1077944384 23915 0 0 0 720 27 0 0 20 0 28 0 476469993 29526937600 234960 33554432000 4194304 4196468 140721788417104 139733565532944 139733612922581 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 3 0 0 6293624 6294260 13275136 140721788421078 140721788421254 140721788421254 140721788424143 0
[pid=18827/tid=18830] ppid=18825 vsize=28834900 memory=1448 CPUtime=7.52 cores=0-7
/proc/18827/task/18830/stat : 18830 (java) S 18825 18825 18280 0 -1 1077944384 22266 0 0 0 723 29 0 0 20 0 28 0 476469993 29526937600 234960 33554432000 4194304 4196468 140721788417104 139733564480400 139733612922581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 3 0 0 6293624 6294260 13275136 140721788421078 140721788421254 140721788421254 140721788424143 0
[pid=18827/tid=18831] ppid=18825 vsize=28834900 memory=940868 CPUtime=7.48 cores=0-7
/proc/18827/task/18831/stat : 18831 (java) S 18825 18825 18280 0 -1 1077944384 20513 0 0 0 721 27 0 0 20 0 28 0 476469993 29526937600 234960 33554432000 4194304 4196468 140721788417104 139733563427856 139733612922581 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 3 0 0 6293624 6294260 13275136 140721788421078 140721788421254 140721788421254 140721788424143 0
[pid=18827/tid=18832] ppid=18825 vsize=28834900 memory=1448 CPUtime=7.55 cores=0-7
/proc/18827/task/18832/stat : 18832 (java) S 18825 18825 18280 0 -1 1077944384 22622 0 0 0 728 27 0 0 20 0 28 0 476469993 29526937600 234960 33554432000 4194304 4196468 140721788417104 139733562375312 139733612922581 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 3 0 0 6293624 6294260 13275136 140721788421078 140721788421254 140721788421254 140721788424143 0
[pid=18827/tid=18833] ppid=18825 vsize=28834900 memory=1448 CPUtime=7.51 cores=0-7
/proc/18827/task/18833/stat : 18833 (java) S 18825 18825 18280 0 -1 1077944384 23604 0 0 0 722 29 0 0 20 0 28 0 476469993 29526937600 234960 33554432000 4194304 4196468 140721788417104 139733561321744 139733612922581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 3 0 0 6293624 6294260 13275136 140721788421078 140721788421254 140721788421254 140721788424143 0
[pid=18827/tid=18834] ppid=18825 vsize=28834900 memory=243656 CPUtime=7.46 cores=0-7
/proc/18827/task/18834/stat : 18834 (java) S 18825 18825 18280 0 -1 1077944384 21719 0 0 0 719 27 0 0 20 0 28 0 476469993 29526937600 234960 33554432000 4194304 4196468 140721788417104 139733560269200 139733612922581 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 3 0 0 6293624 6294260 13275136 140721788421078 140721788421254 140721788421254 140721788424143 0
[pid=18827/tid=18835] ppid=18825 vsize=28834900 memory=243207 CPUtime=7.49 cores=0-7
/proc/18827/task/18835/stat : 18835 (java) S 18825 18825 18280 0 -1 1077944384 19767 0 0 0 723 26 0 0 20 0 28 0 476469993 29526937600 234960 33554432000 4194304 4196468 140721788417104 139733559216656 139733612922581 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 3 0 0 6293624 6294260 13275136 140721788421078 140721788421254 140721788421254 140721788424143 0
[pid=18827/tid=18836] ppid=18825 vsize=28834900 memory=1448 CPUtime=7.5 cores=0-7
/proc/18827/task/18836/stat : 18836 (java) S 18825 18825 18280 0 -1 1077944384 18702 0 0 0 721 29 0 0 20 0 28 0 476469993 29526937600 234960 33554432000 4194304 4196468 140721788417104 139733558164112 139733612922581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 3 0 0 6293624 6294260 13275136 140721788421078 140721788421254 140721788421254 140721788424143 0
[pid=18827/tid=18837] ppid=18825 vsize=28834900 memory=946512 CPUtime=3.77 cores=0-7
/proc/18827/task/18837/stat : 18837 (java) S 18825 18825 18280 0 -1 1077944384 103937 0 0 0 281 96 0 0 20 0 28 0 476469994 29526937600 234960 33554432000 4194304 4196468 140721788417104 139731992029680 139733612923522 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13275136 140721788421078 140721788421254 140721788421254 140721788424143 0
[pid=18827/tid=18838] ppid=18825 vsize=28834900 memory=1448 CPUtime=0 cores=0-7
/proc/18827/task/18838/stat : 18838 (java) S 18825 18825 18280 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 28 0 476469995 29526937600 234960 33554432000 4194304 4196468 140721788417104 139731990975968 139733612922581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13275136 140721788421078 140721788421254 140721788421254 140721788424143 0
[pid=18827/tid=18839] ppid=18825 vsize=28834900 memory=1448 CPUtime=0 cores=0-7
/proc/18827/task/18839/stat : 18839 (java) S 18825 18825 18280 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 28 0 476469995 29526937600 234960 33554432000 4194304 4196468 140721788417104 139731989923328 139733612922581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13275136 140721788421078 140721788421254 140721788421254 140721788424143 0
[pid=18827/tid=18840] ppid=18825 vsize=28834900 memory=-7595718148000617571 CPUtime=0 cores=0-7
/proc/18827/task/18840/stat : 18840 (java) S 18825 18825 18280 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 476469997 29526937600 234960 33554432000 4194304 4196468 140721788417104 139731988871888 139733612930971 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13275136 140721788421078 140721788421254 140721788421254 140721788424143 0
[pid=18827/tid=18841] ppid=18825 vsize=28834900 memory=-7595718316222733696 CPUtime=1.78 cores=0-7
/proc/18827/task/18841/stat : 18841 (java) S 18825 18825 18280 0 -1 1077944384 11810 0 0 0 175 3 0 0 20 0 28 0 476469997 29526937600 234960 33554432000 4194304 4196468 140721788417104 139731987818480 139733612923522 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13275136 140721788421078 140721788421254 140721788421254 140721788424143 0
[pid=18827/tid=18842] ppid=18825 vsize=28834900 memory=939840 CPUtime=1.83 cores=0-7
/proc/18827/task/18842/stat : 18842 (java) S 18825 18825 18280 0 -1 1077944384 8344 0 0 0 182 1 0 0 20 0 28 0 476469997 29526937600 234960 33554432000 4194304 4196468 140721788417104 139731986765936 139733612923522 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13275136 140721788421078 140721788421254 140721788421254 140721788424143 0
[pid=18827/tid=18843] ppid=18825 vsize=28834900 memory=3512 CPUtime=2.05 cores=0-7
/proc/18827/task/18843/stat : 18843 (java) S 18825 18825 18280 0 -1 1077944384 8513 0 0 0 204 1 0 0 20 0 28 0 476469997 29526937600 234960 33554432000 4194304 4196468 140721788417104 139731985713392 139733612923522 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13275136 140721788421078 140721788421254 140721788421254 140721788424143 0
[pid=18827/tid=18844] ppid=18825 vsize=28834900 memory=1128 CPUtime=0.79 cores=0-7
/proc/18827/task/18844/stat : 18844 (java) S 18825 18825 18280 0 -1 1077944384 9113 0 0 0 77 2 0 0 20 0 28 0 476469997 29526937600 234960 33554432000 4194304 4196468 140721788417104 139731984660848 139733612923522 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13275136 140721788421078 140721788421254 140721788421254 140721788424143 0
[pid=18827/tid=18845] ppid=18825 vsize=28834900 memory=2828 CPUtime=0 cores=0-7
/proc/18827/task/18845/stat : 18845 (java) S 18825 18825 18280 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 476469997 29526937600 234960 33554432000 4194304 4196468 140721788417104 139731983608544 139733612922581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13275136 140721788421078 140721788421254 140721788421254 140721788424143 0
[pid=18827/tid=18846] ppid=18825 vsize=28834900 memory=56136 CPUtime=0.43 cores=0-7
/proc/18827/task/18846/stat : 18846 (java) S 18825 18825 18280 0 -1 1077944384 4763 0 0 0 6 37 0 0 20 0 28 0 476469998 29526937600 234960 33554432000 4194304 4196468 140721788417104 139731982556080 139733612923522 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13275136 140721788421078 140721788421254 140721788421254 140721788424143 0
[pid=18827/tid=18903] ppid=18825 vsize=28834900 memory=2020 CPUtime=2481.36 cores=0-7
/proc/18827/task/18903/stat : 18903 (java) R 18825 18825 18280 0 -1 4202560 23719 0 0 0 248122 14 0 0 20 0 28 0 476470074 29526937600 234960 33554432000 4194304 4196468 140721788417104 139731969125600 139733225838668 0 4 0 16800975 0 0 0 -1 0 0 0 11 0 0 6293624 6294260 13275136 140721788421078 140721788421254 140721788421254 140721788424143 0
[pid=18827/tid=18904] ppid=18825 vsize=28834900 memory=988 CPUtime=2476.64 cores=0-7
/proc/18827/task/18904/stat : 18904 (java) R 18825 18825 18280 0 -1 4202560 14434 0 0 0 247651 13 0 0 20 0 28 0 476470074 29526937600 234960 33554432000 4194304 4196468 140721788417104 139731965968912 139733229747008 0 4 0 16800975 0 0 0 -1 1 0 0 13 0 0 6293624 6294260 13275136 140721788421078 140721788421254 140721788421254 140721788424143 0
[pid=18827/tid=18905] ppid=18825 vsize=28834900 memory=940356 CPUtime=2479.76 cores=0-7
/proc/18827/task/18905/stat : 18905 (java) R 18825 18825 18280 0 -1 4202560 14677 0 0 0 247961 15 0 0 20 0 28 0 476470074 29526937600 234960 33554432000 4194304 4196468 140721788417104 139731970178840 139733226515742 0 4 0 16800975 0 0 0 -1 6 0 0 11 0 0 6293624 6294260 13275136 140721788421078 140721788421254 140721788421254 140721788424143 0
[pid=18827/tid=18906] ppid=18825 vsize=28834900 memory=1448 CPUtime=2475.45 cores=0-7
/proc/18827/task/18906/stat : 18906 (java) R 18825 18825 18280 0 -1 4202560 54168 0 0 0 247481 64 0 0 20 0 28 0 476470074 29526937600 234960 33554432000 4194304 4196468 140721788417104 139731967020824 139733225666218 0 4 0 16800975 0 0 0 -1 3 0 0 12 0 0 6293624 6294260 13275136 140721788421078 140721788421254 140721788421254 140721788424143 0
[pid=18827/tid=18907] ppid=18825 vsize=28834900 memory=941380 CPUtime=2480.82 cores=0-7
/proc/18827/task/18907/stat : 18907 (java) R 18825 18825 18280 0 -1 4202560 70708 0 0 0 247973 109 0 0 20 0 28 0 476470074 29526937600 234960 33554432000 4194304 4196468 140721788417104 139731973336928 139733225839919 0 4 0 16800975 0 0 0 -1 5 0 0 11 0 0 6293624 6294260 13275136 140721788421078 140721788421254 140721788421254 140721788424143 0
[pid=18827/tid=18908] ppid=18825 vsize=28834900 memory=6791534058613427641 CPUtime=2477.74 cores=0-7
/proc/18827/task/18908/stat : 18908 (java) R 18825 18825 18280 0 -1 4202560 20889 0 0 0 247755 19 0 0 20 0 28 0 476470074 29526937600 234960 33554432000 4194304 4196468 140721788417104 139731971231640 139733227223255 0 4 0 16800975 0 0 0 -1 2 0 0 11 0 0 6293624 6294260 13275136 140721788421078 140721788421254 140721788421254 140721788424143 0
[pid=18827/tid=18909] ppid=18825 vsize=28834900 memory=6791534058613427641 CPUtime=2478.18 cores=0-7
/proc/18827/task/18909/stat : 18909 (java) R 18825 18825 18280 0 -1 4202560 21316 0 0 0 247804 14 0 0 20 0 28 0 476470074 29526937600 234960 33554432000 4194304 4196468 140721788417104 139731968076960 139733225840204 0 4 0 16800975 0 0 0 -1 4 0 0 12 0 0 6293624 6294260 13275136 140721788421078 140721788421254 140721788421254 140721788424143 0
[pid=18827/tid=18910] ppid=18825 vsize=28834900 memory=1448 CPUtime=2477.03 cores=0-7
/proc/18827/task/18910/stat : 18910 (java) R 18825 18825 18280 0 -1 4202560 32044 0 0 0 247681 22 0 0 20 0 28 0 476470075 29526937600 234960 33554432000 4194304 4196468 140721788417104 139731964915704 139733227766565 0 4 0 16800975 0 0 0 -1 7 0 0 12 0 0 6293624 6294260 13275136 140721788421078 140721788421254 140721788421254 140721788424143 0
Current children cumulated CPU time: 19898.9 s
Current children cumulated vsize: 28948028 KiB
Current children cumulated memory: 941288 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+2520 s]*
/proc/loadavg: 8.40 8.33 8.30 9/220 19123
/proc/meminfo: memFree=24040656/32770624 swapFree=66935844/67108860
[pid=18825] ppid=18822 vsize=113128 memory=1448 CPUtime=0 cores=0-7
/proc/18825/stat : 18825 (xcsp3-exec) S 18822 18825 18280 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 476469991 115843072 362 33554432000 4194304 5098028 140727481531792 140727481529896 140150242361980 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 28950528 140727481533265 140727481533525 140727481533525 140727481536454 0
/proc/18825/statm: 28282 362 304 221 0 87 0
[pid=18827] ppid=18825 vsize=28834900 memory=937788 CPUtime=20039.9 cores=0-7
/proc/18827/stat : 18827 (java) S 18825 18825 18280 0 -1 1077944320 583987 0 0 0 2003406 588 0 0 20 0 28 0 476469992 29526937600 234447 33554432000 4194304 4196468 140721788417104 140721788399648 139733612912375 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 13275136 140721788421078 140721788421254 140721788421254 140721788424143 0
/proc/18827/statm: 7208725 234447 3535 1 0 7169825 0
[pid=18827/tid=18828] ppid=18825 vsize=28834900 memory=6791534058613427641 CPUtime=0.65 cores=0-7
/proc/18827/task/18828/stat : 18828 (java) S 18825 18825 18280 0 -1 1077944384 9232 0 0 0 61 4 0 0 20 0 28 0 476469992 29526937600 234447 33554432000 4194304 4196468 140721788417104 139733617153152 139733612922581 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13275136 140721788421078 140721788421254 140721788421254 140721788424143 0
[pid=18827/tid=18829] ppid=18825 vsize=28834900 memory=4872558044660077418 CPUtime=7.49 cores=0-7
/proc/18827/task/18829/stat : 18829 (java) S 18825 18825 18280 0 -1 1077944384 23970 0 0 0 722 27 0 0 20 0 28 0 476469993 29526937600 234447 33554432000 4194304 4196468 140721788417104 139733565532944 139733612922581 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 3 0 0 6293624 6294260 13275136 140721788421078 140721788421254 140721788421254 140721788424143 0
[pid=18827/tid=18830] ppid=18825 vsize=28834900 memory=1448 CPUtime=7.54 cores=0-7
/proc/18827/task/18830/stat : 18830 (java) S 18825 18825 18280 0 -1 1077944384 22293 0 0 0 725 29 0 0 20 0 28 0 476469993 29526937600 234447 33554432000 4194304 4196468 140721788417104 139733564480400 139733612922581 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 3 0 0 6293624 6294260 13275136 140721788421078 140721788421254 140721788421254 140721788424143 0
[pid=18827/tid=18831] ppid=18825 vsize=28834900 memory=1448 CPUtime=7.5 cores=0-7
/proc/18827/task/18831/stat : 18831 (java) S 18825 18825 18280 0 -1 1077944384 20522 0 0 0 723 27 0 0 20 0 28 0 476469993 29526937600 234447 33554432000 4194304 4196468 140721788417104 139733563427856 139733612922581 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 3 0 0 6293624 6294260 13275136 140721788421078 140721788421254 140721788421254 140721788424143 0
[pid=18827/tid=18832] ppid=18825 vsize=28834900 memory=937788 CPUtime=7.57 cores=0-7
/proc/18827/task/18832/stat : 18832 (java) S 18825 18825 18280 0 -1 1077944384 22641 0 0 0 730 27 0 0 20 0 28 0 476469993 29526937600 234447 33554432000 4194304 4196468 140721788417104 139733562375312 139733612922581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 3 0 0 6293624 6294260 13275136 140721788421078 140721788421254 140721788421254 140721788424143 0
[pid=18827/tid=18833] ppid=18825 vsize=28834900 memory=4104 CPUtime=7.53 cores=0-7
/proc/18827/task/18833/stat : 18833 (java) S 18825 18825 18280 0 -1 1077944384 23629 0 0 0 724 29 0 0 20 0 28 0 476469993 29526937600 234447 33554432000 4194304 4196468 140721788417104 139733561321744 139733612922581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 3 0 0 6293624 6294260 13275136 140721788421078 140721788421254 140721788421254 140721788424143 0
[pid=18827/tid=18834] ppid=18825 vsize=28834900 memory=12040 CPUtime=7.48 cores=0-7
/proc/18827/task/18834/stat : 18834 (java) S 18825 18825 18280 0 -1 1077944384 21719 0 0 0 721 27 0 0 20 0 28 0 476469993 29526937600 234447 33554432000 4194304 4196468 140721788417104 139733560269200 139733612922581 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 3 0 0 6293624 6294260 13275136 140721788421078 140721788421254 140721788421254 140721788424143 0
[pid=18827/tid=18835] ppid=18825 vsize=28834900 memory=2124 CPUtime=7.52 cores=0-7
/proc/18827/task/18835/stat : 18835 (java) S 18825 18825 18280 0 -1 1077944384 19789 0 0 0 726 26 0 0 20 0 28 0 476469993 29526937600 234447 33554432000 4194304 4196468 140721788417104 139733559216656 139733612922581 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 3 0 0 6293624 6294260 13275136 140721788421078 140721788421254 140721788421254 140721788424143 0
[pid=18827/tid=18836] ppid=18825 vsize=28834900 memory=30232 CPUtime=7.52 cores=0-7
/proc/18827/task/18836/stat : 18836 (java) S 18825 18825 18280 0 -1 1077944384 18971 0 0 0 723 29 0 0 20 0 28 0 476469993 29526937600 234447 33554432000 4194304 4196468 140721788417104 139733558164112 139733612922581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 3 0 0 6293624 6294260 13275136 140721788421078 140721788421254 140721788421254 140721788424143 0
[pid=18827/tid=18837] ppid=18825 vsize=28834900 memory=492 CPUtime=3.78 cores=0-7
/proc/18827/task/18837/stat : 18837 (java) S 18825 18825 18280 0 -1 1077944384 103969 0 0 0 282 96 0 0 20 0 28 0 476469994 29526937600 234447 33554432000 4194304 4196468 140721788417104 139731992029680 139733612923522 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13275136 140721788421078 140721788421254 140721788421254 140721788424143 0
[pid=18827/tid=18838] ppid=18825 vsize=28834900 memory=1560 CPUtime=0 cores=0-7
/proc/18827/task/18838/stat : 18838 (java) S 18825 18825 18280 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 28 0 476469995 29526937600 234447 33554432000 4194304 4196468 140721788417104 139731990975968 139733612922581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13275136 140721788421078 140721788421254 140721788421254 140721788424143 0
[pid=18827/tid=18839] ppid=18825 vsize=28834900 memory=932 CPUtime=0 cores=0-7
/proc/18827/task/18839/stat : 18839 (java) S 18825 18825 18280 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 28 0 476469995 29526937600 234447 33554432000 4194304 4196468 140721788417104 139731989923328 139733612922581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13275136 140721788421078 140721788421254 140721788421254 140721788424143 0
[pid=18827/tid=18840] ppid=18825 vsize=28834900 memory=1636 CPUtime=0 cores=0-7
/proc/18827/task/18840/stat : 18840 (java) S 18825 18825 18280 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 476469997 29526937600 234447 33554432000 4194304 4196468 140721788417104 139731988871888 139733612930971 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13275136 140721788421078 140721788421254 140721788421254 140721788424143 0
[pid=18827/tid=18841] ppid=18825 vsize=28834900 memory=1436 CPUtime=1.78 cores=0-7
/proc/18827/task/18841/stat : 18841 (java) S 18825 18825 18280 0 -1 1077944384 11812 0 0 0 175 3 0 0 20 0 28 0 476469997 29526937600 234447 33554432000 4194304 4196468 140721788417104 139731987818480 139733612923522 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13275136 140721788421078 140721788421254 140721788421254 140721788424143 0
[pid=18827/tid=18842] ppid=18825 vsize=28834900 memory=880 CPUtime=1.83 cores=0-7
/proc/18827/task/18842/stat : 18842 (java) S 18825 18825 18280 0 -1 1077944384 8346 0 0 0 182 1 0 0 20 0 28 0 476469997 29526937600 234447 33554432000 4194304 4196468 140721788417104 139731986765936 139733612923522 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13275136 140721788421078 140721788421254 140721788421254 140721788424143 0
[pid=18827/tid=18843] ppid=18825 vsize=28834900 memory=1980 CPUtime=2.05 cores=0-7
/proc/18827/task/18843/stat : 18843 (java) S 18825 18825 18280 0 -1 1077944384 8515 0 0 0 204 1 0 0 20 0 28 0 476469997 29526937600 234447 33554432000 4194304 4196468 140721788417104 139731985713392 139733612923522 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13275136 140721788421078 140721788421254 140721788421254 140721788424143 0
[pid=18827/tid=18844] ppid=18825 vsize=28834900 memory=2520 CPUtime=0.79 cores=0-7
/proc/18827/task/18844/stat : 18844 (java) S 18825 18825 18280 0 -1 1077944384 9115 0 0 0 77 2 0 0 20 0 28 0 476469997 29526937600 234447 33554432000 4194304 4196468 140721788417104 139731984660848 139733612923522 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13275136 140721788421078 140721788421254 140721788421254 140721788424143 0
[pid=18827/tid=18845] ppid=18825 vsize=28834900 memory=1448 CPUtime=0 cores=0-7
/proc/18827/task/18845/stat : 18845 (java) S 18825 18825 18280 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 476469997 29526937600 234447 33554432000 4194304 4196468 140721788417104 139731983608544 139733612922581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13275136 140721788421078 140721788421254 140721788421254 140721788424143 0
[pid=18827/tid=18846] ppid=18825 vsize=28834900 memory=6791534058613427641 CPUtime=0.43 cores=0-7
/proc/18827/task/18846/stat : 18846 (java) S 18825 18825 18280 0 -1 1077944384 4767 0 0 0 6 37 0 0 20 0 28 0 476469998 29526937600 234447 33554432000 4194304 4196468 140721788417104 139731982556080 139733612923522 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13275136 140721788421078 140721788421254 140721788421254 140721788424143 0
[pid=18827/tid=18903] ppid=18825 vsize=28834900 memory=988 CPUtime=2499.02 cores=0-7
/proc/18827/task/18903/stat : 18903 (java) R 18825 18825 18280 0 -1 4202560 23730 0 0 0 249888 14 0 0 20 0 28 0 476470074 29526937600 234447 33554432000 4194304 4196468 140721788417104 139731969125520 139733227582845 0 4 0 16800975 0 0 0 -1 1 0 0 11 0 0 6293624 6294260 13275136 140721788421078 140721788421254 140721788421254 140721788424143 0
[pid=18827/tid=18904] ppid=18825 vsize=28834900 memory=1368 CPUtime=2494.3 cores=0-7
/proc/18827/task/18904/stat : 18904 (java) R 18825 18825 18280 0 -1 4202560 14466 0 0 0 249417 13 0 0 20 0 28 0 476470074 29526937600 234447 33554432000 4194304 4196468 140721788417104 139731965968832 139733227321051 0 4 0 16800975 0 0 0 -1 6 0 0 13 0 0 6293624 6294260 13275136 140721788421078 140721788421254 140721788421254 140721788424143 0
[pid=18827/tid=18905] ppid=18825 vsize=28834900 memory=1056 CPUtime=2497.41 cores=0-7
/proc/18827/task/18905/stat : 18905 (java) R 18825 18825 18280 0 -1 4202560 14693 0 0 0 249726 15 0 0 20 0 28 0 476470074 29526937600 234447 33554432000 4194304 4196468 140721788417104 139731970179248 139733228447459 0 4 0 16800975 0 0 0 -1 4 0 0 11 0 0 6293624 6294260 13275136 140721788421078 140721788421254 140721788421254 140721788424143 0
[pid=18827/tid=18906] ppid=18825 vsize=28834900 memory=1716 CPUtime=2493.1 cores=0-7
/proc/18827/task/18906/stat : 18906 (java) R 18825 18825 18280 0 -1 4202560 54191 0 0 0 249246 64 0 0 20 0 28 0 476470074 29526937600 234447 33554432000 4194304 4196468 140721788417104 139731967021360 139733229923314 0 4 0 16800975 0 0 0 -1 5 0 0 12 0 0 6293624 6294260 13275136 140721788421078 140721788421254 140721788421254 140721788424143 0
[pid=18827/tid=18907] ppid=18825 vsize=28834900 memory=6028 CPUtime=2498.13 cores=0-7
/proc/18827/task/18907/stat : 18907 (java) R 18825 18825 18280 0 -1 1077944384 70719 0 0 0 249704 109 0 0 20 0 28 0 476470074 29526937600 234447 33554432000 4194304 4196468 140721788417104 139731973336912 139733612922581 0 4 0 16800975 0 0 0 -1 3 0 0 11 0 0 6293624 6294260 13275136 140721788421078 140721788421254 140721788421254 140721788424143 0
[pid=18827/tid=18908] ppid=18825 vsize=28834900 memory=11416 CPUtime=2495.39 cores=0-7
/proc/18827/task/18908/stat : 18908 (java) R 18825 18825 18280 0 -1 4202560 20901 0 0 0 249520 19 0 0 20 0 28 0 476470074 29526937600 234447 33554432000 4194304 4196468 140721788417104 139731971234720 139733229816272 0 4 0 16800975 0 0 0 -1 0 0 0 11 0 0 6293624 6294260 13275136 140721788421078 140721788421254 140721788421254 140721788424143 0
[pid=18827/tid=18909] ppid=18825 vsize=28834900 memory=780 CPUtime=2495.84 cores=0-7
/proc/18827/task/18909/stat : 18909 (java) R 18825 18825 18280 0 -1 4202560 21357 0 0 0 249570 14 0 0 20 0 28 0 476470074 29526937600 234447 33554432000 4194304 4196468 140721788417104 139731968074416 139733226582890 0 4 0 16800975 0 0 0 -1 2 0 0 12 0 0 6293624 6294260 13275136 140721788421078 140721788421254 140721788421254 140721788424143 0
[pid=18827/tid=18910] ppid=18825 vsize=28834900 memory=776 CPUtime=2494.69 cores=0-7
/proc/18827/task/18910/stat : 18910 (java) R 18825 18825 18280 0 -1 4202560 32064 0 0 0 249447 22 0 0 20 0 28 0 476470075 29526937600 234447 33554432000 4194304 4196468 140721788417104 139731964916304 139733227579829 0 4 0 16800975 0 0 0 -1 3 0 0 12 0 0 6293624 6294260 13275136 140721788421078 140721788421254 140721788421254 140721788424143 0
Current children cumulated CPU time: 20039.9 s
Current children cumulated vsize: 28948028 KiB
Current children cumulated memory: 939236 KiB

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

[startup+2520.05 s]
# the end of solver process 18825 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=0.001677 s, system=0.000838 s

[startup+2520.1 s]
# the end of solver process 18827 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=20034.7 s, system=5.89663 s
# this solver process was not waited by its parent and was adopted by runsolver

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

Child status: 143
Real time (s): 2520.1
CPU time (s): 20040.6
CPU user time (s): 20034.7
CPU system time (s): 5.89663
CPU usage (%): 795.231
Max. virtual memory (cumulated for all children) (KiB): 28948028
Max. memory (cumulated for all children) (KiB): 2289272

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 20034.7
system time used= 5.89663
maximum resident set size= 2344788
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 584815
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3344
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 248585
involuntary context switches= 239176


# summary of solver processes directly reported to runsolver:
#   pid: 18825,18827
#   total CPU time (s): 20040.6
#   total CPU user time (s): 20034.7
#   total CPU system time (s): 5.89663

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 22.7119 second user time and 26.9791 second system time

The end

Launcher Data

Begin job on node147 at 2019-09-20 20:51:58
IDJOB=4404809
IDBENCH=135859
IDSOLVER=2865
FILE ID=node147/4404809-1569005562
RUNJOBID= node147-1569005045-18307
PBS_JOBID= 21704748
Free space on /var/tmp= 13508 MiB

SOLVER NAME= choco-solver 2019-09-20 parallel
BENCH NAME= XCSP17/TravellingSalesman/TravellingSalesman-m1-n30/TravellingSalesman-30-30-00.xml
COMMAND LINE= xcsp3-exec -dir DIR -tl TIMEOUT -p NBCORE -ml 24000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4404809-1569005562/watcher-4404809-1569005562 -o /var/tmp/evaluation-result-4404809-1569005562/solver-4404809-1569005562 -C 20160 -W 2520 -M 31000 --bin-var /var/tmp/runsolver-exch-node147-1569005045-18307 --watchdog 2580  xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 1582134471 HOME/instance-4404809-1569005562.xml

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

MD5SUM BENCH= b8130450ecaa214ac0617b692471aec1
RANDOM SEED=1582134471

node147.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.52
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.52
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.52
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.52
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:        24971632 kB
MemAvailable:   31785608 kB
Buffers:          103816 kB
Cached:          6770692 kB
SwapCached:        68676 kB
Active:          3412220 kB
Inactive:        3533764 kB
Active(anon):       3816 kB
Inactive(anon):   116744 kB
Active(file):    3408404 kB
Inactive(file):  3417020 kB
Unevictable:      109112 kB
Mlocked:          109112 kB
SwapTotal:      67108860 kB
SwapFree:       66935844 kB
Dirty:             26024 kB
Writeback:            12 kB
AnonPages:        113220 kB
Mapped:            52532 kB
Shmem:             40796 kB
Slab:             445552 kB
SReclaimable:     417012 kB
SUnreclaim:        28540 kB
KernelStack:        3424 kB
PageTables:         6008 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     505764 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 /var/tmp at the end= 13484 MiB
End job on node147 at 2019-09-20 21:33:58