Trace number 4280628

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 4.0.5 par (2017-08-18)SAT (TO)120 20074.4 2520.1101

General information on the benchmark

NameTravellingSalesman/TravellingSalesman-m1-n20/
TravellingSalesman-20-30-09.xml
MD5SUM3778b76dec94085d2dd964afc4e92a91
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark120
Best CPU time to get the best result obtained on this benchmark2400.04
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints21
Number of domains2
Minimum domain size20
Maximum domain size34
Distribution of domain sizes[{"size":20,"count":20},{"size":34,"count":20}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":20},{"degree":3,"count":20}]
Minimum constraint arity3
Maximum constraint arity20
Distribution of constraint arities[{"arity":3,"count":20},{"arity":20,"count":1}]
Number of extensional constraints20
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":20},{"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 -Xmx22000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4280628-1503159665.xml"  -tl '20160s' -p 8 -x 0
0.12/0.14	c [HOME/instance-4280628-1503159665.xml, -tl, 20160s, -p, 8, -x, 0]
0.12/0.20	c 8 solvers in parallel
0.33/0.26	c parse instance...
1.04/0.56	c solve instance...
2.21/0.71	o 289 
2.21/0.72	o 230 
2.21/0.72	o 228 
2.21/0.73	o 197 
2.21/0.73	o 145 
2.21/0.75	o 144 
2.21/0.75	o 140 
6.72/1.31	o 139 
6.72/1.36	o 135 
6.72/1.36	o 131 
137.31/17.71	o 130 
138.06/17.80	o 127 
362.00/45.93	o 126 
363.64/46.13	o 125 
566.08/71.50	o 124 
566.08/71.54	o 122 
686.39/86.62	o 121 
686.39/86.68	o 120 
20073.58/2520.09	s SATISFIABLE
20073.58/2520.09	v <instantiation>
20073.58/2520.09	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] 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] </list>
20073.58/2520.09	v 	<values>19 15 18 17 16 10 4 5 2 0 1 7 9 8 3 6 11 12 13 14 18 5 5 2 14 5 2 3 2 3 9 3 7 5 2 11 4 7 3 10 </values>
20073.58/2520.09	v </instantiation>
20073.58/2520.09	c Unexpected resolution interruption!

Verifier Data

OK	120

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4280628-1503159665/watcher-4280628-1503159665 -o /tmp/evaluation-result-4280628-1503159665/solver-4280628-1503159665 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node113-1503158805-22353 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 22000 -tdir HOME -seed 1409025685 HOME/instance-4280628-1503159665.xml 

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

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


[startup+0.100065 s]*
/proc/loadavg: 7.72 8.05 8.18 2/199 22391
/proc/meminfo: memFree=27182924/32770624 swapFree=67108860/67108860
[pid=22370] ppid=22367 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/22370/stat : 22370 (xcsp3-exec) S 22367 22370 22326 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 149053974 9740288 346 33554432000 4194304 5098028 140723830561840 140723830559944 140632860320380 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 40140800 140723830568036 140723830568247 140723830568247 140723830570987 0
/proc/22370/statm: 2378 346 289 221 0 87 0
[pid=22372] ppid=22370 vsize=25999808 memory=26784 CPUtime=0.12 cores=0-7
/proc/22372/stat : 22372 (java) S 22370 22370 22326 0 -1 1077944320 5635 0 0 0 10 2 0 0 20 0 20 0 149053974 26623803392 6696 33554432000 4194304 4196468 140731532272256 140731532254800 140672991002359 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 14094336 140731532276882 140731532277059 140731532277059 140731532279759 0
/proc/22372/statm: 6499952 6696 2841 1 0 6488269 0
[pid=22372/tid=22373] ppid=22370 vsize=25999808 memory=7896669904268336030 CPUtime=0.08 cores=0-7
/proc/22372/task/22373/stat : 22373 (java) R 22370 22370 22326 0 -1 4202560 3642 0 0 0 7 1 0 0 20 0 20 0 149053975 26623803392 6696 33554432000 4194304 4196468 140731532272256 140672995230064 140672991024285 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 14094336 140731532276882 140731532277059 140731532277059 140731532279759 0
[pid=22372/tid=22374] ppid=22370 vsize=25999808 memory=732370049167096805 CPUtime=0 cores=0-7
/proc/22372/task/22374/stat : 22374 (java) S 22370 22370 22326 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 149053975 26623803392 6696 33554432000 4194304 4196468 140731532272256 140672943622800 140672991012565 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14094336 140731532276882 140731532277059 140731532277059 140731532279759 0
[pid=22372/tid=22375] ppid=22370 vsize=25999808 memory=139910829643392 CPUtime=0 cores=0-7
/proc/22372/task/22375/stat : 22375 (java) S 22370 22370 22326 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 149053975 26623803392 6696 33554432000 4194304 4196468 140731532272256 140672942570000 140672991012565 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14094336 140731532276882 140731532277059 140731532277059 140731532279759 0
[pid=22372/tid=22376] ppid=22370 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/22372/task/22376/stat : 22376 (java) S 22370 22370 22326 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 149053975 26623803392 6696 33554432000 4194304 4196468 140731532272256 140672941517200 140672991012565 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14094336 140731532276882 140731532277059 140731532277059 140731532279759 0
[pid=22372/tid=22377] ppid=22370 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/22372/task/22377/stat : 22377 (java) S 22370 22370 22326 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 149053975 26623803392 6696 33554432000 4194304 4196468 140731532272256 140672940464400 140672991012565 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14094336 140731532276882 140731532277059 140731532277059 140731532279759 0
[pid=22372/tid=22378] ppid=22370 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/22372/task/22378/stat : 22378 (java) S 22370 22370 22326 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 149053975 26623803392 6696 33554432000 4194304 4196468 140731532272256 140672939412624 140672991012565 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14094336 140731532276882 140731532277059 140731532277059 140731532279759 0
[pid=22372/tid=22379] ppid=22370 vsize=25999808 memory=-1 CPUtime=0 cores=0-7
/proc/22372/task/22379/stat : 22379 (java) S 22370 22370 22326 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 149053975 26623803392 6696 33554432000 4194304 4196468 140731532272256 140672938359824 140672991012565 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14094336 140731532276882 140731532277059 140731532277059 140731532279759 0
[pid=22372/tid=22380] ppid=22370 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/22372/task/22380/stat : 22380 (java) S 22370 22370 22326 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 149053975 26623803392 6696 33554432000 4194304 4196468 140731532272256 140672937307024 140672991012565 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14094336 140731532276882 140731532277059 140731532277059 140731532279759 0
[pid=22372/tid=22381] ppid=22370 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/22372/task/22381/stat : 22381 (java) S 22370 22370 22326 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 149053975 26623803392 6696 33554432000 4194304 4196468 140731532272256 140672936254224 140672991012565 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14094336 140731532276882 140731532277059 140731532277059 140731532279759 0
[pid=22372/tid=22382] ppid=22370 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/22372/task/22382/stat : 22382 (java) S 22370 22370 22326 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 149053977 26623803392 6696 33554432000 4194304 4196468 140731532272256 140672050891120 140672991013506 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14094336 140731532276882 140731532277059 140731532277059 140731532279759 0
[pid=22372/tid=22383] ppid=22370 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/22372/task/22383/stat : 22383 (java) S 22370 22370 22326 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 149053977 26623803392 6696 33554432000 4194304 4196468 140731532272256 140672049837088 140672991012565 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14094336 140731532276882 140731532277059 140731532277059 140731532279759 0
[pid=22372/tid=22384] ppid=22370 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/22372/task/22384/stat : 22384 (java) S 22370 22370 22326 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 149053978 26623803392 6696 33554432000 4194304 4196468 140731532272256 140672048784240 140672991012565 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14094336 140731532276882 140731532277059 140731532277059 140731532279759 0
[pid=22372/tid=22385] ppid=22370 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/22372/task/22385/stat : 22385 (java) S 22370 22370 22326 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 149053980 26623803392 6696 33554432000 4194304 4196468 140731532272256 140672047732560 140672991020955 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14094336 140731532276882 140731532277059 140731532277059 140731532279759 0
[pid=22372/tid=22386] ppid=22370 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/22372/task/22386/stat : 22386 (java) S 22370 22370 22326 0 -1 1077944384 302 0 0 0 0 0 0 0 20 0 20 0 149053980 26623803392 6696 33554432000 4194304 4196468 140731532272256 140672046680944 140672991013506 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14094336 140731532276882 140731532277059 140731532277059 140731532279759 0
[pid=22372/tid=22387] ppid=22370 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/22372/task/22387/stat : 22387 (java) R 22370 22370 22326 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 149053980 26623803392 6696 33554432000 4194304 4196468 140731532272256 140672045628144 140672991013506 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14094336 140731532276882 140731532277059 140731532277059 140731532279759 0
[pid=22372/tid=22388] ppid=22370 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/22372/task/22388/stat : 22388 (java) S 22370 22370 22326 0 -1 1077944384 121 0 0 0 0 0 0 0 20 0 20 0 149053980 26623803392 6696 33554432000 4194304 4196468 140731532272256 140672044575344 140672991013506 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14094336 140731532276882 140731532277059 140731532277059 140731532279759 0
[pid=22372/tid=22389] ppid=22370 vsize=25999808 memory=0 CPUtime=0.01 cores=0-7
/proc/22372/task/22389/stat : 22389 (java) R 22370 22370 22326 0 -1 4202560 258 0 0 0 1 0 0 0 20 0 20 0 149053980 26623803392 6696 33554432000 4194304 4196468 140731532272256 140672043522544 140672991023706 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 14094336 140731532276882 140731532277059 140731532277059 140731532279759 0
[pid=22372/tid=22390] ppid=22370 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/22372/task/22390/stat : 22390 (java) S 22370 22370 22326 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 149053980 26623803392 6696 33554432000 4194304 4196468 140731532272256 140672042469984 140672991012565 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14094336 140731532276882 140731532277059 140731532277059 140731532279759 0
[pid=22372/tid=22391] ppid=22370 vsize=25999808 memory=-1 CPUtime=0 cores=0-7
/proc/22372/task/22391/stat : 22391 (java) S 22370 22370 22326 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 149053981 26623803392 6696 33554432000 4194304 4196468 140731532272256 140672041417264 140672991013506 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14094336 140731532276882 140731532277059 140731532277059 140731532279759 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 26009320 KiB
Current children cumulated memory: 28168 KiB

