Trace number 4404878

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
choco-solver 2019-09-20 parallelSAT (TO)116 1999.61 252.096

General information on the benchmark

NameTravellingSalesman/TravellingSalesman-m1-n15/
TravellingSalesman-15-30-04.xml
MD5SUM3ec1135b215453db38ac12e83e420ae6
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark116
Best CPU time to get the best result obtained on this benchmark84.9302
Satisfiable
(Un)Satisfiability was proved
Number of variables30
Number of constraints16
Number of domains2
Minimum domain size15
Maximum domain size28
Distribution of domain sizes[{"size":15,"count":15},{"size":28,"count":15}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":15},{"degree":3,"count":15}]
Minimum constraint arity3
Maximum constraint arity15
Distribution of constraint arities[{"arity":3,"count":15},{"arity":15,"count":1}]
Number of extensional constraints15
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":15},{"type":"allDifferent","count":1}]
Optimization problemYES
Type of objectivemin SUM

Quality of the solution as a function of time


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

Solver Data

0.00/0.00	c java -server -Xmx24000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4404878-1569004735.xml"  -tl '2016s' -p 8
0.12/0.18	c Choco 3fb4b153
0.12/0.18	c [HOME/instance-4404878-1569004735.xml, -tl, 2016s, -p, 8]
0.33/0.22	c 8 solvers in parallel
0.33/0.29	c parse instance...
1.05/0.57	c solve instance...
1.41/0.69	o 228 
1.98/0.72	o 159 
1.98/0.72	o 148 
1.98/0.73	o 147 
1.98/0.73	o 145 
1.98/0.75	o 143 
1.98/0.75	o 142 
1.98/0.76	o 141 
1.98/0.77	o 138 
1.98/0.77	o 136 
1.98/0.77	o 135 
1.98/0.78	o 133 
1.98/0.80	o 127 
2.53/0.80	o 126 
2.53/0.81	o 125 
2.53/0.86	o 119 
2.53/0.87	o 116 
1998.98/252.07	s SATISFIABLE
1998.98/252.07	v <instantiation>
1998.98/252.07	v 	<list>c[0] c[1] c[2] c[3] c[4] c[5] c[6] c[7] c[8] c[9] c[10] c[11] c[12] c[13] c[14] d[0] d[1] d[2] d[3] d[4] d[5] d[6] d[7] d[8] d[9] d[10] d[11] d[12] d[13] d[14] </list>
1998.98/252.07	v 	<values>0 3 4 1 8 13 12 14 11 10 7 6 9 5 2 10 4 9 14 13 10 8 8 5 6 6 6 7 6 4 </values>
1998.98/252.07	v </instantiation>
1998.98/252.07	c Unexpected resolution interruption!

Verifier Data

OK	116

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

command line: BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4404878-1569004735/watcher-4404878-1569004735 -o /var/tmp/evaluation-result-4404878-1569004735/solver-4404878-1569004735 -C 2016 -W 252 -M 31000 --bin-var /var/tmp/runsolver-exch-node121-1568994120-11888 --watchdog 312 xcsp3-exec -dir HOME -tl 2016 -p 8 -ml 24000 -tdir HOME -seed 1478663231 HOME/instance-4404878-1569004735.xml 

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

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


[startup+0.100088 s]*
/proc/loadavg: 7.54 7.86 8.02 2/212 15119
/proc/meminfo: memFree=25391280/32770624 swapFree=66989032/67108860
[pid=15098] ppid=15095 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/15098/stat : 15098 (xcsp3-exec) S 15095 15098 11861 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 476736134 115843072 364 33554432000 4194304 5098028 140734200592512 140734200590616 140680775942780 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 24678400 140734200595287 140734200595546 140734200595546 140734200598470 0
/proc/15098/statm: 28282 364 305 221 0 87 0
[pid=15100] ppid=15098 vsize=28227396 memory=30484 CPUtime=0.12 cores=0-7
/proc/15100/stat : 15100 (java) S 15098 15098 11861 0 -1 1077944320 5522 0 0 0 11 1 0 0 20 0 20 0 476736135 28904853504 7621 33554432000 4194304 4196468 140735361893504 140735361876048 140527543803639 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 14573568 140735361901532 140735361901707 140735361901707 140735361904591 0
/proc/15100/statm: 7056849 7621 3159 1 0 7019032 0
[pid=15100/tid=15101] ppid=15098 vsize=28227396 memory=-2177352373413752899 CPUtime=0.09 cores=0-7
/proc/15100/task/15101/stat : 15101 (java) R 15098 15098 11861 0 -1 4202560 3432 0 0 0 8 1 0 0 20 0 20 0 476736135 28904853504 7621 33554432000 4194304 4196468 140735361893504 140527548035904 140527543815574 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 14573568 140735361901532 140735361901707 140735361901707 140735361904591 0
[pid=15100/tid=15102] ppid=15098 vsize=28227396 memory=732370788577115109 CPUtime=0 cores=0-7
/proc/15100/task/15102/stat : 15102 (java) S 15098 15098 11861 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476736136 28904853504 7621 33554432000 4194304 4196468 140735361893504 140527095683728 140527543813845 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14573568 140735361901532 140735361901707 140735361901707 140735361904591 0
[pid=15100/tid=15103] ppid=15098 vsize=28227396 memory=140650239661696 CPUtime=0 cores=0-7
/proc/15100/task/15103/stat : 15103 (java) S 15098 15098 11861 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476736136 28904853504 7621 33554432000 4194304 4196468 140735361893504 140527094630928 140527543813845 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14573568 140735361901532 140735361901707 140735361901707 140735361904591 0
[pid=15100/tid=15104] ppid=15098 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15100/task/15104/stat : 15104 (java) S 15098 15098 11861 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476736136 28904853504 7621 33554432000 4194304 4196468 140735361893504 140527093578128 140527543813845 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14573568 140735361901532 140735361901707 140735361901707 140735361904591 0
[pid=15100/tid=15105] ppid=15098 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15100/task/15105/stat : 15105 (java) S 15098 15098 11861 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476736136 28904853504 7621 33554432000 4194304 4196468 140735361893504 140527092525328 140527543813845 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14573568 140735361901532 140735361901707 140735361901707 140735361904591 0
[pid=15100/tid=15106] ppid=15098 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15100/task/15106/stat : 15106 (java) S 15098 15098 11861 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476736136 28904853504 7621 33554432000 4194304 4196468 140735361893504 140527091473552 140527543813845 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14573568 140735361901532 140735361901707 140735361901707 140735361904591 0
[pid=15100/tid=15107] ppid=15098 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/15100/task/15107/stat : 15107 (java) S 15098 15098 11861 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476736136 28904853504 7621 33554432000 4194304 4196468 140735361893504 140527090420752 140527543813845 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14573568 140735361901532 140735361901707 140735361901707 140735361904591 0
[pid=15100/tid=15108] ppid=15098 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15100/task/15108/stat : 15108 (java) S 15098 15098 11861 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476736136 28904853504 7621 33554432000 4194304 4196468 140735361893504 140527089367952 140527543813845 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14573568 140735361901532 140735361901707 140735361901707 140735361904591 0
[pid=15100/tid=15109] ppid=15098 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15100/task/15109/stat : 15109 (java) S 15098 15098 11861 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476736136 28904853504 7621 33554432000 4194304 4196468 140735361893504 140527088315152 140527543813845 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14573568 140735361901532 140735361901707 140735361901707 140735361904591 0
[pid=15100/tid=15110] ppid=15098 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15100/task/15110/stat : 15110 (java) S 15098 15098 11861 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476736137 28904853504 7621 33554432000 4194304 4196468 140735361893504 140526074886512 140527543814786 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14573568 140735361901532 140735361901707 140735361901707 140735361904591 0
[pid=15100/tid=15111] ppid=15098 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15100/task/15111/stat : 15111 (java) S 15098 15098 11861 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 476736138 28904853504 7621 33554432000 4194304 4196468 140735361893504 140526073832480 140527543813845 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14573568 140735361901532 140735361901707 140735361901707 140735361904591 0
[pid=15100/tid=15112] ppid=15098 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15100/task/15112/stat : 15112 (java) S 15098 15098 11861 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 476736138 28904853504 7621 33554432000 4194304 4196468 140735361893504 140526072779632 140527543813845 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14573568 140735361901532 140735361901707 140735361901707 140735361904591 0
[pid=15100/tid=15113] ppid=15098 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15100/task/15113/stat : 15113 (java) S 15098 15098 11861 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476736140 28904853504 7621 33554432000 4194304 4196468 140735361893504 140526071727952 140527543822235 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14573568 140735361901532 140735361901707 140735361901707 140735361904591 0
[pid=15100/tid=15114] ppid=15098 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15100/task/15114/stat : 15114 (java) S 15098 15098 11861 0 -1 1077944384 148 0 0 0 0 0 0 0 20 0 20 0 476736140 28904853504 7621 33554432000 4194304 4196468 140735361893504 140526070676336 140527543814786 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14573568 140735361901532 140735361901707 140735361901707 140735361904591 0
[pid=15100/tid=15115] ppid=15098 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15100/task/15115/stat : 15115 (java) S 15098 15098 11861 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 20 0 476736140 28904853504 7621 33554432000 4194304 4196468 140735361893504 140526069623536 140527543814786 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14573568 140735361901532 140735361901707 140735361901707 140735361904591 0
[pid=15100/tid=15116] ppid=15098 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15100/task/15116/stat : 15116 (java) S 15098 15098 11861 0 -1 1077944384 273 0 0 0 0 0 0 0 20 0 20 0 476736140 28904853504 7621 33554432000 4194304 4196468 140735361893504 140526068570736 140527543814786 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14573568 140735361901532 140735361901707 140735361901707 140735361904591 0
[pid=15100/tid=15117] ppid=15098 vsize=28227396 memory=0 CPUtime=0.02 cores=0-7
/proc/15100/task/15117/stat : 15117 (java) R 15098 15098 11861 0 -1 4202560 356 0 0 0 2 0 0 0 20 0 20 0 476736140 28904853504 7621 33554432000 4194304 4196468 140735361893504 140526067517936 140527522758142 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 14573568 140735361901532 140735361901707 140735361901707 140735361904591 0
[pid=15100/tid=15118] ppid=15098 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15100/task/15118/stat : 15118 (java) S 15098 15098 11861 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476736141 28904853504 7621 33554432000 4194304 4196468 140735361893504 140526066465376 140527543813845 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14573568 140735361901532 140735361901707 140735361901707 140735361904591 0
[pid=15100/tid=15119] ppid=15098 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/15100/task/15119/stat : 15119 (java) S 15098 15098 11861 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476736141 28904853504 7621 33554432000 4194304 4196468 140735361893504 140526065412656 140527543814786 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14573568 140735361901532 140735361901707 140735361901707 140735361904591 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 31940 KiB

[startup+0.2099 s]*
/proc/loadavg: 7.54 7.86 8.02 3/212 15119
/proc/meminfo: memFree=25377980/32770624 swapFree=66989032/67108860
[pid=15098] ppid=15095 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/15098/stat : 15098 (xcsp3-exec) S 15095 15098 11861 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 476736134 115843072 364 33554432000 4194304 5098028 140734200592512 140734200590616 140680775942780 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 24678400 140734200595287 140734200595546 140734200595546 140734200598470 0
/proc/15098/statm: 28282 364 305 221 0 87 0
[pid=15100] ppid=15098 vsize=28227396 memory=41476 CPUtime=0.33 cores=0-7
/proc/15100/stat : 15100 (java) S 15098 15098 11861 0 -1 1077944320 9085 0 0 0 30 3 0 0 20 0 20 0 476736135 28904853504 10369 33554432000 4194304 4196468 140735361893504 140735361876048 140527543803639 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 14573568 140735361901532 140735361901707 140735361901707 140735361904591 0
/proc/15100/statm: 7056849 10369 3288 1 0 7019032 0
[pid=15100/tid=15101] ppid=15098 vsize=28227396 memory=0 CPUtime=0.19 cores=0-7
/proc/15100/task/15101/stat : 15101 (java) R 15098 15098 11861 0 -1 4202560 6229 0 0 0 17 2 0 0 20 0 20 0 476736135 28904853504 10369 33554432000 4194304 4196468 140735361893504 140527548036368 140527543825565 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 14573568 140735361901532 140735361901707 140735361901707 140735361904591 0
[pid=15100/tid=15102] ppid=15098 vsize=28227396 memory=732370788577115109 CPUtime=0 cores=0-7
/proc/15100/task/15102/stat : 15102 (java) S 15098 15098 11861 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476736136 28904853504 10369 33554432000 4194304 4196468 140735361893504 140527095683728 140527543813845 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14573568 140735361901532 140735361901707 140735361901707 140735361904591 0
[pid=15100/tid=15103] ppid=15098 vsize=28227396 memory=140650239661696 CPUtime=0 cores=0-7
/proc/15100/task/15103/stat : 15103 (java) S 15098 15098 11861 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476736136 28904853504 10369 33554432000 4194304 4196468 140735361893504 140527094630928 140527543813845 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14573568 140735361901532 140735361901707 140735361901707 140735361904591 0
[pid=15100/tid=15104] ppid=15098 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15100/task/15104/stat : 15104 (java) S 15098 15098 11861 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476736136 28904853504 10369 33554432000 4194304 4196468 140735361893504 140527093578128 140527543813845 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14573568 140735361901532 140735361901707 140735361901707 140735361904591 0
[pid=15100/tid=15105] ppid=15098 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15100/task/15105/stat : 15105 (java) S 15098 15098 11861 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476736136 28904853504 10369 33554432000 4194304 4196468 140735361893504 140527092525328 140527543813845 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14573568 140735361901532 140735361901707 140735361901707 140735361904591 0
[pid=15100/tid=15106] ppid=15098 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15100/task/15106/stat : 15106 (java) S 15098 15098 11861 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476736136 28904853504 10369 33554432000 4194304 4196468 140735361893504 140527091473552 140527543813845 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14573568 140735361901532 140735361901707 140735361901707 140735361904591 0
[pid=15100/tid=15107] ppid=15098 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/15100/task/15107/stat : 15107 (java) S 15098 15098 11861 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476736136 28904853504 10369 33554432000 4194304 4196468 140735361893504 140527090420752 140527543813845 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14573568 140735361901532 140735361901707 140735361901707 140735361904591 0
[pid=15100/tid=15108] ppid=15098 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15100/task/15108/stat : 15108 (java) S 15098 15098 11861 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476736136 28904853504 10369 33554432000 4194304 4196468 140735361893504 140527089367952 140527543813845 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14573568 140735361901532 140735361901707 140735361901707 140735361904591 0
[pid=15100/tid=15109] ppid=15098 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15100/task/15109/stat : 15109 (java) S 15098 15098 11861 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476736136 28904853504 10369 33554432000 4194304 4196468 140735361893504 140527088315152 140527543813845 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14573568 140735361901532 140735361901707 140735361901707 140735361904591 0
[pid=15100/tid=15110] ppid=15098 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15100/task/15110/stat : 15110 (java) S 15098 15098 11861 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 476736137 28904853504 10369 33554432000 4194304 4196468 140735361893504 140526074886512 140527543814786 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14573568 140735361901532 140735361901707 140735361901707 140735361904591 0
[pid=15100/tid=15111] ppid=15098 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15100/task/15111/stat : 15111 (java) S 15098 15098 11861 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 476736138 28904853504 10369 33554432000 4194304 4196468 140735361893504 140526073832480 140527543813845 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14573568 140735361901532 140735361901707 140735361901707 140735361904591 0
[pid=15100/tid=15112] ppid=15098 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15100/task/15112/stat : 15112 (java) S 15098 15098 11861 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 476736138 28904853504 10369 33554432000 4194304 4196468 140735361893504 140526072779632 140527543813845 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14573568 140735361901532 140735361901707 140735361901707 140735361904591 0
[pid=15100/tid=15113] ppid=15098 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15100/task/15113/stat : 15113 (java) S 15098 15098 11861 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476736140 28904853504 10369 33554432000 4194304 4196468 140735361893504 140526071727952 140527543822235 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14573568 140735361901532 140735361901707 140735361901707 140735361904591 0
[pid=15100/tid=15114] ppid=15098 vsize=28227396 memory=0 CPUtime=0.01 cores=0-7
/proc/15100/task/15114/stat : 15114 (java) S 15098 15098 11861 0 -1 1077944384 198 0 0 0 1 0 0 0 20 0 20 0 476736140 28904853504 10369 33554432000 4194304 4196468 140735361893504 140526070676336 140527543814786 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14573568 140735361901532 140735361901707 140735361901707 140735361904591 0
[pid=15100/tid=15115] ppid=15098 vsize=28227396 memory=0 CPUtime=0.01 cores=0-7
/proc/15100/task/15115/stat : 15115 (java) S 15098 15098 11861 0 -1 1077944384 70 0 0 0 1 0 0 0 20 0 20 0 476736140 28904853504 10369 33554432000 4194304 4196468 140735361893504 140526069623536 140527543814786 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14573568 140735361901532 140735361901707 140735361901707 140735361904591 0
[pid=15100/tid=15116] ppid=15098 vsize=28227396 memory=0 CPUtime=0.02 cores=0-7
/proc/15100/task/15116/stat : 15116 (java) S 15098 15098 11861 0 -1 1077944384 519 0 0 0 2 0 0 0 20 0 20 0 476736140 28904853504 10369 33554432000 4194304 4196468 140735361893504 140526068570736 140527543814786 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14573568 140735361901532 140735361901707 140735361901707 140735361904591 0
[pid=15100/tid=15117] ppid=15098 vsize=28227396 memory=0 CPUtime=0.07 cores=0-7
/proc/15100/task/15117/stat : 15117 (java) S 15098 15098 11861 0 -1 1077944384 757 0 0 0 7 0 0 0 20 0 20 0 476736140 28904853504 10369 33554432000 4194304 4196468 140735361893504 140526067517936 140527543814786 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14573568 140735361901532 140735361901707 140735361901707 140735361904591 0
[pid=15100/tid=15118] ppid=15098 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15100/task/15118/stat : 15118 (java) S 15098 15098 11861 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476736141 28904853504 10369 33554432000 4194304 4196468 140735361893504 140526066465376 140527543813845 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14573568 140735361901532 140735361901707 140735361901707 140735361904591 0
[pid=15100/tid=15119] ppid=15098 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/15100/task/15119/stat : 15119 (java) S 15098 15098 11861 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476736141 28904853504 10369 33554432000 4194304 4196468 140735361893504 140526065412656 140527543814786 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14573568 140735361901532 140735361901707 140735361901707 140735361904591 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 42932 KiB

[startup+0.309579 s]*
/proc/loadavg: 7.54 7.86 8.02 3/212 15119
/proc/meminfo: memFree=25372952/32770624 swapFree=66989032/67108860
[pid=15098] ppid=15095 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/15098/stat : 15098 (xcsp3-exec) S 15095 15098 11861 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 476736134 115843072 364 33554432000 4194304 5098028 140734200592512 140734200590616 140680775942780 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 24678400 140734200595287 140734200595546 140734200595546 140734200598470 0
/proc/15098/statm: 28282 364 305 221 0 87 0
[pid=15100] ppid=15098 vsize=28231652 memory=49596 CPUtime=0.52 cores=0-7
/proc/15100/stat : 15100 (java) S 15098 15098 11861 0 -1 1077944320 10232 0 0 0 48 4 0 0 20 0 20 0 476736135 28909211648 12399 33554432000 4194304 4196468 140735361893504 140735361876048 140527543803639 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 14573568 140735361901532 140735361901707 140735361901707 140735361904591 0
/proc/15100/statm: 7057913 12399 3356 1 0 7019032 0
[pid=15100/tid=15101] ppid=15098 vsize=28231652 memory=1398722017469774279 CPUtime=0.29 cores=0-7
/proc/15100/task/15101/stat : 15101 (java) R 15098 15098 11861 0 -1 4202560 7254 0 0 0 26 3 0 0 20 0 20 0 476736135 28909211648 12399 33554432000 4194304 4196468 140735361893504 140527548034752 140527527884126 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 14573568 140735361901532 140735361901707 140735361901707 140735361904591 0
[pid=15100/tid=15102] ppid=15098 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/15100/task/15102/stat : 15102 (java) S 15098 15098 11861 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476736136 28909211648 12399 33554432000 4194304 4196468 140735361893504 140527095683728 140527543813845 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14573568 140735361901532 140735361901707 140735361901707 140735361904591 0
[pid=15100/tid=15103] ppid=15098 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/15100/task/15103/stat : 15103 (java) S 15098 15098 11861 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476736136 28909211648 12399 33554432000 4194304 4196468 140735361893504 140527094630928 140527543813845 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14573568 140735361901532 140735361901707 140735361901707 140735361904591 0
[pid=15100/tid=15104] ppid=15098 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/15100/task/15104/stat : 15104 (java) S 15098 15098 11861 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476736136 28909211648 12399 33554432000 4194304 4196468 140735361893504 140527093578128 140527543813845 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14573568 140735361901532 140735361901707 140735361901707 140735361904591 0
[pid=15100/tid=15105] ppid=15098 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/15100/task/15105/stat : 15105 (java) S 15098 15098 11861 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476736136 28909211648 12399 33554432000 4194304 4196468 140735361893504 140527092525328 140527543813845 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14573568 140735361901532 140735361901707 140735361901707 140735361904591 0
[pid=15100/tid=15106] ppid=15098 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/15100/task/15106/stat : 15106 (java) S 15098 15098 11861 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476736136 28909211648 12399 33554432000 4194304 4196468 140735361893504 140527091473552 140527543813845 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14573568 140735361901532 140735361901707 140735361901707 140735361904591 0
[pid=15100/tid=15107] ppid=15098 vsize=28231652 memory=140650112707247 CPUtime=0 cores=0-7
/proc/15100/task/15107/stat : 15107 (java) S 15098 15098 11861 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476736136 28909211648 12399 33554432000 4194304 4196468 140735361893504 140527090420752 140527543813845 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14573568 140735361901532 140735361901707 140735361901707 140735361904591 0
[pid=15100/tid=15108] ppid=15098 vsize=28231652 memory=140650112709552 CPUtime=0 cores=0-7
/proc/15100/task/15108/stat : 15108 (java) S 15098 15098 11861 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476736136 28909211648 12399 33554432000 4194304 4196468 140735361893504 140527089367952 140527543813845 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14573568 140735361901532 140735361901707 140735361901707 140735361904591 0
[pid=15100/tid=15109] ppid=15098 vsize=28231652 memory=140650112711856 CPUtime=0 cores=0-7
/proc/15100/task/15109/stat : 15109 (java) S 15098 15098 11861 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476736136 28909211648 12399 33554432000 4194304 4196468 140735361893504 140527088315152 140527543813845 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14573568 140735361901532 140735361901707 140735361901707 140735361904591 0
[pid=15100/tid=15110] ppid=15098 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/15100/task/15110/stat : 15110 (java) S 15098 15098 11861 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 476736137 28909211648 12399 33554432000 4194304 4196468 140735361893504 140526074886512 140527543814786 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14573568 140735361901532 140735361901707 140735361901707 140735361904591 0
[pid=15100/tid=15111] ppid=15098 vsize=28231652 memory=281300225437584 CPUtime=0 cores=0-7
/proc/15100/task/15111/stat : 15111 (java) S 15098 15098 11861 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 476736138 28909211648 12399 33554432000 4194304 4196468 140735361893504 140526073832480 140527543813845 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14573568 140735361901532 140735361901707 140735361901707 140735361904591 0
[pid=15100/tid=15112] ppid=15098 vsize=28231652 memory=281300225435280 CPUtime=0 cores=0-7
/proc/15100/task/15112/stat : 15112 (java) S 15098 15098 11861 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 476736138 28909211648 12399 33554432000 4194304 4196468 140735361893504 140526072779632 140527543813845 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14573568 140735361901532 140735361901707 140735361901707 140735361904591 0
[pid=15100/tid=15113] ppid=15098 vsize=28231652 memory=281300225442192 CPUtime=0 cores=0-7
/proc/15100/task/15113/stat : 15113 (java) S 15098 15098 11861 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476736140 28909211648 12399 33554432000 4194304 4196468 140735361893504 140526071727952 140527543822235 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14573568 140735361901532 140735361901707 140735361901707 140735361904591 0
[pid=15100/tid=15114] ppid=15098 vsize=28231652 memory=281300225383440 CPUtime=0.01 cores=0-7
/proc/15100/task/15114/stat : 15114 (java) S 15098 15098 11861 0 -1 1077944384 204 0 0 0 1 0 0 0 20 0 20 0 476736140 28909211648 12399 33554432000 4194304 4196468 140735361893504 140526070676336 140527543814786 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14573568 140735361901532 140735361901707 140735361901707 140735361904591 0
[pid=15100/tid=15115] ppid=15098 vsize=28231652 memory=281300225456016 CPUtime=0.02 cores=0-7
/proc/15100/task/15115/stat : 15115 (java) S 15098 15098 11861 0 -1 1077944384 73 0 0 0 2 0 0 0 20 0 20 0 476736140 28909211648 12399 33554432000 4194304 4196468 140735361893504 140526069623536 140527543814786 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14573568 140735361901532 140735361901707 140735361901707 140735361904591 0
[pid=15100/tid=15116] ppid=15098 vsize=28231652 memory=281300225462928 CPUtime=0.04 cores=0-7
/proc/15100/task/15116/stat : 15116 (java) R 15098 15098 11861 0 -1 4202560 580 0 0 0 4 0 0 0 20 0 20 0 476736140 28909211648 12399 33554432000 4194304 4196468 140735361893504 140526068561120 140527528708904 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 14573568 140735361901532 140735361901707 140735361901707 140735361904591 0
[pid=15100/tid=15117] ppid=15098 vsize=28231652 memory=281300225460624 CPUtime=0.13 cores=0-7
/proc/15100/task/15117/stat : 15117 (java) S 15098 15098 11861 0 -1 1077944384 814 0 0 0 13 0 0 0 20 0 20 0 476736140 28909211648 12399 33554432000 4194304 4196468 140735361893504 140526067517936 140527543814786 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14573568 140735361901532 140735361901707 140735361901707 140735361904591 0
[pid=15100/tid=15118] ppid=15098 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/15100/task/15118/stat : 15118 (java) S 15098 15098 11861 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476736141 28909211648 12399 33554432000 4194304 4196468 140735361893504 140526066465376 140527543813845 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14573568 140735361901532 140735361901707 140735361901707 140735361904591 0
[pid=15100/tid=15119] ppid=15098 vsize=28231652 memory=-1 CPUtime=0 cores=0-7
/proc/15100/task/15119/stat : 15119 (java) S 15098 15098 11861 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476736141 28909211648 12463 33554432000 4194304 4196468 140735361893504 140526065412656 140527543814786 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14573568 140735361901532 140735361901707 140735361901707 140735361904591 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 28344780 KiB
Current children cumulated memory: 51052 KiB

[startup+0.70931 s]
/proc/loadavg: 7.54 7.86 8.02 5/212 15119
/proc/meminfo: memFree=25356196/32770624 swapFree=66989032/67108860
[pid=15098] ppid=15095 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/15098/stat : 15098 (xcsp3-exec) S 15095 15098 11861 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 476736134 115843072 364 33554432000 4194304 5098028 140734200592512 140734200590616 140680775942780 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 24678400 140734200595287 140734200595546 140734200595546 140734200598470 0
/proc/15098/statm: 28282 364 305 221 0 87 0
[pid=15100] ppid=15098 vsize=28766288 memory=109684 CPUtime=1.98 cores=0-7
/proc/15100/stat : 15100 (java) S 15098 15098 11861 0 -1 1077944320 14884 0 0 0 191 7 0 0 20 0 28 0 476736135 29456678912 27421 33554432000 4194304 4196468 140735361893504 140735361876048 140527543803639 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 14573568 140735361901532 140735361901707 140735361901707 140735361904591 0
/proc/15100/statm: 7191572 27421 3454 1 0 7152672 0
[pid=15100/tid=15101] ppid=15098 vsize=28766288 memory=0 CPUtime=0.57 cores=0-7
/proc/15100/task/15101/stat : 15101 (java) S 15098 15098 11861 0 -1 1077944384 8826 0 0 0 53 4 0 0 20 0 28 0 476736135 29456678912 27421 33554432000 4194304 4196468 140735361893504 140527548044416 140527543813845 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14573568 140735361901532 140735361901707 140735361901707 140735361904591 0
[pid=15100/tid=15102] ppid=15098 vsize=28766288 memory=0 CPUtime=0 cores=0-7
/proc/15100/task/15102/stat : 15102 (java) S 15098 15098 11861 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 476736136 29456678912 27421 33554432000 4194304 4196468 140735361893504 140527095683728 140527543813845 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14573568 140735361901532 140735361901707 140735361901707 140735361904591 0
[pid=15100/tid=15103] ppid=15098 vsize=28766288 memory=0 CPUtime=0 cores=0-7
/proc/15100/task/15103/stat : 15103 (java) S 15098 15098 11861 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 476736136 29456678912 27421 33554432000 4194304 4196468 140735361893504 140527094630928 140527543813845 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14573568 140735361901532 140735361901707 140735361901707 140735361904591 0
[pid=15100/tid=15104] ppid=15098 vsize=28766288 memory=0 CPUtime=0 cores=0-7
/proc/15100/task/15104/stat : 15104 (java) S 15098 15098 11861 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 476736136 29456678912 27421 33554432000 4194304 4196468 140735361893504 140527093578128 140527543813845 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14573568 140735361901532 140735361901707 140735361901707 140735361904591 0

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

[pid=15100/tid=15263] ppid=15098 vsize=28767316 memory=39368 CPUtime=159.54 cores=0-7
/proc/15100/task/15263/stat : 15263 (java) R 15098 15098 11861 0 -1 4202560 1887 0 0 0 15953 1 0 0 20 0 28 0 476736223 29457731584 79163 33554432000 4194304 4196468 140735361893504 140526049879904 140527187930794 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 14573568 140735361901532 140735361901707 140735361901707 140735361904591 0
Current children cumulated CPU time: 1287.05 s
Current children cumulated vsize: 28880444 KiB
Current children cumulated memory: 318108 KiB

[startup+222.301 s]
/proc/loadavg: 7.96 8.02 8.06 9/220 15283
/proc/meminfo: memFree=25026452/32770624 swapFree=66989036/67108860
[pid=15098] ppid=15095 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/15098/stat : 15098 (xcsp3-exec) S 15095 15098 11861 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 476736134 115843072 364 33554432000 4194304 5098028 140734200592512 140734200590616 140680775942780 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 24678400 140734200595287 140734200595546 140734200595546 140734200598470 0
/proc/15098/statm: 28282 364 305 221 0 87 0
[pid=15100] ppid=15098 vsize=28767316 memory=407388 CPUtime=1762.89 cores=0-7
/proc/15100/stat : 15100 (java) S 15098 15098 11861 0 -1 1077944320 106252 0 0 0 176223 66 0 0 20 0 28 0 476736135 29457731584 101847 33554432000 4194304 4196468 140735361893504 140735361876048 140527543803639 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 14573568 140735361901532 140735361901707 140735361901707 140735361904591 0
/proc/15100/statm: 7191829 101847 3519 1 0 7152929 0
[pid=15100/tid=15101] ppid=15098 vsize=28767316 memory=386868 CPUtime=0.58 cores=0-7
/proc/15100/task/15101/stat : 15101 (java) S 15098 15098 11861 0 -1 1077944384 8826 0 0 0 54 4 0 0 20 0 28 0 476736135 29457731584 101847 33554432000 4194304 4196468 140735361893504 140527548044416 140527543813845 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14573568 140735361901532 140735361901707 140735361901707 140735361904591 0
[pid=15100/tid=15102] ppid=15098 vsize=28767316 memory=386876 CPUtime=0.36 cores=0-7
/proc/15100/task/15102/stat : 15102 (java) S 15098 15098 11861 0 -1 1077944384 2618 0 0 0 33 3 0 0 20 0 28 0 476736136 29457731584 101847 33554432000 4194304 4196468 140735361893504 140527095683728 140527543813845 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14573568 140735361901532 140735361901707 140735361901707 140735361904591 0
[pid=15100/tid=15103] ppid=15098 vsize=28767316 memory=386884 CPUtime=0.37 cores=0-7
/proc/15100/task/15103/stat : 15103 (java) S 15098 15098 11861 0 -1 1077944384 1801 0 0 0 34 3 0 0 20 0 28 0 476736136 29457731584 101847 33554432000 4194304 4196468 140735361893504 140527094630928 140527543813845 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14573568 140735361901532 140735361901707 140735361901707 140735361904591 0
[pid=15100/tid=15104] ppid=15098 vsize=28767316 memory=397148 CPUtime=0.36 cores=0-7
/proc/15100/task/15104/stat : 15104 (java) S 15098 15098 11861 0 -1 1077944384 2752 0 0 0 33 3 0 0 20 0 28 0 476736136 29457731584 101847 33554432000 4194304 4196468 140735361893504 140527093578128 140527543813845 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14573568 140735361901532 140735361901707 140735361901707 140735361904591 0
[pid=15100/tid=15105] ppid=15098 vsize=28767316 memory=1456 CPUtime=0.36 cores=0-7
/proc/15100/task/15105/stat : 15105 (java) S 15098 15098 11861 0 -1 1077944384 3191 0 0 0 33 3 0 0 20 0 28 0 476736136 29457731584 101847 33554432000 4194304 4196468 140735361893504 140527092525328 140527543813845 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14573568 140735361901532 140735361901707 140735361901707 140735361904591 0
[pid=15100/tid=15106] ppid=15098 vsize=28767316 memory=382712 CPUtime=0.36 cores=0-7
/proc/15100/task/15106/stat : 15106 (java) S 15098 15098 11861 0 -1 1077944384 2301 0 0 0 33 3 0 0 20 0 28 0 476736136 29457731584 101847 33554432000 4194304 4196468 140735361893504 140527091473552 140527543813845 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14573568 140735361901532 140735361901707 140735361901707 140735361904591 0
[pid=15100/tid=15107] ppid=15098 vsize=28767316 memory=281300227330496 CPUtime=0.37 cores=0-7
/proc/15100/task/15107/stat : 15107 (java) S 15098 15098 11861 0 -1 1077944384 2524 0 0 0 34 3 0 0 20 0 28 0 476736136 29457731584 101847 33554432000 4194304 4196468 140735361893504 140527090420752 140527543813845 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14573568 140735361901532 140735361901707 140735361901707 140735361904591 0
[pid=15100/tid=15108] ppid=15098 vsize=28767316 memory=281300225677456 CPUtime=0.36 cores=0-7
/proc/15100/task/15108/stat : 15108 (java) S 15098 15098 11861 0 -1 1077944384 2359 0 0 0 33 3 0 0 20 0 28 0 476736136 29457731584 101847 33554432000 4194304 4196468 140735361893504 140527089367952 140527543813845 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14573568 140735361901532 140735361901707 140735361901707 140735361904591 0
[pid=15100/tid=15109] ppid=15098 vsize=28767316 memory=-7003737579269690708 CPUtime=0.37 cores=0-7
/proc/15100/task/15109/stat : 15109 (java) S 15098 15098 11861 0 -1 1077944384 4259 0 0 0 33 4 0 0 20 0 28 0 476736136 29457731584 101847 33554432000 4194304 4196468 140735361893504 140527088315152 140527543813845 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14573568 140735361901532 140735361901707 140735361901707 140735361904591 0
[pid=15100/tid=15110] ppid=15098 vsize=28767316 memory=288230621803970871 CPUtime=0.32 cores=0-7
/proc/15100/task/15110/stat : 15110 (java) S 15098 15098 11861 0 -1 1077944384 8322 0 0 0 27 5 0 0 20 0 28 0 476736137 29457731584 101847 33554432000 4194304 4196468 140735361893504 140526074886512 140527543814786 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14573568 140735361901532 140735361901707 140735361901707 140735361904591 0
[pid=15100/tid=15111] ppid=15098 vsize=28767316 memory=0 CPUtime=0 cores=0-7
/proc/15100/task/15111/stat : 15111 (java) S 15098 15098 11861 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 28 0 476736138 29457731584 101847 33554432000 4194304 4196468 140735361893504 140526073832544 140527543813845 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14573568 140735361901532 140735361901707 140735361901707 140735361904591 0
[pid=15100/tid=15112] ppid=15098 vsize=28767316 memory=3690472520021394050 CPUtime=0 cores=0-7
/proc/15100/task/15112/stat : 15112 (java) S 15098 15098 11861 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 28 0 476736138 29457731584 101847 33554432000 4194304 4196468 140735361893504 140526072779648 140527543813845 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14573568 140735361901532 140735361901707 140735361901707 140735361904591 0
[pid=15100/tid=15113] ppid=15098 vsize=28767316 memory=3620 CPUtime=0 cores=0-7
/proc/15100/task/15113/stat : 15113 (java) S 15098 15098 11861 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 476736140 29457731584 101847 33554432000 4194304 4196468 140735361893504 140526071727952 140527543822235 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14573568 140735361901532 140735361901707 140735361901707 140735361904591 0
[pid=15100/tid=15114] ppid=15098 vsize=28767316 memory=39368 CPUtime=1.5 cores=0-7
/proc/15100/task/15114/stat : 15114 (java) S 15098 15098 11861 0 -1 1077944384 8604 0 0 0 149 1 0 0 20 0 28 0 476736140 29457731584 101847 33554432000 4194304 4196468 140735361893504 140526070676336 140527543814786 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14573568 140735361901532 140735361901707 140735361901707 140735361904591 0
[pid=15100/tid=15115] ppid=15098 vsize=28767316 memory=3620 CPUtime=1.47 cores=0-7
/proc/15100/task/15115/stat : 15115 (java) S 15098 15098 11861 0 -1 1077944384 8347 0 0 0 146 1 0 0 20 0 28 0 476736140 29457731584 101847 33554432000 4194304 4196468 140735361893504 140526069623536 140527543814786 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14573568 140735361901532 140735361901707 140735361901707 140735361904591 0
[pid=15100/tid=15116] ppid=15098 vsize=28767316 memory=39368 CPUtime=1.66 cores=0-7
/proc/15100/task/15116/stat : 15116 (java) S 15098 15098 11861 0 -1 1077944384 12719 0 0 0 163 3 0 0 20 0 28 0 476736140 29457731584 101847 33554432000 4194304 4196468 140735361893504 140526068570736 140527543814786 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14573568 140735361901532 140735361901707 140735361901707 140735361904591 0
[pid=15100/tid=15117] ppid=15098 vsize=28767316 memory=1456 CPUtime=0.66 cores=0-7
/proc/15100/task/15117/stat : 15117 (java) S 15098 15098 11861 0 -1 1077944384 7189 0 0 0 65 1 0 0 20 0 28 0 476736140 29457731584 101847 33554432000 4194304 4196468 140735361893504 140526067517936 140527543814786 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14573568 140735361901532 140735361901707 140735361901707 140735361904591 0
[pid=15100/tid=15118] ppid=15098 vsize=28767316 memory=1456 CPUtime=0 cores=0-7
/proc/15100/task/15118/stat : 15118 (java) S 15098 15098 11861 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 476736141 29457731584 101847 33554432000 4194304 4196468 140735361893504 140526066465376 140527543813845 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14573568 140735361901532 140735361901707 140735361901707 140735361904591 0
[pid=15100/tid=15119] ppid=15098 vsize=28767316 memory=1456 CPUtime=0.04 cores=0-7
/proc/15100/task/15119/stat : 15119 (java) S 15098 15098 11861 0 -1 1077944384 1783 0 0 0 1 3 0 0 20 0 28 0 476736141 29457731584 101847 33554432000 4194304 4196468 140735361893504 140526065412656 140527543814786 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14573568 140735361901532 140735361901707 140735361901707 140735361904591 0
[pid=15100/tid=15256] ppid=15098 vsize=28767316 memory=384788 CPUtime=219.56 cores=0-7
/proc/15100/task/15256/stat : 15256 (java) R 15098 15098 11861 0 -1 4202560 6946 0 0 0 21955 1 0 0 20 0 28 0 476736221 29457731584 101847 33554432000 4194304 4196468 140735361893504 140526054087312 140527186008159 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 14573568 140735361901532 140735361901707 140735361901707 140735361904591 0
[pid=15100/tid=15257] ppid=15098 vsize=28767316 memory=15880 CPUtime=218.82 cores=0-7
/proc/15100/task/15257/stat : 15257 (java) R 15098 15098 11861 0 -1 4202560 1719 0 0 0 21882 0 0 0 20 0 28 0 476736222 29457731584 101847 33554432000 4194304 4196468 140735361893504 140526056193672 140527186008604 0 4 0 16800975 0 0 0 -1 6 0 0 1 0 0 6293624 6294260 14573568 140735361901532 140735361901707 140735361901707 140735361904591 0
[pid=15100/tid=15258] ppid=15098 vsize=28767316 memory=512 CPUtime=219.61 cores=0-7
/proc/15100/task/15258/stat : 15258 (java) R 15098 15098 11861 0 -1 4202560 1929 0 0 0 21960 1 0 0 20 0 28 0 476736222 29457731584 101847 33554432000 4194304 4196468 140735361893504 140526048825976 140527186008472 0 4 0 16800975 0 0 0 -1 0 0 0 2 0 0 6293624 6294260 14573568 140735361901532 140735361901707 140735361901707 140735361904591 0
[pid=15100/tid=15259] ppid=15098 vsize=28767316 memory=3620 CPUtime=218.42 cores=0-7
/proc/15100/task/15259/stat : 15259 (java) R 15098 15098 11861 0 -1 4202560 4290 0 0 0 21839 3 0 0 20 0 28 0 476736222 29457731584 101847 33554432000 4194304 4196468 140735361893504 140526051983736 140527186103062 0 4 0 16800975 0 0 0 -1 3 0 0 1 0 0 6293624 6294260 14573568 140735361901532 140735361901707 140735361901707 140735361904591 0
[pid=15100/tid=15260] ppid=15098 vsize=28767316 memory=39368 CPUtime=219.38 cores=0-7
/proc/15100/task/15260/stat : 15260 (java) R 15098 15098 11861 0 -1 4202560 2892 0 0 0 21935 3 0 0 20 0 28 0 476736222 29457731584 101847 33554432000 4194304 4196468 140735361893504 140526053036808 140527186007995 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 14573568 140735361901532 140735361901707 140735361901707 140735361904591 0
[pid=15100/tid=15261] ppid=15098 vsize=28767316 memory=2004 CPUtime=219.12 cores=0-7
/proc/15100/task/15261/stat : 15261 (java) R 15098 15098 11861 0 -1 4202560 1742 0 0 0 21910 2 0 0 20 0 28 0 476736222 29457731584 101847 33554432000 4194304 4196468 140735361893504 140526047773008 140527186008461 0 4 0 16800975 0 0 0 -1 5 0 0 1 0 0 6293624 6294260 14573568 140735361901532 140735361901707 140735361901707 140735361904591 0
[pid=15100/tid=15262] ppid=15098 vsize=28767316 memory=386884 CPUtime=218.58 cores=0-7
/proc/15100/task/15262/stat : 15262 (java) R 15098 15098 11861 0 -1 4202560 2417 0 0 0 21857 1 0 0 20 0 28 0 476736222 29457731584 101847 33554432000 4194304 4196468 140735361893504 140526050933584 140527186007124 0 4 0 16800975 0 0 0 -1 1 0 0 2 0 0 6293624 6294260 14573568 140735361901532 140735361901707 140735361901707 140735361904591 0
[pid=15100/tid=15263] ppid=15098 vsize=28767316 memory=1456 CPUtime=219 cores=0-7
/proc/15100/task/15263/stat : 15263 (java) R 15098 15098 11861 0 -1 4202560 2768 0 0 0 21898 2 0 0 20 0 28 0 476736223 29457731584 101847 33554432000 4194304 4196468 140735361893504 140526049878104 140527186007279 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 14573568 140735361901532 140735361901707 140735361901707 140735361904591 0
Current children cumulated CPU time: 1762.89 s
Current children cumulated vsize: 28880444 KiB
Current children cumulated memory: 408844 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+252.001 s]*
/proc/loadavg: 8.13 8.05 8.06 9/220 15286
/proc/meminfo: memFree=24961532/32770624 swapFree=66989036/67108860
[pid=15098] ppid=15095 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/15098/stat : 15098 (xcsp3-exec) S 15095 15098 11861 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 476736134 115843072 364 33554432000 4194304 5098028 140734200592512 140734200590616 140680775942780 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 24678400 140734200595287 140734200595546 140734200595546 140734200598470 0
/proc/15098/statm: 28282 364 305 221 0 87 0
[pid=15100] ppid=15098 vsize=28767316 memory=460168 CPUtime=1998.98 cores=0-7
/proc/15100/stat : 15100 (java) S 15098 15098 11861 0 -1 1077944320 112220 0 0 0 199824 74 0 0 20 0 28 0 476736135 29457731584 115042 33554432000 4194304 4196468 140735361893504 140735361876048 140527543803639 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 14573568 140735361901532 140735361901707 140735361901707 140735361904591 0
/proc/15100/statm: 7191829 115042 3519 1 0 7152929 0
[pid=15100/tid=15101] ppid=15098 vsize=28767316 memory=6791534058613427641 CPUtime=0.58 cores=0-7
/proc/15100/task/15101/stat : 15101 (java) S 15098 15098 11861 0 -1 1077944384 8826 0 0 0 54 4 0 0 20 0 28 0 476736135 29457731584 115042 33554432000 4194304 4196468 140735361893504 140527548044416 140527543813845 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14573568 140735361901532 140735361901707 140735361901707 140735361904591 0
[pid=15100/tid=15102] ppid=15098 vsize=28767316 memory=1440 CPUtime=0.46 cores=0-7
/proc/15100/task/15102/stat : 15102 (java) S 15098 15098 11861 0 -1 1077944384 3151 0 0 0 43 3 0 0 20 0 28 0 476736136 29457731584 115042 33554432000 4194304 4196468 140735361893504 140527095683728 140527543813845 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14573568 140735361901532 140735361901707 140735361901707 140735361904591 0
[pid=15100/tid=15103] ppid=15098 vsize=28767316 memory=904 CPUtime=0.47 cores=0-7
/proc/15100/task/15103/stat : 15103 (java) S 15098 15098 11861 0 -1 1077944384 2179 0 0 0 43 4 0 0 20 0 28 0 476736136 29457731584 115042 33554432000 4194304 4196468 140735361893504 140527094630928 140527543813845 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14573568 140735361901532 140735361901707 140735361901707 140735361904591 0
[pid=15100/tid=15104] ppid=15098 vsize=28767316 memory=-7003737579269690708 CPUtime=0.46 cores=0-7
/proc/15100/task/15104/stat : 15104 (java) S 15098 15098 11861 0 -1 1077944384 2916 0 0 0 42 4 0 0 20 0 28 0 476736136 29457731584 115042 33554432000 4194304 4196468 140735361893504 140527093578128 140527543813845 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14573568 140735361901532 140735361901707 140735361901707 140735361904591 0
[pid=15100/tid=15105] ppid=15098 vsize=28767316 memory=924 CPUtime=0.46 cores=0-7
/proc/15100/task/15105/stat : 15105 (java) S 15098 15098 11861 0 -1 1077944384 3589 0 0 0 42 4 0 0 20 0 28 0 476736136 29457731584 115042 33554432000 4194304 4196468 140735361893504 140527092525328 140527543813845 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14573568 140735361901532 140735361901707 140735361901707 140735361904591 0
[pid=15100/tid=15106] ppid=15098 vsize=28767316 memory=4500 CPUtime=0.46 cores=0-7
/proc/15100/task/15106/stat : 15106 (java) S 15098 15098 11861 0 -1 1077944384 2532 0 0 0 42 4 0 0 20 0 28 0 476736136 29457731584 115042 33554432000 4194304 4196468 140735361893504 140527091473552 140527543813845 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14573568 140735361901532 140735361901707 140735361901707 140735361904591 0
[pid=15100/tid=15107] ppid=15098 vsize=28767316 memory=4100 CPUtime=0.47 cores=0-7
/proc/15100/task/15107/stat : 15107 (java) S 15098 15098 11861 0 -1 1077944384 2670 0 0 0 43 4 0 0 20 0 28 0 476736136 29457731584 115042 33554432000 4194304 4196468 140735361893504 140527090420752 140527543813845 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14573568 140735361901532 140735361901707 140735361901707 140735361904591 0
[pid=15100/tid=15108] ppid=15098 vsize=28767316 memory=1412 CPUtime=0.46 cores=0-7
/proc/15100/task/15108/stat : 15108 (java) S 15098 15098 11861 0 -1 1077944384 2541 0 0 0 42 4 0 0 20 0 28 0 476736136 29457731584 115042 33554432000 4194304 4196468 140735361893504 140527089367952 140527543813845 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14573568 140735361901532 140735361901707 140735361901707 140735361904591 0
[pid=15100/tid=15109] ppid=15098 vsize=28767316 memory=3688 CPUtime=0.47 cores=0-7
/proc/15100/task/15109/stat : 15109 (java) S 15098 15098 11861 0 -1 1077944384 4387 0 0 0 42 5 0 0 20 0 28 0 476736136 29457731584 115042 33554432000 4194304 4196468 140735361893504 140527088315152 140527543813845 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14573568 140735361901532 140735361901707 140735361901707 140735361904591 0
[pid=15100/tid=15110] ppid=15098 vsize=28767316 memory=1456 CPUtime=0.38 cores=0-7
/proc/15100/task/15110/stat : 15110 (java) S 15098 15098 11861 0 -1 1077944384 8947 0 0 0 32 6 0 0 20 0 28 0 476736137 29457731584 115042 33554432000 4194304 4196468 140735361893504 140526074886512 140527543814786 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14573568 140735361901532 140735361901707 140735361901707 140735361904591 0
[pid=15100/tid=15111] ppid=15098 vsize=28767316 memory=3620 CPUtime=0 cores=0-7
/proc/15100/task/15111/stat : 15111 (java) S 15098 15098 11861 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 28 0 476736138 29457731584 115042 33554432000 4194304 4196468 140735361893504 140526073832544 140527543813845 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14573568 140735361901532 140735361901707 140735361901707 140735361904591 0
[pid=15100/tid=15112] ppid=15098 vsize=28767316 memory=39368 CPUtime=0 cores=0-7
/proc/15100/task/15112/stat : 15112 (java) S 15098 15098 11861 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 28 0 476736138 29457731584 115042 33554432000 4194304 4196468 140735361893504 140526072779648 140527543813845 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14573568 140735361901532 140735361901707 140735361901707 140735361904591 0
[pid=15100/tid=15113] ppid=15098 vsize=28767316 memory=2004 CPUtime=0 cores=0-7
/proc/15100/task/15113/stat : 15113 (java) S 15098 15098 11861 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 476736140 29457731584 115042 33554432000 4194304 4196468 140735361893504 140526071727952 140527543822235 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14573568 140735361901532 140735361901707 140735361901707 140735361904591 0
[pid=15100/tid=15114] ppid=15098 vsize=28767316 memory=281300225312352 CPUtime=1.53 cores=0-7
/proc/15100/task/15114/stat : 15114 (java) S 15098 15098 11861 0 -1 1077944384 9829 0 0 0 151 2 0 0 20 0 28 0 476736140 29457731584 115042 33554432000 4194304 4196468 140735361893504 140526070676336 140527543814786 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14573568 140735361901532 140735361901707 140735361901707 140735361904591 0
[pid=15100/tid=15115] ppid=15098 vsize=28767316 memory=7682475212697334586 CPUtime=1.47 cores=0-7
/proc/15100/task/15115/stat : 15115 (java) S 15098 15098 11861 0 -1 1077944384 8353 0 0 0 146 1 0 0 20 0 28 0 476736140 29457731584 115042 33554432000 4194304 4196468 140735361893504 140526069623536 140527543814786 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14573568 140735361901532 140735361901707 140735361901707 140735361904591 0
[pid=15100/tid=15116] ppid=15098 vsize=28767316 memory=7649399379919451441 CPUtime=1.66 cores=0-7
/proc/15100/task/15116/stat : 15116 (java) S 15098 15098 11861 0 -1 1077944384 12723 0 0 0 163 3 0 0 20 0 28 0 476736140 29457731584 115042 33554432000 4194304 4196468 140735361893504 140526068570736 140527543814786 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14573568 140735361901532 140735361901707 140735361901707 140735361904591 0
[pid=15100/tid=15117] ppid=15098 vsize=28767316 memory=7649399384214418737 CPUtime=0.66 cores=0-7
/proc/15100/task/15117/stat : 15117 (java) S 15098 15098 11861 0 -1 1077944384 7193 0 0 0 65 1 0 0 20 0 28 0 476736140 29457731584 115042 33554432000 4194304 4196468 140735361893504 140526067517936 140527543814786 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14573568 140735361901532 140735361901707 140735361901707 140735361904591 0
[pid=15100/tid=15118] ppid=15098 vsize=28767316 memory=7649399388509386033 CPUtime=0 cores=0-7
/proc/15100/task/15118/stat : 15118 (java) S 15098 15098 11861 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 476736141 29457731584 115042 33554432000 4194304 4196468 140735361893504 140526066465376 140527543813845 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14573568 140735361901532 140735361901707 140735361901707 140735361904591 0
[pid=15100/tid=15119] ppid=15098 vsize=28767316 memory=460684 CPUtime=0.04 cores=0-7
/proc/15100/task/15119/stat : 15119 (java) S 15098 15098 11861 0 -1 1077944384 1885 0 0 0 1 3 0 0 20 0 28 0 476736141 29457731584 115042 33554432000 4194304 4196468 140735361893504 140526065412656 140527543814786 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14573568 140735361901532 140735361901707 140735361901707 140735361904591 0
[pid=15100/tid=15256] ppid=15098 vsize=28767316 memory=288230621803970871 CPUtime=249.1 cores=0-7
/proc/15100/task/15256/stat : 15256 (java) R 15098 15098 11861 0 -1 4202560 7296 0 0 0 24909 1 0 0 20 0 28 0 476736221 29457731584 115042 33554432000 4194304 4196468 140735361893504 140526054087280 140527186007354 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 14573568 140735361901532 140735361901707 140735361901707 140735361904591 0
[pid=15100/tid=15257] ppid=15098 vsize=28767316 memory=13848568834296442 CPUtime=248.31 cores=0-7
/proc/15100/task/15257/stat : 15257 (java) R 15098 15098 11861 0 -1 4202560 1870 0 0 0 24830 1 0 0 20 0 28 0 476736222 29457731584 115042 33554432000 4194304 4196468 140735361893504 140526056194184 140527186088167 0 4 0 16800975 0 0 0 -1 0 0 0 2 0 0 6293624 6294260 14573568 140735361901532 140735361901707 140735361901707 140735361904591 0
[pid=15100/tid=15258] ppid=15098 vsize=28767316 memory=422848 CPUtime=249.09 cores=0-7
/proc/15100/task/15258/stat : 15258 (java) R 15098 15098 11861 0 -1 4202560 2118 0 0 0 24908 1 0 0 20 0 28 0 476736222 29457731584 115042 33554432000 4194304 4196468 140735361893504 140526048825808 140527186007995 0 4 0 16800975 0 0 0 -1 1 0 0 2 0 0 6293624 6294260 14573568 140735361901532 140735361901707 140735361901707 140735361904591 0
[pid=15100/tid=15259] ppid=15098 vsize=28767316 memory=928 CPUtime=247.84 cores=0-7
/proc/15100/task/15259/stat : 15259 (java) R 15098 15098 11861 0 -1 4202560 4717 0 0 0 24780 4 0 0 20 0 28 0 476736222 29457731584 115042 33554432000 4194304 4196468 140735361893504 140526051984264 140527186008675 0 4 0 16800975 0 0 0 -1 5 0 0 1 0 0 6293624 6294260 14573568 140735361901532 140735361901707 140735361901707 140735361904591 0
[pid=15100/tid=15260] ppid=15098 vsize=28767316 memory=3784 CPUtime=248.58 cores=0-7
/proc/15100/task/15260/stat : 15260 (java) R 15098 15098 11861 0 -1 4202560 3116 0 0 0 24854 4 0 0 20 0 28 0 476736222 29457731584 115042 33554432000 4194304 4196468 140735361893504 140526053036160 140527187371544 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 14573568 140735361901532 140735361901707 140735361901707 140735361904591 0
[pid=15100/tid=15261] ppid=15098 vsize=28767316 memory=1456 CPUtime=248.52 cores=0-7
/proc/15100/task/15261/stat : 15261 (java) R 15098 15098 11861 0 -1 4202560 1863 0 0 0 24850 2 0 0 20 0 28 0 476736222 29457731584 115042 33554432000 4194304 4196468 140735361893504 140526047772920 140527186007425 0 4 0 16800975 0 0 0 -1 6 0 0 1 0 0 6293624 6294260 14573568 140735361901532 140735361901707 140735361901707 140735361904591 0
[pid=15100/tid=15262] ppid=15098 vsize=28767316 memory=-7003737579269690708 CPUtime=247.88 cores=0-7
/proc/15100/task/15262/stat : 15262 (java) R 15098 15098 11861 0 -1 4202560 2620 0 0 0 24787 1 0 0 20 0 28 0 476736222 29457731584 115042 33554432000 4194304 4196468 140735361893504 140526050930624 140527186007740 0 4 0 16800975 0 0 0 -1 3 0 0 2 0 0 6293624 6294260 14573568 140735361901532 140735361901707 140735361901707 140735361904591 0
[pid=15100/tid=15263] ppid=15098 vsize=28767316 memory=1456 CPUtime=248.43 cores=0-7
/proc/15100/task/15263/stat : 15263 (java) R 15098 15098 11861 0 -1 4202560 2945 0 0 0 24841 2 0 0 20 0 28 0 476736223 29457731584 115042 33554432000 4194304 4196468 140735361893504 140526049880752 140527186102953 0 4 0 16800975 0 0 0 -1 2 0 0 1 0 0 6293624 6294260 14573568 140735361901532 140735361901707 140735361901707 140735361904591 0
Current children cumulated CPU time: 1998.98 s
Current children cumulated vsize: 28880444 KiB
Current children cumulated memory: 461624 KiB

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

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

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

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

