Trace number 4400009

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
choco-solver 2019-09-16 parallelSAT (TO)132 20041.2 2520.11

General information on the benchmark

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

Quality of the solution as a function of time


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

Solver Data

0.00/0.00	c java -server -Xmx24000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4400009-1568711779.xml"  -tl '20160s' -p 8
0.12/0.18	c Choco e747e1e
0.12/0.18	c [HOME/instance-4400009-1568711779.xml, -tl, 20160s, -p, 8]
0.34/0.22	c 8 solvers in parallel
0.34/0.28	c parse instance...
1.51/0.66	c solve instance...
1.98/0.76	o 503 
1.98/0.77	o 459 
1.98/0.78	o 257 
2.63/0.80	o 252 
2.63/0.82	o 251 
2.63/0.82	o 244 
2.63/0.82	o 241 
2.63/0.83	o 239 
2.63/0.83	o 134 
2.63/0.83	o 132 
20040.46/2520.07	s SATISFIABLE
20040.46/2520.07	v <instantiation>
20040.46/2520.07	v 	<list>c[0] c[1] c[2] c[3] c[4] c[5] c[6] c[7] c[8] c[9] c[10] c[11] c[12] c[13] c[14] c[15] c[16] c[17] c[18] c[19] c[20] c[21] c[22] c[23] c[24] c[25] c[26] c[27] c[28] c[29] d[0] d[1] d[2] d[3] d[4] d[5] d[6] d[7] d[8] d[9] d[10] d[11] d[12] d[13] d[14] d[15] d[16] d[17] d[18] d[19] d[20] d[21] d[22] d[23] d[24] d[25] d[26] d[27] d[28] d[29] </list>
20040.46/2520.07	v 	<values>0 4 5 7 8 3 9 12 15 14 17 19 18 16 27 29 28 25 23 24 26 22 21 20 13 11 10 1 6 2 3 2 4 1 4 4 4 4 4 4 6 5 5 12 12 3 2 4 1 5 3 2 1 8 6 1 11 4 5 2 </values>
20040.46/2520.07	v </instantiation>
20040.46/2520.07	c Unexpected resolution interruption!

Verifier Data

OK	132

Watcher Data