[startup+0.21051 s]*
/proc/loadavg: 7.72 8.05 8.18 2/199 22391
/proc/meminfo: memFree=27171604/32770624 swapFree=67108860/67108860
[pid=22370] ppid=22367 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/22370/stat : 22370 (xcsp3-exec) S 22367 22370 22326 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 149053974 9740288 346 33554432000 4194304 5098028 140723830561840 140723830559944 140632860320380 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 40140800 140723830568036 140723830568247 140723830568247 140723830570987 0
/proc/22370/statm: 2378 346 289 221 0 87 0
[pid=22372] ppid=22370 vsize=26004064 memory=38788 CPUtime=0.33 cores=0-7
/proc/22372/stat : 22372 (java) S 22370 22370 22326 0 -1 1077944320 8305 0 0 0 30 3 0 0 20 0 20 0 149053974 26628161536 9697 33554432000 4194304 4196468 140731532272256 140731532254800 140672991002359 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 14094336 140731532276882 140731532277059 140731532277059 140731532279759 0
/proc/22372/statm: 6501024 9697 3058 1 0 6488277 0
[pid=22372/tid=22373] ppid=22370 vsize=26004064 memory=0 CPUtime=0.19 cores=0-7
/proc/22372/task/22373/stat : 22373 (java) D 22370 22370 22326 0 -1 1077944384 5450 0 0 0 17 2 0 0 20 0 20 0 149053975 26628161536 9697 33554432000 4194304 4196468 140731532272256 140672995213168 140672983681581 0 4 0 16800975 18446744072101629476 0 0 -1 5 0 0 0 0 0 6293624 6294260 14094336 140731532276882 140731532277059 140731532277059 140731532279759 0
[pid=22372/tid=22374] ppid=22370 vsize=26004064 memory=279821536794360 CPUtime=0 cores=0-7
/proc/22372/task/22374/stat : 22374 (java) S 22370 22370 22326 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 149053975 26628161536 9697 33554432000 4194304 4196468 140731532272256 140672943622800 140672991012565 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14094336 140731532276882 140731532277059 140731532277059 140731532279759 0
[pid=22372/tid=22375] ppid=22370 vsize=26004064 memory=139910829643392 CPUtime=0 cores=0-7
/proc/22372/task/22375/stat : 22375 (java) S 22370 22370 22326 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 149053975 26628161536 9697 33554432000 4194304 4196468 140731532272256 140672942570000 140672991012565 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14094336 140731532276882 140731532277059 140731532277059 140731532279759 0
[pid=22372/tid=22376] ppid=22370 vsize=26004096 memory=0 CPUtime=0 cores=0-7
/proc/22372/task/22376/stat : 22376 (java) S 22370 22370 22326 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 149053975 26628194304 9697 33554432000 4194304 4196468 140731532272256 140672941517200 140672991012565 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14094336 140731532276882 140731532277059 140731532277059 140731532279759 0
[pid=22372/tid=22377] ppid=22370 vsize=26004096 memory=0 CPUtime=0 cores=0-7
/proc/22372/task/22377/stat : 22377 (java) S 22370 22370 22326 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 149053975 26628194304 9697 33554432000 4194304 4196468 140731532272256 140672940464400 140672991012565 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14094336 140731532276882 140731532277059 140731532277059 140731532279759 0
[pid=22372/tid=22378] ppid=22370 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/22372/task/22378/stat : 22378 (java) S 22370 22370 22326 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 149053975 26628161536 9697 33554432000 4194304 4196468 140731532272256 140672939412624 140672991012565 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14094336 140731532276882 140731532277059 140731532277059 140731532279759 0
[pid=22372/tid=22379] ppid=22370 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/22372/task/22379/stat : 22379 (java) S 22370 22370 22326 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 149053975 26628161536 9697 33554432000 4194304 4196468 140731532272256 140672938359824 140672991012565 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14094336 140731532276882 140731532277059 140731532277059 140731532279759 0
[pid=22372/tid=22380] ppid=22370 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/22372/task/22380/stat : 22380 (java) S 22370 22370 22326 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 149053975 26628161536 9697 33554432000 4194304 4196468 140731532272256 140672937307024 140672991012565 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14094336 140731532276882 140731532277059 140731532277059 140731532279759 0
[pid=22372/tid=22381] ppid=22370 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/22372/task/22381/stat : 22381 (java) S 22370 22370 22326 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 149053975 26628161536 9697 33554432000 4194304 4196468 140731532272256 140672936254224 140672991012565 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14094336 140731532276882 140731532277059 140731532277059 140731532279759 0
[pid=22372/tid=22382] ppid=22370 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/22372/task/22382/stat : 22382 (java) S 22370 22370 22326 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 149053977 26628161536 9697 33554432000 4194304 4196468 140731532272256 140672050891120 140672991013506 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14094336 140731532276882 140731532277059 140731532277059 140731532279759 0
[pid=22372/tid=22383] ppid=22370 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/22372/task/22383/stat : 22383 (java) S 22370 22370 22326 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 149053977 26628161536 9697 33554432000 4194304 4196468 140731532272256 140672049837088 140672991012565 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14094336 140731532276882 140731532277059 140731532277059 140731532279759 0
[pid=22372/tid=22384] ppid=22370 vsize=26004096 memory=0 CPUtime=0 cores=0-7
/proc/22372/task/22384/stat : 22384 (java) S 22370 22370 22326 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 149053978 26628194304 9697 33554432000 4194304 4196468 140731532272256 140672048784240 140672991012565 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14094336 140731532276882 140731532277059 140731532277059 140731532279759 0
[pid=22372/tid=22385] ppid=22370 vsize=26004096 memory=0 CPUtime=0 cores=0-7
/proc/22372/task/22385/stat : 22385 (java) S 22370 22370 22326 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 149053980 26628194304 9697 33554432000 4194304 4196468 140731532272256 140672047732560 140672991020955 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14094336 140731532276882 140731532277059 140731532277059 140731532279759 0
[pid=22372/tid=22386] ppid=22370 vsize=26004064 memory=0 CPUtime=0.01 cores=0-7
/proc/22372/task/22386/stat : 22386 (java) S 22370 22370 22326 0 -1 1077944384 323 0 0 0 1 0 0 0 20 0 20 0 149053980 26628161536 9697 33554432000 4194304 4196468 140731532272256 140672046680944 140672991013506 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14094336 140731532276882 140731532277059 140731532277059 140731532279759 0
[pid=22372/tid=22387] ppid=22370 vsize=26004064 memory=0 CPUtime=0.01 cores=0-7
/proc/22372/task/22387/stat : 22387 (java) S 22370 22370 22326 0 -1 1077944384 162 0 0 0 1 0 0 0 20 0 20 0 149053980 26628161536 9697 33554432000 4194304 4196468 140731532272256 140672045628144 140672991013506 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14094336 140731532276882 140731532277059 140731532277059 140731532279759 0
[pid=22372/tid=22388] ppid=22370 vsize=26004064 memory=0 CPUtime=0.01 cores=0-7
/proc/22372/task/22388/stat : 22388 (java) S 22370 22370 22326 0 -1 1077944384 320 0 0 0 1 0 0 0 20 0 20 0 149053980 26628161536 9697 33554432000 4194304 4196468 140731532272256 140672044575344 140672991013506 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14094336 140731532276882 140731532277059 140731532277059 140731532279759 0
[pid=22372/tid=22389] ppid=22370 vsize=26004064 memory=0 CPUtime=0.07 cores=0-7
/proc/22372/task/22389/stat : 22389 (java) S 22370 22370 22326 0 -1 1077944384 748 0 0 0 7 0 0 0 20 0 20 0 149053980 26628161536 9697 33554432000 4194304 4196468 140731532272256 140672043522544 140672991013506 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14094336 140731532276882 140731532277059 140731532277059 140731532279759 0
[pid=22372/tid=22390] ppid=22370 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/22372/task/22390/stat : 22390 (java) S 22370 22370 22326 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 149053980 26628161536 9697 33554432000 4194304 4196468 140731532272256 140672042469984 140672991012565 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14094336 140731532276882 140731532277059 140731532277059 140731532279759 0
[pid=22372/tid=22391] ppid=22370 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/22372/task/22391/stat : 22391 (java) S 22370 22370 22326 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 149053981 26628161536 9697 33554432000 4194304 4196468 140731532272256 140672041417264 140672991013506 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14094336 140731532276882 140731532277059 140731532277059 140731532279759 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 26013576 KiB
Current children cumulated memory: 40172 KiB