Child status: 143
Real time (s): 252.096
CPU time (s): 1999.61
CPU user time (s): 1998.86
CPU system time (s): 0.757345
CPU usage (%): 793.196
Max. virtual memory (cumulated for all children) (KiB): 28880444
Max. memory (cumulated for all children) (KiB): 462624

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1998.86
system time used= 0.757345
maximum resident set size= 461168
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 113258
page faults= 0
swaps= 0
block input operations= 0
block output operations= 544
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 40102
involuntary context switches= 25942


# summary of solver processes directly reported to runsolver:
#   pid: 15098,15100
#   total CPU time (s): 1999.61
#   total CPU user time (s): 1998.86
#   total CPU system time (s): 0.757345

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.45888 second user time and 2.50647 second system time

The end

Launcher Data

Begin job on node121 at 2019-09-20 20:38:13
IDJOB=4404878
IDBENCH=135733
IDSOLVER=2866
FILE ID=node121/4404878-1569004735
RUNJOBID= node121-1568994120-11888
PBS_JOBID= 21704715
Free space on /var/tmp= 13512 MiB

SOLVER NAME= choco-solver 2019-09-20 parallel
BENCH NAME= XCSP17/TravellingSalesman/TravellingSalesman-m1-n15/TravellingSalesman-15-30-04.xml
COMMAND LINE= xcsp3-exec -dir DIR -tl TIMEOUT -p NBCORE -ml 24000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4404878-1569004735/watcher-4404878-1569004735 -o /var/tmp/evaluation-result-4404878-1569004735/solver-4404878-1569004735 -C 2016 -W 252 -M 31000 --bin-var /var/tmp/runsolver-exch-node121-1568994120-11888 --watchdog 312  xcsp3-exec -dir HOME -tl 2016 -p 8 -ml 24000 -tdir HOME -seed 1478663231 HOME/instance-4404878-1569004735.xml

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

MD5SUM BENCH= 3ec1135b215453db38ac12e83e420ae6
RANDOM SEED=1478663231

node121.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.75
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.75
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.75
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.75
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:        25409576 kB
MemAvailable:   31856468 kB
Buffers:           92568 kB
Cached:          6450536 kB
SwapCached:         5532 kB
Active:          3226000 kB
Inactive:        3324112 kB
Active(anon):       2944 kB
Inactive(anon):    42544 kB
Active(file):    3223056 kB
Inactive(file):  3281568 kB
Unevictable:      111172 kB
Mlocked:          111172 kB
SwapTotal:      67108860 kB
SwapFree:       66989032 kB
Dirty:             26248 kB
Writeback:             0 kB
AnonPages:        113036 kB
Mapped:            46492 kB
Shmem:             29600 kB
Slab:             400100 kB
SReclaimable:     370728 kB
SUnreclaim:        29372 kB
KernelStack:        3440 kB
PageTables:         4920 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     506808 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     67584 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      122240 kB
DirectMap2M:    33423360 kB

Free space on /var/tmp at the end= 13488 MiB
End job on node121 at 2019-09-20 20:42:25