Trace number 4400178

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-16 parallelSAT (TO)93 1998.92 252.108

General information on the benchmark

NameTravellingSalesman/TravellingSalesman-m1-n15/
TravellingSalesman-15-30-00.xml
MD5SUM0f9f8d62bc132272af22ef8ddad99d7d
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark93
Best CPU time to get the best result obtained on this benchmark108.124
Satisfiable
(Un)Satisfiability was proved
Number of variables30
Number of constraints16
Number of domains2
Minimum domain size15
Maximum domain size31
Distribution of domain sizes[{"size":15,"count":15},{"size":31,"count":15}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":15},{"degree":3,"count":15}]
Minimum constraint arity3
Maximum constraint arity15
Distribution of constraint arities[{"arity":3,"count":15},{"arity":15,"count":1}]
Number of extensional constraints15
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":15},{"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-4400178-1568711281.xml"  -tl '2016s' -p 8
0.12/0.18	c Choco e747e1e
0.12/0.18	c [HOME/instance-4400178-1568711281.xml, -tl, 2016s, -p, 8]
0.34/0.22	c 8 solvers in parallel
0.34/0.28	c parse instance...
1.07/0.56	c solve instance...
1.54/0.66	o 158 
1.54/0.67	o 148 
1.54/0.68	o 145 
1.54/0.69	o 141 
2.10/0.71	o 131 
2.10/0.72	o 130 
2.10/0.73	o 124 
2.10/0.74	o 123 
2.10/0.75	o 120 
2.10/0.76	o 119 
2.74/0.82	o 118 
3.42/0.91	o 117 
3.42/0.95	o 115 
3.42/0.95	o 111 
3.42/0.96	o 110 
3.42/0.99	o 109 
5.68/1.23	o 105 
6.43/1.38	o 104 
8.79/1.63	o 102 
8.79/1.65	o 101 
8.79/1.67	o 100 
50.92/7.00	o 97 
55.67/7.51	o 96 
55.67/7.51	o 93 
1998.23/252.07	s SATISFIABLE
1998.23/252.07	v <instantiation>
1998.23/252.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] 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] </list>
1998.23/252.07	v 	<values>0 1 4 6 11 12 13 14 10 8 9 7 5 3 2 7 4 8 8 1 8 15 7 5 9 4 8 5 2 2 </values>
1998.23/252.07	v </instantiation>
1998.23/252.07	c Unexpected resolution interruption!

Verifier Data

OK	93

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4400178-1568711281/watcher-4400178-1568711281 -o /tmp/evaluation-result-4400178-1568711281/solver-4400178-1568711281 -C 2016 -W 252 -M 31000 --bin-var /tmp/runsolver-exch-node105-1568698793-14923 --watchdog 312 xcsp3-exec -dir HOME -tl 2016 -p 8 -ml 24000 -tdir HOME -seed 1007227120 HOME/instance-4400178-1568711281.xml 

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

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


[startup+0.100131 s]*
/proc/loadavg: 7.87 7.89 7.99 2/210 20566
/proc/meminfo: memFree=31166904/32770624 swapFree=66939860/67108860
[pid=20545] ppid=20542 vsize=113128 memory=1448 CPUtime=0 cores=0-7
/proc/20545/stat : 20545 (xcsp3-exec) S 20542 20545 14896 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 447386355 115843072 362 33554432000 4194304 5098028 140732294365872 140732294363976 139965262643836 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 22167552 140732294370171 140732294370414 140732294370414 140732294373322 0
/proc/20545/statm: 28282 362 304 221 0 87 0
[pid=20547] ppid=20545 vsize=28227396 memory=28912 CPUtime=0.12 cores=0-7
/proc/20547/stat : 20547 (java) S 20545 20545 14896 0 -1 1077944320 5647 0 0 0 11 1 0 0 20 0 20 0 447386355 28904853504 7228 33554432000 4194304 4196468 140723936687792 140723936670336 139683931209463 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 12075008 140723936691184 140723936691355 140723936691355 140723936694223 0
/proc/20547/statm: 7056849 7228 3125 1 0 7019032 0
[pid=20547/tid=20548] ppid=20545 vsize=28227396 memory=8317482817917895235 CPUtime=0.09 cores=0-7
/proc/20547/task/20548/stat : 20548 (java) R 20545 20545 14896 0 -1 4202560 3589 0 0 0 8 1 0 0 20 0 20 0 447386356 28904853504 7228 33554432000 4194304 4196468 140723936687792 139683935444608 139683931221398 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 12075008 140723936691184 140723936691355 140723936691355 140723936694223 0
[pid=20547/tid=20549] ppid=20545 vsize=28227396 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/20547/task/20549/stat : 20549 (java) S 20545 20545 14896 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 447386357 28904853504 7228 33554432000 4194304 4196468 140723936687792 139683883830032 139683931219669 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12075008 140723936691184 140723936691355 140723936691355 140723936694223 0
[pid=20547/tid=20550] ppid=20545 vsize=28227396 memory=140047468070528 CPUtime=0 cores=0-7
/proc/20547/task/20550/stat : 20550 (java) S 20545 20545 14896 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447386357 28904853504 7228 33554432000 4194304 4196468 140723936687792 139683882777488 139683931219669 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12075008 140723936691184 140723936691355 140723936691355 140723936694223 0
[pid=20547/tid=20551] ppid=20545 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/20547/task/20551/stat : 20551 (java) S 20545 20545 14896 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 447386357 28904853504 7228 33554432000 4194304 4196468 140723936687792 139683881724944 139683931219669 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12075008 140723936691184 140723936691355 140723936691355 140723936694223 0
[pid=20547/tid=20552] ppid=20545 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/20547/task/20552/stat : 20552 (java) S 20545 20545 14896 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 447386357 28904853504 7228 33554432000 4194304 4196468 140723936687792 139683880672400 139683931219669 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12075008 140723936691184 140723936691355 140723936691355 140723936694223 0
[pid=20547/tid=20553] ppid=20545 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/20547/task/20553/stat : 20553 (java) S 20545 20545 14896 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 447386357 28904853504 7228 33554432000 4194304 4196468 140723936687792 139683478493456 139683931219669 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12075008 140723936691184 140723936691355 140723936691355 140723936694223 0
[pid=20547/tid=20554] ppid=20545 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/20547/task/20554/stat : 20554 (java) S 20545 20545 14896 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447386357 28904853504 7228 33554432000 4194304 4196468 140723936687792 139683477440912 139683931219669 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12075008 140723936691184 140723936691355 140723936691355 140723936694223 0
[pid=20547/tid=20555] ppid=20545 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/20547/task/20555/stat : 20555 (java) S 20545 20545 14896 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 447386357 28904853504 7228 33554432000 4194304 4196468 140723936687792 139683476388368 139683931219669 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12075008 140723936691184 140723936691355 140723936691355 140723936694223 0
[pid=20547/tid=20556] ppid=20545 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/20547/task/20556/stat : 20556 (java) S 20545 20545 14896 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447386357 28904853504 7228 33554432000 4194304 4196468 140723936687792 139683475335824 139683931219669 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12075008 140723936691184 140723936691355 140723936691355 140723936694223 0
[pid=20547/tid=20557] ppid=20545 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/20547/task/20557/stat : 20557 (java) S 20545 20545 14896 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 447386358 28904853504 7228 33554432000 4194304 4196468 140723936687792 139682327259632 139683931220610 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12075008 140723936691184 140723936691355 140723936691355 140723936694223 0
[pid=20547/tid=20558] ppid=20545 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/20547/task/20558/stat : 20558 (java) S 20545 20545 14896 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 447386359 28904853504 7228 33554432000 4194304 4196468 140723936687792 139682326205856 139683931219669 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12075008 140723936691184 140723936691355 140723936691355 140723936694223 0
[pid=20547/tid=20559] ppid=20545 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/20547/task/20559/stat : 20559 (java) S 20545 20545 14896 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 447386359 28904853504 7228 33554432000 4194304 4196468 140723936687792 139682325153264 139683931219669 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12075008 140723936691184 140723936691355 140723936691355 140723936694223 0
[pid=20547/tid=20560] ppid=20545 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/20547/task/20560/stat : 20560 (java) S 20545 20545 14896 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447386361 28904853504 7228 33554432000 4194304 4196468 140723936687792 139682324101840 139683931228059 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12075008 140723936691184 140723936691355 140723936691355 140723936694223 0
[pid=20547/tid=20561] ppid=20545 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/20547/task/20561/stat : 20561 (java) S 20545 20545 14896 0 -1 1077944384 293 0 0 0 0 0 0 0 20 0 20 0 447386361 28904853504 7228 33554432000 4194304 4196468 140723936687792 139682323048432 139683931220610 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12075008 140723936691184 140723936691355 140723936691355 140723936694223 0
[pid=20547/tid=20562] ppid=20545 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/20547/task/20562/stat : 20562 (java) S 20545 20545 14896 0 -1 1077944384 122 0 0 0 0 0 0 0 20 0 20 0 447386361 28904853504 7228 33554432000 4194304 4196468 140723936687792 139682321995888 139683931220610 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12075008 140723936691184 140723936691355 140723936691355 140723936694223 0
[pid=20547/tid=20563] ppid=20545 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/20547/task/20563/stat : 20563 (java) S 20545 20545 14896 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 447386361 28904853504 7228 33554432000 4194304 4196468 140723936687792 139682320943344 139683931220610 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12075008 140723936691184 140723936691355 140723936691355 140723936694223 0
[pid=20547/tid=20564] ppid=20545 vsize=28227396 memory=0 CPUtime=0.01 cores=0-7
/proc/20547/task/20564/stat : 20564 (java) R 20545 20545 14896 0 -1 4202560 331 0 0 0 1 0 0 0 20 0 20 0 447386361 28904853504 7228 33554432000 4194304 4196468 140723936687792 139682319890800 139683931221398 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 12075008 140723936691184 140723936691355 140723936691355 140723936694223 0
[pid=20547/tid=20565] ppid=20545 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/20547/task/20565/stat : 20565 (java) S 20545 20545 14896 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 447386361 28904853504 7228 33554432000 4194304 4196468 140723936687792 139682318838496 139683931219669 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12075008 140723936691184 140723936691355 140723936691355 140723936694223 0
[pid=20547/tid=20566] ppid=20545 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/20547/task/20566/stat : 20566 (java) S 20545 20545 14896 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447386362 28904853504 7228 33554432000 4194304 4196468 140723936687792 139682317786032 139683931220610 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12075008 140723936691184 140723936691355 140723936691355 140723936694223 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 30360 KiB