[startup+0.310551 s]*
/proc/loadavg: 7.72 8.05 8.18 2/199 22391
/proc/meminfo: memFree=27164284/32770624 swapFree=67108860/67108860
[pid=22370] ppid=22367 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/22370/stat : 22370 (xcsp3-exec) S 22367 22370 22326 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 149053974 9740288 346 33554432000 4194304 5098028 140723830561840 140723830559944 140632860320380 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 40140800 140723830568036 140723830568247 140723830568247 140723830570987 0
/proc/22370/statm: 2378 346 289 221 0 87 0
[pid=22372] ppid=22370 vsize=26004140 memory=46260 CPUtime=0.49 cores=0-7
/proc/22372/stat : 22372 (java) S 22370 22370 22326 0 -1 1077944320 9293 0 0 0 45 4 0 0 20 0 20 0 149053974 26628239360 11565 33554432000 4194304 4196468 140731532272256 140731532254800 140672991002359 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 14094336 140731532276882 140731532277059 140731532277059 140731532279759 0
/proc/22372/statm: 6501035 11565 3094 1 0 6488269 0
[pid=22372/tid=22373] ppid=22370 vsize=26004140 memory=6791534058613427641 CPUtime=0.29 cores=0-7
/proc/22372/task/22373/stat : 22373 (java) R 22370 22370 22326 0 -1 4202560 6223 0 0 0 26 3 0 0 20 0 20 0 149053975 26628239360 11565 33554432000 4194304 4196468 140731532272256 140672995235888 140672975082846 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 14094336 140731532276882 140731532277059 140731532277059 140731532279759 0
[pid=22372/tid=22374] ppid=22370 vsize=26004140 memory=0 CPUtime=0 cores=0-7
/proc/22372/task/22374/stat : 22374 (java) S 22370 22370 22326 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 149053975 26628239360 11565 33554432000 4194304 4196468 140731532272256 140672943622800 140672991012565 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14094336 140731532276882 140731532277059 140731532277059 140731532279759 0
[pid=22372/tid=22375] ppid=22370 vsize=26004140 memory=0 CPUtime=0 cores=0-7
/proc/22372/task/22375/stat : 22375 (java) S 22370 22370 22326 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 149053975 26628239360 11565 33554432000 4194304 4196468 140731532272256 140672942570000 140672991012565 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14094336 140731532276882 140731532277059 140731532277059 140731532279759 0
[pid=22372/tid=22376] ppid=22370 vsize=26004140 memory=0 CPUtime=0 cores=0-7
/proc/22372/task/22376/stat : 22376 (java) S 22370 22370 22326 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 149053975 26628239360 11565 33554432000 4194304 4196468 140731532272256 140672941517200 140672991012565 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14094336 140731532276882 140731532277059 140731532277059 140731532279759 0
[pid=22372/tid=22377] ppid=22370 vsize=26004140 memory=0 CPUtime=0 cores=0-7
/proc/22372/task/22377/stat : 22377 (java) S 22370 22370 22326 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 149053975 26628239360 11565 33554432000 4194304 4196468 140731532272256 140672940464400 140672991012565 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14094336 140731532276882 140731532277059 140731532277059 140731532279759 0
[pid=22372/tid=22378] ppid=22370 vsize=26004140 memory=2244 CPUtime=0 cores=0-7
/proc/22372/task/22378/stat : 22378 (java) S 22370 22370 22326 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 149053975 26628239360 11565 33554432000 4194304 4196468 140731532272256 140672939412624 140672991012565 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14094336 140731532276882 140731532277059 140731532277059 140731532279759 0
[pid=22372/tid=22379] ppid=22370 vsize=26004140 memory=139910707245999 CPUtime=0 cores=0-7
/proc/22372/task/22379/stat : 22379 (java) S 22370 22370 22326 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 149053975 26628239360 11565 33554432000 4194304 4196468 140731532272256 140672938359824 140672991012565 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14094336 140731532276882 140731532277059 140731532277059 140731532279759 0
[pid=22372/tid=22380] ppid=22370 vsize=26004140 memory=139910707248304 CPUtime=0 cores=0-7
/proc/22372/task/22380/stat : 22380 (java) S 22370 22370 22326 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 149053975 26628239360 11565 33554432000 4194304 4196468 140731532272256 140672937307024 140672991012565 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14094336 140731532276882 140731532277059 140731532277059 140731532279759 0
[pid=22372/tid=22381] ppid=22370 vsize=26004140 memory=139910707250608 CPUtime=0 cores=0-7
/proc/22372/task/22381/stat : 22381 (java) S 22370 22370 22326 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 149053975 26628239360 11565 33554432000 4194304 4196468 140731532272256 140672936254224 140672991012565 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14094336 140731532276882 140731532277059 140731532277059 140731532279759 0
[pid=22372/tid=22382] ppid=22370 vsize=26004140 memory=0 CPUtime=0 cores=0-7
/proc/22372/task/22382/stat : 22382 (java) S 22370 22370 22326 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 149053977 26628239360 11565 33554432000 4194304 4196468 140731532272256 140672050891120 140672991013506 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14094336 140731532276882 140731532277059 140731532277059 140731532279759 0
[pid=22372/tid=22383] ppid=22370 vsize=26004140 memory=279821414508176 CPUtime=0 cores=0-7
/proc/22372/task/22383/stat : 22383 (java) S 22370 22370 22326 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 149053977 26628239360 11565 33554432000 4194304 4196468 140731532272256 140672049837088 140672991012565 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14094336 140731532276882 140731532277059 140731532277059 140731532279759 0
[pid=22372/tid=22384] ppid=22370 vsize=26004140 memory=279821414515088 CPUtime=0 cores=0-7
/proc/22372/task/22384/stat : 22384 (java) S 22370 22370 22326 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 149053978 26628239360 11565 33554432000 4194304 4196468 140731532272256 140672048784240 140672991012565 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14094336 140731532276882 140731532277059 140731532277059 140731532279759 0
[pid=22372/tid=22385] ppid=22370 vsize=26004140 memory=279821414456368 CPUtime=0 cores=0-7
/proc/22372/task/22385/stat : 22385 (java) S 22370 22370 22326 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 149053980 26628239360 11565 33554432000 4194304 4196468 140731532272256 140672047732560 140672991020955 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14094336 140731532276882 140731532277059 140731532277059 140731532279759 0
[pid=22372/tid=22386] ppid=22370 vsize=26004140 memory=279821414528912 CPUtime=0.01 cores=0-7
/proc/22372/task/22386/stat : 22386 (java) S 22370 22370 22326 0 -1 1077944384 323 0 0 0 1 0 0 0 20 0 20 0 149053980 26628239360 11565 33554432000 4194304 4196468 140731532272256 140672046680944 140672991013506 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14094336 140731532276882 140731532277059 140731532277059 140731532279759 0
[pid=22372/tid=22387] ppid=22370 vsize=26004140 memory=279821414535824 CPUtime=0.02 cores=0-7
/proc/22372/task/22387/stat : 22387 (java) S 22370 22370 22326 0 -1 1077944384 164 0 0 0 2 0 0 0 20 0 20 0 149053980 26628239360 11565 33554432000 4194304 4196468 140731532272256 140672045628144 140672991013506 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14094336 140731532276882 140731532277059 140731532277059 140731532279759 0
[pid=22372/tid=22388] ppid=22370 vsize=26004140 memory=279821414533520 CPUtime=0.02 cores=0-7
/proc/22372/task/22388/stat : 22388 (java) S 22370 22370 22326 0 -1 1077944384 404 0 0 0 2 0 0 0 20 0 20 0 149053980 26628239360 11565 33554432000 4194304 4196468 140731532272256 140672044575344 140672991013506 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14094336 140731532276882 140731532277059 140731532277059 140731532279759 0
[pid=22372/tid=22389] ppid=22370 vsize=26004140 memory=279821414549680 CPUtime=0.11 cores=0-7
/proc/22372/task/22389/stat : 22389 (java) S 22370 22370 22326 0 -1 1077944384 869 0 0 0 11 0 0 0 20 0 20 0 149053980 26628239360 11565 33554432000 4194304 4196468 140731532272256 140672043522544 140672991013506 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14094336 140731532276882 140731532277059 140731532277059 140731532279759 0
[pid=22372/tid=22390] ppid=22370 vsize=26004140 memory=0 CPUtime=0 cores=0-7
/proc/22372/task/22390/stat : 22390 (java) S 22370 22370 22326 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 149053980 26628239360 11565 33554432000 4194304 4196468 140731532272256 140672042469984 140672991012565 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14094336 140731532276882 140731532277059 140731532277059 140731532279759 0
[pid=22372/tid=22391] ppid=22370 vsize=26004140 memory=-1 CPUtime=0 cores=0-7
/proc/22372/task/22391/stat : 22391 (java) S 22370 22370 22326 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 149053981 26628239360 11565 33554432000 4194304 4196468 140731532272256 140672041417264 140672991013506 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14094336 140731532276882 140731532277059 140731532277059 140731532279759 0
Current children cumulated CPU time: 0.49 s
Current children cumulated vsize: 26013652 KiB
Current children cumulated memory: 47644 KiB

