Trace number 4297441

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.7b par (e747e1e)SAT (TO)164 20065.4 2520.11

General information on the benchmark

NameTravellingSalesman/
TravellingSalesman-35-30-00_c18.xml
MD5SUM558ee623558ef43f0bbab0563f00ef08
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark164
Best CPU time to get the best result obtained on this benchmark20065.4
Satisfiable
(Un)Satisfiability was proved
Number of variables70
Number of constraints36
Number of domains2
Minimum domain size33
Maximum domain size35
Distribution of domain sizes[{"size":33,"count":35},{"size":35,"count":35}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":35},{"degree":3,"count":35}]
Minimum constraint arity3
Maximum constraint arity35
Distribution of constraint arities[{"arity":3,"count":35},{"arity":35,"count":1}]
Number of extensional constraints35
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":35},{"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-4297441-1532731895.xml"  -tl '20160s' -p 8
0.11/0.18	c Choco e747e1e
0.11/0.18	c [HOME/instance-4297441-1532731895.xml, -tl, 20160s, -p, 8]
0.33/0.22	c 8 solvers in parallel
0.33/0.28	c parse instance...
1.72/0.76	c solve instance...
2.23/0.86	o 296 
2.23/0.87	o 291 
2.23/0.87	o 290 
2.23/0.89	o 283 
2.23/0.89	o 280 
2.87/0.90	o 278 
2.87/0.91	o 186 
2.87/0.91	o 185 
2.87/0.92	o 184 
2.87/0.92	o 183 
2.87/0.93	o 181 
2.87/0.96	o 180 
4.47/1.18	o 178 
4.47/1.19	o 176 
377.26/47.90	o 175 
1174.13/147.81	o 174 
1198.04/150.81	o 170 
1198.04/150.84	o 169 
1198.04/150.87	o 165 
1198.72/150.90	o 164 
20064.54/2520.10	s SATISFIABLE
20064.54/2520.10	v <instantiation>
20064.54/2520.10	v 	<list>c[0] c[1] c[2] c[3] c[4] c[5] c[6] c[7] c[8] c[9] c[10] c[11] c[12] c[13] c[14] c[15] c[16] c[17] c[18] c[19] c[20] c[21] c[22] c[23] c[24] c[25] c[26] c[27] c[28] c[29] c[30] c[31] c[32] c[33] c[34] d[0] d[1] d[2] d[3] d[4] d[5] d[6] d[7] d[8] d[9] d[10] d[11] d[12] d[13] d[14] d[15] d[16] d[17] d[18] d[19] d[20] d[21] d[22] d[23] d[24] d[25] d[26] d[27] d[28] d[29] d[30] d[31] d[32] d[33] d[34] </list>
20064.54/2520.10	v 	<values>6 1 16 17 22 24 9 20 23 32 34 33 30 29 28 31 27 25 26 21 18 19 15 10 3 8 7 14 13 12 4 2 0 5 11 4 9 2 14 6 15 8 5 7 12 3 2 4 1 5 3 1 1 8 4 4 4 4 4 4 1 4 3 1 4 1 2 4 6 4 </values>
20064.54/2520.10	v </instantiation>
20064.54/2520.10	c Unexpected resolution interruption!

Verifier Data

OK	164

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4297441-1532731895/watcher-4297441-1532731895 -o /tmp/evaluation-result-4297441-1532731895/solver-4297441-1532731895 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node134-1532731895-1386 --watchdog 2580 HOME/xcsp3-exec -seed 1952213570 -dir HOME -tl 20160 -ml 22000 -p 8 HOME/instance-4297441-1532731895.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=1404, runsolver pid=1401
Current StackSize limit: 8192 KiB


[startup+0.101261 s]*
/proc/loadavg: 7.31 7.56 7.74 2/205 1425
/proc/meminfo: memFree=28167904/32770624 swapFree=67108744/67108860
[pid=1404] ppid=1401 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/1404/stat : 1404 (xcsp3-exec) S 1401 1404 1359 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 90752697 115843072 363 33554432000 4194304 5098028 140734046491296 140734046489400 140494181397116 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 9621504 140734046495797 140734046496000 140734046496000 140734046498762 0
/proc/1404/statm: 28282 363 305 221 0 87 0
[pid=1406] ppid=1404 vsize=26104152 memory=27688 CPUtime=0.11 cores=0-7
/proc/1406/stat : 1406 (java) S 1404 1404 1359 0 -1 1077944320 5846 0 0 0 10 1 0 0 20 0 20 0 90752697 26730651648 6922 33554432000 4194304 4196468 140721411237472 140721411220016 140150193970935 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 10612736 140721411241089 140721411241261 140721411241261 140721411243983 0
/proc/1406/statm: 6526038 6922 3004 1 0 6488315 0
[pid=1406/tid=1407] ppid=1404 vsize=26104152 memory=1400242874264906928 CPUtime=0.09 cores=0-7
/proc/1406/task/1407/stat : 1407 (java) R 1404 1404 1359 0 -1 4202560 3866 0 0 0 8 1 0 0 20 0 20 0 90752697 26730651648 6922 33554432000 4194304 4196468 140721411237472 140150198203264 140150193982870 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 10612736 140721411241089 140721411241261 140721411241261 140721411243983 0
[pid=1406/tid=1408] ppid=1404 vsize=26104152 memory=664954298551644168 CPUtime=0 cores=0-7
/proc/1406/task/1408/stat : 1408 (java) S 1404 1404 1359 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 90752698 26730651648 6922 33554432000 4194304 4196468 140721411237472 140150152731024 140150193981141 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10612736 140721411241089 140721411241261 140721411241261 140721411243983 0
[pid=1406/tid=1409] ppid=1404 vsize=26104152 memory=139641067206272 CPUtime=0 cores=0-7
/proc/1406/task/1409/stat : 1409 (java) S 1404 1404 1359 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 90752698 26730651648 6922 33554432000 4194304 4196468 140721411237472 140149751564560 140150193981141 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10612736 140721411241089 140721411241261 140721411241261 140721411243983 0
[pid=1406/tid=1410] ppid=1404 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/1406/task/1410/stat : 1410 (java) S 1404 1404 1359 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 90752698 26730651648 6922 33554432000 4194304 4196468 140721411237472 140149750512272 140150193981141 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10612736 140721411241089 140721411241261 140721411241261 140721411243983 0
[pid=1406/tid=1411] ppid=1404 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/1406/task/1411/stat : 1411 (java) S 1404 1404 1359 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 90752698 26730651648 6922 33554432000 4194304 4196468 140721411237472 140149749459472 140150193981141 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10612736 140721411241089 140721411241261 140721411241261 140721411243983 0
[pid=1406/tid=1412] ppid=1404 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/1406/task/1412/stat : 1412 (java) S 1404 1404 1359 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 90752698 26730651648 6922 33554432000 4194304 4196468 140721411237472 140149748407184 140150193981141 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10612736 140721411241089 140721411241261 140721411241261 140721411243983 0
[pid=1406/tid=1413] ppid=1404 vsize=26104152 memory=-1 CPUtime=0 cores=0-7
/proc/1406/task/1413/stat : 1413 (java) S 1404 1404 1359 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 90752698 26730651648 6922 33554432000 4194304 4196468 140721411237472 140149747354384 140150193981141 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10612736 140721411241089 140721411241261 140721411241261 140721411243983 0
[pid=1406/tid=1414] ppid=1404 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/1406/task/1414/stat : 1414 (java) S 1404 1404 1359 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 90752698 26730651648 6922 33554432000 4194304 4196468 140721411237472 140149746302096 140150193981141 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10612736 140721411241089 140721411241261 140721411241261 140721411243983 0
[pid=1406/tid=1415] ppid=1404 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/1406/task/1415/stat : 1415 (java) S 1404 1404 1359 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 90752698 26730651648 6922 33554432000 4194304 4196468 140721411237472 140149745249296 140150193981141 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10612736 140721411241089 140721411241261 140721411241261 140721411243983 0
[pid=1406/tid=1416] ppid=1404 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/1406/task/1416/stat : 1416 (java) S 1404 1404 1359 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 90752700 26730651648 6922 33554432000 4194304 4196468 140721411237472 140148800972912 140150193982082 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10612736 140721411241089 140721411241261 140721411241261 140721411243983 0
[pid=1406/tid=1417] ppid=1404 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/1406/task/1417/stat : 1417 (java) S 1404 1404 1359 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 90752700 26730651648 6922 33554432000 4194304 4196468 140721411237472 140148799918880 140150193981141 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10612736 140721411241089 140721411241261 140721411241261 140721411243983 0
[pid=1406/tid=1418] ppid=1404 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/1406/task/1418/stat : 1418 (java) S 1404 1404 1359 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 90752700 26730651648 6922 33554432000 4194304 4196468 140721411237472 140148798866544 140150193981141 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10612736 140721411241089 140721411241261 140721411241261 140721411243983 0
[pid=1406/tid=1419] ppid=1404 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/1406/task/1419/stat : 1419 (java) S 1404 1404 1359 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 90752703 26730651648 6922 33554432000 4194304 4196468 140721411237472 140148797814864 140150193989531 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10612736 140721411241089 140721411241261 140721411241261 140721411243983 0
[pid=1406/tid=1420] ppid=1404 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/1406/task/1420/stat : 1420 (java) S 1404 1404 1359 0 -1 1077944384 308 0 0 0 0 0 0 0 20 0 20 0 90752703 26730651648 6922 33554432000 4194304 4196468 140721411237472 140148796762736 140150193982082 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10612736 140721411241089 140721411241261 140721411241261 140721411243983 0
[pid=1406/tid=1421] ppid=1404 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/1406/task/1421/stat : 1421 (java) S 1404 1404 1359 0 -1 1077944384 123 0 0 0 0 0 0 0 20 0 20 0 90752703 26730651648 6922 33554432000 4194304 4196468 140721411237472 140148795709936 140150193982082 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10612736 140721411241089 140721411241261 140721411241261 140721411243983 0
[pid=1406/tid=1422] ppid=1404 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/1406/task/1422/stat : 1422 (java) S 1404 1404 1359 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 90752703 26730651648 6922 33554432000 4194304 4196468 140721411237472 140148794657648 140150193982082 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10612736 140721411241089 140721411241261 140721411241261 140721411243983 0
[pid=1406/tid=1423] ppid=1404 vsize=26104152 memory=0 CPUtime=0.01 cores=0-7
/proc/1406/task/1423/stat : 1423 (java) R 1404 1404 1359 0 -1 4202560 254 0 0 0 1 0 0 0 20 0 20 0 90752703 26730651648 6922 33554432000 4194304 4196468 140721411237472 140148793604848 140150173320640 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 10612736 140721411241089 140721411241261 140721411241261 140721411243983 0
[pid=1406/tid=1424] ppid=1404 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/1406/task/1424/stat : 1424 (java) S 1404 1404 1359 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 90752703 26730651648 6922 33554432000 4194304 4196468 140721411237472 140148792551776 140150193981141 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10612736 140721411241089 140721411241261 140721411241261 140721411243983 0
[pid=1406/tid=1425] ppid=1404 vsize=26104152 memory=-1 CPUtime=0 cores=0-7
/proc/1406/task/1425/stat : 1425 (java) S 1404 1404 1359 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 90752703 26730651648 6922 33554432000 4194304 4196468 140721411237472 140148791499056 140150193982082 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10612736 140721411241089 140721411241261 140721411241261 140721411243983 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 26217280 KiB
Current children cumulated memory: 29140 KiB

[startup+0.210739 s]*
/proc/loadavg: 7.31 7.56 7.74 3/205 1425
/proc/meminfo: memFree=28157548/32770624 swapFree=67108744/67108860
[pid=1404] ppid=1401 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/1404/stat : 1404 (xcsp3-exec) S 1401 1404 1359 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 90752697 115843072 363 33554432000 4194304 5098028 140734046491296 140734046489400 140494181397116 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 9621504 140734046495797 140734046496000 140734046496000 140734046498762 0
/proc/1404/statm: 28282 363 305 221 0 87 0
[pid=1406] ppid=1404 vsize=26104152 memory=39964 CPUtime=0.33 cores=0-7
/proc/1406/stat : 1406 (java) S 1404 1404 1359 0 -1 1077944320 8505 0 0 0 31 2 0 0 20 0 20 0 90752697 26730651648 9991 33554432000 4194304 4196468 140721411237472 140721411220016 140150193970935 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 10612736 140721411241089 140721411241261 140721411241261 140721411243983 0
/proc/1406/statm: 6526038 9991 3209 1 0 6488315 0
[pid=1406/tid=1407] ppid=1404 vsize=26104152 memory=8318255677412212789 CPUtime=0.19 cores=0-7
/proc/1406/task/1407/stat : 1407 (java) R 1404 1404 1359 0 -1 4202560 5609 0 0 0 18 1 0 0 20 0 20 0 90752697 26730651648 9991 33554432000 4194304 4196468 140721411237472 140150198207984 140150178051422 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 10612736 140721411241089 140721411241261 140721411241261 140721411243983 0
[pid=1406/tid=1408] ppid=1404 vsize=26104152 memory=340 CPUtime=0 cores=0-7
/proc/1406/task/1408/stat : 1408 (java) S 1404 1404 1359 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 90752698 26730651648 9991 33554432000 4194304 4196468 140721411237472 140150152731024 140150193981141 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10612736 140721411241089 140721411241261 140721411241261 140721411243983 0
[pid=1406/tid=1409] ppid=1404 vsize=26104152 memory=139641067214001 CPUtime=0 cores=0-7
/proc/1406/task/1409/stat : 1409 (java) S 1404 1404 1359 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 90752698 26730651648 9991 33554432000 4194304 4196468 140721411237472 140149751564560 140150193981141 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10612736 140721411241089 140721411241261 140721411241261 140721411243983 0
[pid=1406/tid=1410] ppid=1404 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/1406/task/1410/stat : 1410 (java) S 1404 1404 1359 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 90752698 26730651648 9991 33554432000 4194304 4196468 140721411237472 140149750512272 140150193981141 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10612736 140721411241089 140721411241261 140721411241261 140721411243983 0
[pid=1406/tid=1411] ppid=1404 vsize=26104152 memory=-1 CPUtime=0 cores=0-7
/proc/1406/task/1411/stat : 1411 (java) S 1404 1404 1359 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 90752698 26730651648 9991 33554432000 4194304 4196468 140721411237472 140149749459472 140150193981141 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10612736 140721411241089 140721411241261 140721411241261 140721411243983 0
[pid=1406/tid=1412] ppid=1404 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/1406/task/1412/stat : 1412 (java) S 1404 1404 1359 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 90752698 26730651648 9991 33554432000 4194304 4196468 140721411237472 140149748407184 140150193981141 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10612736 140721411241089 140721411241261 140721411241261 140721411243983 0
[pid=1406/tid=1413] ppid=1404 vsize=26104152 memory=-1 CPUtime=0 cores=0-7
/proc/1406/task/1413/stat : 1413 (java) S 1404 1404 1359 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 90752698 26730651648 9991 33554432000 4194304 4196468 140721411237472 140149747354384 140150193981141 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10612736 140721411241089 140721411241261 140721411241261 140721411243983 0
[pid=1406/tid=1414] ppid=1404 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/1406/task/1414/stat : 1414 (java) S 1404 1404 1359 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 90752698 26730651648 9991 33554432000 4194304 4196468 140721411237472 140149746302096 140150193981141 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10612736 140721411241089 140721411241261 140721411241261 140721411243983 0
[pid=1406/tid=1415] ppid=1404 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/1406/task/1415/stat : 1415 (java) S 1404 1404 1359 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 90752698 26730651648 9991 33554432000 4194304 4196468 140721411237472 140149745249296 140150193981141 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10612736 140721411241089 140721411241261 140721411241261 140721411243983 0
[pid=1406/tid=1416] ppid=1404 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/1406/task/1416/stat : 1416 (java) S 1404 1404 1359 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 90752700 26730651648 9991 33554432000 4194304 4196468 140721411237472 140148800972912 140150193982082 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10612736 140721411241089 140721411241261 140721411241261 140721411243983 0
[pid=1406/tid=1417] ppid=1404 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/1406/task/1417/stat : 1417 (java) S 1404 1404 1359 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 90752700 26730651648 9991 33554432000 4194304 4196468 140721411237472 140148799918880 140150193981141 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10612736 140721411241089 140721411241261 140721411241261 140721411243983 0
[pid=1406/tid=1418] ppid=1404 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/1406/task/1418/stat : 1418 (java) S 1404 1404 1359 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 90752700 26730651648 9991 33554432000 4194304 4196468 140721411237472 140148798866544 140150193981141 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10612736 140721411241089 140721411241261 140721411241261 140721411243983 0
[pid=1406/tid=1419] ppid=1404 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/1406/task/1419/stat : 1419 (java) S 1404 1404 1359 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 90752703 26730651648 9991 33554432000 4194304 4196468 140721411237472 140148797814864 140150193989531 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10612736 140721411241089 140721411241261 140721411241261 140721411243983 0
[pid=1406/tid=1420] ppid=1404 vsize=26104152 memory=0 CPUtime=0.01 cores=0-7
/proc/1406/task/1420/stat : 1420 (java) S 1404 1404 1359 0 -1 1077944384 417 0 0 0 1 0 0 0 20 0 20 0 90752703 26730651648 9991 33554432000 4194304 4196468 140721411237472 140148796762736 140150193982082 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10612736 140721411241089 140721411241261 140721411241261 140721411243983 0
[pid=1406/tid=1421] ppid=1404 vsize=26104152 memory=0 CPUtime=0.01 cores=0-7
/proc/1406/task/1421/stat : 1421 (java) S 1404 1404 1359 0 -1 1077944384 155 0 0 0 1 0 0 0 20 0 20 0 90752703 26730651648 9991 33554432000 4194304 4196468 140721411237472 140148795709936 140150193982082 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10612736 140721411241089 140721411241261 140721411241261 140721411243983 0
[pid=1406/tid=1422] ppid=1404 vsize=26104152 memory=-1 CPUtime=0.02 cores=0-7
/proc/1406/task/1422/stat : 1422 (java) S 1404 1404 1359 0 -1 1077944384 282 0 0 0 2 0 0 0 20 0 20 0 90752703 26730651648 9991 33554432000 4194304 4196468 140721411237472 140148794657648 140150193982082 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10612736 140721411241089 140721411241261 140721411241261 140721411243983 0
[pid=1406/tid=1423] ppid=1404 vsize=26104152 memory=-1 CPUtime=0.08 cores=0-7
/proc/1406/task/1423/stat : 1423 (java) S 1404 1404 1359 0 -1 1077944384 737 0 0 0 8 0 0 0 20 0 20 0 90752703 26730651648 9991 33554432000 4194304 4196468 140721411237472 140148793604848 140150193982082 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10612736 140721411241089 140721411241261 140721411241261 140721411243983 0
[pid=1406/tid=1424] ppid=1404 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/1406/task/1424/stat : 1424 (java) S 1404 1404 1359 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 90752703 26730651648 9991 33554432000 4194304 4196468 140721411237472 140148792551776 140150193981141 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10612736 140721411241089 140721411241261 140721411241261 140721411243983 0
[pid=1406/tid=1425] ppid=1404 vsize=26104152 memory=-1 CPUtime=0 cores=0-7
/proc/1406/task/1425/stat : 1425 (java) S 1404 1404 1359 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 90752703 26730651648 9991 33554432000 4194304 4196468 140721411237472 140148791499056 140150193982082 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10612736 140721411241089 140721411241261 140721411241261 140721411243983 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 26217280 KiB
Current children cumulated memory: 41416 KiB

[startup+0.311709 s]*
/proc/loadavg: 7.31 7.56 7.74 3/205 1425
/proc/meminfo: memFree=28150972/32770624 swapFree=67108744/67108860
[pid=1404] ppid=1401 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/1404/stat : 1404 (xcsp3-exec) S 1401 1404 1359 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 90752697 115843072 363 33554432000 4194304 5098028 140734046491296 140734046489400 140494181397116 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 9621504 140734046495797 140734046496000 140734046496000 140734046498762 0
/proc/1404/statm: 28282 363 305 221 0 87 0
[pid=1406] ppid=1404 vsize=26108408 memory=46488 CPUtime=0.52 cores=0-7
/proc/1406/stat : 1406 (java) S 1404 1404 1359 0 -1 1077944320 9328 0 0 0 49 3 0 0 20 0 20 0 90752697 26735009792 11622 33554432000 4194304 4196468 140721411237472 140721411220016 140150193970935 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 10612736 140721411241089 140721411241261 140721411241261 140721411243983 0
/proc/1406/statm: 6527102 11622 3252 1 0 6488315 0
[pid=1406/tid=1407] ppid=1404 vsize=26108408 memory=1399051139730258233 CPUtime=0.29 cores=0-7
/proc/1406/task/1407/stat : 1407 (java) R 1404 1404 1359 0 -1 4202560 6278 0 0 0 28 1 0 0 20 0 20 0 90752697 26735009792 11622 33554432000 4194304 4196468 140721411237472 140150198204720 140150178051422 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 10612736 140721411241089 140721411241261 140721411241261 140721411243983 0
[pid=1406/tid=1408] ppid=1404 vsize=26108408 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/1406/task/1408/stat : 1408 (java) S 1404 1404 1359 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 90752698 26735009792 11622 33554432000 4194304 4196468 140721411237472 140150152731024 140150193981141 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10612736 140721411241089 140721411241261 140721411241261 140721411243983 0
[pid=1406/tid=1409] ppid=1404 vsize=26108408 memory=10584 CPUtime=0 cores=0-7
/proc/1406/task/1409/stat : 1409 (java) S 1404 1404 1359 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 90752698 26735009792 11622 33554432000 4194304 4196468 140721411237472 140149751564560 140150193981141 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10612736 140721411241089 140721411241261 140721411241261 140721411243983 0
[pid=1406/tid=1410] ppid=1404 vsize=26108408 memory=15872 CPUtime=0 cores=0-7
/proc/1406/task/1410/stat : 1410 (java) S 1404 1404 1359 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 90752698 26735009792 11622 33554432000 4194304 4196468 140721411237472 140149750512272 140150193981141 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10612736 140721411241089 140721411241261 140721411241261 140721411243983 0
[pid=1406/tid=1411] ppid=1404 vsize=26108408 memory=18280 CPUtime=0 cores=0-7
/proc/1406/task/1411/stat : 1411 (java) S 1404 1404 1359 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 90752698 26735009792 11622 33554432000 4194304 4196468 140721411237472 140149749459472 140150193981141 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10612736 140721411241089 140721411241261 140721411241261 140721411243983 0
[pid=1406/tid=1412] ppid=1404 vsize=26108408 memory=1236 CPUtime=0 cores=0-7
/proc/1406/task/1412/stat : 1412 (java) S 1404 1404 1359 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 90752698 26735009792 11622 33554432000 4194304 4196468 140721411237472 140149748407184 140150193981141 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10612736 140721411241089 140721411241261 140721411241261 140721411243983 0
[pid=1406/tid=1413] ppid=1404 vsize=26108408 memory=15300 CPUtime=0 cores=0-7
/proc/1406/task/1413/stat : 1413 (java) S 1404 1404 1359 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 90752698 26735009792 11622 33554432000 4194304 4196468 140721411237472 140149747354384 140150193981141 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10612736 140721411241089 140721411241261 140721411241261 140721411243983 0
[pid=1406/tid=1414] ppid=1404 vsize=26108408 memory=0 CPUtime=0 cores=0-7
/proc/1406/task/1414/stat : 1414 (java) S 1404 1404 1359 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 90752698 26735009792 11622 33554432000 4194304 4196468 140721411237472 140149746302096 140150193981141 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10612736 140721411241089 140721411241261 140721411241261 140721411243983 0
[pid=1406/tid=1415] ppid=1404 vsize=26108408 memory=0 CPUtime=0 cores=0-7
/proc/1406/task/1415/stat : 1415 (java) S 1404 1404 1359 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 90752698 26735009792 11622 33554432000 4194304 4196468 140721411237472 140149745249296 140150193981141 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10612736 140721411241089 140721411241261 140721411241261 140721411243983 0
[pid=1406/tid=1416] ppid=1404 vsize=26108408 memory=0 CPUtime=0 cores=0-7
/proc/1406/task/1416/stat : 1416 (java) S 1404 1404 1359 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 90752700 26735009792 11622 33554432000 4194304 4196468 140721411237472 140148800972912 140150193982082 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10612736 140721411241089 140721411241261 140721411241261 140721411243983 0
[pid=1406/tid=1417] ppid=1404 vsize=26108408 memory=0 CPUtime=0 cores=0-7
/proc/1406/task/1417/stat : 1417 (java) S 1404 1404 1359 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 90752700 26735009792 11622 33554432000 4194304 4196468 140721411237472 140148799918880 140150193981141 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10612736 140721411241089 140721411241261 140721411241261 140721411243983 0
[pid=1406/tid=1418] ppid=1404 vsize=26108408 memory=0 CPUtime=0 cores=0-7
/proc/1406/task/1418/stat : 1418 (java) S 1404 1404 1359 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 90752700 26735009792 11622 33554432000 4194304 4196468 140721411237472 140148798866544 140150193981141 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10612736 140721411241089 140721411241261 140721411241261 140721411243983 0
[pid=1406/tid=1419] ppid=1404 vsize=26108408 memory=2244 CPUtime=0 cores=0-7
/proc/1406/task/1419/stat : 1419 (java) S 1404 1404 1359 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 90752703 26735009792 11622 33554432000 4194304 4196468 140721411237472 140148797814864 140150193989531 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10612736 140721411241089 140721411241261 140721411241261 140721411243983 0
[pid=1406/tid=1420] ppid=1404 vsize=26108408 memory=2244 CPUtime=0.01 cores=0-7
/proc/1406/task/1420/stat : 1420 (java) S 1404 1404 1359 0 -1 1077944384 422 0 0 0 1 0 0 0 20 0 20 0 90752703 26735009792 11622 33554432000 4194304 4196468 140721411237472 140148796762736 140150193982082 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10612736 140721411241089 140721411241261 140721411241261 140721411243983 0
[pid=1406/tid=1421] ppid=1404 vsize=26108408 memory=2244 CPUtime=0.02 cores=0-7
/proc/1406/task/1421/stat : 1421 (java) R 1404 1404 1359 0 -1 4202560 252 0 0 0 2 0 0 0 20 0 20 0 90752703 26735009792 11622 33554432000 4194304 4196468 140721411237472 140148795700320 140150179080393 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 10612736 140721411241089 140721411241261 140721411241261 140721411243983 0
[pid=1406/tid=1422] ppid=1404 vsize=26108408 memory=2244 CPUtime=0.03 cores=0-7
/proc/1406/task/1422/stat : 1422 (java) S 1404 1404 1359 0 -1 1077944384 286 0 0 0 3 0 0 0 20 0 20 0 90752703 26735009792 11622 33554432000 4194304 4196468 140721411237472 140148794657648 140150193982082 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10612736 140721411241089 140721411241261 140721411241261 140721411243983 0
[pid=1406/tid=1423] ppid=1404 vsize=26108408 memory=2244 CPUtime=0.12 cores=0-7
/proc/1406/task/1423/stat : 1423 (java) S 1404 1404 1359 0 -1 1077944384 799 0 0 0 12 0 0 0 20 0 20 0 90752703 26735009792 11622 33554432000 4194304 4196468 140721411237472 140148793604848 140150193982082 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10612736 140721411241089 140721411241261 140721411241261 140721411243983 0
[pid=1406/tid=1424] ppid=1404 vsize=26108408 memory=0 CPUtime=0 cores=0-7
/proc/1406/task/1424/stat : 1424 (java) S 1404 1404 1359 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 90752703 26735009792 11622 33554432000 4194304 4196468 140721411237472 140148792551776 140150193981141 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10612736 140721411241089 140721411241261 140721411241261 140721411243983 0
[pid=1406/tid=1425] ppid=1404 vsize=26108408 memory=-1 CPUtime=0 cores=0-7
/proc/1406/task/1425/stat : 1425 (java) S 1404 1404 1359 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 90752703 26735009792 11622 33554432000 4194304 4196468 140721411237472 140148791499056 140150193982082 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10612736 140721411241089 140721411241261 140721411241261 140721411243983 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 26221536 KiB
Current children cumulated memory: 47940 KiB

[startup+0.701049 s]
/proc/loadavg: 7.31 7.56 7.74 4/205 1425
/proc/meminfo: memFree=28133924/32770624 swapFree=67108744/67108860
[pid=1404] ppid=1401 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/1404/stat : 1404 (xcsp3-exec) S 1401 1404 1359 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 90752697 115843072 363 33554432000 4194304 5098028 140734046491296 140734046489400 140494181397116 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 9621504 140734046495797 140734046496000 140734046496000 140734046498762 0
/proc/1404/statm: 28282 363 305 221 0 87 0
[pid=1406] ppid=1404 vsize=26110532 memory=96016 CPUtime=1.72 cores=0-7
/proc/1406/stat : 1406 (java) S 1404 1404 1359 0 -1 1077944320 13063 0 0 0 166 6 0 0 20 0 20 0 90752697 26737184768 24004 33554432000 4194304 4196468 140721411237472 140721411220016 140150193970935 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 10612736 140721411241089 140721411241261 140721411241261 140721411243983 0
/proc/1406/statm: 6527633 24004 3361 1 0 6488827 0
[pid=1406/tid=1407] ppid=1404 vsize=26110532 memory=0 CPUtime=0.66 cores=0-7
/proc/1406/task/1407/stat : 1407 (java) R 1404 1404 1359 0 -1 4202560 7130 0 0 0 64 2 0 0 20 0 20 0 90752697 26737184768 24004 33554432000 4194304 4196468 140721411237472 140150198205600 140149833905263 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 10612736 140721411241089 140721411241261 140721411241261 140721411243983 0
[pid=1406/tid=1408] ppid=1404 vsize=26110532 memory=139640929821552 CPUtime=0 cores=0-7
/proc/1406/task/1408/stat : 1408 (java) S 1404 1404 1359 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 90752698 26737184768 24004 33554432000 4194304 4196468 140721411237472 140150152731024 140150193981141 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10612736 140721411241089 140721411241261 140721411241261 140721411243983 0
[pid=1406/tid=1409] ppid=1404 vsize=26110532 memory=0 CPUtime=0 cores=0-7
/proc/1406/task/1409/stat : 1409 (java) S 1404 1404 1359 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 90752698 26737184768 24004 33554432000 4194304 4196468 140721411237472 140149751564560 140150193981141 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10612736 140721411241089 140721411241261 140721411241261 140721411243983 0
[pid=1406/tid=1410] ppid=1404 vsize=26110532 memory=7597405893950857809 CPUtime=0 cores=0-7
/proc/1406/task/1410/stat : 1410 (java) S 1404 1404 1359 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 90752698 26737184768 24004 33554432000 4194304 4196468 140721411237472 140149750512272 140150193981141 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10612736 140721411241089 140721411241261 140721411241261 140721411243983 0

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

[pid=1406/tid=1594] ppid=1404 vsize=26709608 memory=1452 CPUtime=2281.21 cores=0-7
/proc/1406/task/1594/stat : 1594 (java) R 1404 1404 1359 0 -1 4202560 47268 0 0 0 228092 29 0 0 20 0 28 0 90767787 27350638592 97730 33554432000 4194304 4196468 140721411237472 140148778692312 140149836724325 0 4 0 16800975 0 0 0 -1 7 0 0 6 0 0 6293624 6294260 10612736 140721411241089 140721411241261 140721411241261 140721411243983 0
Current children cumulated CPU time: 19446.3 s
Current children cumulated vsize: 26822736 KiB
Current children cumulated memory: 392372 KiB

[startup+2502.3 s]
/proc/loadavg: 8.10 8.23 8.28 9/214 1672
/proc/meminfo: memFree=27846244/32770624 swapFree=67108744/67108860
[pid=1404] ppid=1401 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/1404/stat : 1404 (xcsp3-exec) S 1401 1404 1359 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 90752697 115843072 363 33554432000 4194304 5098028 140734046491296 140734046489400 140494181397116 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 9621504 140734046495797 140734046496000 140734046496000 140734046498762 0
/proc/1404/statm: 28282 363 305 221 0 87 0
[pid=1406] ppid=1404 vsize=26709608 memory=353780 CPUtime=19923.5 cores=0-7
/proc/1406/stat : 1406 (java) S 1404 1404 1359 0 -1 1077944320 364009 0 0 0 1992098 256 0 0 20 0 28 0 90752697 27350638592 88445 33554432000 4194304 4196468 140721411237472 140721411220016 140150193970935 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 10612736 140721411241089 140721411241261 140721411241261 140721411243983 0
/proc/1406/statm: 6677402 88445 3439 1 0 6638596 0
[pid=1406/tid=1407] ppid=1404 vsize=26709608 memory=353780 CPUtime=0.76 cores=0-7
/proc/1406/task/1407/stat : 1407 (java) S 1404 1404 1359 0 -1 1077944384 7734 0 0 0 73 3 0 0 20 0 28 0 90752697 27350638592 88445 33554432000 4194304 4196468 140721411237472 140150198211712 140150193981141 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10612736 140721411241089 140721411241261 140721411241261 140721411243983 0
[pid=1406/tid=1408] ppid=1404 vsize=26709608 memory=353780 CPUtime=2.15 cores=0-7
/proc/1406/task/1408/stat : 1408 (java) S 1404 1404 1359 0 -1 1077944384 16531 0 0 0 204 11 0 0 20 0 28 0 90752698 27350638592 88445 33554432000 4194304 4196468 140721411237472 140150152731024 140150193981141 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 1 0 0 6293624 6294260 10612736 140721411241089 140721411241261 140721411241261 140721411243983 0
[pid=1406/tid=1409] ppid=1404 vsize=26709608 memory=279281860727808 CPUtime=2.12 cores=0-7
/proc/1406/task/1409/stat : 1409 (java) S 1404 1404 1359 0 -1 1077944384 14583 0 0 0 200 12 0 0 20 0 28 0 90752698 27350638592 88445 33554432000 4194304 4196468 140721411237472 140149751564560 140150193981141 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 1 0 0 6293624 6294260 10612736 140721411241089 140721411241261 140721411241261 140721411243983 0
[pid=1406/tid=1410] ppid=1404 vsize=26709608 memory=6944656591801718942 CPUtime=2.16 cores=0-7
/proc/1406/task/1410/stat : 1410 (java) S 1404 1404 1359 0 -1 1077944384 16690 0 0 0 206 10 0 0 20 0 28 0 90752698 27350638592 88445 33554432000 4194304 4196468 140721411237472 140149750512272 140150193981141 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 2 0 0 6293624 6294260 10612736 140721411241089 140721411241261 140721411241261 140721411243983 0
[pid=1406/tid=1411] ppid=1404 vsize=26709608 memory=4096 CPUtime=2.19 cores=0-7
/proc/1406/task/1411/stat : 1411 (java) S 1404 1404 1359 0 -1 1077944384 15675 0 0 0 208 11 0 0 20 0 28 0 90752698 27350638592 88445 33554432000 4194304 4196468 140721411237472 140149749459472 140150193981141 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 2 0 0 6293624 6294260 10612736 140721411241089 140721411241261 140721411241261 140721411243983 0
[pid=1406/tid=1412] ppid=1404 vsize=26709608 memory=26360 CPUtime=2.17 cores=0-7
/proc/1406/task/1412/stat : 1412 (java) S 1404 1404 1359 0 -1 1077944384 15313 0 0 0 204 13 0 0 20 0 28 0 90752698 27350638592 88445 33554432000 4194304 4196468 140721411237472 140149748407184 140150193981141 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 1 0 0 6293624 6294260 10612736 140721411241089 140721411241261 140721411241261 140721411243983 0
[pid=1406/tid=1413] ppid=1404 vsize=26709608 memory=353660 CPUtime=2.16 cores=0-7
/proc/1406/task/1413/stat : 1413 (java) S 1404 1404 1359 0 -1 1077944384 16427 0 0 0 203 13 0 0 20 0 28 0 90752698 27350638592 88445 33554432000 4194304 4196468 140721411237472 140149747354384 140150193981141 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 2 0 0 6293624 6294260 10612736 140721411241089 140721411241261 140721411241261 140721411243983 0
[pid=1406/tid=1414] ppid=1404 vsize=26709608 memory=1452 CPUtime=2.2 cores=0-7
/proc/1406/task/1414/stat : 1414 (java) S 1404 1404 1359 0 -1 1077944384 16741 0 0 0 207 13 0 0 20 0 28 0 90752698 27350638592 88445 33554432000 4194304 4196468 140721411237472 140149746302096 140150193981141 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 2 0 0 6293624 6294260 10612736 140721411241089 140721411241261 140721411241261 140721411243983 0
[pid=1406/tid=1415] ppid=1404 vsize=26709608 memory=55 CPUtime=2.15 cores=0-7
/proc/1406/task/1415/stat : 1415 (java) S 1404 1404 1359 0 -1 1077944384 16434 0 0 0 205 10 0 0 20 0 28 0 90752698 27350638592 88445 33554432000 4194304 4196468 140721411237472 140149745249296 140150193981141 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 1 0 0 6293624 6294260 10612736 140721411241089 140721411241261 140721411241261 140721411243983 0
[pid=1406/tid=1416] ppid=1404 vsize=26709608 memory=-2746958450906831424 CPUtime=1.93 cores=0-7
/proc/1406/task/1416/stat : 1416 (java) S 1404 1404 1359 0 -1 1077944384 33211 0 0 0 149 44 0 0 20 0 28 0 90752700 27350638592 88445 33554432000 4194304 4196468 140721411237472 140148800972912 140150193982082 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10612736 140721411241089 140721411241261 140721411241261 140721411243983 0
[pid=1406/tid=1417] ppid=1404 vsize=26709608 memory=4052 CPUtime=0 cores=0-7
/proc/1406/task/1417/stat : 1417 (java) S 1404 1404 1359 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 28 0 90752700 27350638592 88445 33554432000 4194304 4196468 140721411237472 140148799918944 140150193981141 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10612736 140721411241089 140721411241261 140721411241261 140721411243983 0
[pid=1406/tid=1418] ppid=1404 vsize=26709608 memory=353660 CPUtime=0 cores=0-7
/proc/1406/task/1418/stat : 1418 (java) S 1404 1404 1359 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 28 0 90752700 27350638592 88445 33554432000 4194304 4196468 140721411237472 140148798866560 140150193981141 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10612736 140721411241089 140721411241261 140721411241261 140721411243983 0
[pid=1406/tid=1419] ppid=1404 vsize=26709608 memory=796 CPUtime=0 cores=0-7
/proc/1406/task/1419/stat : 1419 (java) S 1404 1404 1359 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 90752703 27350638592 88445 33554432000 4194304 4196468 140721411237472 140148797814864 140150193989531 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10612736 140721411241089 140721411241261 140721411241261 140721411243983 0
[pid=1406/tid=1420] ppid=1404 vsize=26709608 memory=4616 CPUtime=1.72 cores=0-7
/proc/1406/task/1420/stat : 1420 (java) S 1404 1404 1359 0 -1 1077944384 8862 0 0 0 170 2 0 0 20 0 28 0 90752703 27350638592 88445 33554432000 4194304 4196468 140721411237472 140148796762736 140150193982082 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10612736 140721411241089 140721411241261 140721411241261 140721411243983 0
[pid=1406/tid=1421] ppid=1404 vsize=26709608 memory=8112282956445269571 CPUtime=1.68 cores=0-7
/proc/1406/task/1421/stat : 1421 (java) S 1404 1404 1359 0 -1 1077944384 8177 0 0 0 166 2 0 0 20 0 28 0 90752703 27350638592 88445 33554432000 4194304 4196468 140721411237472 140148795709936 140150193982082 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10612736 140721411241089 140721411241261 140721411241261 140721411243983 0
[pid=1406/tid=1422] ppid=1404 vsize=26709608 memory=26360 CPUtime=1.92 cores=0-7
/proc/1406/task/1422/stat : 1422 (java) S 1404 1404 1359 0 -1 1077944384 10919 0 0 0 191 1 0 0 20 0 28 0 90752703 27350638592 88445 33554432000 4194304 4196468 140721411237472 140148794657648 140150193982082 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10612736 140721411241089 140721411241261 140721411241261 140721411243983 0
[pid=1406/tid=1423] ppid=1404 vsize=26709608 memory=420 CPUtime=0.69 cores=0-7
/proc/1406/task/1423/stat : 1423 (java) S 1404 1404 1359 0 -1 1077944384 10197 0 0 0 67 2 0 0 20 0 28 0 90752703 27350638592 88445 33554432000 4194304 4196468 140721411237472 140148793604848 140150193982082 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10612736 140721411241089 140721411241261 140721411241261 140721411243983 0
[pid=1406/tid=1424] ppid=1404 vsize=26709608 memory=116 CPUtime=0 cores=0-7
/proc/1406/task/1424/stat : 1424 (java) S 1404 1404 1359 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 90752703 27350638592 88445 33554432000 4194304 4196468 140721411237472 140148792551776 140150193981141 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10612736 140721411241089 140721411241261 140721411241261 140721411243983 0
[pid=1406/tid=1425] ppid=1404 vsize=26709608 memory=279281862072576 CPUtime=0.44 cores=0-7
/proc/1406/task/1425/stat : 1425 (java) S 1404 1404 1359 0 -1 1077944384 4454 0 0 0 11 33 0 0 20 0 28 0 90752703 27350638592 88445 33554432000 4194304 4196468 140721411237472 140148791499056 140150193982082 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10612736 140721411241089 140721411241261 140721411241261 140721411243983 0
[pid=1406/tid=1587] ppid=1404 vsize=26709608 memory=7957689449132282197 CPUtime=2336.41 cores=0-7
/proc/1406/task/1587/stat : 1587 (java) R 1404 1404 1359 0 -1 4202560 7142 0 0 0 233635 6 0 0 20 0 28 0 90767787 27350638592 88445 33554432000 4194304 4196468 140721411237472 140148780796592 140149835575600 0 4 0 16800975 0 0 0 -1 3 0 0 8 0 0 6293624 6294260 10612736 140721411241089 140721411241261 140721411241261 140721411243983 0
[pid=1406/tid=1588] ppid=1404 vsize=26709608 memory=1452 CPUtime=2338.42 cores=0-7
/proc/1406/task/1588/stat : 1588 (java) R 1404 1404 1359 0 -1 4202560 8759 0 0 0 233835 7 0 0 20 0 28 0 90767787 27350638592 88445 33554432000 4194304 4196468 140721411237472 140148776587040 140149837144728 0 4 0 16800975 0 0 0 -1 4 0 0 8 0 0 6293624 6294260 10612736 140721411241089 140721411241261 140721411241261 140721411243983 0
[pid=1406/tid=1589] ppid=1404 vsize=26709608 memory=353780 CPUtime=2337.37 cores=0-7
/proc/1406/task/1589/stat : 1589 (java) R 1404 1404 1359 0 -1 4202560 7766 0 0 0 233731 6 0 0 20 0 28 0 90767787 27350638592 88445 33554432000 4194304 4196468 140721411237472 140148781851144 140149837239749 0 4 0 16800975 0 0 0 -1 6 0 0 7 0 0 6293624 6294260 10612736 140721411241089 140721411241261 140721411241261 140721411243983 0
[pid=1406/tid=1590] ppid=1404 vsize=26709608 memory=26360 CPUtime=2338.43 cores=0-7
/proc/1406/task/1590/stat : 1590 (java) R 1404 1404 1359 0 -1 4202560 25892 0 0 0 233823 20 0 0 20 0 28 0 90767787 27350638592 88445 33554432000 4194304 4196468 140721411237472 140148775534984 140149835575624 0 4 0 16800975 0 0 0 -1 1 0 0 9 0 0 6293624 6294260 10612736 140721411241089 140721411241261 140721411241261 140721411243983 0
[pid=1406/tid=1591] ppid=1404 vsize=26709608 memory=8112282956445269571 CPUtime=2337.22 cores=0-7
/proc/1406/task/1591/stat : 1591 (java) R 1404 1404 1359 0 -1 4202560 12906 0 0 0 233713 9 0 0 20 0 28 0 90767787 27350638592 88445 33554432000 4194304 4196468 140721411237472 140148774482696 140149837009558 0 4 0 16800975 0 0 0 -1 7 0 0 7 0 0 6293624 6294260 10612736 140721411241089 140721411241261 140721411241261 140721411243983 0
[pid=1406/tid=1592] ppid=1404 vsize=26709608 memory=353780 CPUtime=2339.98 cores=0-7
/proc/1406/task/1592/stat : 1592 (java) R 1404 1404 1359 0 -1 4202560 8831 0 0 0 233992 6 0 0 20 0 28 0 90767787 27350638592 88445 33554432000 4194304 4196468 140721411237472 140148779745680 140149836697730 0 4 0 16800975 0 0 0 -1 0 0 0 9 0 0 6293624 6294260 10612736 140721411241089 140721411241261 140721411241261 140721411243983 0
[pid=1406/tid=1593] ppid=1404 vsize=26709608 memory=7636 CPUtime=2337.28 cores=0-7
/proc/1406/task/1593/stat : 1593 (java) R 1404 1404 1359 0 -1 4202560 7214 0 0 0 233722 6 0 0 20 0 28 0 90767787 27350638592 88445 33554432000 4194304 4196468 140721411237472 140148777639808 140149836878385 0 4 0 16800975 0 0 0 -1 2 0 0 8 0 0 6293624 6294260 10612736 140721411241089 140721411241261 140721411241261 140721411243983 0
[pid=1406/tid=1594] ppid=1404 vsize=26709608 memory=836 CPUtime=2340.63 cores=0-7
/proc/1406/task/1594/stat : 1594 (java) R 1404 1404 1359 0 -1 4202560 47671 0 0 0 234034 29 0 0 20 0 28 0 90767787 27350638592 88445 33554432000 4194304 4196468 140721411237472 140148778694912 140149836723468 0 4 0 16800975 0 0 0 -1 5 0 0 7 0 0 6293624 6294260 10612736 140721411241089 140721411241261 140721411241261 140721411243983 0
Current children cumulated CPU time: 19923.5 s
Current children cumulated vsize: 26822736 KiB
Current children cumulated memory: 355232 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+2520 s]*
/proc/loadavg: 8.16 8.23 8.28 9/214 1672
/proc/meminfo: memFree=27846312/32770624 swapFree=67108744/67108860
[pid=1404] ppid=1401 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/1404/stat : 1404 (xcsp3-exec) S 1401 1404 1359 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 90752697 115843072 363 33554432000 4194304 5098028 140734046491296 140734046489400 140494181397116 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 9621504 140734046495797 140734046496000 140734046496000 140734046498762 0
/proc/1404/statm: 28282 363 305 221 0 87 0
[pid=1406] ppid=1404 vsize=26709608 memory=353904 CPUtime=20064.5 cores=0-7
/proc/1406/stat : 1406 (java) S 1404 1404 1359 0 -1 1077944320 365897 0 0 0 2006198 256 0 0 20 0 28 0 90752697 27350638592 88476 33554432000 4194304 4196468 140721411237472 140721411220016 140150193970935 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 10612736 140721411241089 140721411241261 140721411241261 140721411243983 0
/proc/1406/statm: 6677402 88476 3439 1 0 6638596 0
[pid=1406/tid=1407] ppid=1404 vsize=26709608 memory=1399051139730258233 CPUtime=0.76 cores=0-7
/proc/1406/task/1407/stat : 1407 (java) S 1404 1404 1359 0 -1 1077944384 7734 0 0 0 73 3 0 0 20 0 28 0 90752697 27350638592 88476 33554432000 4194304 4196468 140721411237472 140150198211712 140150193981141 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10612736 140721411241089 140721411241261 140721411241261 140721411243983 0
[pid=1406/tid=1408] ppid=1404 vsize=26709608 memory=4872558044660077418 CPUtime=2.15 cores=0-7
/proc/1406/task/1408/stat : 1408 (java) S 1404 1404 1359 0 -1 1077944384 16590 0 0 0 204 11 0 0 20 0 28 0 90752698 27350638592 88476 33554432000 4194304 4196468 140721411237472 140150152731024 140150193981141 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 1 0 0 6293624 6294260 10612736 140721411241089 140721411241261 140721411241261 140721411243983 0
[pid=1406/tid=1409] ppid=1404 vsize=26709608 memory=353780 CPUtime=2.12 cores=0-7
/proc/1406/task/1409/stat : 1409 (java) S 1404 1404 1359 0 -1 1077944384 14683 0 0 0 200 12 0 0 20 0 28 0 90752698 27350638592 88476 33554432000 4194304 4196468 140721411237472 140149751564560 140150193981141 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 1 0 0 6293624 6294260 10612736 140721411241089 140721411241261 140721411241261 140721411243983 0
[pid=1406/tid=1410] ppid=1404 vsize=26709608 memory=1568 CPUtime=2.17 cores=0-7
/proc/1406/task/1410/stat : 1410 (java) S 1404 1404 1359 0 -1 1077944384 16965 0 0 0 207 10 0 0 20 0 28 0 90752698 27350638592 88476 33554432000 4194304 4196468 140721411237472 140149750512272 140150193981141 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 2 0 0 6293624 6294260 10612736 140721411241089 140721411241261 140721411241261 140721411243983 0
[pid=1406/tid=1411] ppid=1404 vsize=26709608 memory=2240 CPUtime=2.19 cores=0-7
/proc/1406/task/1411/stat : 1411 (java) S 1404 1404 1359 0 -1 1077944384 15683 0 0 0 208 11 0 0 20 0 28 0 90752698 27350638592 88476 33554432000 4194304 4196468 140721411237472 140149749459472 140150193981141 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 2 0 0 6293624 6294260 10612736 140721411241089 140721411241261 140721411241261 140721411243983 0
[pid=1406/tid=1412] ppid=1404 vsize=26709608 memory=4124 CPUtime=2.17 cores=0-7
/proc/1406/task/1412/stat : 1412 (java) S 1404 1404 1359 0 -1 1077944384 15374 0 0 0 204 13 0 0 20 0 28 0 90752698 27350638592 88476 33554432000 4194304 4196468 140721411237472 140149748407184 140150193981141 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 1 0 0 6293624 6294260 10612736 140721411241089 140721411241261 140721411241261 140721411243983 0
[pid=1406/tid=1413] ppid=1404 vsize=26709608 memory=2196 CPUtime=2.17 cores=0-7
/proc/1406/task/1413/stat : 1413 (java) S 1404 1404 1359 0 -1 1077944384 16540 0 0 0 204 13 0 0 20 0 28 0 90752698 27350638592 88476 33554432000 4194304 4196468 140721411237472 140149747354384 140150193981141 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 2 0 0 6293624 6294260 10612736 140721411241089 140721411241261 140721411241261 140721411243983 0
[pid=1406/tid=1414] ppid=1404 vsize=26709608 memory=1452 CPUtime=2.2 cores=0-7
/proc/1406/task/1414/stat : 1414 (java) S 1404 1404 1359 0 -1 1077944384 16775 0 0 0 207 13 0 0 20 0 28 0 90752698 27350638592 88476 33554432000 4194304 4196468 140721411237472 140149746302096 140150193981141 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 2 0 0 6293624 6294260 10612736 140721411241089 140721411241261 140721411241261 140721411243983 0
[pid=1406/tid=1415] ppid=1404 vsize=26709608 memory=836 CPUtime=2.16 cores=0-7
/proc/1406/task/1415/stat : 1415 (java) S 1404 1404 1359 0 -1 1077944384 16485 0 0 0 206 10 0 0 20 0 28 0 90752698 27350638592 88476 33554432000 4194304 4196468 140721411237472 140149745249296 140150193981141 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 1 0 0 6293624 6294260 10612736 140721411241089 140721411241261 140721411241261 140721411243983 0
[pid=1406/tid=1416] ppid=1404 vsize=26709608 memory=1399051139730258233 CPUtime=1.94 cores=0-7
/proc/1406/task/1416/stat : 1416 (java) S 1404 1404 1359 0 -1 1077944384 33472 0 0 0 150 44 0 0 20 0 28 0 90752700 27350638592 88476 33554432000 4194304 4196468 140721411237472 140148800972912 140150193982082 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10612736 140721411241089 140721411241261 140721411241261 140721411243983 0
[pid=1406/tid=1417] ppid=1404 vsize=26709608 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/1406/task/1417/stat : 1417 (java) S 1404 1404 1359 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 28 0 90752700 27350638592 88476 33554432000 4194304 4196468 140721411237472 140148799918944 140150193981141 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10612736 140721411241089 140721411241261 140721411241261 140721411243983 0
[pid=1406/tid=1418] ppid=1404 vsize=26709608 memory=10584 CPUtime=0 cores=0-7
/proc/1406/task/1418/stat : 1418 (java) S 1404 1404 1359 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 28 0 90752700 27350638592 88476 33554432000 4194304 4196468 140721411237472 140148798866560 140150193981141 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 10612736 140721411241089 140721411241261 140721411241261 140721411243983 0
[pid=1406/tid=1419] ppid=1404 vsize=26709608 memory=15872 CPUtime=0 cores=0-7
/proc/1406/task/1419/stat : 1419 (java) S 1404 1404 1359 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 90752703 27350638592 88476 33554432000 4194304 4196468 140721411237472 140148797814864 140150193989531 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10612736 140721411241089 140721411241261 140721411241261 140721411243983 0
[pid=1406/tid=1420] ppid=1404 vsize=26709608 memory=18280 CPUtime=1.72 cores=0-7
/proc/1406/task/1420/stat : 1420 (java) S 1404 1404 1359 0 -1 1077944384 8862 0 0 0 170 2 0 0 20 0 28 0 90752703 27350638592 88476 33554432000 4194304 4196468 140721411237472 140148796762736 140150193982082 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10612736 140721411241089 140721411241261 140721411241261 140721411243983 0
[pid=1406/tid=1421] ppid=1404 vsize=26709608 memory=1236 CPUtime=1.68 cores=0-7
/proc/1406/task/1421/stat : 1421 (java) S 1404 1404 1359 0 -1 1077944384 8177 0 0 0 166 2 0 0 20 0 28 0 90752703 27350638592 88476 33554432000 4194304 4196468 140721411237472 140148795709936 140150193982082 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 10612736 140721411241089 140721411241261 140721411241261 140721411243983 0
[pid=1406/tid=1422] ppid=1404 vsize=26709608 memory=15336 CPUtime=1.92 cores=0-7
/proc/1406/task/1422/stat : 1422 (java) S 1404 1404 1359 0 -1 1077944384 10919 0 0 0 191 1 0 0 20 0 28 0 90752703 27350638592 88476 33554432000 4194304 4196468 140721411237472 140148794657648 140150193982082 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 10612736 140721411241089 140721411241261 140721411241261 140721411243983 0
[pid=1406/tid=1423] ppid=1404 vsize=26709608 memory=4052 CPUtime=0.69 cores=0-7
/proc/1406/task/1423/stat : 1423 (java) S 1404 1404 1359 0 -1 1077944384 10198 0 0 0 67 2 0 0 20 0 28 0 90752703 27350638592 88476 33554432000 4194304 4196468 140721411237472 140148793604848 140150193982082 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10612736 140721411241089 140721411241261 140721411241261 140721411243983 0
[pid=1406/tid=1424] ppid=1404 vsize=26709608 memory=8112282956445269571 CPUtime=0 cores=0-7
/proc/1406/task/1424/stat : 1424 (java) S 1404 1404 1359 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 90752703 27350638592 88476 33554432000 4194304 4196468 140721411237472 140148792551776 140150193981141 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10612736 140721411241089 140721411241261 140721411241261 140721411243983 0
[pid=1406/tid=1425] ppid=1404 vsize=26709608 memory=13572587103979040 CPUtime=0.44 cores=0-7
/proc/1406/task/1425/stat : 1425 (java) S 1404 1404 1359 0 -1 1077944384 4493 0 0 0 11 33 0 0 20 0 28 0 90752703 27350638592 88476 33554432000 4194304 4196468 140721411237472 140148791499056 140150193982082 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10612736 140721411241089 140721411241261 140721411241261 140721411243983 0
[pid=1406/tid=1587] ppid=1404 vsize=26709608 memory=1844 CPUtime=2353.99 cores=0-7
/proc/1406/task/1587/stat : 1587 (java) R 1404 1404 1359 0 -1 4202560 7210 0 0 0 235393 6 0 0 20 0 28 0 90767787 27350638592 88476 33554432000 4194304 4196468 140721411237472 140148780797608 140149836696131 0 4 0 16800975 0 0 0 -1 4 0 0 8 0 0 6293624 6294260 10612736 140721411241089 140721411241261 140721411241261 140721411243983 0
[pid=1406/tid=1588] ppid=1404 vsize=26709608 memory=1008 CPUtime=2356.11 cores=0-7
/proc/1406/task/1588/stat : 1588 (java) R 1404 1404 1359 0 -1 4202560 8826 0 0 0 235604 7 0 0 20 0 28 0 90767787 27350638592 88476 33554432000 4194304 4196468 140721411237472 140148776587912 140149835575465 0 4 0 16800975 0 0 0 -1 1 0 0 8 0 0 6293624 6294260 10612736 140721411241089 140721411241261 140721411241261 140721411243983 0
[pid=1406/tid=1589] ppid=1404 vsize=26709608 memory=5404 CPUtime=2355.03 cores=0-7
/proc/1406/task/1589/stat : 1589 (java) R 1404 1404 1359 0 -1 4202560 7819 0 0 0 235497 6 0 0 20 0 28 0 90767787 27350638592 88476 33554432000 4194304 4196468 140721411237472 140148781851656 140149837239362 0 4 0 16800975 0 0 0 -1 6 0 0 7 0 0 6293624 6294260 10612736 140721411241089 140721411241261 140721411241261 140721411243983 0
[pid=1406/tid=1590] ppid=1404 vsize=26709608 memory=796 CPUtime=2356.05 cores=0-7
/proc/1406/task/1590/stat : 1590 (java) R 1404 1404 1359 0 -1 4202560 26078 0 0 0 235585 20 0 0 20 0 28 0 90767787 27350638592 88476 33554432000 4194304 4196468 140721411237472 140148775535496 140149837265127 0 4 0 16800975 0 0 0 -1 5 0 0 9 0 0 6293624 6294260 10612736 140721411241089 140721411241261 140721411241261 140721411243983 0
[pid=1406/tid=1591] ppid=1404 vsize=26709608 memory=4616 CPUtime=2354.84 cores=0-7
/proc/1406/task/1591/stat : 1591 (java) R 1404 1404 1359 0 -1 4202560 12973 0 0 0 235475 9 0 0 20 0 28 0 90767787 27350638592 88476 33554432000 4194304 4196468 140721411237472 140148774485312 140149835757737 0 4 0 16800975 0 0 0 -1 3 0 0 7 0 0 6293624 6294260 10612736 140721411241089 140721411241261 140721411241261 140721411243983 0
[pid=1406/tid=1592] ppid=1404 vsize=26709608 memory=1424 CPUtime=2357.64 cores=0-7
/proc/1406/task/1592/stat : 1592 (java) R 1404 1404 1359 0 -1 4202560 8925 0 0 0 235758 6 0 0 20 0 28 0 90767787 27350638592 88476 33554432000 4194304 4196468 140721411237472 140148779746440 140149835575600 0 4 0 16800975 0 0 0 -1 0 0 0 9 0 0 6293624 6294260 10612736 140721411241089 140721411241261 140721411241261 140721411243983 0
[pid=1406/tid=1593] ppid=1404 vsize=26709608 memory=8112282956445269571 CPUtime=2354.92 cores=0-7
/proc/1406/task/1593/stat : 1593 (java) R 1404 1404 1359 0 -1 4202560 7284 0 0 0 235486 6 0 0 20 0 28 0 90767787 27350638592 88476 33554432000 4194304 4196468 140721411237472 140148777639696 140149836723956 0 4 0 16800975 0 0 0 -1 2 0 0 8 0 0 6293624 6294260 10612736 140721411241089 140721411241261 140721411241261 140721411243983 0
[pid=1406/tid=1594] ppid=1404 vsize=26709608 memory=2340 CPUtime=2358.11 cores=0-7
/proc/1406/task/1594/stat : 1594 (java) R 1404 1404 1359 0 -1 4202560 47952 0 0 0 235782 29 0 0 20 0 28 0 90767787 27350638592 88476 33554432000 4194304 4196468 140721411237472 140148778692760 140149838401771 0 4 0 16800975 0 0 0 -1 7 0 0 7 0 0 6293624 6294260 10612736 140721411241089 140721411241261 140721411241261 140721411243983 0
Current children cumulated CPU time: 20064.5 s
Current children cumulated vsize: 26822736 KiB
Current children cumulated memory: 355356 KiB

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

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