[startup+0.210603 s]*
/proc/loadavg: 7.87 7.89 7.99 4/210 20566
/proc/meminfo: memFree=31153792/32770624 swapFree=66939860/67108860
[pid=20545] ppid=20542 vsize=113128 memory=1448 CPUtime=0 cores=0-7
/proc/20545/stat : 20545 (xcsp3-exec) S 20542 20545 14896 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 447386355 115843072 362 33554432000 4194304 5098028 140732294365872 140732294363976 139965262643836 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 22167552 140732294370171 140732294370414 140732294370414 140732294373322 0
/proc/20545/statm: 28282 362 304 221 0 87 0
[pid=20547] ppid=20545 vsize=28227396 memory=40676 CPUtime=0.34 cores=0-7
/proc/20547/stat : 20547 (java) S 20545 20545 14896 0 -1 1077944320 9390 0 0 0 31 3 0 0 20 0 20 0 447386355 28904853504 10169 33554432000 4194304 4196468 140723936687792 140723936670336 139683931209463 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 12075008 140723936691184 140723936691355 140723936691355 140723936694223 0
/proc/20547/statm: 7056849 10169 3302 1 0 7019032 0
[pid=20547/tid=20548] ppid=20545 vsize=28227396 memory=8318255677412212789 CPUtime=0.2 cores=0-7
/proc/20547/task/20548/stat : 20548 (java) R 20545 20545 14896 0 -1 4202560 6614 0 0 0 18 2 0 0 20 0 20 0 447386356 28904853504 10169 33554432000 4194304 4196468 140723936687792 139683935442560 139683560574256 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 12075008 140723936691184 140723936691355 140723936691355 140723936694223 0
[pid=20547/tid=20549] ppid=20545 vsize=28227396 memory=331 CPUtime=0 cores=0-7
/proc/20547/task/20549/stat : 20549 (java) S 20545 20545 14896 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 447386357 28904853504 10169 33554432000 4194304 4196468 140723936687792 139683883830032 139683931219669 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12075008 140723936691184 140723936691355 140723936691355 140723936694223 0
[pid=20547/tid=20550] ppid=20545 vsize=28227396 memory=140047471243055 CPUtime=0 cores=0-7
/proc/20547/task/20550/stat : 20550 (java) S 20545 20545 14896 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447386357 28904853504 10169 33554432000 4194304 4196468 140723936687792 139683882777488 139683931219669 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12075008 140723936691184 140723936691355 140723936691355 140723936694223 0
[pid=20547/tid=20551] ppid=20545 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/20547/task/20551/stat : 20551 (java) S 20545 20545 14896 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 447386357 28904853504 10169 33554432000 4194304 4196468 140723936687792 139683881724944 139683931219669 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12075008 140723936691184 140723936691355 140723936691355 140723936694223 0
[pid=20547/tid=20552] ppid=20545 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/20547/task/20552/stat : 20552 (java) S 20545 20545 14896 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 447386357 28904853504 10169 33554432000 4194304 4196468 140723936687792 139683880672400 139683931219669 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12075008 140723936691184 140723936691355 140723936691355 140723936694223 0
[pid=20547/tid=20553] ppid=20545 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/20547/task/20553/stat : 20553 (java) S 20545 20545 14896 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 447386357 28904853504 10169 33554432000 4194304 4196468 140723936687792 139683478493456 139683931219669 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12075008 140723936691184 140723936691355 140723936691355 140723936694223 0
[pid=20547/tid=20554] ppid=20545 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/20547/task/20554/stat : 20554 (java) S 20545 20545 14896 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447386357 28904853504 10169 33554432000 4194304 4196468 140723936687792 139683477440912 139683931219669 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12075008 140723936691184 140723936691355 140723936691355 140723936694223 0
[pid=20547/tid=20555] ppid=20545 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/20547/task/20555/stat : 20555 (java) S 20545 20545 14896 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 447386357 28904853504 10169 33554432000 4194304 4196468 140723936687792 139683476388368 139683931219669 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12075008 140723936691184 140723936691355 140723936691355 140723936694223 0
[pid=20547/tid=20556] ppid=20545 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/20547/task/20556/stat : 20556 (java) S 20545 20545 14896 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447386357 28904853504 10169 33554432000 4194304 4196468 140723936687792 139683475335824 139683931219669 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12075008 140723936691184 140723936691355 140723936691355 140723936694223 0
[pid=20547/tid=20557] ppid=20545 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/20547/task/20557/stat : 20557 (java) S 20545 20545 14896 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 447386358 28904853504 10169 33554432000 4194304 4196468 140723936687792 139682327259632 139683931220610 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12075008 140723936691184 140723936691355 140723936691355 140723936694223 0
[pid=20547/tid=20558] ppid=20545 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/20547/task/20558/stat : 20558 (java) S 20545 20545 14896 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 447386359 28904853504 10169 33554432000 4194304 4196468 140723936687792 139682326205856 139683931219669 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12075008 140723936691184 140723936691355 140723936691355 140723936694223 0
[pid=20547/tid=20559] ppid=20545 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/20547/task/20559/stat : 20559 (java) S 20545 20545 14896 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 447386359 28904853504 10169 33554432000 4194304 4196468 140723936687792 139682325153264 139683931219669 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12075008 140723936691184 140723936691355 140723936691355 140723936694223 0
[pid=20547/tid=20560] ppid=20545 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/20547/task/20560/stat : 20560 (java) S 20545 20545 14896 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447386361 28904853504 10169 33554432000 4194304 4196468 140723936687792 139682324101840 139683931228059 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12075008 140723936691184 140723936691355 140723936691355 140723936694223 0
[pid=20547/tid=20561] ppid=20545 vsize=28227396 memory=0 CPUtime=0.02 cores=0-7
/proc/20547/task/20561/stat : 20561 (java) S 20545 20545 14896 0 -1 1077944384 474 0 0 0 2 0 0 0 20 0 20 0 447386361 28904853504 10169 33554432000 4194304 4196468 140723936687792 139682323048432 139683931220610 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12075008 140723936691184 140723936691355 140723936691355 140723936694223 0
[pid=20547/tid=20562] ppid=20545 vsize=28227396 memory=0 CPUtime=0.01 cores=0-7
/proc/20547/task/20562/stat : 20562 (java) S 20545 20545 14896 0 -1 1077944384 159 0 0 0 1 0 0 0 20 0 20 0 447386361 28904853504 10169 33554432000 4194304 4196468 140723936687792 139682321995888 139683931220610 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12075008 140723936691184 140723936691355 140723936691355 140723936694223 0
[pid=20547/tid=20563] ppid=20545 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/20547/task/20563/stat : 20563 (java) S 20545 20545 14896 0 -1 1077944384 29 0 0 0 0 0 0 0 20 0 20 0 447386361 28904853504 10169 33554432000 4194304 4196468 140723936687792 139682320943344 139683931220610 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12075008 140723936691184 140723936691355 140723936691355 140723936694223 0
[pid=20547/tid=20564] ppid=20545 vsize=28227396 memory=-1 CPUtime=0.07 cores=0-7
/proc/20547/task/20564/stat : 20564 (java) R 20545 20545 14896 0 -1 4202560 802 0 0 0 7 0 0 0 20 0 20 0 447386361 28904853504 10169 33554432000 4194304 4196468 140723936687792 139682319890608 139683931221398 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 12075008 140723936691184 140723936691355 140723936691355 140723936694223 0
[pid=20547/tid=20565] ppid=20545 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/20547/task/20565/stat : 20565 (java) S 20545 20545 14896 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 447386361 28904853504 10169 33554432000 4194304 4196468 140723936687792 139682318838496 139683931219669 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12075008 140723936691184 140723936691355 140723936691355 140723936694223 0
[pid=20547/tid=20566] ppid=20545 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/20547/task/20566/stat : 20566 (java) S 20545 20545 14896 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447386362 28904853504 10169 33554432000 4194304 4196468 140723936687792 139682317786032 139683931220610 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12075008 140723936691184 140723936691355 140723936691355 140723936694223 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 42124 KiB