[startup+0.701729 s]
/proc/loadavg: 7.72 8.05 8.18 4/199 22391
/proc/meminfo: memFree=27148792/32770624 swapFree=67108860/67108860
[pid=22370] ppid=22367 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/22370/stat : 22370 (xcsp3-exec) S 22367 22370 22326 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 149053974 9740288 346 33554432000 4194304 5098028 140723830561840 140723830559944 140632860320380 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 40140800 140723830568036 140723830568247 140723830568247 140723830570987 0
/proc/22370/statm: 2378 346 289 221 0 87 0
[pid=22372] ppid=22370 vsize=26538700 memory=89628 CPUtime=2.21 cores=0-7
/proc/22372/stat : 22372 (java) S 22370 22370 22326 0 -1 1077944320 12887 0 0 0 215 6 0 0 20 0 28 0 149053974 27175628800 22407 33554432000 4194304 4196468 140731532272256 140731532254800 140672991002359 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 14094336 140731532276882 140731532277059 140731532277059 140731532279759 0
/proc/22372/statm: 6634675 22407 3208 1 0 6621909 0
[pid=22372/tid=22373] ppid=22370 vsize=26538700 memory=279821414844544 CPUtime=0.54 cores=0-7
/proc/22372/task/22373/stat : 22373 (java) S 22370 22370 22326 0 -1 1077944384 6834 0 0 0 51 3 0 0 20 0 28 0 149053975 27175628800 22407 33554432000 4194304 4196468 140731532272256 140672995243136 140672991012565 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14094336 140731532276882 140731532277059 140731532277059 140731532279759 0
[pid=22372/tid=22374] ppid=22370 vsize=26538700 memory=5016521802893 CPUtime=0 cores=0-7
/proc/22372/task/22374/stat : 22374 (java) S 22370 22370 22326 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 28 0 149053975 27175628800 22407 33554432000 4194304 4196468 140731532272256 140672943622800 140672991012565 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14094336 140731532276882 140731532277059 140731532277059 140731532279759 0
[pid=22372/tid=22375] ppid=22370 vsize=26538700 memory=0 CPUtime=0 cores=0-7
/proc/22372/task/22375/stat : 22375 (java) S 22370 22370 22326 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 28 0 149053975 27175628800 22407 33554432000 4194304 4196468 140731532272256 140672942570000 140672991012565 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14094336 140731532276882 140731532277059 140731532277059 140731532279759 0
[pid=22372/tid=22376] ppid=22370 vsize=26538700 memory=0 CPUtime=0 cores=0-7
/proc/22372/task/22376/stat : 22376 (java) S 22370 22370 22326 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 28 0 149053975 27175628800 22407 33554432000 4194304 4196468 140731532272256 140672941517200 140672991012565 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14094336 140731532276882 140731532277059 140731532277059 140731532279759 0

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

[pid=22372/tid=22543] ppid=22370 vsize=26672856 memory=-8253362762721548664 CPUtime=2348.16 cores=0-7
/proc/22372/task/22543/stat : 22543 (java) R 22370 22370 22326 0 -1 4202560 17874 0 0 0 234808 8 0 0 20 0 28 0 149062644 27313004544 102741 33554432000 4194304 4196468 140731532272256 140672028145952 140672614999183 0 4 0 16800975 0 0 0 -1 6 0 0 1 0 0 6293624 6294260 14094336 140731532276882 140731532277059 140731532277059 140731532279759 0
Current children cumulated CPU time: 19454.3 s
Current children cumulated vsize: 26682368 KiB
Current children cumulated memory: 412348 KiB