[startup+2520.11 s]
# the end of solver process 1406 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=20062.8 s, system=2.57482 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): 20065.4
CPU user time (s): 20062.8
CPU system time (s): 2.57482
CPU usage (%): 796.208
Max. virtual memory (cumulated for all children) (KiB): 26822736
Max. memory (cumulated for all children) (KiB): 538508

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 20062.8
system time used= 2.57482
maximum resident set size= 537056
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 366764
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3328
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 195187
involuntary context switches= 228912


# summary of solver processes directly reported to runsolver:
#   pid: 1404,1406
#   total CPU time (s): 20065.4
#   total CPU user time (s): 20062.8
#   total CPU system time (s): 2.57482

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 20.0184 second user time and 28.3811 second system time

The end

Launcher Data

Begin job on node134 at 2018-07-28 00:51:35
IDJOB=4297441
IDBENCH=141624
IDSOLVER=2760
FILE ID=node134/4297441-1532731895
RUNJOBID= node134-1532731895-1386
PBS_JOBID= 21022351
Free space on /tmp= 55560 MiB

SOLVER NAME= Choco-solver 4.0.7b par (e747e1e)
BENCH NAME= XCSP18/TravellingSalesman/TravellingSalesman-35-30-00_c18.xml
COMMAND LINE= HOME/xcsp3-exec -seed RANDOMSEED -dir DIR -tl TIMEOUT -ml 22000 -p NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4297441-1532731895/watcher-4297441-1532731895 -o /tmp/evaluation-result-4297441-1532731895/solver-4297441-1532731895 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node134-1532731895-1386 --watchdog 2580  HOME/xcsp3-exec -seed 1952213570 -dir HOME -tl 20160 -ml 22000 -p 8 HOME/instance-4297441-1532731895.xml

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

MD5SUM BENCH= 558ee623558ef43f0bbab0563f00ef08
RANDOM SEED=1952213570

node134.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.68
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.68
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.68
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.68
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:        28184872 kB
MemAvailable:   31957228 kB
Buffers:          166348 kB
Cached:          3869512 kB
SwapCached:            0 kB
Active:          1771784 kB
Inactive:        2318820 kB
Active(anon):       3996 kB
Inactive(anon):    78544 kB
Active(file):    1767788 kB
Inactive(file):  2240276 kB
Unevictable:        7364 kB
Mlocked:            7364 kB
SwapTotal:      67108860 kB
SwapFree:       67108744 kB
Dirty:             21784 kB
Writeback:             0 kB
AnonPages:         61852 kB
Mapped:            42336 kB
Shmem:             25132 kB
Slab:             188136 kB
SReclaimable:     160256 kB
SUnreclaim:        27880 kB
KernelStack:        3200 kB
PageTables:         5144 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     323888 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      8192 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= 55540 MiB
End job on node134 at 2018-07-28 01:33:35