[startup+0.318985 s]*
/proc/loadavg: 7.87 7.89 7.99 3/210 20566
/proc/meminfo: memFree=31146352/32770624 swapFree=66939860/67108860
[pid=20545] ppid=20542 vsize=113128 memory=1448 CPUtime=0 cores=0-7
/proc/20545/stat : 20545 (xcsp3-exec) S 20542 20545 14896 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 447386355 115843072 362 33554432000 4194304 5098028 140732294365872 140732294363976 139965262643836 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 22167552 140732294370171 140732294370414 140732294370414 140732294373322 0
/proc/20545/statm: 28282 362 304 221 0 87 0
[pid=20547] ppid=20545 vsize=28231652 memory=50820 CPUtime=0.54 cores=0-7
/proc/20547/stat : 20547 (java) S 20545 20545 14896 0 -1 1077944320 11043 0 0 0 50 4 0 0 20 0 20 0 447386355 28909211648 12705 33554432000 4194304 4196468 140723936687792 140723936670336 139683931209463 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 12075008 140723936691184 140723936691355 140723936691355 140723936694223 0
/proc/20547/statm: 7057913 12705 3364 1 0 7019032 0
[pid=20547/tid=20548] ppid=20545 vsize=28231652 memory=8317482817917895235 CPUtime=0.3 cores=0-7
/proc/20547/task/20548/stat : 20548 (java) R 20545 20545 14896 0 -1 4202560 7883 0 0 0 28 2 0 0 20 0 20 0 447386356 28909211648 12705 33554432000 4194304 4196468 140723936687792 139683935436320 139683915289950 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 12075008 140723936691184 140723936691355 140723936691355 140723936694223 0
[pid=20547/tid=20549] ppid=20545 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/20547/task/20549/stat : 20549 (java) S 20545 20545 14896 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 447386357 28909211648 12705 33554432000 4194304 4196468 140723936687792 139683883830032 139683931219669 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12075008 140723936691184 140723936691355 140723936691355 140723936694223 0
[pid=20547/tid=20550] ppid=20545 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/20547/task/20550/stat : 20550 (java) S 20545 20545 14896 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447386357 28909211648 12713 33554432000 4194304 4196468 140723936687792 139683882777488 139683931219669 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12075008 140723936691184 140723936691355 140723936691355 140723936694223 0
[pid=20547/tid=20551] ppid=20545 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/20547/task/20551/stat : 20551 (java) S 20545 20545 14896 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 447386357 28909211648 12713 33554432000 4194304 4196468 140723936687792 139683881724944 139683931219669 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12075008 140723936691184 140723936691355 140723936691355 140723936694223 0
[pid=20547/tid=20552] ppid=20545 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/20547/task/20552/stat : 20552 (java) S 20545 20545 14896 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 447386357 28909211648 12713 33554432000 4194304 4196468 140723936687792 139683880672400 139683931219669 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12075008 140723936691184 140723936691355 140723936691355 140723936694223 0
[pid=20547/tid=20553] ppid=20545 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/20547/task/20553/stat : 20553 (java) S 20545 20545 14896 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 447386357 28909211648 12713 33554432000 4194304 4196468 140723936687792 139683478493456 139683931219669 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12075008 140723936691184 140723936691355 140723936691355 140723936694223 0
[pid=20547/tid=20554] ppid=20545 vsize=28231652 memory=140047340890799 CPUtime=0 cores=0-7
/proc/20547/task/20554/stat : 20554 (java) S 20545 20545 14896 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447386357 28909211648 12713 33554432000 4194304 4196468 140723936687792 139683477440912 139683931219669 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12075008 140723936691184 140723936691355 140723936691355 140723936694223 0
[pid=20547/tid=20555] ppid=20545 vsize=28231652 memory=140047340893104 CPUtime=0 cores=0-7
/proc/20547/task/20555/stat : 20555 (java) S 20545 20545 14896 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 447386357 28909211648 12713 33554432000 4194304 4196468 140723936687792 139683476388368 139683931219669 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12075008 140723936691184 140723936691355 140723936691355 140723936694223 0
[pid=20547/tid=20556] ppid=20545 vsize=28231652 memory=140047340895408 CPUtime=0 cores=0-7
/proc/20547/task/20556/stat : 20556 (java) S 20545 20545 14896 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447386357 28909211648 12713 33554432000 4194304 4196468 140723936687792 139683475335824 139683931219669 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12075008 140723936691184 140723936691355 140723936691355 140723936694223 0
[pid=20547/tid=20557] ppid=20545 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/20547/task/20557/stat : 20557 (java) S 20545 20545 14896 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 447386358 28909211648 12713 33554432000 4194304 4196468 140723936687792 139682327259632 139683931220610 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12075008 140723936691184 140723936691355 140723936691355 140723936694223 0
[pid=20547/tid=20558] ppid=20545 vsize=28231652 memory=280094681804688 CPUtime=0 cores=0-7
/proc/20547/task/20558/stat : 20558 (java) S 20545 20545 14896 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 447386359 28909211648 12713 33554432000 4194304 4196468 140723936687792 139682326205856 139683931219669 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12075008 140723936691184 140723936691355 140723936691355 140723936694223 0
[pid=20547/tid=20559] ppid=20545 vsize=28231652 memory=280094681802384 CPUtime=0 cores=0-7
/proc/20547/task/20559/stat : 20559 (java) S 20545 20545 14896 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 447386359 28909211648 12713 33554432000 4194304 4196468 140723936687792 139682325153264 139683931219669 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12075008 140723936691184 140723936691355 140723936691355 140723936694223 0
[pid=20547/tid=20560] ppid=20545 vsize=28231652 memory=280094681809296 CPUtime=0 cores=0-7
/proc/20547/task/20560/stat : 20560 (java) S 20545 20545 14896 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447386361 28909211648 12713 33554432000 4194304 4196468 140723936687792 139682324101840 139683931228059 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12075008 140723936691184 140723936691355 140723936691355 140723936694223 0
[pid=20547/tid=20561] ppid=20545 vsize=28231652 memory=280094681750576 CPUtime=0.02 cores=0-7
/proc/20547/task/20561/stat : 20561 (java) S 20545 20545 14896 0 -1 1077944384 481 0 0 0 2 0 0 0 20 0 20 0 447386361 28909211648 12713 33554432000 4194304 4196468 140723936687792 139682323048432 139683931220610 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12075008 140723936691184 140723936691355 140723936691355 140723936694223 0
[pid=20547/tid=20562] ppid=20545 vsize=28231652 memory=280094681823120 CPUtime=0.04 cores=0-7
/proc/20547/task/20562/stat : 20562 (java) S 20545 20545 14896 0 -1 1077944384 294 0 0 0 4 0 0 0 20 0 20 0 447386361 28909211648 12713 33554432000 4194304 4196468 140723936687792 139682321995888 139683931220610 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12075008 140723936691184 140723936691355 140723936691355 140723936694223 0
[pid=20547/tid=20563] ppid=20545 vsize=28231652 memory=280094681830032 CPUtime=0.02 cores=0-7
/proc/20547/task/20563/stat : 20563 (java) S 20545 20545 14896 0 -1 1077944384 108 0 0 0 2 0 0 0 20 0 20 0 447386361 28909211648 12713 33554432000 4194304 4196468 140723936687792 139682320943344 139683931220610 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12075008 140723936691184 140723936691355 140723936691355 140723936694223 0
[pid=20547/tid=20564] ppid=20545 vsize=28231652 memory=280094681827728 CPUtime=0.12 cores=0-7
/proc/20547/task/20564/stat : 20564 (java) S 20545 20545 14896 0 -1 1077944384 970 0 0 0 12 0 0 0 20 0 20 0 447386361 28909211648 12713 33554432000 4194304 4196468 140723936687792 139682319890800 139683931220610 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12075008 140723936691184 140723936691355 140723936691355 140723936694223 0
[pid=20547/tid=20565] ppid=20545 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/20547/task/20565/stat : 20565 (java) S 20545 20545 14896 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 447386361 28909211648 12713 33554432000 4194304 4196468 140723936687792 139682318838496 139683931219669 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12075008 140723936691184 140723936691355 140723936691355 140723936694223 0
[pid=20547/tid=20566] ppid=20545 vsize=28231652 memory=-1 CPUtime=0 cores=0-7
/proc/20547/task/20566/stat : 20566 (java) S 20545 20545 14896 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447386362 28909211648 12713 33554432000 4194304 4196468 140723936687792 139682317786032 139683931220610 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12075008 140723936691184 140723936691355 140723936691355 140723936694223 0
Current children cumulated CPU time: 0.54 s
Current children cumulated vsize: 28344780 KiB
Current children cumulated memory: 52268 KiB