runsolver version 3.4.0 (svn: 3012) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 16374 MiB (14785 MiB free)
  memory of node 1: 16384 MiB (15196 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4400009-1568711779/watcher-4400009-1568711779 -o /tmp/evaluation-result-4400009-1568711779/solver-4400009-1568711779 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node146-1568711571-15048 --watchdog 2580 xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 220166729 HOME/instance-4400009-1568711779.xml 

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

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

solver pid=15262, runsolver pid=15259

[startup+0.100114 s]*
/proc/loadavg: 7.66 8.40 8.41 3/211 15283
/proc/meminfo: memFree=30686016/32770624 swapFree=67002060/67108860
[pid=15262] ppid=15259 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/15262/stat : 15262 (xcsp3-exec) S 15259 15262 15021 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 447091922 115843072 363 33554432000 4194304 5098028 140728618287232 140728618285336 140385748431484 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 18264064 140728618296182 140728618296425 140728618296425 140728618299338 0
/proc/15262/statm: 28282 363 304 221 0 87 0
[pid=15264] ppid=15262 vsize=28227396 memory=29056 CPUtime=0.12 cores=0-7
/proc/15264/stat : 15264 (java) S 15262 15262 15021 0 -1 1077944320 5693 0 0 0 11 1 0 0 20 0 20 0 447091922 28904853504 7264 33554432000 4194304 4196468 140725326547392 140725326529936 140337408175863 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 23183360 140725326549994 140725326550166 140725326550166 140725326553039 0
/proc/15264/statm: 7056849 7264 3161 1 0 7019032 0
[pid=15264/tid=15265] ppid=15262 vsize=28227396 memory=1398722017469774279 CPUtime=0.08 cores=0-7
/proc/15264/task/15265/stat : 15265 (java) R 15262 15262 15021 0 -1 4202560 3620 0 0 0 8 0 0 0 20 0 20 0 447091923 28904853504 7330 33554432000 4194304 4196468 140725326547392 140337412406272 140337408187798 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 23183360 140725326549994 140725326550166 140725326550166 140725326553039 0
[pid=15264/tid=15266] ppid=15262 vsize=28227396 memory=4126316290023845779 CPUtime=0 cores=0-7
/proc/15264/task/15266/stat : 15266 (java) S 15262 15262 15021 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447091923 28904853504 7330 33554432000 4194304 4196468 140725326547392 140337328028816 140337408186069 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23183360 140725326549994 140725326550166 140725326550166 140725326553039 0
[pid=15264/tid=15267] ppid=15262 vsize=28227396 memory=139746221188736 CPUtime=0 cores=0-7
/proc/15264/task/15267/stat : 15267 (java) S 15262 15262 15021 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447091923 28904853504 7330 33554432000 4194304 4196468 140725326547392 140337326976016 140337408186069 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23183360 140725326549994 140725326550166 140725326550166 140725326553039 0
[pid=15264/tid=15268] ppid=15262 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15264/task/15268/stat : 15268 (java) S 15262 15262 15021 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 447091923 28904853504 7330 33554432000 4194304 4196468 140725326547392 140337325923216 140337408186069 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23183360 140725326549994 140725326550166 140725326550166 140725326553039 0
[pid=15264/tid=15269] ppid=15262 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15264/task/15269/stat : 15269 (java) S 15262 15262 15021 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 447091923 28904853504 7330 33554432000 4194304 4196468 140725326547392 140337324870416 140337408186069 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23183360 140725326549994 140725326550166 140725326550166 140725326553039 0
[pid=15264/tid=15270] ppid=15262 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15264/task/15270/stat : 15270 (java) S 15262 15262 15021 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 447091923 28904853504 7330 33554432000 4194304 4196468 140725326547392 140337323817616 140337408186069 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23183360 140725326549994 140725326550166 140725326550166 140725326553039 0
[pid=15264/tid=15271] ppid=15262 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/15264/task/15271/stat : 15271 (java) S 15262 15262 15021 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447091923 28904853504 7330 33554432000 4194304 4196468 140725326547392 140337322764816 140337408186069 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23183360 140725326549994 140725326550166 140725326550166 140725326553039 0
[pid=15264/tid=15272] ppid=15262 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15264/task/15272/stat : 15272 (java) S 15262 15262 15021 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 447091923 28904853504 7330 33554432000 4194304 4196468 140725326547392 140337321712016 140337408186069 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23183360 140725326549994 140725326550166 140725326550166 140725326553039 0
[pid=15264/tid=15273] ppid=15262 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15264/task/15273/stat : 15273 (java) S 15262 15262 15021 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447091923 28904853504 7330 33554432000 4194304 4196468 140725326547392 140337320659216 140337408186069 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23183360 140725326549994 140725326550166 140725326550166 140725326553039 0
[pid=15264/tid=15274] ppid=15262 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15264/task/15274/stat : 15274 (java) S 15262 15262 15021 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 447091925 28904853504 7330 33554432000 4194304 4196468 140725326547392 140336523475824 140337408187010 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23183360 140725326549994 140725326550166 140725326550166 140725326553039 0
[pid=15264/tid=15275] ppid=15262 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15264/task/15275/stat : 15275 (java) S 15262 15262 15021 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 447091925 28904853504 7330 33554432000 4194304 4196468 140725326547392 140336522421792 140337408186069 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23183360 140725326549994 140725326550166 140725326550166 140725326553039 0
[pid=15264/tid=15276] ppid=15262 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15264/task/15276/stat : 15276 (java) S 15262 15262 15021 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 447091926 28904853504 7330 33554432000 4194304 4196468 140725326547392 140336521368944 140337408186069 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23183360 140725326549994 140725326550166 140725326550166 140725326553039 0
[pid=15264/tid=15277] ppid=15262 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15264/task/15277/stat : 15277 (java) S 15262 15262 15021 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447091928 28904853504 7330 33554432000 4194304 4196468 140725326547392 140336520317264 140337408194459 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23183360 140725326549994 140725326550166 140725326550166 140725326553039 0
[pid=15264/tid=15278] ppid=15262 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15264/task/15278/stat : 15278 (java) R 15262 15262 15021 0 -1 4202560 417 0 0 0 0 0 0 0 20 0 20 0 447091928 28904853504 7330 33554432000 4194304 4196468 140725326547392 140336519264624 140337391599693 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 23183360 140725326549994 140725326550166 140725326550166 140725326553039 0
[pid=15264/tid=15279] ppid=15262 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15264/task/15279/stat : 15279 (java) S 15262 15262 15021 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 447091928 28904853504 7330 33554432000 4194304 4196468 140725326547392 140336518211824 140337408187010 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23183360 140725326549994 140725326550166 140725326550166 140725326553039 0
[pid=15264/tid=15280] ppid=15262 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15264/task/15280/stat : 15280 (java) S 15262 15262 15021 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447091928 28904853504 7330 33554432000 4194304 4196468 140725326547392 140336517159024 140337408187010 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23183360 140725326549994 140725326550166 140725326550166 140725326553039 0
[pid=15264/tid=15281] ppid=15262 vsize=28227396 memory=0 CPUtime=0.02 cores=0-7
/proc/15264/task/15281/stat : 15281 (java) R 15262 15262 15021 0 -1 4202560 355 0 0 0 2 0 0 0 20 0 20 0 447091928 28904853504 7330 33554432000 4194304 4196468 140725326547392 140336516106224 140337392256350 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 23183360 140725326549994 140725326550166 140725326550166 140725326553039 0
[pid=15264/tid=15282] ppid=15262 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15264/task/15282/stat : 15282 (java) S 15262 15262 15021 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 447091928 28904853504 7330 33554432000 4194304 4196468 140725326547392 140336515054688 140337408186069 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23183360 140725326549994 140725326550166 140725326550166 140725326553039 0
[pid=15264/tid=15283] ppid=15262 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/15264/task/15283/stat : 15283 (java) S 15262 15262 15021 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447091928 28904853504 7330 33554432000 4194304 4196468 140725326547392 140336514001968 140337408187010 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23183360 140725326549994 140725326550166 140725326550166 140725326553039 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 30508 KiB

[startup+0.210223 s]*
/proc/loadavg: 7.66 8.40 8.41 4/211 15283
/proc/meminfo: memFree=30672436/32770624 swapFree=67002060/67108860
[pid=15262] ppid=15259 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/15262/stat : 15262 (xcsp3-exec) S 15259 15262 15021 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 447091922 115843072 363 33554432000 4194304 5098028 140728618287232 140728618285336 140385748431484 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 18264064 140728618296182 140728618296425 140728618296425 140728618299338 0
/proc/15262/statm: 28282 363 304 221 0 87 0
[pid=15264] ppid=15262 vsize=28227396 memory=41148 CPUtime=0.34 cores=0-7
/proc/15264/stat : 15264 (java) S 15262 15262 15021 0 -1 1077944320 9510 0 0 0 31 3 0 0 20 0 20 0 447091922 28904853504 10287 33554432000 4194304 4196468 140725326547392 140725326529936 140337408175863 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 23183360 140725326549994 140725326550166 140725326550166 140725326553039 0
/proc/15264/statm: 7056849 10287 3304 1 0 7019032 0
[pid=15264/tid=15265] ppid=15262 vsize=28227396 memory=8318255677412212789 CPUtime=0.2 cores=0-7
/proc/15264/task/15265/stat : 15265 (java) R 15262 15262 15021 0 -1 4202560 6650 0 0 0 18 2 0 0 20 0 20 0 447091923 28904853504 10287 33554432000 4194304 4196468 140725326547392 140337412404576 140337392256350 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 23183360 140725326549994 140725326550166 140725326550166 140725326553039 0
[pid=15264/tid=15266] ppid=15262 vsize=28227396 memory=339 CPUtime=0 cores=0-7
/proc/15264/task/15266/stat : 15266 (java) S 15262 15262 15021 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447091923 28904853504 10287 33554432000 4194304 4196468 140725326547392 140337328028816 140337408186069 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23183360 140725326549994 140725326550166 140725326550166 140725326553039 0
[pid=15264/tid=15267] ppid=15262 vsize=28227396 memory=139746221203710 CPUtime=0 cores=0-7
/proc/15264/task/15267/stat : 15267 (java) S 15262 15262 15021 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447091923 28904853504 10287 33554432000 4194304 4196468 140725326547392 140337326976016 140337408186069 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23183360 140725326549994 140725326550166 140725326550166 140725326553039 0
[pid=15264/tid=15268] ppid=15262 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/15264/task/15268/stat : 15268 (java) S 15262 15262 15021 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 447091923 28904853504 10287 33554432000 4194304 4196468 140725326547392 140337325923216 140337408186069 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23183360 140725326549994 140725326550166 140725326550166 140725326553039 0
[pid=15264/tid=15269] ppid=15262 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15264/task/15269/stat : 15269 (java) S 15262 15262 15021 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 447091923 28904853504 10287 33554432000 4194304 4196468 140725326547392 140337324870416 140337408186069 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23183360 140725326549994 140725326550166 140725326550166 140725326553039 0
[pid=15264/tid=15270] ppid=15262 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15264/task/15270/stat : 15270 (java) S 15262 15262 15021 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 447091923 28904853504 10287 33554432000 4194304 4196468 140725326547392 140337323817616 140337408186069 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23183360 140725326549994 140725326550166 140725326550166 140725326553039 0
[pid=15264/tid=15271] ppid=15262 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/15264/task/15271/stat : 15271 (java) S 15262 15262 15021 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447091923 28904853504 10287 33554432000 4194304 4196468 140725326547392 140337322764816 140337408186069 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23183360 140725326549994 140725326550166 140725326550166 140725326553039 0
[pid=15264/tid=15272] ppid=15262 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15264/task/15272/stat : 15272 (java) S 15262 15262 15021 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 447091923 28904853504 10287 33554432000 4194304 4196468 140725326547392 140337321712016 140337408186069 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23183360 140725326549994 140725326550166 140725326550166 140725326553039 0
[pid=15264/tid=15273] ppid=15262 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15264/task/15273/stat : 15273 (java) S 15262 15262 15021 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447091923 28904853504 10287 33554432000 4194304 4196468 140725326547392 140337320659216 140337408186069 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23183360 140725326549994 140725326550166 140725326550166 140725326553039 0
[pid=15264/tid=15274] ppid=15262 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15264/task/15274/stat : 15274 (java) S 15262 15262 15021 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 447091925 28904853504 10287 33554432000 4194304 4196468 140725326547392 140336523475824 140337408187010 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23183360 140725326549994 140725326550166 140725326550166 140725326553039 0
[pid=15264/tid=15275] ppid=15262 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15264/task/15275/stat : 15275 (java) S 15262 15262 15021 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 447091925 28904853504 10287 33554432000 4194304 4196468 140725326547392 140336522421792 140337408186069 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23183360 140725326549994 140725326550166 140725326550166 140725326553039 0
[pid=15264/tid=15276] ppid=15262 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15264/task/15276/stat : 15276 (java) S 15262 15262 15021 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 447091926 28904853504 10287 33554432000 4194304 4196468 140725326547392 140336521368944 140337408186069 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23183360 140725326549994 140725326550166 140725326550166 140725326553039 0
[pid=15264/tid=15277] ppid=15262 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15264/task/15277/stat : 15277 (java) S 15262 15262 15021 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447091928 28904853504 10287 33554432000 4194304 4196468 140725326547392 140336520317264 140337408194459 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23183360 140725326549994 140725326550166 140725326550166 140725326553039 0
[pid=15264/tid=15278] ppid=15262 vsize=28227396 memory=0 CPUtime=0.01 cores=0-7
/proc/15264/task/15278/stat : 15278 (java) S 15262 15262 15021 0 -1 1077944384 474 0 0 0 1 0 0 0 20 0 20 0 447091928 28904853504 10287 33554432000 4194304 4196468 140725326547392 140336519264624 140337408187010 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23183360 140725326549994 140725326550166 140725326550166 140725326553039 0
[pid=15264/tid=15279] ppid=15262 vsize=28227396 memory=0 CPUtime=0.02 cores=0-7
/proc/15264/task/15279/stat : 15279 (java) R 15262 15262 15021 0 -1 1077944384 180 0 0 0 2 0 0 0 20 0 20 0 447091928 28904853504 10287 33554432000 4194304 4196468 140725326547392 140336518211824 140337408187010 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 23183360 140725326549994 140725326550166 140725326550166 140725326553039 0
[pid=15264/tid=15280] ppid=15262 vsize=28227396 memory=-1 CPUtime=0.01 cores=0-7
/proc/15264/task/15280/stat : 15280 (java) S 15262 15262 15021 0 -1 1077944384 98 0 0 0 1 0 0 0 20 0 20 0 447091928 28904853504 10287 33554432000 4194304 4196468 140725326547392 140336517159024 140337408187010 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23183360 140725326549994 140725326550166 140725326550166 140725326553039 0
[pid=15264/tid=15281] ppid=15262 vsize=28227396 memory=-1 CPUtime=0.08 cores=0-7
/proc/15264/task/15281/stat : 15281 (java) R 15262 15262 15021 0 -1 4202560 797 0 0 0 8 0 0 0 20 0 20 0 447091928 28904853504 10287 33554432000 4194304 4196468 140725326547392 140336516106224 140337386850896 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 23183360 140725326549994 140725326550166 140725326550166 140725326553039 0
[pid=15264/tid=15282] ppid=15262 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15264/task/15282/stat : 15282 (java) S 15262 15262 15021 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 447091928 28904853504 10287 33554432000 4194304 4196468 140725326547392 140336515054688 140337408186069 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23183360 140725326549994 140725326550166 140725326550166 140725326553039 0
[pid=15264/tid=15283] ppid=15262 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/15264/task/15283/stat : 15283 (java) S 15262 15262 15021 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447091928 28904853504 10287 33554432000 4194304 4196468 140725326547392 140336514001968 140337408187010 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23183360 140725326549994 140725326550166 140725326550166 140725326553039 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 42600 KiB

[startup+0.309511 s]*
/proc/loadavg: 7.66 8.40 8.41 4/211 15283
/proc/meminfo: memFree=30665660/32770624 swapFree=67002060/67108860
[pid=15262] ppid=15259 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/15262/stat : 15262 (xcsp3-exec) S 15259 15262 15021 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 447091922 115843072 363 33554432000 4194304 5098028 140728618287232 140728618285336 140385748431484 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 18264064 140728618296182 140728618296425 140728618296425 140728618299338 0
/proc/15262/statm: 28282 363 304 221 0 87 0
[pid=15264] ppid=15262 vsize=28231652 memory=49900 CPUtime=0.53 cores=0-7
/proc/15264/stat : 15264 (java) S 15262 15262 15021 0 -1 1077944320 10866 0 0 0 49 4 0 0 20 0 20 0 447091922 28909211648 12475 33554432000 4194304 4196468 140725326547392 140725326529936 140337408175863 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 23183360 140725326549994 140725326550166 140725326550166 140725326553039 0
/proc/15264/statm: 7057913 12475 3344 1 0 7019032 0
[pid=15264/tid=15265] ppid=15262 vsize=28231652 memory=1398722017469774279 CPUtime=0.29 cores=0-7
/proc/15264/task/15265/stat : 15265 (java) R 15262 15262 15021 0 -1 4202560 7782 0 0 0 27 2 0 0 20 0 20 0 447091923 28909211648 12475 33554432000 4194304 4196468 140725326547392 140337412406976 140337392256350 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 23183360 140725326549994 140725326550166 140725326550166 140725326553039 0
[pid=15264/tid=15266] ppid=15262 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/15264/task/15266/stat : 15266 (java) S 15262 15262 15021 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447091923 28909211648 12475 33554432000 4194304 4196468 140725326547392 140337328028816 140337408186069 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23183360 140725326549994 140725326550166 140725326550166 140725326553039 0
[pid=15264/tid=15267] ppid=15262 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/15264/task/15267/stat : 15267 (java) S 15262 15262 15021 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447091923 28909211648 12475 33554432000 4194304 4196468 140725326547392 140337326976016 140337408186069 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23183360 140725326549994 140725326550166 140725326550166 140725326553039 0
[pid=15264/tid=15268] ppid=15262 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/15264/task/15268/stat : 15268 (java) S 15262 15262 15021 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 447091923 28909211648 12475 33554432000 4194304 4196468 140725326547392 140337325923216 140337408186069 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23183360 140725326549994 140725326550166 140725326550166 140725326553039 0
[pid=15264/tid=15269] ppid=15262 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/15264/task/15269/stat : 15269 (java) S 15262 15262 15021 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 447091923 28909211648 12475 33554432000 4194304 4196468 140725326547392 140337324870416 140337408186069 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23183360 140725326549994 140725326550166 140725326550166 140725326553039 0
[pid=15264/tid=15270] ppid=15262 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/15264/task/15270/stat : 15270 (java) S 15262 15262 15021 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 447091923 28909211648 12475 33554432000 4194304 4196468 140725326547392 140337323817616 140337408186069 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23183360 140725326549994 140725326550166 140725326550166 140725326553039 0
[pid=15264/tid=15271] ppid=15262 vsize=28231652 memory=139746089200303 CPUtime=0 cores=0-7
/proc/15264/task/15271/stat : 15271 (java) S 15262 15262 15021 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447091923 28909211648 12475 33554432000 4194304 4196468 140725326547392 140337322764816 140337408186069 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23183360 140725326549994 140725326550166 140725326550166 140725326553039 0
[pid=15264/tid=15272] ppid=15262 vsize=28231652 memory=139746089202608 CPUtime=0 cores=0-7
/proc/15264/task/15272/stat : 15272 (java) S 15262 15262 15021 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 447091923 28909211648 12475 33554432000 4194304 4196468 140725326547392 140337321712016 140337408186069 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23183360 140725326549994 140725326550166 140725326550166 140725326553039 0
[pid=15264/tid=15273] ppid=15262 vsize=28231652 memory=139746089204912 CPUtime=0 cores=0-7
/proc/15264/task/15273/stat : 15273 (java) S 15262 15262 15021 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447091923 28909211648 12475 33554432000 4194304 4196468 140725326547392 140337320659216 140337408186069 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23183360 140725326549994 140725326550166 140725326550166 140725326553039 0
[pid=15264/tid=15274] ppid=15262 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/15264/task/15274/stat : 15274 (java) S 15262 15262 15021 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 447091925 28909211648 12475 33554432000 4194304 4196468 140725326547392 140336523475824 140337408187010 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23183360 140725326549994 140725326550166 140725326550166 140725326553039 0
[pid=15264/tid=15275] ppid=15262 vsize=28231652 memory=279492178423696 CPUtime=0 cores=0-7
/proc/15264/task/15275/stat : 15275 (java) S 15262 15262 15021 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 447091925 28909211648 12475 33554432000 4194304 4196468 140725326547392 140336522421792 140337408186069 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23183360 140725326549994 140725326550166 140725326550166 140725326553039 0
[pid=15264/tid=15276] ppid=15262 vsize=28231652 memory=279492178421392 CPUtime=0 cores=0-7
/proc/15264/task/15276/stat : 15276 (java) S 15262 15262 15021 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 447091926 28909211648 12475 33554432000 4194304 4196468 140725326547392 140336521368944 140337408186069 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23183360 140725326549994 140725326550166 140725326550166 140725326553039 0
[pid=15264/tid=15277] ppid=15262 vsize=28231652 memory=279492178428304 CPUtime=0 cores=0-7
/proc/15264/task/15277/stat : 15277 (java) S 15262 15262 15021 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447091928 28909211648 12475 33554432000 4194304 4196468 140725326547392 140336520317264 140337408194459 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23183360 140725326549994 140725326550166 140725326550166 140725326553039 0
[pid=15264/tid=15278] ppid=15262 vsize=28231652 memory=279492178369584 CPUtime=0.02 cores=0-7
/proc/15264/task/15278/stat : 15278 (java) S 15262 15262 15021 0 -1 1077944384 514 0 0 0 2 0 0 0 20 0 20 0 447091928 28909211648 12475 33554432000 4194304 4196468 140725326547392 140336519264624 140337408187010 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23183360 140725326549994 140725326550166 140725326550166 140725326553039 0
[pid=15264/tid=15279] ppid=15262 vsize=28231652 memory=279492178442128 CPUtime=0.03 cores=0-7
/proc/15264/task/15279/stat : 15279 (java) S 15262 15262 15021 0 -1 1077944384 188 0 0 0 3 0 0 0 20 0 20 0 447091928 28909211648 12475 33554432000 4194304 4196468 140725326547392 140336518211824 140337408187010 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23183360 140725326549994 140725326550166 140725326550166 140725326553039 0
[pid=15264/tid=15280] ppid=15262 vsize=28231652 memory=279492178449040 CPUtime=0.03 cores=0-7
/proc/15264/task/15280/stat : 15280 (java) R 15262 15262 15021 0 -1 4202560 185 0 0 0 3 0 0 0 20 0 20 0 447091928 28909211648 12475 33554432000 4194304 4196468 140725326547392 140336517149408 140337389697511 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 23183360 140725326549994 140725326550166 140725326550166 140725326553039 0
[pid=15264/tid=15281] ppid=15262 vsize=28231652 memory=279492178446736 CPUtime=0.12 cores=0-7
/proc/15264/task/15281/stat : 15281 (java) S 15262 15262 15021 0 -1 1077944384 890 0 0 0 12 0 0 0 20 0 20 0 447091928 28909211648 12475 33554432000 4194304 4196468 140725326547392 140336516106224 140337408187010 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23183360 140725326549994 140725326550166 140725326550166 140725326553039 0
[pid=15264/tid=15282] ppid=15262 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/15264/task/15282/stat : 15282 (java) S 15262 15262 15021 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 447091928 28909211648 12475 33554432000 4194304 4196468 140725326547392 140336515054688 140337408186069 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23183360 140725326549994 140725326550166 140725326550166 140725326553039 0
[pid=15264/tid=15283] ppid=15262 vsize=28231652 memory=-1 CPUtime=0 cores=0-7
/proc/15264/task/15283/stat : 15283 (java) S 15262 15262 15021 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447091928 28909211648 12475 33554432000 4194304 4196468 140725326547392 140336514001968 140337408187010 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23183360 140725326549994 140725326550166 140725326550166 140725326553039 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 28344780 KiB
Current children cumulated memory: 51352 KiB

[startup+0.700824 s]
/proc/loadavg: 7.66 8.40 8.41 5/211 15283
/proc/meminfo: memFree=30645676/32770624 swapFree=67002060/67108860
[pid=15262] ppid=15259 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/15262/stat : 15262 (xcsp3-exec) S 15259 15262 15021 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 447091922 115843072 363 33554432000 4194304 5098028 140728618287232 140728618285336 140385748431484 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 18264064 140728618296182 140728618296425 140728618296425 140728618299338 0
/proc/15262/statm: 28282 363 304 221 0 87 0
[pid=15264] ppid=15262 vsize=28766288 memory=114160 CPUtime=1.98 cores=0-7
/proc/15264/stat : 15264 (java) S 15262 15262 15021 0 -1 1077944320 15894 0 0 0 191 7 0 0 20 0 28 0 447091922 29456678912 28540 33554432000 4194304 4196468 140725326547392 140725326529936 140337408175863 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 23183360 140725326549994 140725326550166 140725326550166 140725326553039 0
/proc/15264/statm: 7191572 28540 3461 1 0 7152672 0
[pid=15264/tid=15265] ppid=15262 vsize=28766288 memory=0 CPUtime=0.65 cores=0-7
/proc/15264/task/15265/stat : 15265 (java) S 15262 15262 15021 0 -1 1077944384 9234 0 0 0 61 4 0 0 20 0 28 0 447091923 29456678912 28540 33554432000 4194304 4196468 140725326547392 140337412416640 140337408186069 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23183360 140725326549994 140725326550166 140725326550166 140725326553039 0
[pid=15264/tid=15266] ppid=15262 vsize=28766288 memory=139746089411440 CPUtime=0 cores=0-7
/proc/15264/task/15266/stat : 15266 (java) S 15262 15262 15021 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 447091923 29456678912 28540 33554432000 4194304 4196468 140725326547392 140337328028816 140337408186069 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23183360 140725326549994 140725326550166 140725326550166 140725326553039 0
[pid=15264/tid=15267] ppid=15262 vsize=28766288 memory=0 CPUtime=0 cores=0-7
/proc/15264/task/15267/stat : 15267 (java) S 15262 15262 15021 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 447091923 29456678912 28540 33554432000 4194304 4196468 140725326547392 140337326976016 140337408186069 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23183360 140725326549994 140725326550166 140725326550166 140725326553039 0
[pid=15264/tid=15268] ppid=15262 vsize=28766288 memory=1056 CPUtime=0 cores=0-7
/proc/15264/task/15268/stat : 15268 (java) S 15262 15262 15021 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 28 0 447091923 29456678912 28540 33554432000 4194304 4196468 140725326547392 140337325923216 140337408186069 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23183360 140725326549994 140725326550166 140725326550166 140725326553039 0

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

[pid=15264/tid=15371] ppid=15262 vsize=28768336 memory=1404636 CPUtime=2417.96 cores=0-7
/proc/15264/task/15371/stat : 15371 (java) R 15262 15262 15021 0 -1 4202560 34709 0 0 0 241770 26 0 0 20 0 28 0 447092006 29458776064 351159 33554432000 4194304 4196468 140725326547392 140335510884520 140337005524726 0 4 0 16800975 0 0 0 -1 6 0 0 15 0 0 6293624 6294260 23183360 140725326549994 140725326550166 140725326550166 140725326553039 0
Current children cumulated CPU time: 19420.6 s
Current children cumulated vsize: 28881464 KiB
Current children cumulated memory: 1406088 KiB

[startup+2502.3 s]
/proc/loadavg: 8.02 8.18 8.27 9/219 15559
/proc/meminfo: memFree=29308248/32770624 swapFree=67002064/67108860
[pid=15262] ppid=15259 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/15262/stat : 15262 (xcsp3-exec) S 15259 15262 15021 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 447091922 115843072 363 33554432000 4194304 5098028 140728618287232 140728618285336 140385748431484 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 18264064 140728618296182 140728618296425 140728618296425 140728618299338 0
/proc/15262/statm: 28282 363 304 221 0 87 0
[pid=15264] ppid=15262 vsize=28768336 memory=1404068 CPUtime=19899.2 cores=0-7
/proc/15264/stat : 15264 (java) S 15262 15262 15021 0 -1 1077944320 635748 0 0 0 1989293 627 0 0 20 0 28 0 447091922 29458776064 351017 33554432000 4194304 4196468 140725326547392 140725326529936 140337408175863 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 23183360 140725326549994 140725326550166 140725326550166 140725326553039 0
/proc/15264/statm: 7192084 351017 3537 1 0 7153184 0
[pid=15264/tid=15265] ppid=15262 vsize=28768336 memory=1404068 CPUtime=0.65 cores=0-7
/proc/15264/task/15265/stat : 15265 (java) S 15262 15262 15021 0 -1 1077944384 9239 0 0 0 61 4 0 0 20 0 28 0 447091923 29458776064 351017 33554432000 4194304 4196468 140725326547392 140337412416640 140337408186069 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23183360 140725326549994 140725326550166 140725326550166 140725326553039 0
[pid=15264/tid=15266] ppid=15262 vsize=28768336 memory=1404068 CPUtime=7.47 cores=0-7
/proc/15264/task/15266/stat : 15266 (java) S 15262 15262 15021 0 -1 1077944384 30035 0 0 0 711 36 0 0 20 0 28 0 447091923 29458776064 351017 33554432000 4194304 4196468 140725326547392 140337328028816 140337408186069 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 2 0 0 6293624 6294260 23183360 140725326549994 140725326550166 140725326550166 140725326553039 0
[pid=15264/tid=15267] ppid=15262 vsize=28768336 memory=1404068 CPUtime=7.53 cores=0-7
/proc/15264/task/15267/stat : 15267 (java) S 15262 15262 15021 0 -1 1077944384 22942 0 0 0 720 33 0 0 20 0 28 0 447091923 29458776064 351017 33554432000 4194304 4196468 140725326547392 140337326976016 140337408186069 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 3 0 0 6293624 6294260 23183360 140725326549994 140725326550166 140725326550166 140725326553039 0
[pid=15264/tid=15268] ppid=15262 vsize=28768336 memory=1452 CPUtime=7.59 cores=0-7
/proc/15264/task/15268/stat : 15268 (java) S 15262 15262 15021 0 -1 1077944384 22012 0 0 0 725 34 0 0 20 0 28 0 447091923 29458776064 351017 33554432000 4194304 4196468 140725326547392 140337325923216 140337408186069 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 2 0 0 6293624 6294260 23183360 140725326549994 140725326550166 140725326550166 140725326553039 0
[pid=15264/tid=15269] ppid=15262 vsize=28768336 memory=1404068 CPUtime=7.53 cores=0-7
/proc/15264/task/15269/stat : 15269 (java) S 15262 15262 15021 0 -1 1077944384 20591 0 0 0 718 35 0 0 20 0 28 0 447091923 29458776064 351017 33554432000 4194304 4196468 140725326547392 140337324870416 140337408186069 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 1 0 0 6293624 6294260 23183360 140725326549994 140725326550166 140725326550166 140725326553039 0
[pid=15264/tid=15270] ppid=15262 vsize=28768336 memory=1403048 CPUtime=7.49 cores=0-7
/proc/15264/task/15270/stat : 15270 (java) S 15262 15262 15021 0 -1 1077944384 28311 0 0 0 715 34 0 0 20 0 28 0 447091923 29458776064 351017 33554432000 4194304 4196468 140725326547392 140337323817616 140337408186069 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 2 0 0 6293624 6294260 23183360 140725326549994 140725326550166 140725326550166 140725326553039 0
[pid=15264/tid=15271] ppid=15262 vsize=28768336 memory=1981067 CPUtime=7.56 cores=0-7
/proc/15264/task/15271/stat : 15271 (java) S 15262 15262 15021 0 -1 1077944384 24270 0 0 0 722 34 0 0 20 0 28 0 447091923 29458776064 351017 33554432000 4194304 4196468 140725326547392 140337322764816 140337408186069 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 3 0 0 6293624 6294260 23183360 140725326549994 140725326550166 140725326550166 140725326553039 0
[pid=15264/tid=15272] ppid=15262 vsize=28768336 memory=6036 CPUtime=7.55 cores=0-7
/proc/15264/task/15272/stat : 15272 (java) S 15262 15262 15021 0 -1 1077944384 28155 0 0 0 716 39 0 0 20 0 28 0 447091923 29458776064 351017 33554432000 4194304 4196468 140725326547392 140337321712016 140337408186069 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 3 0 0 6293624 6294260 23183360 140725326549994 140725326550166 140725326550166 140725326553039 0
[pid=15264/tid=15273] ppid=15262 vsize=28768336 memory=772 CPUtime=7.57 cores=0-7
/proc/15264/task/15273/stat : 15273 (java) S 15262 15262 15021 0 -1 1077944384 22889 0 0 0 721 36 0 0 20 0 28 0 447091923 29458776064 351017 33554432000 4194304 4196468 140725326547392 140337320659216 140337408186069 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 1 0 0 6293624 6294260 23183360 140725326549994 140725326550166 140725326550166 140725326553039 0
[pid=15264/tid=15274] ppid=15262 vsize=28768336 memory=1452 CPUtime=3.78 cores=0-7
/proc/15264/task/15274/stat : 15274 (java) S 15262 15262 15021 0 -1 1077944384 88080 0 0 0 276 102 0 0 20 0 28 0 447091925 29458776064 351017 33554432000 4194304 4196468 140725326547392 140336523475824 140337408187010 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23183360 140725326549994 140725326550166 140725326550166 140725326553039 0
[pid=15264/tid=15275] ppid=15262 vsize=28768336 memory=1452 CPUtime=0 cores=0-7
/proc/15264/task/15275/stat : 15275 (java) S 15262 15262 15021 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 28 0 447091925 29458776064 351017 33554432000 4194304 4196468 140725326547392 140336522421856 140337408186069 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23183360 140725326549994 140725326550166 140725326550166 140725326553039 0
[pid=15264/tid=15276] ppid=15262 vsize=28768336 memory=1403056 CPUtime=0 cores=0-7
/proc/15264/task/15276/stat : 15276 (java) S 15262 15262 15021 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 28 0 447091926 29458776064 351017 33554432000 4194304 4196468 140725326547392 140336521368960 140337408186069 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23183360 140725326549994 140725326550166 140725326550166 140725326553039 0
[pid=15264/tid=15277] ppid=15262 vsize=28768336 memory=1452 CPUtime=0 cores=0-7
/proc/15264/task/15277/stat : 15277 (java) S 15262 15262 15021 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 447091928 29458776064 351017 33554432000 4194304 4196468 140725326547392 140336520317264 140337408194459 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23183360 140725326549994 140725326550166 140725326550166 140725326553039 0
[pid=15264/tid=15278] ppid=15262 vsize=28768336 memory=1556 CPUtime=1.84 cores=0-7
/proc/15264/task/15278/stat : 15278 (java) S 15262 15262 15021 0 -1 1077944384 11301 0 0 0 182 2 0 0 20 0 28 0 447091928 29458776064 351017 33554432000 4194304 4196468 140725326547392 140336519264624 140337408187010 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23183360 140725326549994 140725326550166 140725326550166 140725326553039 0
[pid=15264/tid=15279] ppid=15262 vsize=28768336 memory=1056 CPUtime=1.86 cores=0-7
/proc/15264/task/15279/stat : 15279 (java) S 15262 15262 15021 0 -1 1077944384 11661 0 0 0 183 3 0 0 20 0 28 0 447091928 29458776064 351017 33554432000 4194304 4196468 140725326547392 140336518211824 140337408187010 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 7 0 0 6293624 6294260 23183360 140725326549994 140725326550166 140725326550166 140725326553039 0
[pid=15264/tid=15280] ppid=15262 vsize=28768336 memory=3472468024329204798 CPUtime=1.79 cores=0-7
/proc/15264/task/15280/stat : 15280 (java) S 15262 15262 15021 0 -1 1077944384 9339 0 0 0 178 1 0 0 20 0 28 0 447091928 29458776064 351017 33554432000 4194304 4196468 140725326547392 140336517159024 140337408187010 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23183360 140725326549994 140725326550166 140725326550166 140725326553039 0
[pid=15264/tid=15281] ppid=15262 vsize=28768336 memory=-9181546050914066336 CPUtime=0.78 cores=0-7
/proc/15264/task/15281/stat : 15281 (java) S 15262 15262 15021 0 -1 1077944384 9297 0 0 0 75 3 0 0 20 0 28 0 447091928 29458776064 351017 33554432000 4194304 4196468 140725326547392 140336516106224 140337408187010 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 4 0 0 6293624 6294260 23183360 140725326549994 140725326550166 140725326550166 140725326553039 0
[pid=15264/tid=15282] ppid=15262 vsize=28768336 memory=1452 CPUtime=0 cores=0-7
/proc/15264/task/15282/stat : 15282 (java) S 15262 15262 15021 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 447091928 29458776064 351017 33554432000 4194304 4196468 140725326547392 140336515054688 140337408186069 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23183360 140725326549994 140725326550166 140725326550166 140725326553039 0
[pid=15264/tid=15283] ppid=15262 vsize=28768336 memory=1403048 CPUtime=0.45 cores=0-7
/proc/15264/task/15283/stat : 15283 (java) S 15262 15262 15021 0 -1 1077944384 4188 0 0 0 5 40 0 0 20 0 28 0 447091928 29458776064 351017 33554432000 4194304 4196468 140725326547392 140336514001968 140337408187010 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 11 0 0 6293624 6294260 23183360 140725326549994 140725326550166 140725326550166 140725326553039 0
[pid=15264/tid=15364] ppid=15262 vsize=28768336 memory=279492180743936 CPUtime=2479.3 cores=0-7
/proc/15264/task/15364/stat : 15364 (java) R 15262 15262 15021 0 -1 4202560 32423 0 0 0 247911 19 0 0 20 0 28 0 447092006 29458776064 351017 33554432000 4194304 4196468 140725326547392 140335515093832 140337004098837 0 4 0 16800975 0 0 0 -1 0 0 0 15 0 0 6293624 6294260 23183360 140725326549994 140725326550166 140725326550166 140725326553039 0
[pid=15264/tid=15365] ppid=15262 vsize=28768336 memory=7649399371430245681 CPUtime=2477.07 cores=0-7
/proc/15264/task/15365/stat : 15365 (java) R 15262 15262 15021 0 -1 4202560 13745 0 0 0 247695 12 0 0 20 0 28 0 447092006 29458776064 351017 33554432000 4194304 4196468 140725326547392 140335509831720 140336999770060 0 4 0 16800975 0 0 0 -1 7 0 0 13 0 0 6293624 6294260 23183360 140725326549994 140725326550166 140725326550166 140725326553039 0
[pid=15264/tid=15366] ppid=15262 vsize=28768336 memory=1403048 CPUtime=2479.94 cores=0-7
/proc/15264/task/15366/stat : 15366 (java) R 15262 15262 15021 0 -1 4202560 13361 0 0 0 247980 14 0 0 20 0 28 0 447092006 29458776064 351017 33554432000 4194304 4196468 140725326547392 140335516147376 140337006629614 0 4 0 16800975 0 0 0 -1 3 0 0 14 0 0 6293624 6294260 23183360 140725326549994 140725326550166 140725326550166 140725326553039 0
[pid=15264/tid=15367] ppid=15262 vsize=28768336 memory=1404588 CPUtime=2477.16 cores=0-7
/proc/15264/task/15367/stat : 15367 (java) R 15262 15262 15021 0 -1 4202560 79275 0 0 0 247645 71 0 0 20 0 28 0 447092006 29458776064 351017 33554432000 4194304 4196468 140725326547392 140335512989544 140337005851068 0 4 0 16800975 0 0 0 -1 2 0 0 13 0 0 6293624 6294260 23183360 140725326549994 140725326550166 140725326550166 140725326553039 0
[pid=15264/tid=15368] ppid=15262 vsize=28768336 memory=1452 CPUtime=2479.68 cores=0-7
/proc/15264/task/15368/stat : 15368 (java) R 15262 15262 15021 0 -1 4202560 13586 0 0 0 247954 14 0 0 20 0 28 0 447092006 29458776064 351017 33554432000 4194304 4196468 140725326547392 140335511936616 140337006372481 0 4 0 16800975 0 0 0 -1 6 0 0 13 0 0 6293624 6294260 23183360 140725326549994 140725326550166 140725326550166 140725326553039 0
[pid=15264/tid=15369] ppid=15262 vsize=28768336 memory=1452 CPUtime=2476.7 cores=0-7
/proc/15264/task/15369/stat : 15369 (java) R 15262 15262 15021 0 -1 4202560 76536 0 0 0 247601 69 0 0 20 0 28 0 447092006 29458776064 351017 33554432000 4194304 4196468 140725326547392 140335514041832 140337006630060 0 4 0 16800975 0 0 0 -1 5 0 0 14 0 0 6293624 6294260 23183360 140725326549994 140725326550166 140725326550166 140725326553039 0
[pid=15264/tid=15370] ppid=15262 vsize=28768336 memory=1405624 CPUtime=2479.22 cores=0-7
/proc/15264/task/15370/stat : 15370 (java) R 15262 15262 15021 0 -1 4202560 26690 0 0 0 247902 20 0 0 20 0 28 0 447092006 29458776064 351017 33554432000 4194304 4196468 140725326547392 140335517200824 140337007930773 0 4 0 16800975 0 0 0 -1 1 0 0 14 0 0 6293624 6294260 23183360 140725326549994 140725326550166 140725326550166 140725326553039 0
[pid=15264/tid=15371] ppid=15262 vsize=28768336 memory=1452 CPUtime=2477.89 cores=0-7
/proc/15264/task/15371/stat : 15371 (java) R 15262 15262 15021 0 -1 4202560 34867 0 0 0 247763 26 0 0 20 0 28 0 447092006 29458776064 351017 33554432000 4194304 4196468 140725326547392 140335510887632 140337005146647 0 4 0 16800975 0 0 0 -1 4 0 0 15 0 0 6293624 6294260 23183360 140725326549994 140725326550166 140725326550166 140725326553039 0
Current children cumulated CPU time: 19899.2 s
Current children cumulated vsize: 28881464 KiB
Current children cumulated memory: 1405520 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+2520 s]*
/proc/loadavg: 8.02 8.17 8.26 9/219 15559
/proc/meminfo: memFree=29308184/32770624 swapFree=67002064/67108860
[pid=15262] ppid=15259 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/15262/stat : 15262 (xcsp3-exec) S 15259 15262 15021 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 447091922 115843072 363 33554432000 4194304 5098028 140728618287232 140728618285336 140385748431484 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 18264064 140728618296182 140728618296425 140728618296425 140728618299338 0
/proc/15262/statm: 28282 363 304 221 0 87 0
[pid=15264] ppid=15262 vsize=28768336 memory=1403020 CPUtime=20040.5 cores=0-7
/proc/15264/stat : 15264 (java) S 15262 15262 15021 0 -1 1077944320 637623 0 0 0 2003416 630 0 0 20 0 28 0 447091922 29458776064 350755 33554432000 4194304 4196468 140725326547392 140725326529936 140337408175863 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 23183360 140725326549994 140725326550166 140725326550166 140725326553039 0
/proc/15264/statm: 7192084 350755 3537 1 0 7153184 0
[pid=15264/tid=15265] ppid=15262 vsize=28768336 memory=1398722017469774279 CPUtime=0.65 cores=0-7
/proc/15264/task/15265/stat : 15265 (java) S 15262 15262 15021 0 -1 1077944384 9239 0 0 0 61 4 0 0 20 0 28 0 447091923 29458776064 350755 33554432000 4194304 4196468 140725326547392 140337412416640 140337408186069 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23183360 140725326549994 140725326550166 140725326550166 140725326553039 0
[pid=15264/tid=15266] ppid=15262 vsize=28768336 memory=4126316290023845779 CPUtime=7.5 cores=0-7
/proc/15264/task/15266/stat : 15266 (java) S 15262 15262 15021 0 -1 1077944384 30068 0 0 0 714 36 0 0 20 0 28 0 447091923 29458776064 350755 33554432000 4194304 4196468 140725326547392 140337328028816 140337408186069 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 2 0 0 6293624 6294260 23183360 140725326549994 140725326550166 140725326550166 140725326553039 0
[pid=15264/tid=15267] ppid=15262 vsize=28768336 memory=1804 CPUtime=7.56 cores=0-7
/proc/15264/task/15267/stat : 15267 (java) S 15262 15262 15021 0 -1 1077944384 23017 0 0 0 722 34 0 0 20 0 28 0 447091923 29458776064 350755 33554432000 4194304 4196468 140725326547392 140337326976016 140337408186069 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 3 0 0 6293624 6294260 23183360 140725326549994 140725326550166 140725326550166 140725326553039 0
[pid=15264/tid=15268] ppid=15262 vsize=28768336 memory=920 CPUtime=7.61 cores=0-7
/proc/15264/task/15268/stat : 15268 (java) S 15262 15262 15021 0 -1 1077944384 22112 0 0 0 727 34 0 0 20 0 28 0 447091923 29458776064 350755 33554432000 4194304 4196468 140725326547392 140337325923216 140337408186069 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 2 0 0 6293624 6294260 23183360 140725326549994 140725326550166 140725326550166 140725326553039 0
[pid=15264/tid=15269] ppid=15262 vsize=28768336 memory=4140 CPUtime=7.57 cores=0-7
/proc/15264/task/15269/stat : 15269 (java) S 15262 15262 15021 0 -1 1077944384 20636 0 0 0 721 36 0 0 20 0 28 0 447091923 29458776064 350755 33554432000 4194304 4196468 140725326547392 140337324870416 140337408186069 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 1 0 0 6293624 6294260 23183360 140725326549994 140725326550166 140725326550166 140725326553039 0
[pid=15264/tid=15270] ppid=15262 vsize=28768336 memory=1412 CPUtime=7.52 cores=0-7
/proc/15264/task/15270/stat : 15270 (java) S 15262 15262 15021 0 -1 1077944384 28362 0 0 0 717 35 0 0 20 0 28 0 447091923 29458776064 350755 33554432000 4194304 4196468 140725326547392 140337323817616 140337408186069 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 3 0 0 6293624 6294260 23183360 140725326549994 140725326550166 140725326550166 140725326553039 0
[pid=15264/tid=15271] ppid=15262 vsize=28768336 memory=13571479002416456 CPUtime=7.58 cores=0-7
/proc/15264/task/15271/stat : 15271 (java) S 15262 15262 15021 0 -1 1077944384 24669 0 0 0 724 34 0 0 20 0 28 0 447091923 29458776064 350755 33554432000 4194304 4196468 140725326547392 140337322764816 140337408186069 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 3 0 0 6293624 6294260 23183360 140725326549994 140725326550166 140725326550166 140725326553039 0
[pid=15264/tid=15272] ppid=15262 vsize=28768336 memory=5787504188646319192 CPUtime=7.58 cores=0-7
/proc/15264/task/15272/stat : 15272 (java) S 15262 15262 15021 0 -1 1077944384 28241 0 0 0 719 39 0 0 20 0 28 0 447091923 29458776064 350755 33554432000 4194304 4196468 140725326547392 140337321712016 140337408186069 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 3 0 0 6293624 6294260 23183360 140725326549994 140725326550166 140725326550166 140725326553039 0
[pid=15264/tid=15273] ppid=15262 vsize=28768336 memory=5787504188646319192 CPUtime=7.6 cores=0-7
/proc/15264/task/15273/stat : 15273 (java) S 15262 15262 15021 0 -1 1077944384 23004 0 0 0 724 36 0 0 20 0 28 0 447091923 29458776064 350755 33554432000 4194304 4196468 140725326547392 140337320659216 140337408186069 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 1 0 0 6293624 6294260 23183360 140725326549994 140725326550166 140725326550166 140725326553039 0
[pid=15264/tid=15274] ppid=15262 vsize=28768336 memory=5787785663623029848 CPUtime=3.79 cores=0-7
/proc/15264/task/15274/stat : 15274 (java) S 15262 15262 15021 0 -1 1077944384 88282 0 0 0 276 103 0 0 20 0 28 0 447091925 29458776064 350755 33554432000 4194304 4196468 140725326547392 140336523475824 140337408187010 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23183360 140725326549994 140725326550166 140725326550166 140725326553039 0
[pid=15264/tid=15275] ppid=15262 vsize=28768336 memory=3616 CPUtime=0 cores=0-7
/proc/15264/task/15275/stat : 15275 (java) S 15262 15262 15021 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 28 0 447091925 29458776064 350755 33554432000 4194304 4196468 140725326547392 140336522421856 140337408186069 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23183360 140725326549994 140725326550166 140725326550166 140725326553039 0
[pid=15264/tid=15276] ppid=15262 vsize=28768336 memory=45936 CPUtime=0 cores=0-7
/proc/15264/task/15276/stat : 15276 (java) S 15262 15262 15021 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 28 0 447091926 29458776064 350755 33554432000 4194304 4196468 140725326547392 140336521368960 140337408186069 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23183360 140725326549994 140725326550166 140725326550166 140725326553039 0
[pid=15264/tid=15277] ppid=15262 vsize=28768336 memory=988 CPUtime=0 cores=0-7
/proc/15264/task/15277/stat : 15277 (java) S 15262 15262 15021 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 447091928 29458776064 350755 33554432000 4194304 4196468 140725326547392 140336520317264 140337408194459 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23183360 140725326549994 140725326550166 140725326550166 140725326553039 0
[pid=15264/tid=15278] ppid=15262 vsize=28768336 memory=2012 CPUtime=1.84 cores=0-7
/proc/15264/task/15278/stat : 15278 (java) S 15262 15262 15021 0 -1 1077944384 11303 0 0 0 182 2 0 0 20 0 28 0 447091928 29458776064 350755 33554432000 4194304 4196468 140725326547392 140336519264624 140337408187010 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23183360 140725326549994 140725326550166 140725326550166 140725326553039 0
[pid=15264/tid=15279] ppid=15262 vsize=28768336 memory=7649399384298435889 CPUtime=1.86 cores=0-7
/proc/15264/task/15279/stat : 15279 (java) S 15262 15262 15021 0 -1 1077944384 11790 0 0 0 183 3 0 0 20 0 28 0 447091928 29458776064 350755 33554432000 4194304 4196468 140725326547392 140336518211824 140337408187010 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 7 0 0 6293624 6294260 23183360 140725326549994 140725326550166 140725326550166 140725326553039 0
[pid=15264/tid=15280] ppid=15262 vsize=28768336 memory=3616 CPUtime=1.79 cores=0-7
/proc/15264/task/15280/stat : 15280 (java) S 15262 15262 15021 0 -1 1077944384 9341 0 0 0 178 1 0 0 20 0 28 0 447091928 29458776064 350755 33554432000 4194304 4196468 140725326547392 140336517159024 140337408187010 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23183360 140725326549994 140725326550166 140725326550166 140725326553039 0
[pid=15264/tid=15281] ppid=15262 vsize=28768336 memory=45936 CPUtime=0.78 cores=0-7
/proc/15264/task/15281/stat : 15281 (java) S 15262 15262 15021 0 -1 1077944384 9299 0 0 0 75 3 0 0 20 0 28 0 447091928 29458776064 350755 33554432000 4194304 4196468 140725326547392 140336516106224 140337408187010 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 4 0 0 6293624 6294260 23183360 140725326549994 140725326550166 140725326550166 140725326553039 0
[pid=15264/tid=15282] ppid=15262 vsize=28768336 memory=988 CPUtime=0 cores=0-7
/proc/15264/task/15282/stat : 15282 (java) S 15262 15262 15021 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 447091928 29458776064 350755 33554432000 4194304 4196468 140725326547392 140336515054688 140337408186069 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23183360 140725326549994 140725326550166 140725326550166 140725326553039 0
[pid=15264/tid=15283] ppid=15262 vsize=28768336 memory=2012 CPUtime=0.45 cores=0-7
/proc/15264/task/15283/stat : 15283 (java) R 15262 15262 15021 0 -1 1077944384 4201 0 0 0 5 40 0 0 20 0 28 0 447091928 29458776064 350755 33554432000 4194304 4196468 140725326547392 140336514001968 140337408187010 0 4 0 16800975 0 0 0 -1 5 0 0 11 0 0 6293624 6294260 23183360 140725326549994 140725326550166 140725326550166 140725326553039 0
[pid=15264/tid=15364] ppid=15262 vsize=28768336 memory=1240 CPUtime=2496.98 cores=0-7
/proc/15264/task/15364/stat : 15364 (java) R 15262 15262 15021 0 -1 4202560 32575 0 0 0 249679 19 0 0 20 0 28 0 447092006 29458776064 350755 33554432000 4194304 4196468 140725326547392 140335515097024 140337006629614 0 4 0 16800975 0 0 0 -1 6 0 0 15 0 0 6293624 6294260 23183360 140725326549994 140725326550166 140725326550166 140725326553039 0
[pid=15264/tid=15365] ppid=15262 vsize=28768336 memory=1403056 CPUtime=2494.65 cores=0-7
/proc/15264/task/15365/stat : 15365 (java) R 15262 15262 15021 0 -1 4202560 13821 0 0 0 249453 12 0 0 20 0 28 0 447092006 29458776064 350755 33554432000 4194304 4196468 140725326547392 140335509831880 140337005851569 0 4 0 16800975 0 0 0 -1 7 0 0 13 0 0 6293624 6294260 23183360 140725326549994 140725326550166 140725326550166 140725326553039 0
[pid=15264/tid=15366] ppid=15262 vsize=28768336 memory=1452 CPUtime=2497.51 cores=0-7
/proc/15264/task/15366/stat : 15366 (java) R 15262 15262 15021 0 -1 4202560 13445 0 0 0 249737 14 0 0 20 0 28 0 447092006 29458776064 350755 33554432000 4194304 4196468 140725326547392 140335516147720 140337005851380 0 4 0 16800975 0 0 0 -1 5 0 0 14 0 0 6293624 6294260 23183360 140725326549994 140725326550166 140725326550166 140725326553039 0
[pid=15264/tid=15367] ppid=15262 vsize=28768336 memory=1452 CPUtime=2494.83 cores=0-7
/proc/15264/task/15367/stat : 15367 (java) R 15262 15262 15021 0 -1 4202560 79380 0 0 0 249412 71 0 0 20 0 28 0 447092006 29458776064 350755 33554432000 4194304 4196468 140725326547392 140335512989440 140337006373265 0 4 0 16800975 0 0 0 -1 4 0 0 13 0 0 6293624 6294260 23183360 140725326549994 140725326550166 140725326550166 140725326553039 0
[pid=15264/tid=15368] ppid=15262 vsize=28768336 memory=1404588 CPUtime=2497.36 cores=0-7
/proc/15264/task/15368/stat : 15368 (java) R 15262 15262 15021 0 -1 4202560 13638 0 0 0 249722 14 0 0 20 0 28 0 447092006 29458776064 350755 33554432000 4194304 4196468 140725326547392 140335511936672 140337005671911 0 4 0 16800975 0 0 0 -1 2 0 0 13 0 0 6293624 6294260 23183360 140725326549994 140725326550166 140725326550166 140725326553039 0
[pid=15264/tid=15369] ppid=15262 vsize=28768336 memory=1404068 CPUtime=2494.24 cores=0-7
/proc/15264/task/15369/stat : 15369 (java) R 15262 15262 15021 0 -1 4202560 76581 0 0 0 249354 70 0 0 20 0 28 0 447092006 29458776064 350755 33554432000 4194304 4196468 140725326547392 140335514041824 140337006630412 0 4 0 16800975 0 0 0 -1 1 0 0 14 0 0 6293624 6294260 23183360 140725326549994 140725326550166 140725326550166 140725326553039 0
[pid=15264/tid=15370] ppid=15262 vsize=28768336 memory=920 CPUtime=2496.9 cores=0-7
/proc/15264/task/15370/stat : 15370 (java) R 15262 15262 15021 0 -1 4202560 26736 0 0 0 249670 20 0 0 20 0 28 0 447092006 29458776064 350755 33554432000 4194304 4196468 140725326547392 140335517200680 140337005851583 0 4 0 16800975 0 0 0 -1 3 0 0 14 0 0 6293624 6294260 23183360 140725326549994 140725326550166 140725326550166 140725326553039 0
[pid=15264/tid=15371] ppid=15262 vsize=28768336 memory=4140 CPUtime=2495.57 cores=0-7
/proc/15264/task/15371/stat : 15371 (java) R 15262 15262 15021 0 -1 4202560 34928 0 0 0 249531 26 0 0 20 0 28 0 447092006 29458776064 350755 33554432000 4194304 4196468 140725326547392 140335510884520 140337005671759 0 4 0 16800975 0 0 0 -1 0 0 0 15 0 0 6293624 6294260 23183360 140725326549994 140725326550166 140725326550166 140725326553039 0
Current children cumulated CPU time: 20040.5 s
Current children cumulated vsize: 28881464 KiB
Current children cumulated memory: 1404472 KiB

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

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