[startup+2502.3 s]
/proc/loadavg: 8.37 8.23 8.23 9/207 22575
/proc/meminfo: memFree=26800328/32770624 swapFree=67108860/67108860
[pid=22370] ppid=22367 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/22370/stat : 22370 (xcsp3-exec) S 22367 22370 22326 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 149053974 9740288 346 33554432000 4194304 5098028 140723830561840 140723830559944 140632860320380 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 40140800 140723830568036 140723830568247 140723830568247 140723830570987 0
/proc/22370/statm: 2378 346 289 221 0 87 0
[pid=22372] ppid=22370 vsize=26672856 memory=415060 CPUtime=19932.6 cores=0-7
/proc/22372/stat : 22372 (java) S 22370 22370 22326 0 -1 1077944320 208856 0 0 0 1993094 167 0 0 20 0 28 0 149053974 27313004544 103765 33554432000 4194304 4196468 140731532272256 140731532254800 140672991002359 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 14094336 140731532276882 140731532277059 140731532277059 140731532279759 0
/proc/22372/statm: 6668214 103765 3266 1 0 6655448 0
[pid=22372/tid=22373] ppid=22370 vsize=26672856 memory=415060 CPUtime=0.55 cores=0-7
/proc/22372/task/22373/stat : 22373 (java) S 22370 22370 22326 0 -1 1077944384 7583 0 0 0 52 3 0 0 20 0 28 0 149053975 27313004544 103765 33554432000 4194304 4196468 140731532272256 140672995243136 140672991012565 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14094336 140731532276882 140731532277059 140731532277059 140731532279759 0
[pid=22372/tid=22374] ppid=22370 vsize=26672856 memory=415060 CPUtime=1.42 cores=0-7
/proc/22372/task/22374/stat : 22374 (java) S 22370 22370 22326 0 -1 1077944384 8092 0 0 0 131 11 0 0 20 0 28 0 149053975 27313004544 103765 33554432000 4194304 4196468 140731532272256 140672943622800 140672991012565 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14094336 140731532276882 140731532277059 140731532277059 140731532279759 0
[pid=22372/tid=22375] ppid=22370 vsize=26672856 memory=415060 CPUtime=1.42 cores=0-7
/proc/22372/task/22375/stat : 22375 (java) S 22370 22370 22326 0 -1 1077944384 7712 0 0 0 132 10 0 0 20 0 28 0 149053975 27313004544 103765 33554432000 4194304 4196468 140731532272256 140672942570000 140672991012565 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14094336 140731532276882 140731532277059 140731532277059 140731532279759 0
[pid=22372/tid=22376] ppid=22370 vsize=26672856 memory=1384 CPUtime=1.44 cores=0-7
/proc/22372/task/22376/stat : 22376 (java) S 22370 22370 22326 0 -1 1077944384 7250 0 0 0 133 11 0 0 20 0 28 0 149053975 27313004544 103765 33554432000 4194304 4196468 140731532272256 140672941517200 140672991012565 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14094336 140731532276882 140731532277059 140731532277059 140731532279759 0
[pid=22372/tid=22377] ppid=22370 vsize=26672856 memory=279821415508224 CPUtime=1.43 cores=0-7
/proc/22372/task/22377/stat : 22377 (java) S 22370 22370 22326 0 -1 1077944384 5497 0 0 0 133 10 0 0 20 0 28 0 149053975 27313004544 103765 33554432000 4194304 4196468 140731532272256 140672940464400 140672991012565 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14094336 140731532276882 140731532277059 140731532277059 140731532279759 0
[pid=22372/tid=22378] ppid=22370 vsize=26672856 memory=279821415979248 CPUtime=1.41 cores=0-7
/proc/22372/task/22378/stat : 22378 (java) S 22370 22370 22326 0 -1 1077944384 7143 0 0 0 132 9 0 0 20 0 28 0 149053975 27313004544 103765 33554432000 4194304 4196468 140731532272256 140672939412624 140672991012565 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14094336 140731532276882 140731532277059 140731532277059 140731532279759 0
[pid=22372/tid=22379] ppid=22370 vsize=26672856 memory=415060 CPUtime=1.41 cores=0-7
/proc/22372/task/22379/stat : 22379 (java) S 22370 22370 22326 0 -1 1077944384 9254 0 0 0 129 12 0 0 20 0 28 0 149053975 27313004544 103765 33554432000 4194304 4196468 140731532272256 140672938359824 140672991012565 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14094336 140731532276882 140731532277059 140731532277059 140731532279759 0
[pid=22372/tid=22380] ppid=22370 vsize=26672856 memory=415060 CPUtime=1.44 cores=0-7
/proc/22372/task/22380/stat : 22380 (java) S 22370 22370 22326 0 -1 1077944384 6496 0 0 0 132 12 0 0 20 0 28 0 149053975 27313004544 103765 33554432000 4194304 4196468 140731532272256 140672937307024 140672991012565 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14094336 140731532276882 140731532277059 140731532277059 140731532279759 0
[pid=22372/tid=22381] ppid=22370 vsize=26672856 memory=1384 CPUtime=1.4 cores=0-7
/proc/22372/task/22381/stat : 22381 (java) S 22370 22370 22326 0 -1 1077944384 6093 0 0 0 129 11 0 0 20 0 28 0 149053975 27313004544 103765 33554432000 4194304 4196468 140731532272256 140672936254224 140672991012565 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14094336 140731532276882 140731532277059 140731532277059 140731532279759 0
[pid=22372/tid=22382] ppid=22370 vsize=26672856 memory=2240 CPUtime=1.71 cores=0-7
/proc/22372/task/22382/stat : 22382 (java) S 22370 22370 22326 0 -1 1077944384 22194 0 0 0 155 16 0 0 20 0 28 0 149053977 27313004544 103765 33554432000 4194304 4196468 140731532272256 140672050891120 140672991013506 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14094336 140731532276882 140731532277059 140731532277059 140731532279759 0
[pid=22372/tid=22383] ppid=22370 vsize=26672856 memory=4124 CPUtime=0 cores=0-7
/proc/22372/task/22383/stat : 22383 (java) S 22370 22370 22326 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 28 0 149053977 27313004544 103765 33554432000 4194304 4196468 140731532272256 140672049837152 140672991012565 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14094336 140731532276882 140731532277059 140731532277059 140731532279759 0
[pid=22372/tid=22384] ppid=22370 vsize=26672856 memory=1384 CPUtime=0 cores=0-7
/proc/22372/task/22384/stat : 22384 (java) S 22370 22370 22326 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 28 0 149053978 27313004544 103765 33554432000 4194304 4196468 140731532272256 140672048784256 140672991012565 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14094336 140731532276882 140731532277059 140731532277059 140731532279759 0
[pid=22372/tid=22385] ppid=22370 vsize=26672856 memory=1384 CPUtime=0 cores=0-7
/proc/22372/task/22385/stat : 22385 (java) S 22370 22370 22326 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 149053980 27313004544 103765 33554432000 4194304 4196468 140731532272256 140672047732560 140672991020955 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14094336 140731532276882 140731532277059 140731532277059 140731532279759 0
[pid=22372/tid=22386] ppid=22370 vsize=26672856 memory=410964 CPUtime=1.62 cores=0-7
/proc/22372/task/22386/stat : 22386 (java) S 22370 22370 22326 0 -1 1077944384 9739 0 0 0 160 2 0 0 20 0 28 0 149053980 27313004544 103765 33554432000 4194304 4196468 140731532272256 140672046680944 140672991013506 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14094336 140731532276882 140731532277059 140731532277059 140731532279759 0
[pid=22372/tid=22387] ppid=22370 vsize=26672856 memory=8712 CPUtime=1.38 cores=0-7
/proc/22372/task/22387/stat : 22387 (java) S 22370 22370 22326 0 -1 1077944384 8896 0 0 0 137 1 0 0 20 0 28 0 149053980 27313004544 103765 33554432000 4194304 4196468 140731532272256 140672045628144 140672991013506 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14094336 140731532276882 140731532277059 140731532277059 140731532279759 0
[pid=22372/tid=22388] ppid=22370 vsize=26672856 memory=1384 CPUtime=1.3 cores=0-7
/proc/22372/task/22388/stat : 22388 (java) S 22370 22370 22326 0 -1 1077944384 8735 0 0 0 128 2 0 0 20 0 28 0 149053980 27313004544 103765 33554432000 4194304 4196468 140731532272256 140672044575344 140672991013506 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14094336 140731532276882 140731532277059 140731532277059 140731532279759 0
[pid=22372/tid=22389] ppid=22370 vsize=26672856 memory=413012 CPUtime=0.61 cores=0-7
/proc/22372/task/22389/stat : 22389 (java) S 22370 22370 22326 0 -1 1077944384 7956 0 0 0 59 2 0 0 20 0 28 0 149053980 27313004544 103765 33554432000 4194304 4196468 140731532272256 140672043522544 140672991013506 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14094336 140731532276882 140731532277059 140731532277059 140731532279759 0
[pid=22372/tid=22390] ppid=22370 vsize=26672856 memory=92 CPUtime=0 cores=0-7
/proc/22372/task/22390/stat : 22390 (java) S 22370 22370 22326 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 149053980 27313004544 103765 33554432000 4194304 4196468 140731532272256 140672042469984 140672991012565 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14094336 140731532276882 140731532277059 140731532277059 140731532279759 0
[pid=22372/tid=22391] ppid=22370 vsize=26672856 memory=89 CPUtime=0.31 cores=0-7
/proc/22372/task/22391/stat : 22391 (java) S 22370 22370 22326 0 -1 1077944384 2866 0 0 0 10 21 0 0 20 0 28 0 149053981 27313004544 103765 33554432000 4194304 4196468 140731532272256 140672041417264 140672991013506 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14094336 140731532276882 140731532277059 140731532277059 140731532279759 0
[pid=22372/tid=22536] ppid=22370 vsize=26672856 memory=415060 CPUtime=2403.7 cores=0-7
/proc/22372/task/22536/stat : 22536 (java) R 22370 22370 22326 0 -1 4202560 3359 0 0 0 240367 3 0 0 20 0 28 0 149062643 27313004544 103765 33554432000 4194304 4196468 140731532272256 140672022878952 140672614962067 0 4 0 16800975 0 0 0 -1 6 0 0 1 0 0 6293624 6294260 14094336 140731532276882 140731532277059 140731532277059 140731532279759 0
[pid=22372/tid=22537] ppid=22370 vsize=26672856 memory=4100 CPUtime=2403.32 cores=0-7
/proc/22372/task/22537/stat : 22537 (java) R 22370 22370 22326 0 -1 4202560 4218 0 0 0 240330 2 0 0 20 0 28 0 149062643 27313004544 103765 33554432000 4194304 4196468 140731532272256 140672023932632 140672616406604 0 4 0 16800975 0 0 0 -1 5 0 0 1 0 0 6293624 6294260 14094336 140731532276882 140731532277059 140731532277059 140731532279759 0
[pid=22372/tid=22538] ppid=22370 vsize=26672856 memory=41220 CPUtime=2402.84 cores=0-7
/proc/22372/task/22538/stat : 22538 (java) R 22370 22370 22326 0 -1 4202560 5183 0 0 0 240281 3 0 0 20 0 28 0 149062643 27313004544 103765 33554432000 4194304 4196468 140731532272256 140672026038872 140672616549826 0 4 0 16800975 0 0 0 -1 7 0 0 1 0 0 6293624 6294260 14094336 140731532276882 140731532277059 140731532277059 140731532279759 0
[pid=22372/tid=22539] ppid=22370 vsize=26672856 memory=239794 CPUtime=2406.92 cores=0-7
/proc/22372/task/22539/stat : 22539 (java) R 22370 22370 22326 0 -1 4202560 16758 0 0 0 240683 9 0 0 20 0 28 0 149062643 27313004544 103765 33554432000 4194304 4196468 140731532272256 140672033407448 140672616508543 0 4 0 16800975 0 0 0 -1 2 0 0 2 0 0 6293624 6294260 14094336 140731532276882 140731532277059 140731532277059 140731532279759 0
[pid=22372/tid=22540] ppid=22370 vsize=26672856 memory=240192 CPUtime=2407.38 cores=0-7
/proc/22372/task/22540/stat : 22540 (java) R 22370 22370 22326 0 -1 4202560 9308 0 0 0 240734 4 0 0 20 0 28 0 149062643 27313004544 103765 33554432000 4194304 4196468 140731532272256 140672029196384 140672614999693 0 4 0 16800975 0 0 0 -1 4 0 0 2 0 0 6293624 6294260 14094336 140731532276882 140731532277059 140731532277059 140731532279759 0
[pid=22372/tid=22541] ppid=22370 vsize=26672856 memory=1384 CPUtime=2397.84 cores=0-7
/proc/22372/task/22541/stat : 22541 (java) R 22370 22370 22326 0 -1 4202560 3274 0 0 0 239780 4 0 0 20 0 28 0 149062643 27313004544 103765 33554432000 4194304 4196468 140731532272256 140672024985816 140672614999826 0 4 0 16800975 0 0 0 -1 1 0 0 1 0 0 6293624 6294260 14094336 140731532276882 140731532277059 140731532277059 140731532279759 0
[pid=22372/tid=22542] ppid=22370 vsize=26672856 memory=1384 CPUtime=2402.17 cores=0-7
/proc/22372/task/22542/stat : 22542 (java) R 22370 22370 22326 0 -1 4202560 3837 0 0 0 240213 4 0 0 20 0 28 0 149062644 27313004544 103765 33554432000 4194304 4196468 140731532272256 140672032354392 140672614999614 0 4 0 16800975 0 0 0 -1 3 0 0 1 0 0 6293624 6294260 14094336 140731532276882 140731532277059 140731532277059 140731532279759 0
[pid=22372/tid=22543] ppid=22370 vsize=26672856 memory=413012 CPUtime=2408.05 cores=0-7
/proc/22372/task/22543/stat : 22543 (java) R 22370 22370 22326 0 -1 4202560 18083 0 0 0 240797 8 0 0 20 0 28 0 149062644 27313004544 103765 33554432000 4194304 4196468 140731532272256 140672028146064 140672614999862 0 4 0 16800975 0 0 0 -1 0 0 0 1 0 0 6293624 6294260 14094336 140731532276882 140731532277059 140731532277059 140731532279759 0
Current children cumulated CPU time: 19932.6 s
Current children cumulated vsize: 26682368 KiB
Current children cumulated memory: 416444 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+2520 s]*
/proc/loadavg: 8.53 8.28 8.25 9/207 22575
/proc/meminfo: memFree=26783820/32770624 swapFree=67108860/67108860
[pid=22370] ppid=22367 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/22370/stat : 22370 (xcsp3-exec) S 22367 22370 22326 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 149053974 9740288 346 33554432000 4194304 5098028 140723830561840 140723830559944 140632860320380 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 40140800 140723830568036 140723830568247 140723830568247 140723830570987 0
/proc/22370/statm: 2378 346 289 221 0 87 0
[pid=22372] ppid=22370 vsize=26672856 memory=431444 CPUtime=20073.6 cores=0-7
/proc/22372/stat : 22372 (java) S 22370 22370 22326 0 -1 1077944320 210519 0 0 0 2007189 169 0 0 20 0 28 0 149053974 27313004544 107861 33554432000 4194304 4196468 140731532272256 140731532254800 140672991002359 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 14094336 140731532276882 140731532277059 140731532277059 140731532279759 0
/proc/22372/statm: 6668214 107861 3266 1 0 6655448 0
[pid=22372/tid=22373] ppid=22370 vsize=26672856 memory=1004 CPUtime=0.55 cores=0-7
/proc/22372/task/22373/stat : 22373 (java) S 22370 22370 22326 0 -1 1077944384 7583 0 0 0 52 3 0 0 20 0 28 0 149053975 27313004544 107861 33554432000 4194304 4196468 140731532272256 140672995243136 140672991012565 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14094336 140731532276882 140731532277059 140731532277059 140731532279759 0
[pid=22372/tid=22374] ppid=22370 vsize=26672856 memory=1200 CPUtime=1.45 cores=0-7
/proc/22372/task/22374/stat : 22374 (java) S 22370 22370 22326 0 -1 1077944384 8146 0 0 0 134 11 0 0 20 0 28 0 149053975 27313004544 107861 33554432000 4194304 4196468 140731532272256 140672943622800 140672991012565 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14094336 140731532276882 140731532277059 140731532277059 140731532279759 0
[pid=22372/tid=22375] ppid=22370 vsize=26672856 memory=431444 CPUtime=1.45 cores=0-7
/proc/22372/task/22375/stat : 22375 (java) S 22370 22370 22326 0 -1 1077944384 7733 0 0 0 135 10 0 0 20 0 28 0 149053975 27313004544 107861 33554432000 4194304 4196468 140731532272256 140672942570000 140672991012565 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14094336 140731532276882 140731532277059 140731532277059 140731532279759 0
[pid=22372/tid=22376] ppid=22370 vsize=26672856 memory=-7003737579269690708 CPUtime=1.47 cores=0-7
/proc/22372/task/22376/stat : 22376 (java) S 22370 22370 22326 0 -1 1077944384 7358 0 0 0 136 11 0 0 20 0 28 0 149053975 27313004544 107861 33554432000 4194304 4196468 140731532272256 140672941517200 140672991012565 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14094336 140731532276882 140731532277059 140731532277059 140731532279759 0
[pid=22372/tid=22377] ppid=22370 vsize=26672856 memory=-8253362762722141311 CPUtime=1.46 cores=0-7
/proc/22372/task/22377/stat : 22377 (java) S 22370 22370 22326 0 -1 1077944384 5564 0 0 0 136 10 0 0 20 0 28 0 149053975 27313004544 107861 33554432000 4194304 4196468 140731532272256 140672940464400 140672991012565 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14094336 140731532276882 140731532277059 140731532277059 140731532279759 0
[pid=22372/tid=22378] ppid=22370 vsize=26672856 memory=-8341965534556230502 CPUtime=1.45 cores=0-7
/proc/22372/task/22378/stat : 22378 (java) S 22370 22370 22326 0 -1 1077944384 7294 0 0 0 136 9 0 0 20 0 28 0 149053975 27313004544 107861 33554432000 4194304 4196468 140731532272256 140672939412624 140672991012565 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14094336 140731532276882 140731532277059 140731532277059 140731532279759 0
[pid=22372/tid=22379] ppid=22370 vsize=26672856 memory=4715433313220523562 CPUtime=1.44 cores=0-7
/proc/22372/task/22379/stat : 22379 (java) S 22370 22370 22326 0 -1 1077944384 9553 0 0 0 132 12 0 0 20 0 28 0 149053975 27313004544 107861 33554432000 4194304 4196468 140731532272256 140672938359824 140672991012565 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14094336 140731532276882 140731532277059 140731532277059 140731532279759 0
[pid=22372/tid=22380] ppid=22370 vsize=26672856 memory=9047017150487036575 CPUtime=1.47 cores=0-7
/proc/22372/task/22380/stat : 22380 (java) S 22370 22370 22326 0 -1 1077944384 6534 0 0 0 135 12 0 0 20 0 28 0 149053975 27313004544 107861 33554432000 4194304 4196468 140731532272256 140672937307024 140672991012565 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14094336 140731532276882 140731532277059 140731532277059 140731532279759 0
[pid=22372/tid=22381] ppid=22370 vsize=26672856 memory=7822038051842261661 CPUtime=1.44 cores=0-7
/proc/22372/task/22381/stat : 22381 (java) S 22370 22370 22326 0 -1 1077944384 6112 0 0 0 133 11 0 0 20 0 28 0 149053975 27313004544 107861 33554432000 4194304 4196468 140731532272256 140672936254224 140672991012565 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14094336 140731532276882 140731532277059 140731532277059 140731532279759 0
[pid=22372/tid=22382] ppid=22370 vsize=26672856 memory=9047017150487036571 CPUtime=1.74 cores=0-7
/proc/22372/task/22382/stat : 22382 (java) S 22370 22370 22326 0 -1 1077944384 22383 0 0 0 158 16 0 0 20 0 28 0 149053977 27313004544 107861 33554432000 4194304 4196468 140731532272256 140672050891120 140672991013506 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14094336 140731532276882 140731532277059 140731532277059 140731532279759 0
[pid=22372/tid=22383] ppid=22370 vsize=26672856 memory=1224 CPUtime=0 cores=0-7
/proc/22372/task/22383/stat : 22383 (java) S 22370 22370 22326 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 28 0 149053977 27313004544 107861 33554432000 4194304 4196468 140731532272256 140672049837152 140672991012565 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14094336 140731532276882 140731532277059 140731532277059 140731532279759 0
[pid=22372/tid=22384] ppid=22370 vsize=26672856 memory=8712 CPUtime=0 cores=0-7
/proc/22372/task/22384/stat : 22384 (java) S 22370 22370 22326 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 28 0 149053978 27313004544 107861 33554432000 4194304 4196468 140731532272256 140672048784256 140672991012565 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14094336 140731532276882 140731532277059 140731532277059 140731532279759 0
[pid=22372/tid=22385] ppid=22370 vsize=26672856 memory=1712 CPUtime=0 cores=0-7
/proc/22372/task/22385/stat : 22385 (java) S 22370 22370 22326 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 149053980 27313004544 107861 33554432000 4194304 4196468 140731532272256 140672047732560 140672991020955 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14094336 140731532276882 140731532277059 140731532277059 140731532279759 0
[pid=22372/tid=22386] ppid=22370 vsize=26672856 memory=1384 CPUtime=1.62 cores=0-7
/proc/22372/task/22386/stat : 22386 (java) S 22370 22370 22326 0 -1 1077944384 9739 0 0 0 160 2 0 0 20 0 28 0 149053980 27313004544 107861 33554432000 4194304 4196468 140731532272256 140672046680944 140672991013506 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14094336 140731532276882 140731532277059 140731532277059 140731532279759 0
[pid=22372/tid=22387] ppid=22370 vsize=26672856 memory=431444 CPUtime=1.38 cores=0-7
/proc/22372/task/22387/stat : 22387 (java) S 22370 22370 22326 0 -1 1077944384 8896 0 0 0 137 1 0 0 20 0 28 0 149053980 27313004544 107861 33554432000 4194304 4196468 140731532272256 140672045628144 140672991013506 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14094336 140731532276882 140731532277059 140731532277059 140731532279759 0
[pid=22372/tid=22388] ppid=22370 vsize=26672856 memory=-7023579799431922829 CPUtime=1.3 cores=0-7
/proc/22372/task/22388/stat : 22388 (java) S 22370 22370 22326 0 -1 1077944384 8735 0 0 0 128 2 0 0 20 0 28 0 149053980 27313004544 107861 33554432000 4194304 4196468 140731532272256 140672044575344 140672991013506 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14094336 140731532276882 140731532277059 140731532277059 140731532279759 0
[pid=22372/tid=22389] ppid=22370 vsize=26672856 memory=-8486080722631693414 CPUtime=0.61 cores=0-7
/proc/22372/task/22389/stat : 22389 (java) S 22370 22370 22326 0 -1 1077944384 7956 0 0 0 59 2 0 0 20 0 28 0 149053980 27313004544 107861 33554432000 4194304 4196468 140731532272256 140672043522544 140672991013506 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14094336 140731532276882 140731532277059 140731532277059 140731532279759 0
[pid=22372/tid=22390] ppid=22370 vsize=26672856 memory=1224 CPUtime=0 cores=0-7
/proc/22372/task/22390/stat : 22390 (java) S 22370 22370 22326 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 149053980 27313004544 107861 33554432000 4194304 4196468 140731532272256 140672042469984 140672991012565 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14094336 140731532276882 140731532277059 140731532277059 140731532279759 0
[pid=22372/tid=22391] ppid=22370 vsize=26672856 memory=1384 CPUtime=0.31 cores=0-7
/proc/22372/task/22391/stat : 22391 (java) S 22370 22370 22326 0 -1 1077944384 2879 0 0 0 10 21 0 0 20 0 28 0 149053981 27313004544 107861 33554432000 4194304 4196468 140731532272256 140672041417264 140672991013506 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14094336 140731532276882 140731532277059 140731532277059 140731532279759 0
[pid=22372/tid=22536] ppid=22370 vsize=26672856 memory=431444 CPUtime=2421.33 cores=0-7
/proc/22372/task/22536/stat : 22536 (java) R 22370 22370 22326 0 -1 4202560 3390 0 0 0 242129 4 0 0 20 0 28 0 149062643 27313004544 107861 33554432000 4194304 4196468 140731532272256 140672022879400 140672615000273 0 4 0 16800975 0 0 0 -1 4 0 0 1 0 0 6293624 6294260 14094336 140731532276882 140731532277059 140731532277059 140731532279759 0
[pid=22372/tid=22537] ppid=22370 vsize=26672856 memory=4612 CPUtime=2420.87 cores=0-7
/proc/22372/task/22537/stat : 22537 (java) R 22370 22370 22326 0 -1 4202560 4242 0 0 0 242084 3 0 0 20 0 28 0 149062643 27313004544 107861 33554432000 4194304 4196468 140731532272256 140672023932496 140672614999475 0 4 0 16800975 0 0 0 -1 3 0 0 1 0 0 6293624 6294260 14094336 140731532276882 140731532277059 140731532277059 140731532279759 0
[pid=22372/tid=22538] ppid=22370 vsize=26672856 memory=0 CPUtime=2420.43 cores=0-7
/proc/22372/task/22538/stat : 22538 (java) R 22370 22370 22326 0 -1 4202560 5259 0 0 0 242040 3 0 0 20 0 28 0 149062643 27313004544 107861 33554432000 4194304 4196468 140731532272256 140672026038368 140672614999105 0 4 0 16800975 0 0 0 -1 0 0 0 1 0 0 6293624 6294260 14094336 140731532276882 140731532277059 140731532277059 140731532279759 0
[pid=22372/tid=22539] ppid=22370 vsize=26672856 memory=5860981269410441574 CPUtime=2424.49 cores=0-7
/proc/22372/task/22539/stat : 22539 (java) R 22370 22370 22326 0 -1 4202560 16849 0 0 0 242440 9 0 0 20 0 28 0 149062643 27313004544 107861 33554432000 4194304 4196468 140731532272256 140672033407448 140672614999332 0 4 0 16800975 0 0 0 -1 1 0 0 2 0 0 6293624 6294260 14094336 140731532276882 140731532277059 140731532277059 140731532279759 0
[pid=22372/tid=22540] ppid=22370 vsize=26672856 memory=7163369302415271744 CPUtime=2425.01 cores=0-7
/proc/22372/task/22540/stat : 22540 (java) R 22370 22370 22326 0 -1 4202560 9378 0 0 0 242497 4 0 0 20 0 28 0 149062643 27313004544 107861 33554432000 4194304 4196468 140731532272256 140672029199328 140672614999348 0 4 0 16800975 0 0 0 -1 2 0 0 2 0 0 6293624 6294260 14094336 140731532276882 140731532277059 140731532277059 140731532279759 0
[pid=22372/tid=22541] ppid=22370 vsize=26672856 memory=-7003737579269690708 CPUtime=2415.47 cores=0-7
/proc/22372/task/22541/stat : 22541 (java) R 22370 22370 22326 0 -1 4202560 3309 0 0 0 241543 4 0 0 20 0 28 0 149062643 27313004544 107861 33554432000 4194304 4196468 140731532272256 140672024985816 140672614999348 0 4 0 16800975 0 0 0 -1 5 0 0 1 0 0 6293624 6294260 14094336 140731532276882 140731532277059 140731532277059 140731532279759 0
[pid=22372/tid=22542] ppid=22370 vsize=26672856 memory=431444 CPUtime=2419.65 cores=0-7
/proc/22372/task/22542/stat : 22542 (java) R 22370 22370 22326 0 -1 4202560 3871 0 0 0 241961 4 0 0 20 0 28 0 149062644 27313004544 107861 33554432000 4194304 4196468 140731532272256 140672032354392 140672611199766 0 4 0 16800975 0 0 0 -1 7 0 0 1 0 0 6293624 6294260 14094336 140731532276882 140731532277059 140731532277059 140731532279759 0
[pid=22372/tid=22543] ppid=22370 vsize=26672856 memory=6791534058613427641 CPUtime=2425.68 cores=0-7
/proc/22372/task/22543/stat : 22543 (java) R 22370 22370 22326 0 -1 4202560 18426 0 0 0 242560 8 0 0 20 0 28 0 149062644 27313004544 107861 33554432000 4194304 4196468 140731532272256 140672028143368 140672614999573 0 4 0 16800975 0 0 0 -1 6 0 0 1 0 0 6293624 6294260 14094336 140731532276882 140731532277059 140731532277059 140731532279759 0
Current children cumulated CPU time: 20073.6 s
Current children cumulated vsize: 26682368 KiB
Current children cumulated memory: 432828 KiB

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