[startup+0.710739 s]
/proc/loadavg: 7.87 7.89 7.99 6/210 20566
/proc/meminfo: memFree=31130288/32770624 swapFree=66939860/67108860
[pid=20545] ppid=20542 vsize=113128 memory=1448 CPUtime=0 cores=0-7
/proc/20545/stat : 20545 (xcsp3-exec) S 20542 20545 14896 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 447386355 115843072 362 33554432000 4194304 5098028 140732294365872 140732294363976 139965262643836 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 22167552 140732294370171 140732294370414 140732294370414 140732294373322 0
/proc/20545/statm: 28282 362 304 221 0 87 0
[pid=20547] ppid=20545 vsize=28766288 memory=158908 CPUtime=2.1 cores=0-7
/proc/20547/stat : 20547 (java) S 20545 20545 14896 0 -1 1077944320 16301 0 0 0 201 9 0 0 20 0 28 0 447386355 29456678912 39727 33554432000 4194304 4196468 140723936687792 140723936670336 139683931209463 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 12075008 140723936691184 140723936691355 140723936691355 140723936694223 0
/proc/20547/statm: 7191572 39727 3456 1 0 7152672 0
[pid=20547/tid=20548] ppid=20545 vsize=28766288 memory=0 CPUtime=0.56 cores=0-7
/proc/20547/task/20548/stat : 20548 (java) S 20545 20545 14896 0 -1 1077944384 9118 0 0 0 53 3 0 0 20 0 28 0 447386356 29456678912 39727 33554432000 4194304 4196468 140723936687792 139683935450240 139683931219669 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12075008 140723936691184 140723936691355 140723936691355 140723936694223 0
[pid=20547/tid=20549] ppid=20545 vsize=28766288 memory=140047341101936 CPUtime=0 cores=0-7
/proc/20547/task/20549/stat : 20549 (java) S 20545 20545 14896 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 28 0 447386357 29456678912 39727 33554432000 4194304 4196468 140723936687792 139683883830032 139683931219669 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12075008 140723936691184 140723936691355 140723936691355 140723936694223 0
[pid=20547/tid=20550] ppid=20545 vsize=28766288 memory=0 CPUtime=0 cores=0-7
/proc/20547/task/20550/stat : 20550 (java) S 20545 20545 14896 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 447386357 29456678912 39727 33554432000 4194304 4196468 140723936687792 139683882777488 139683931219669 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12075008 140723936691184 140723936691355 140723936691355 140723936694223 0
[pid=20547/tid=20551] ppid=20545 vsize=28766288 memory=784 CPUtime=0 cores=0-7
/proc/20547/task/20551/stat : 20551 (java) S 20545 20545 14896 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 28 0 447386357 29456678912 39727 33554432000 4194304 4196468 140723936687792 139683881724944 139683931219669 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12075008 140723936691184 140723936691355 140723936691355 140723936694223 0

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

[pid=20547/tid=20766] ppid=20545 vsize=28833880 memory=0 CPUtime=153.56 cores=0-7
/proc/20547/task/20766/stat : 20766 (java) R 20545 20545 14896 0 -1 4202560 2853 0 0 0 15356 0 0 0 20 0 28 0 447387107 29525893120 102902 33554432000 4194304 4196468 140723936687792 139682305646848 139683565054408 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 12075008 140723936691184 140723936691355 140723936691355 140723936694223 0
Current children cumulated CPU time: 1287.32 s
Current children cumulated vsize: 28947008 KiB
Current children cumulated memory: 413056 KiB