[startup+2520.11 s]
# the end of solver process 15264 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=20034.9 s, system=6.31947 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): 20041.2
CPU user time (s): 20034.9
CPU system time (s): 6.31947
CPU usage (%): 795.251
Max. virtual memory (cumulated for all children) (KiB): 28881464
Max. memory (cumulated for all children) (KiB): 1408620

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 20034.9
system time used= 6.31947
maximum resident set size= 1409736
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 638483
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3528
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 255689
involuntary context switches= 239245


# summary of solver processes directly reported to runsolver:
#   pid: 15262,15264
#   total CPU time (s): 20041.2
#   total CPU user time (s): 20034.9
#   total CPU system time (s): 6.31947

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 21.2651 second user time and 27.7531 second system time

The end

Launcher Data

Begin job on node146 at 2019-09-17 11:15:38
IDJOB=4400009
IDBENCH=135859
IDSOLVER=2854
FILE ID=node146/4400009-1568711779
RUNJOBID= node146-1568711571-15048
PBS_JOBID= 21703934
Free space on /tmp= 59004 MiB

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

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

MD5SUM BENCH= b8130450ecaa214ac0617b692471aec1
RANDOM SEED=220166729

node146.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	: 5332.90
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	: 5332.90
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	: 5332.90
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	: 5332.90
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:        30702096 kB
MemAvailable:   31870348 kB
Buffers:          237560 kB
Cached:          1201344 kB
SwapCached:         4348 kB
Active:           725340 kB
Inactive:         718532 kB
Active(anon):      22252 kB
Inactive(anon):    30432 kB
Active(file):     703088 kB
Inactive(file):   688100 kB
Unevictable:      110876 kB
Mlocked:          110876 kB
SwapTotal:      67108860 kB
SwapFree:       67002060 kB
Dirty:             26048 kB
Writeback:             0 kB
AnonPages:        123068 kB
Mapped:            47432 kB
Shmem:             39100 kB
Slab:             216404 kB
SReclaimable:     185800 kB
SUnreclaim:        30604 kB
KernelStack:        3712 kB
PageTables:         6068 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     507116 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     77824 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      109952 kB
DirectMap2M:    33435648 kB

Free space on /tmp at the end= 58976 MiB
End job on node146 at 2019-09-17 11:57:39