[startup+2520.04 s]
# the end of solver process 22370 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=0.000953 s, system=0.000953 s

[startup+2520.11 s]
# the end of solver process 22372 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=20072.7 s, system=1.70363 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.11
CPU time (s): 20074.4
CPU user time (s): 20072.7
CPU system time (s): 1.70363
CPU usage (%): 796.566
Max. virtual memory (cumulated for all children) (KiB): 26682368
Max. memory (cumulated for all children) (KiB): 432828

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 20072.7
system time used= 1.70363
maximum resident set size= 431964
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 211378
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3080
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 197581
involuntary context switches= 210245


# summary of solver processes directly reported to runsolver:
#   pid: 22370,22372
#   total CPU time (s): 20074.4
#   total CPU user time (s): 20072.7
#   total CPU system time (s): 1.70363

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 18.6607 second user time and 28.0625 second system time

The end

Launcher Data

Begin job on node113 at 2017-08-19 18:06:45
IDJOB=4280628
IDBENCH=135672
IDSOLVER=2675
FILE ID=node113/4280628-1503159665
RUNJOBID= node113-1503158805-22353
PBS_JOBID= 20630821
Free space on /tmp= 61692 MiB

SOLVER NAME= choco-solver 4.0.5 par
BENCH NAME= XCSP17/TravellingSalesman/TravellingSalesman-m1-n20/TravellingSalesman-20-30-09.xml
COMMAND LINE= ./xcsp3-exec -dir DIR -tl TIMEOUT -p NBCORE -ml 22000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4280628-1503159665/watcher-4280628-1503159665 -o /tmp/evaluation-result-4280628-1503159665/solver-4280628-1503159665 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node113-1503158805-22353 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 22000 -tdir HOME -seed 1409025685 HOME/instance-4280628-1503159665.xml

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

MD5SUM BENCH= 3778b76dec94085d2dd964afc4e92a91
RANDOM SEED=1409025685

node113.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.89
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.89
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.89
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.89
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:        27198804 kB
MemAvailable:   31969656 kB
Buffers:          252104 kB
Cached:          4808820 kB
SwapCached:            0 kB
Active:          1250356 kB
Inactive:        3864024 kB
Active(anon):       3588 kB
Inactive(anon):    85932 kB
Active(file):    1246768 kB
Inactive(file):  3778092 kB
Unevictable:        7472 kB
Mlocked:            7472 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7764 kB
Writeback:             0 kB
AnonPages:         61096 kB
Mapped:            51072 kB
Shmem:             33416 kB
Slab:             149836 kB
SReclaimable:     123652 kB
SUnreclaim:        26184 kB
KernelStack:        3104 kB
PageTables:         4556 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     332660 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      6144 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 61684 MiB
End job on node113 at 2017-08-19 18:48:45