[startup+222.302 s]
/proc/loadavg: 8.23 8.15 8.08 10/219 20787
/proc/meminfo: memFree=30725748/32770624 swapFree=66939860/67108860
[pid=20545] ppid=20542 vsize=113128 memory=1448 CPUtime=0 cores=0-7
/proc/20545/stat : 20545 (xcsp3-exec) S 20542 20545 14896 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 447386355 115843072 362 33554432000 4194304 5098028 140732294365872 140732294363976 139965262643836 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 22167552 140732294370171 140732294370414 140732294370414 140732294373322 0
/proc/20545/statm: 28282 362 304 221 0 87 0
[pid=20547] ppid=20545 vsize=28833880 memory=469660 CPUtime=1763.1 cores=0-7
/proc/20547/stat : 20547 (java) S 20545 20545 14896 0 -1 1077944320 119121 0 0 0 176224 86 0 0 20 0 28 0 447386355 29525893120 117415 33554432000 4194304 4196468 140723936687792 140723936670336 139683931209463 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 12075008 140723936691184 140723936691355 140723936691355 140723936694223 0
/proc/20547/statm: 7208470 117415 3518 1 0 7169570 0
[pid=20547/tid=20548] ppid=20545 vsize=28833880 memory=467612 CPUtime=0.56 cores=0-7
/proc/20547/task/20548/stat : 20548 (java) S 20545 20545 14896 0 -1 1077944384 9286 0 0 0 53 3 0 0 20 0 28 0 447386356 29525893120 117415 33554432000 4194304 4196468 140723936687792 139683935450240 139683931219669 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12075008 140723936691184 140723936691355 140723936691355 140723936694223 0
[pid=20547/tid=20549] ppid=20545 vsize=28833880 memory=1448 CPUtime=0.31 cores=0-7
/proc/20547/task/20549/stat : 20549 (java) S 20545 20545 14896 0 -1 1077944384 2499 0 0 0 26 5 0 0 20 0 28 0 447386357 29525893120 117415 33554432000 4194304 4196468 140723936687792 139683883830032 139683931219669 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12075008 140723936691184 140723936691355 140723936691355 140723936694223 0
[pid=20547/tid=20550] ppid=20545 vsize=28833880 memory=469660 CPUtime=0.32 cores=0-7
/proc/20547/task/20550/stat : 20550 (java) S 20545 20545 14896 0 -1 1077944384 2858 0 0 0 27 5 0 0 20 0 28 0 447386357 29525893120 117415 33554432000 4194304 4196468 140723936687792 139683882777488 139683931219669 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12075008 140723936691184 140723936691355 140723936691355 140723936694223 0
[pid=20547/tid=20551] ppid=20545 vsize=28833880 memory=451008 CPUtime=0.32 cores=0-7
/proc/20547/task/20551/stat : 20551 (java) S 20545 20545 14896 0 -1 1077944384 3045 0 0 0 27 5 0 0 20 0 28 0 447386357 29525893120 117415 33554432000 4194304 4196468 140723936687792 139683881724944 139683931219669 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12075008 140723936691184 140723936691355 140723936691355 140723936694223 0
[pid=20547/tid=20552] ppid=20545 vsize=28833880 memory=178344222040626 CPUtime=0.31 cores=0-7
/proc/20547/task/20552/stat : 20552 (java) S 20545 20545 14896 0 -1 1077944384 1929 0 0 0 26 5 0 0 20 0 28 0 447386357 29525893120 117415 33554432000 4194304 4196468 140723936687792 139683880672400 139683931219669 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12075008 140723936691184 140723936691355 140723936691355 140723936694223 0
[pid=20547/tid=20553] ppid=20545 vsize=28833880 memory=469660 CPUtime=0.33 cores=0-7
/proc/20547/task/20553/stat : 20553 (java) S 20545 20545 14896 0 -1 1077944384 2156 0 0 0 28 5 0 0 20 0 28 0 447386357 29525893120 117415 33554432000 4194304 4196468 140723936687792 139683478493456 139683931219669 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12075008 140723936691184 140723936691355 140723936691355 140723936694223 0
[pid=20547/tid=20554] ppid=20545 vsize=28833880 memory=928 CPUtime=0.3 cores=0-7
/proc/20547/task/20554/stat : 20554 (java) S 20545 20545 14896 0 -1 1077944384 1837 0 0 0 26 4 0 0 20 0 28 0 447386357 29525893120 117415 33554432000 4194304 4196468 140723936687792 139683477440912 139683931219669 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12075008 140723936691184 140723936691355 140723936691355 140723936694223 0
[pid=20547/tid=20555] ppid=20545 vsize=28833880 memory=1772 CPUtime=0.31 cores=0-7
/proc/20547/task/20555/stat : 20555 (java) S 20545 20545 14896 0 -1 1077944384 2692 0 0 0 27 4 0 0 20 0 28 0 447386357 29525893120 117415 33554432000 4194304 4196468 140723936687792 139683476388368 139683931219669 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12075008 140723936691184 140723936691355 140723936691355 140723936694223 0
[pid=20547/tid=20556] ppid=20545 vsize=28833880 memory=140047341374209 CPUtime=0.33 cores=0-7
/proc/20547/task/20556/stat : 20556 (java) S 20545 20545 14896 0 -1 1077944384 3584 0 0 0 27 6 0 0 20 0 28 0 447386357 29525893120 117415 33554432000 4194304 4196468 140723936687792 139683475335824 139683931219669 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12075008 140723936691184 140723936691355 140723936691355 140723936694223 0
[pid=20547/tid=20557] ppid=20545 vsize=28833880 memory=7084821286523977827 CPUtime=0.33 cores=0-7
/proc/20547/task/20557/stat : 20557 (java) S 20545 20545 14896 0 -1 1077944384 8047 0 0 0 27 6 0 0 20 0 28 0 447386358 29525893120 117415 33554432000 4194304 4196468 140723936687792 139682327259632 139683931220610 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12075008 140723936691184 140723936691355 140723936691355 140723936694223 0
[pid=20547/tid=20558] ppid=20545 vsize=28833880 memory=616 CPUtime=0 cores=0-7
/proc/20547/task/20558/stat : 20558 (java) S 20545 20545 14896 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 28 0 447386359 29525893120 117415 33554432000 4194304 4196468 140723936687792 139682326205920 139683931219669 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12075008 140723936691184 140723936691355 140723936691355 140723936694223 0
[pid=20547/tid=20559] ppid=20545 vsize=28833880 memory=2832 CPUtime=0 cores=0-7
/proc/20547/task/20559/stat : 20559 (java) S 20545 20545 14896 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 28 0 447386359 29525893120 117415 33554432000 4194304 4196468 140723936687792 139682325153280 139683931219669 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12075008 140723936691184 140723936691355 140723936691355 140723936694223 0
[pid=20547/tid=20560] ppid=20545 vsize=28833880 memory=2016 CPUtime=0 cores=0-7
/proc/20547/task/20560/stat : 20560 (java) S 20545 20545 14896 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 447386361 29525893120 117415 33554432000 4194304 4196468 140723936687792 139682324101840 139683931228059 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12075008 140723936691184 140723936691355 140723936691355 140723936694223 0
[pid=20547/tid=20561] ppid=20545 vsize=28833880 memory=1412 CPUtime=1.81 cores=0-7
/proc/20547/task/20561/stat : 20561 (java) S 20545 20545 14896 0 -1 1077944384 17678 0 0 0 179 2 0 0 20 0 28 0 447386361 29525893120 117415 33554432000 4194304 4196468 140723936687792 139682323048432 139683931220610 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12075008 140723936691184 140723936691355 140723936691355 140723936694223 0
[pid=20547/tid=20562] ppid=20545 vsize=28833880 memory=1072 CPUtime=1.76 cores=0-7
/proc/20547/task/20562/stat : 20562 (java) S 20545 20545 14896 0 -1 1077944384 11225 0 0 0 175 1 0 0 20 0 28 0 447386361 29525893120 117415 33554432000 4194304 4196468 140723936687792 139682321995888 139683931220610 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12075008 140723936691184 140723936691355 140723936691355 140723936694223 0
[pid=20547/tid=20563] ppid=20545 vsize=28833880 memory=6044 CPUtime=2.13 cores=0-7
/proc/20547/task/20563/stat : 20563 (java) S 20545 20545 14896 0 -1 1077944384 14073 0 0 0 210 3 0 0 20 0 28 0 447386361 29525893120 117415 33554432000 4194304 4196468 140723936687792 139682320943344 139683931220610 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12075008 140723936691184 140723936691355 140723936691355 140723936694223 0
[pid=20547/tid=20564] ppid=20545 vsize=28833880 memory=1760 CPUtime=0.65 cores=0-7
/proc/20547/task/20564/stat : 20564 (java) S 20545 20545 14896 0 -1 1077944384 7405 0 0 0 63 2 0 0 20 0 28 0 447386361 29525893120 117415 33554432000 4194304 4196468 140723936687792 139682319890800 139683931220610 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12075008 140723936691184 140723936691355 140723936691355 140723936694223 0
[pid=20547/tid=20565] ppid=20545 vsize=28833880 memory=111632 CPUtime=0 cores=0-7
/proc/20547/task/20565/stat : 20565 (java) S 20545 20545 14896 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 447386361 29525893120 117415 33554432000 4194304 4196468 140723936687792 139682318838496 139683931219669 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12075008 140723936691184 140723936691355 140723936691355 140723936694223 0
[pid=20547/tid=20566] ppid=20545 vsize=28833880 memory=0 CPUtime=0.04 cores=0-7
/proc/20547/task/20566/stat : 20566 (java) R 20545 20545 14896 0 -1 1077944384 2157 0 0 0 1 3 0 0 20 0 28 0 447386362 29525893120 117415 33554432000 4194304 4196468 140723936687792 139682317786032 139683931220610 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 12075008 140723936691184 140723936691355 140723936691355 140723936694223 0
[pid=20547/tid=20759] ppid=20545 vsize=28833880 memory=2868665472188706 CPUtime=212.78 cores=0-7
/proc/20547/task/20759/stat : 20759 (java) R 20545 20545 14896 0 -1 4202560 3651 0 0 0 21278 0 0 0 20 0 28 0 447387107 29525893120 117415 33554432000 4194304 4196468 140723936687792 139682304593072 139683565054207 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 12075008 140723936691184 140723936691355 140723936691355 140723936694223 0
[pid=20547/tid=20760] ppid=20545 vsize=28833880 memory=3467824725857271828 CPUtime=213.23 cores=0-7
/proc/20547/task/20760/stat : 20760 (java) R 20545 20545 14896 0 -1 4202560 1863 0 0 0 21323 0 0 0 20 0 28 0 447387107 29525893120 117415 33554432000 4194304 4196468 140723936687792 139682307752968 139683565989895 0 4 0 16800975 0 0 0 -1 3 0 0 1 0 0 6293624 6294260 12075008 140723936691184 140723936691355 140723936691355 140723936694223 0
[pid=20547/tid=20761] ppid=20545 vsize=28833880 memory=15612 CPUtime=212.34 cores=0-7
/proc/20547/task/20761/stat : 20761 (java) R 20545 20545 14896 0 -1 4202560 2020 0 0 0 21234 0 0 0 20 0 28 0 447387107 29525893120 117415 33554432000 4194304 4196468 140723936687792 139682306702120 139683565756666 0 4 0 16800975 0 0 0 -1 7 0 0 1 0 0 6293624 6294260 12075008 140723936691184 140723936691355 140723936691355 140723936694223 0
[pid=20547/tid=20762] ppid=20545 vsize=28833880 memory=14056 CPUtime=212.67 cores=0-7
/proc/20547/task/20762/stat : 20762 (java) R 20545 20545 14896 0 -1 4202560 4003 0 0 0 21262 5 0 0 20 0 28 0 447387107 29525893120 117415 33554432000 4194304 4196468 140723936687792 139682302488168 139683567281123 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 12075008 140723936691184 140723936691355 140723936691355 140723936694223 0
[pid=20547/tid=20763] ppid=20545 vsize=28833880 memory=2116 CPUtime=213.06 cores=0-7
/proc/20547/task/20763/stat : 20763 (java) R 20545 20545 14896 0 -1 4202560 2640 0 0 0 21303 3 0 0 20 0 28 0 447387107 29525893120 117415 33554432000 4194304 4196468 140723936687792 139682308805000 139683565932154 0 4 0 16800975 0 0 0 -1 1 0 0 1 0 0 6293624 6294260 12075008 140723936691184 140723936691355 140723936691355 140723936694223 0
[pid=20547/tid=20764] ppid=20545 vsize=28833880 memory=453144 CPUtime=213.01 cores=0-7
/proc/20547/task/20764/stat : 20764 (java) R 20545 20545 14896 0 -1 4202560 2192 0 0 0 21300 1 0 0 20 0 28 0 447387107 29525893120 117415 33554432000 4194304 4196468 140723936687792 139682299334112 139683564936299 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 12075008 140723936691184 140723936691355 140723936691355 140723936694223 0
[pid=20547/tid=20765] ppid=20545 vsize=28833880 memory=1448 CPUtime=212.86 cores=0-7
/proc/20547/task/20765/stat : 20765 (java) R 20545 20545 14896 0 -1 4202560 2360 0 0 0 21284 2 0 0 20 0 28 0 447387107 29525893120 117415 33554432000 4194304 4196468 140723936687792 139682300383688 139683566125510 0 4 0 16800975 0 0 0 -1 0 0 0 1 0 0 6293624 6294260 12075008 140723936691184 140723936691355 140723936691355 140723936694223 0
[pid=20547/tid=20766] ppid=20545 vsize=28833880 memory=3624 CPUtime=213.09 cores=0-7
/proc/20547/task/20766/stat : 20766 (java) R 20545 20545 14896 0 -1 4202560 3391 0 0 0 21308 1 0 0 20 0 28 0 447387107 29525893120 117415 33554432000 4194304 4196468 140723936687792 139682305647368 139683565054408 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 12075008 140723936691184 140723936691355 140723936691355 140723936694223 0
Current children cumulated CPU time: 1763.1 s
Current children cumulated vsize: 28947008 KiB
Current children cumulated memory: 471108 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+252.002 s]*
/proc/loadavg: 8.14 8.13 8.08 9/218 20787
/proc/meminfo: memFree=30709036/32770624 swapFree=66939860/67108860
[pid=20545] ppid=20542 vsize=113128 memory=1448 CPUtime=0 cores=0-7
/proc/20545/stat : 20545 (xcsp3-exec) S 20542 20545 14896 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 447386355 115843072 362 33554432000 4194304 5098028 140732294365872 140732294363976 139965262643836 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 22167552 140732294370171 140732294370414 140732294370414 140732294373322 0
/proc/20545/statm: 28282 362 304 221 0 87 0
[pid=20547] ppid=20545 vsize=28833880 memory=488348 CPUtime=1998.23 cores=0-7
/proc/20547/stat : 20547 (java) S 20545 20545 14896 0 -1 1077944320 128265 0 0 0 199732 91 0 0 20 0 28 0 447386355 29525893120 122087 33554432000 4194304 4196468 140723936687792 140723936670336 139683931209463 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 12075008 140723936691184 140723936691355 140723936691355 140723936694223 0
/proc/20547/statm: 7208470 122087 3518 1 0 7169570 0
[pid=20547/tid=20548] ppid=20545 vsize=28833880 memory=2832 CPUtime=0.56 cores=0-7
/proc/20547/task/20548/stat : 20548 (java) S 20545 20545 14896 0 -1 1077944384 9286 0 0 0 53 3 0 0 20 0 28 0 447386356 29525893120 122087 33554432000 4194304 4196468 140723936687792 139683935450240 139683931219669 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12075008 140723936691184 140723936691355 140723936691355 140723936694223 0
[pid=20547/tid=20549] ppid=20545 vsize=28833880 memory=4872558044660077418 CPUtime=0.38 cores=0-7
/proc/20547/task/20549/stat : 20549 (java) R 20545 20545 14896 0 -1 1077944384 2892 0 0 0 33 5 0 0 20 0 28 0 447386357 29525893120 122087 33554432000 4194304 4196468 140723936687792 139683883830032 139683931219669 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 12075008 140723936691184 140723936691355 140723936691355 140723936694223 0
[pid=20547/tid=20550] ppid=20545 vsize=28833880 memory=4460 CPUtime=0.38 cores=0-7
/proc/20547/task/20550/stat : 20550 (java) S 20545 20545 14896 0 -1 1077944384 3542 0 0 0 33 5 0 0 20 0 28 0 447386357 29525893120 122087 33554432000 4194304 4196468 140723936687792 139683882777488 139683931219669 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12075008 140723936691184 140723936691355 140723936691355 140723936694223 0
[pid=20547/tid=20551] ppid=20545 vsize=28833880 memory=4096 CPUtime=0.39 cores=0-7
/proc/20547/task/20551/stat : 20551 (java) S 20545 20545 14896 0 -1 1077944384 3355 0 0 0 34 5 0 0 20 0 28 0 447386357 29525893120 122087 33554432000 4194304 4196468 140723936687792 139683881724944 139683931219669 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12075008 140723936691184 140723936691355 140723936691355 140723936694223 0
[pid=20547/tid=20552] ppid=20545 vsize=28833880 memory=1412 CPUtime=0.37 cores=0-7
/proc/20547/task/20552/stat : 20552 (java) S 20545 20545 14896 0 -1 1077944384 2109 0 0 0 32 5 0 0 20 0 28 0 447386357 29525893120 122087 33554432000 4194304 4196468 140723936687792 139683880672400 139683931219669 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12075008 140723936691184 140723936691355 140723936691355 140723936694223 0
[pid=20547/tid=20553] ppid=20545 vsize=28833880 memory=3632 CPUtime=0.39 cores=0-7
/proc/20547/task/20553/stat : 20553 (java) S 20545 20545 14896 0 -1 1077944384 2808 0 0 0 34 5 0 0 20 0 28 0 447386357 29525893120 122087 33554432000 4194304 4196468 140723936687792 139683478493456 139683931219669 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12075008 140723936691184 140723936691355 140723936691355 140723936694223 0
[pid=20547/tid=20554] ppid=20545 vsize=28833880 memory=1448 CPUtime=0.38 cores=0-7
/proc/20547/task/20554/stat : 20554 (java) S 20545 20545 14896 0 -1 1077944384 2447 0 0 0 33 5 0 0 20 0 28 0 447386357 29525893120 122087 33554432000 4194304 4196468 140723936687792 139683477440912 139683931219669 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12075008 140723936691184 140723936691355 140723936691355 140723936694223 0
[pid=20547/tid=20555] ppid=20545 vsize=28833880 memory=476012 CPUtime=0.38 cores=0-7
/proc/20547/task/20555/stat : 20555 (java) S 20545 20545 14896 0 -1 1077944384 3309 0 0 0 33 5 0 0 20 0 28 0 447386357 29525893120 122087 33554432000 4194304 4196468 140723936687792 139683476388368 139683931219669 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12075008 140723936691184 140723936691355 140723936691355 140723936694223 0
[pid=20547/tid=20556] ppid=20545 vsize=28833880 memory=1160 CPUtime=0.39 cores=0-7
/proc/20547/task/20556/stat : 20556 (java) S 20545 20545 14896 0 -1 1077944384 3977 0 0 0 33 6 0 0 20 0 28 0 447386357 29525893120 122087 33554432000 4194304 4196468 140723936687792 139683475335824 139683931219669 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12075008 140723936691184 140723936691355 140723936691355 140723936694223 0
[pid=20547/tid=20557] ppid=20545 vsize=28833880 memory=8317482817917895235 CPUtime=0.39 cores=0-7
/proc/20547/task/20557/stat : 20557 (java) S 20545 20545 14896 0 -1 1077944384 9547 0 0 0 33 6 0 0 20 0 28 0 447386358 29525893120 122087 33554432000 4194304 4196468 140723936687792 139682327259632 139683931220610 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12075008 140723936691184 140723936691355 140723936691355 140723936694223 0
[pid=20547/tid=20558] ppid=20545 vsize=28833880 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/20547/task/20558/stat : 20558 (java) S 20545 20545 14896 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 28 0 447386359 29525893120 122087 33554432000 4194304 4196468 140723936687792 139682326205920 139683931219669 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12075008 140723936691184 140723936691355 140723936691355 140723936694223 0
[pid=20547/tid=20559] ppid=20545 vsize=28833880 memory=13563791027735085 CPUtime=0 cores=0-7
/proc/20547/task/20559/stat : 20559 (java) S 20545 20545 14896 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 28 0 447386359 29525893120 122087 33554432000 4194304 4196468 140723936687792 139682325153280 139683931219669 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12075008 140723936691184 140723936691355 140723936691355 140723936694223 0
[pid=20547/tid=20560] ppid=20545 vsize=28833880 memory=1448 CPUtime=0 cores=0-7
/proc/20547/task/20560/stat : 20560 (java) S 20545 20545 14896 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 447386361 29525893120 122087 33554432000 4194304 4196468 140723936687792 139682324101840 139683931228059 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12075008 140723936691184 140723936691355 140723936691355 140723936694223 0
[pid=20547/tid=20561] ppid=20545 vsize=28833880 memory=1448 CPUtime=1.81 cores=0-7
/proc/20547/task/20561/stat : 20561 (java) S 20545 20545 14896 0 -1 1077944384 17688 0 0 0 179 2 0 0 20 0 28 0 447386361 29525893120 122087 33554432000 4194304 4196468 140723936687792 139682323048432 139683931220610 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12075008 140723936691184 140723936691355 140723936691355 140723936694223 0
[pid=20547/tid=20562] ppid=20545 vsize=28833880 memory=488348 CPUtime=1.76 cores=0-7
/proc/20547/task/20562/stat : 20562 (java) S 20545 20545 14896 0 -1 1077944384 11235 0 0 0 175 1 0 0 20 0 28 0 447386361 29525893120 122087 33554432000 4194304 4196468 140723936687792 139682321995888 139683931220610 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12075008 140723936691184 140723936691355 140723936691355 140723936694223 0
[pid=20547/tid=20563] ppid=20545 vsize=28833880 memory=2116 CPUtime=2.13 cores=0-7
/proc/20547/task/20563/stat : 20563 (java) S 20545 20545 14896 0 -1 1077944384 14085 0 0 0 210 3 0 0 20 0 28 0 447386361 29525893120 122087 33554432000 4194304 4196468 140723936687792 139682320943344 139683931220610 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12075008 140723936691184 140723936691355 140723936691355 140723936694223 0
[pid=20547/tid=20564] ppid=20545 vsize=28833880 memory=516 CPUtime=0.65 cores=0-7
/proc/20547/task/20564/stat : 20564 (java) S 20545 20545 14896 0 -1 1077944384 7418 0 0 0 63 2 0 0 20 0 28 0 447386361 29525893120 122087 33554432000 4194304 4196468 140723936687792 139682319890800 139683931220610 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12075008 140723936691184 140723936691355 140723936691355 140723936694223 0
[pid=20547/tid=20565] ppid=20545 vsize=28833880 memory=1556 CPUtime=0 cores=0-7
/proc/20547/task/20565/stat : 20565 (java) S 20545 20545 14896 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 447386361 29525893120 122087 33554432000 4194304 4196468 140723936687792 139682318838496 139683931219669 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12075008 140723936691184 140723936691355 140723936691355 140723936694223 0
[pid=20547/tid=20566] ppid=20545 vsize=28833880 memory=928 CPUtime=0.04 cores=0-7
/proc/20547/task/20566/stat : 20566 (java) S 20545 20545 14896 0 -1 1077944384 2250 0 0 0 1 3 0 0 20 0 28 0 447386362 29525893120 122087 33554432000 4194304 4196468 140723936687792 139682317786032 139683931220610 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12075008 140723936691184 140723936691355 140723936691355 140723936694223 0
[pid=20547/tid=20759] ppid=20545 vsize=28833880 memory=1772 CPUtime=242.12 cores=0-7
/proc/20547/task/20759/stat : 20759 (java) R 20545 20545 14896 0 -1 4202560 4121 0 0 0 24211 1 0 0 20 0 28 0 447387107 29525893120 122087 33554432000 4194304 4196468 140723936687792 139682304593104 139683564781959 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 12075008 140723936691184 140723936691355 140723936691355 140723936694223 0
[pid=20547/tid=20760] ppid=20545 vsize=28833880 memory=908 CPUtime=242.59 cores=0-7
/proc/20547/task/20760/stat : 20760 (java) R 20545 20545 14896 0 -1 1077944384 2196 0 0 0 24259 0 0 0 20 0 28 0 447387107 29525893120 122087 33554432000 4194304 4196468 140723936687792 139682307752448 139683931219669 0 4 0 16800975 0 0 0 -1 3 0 0 1 0 0 6293624 6294260 12075008 140723936691184 140723936691355 140723936691355 140723936694223 0
[pid=20547/tid=20761] ppid=20545 vsize=28833880 memory=1444 CPUtime=241.63 cores=0-7
/proc/20547/task/20761/stat : 20761 (java) R 20545 20545 14896 0 -1 4202560 2317 0 0 0 24162 1 0 0 20 0 28 0 447387107 29525893120 122087 33554432000 4194304 4196468 140723936687792 139682306698832 139683563192160 0 4 0 16800975 0 0 0 -1 1 0 0 1 0 0 6293624 6294260 12075008 140723936691184 140723936691355 140723936691355 140723936694223 0
[pid=20547/tid=20762] ppid=20545 vsize=28833880 memory=1976 CPUtime=242.03 cores=0-7
/proc/20547/task/20762/stat : 20762 (java) R 20545 20545 14896 0 -1 4202560 4603 0 0 0 24197 6 0 0 20 0 28 0 447387107 29525893120 122087 33554432000 4194304 4196468 140723936687792 139682302489136 139683565958205 0 4 0 16800975 0 0 0 -1 2 0 0 1 0 0 6293624 6294260 12075008 140723936691184 140723936691355 140723936691355 140723936694223 0
[pid=20547/tid=20763] ppid=20545 vsize=28833880 memory=2436 CPUtime=242.27 cores=0-7
/proc/20547/task/20763/stat : 20763 (java) R 20545 20545 14896 0 -1 4202560 3101 0 0 0 24224 3 0 0 20 0 28 0 447387107 29525893120 122087 33554432000 4194304 4196468 140723936687792 139682308807376 139683564781686 0 4 0 16800975 0 0 0 -1 5 0 0 1 0 0 6293624 6294260 12075008 140723936691184 140723936691355 140723936691355 140723936694223 0
[pid=20547/tid=20764] ppid=20545 vsize=28833880 memory=1760 CPUtime=242.38 cores=0-7
/proc/20547/task/20764/stat : 20764 (java) R 20545 20545 14896 0 -1 4202560 2601 0 0 0 24237 1 0 0 20 0 28 0 447387107 29525893120 122087 33554432000 4194304 4196468 140723936687792 139682299330016 139683565052848 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 12075008 140723936691184 140723936691355 140723936691355 140723936694223 0
[pid=20547/tid=20765] ppid=20545 vsize=28833880 memory=6791534058613427641 CPUtime=242.23 cores=0-7
/proc/20547/task/20765/stat : 20765 (java) R 20545 20545 14896 0 -1 4202560 2779 0 0 0 24221 2 0 0 20 0 28 0 447387107 29525893120 122087 33554432000 4194304 4196468 140723936687792 139682300383552 139683565054459 0 4 0 16800975 0 0 0 -1 6 0 0 1 0 0 6293624 6294260 12075008 140723936691184 140723936691355 140723936691355 140723936694223 0
[pid=20547/tid=20766] ppid=20545 vsize=28833880 memory=908 CPUtime=242.34 cores=0-7
/proc/20547/task/20766/stat : 20766 (java) R 20545 20545 14896 0 -1 4202560 4069 0 0 0 24233 1 0 0 20 0 28 0 447387107 29525893120 122087 33554432000 4194304 4196468 140723936687792 139682305646736 139683565818804 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 12075008 140723936691184 140723936691355 140723936691355 140723936694223 0
Current children cumulated CPU time: 1998.23 s
Current children cumulated vsize: 28947008 KiB
Current children cumulated memory: 489796 KiB

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

[startup+252.042 s]
# the end of solver process 20545 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=0.001605 s, system=0.000802 s

[startup+252.108 s]
# the end of solver process 20547 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=1997.99 s, system=0.93056 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): 252.108
CPU time (s): 1998.92
CPU user time (s): 1997.99
CPU system time (s): 0.93056
CPU usage (%): 792.883
Max. virtual memory (cumulated for all children) (KiB): 28947008
Max. memory (cumulated for all children) (KiB): 489796

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1997.99
system time used= 0.93056
maximum resident set size= 488912
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 129383
page faults= 0
swaps= 0
block input operations= 0
block output operations= 552
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 39704
involuntary context switches= 23959


# summary of solver processes directly reported to runsolver:
#   pid: 20545,20547
#   total CPU time (s): 1998.92
#   total CPU user time (s): 1997.99
#   total CPU system time (s): 0.93056

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.21557 second user time and 2.72258 second system time

The end

Launcher Data

Begin job on node105 at 2019-09-17 10:06:25
IDJOB=4400178
IDBENCH=135739
IDSOLVER=2855
FILE ID=node105/4400178-1568711281
RUNJOBID= node105-1568698793-14923
PBS_JOBID= 21703916
Free space on /tmp= 61004 MiB

SOLVER NAME= choco-solver 2019-09-16 parallel
BENCH NAME= XCSP17/TravellingSalesman/TravellingSalesman-m1-n15/TravellingSalesman-15-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 /tmp/evaluation-result-4400178-1568711281/watcher-4400178-1568711281 -o /tmp/evaluation-result-4400178-1568711281/solver-4400178-1568711281 -C 2016 -W 252 -M 31000 --bin-var /tmp/runsolver-exch-node105-1568698793-14923 --watchdog 312  xcsp3-exec -dir HOME -tl 2016 -p 8 -ml 24000 -tdir HOME -seed 1007227120 HOME/instance-4400178-1568711281.xml

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

MD5SUM BENCH= 0f9f8d62bc132272af22ef8ddad99d7d
RANDOM SEED=1007227120

node105.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.00
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.00
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.00
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.00
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:        31183080 kB
MemAvailable:   31845128 kB
Buffers:          184516 kB
Cached:           777856 kB
SwapCached:        65564 kB
Active:           544200 kB
Inactive:         486992 kB
Active(anon):       9616 kB
Inactive(anon):   103456 kB
Active(file):     534584 kB
Inactive(file):   383536 kB
Unevictable:      109028 kB
Mlocked:          109028 kB
SwapTotal:      67108860 kB
SwapFree:       66939860 kB
Dirty:             26336 kB
Writeback:             4 kB
AnonPages:        112504 kB
Mapped:            43748 kB
Shmem:             35652 kB
Slab:             148392 kB
SReclaimable:     119528 kB
SUnreclaim:        28864 kB
KernelStack:        3328 kB
PageTables:         5196 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     498124 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= 60980 MiB
End job on node105 at 2019-09-17 10:10:37