Trace number 4406718

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 NameAnswerCPU timeWall clock time
choco-solver 2019-09-24 parallelSAT 710.571 90.355

General information on the benchmark

NameTravellingSalesman/TravellingSalesman-xcsp2-s25/
TravellingSalesman-25-715_X2.xml
MD5SUM0286d8cb8f351d75271acd0c64dfc747
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark3.29109
Satisfiable
(Un)Satisfiability was proved
Number of variables76
Number of constraints350
Number of domains5
Minimum domain size1
Maximum domain size1001
Distribution of domain sizes[{"size":1,"count":2},{"size":25,"count":25},{"size":181,"count":24},{"size":1001,"count":25}]
Minimum variable degree1
Maximum variable degree25
Distribution of variable degrees[{"degree":1,"count":2},{"degree":2,"count":49},{"degree":25,"count":25}]
Minimum constraint arity2
Maximum constraint arity3
Distribution of constraint arities[{"arity":2,"count":325},{"arity":3,"count":25}]
Number of extensional constraints350
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":350}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.00	c java -server -Xmx24000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4406718-1569355833.xml"  -tl '20160s' -p 8
0.11/0.20	c Choco e747e1e
0.11/0.20	c [HOME/instance-4406718-1569355833.xml, -tl, 20160s, -p, 8]
0.33/0.25	c 8 solvers in parallel
0.33/0.31	c parse instance...
8.32/2.15	c solve instance...
710.32/90.33	s SATISFIABLE
710.32/90.33	v <instantiation>
710.32/90.33	v 	<list>w3 w4 x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] x[16] x[17] x[18] x[19] x[20] x[21] x[22] x[23] x[24] y[0] y[1] y[2] y[3] y[4] y[5] y[6] y[7] y[8] y[9] y[10] y[11] y[12] y[13] y[14] y[15] y[16] y[17] y[18] y[19] y[20] y[21] y[22] y[23] y[24] z[0] z[1] z[2] z[3] z[4] z[5] z[6] z[7] z[8] z[9] z[10] z[11] z[12] z[13] z[14] z[15] z[16] z[17] z[18] z[19] z[20] z[21] z[22] z[23] </list>
710.32/90.33	v 	<values>180 0 15 21 24 10 3 16 14 4 7 8 1 19 25 13 17 22 9 20 5 2 11 6 12 23 18 4 9 21 8 18 9 2 3 8 24 3 5 1 10 14 0 5 1 20 1 0 6 3 4 1 13 34 42 60 69 71 74 82 106 109 114 115 125 139 139 144 145 165 166 166 172 175 179 180 </values>
710.32/90.33	v </instantiation>

Verifier Data

OK	

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4406718-1569355833/watcher-4406718-1569355833 -o /tmp/evaluation-result-4406718-1569355833/solver-4406718-1569355833 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node120-1324865211-32313 --watchdog 2580 xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 1881973317 HOME/instance-4406718-1569355833.xml 

running on 8 cores: 0-7

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


[startup+0.100112 s]*
/proc/loadavg: 8.14 8.38 8.38 2/212 538
/proc/meminfo: memFree=25452836/32770688 swapFree=66927640/67108860
[pid=513] ppid=510 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/513/stat : 513 (xcsp3-exec) S 510 513 32286 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 511589424 115843072 364 33554432000 4194304 5098028 140728911424048 140728911422152 140264964092540 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 8048640 140728911426421 140728911426665 140728911426665 140728911429578 0
/proc/513/statm: 28282 364 305 221 0 87 0
[pid=515] ppid=513 vsize=28227396 memory=29436 CPUtime=0.11 cores=0-7
/proc/515/stat : 515 (java) S 513 513 32286 0 -1 1077944320 5809 0 0 0 10 1 0 0 20 0 20 0 511589424 28904853504 7359 33554432000 4194304 4196468 140721479896576 140721479879120 140457894653687 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 11526144 140721479898090 140721479898262 140721479898262 140721479901135 0
/proc/515/statm: 7056849 7359 3053 1 0 7019032 0
[pid=515/tid=516] ppid=513 vsize=28227396 memory=8390339637985935414 CPUtime=0.09 cores=0-7
/proc/515/task/516/stat : 516 (java) R 513 513 32286 0 -1 4202560 3867 0 0 0 8 1 0 0 20 0 20 0 511589425 28904853504 7490 33554432000 4194304 4196468 140721479896576 140457898888320 140457894665622 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 11526144 140721479898090 140721479898262 140721479898262 140721479901135 0
[pid=515/tid=517] ppid=513 vsize=28227396 memory=288230609019731991 CPUtime=0 cores=0-7
/proc/515/task/517/stat : 517 (java) S 513 513 32286 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 511589425 28904853504 7490 33554432000 4194304 4196468 140721479896576 140457847274256 140457894663893 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11526144 140721479898090 140721479898262 140721479898262 140721479901135 0
[pid=515/tid=518] ppid=513 vsize=28227396 memory=140377453245370 CPUtime=0 cores=0-7
/proc/515/task/518/stat : 518 (java) S 513 513 32286 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511589425 28904853504 7490 33554432000 4194304 4196468 140721479896576 140457445022608 140457894663893 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11526144 140721479898090 140721479898262 140721479898262 140721479901135 0
[pid=515/tid=519] ppid=513 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/515/task/519/stat : 519 (java) S 513 513 32286 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 511589425 28904853504 7490 33554432000 4194304 4196468 140721479896576 140457443970064 140457894663893 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11526144 140721479898090 140721479898262 140721479898262 140721479901135 0
[pid=515/tid=520] ppid=513 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/515/task/520/stat : 520 (java) S 513 513 32286 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 511589425 28904853504 7490 33554432000 4194304 4196468 140721479896576 140457442917520 140457894663893 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11526144 140721479898090 140721479898262 140721479898262 140721479901135 0
[pid=515/tid=521] ppid=513 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/515/task/521/stat : 521 (java) S 513 513 32286 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511589425 28904853504 7490 33554432000 4194304 4196468 140721479896576 140457441863952 140457894663893 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11526144 140721479898090 140721479898262 140721479898262 140721479901135 0
[pid=515/tid=522] ppid=513 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/515/task/522/stat : 522 (java) S 513 513 32286 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 511589425 28904853504 7490 33554432000 4194304 4196468 140721479896576 140457440811408 140457894663893 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11526144 140721479898090 140721479898262 140721479898262 140721479901135 0
[pid=515/tid=523] ppid=513 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/515/task/523/stat : 523 (java) S 513 513 32286 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 511589425 28904853504 7490 33554432000 4194304 4196468 140721479896576 140457439758864 140457894663893 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11526144 140721479898090 140721479898262 140721479898262 140721479901135 0
[pid=515/tid=524] ppid=513 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/515/task/524/stat : 524 (java) S 513 513 32286 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 511589425 28904853504 7490 33554432000 4194304 4196468 140721479896576 140457438706320 140457894663893 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11526144 140721479898090 140721479898262 140721479898262 140721479901135 0
[pid=515/tid=525] ppid=513 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/515/task/525/stat : 525 (java) S 513 513 32286 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 511589427 28904853504 7490 33554432000 4194304 4196468 140721479896576 140456493009392 140457894664834 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11526144 140721479898090 140721479898262 140721479898262 140721479901135 0
[pid=515/tid=526] ppid=513 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/515/task/526/stat : 526 (java) S 513 513 32286 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 511589428 28904853504 7490 33554432000 4194304 4196468 140721479896576 140456491955616 140457894663893 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11526144 140721479898090 140721479898262 140721479898262 140721479901135 0
[pid=515/tid=529] ppid=513 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/515/task/529/stat : 529 (java) S 513 513 32286 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 20 0 511589428 28904853504 7490 33554432000 4194304 4196468 140721479896576 140456490903024 140457894663893 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11526144 140721479898090 140721479898262 140721479898262 140721479901135 0
[pid=515/tid=530] ppid=513 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/515/task/530/stat : 530 (java) S 513 513 32286 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511589430 28904853504 7490 33554432000 4194304 4196468 140721479896576 140456489851600 140457894672283 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11526144 140721479898090 140721479898262 140721479898262 140721479901135 0
[pid=515/tid=531] ppid=513 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/515/task/531/stat : 531 (java) S 513 513 32286 0 -1 1077944384 303 0 0 0 0 0 0 0 20 0 20 0 511589430 28904853504 7490 33554432000 4194304 4196468 140721479896576 140456488798192 140457894664834 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11526144 140721479898090 140721479898262 140721479898262 140721479901135 0
[pid=515/tid=532] ppid=513 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/515/task/532/stat : 532 (java) S 513 513 32286 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 511589431 28904853504 7490 33554432000 4194304 4196468 140721479896576 140456487745648 140457894664834 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11526144 140721479898090 140721479898262 140721479898262 140721479901135 0
[pid=515/tid=535] ppid=513 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/515/task/535/stat : 535 (java) S 513 513 32286 0 -1 1077944384 123 0 0 0 0 0 0 0 20 0 20 0 511589431 28904853504 7490 33554432000 4194304 4196468 140721479896576 140456486693104 140457894664834 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11526144 140721479898090 140721479898262 140721479898262 140721479901135 0
[pid=515/tid=536] ppid=513 vsize=28227396 memory=0 CPUtime=0.01 cores=0-7
/proc/515/task/536/stat : 536 (java) S 513 513 32286 0 -1 1077944384 340 0 0 0 1 0 0 0 20 0 20 0 511589431 28904853504 7490 33554432000 4194304 4196468 140721479896576 140456485640560 140457894664834 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11526144 140721479898090 140721479898262 140721479898262 140721479901135 0
[pid=515/tid=537] ppid=513 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/515/task/537/stat : 537 (java) S 513 513 32286 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 511589431 28904853504 7490 33554432000 4194304 4196468 140721479896576 140456484588256 140457894663893 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11526144 140721479898090 140721479898262 140721479898262 140721479901135 0
[pid=515/tid=538] ppid=513 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/515/task/538/stat : 538 (java) S 513 513 32286 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511589431 28904853504 7490 33554432000 4194304 4196468 140721479896576 140456483535792 140457894664834 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11526144 140721479898090 140721479898262 140721479898262 140721479901135 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 30892 KiB

[startup+0.211748 s]*
/proc/loadavg: 8.14 8.38 8.38 3/212 538
/proc/meminfo: memFree=25438552/32770688 swapFree=66927640/67108860
[pid=513] ppid=510 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/513/stat : 513 (xcsp3-exec) S 510 513 32286 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 511589424 115843072 364 33554432000 4194304 5098028 140728911424048 140728911422152 140264964092540 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 8048640 140728911426421 140728911426665 140728911426665 140728911429578 0
/proc/513/statm: 28282 364 305 221 0 87 0
[pid=515] ppid=513 vsize=28227396 memory=40728 CPUtime=0.33 cores=0-7
/proc/515/stat : 515 (java) S 513 513 32286 0 -1 1077944320 9453 0 0 0 30 3 0 0 20 0 20 0 511589424 28904853504 10182 33554432000 4194304 4196468 140721479896576 140721479879120 140457894653687 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 11526144 140721479898090 140721479898262 140721479898262 140721479901135 0
/proc/515/statm: 7056849 10182 3231 1 0 7019032 0
[pid=515/tid=516] ppid=513 vsize=28227396 memory=8390339637985935414 CPUtime=0.2 cores=0-7
/proc/515/task/516/stat : 516 (java) R 513 513 32286 0 -1 4202560 6669 0 0 0 18 2 0 0 20 0 20 0 511589425 28904853504 10182 33554432000 4194304 4196468 140721479896576 140457898873024 140457894665622 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 11526144 140721479898090 140721479898262 140721479898262 140721479901135 0
[pid=515/tid=517] ppid=513 vsize=28227396 memory=288230609019731991 CPUtime=0 cores=0-7
/proc/515/task/517/stat : 517 (java) S 513 513 32286 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 511589425 28904853504 10182 33554432000 4194304 4196468 140721479896576 140457847274256 140457894663893 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11526144 140721479898090 140721479898262 140721479898262 140721479901135 0
[pid=515/tid=518] ppid=513 vsize=28227396 memory=140377453245370 CPUtime=0 cores=0-7
/proc/515/task/518/stat : 518 (java) S 513 513 32286 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511589425 28904853504 10182 33554432000 4194304 4196468 140721479896576 140457445022608 140457894663893 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11526144 140721479898090 140721479898262 140721479898262 140721479901135 0
[pid=515/tid=519] ppid=513 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/515/task/519/stat : 519 (java) S 513 513 32286 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 511589425 28904853504 10182 33554432000 4194304 4196468 140721479896576 140457443970064 140457894663893 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11526144 140721479898090 140721479898262 140721479898262 140721479901135 0
[pid=515/tid=520] ppid=513 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/515/task/520/stat : 520 (java) S 513 513 32286 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 511589425 28904853504 10182 33554432000 4194304 4196468 140721479896576 140457442917520 140457894663893 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11526144 140721479898090 140721479898262 140721479898262 140721479901135 0
[pid=515/tid=521] ppid=513 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/515/task/521/stat : 521 (java) S 513 513 32286 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511589425 28904853504 10182 33554432000 4194304 4196468 140721479896576 140457441863952 140457894663893 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11526144 140721479898090 140721479898262 140721479898262 140721479901135 0
[pid=515/tid=522] ppid=513 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/515/task/522/stat : 522 (java) S 513 513 32286 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 511589425 28904853504 10182 33554432000 4194304 4196468 140721479896576 140457440811408 140457894663893 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11526144 140721479898090 140721479898262 140721479898262 140721479901135 0
[pid=515/tid=523] ppid=513 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/515/task/523/stat : 523 (java) S 513 513 32286 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 511589425 28904853504 10182 33554432000 4194304 4196468 140721479896576 140457439758864 140457894663893 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11526144 140721479898090 140721479898262 140721479898262 140721479901135 0
[pid=515/tid=524] ppid=513 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/515/task/524/stat : 524 (java) S 513 513 32286 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 511589425 28904853504 10182 33554432000 4194304 4196468 140721479896576 140457438706320 140457894663893 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11526144 140721479898090 140721479898262 140721479898262 140721479901135 0
[pid=515/tid=525] ppid=513 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/515/task/525/stat : 525 (java) S 513 513 32286 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 511589427 28904853504 10182 33554432000 4194304 4196468 140721479896576 140456493009392 140457894664834 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11526144 140721479898090 140721479898262 140721479898262 140721479901135 0
[pid=515/tid=526] ppid=513 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/515/task/526/stat : 526 (java) S 513 513 32286 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 511589428 28904853504 10182 33554432000 4194304 4196468 140721479896576 140456491955616 140457894663893 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11526144 140721479898090 140721479898262 140721479898262 140721479901135 0
[pid=515/tid=529] ppid=513 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/515/task/529/stat : 529 (java) S 513 513 32286 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 20 0 511589428 28904853504 10182 33554432000 4194304 4196468 140721479896576 140456490903024 140457894663893 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11526144 140721479898090 140721479898262 140721479898262 140721479901135 0
[pid=515/tid=530] ppid=513 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/515/task/530/stat : 530 (java) S 513 513 32286 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511589430 28904853504 10182 33554432000 4194304 4196468 140721479896576 140456489851600 140457894672283 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11526144 140721479898090 140721479898262 140721479898262 140721479901135 0
[pid=515/tid=531] ppid=513 vsize=28227396 memory=0 CPUtime=0.01 cores=0-7
/proc/515/task/531/stat : 531 (java) S 513 513 32286 0 -1 1077944384 395 0 0 0 1 0 0 0 20 0 20 0 511589430 28904853504 10182 33554432000 4194304 4196468 140721479896576 140456488798192 140457894664834 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11526144 140721479898090 140721479898262 140721479898262 140721479901135 0
[pid=515/tid=532] ppid=513 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/515/task/532/stat : 532 (java) S 513 513 32286 0 -1 1077944384 17 0 0 0 0 0 0 0 20 0 20 0 511589431 28904853504 10182 33554432000 4194304 4196468 140721479896576 140456487745648 140457894664834 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11526144 140721479898090 140721479898262 140721479898262 140721479901135 0
[pid=515/tid=535] ppid=513 vsize=28227396 memory=-1 CPUtime=0.02 cores=0-7
/proc/515/task/535/stat : 535 (java) R 513 513 32286 0 -1 4202560 328 0 0 0 2 0 0 0 20 0 20 0 511589431 28904853504 10182 33554432000 4194304 4196468 140721479896576 140456486693104 140457894675034 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 11526144 140721479898090 140721479898262 140721479898262 140721479901135 0
[pid=515/tid=536] ppid=513 vsize=28227396 memory=0 CPUtime=0.07 cores=0-7
/proc/515/task/536/stat : 536 (java) R 513 513 32286 0 -1 4202560 737 0 0 0 7 0 0 0 20 0 20 0 511589431 28904853504 10182 33554432000 4194304 4196468 140721479896576 140456485640560 140457894675034 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 11526144 140721479898090 140721479898262 140721479898262 140721479901135 0
[pid=515/tid=537] ppid=513 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/515/task/537/stat : 537 (java) S 513 513 32286 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 511589431 28904853504 10182 33554432000 4194304 4196468 140721479896576 140456484588256 140457894663893 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11526144 140721479898090 140721479898262 140721479898262 140721479901135 0
[pid=515/tid=538] ppid=513 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/515/task/538/stat : 538 (java) S 513 513 32286 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511589431 28904853504 10182 33554432000 4194304 4196468 140721479896576 140456483535792 140457894664834 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11526144 140721479898090 140721479898262 140721479898262 140721479901135 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 42184 KiB

[startup+0.311131 s]*
/proc/loadavg: 8.14 8.38 8.38 4/212 538
/proc/meminfo: memFree=25433688/32770688 swapFree=66927640/67108860
[pid=513] ppid=510 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/513/stat : 513 (xcsp3-exec) S 510 513 32286 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 511589424 115843072 364 33554432000 4194304 5098028 140728911424048 140728911422152 140264964092540 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 8048640 140728911426421 140728911426665 140728911426665 140728911429578 0
/proc/513/statm: 28282 364 305 221 0 87 0
[pid=515] ppid=513 vsize=28231652 memory=46788 CPUtime=0.51 cores=0-7
/proc/515/stat : 515 (java) S 513 513 32286 0 -1 1077944320 10548 0 0 0 47 4 0 0 20 0 20 0 511589424 28909211648 11697 33554432000 4194304 4196468 140721479896576 140721479879120 140457894653687 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 11526144 140721479898090 140721479898262 140721479898262 140721479901135 0
/proc/515/statm: 7057913 11697 3341 1 0 7019032 0
[pid=515/tid=516] ppid=513 vsize=28231652 memory=1398720917958146503 CPUtime=0.3 cores=0-7
/proc/515/task/516/stat : 516 (java) R 513 513 32286 0 -1 4202560 7616 0 0 0 27 3 0 0 20 0 20 0 511589425 28909211648 11697 33554432000 4194304 4196468 140721479896576 140457898866240 140457894675613 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 11526144 140721479898090 140721479898262 140721479898262 140721479901135 0
[pid=515/tid=517] ppid=513 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/515/task/517/stat : 517 (java) S 513 513 32286 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 511589425 28909211648 11697 33554432000 4194304 4196468 140721479896576 140457847274256 140457894663893 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11526144 140721479898090 140721479898262 140721479898262 140721479901135 0
[pid=515/tid=518] ppid=513 vsize=28231652 memory=140377453221566 CPUtime=0 cores=0-7
/proc/515/task/518/stat : 518 (java) S 513 513 32286 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511589425 28909211648 11697 33554432000 4194304 4196468 140721479896576 140457445022608 140457894663893 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11526144 140721479898090 140721479898262 140721479898262 140721479901135 0
[pid=515/tid=519] ppid=513 vsize=28231652 memory=-1 CPUtime=0 cores=0-7
/proc/515/task/519/stat : 519 (java) S 513 513 32286 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 511589425 28909211648 11697 33554432000 4194304 4196468 140721479896576 140457443970064 140457894663893 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11526144 140721479898090 140721479898262 140721479898262 140721479901135 0
[pid=515/tid=520] ppid=513 vsize=28231652 memory=2240 CPUtime=0 cores=0-7
/proc/515/task/520/stat : 520 (java) S 513 513 32286 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 511589425 28909211648 11697 33554432000 4194304 4196468 140721479896576 140457442917520 140457894663893 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11526144 140721479898090 140721479898262 140721479898262 140721479901135 0
[pid=515/tid=521] ppid=513 vsize=28231652 memory=2241 CPUtime=0 cores=0-7
/proc/515/task/521/stat : 521 (java) S 513 513 32286 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511589425 28909211648 11697 33554432000 4194304 4196468 140721479896576 140457441863952 140457894663893 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11526144 140721479898090 140721479898262 140721479898262 140721479901135 0
[pid=515/tid=522] ppid=513 vsize=28231652 memory=-1 CPUtime=0 cores=0-7
/proc/515/task/522/stat : 522 (java) S 513 513 32286 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 511589425 28909211648 11697 33554432000 4194304 4196468 140721479896576 140457440811408 140457894663893 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11526144 140721479898090 140721479898262 140721479898262 140721479901135 0
[pid=515/tid=523] ppid=513 vsize=28231652 memory=280754630368800 CPUtime=0 cores=0-7
/proc/515/task/523/stat : 523 (java) S 513 513 32286 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 511589425 28909211648 11697 33554432000 4194304 4196468 140721479896576 140457439758864 140457894663893 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11526144 140721479898090 140721479898262 140721479898262 140721479901135 0
[pid=515/tid=524] ppid=513 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/515/task/524/stat : 524 (java) S 513 513 32286 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 511589425 28909211648 11697 33554432000 4194304 4196468 140721479896576 140457438706320 140457894663893 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11526144 140721479898090 140721479898262 140721479898262 140721479901135 0
[pid=515/tid=525] ppid=513 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/515/task/525/stat : 525 (java) S 513 513 32286 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 511589427 28909211648 11697 33554432000 4194304 4196468 140721479896576 140456493009392 140457894664834 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11526144 140721479898090 140721479898262 140721479898262 140721479901135 0
[pid=515/tid=526] ppid=513 vsize=28231652 memory=790 CPUtime=0 cores=0-7
/proc/515/task/526/stat : 526 (java) S 513 513 32286 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 511589428 28909211648 11697 33554432000 4194304 4196468 140721479896576 140456491955616 140457894663893 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11526144 140721479898090 140721479898262 140721479898262 140721479901135 0
[pid=515/tid=529] ppid=513 vsize=28231652 memory=382 CPUtime=0 cores=0-7
/proc/515/task/529/stat : 529 (java) S 513 513 32286 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 20 0 511589428 28909211648 11697 33554432000 4194304 4196468 140721479896576 140456490903024 140457894663893 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11526144 140721479898090 140721479898262 140721479898262 140721479901135 0
[pid=515/tid=530] ppid=513 vsize=28231652 memory=291540 CPUtime=0 cores=0-7
/proc/515/task/530/stat : 530 (java) S 513 513 32286 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511589430 28909211648 11697 33554432000 4194304 4196468 140721479896576 140456489851600 140457894672283 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11526144 140721479898090 140721479898262 140721479898262 140721479901135 0
[pid=515/tid=531] ppid=513 vsize=28231652 memory=1 CPUtime=0.02 cores=0-7
/proc/515/task/531/stat : 531 (java) S 513 513 32286 0 -1 1077944384 398 0 0 0 2 0 0 0 20 0 20 0 511589430 28909211648 11697 33554432000 4194304 4196468 140721479896576 140456488798192 140457894664834 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11526144 140721479898090 140721479898262 140721479898262 140721479901135 0
[pid=515/tid=532] ppid=513 vsize=28231652 memory=44963 CPUtime=0.01 cores=0-7
/proc/515/task/532/stat : 532 (java) S 513 513 32286 0 -1 1077944384 48 0 0 0 1 0 0 0 20 0 20 0 511589431 28909211648 11697 33554432000 4194304 4196468 140721479896576 140456487745648 140457894664834 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11526144 140721479898090 140721479898262 140721479898262 140721479901135 0
[pid=515/tid=535] ppid=513 vsize=28231652 memory=0 CPUtime=0.03 cores=0-7
/proc/515/task/535/stat : 535 (java) S 513 513 32286 0 -1 1077944384 346 0 0 0 3 0 0 0 20 0 20 0 511589431 28909211648 11697 33554432000 4194304 4196468 140721479896576 140456486693104 140457894664834 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11526144 140721479898090 140721479898262 140721479898262 140721479901135 0
[pid=515/tid=536] ppid=513 vsize=28231652 memory=0 CPUtime=0.12 cores=0-7
/proc/515/task/536/stat : 536 (java) S 513 513 32286 0 -1 1077944384 840 0 0 0 12 0 0 0 20 0 20 0 511589431 28909211648 11697 33554432000 4194304 4196468 140721479896576 140456485640560 140457894664834 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11526144 140721479898090 140721479898262 140721479898262 140721479901135 0
[pid=515/tid=537] ppid=513 vsize=28231652 memory=4121673487929586208 CPUtime=0 cores=0-7
/proc/515/task/537/stat : 537 (java) S 513 513 32286 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 511589431 28909211648 11697 33554432000 4194304 4196468 140721479896576 140456484588256 140457894663893 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11526144 140721479898090 140721479898262 140721479898262 140721479901135 0
[pid=515/tid=538] ppid=513 vsize=28231652 memory=3472895575524712495 CPUtime=0 cores=0-7
/proc/515/task/538/stat : 538 (java) S 513 513 32286 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511589431 28909211648 11697 33554432000 4194304 4196468 140721479896576 140456483535792 140457894664834 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11526144 140721479898090 140721479898262 140721479898262 140721479901135 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 28344780 KiB
Current children cumulated memory: 48244 KiB

[startup+0.701023 s]
/proc/loadavg: 8.14 8.38 8.38 6/212 538
/proc/meminfo: memFree=25419932/32770688 swapFree=66927640/67108860
[pid=513] ppid=510 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/513/stat : 513 (xcsp3-exec) S 510 513 32286 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 511589424 115843072 364 33554432000 4194304 5098028 140728911424048 140728911422152 140264964092540 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 8048640 140728911426421 140728911426665 140728911426665 140728911429578 0
/proc/513/statm: 28282 364 305 221 0 87 0
[pid=515] ppid=513 vsize=28233776 memory=103664 CPUtime=1.8 cores=0-7
/proc/515/stat : 515 (java) S 513 513 32286 0 -1 1077944320 15660 0 0 0 173 7 0 0 20 0 20 0 511589424 28911386624 25916 33554432000 4194304 4196468 140721479896576 140721479879120 140457894653687 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 11526144 140721479898090 140721479898262 140721479898262 140721479901135 0
/proc/515/statm: 7058444 25916 3448 1 0 7019544 0
[pid=515/tid=516] ppid=513 vsize=28233776 memory=4580 CPUtime=0.68 cores=0-7
/proc/515/task/516/stat : 516 (java) R 513 513 32286 0 -1 4202560 8613 0 0 0 63 5 0 0 20 0 20 0 511589425 28911386624 25916 33554432000 4194304 4196468 140721479896576 140457898874720 140457878734174 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 11526144 140721479898090 140721479898262 140721479898262 140721479901135 0
[pid=515/tid=517] ppid=513 vsize=28233776 memory=0 CPUtime=0 cores=0-7
/proc/515/task/517/stat : 517 (java) S 513 513 32286 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 511589425 28911386624 25916 33554432000 4194304 4196468 140721479896576 140457847274256 140457894663893 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11526144 140721479898090 140721479898262 140721479898262 140721479901135 0
[pid=515/tid=518] ppid=513 vsize=28233776 memory=0 CPUtime=0 cores=0-7
/proc/515/task/518/stat : 518 (java) S 513 513 32286 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511589425 28911386624 25916 33554432000 4194304 4196468 140721479896576 140457445022608 140457894663893 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11526144 140721479898090 140721479898262 140721479898262 140721479901135 0
[pid=515/tid=519] ppid=513 vsize=28233776 memory=4432 CPUtime=0 cores=0-7
/proc/515/task/519/stat : 519 (java) S 513 513 32286 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 511589425 28911386624 25916 33554432000 4194304 4196468 140721479896576 140457443970064 140457894663893 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11526144 140721479898090 140721479898262 140721479898262 140721479901135 0

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

[pid=515/tid=536] ppid=513 vsize=28766288 memory=22129 CPUtime=0.82 cores=0-7
/proc/515/task/536/stat : 536 (java) S 513 513 32286 0 -1 1077944384 7281 0 0 0 81 1 0 0 20 0 28 0 511589431 29456678912 455050 33554432000 4194304 4196468 140721479896576 140456485640560 140457894664834 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11526144 140721479898090 140721479898262 140721479898262 140721479901135 0
[pid=515/tid=537] ppid=513 vsize=28766288 memory=4420 CPUtime=0 cores=0-7
/proc/515/task/537/stat : 537 (java) S 513 513 32286 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 511589431 29456678912 455050 33554432000 4194304 4196468 140721479896576 140456484588256 140457894663893 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11526144 140721479898090 140721479898262 140721479898262 140721479901135 0
[pid=515/tid=538] ppid=513 vsize=28766288 memory=6628 CPUtime=0.03 cores=0-7
/proc/515/task/538/stat : 538 (java) S 513 513 32286 0 -1 1077944384 443 0 0 0 0 3 0 0 20 0 28 0 511589431 29456678912 455050 33554432000 4194304 4196468 140721479896576 140456483535792 140457894664834 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11526144 140721479898090 140721479898262 140721479898262 140721479901135 0
[pid=515/tid=539] ppid=513 vsize=28766288 memory=8836 CPUtime=86.73 cores=0-7
/proc/515/task/539/stat : 539 (java) R 513 513 32286 0 -1 4202560 17161 0 0 0 8667 6 0 0 20 0 28 0 511589641 29456678912 455050 33554432000 4194304 4196468 140721479896576 140456474316104 140457534771653 0 4 0 16800975 0 0 0 -1 6 0 0 1 0 0 6293624 6294260 11526144 140721479898090 140721479898262 140721479898262 140721479901135 0
[pid=515/tid=540] ppid=513 vsize=28766288 memory=11044 CPUtime=86.88 cores=0-7
/proc/515/task/540/stat : 540 (java) R 513 513 32286 0 -1 4202560 1345 0 0 0 8685 3 0 0 20 0 28 0 511589641 29456678912 455050 33554432000 4194304 4196468 140721479896576 140456473264712 140457533871276 0 4 0 16800975 0 0 0 -1 4 0 0 1 0 0 6293624 6294260 11526144 140721479898090 140721479898262 140721479898262 140721479901135 0
[pid=515/tid=541] ppid=513 vsize=28766288 memory=13252 CPUtime=86.94 cores=0-7
/proc/515/task/541/stat : 541 (java) R 513 513 32286 0 -1 4202560 8107 0 0 0 8678 16 0 0 20 0 28 0 511589641 29456678912 455050 33554432000 4194304 4196468 140721479896576 140456472211752 140457535863016 0 4 0 16800975 0 0 0 -1 0 0 0 2 0 0 6293624 6294260 11526144 140721479898090 140721479898262 140721479898262 140721479901135 0
[pid=515/tid=542] ppid=513 vsize=28766288 memory=15460 CPUtime=86.34 cores=0-7
/proc/515/task/542/stat : 542 (java) R 513 513 32286 0 -1 4202560 23420 0 0 0 8627 7 0 0 20 0 28 0 511589641 29456678912 455050 33554432000 4194304 4196468 140721479896576 140456471158680 140457534186535 0 4 0 16800975 0 0 0 -1 7 0 0 1 0 0 6293624 6294260 11526144 140721479898090 140721479898262 140721479898262 140721479901135 0
[pid=515/tid=543] ppid=513 vsize=28766288 memory=17668 CPUtime=86.45 cores=0-7
/proc/515/task/543/stat : 543 (java) R 513 513 32286 0 -1 4202560 7739 0 0 0 8638 7 0 0 20 0 28 0 511589641 29456678912 455050 33554432000 4194304 4196468 140721479896576 140456470106024 140457534201287 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 11526144 140721479898090 140721479898262 140721479898262 140721479901135 0
[pid=515/tid=544] ppid=513 vsize=28766288 memory=19876 CPUtime=86.85 cores=0-7
/proc/515/task/544/stat : 544 (java) R 513 513 32286 0 -1 4202560 3719 0 0 0 8674 11 0 0 20 0 28 0 511589641 29456678912 455050 33554432000 4194304 4196468 140721479896576 140456469053480 140457534638570 0 4 0 16800975 0 0 0 -1 1 0 0 1 0 0 6293624 6294260 11526144 140721479898090 140721479898262 140721479898262 140721479901135 0
[pid=515/tid=545] ppid=513 vsize=28766288 memory=22084 CPUtime=86.79 cores=0-7
/proc/515/task/545/stat : 545 (java) R 513 513 32286 0 -1 4202560 2422 0 0 0 8676 3 0 0 20 0 28 0 511589641 29456678912 455050 33554432000 4194304 4196468 140721479896576 140456468003776 140457534460605 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 11526144 140721479898090 140721479898262 140721479898262 140721479901135 0
[pid=515/tid=546] ppid=513 vsize=28766288 memory=1712 CPUtime=85.98 cores=0-7
/proc/515/task/546/stat : 546 (java) R 513 513 32286 0 -1 4202560 3917 0 0 0 8591 7 0 0 20 0 28 0 511589641 29456678912 455050 33554432000 4194304 4196468 140721479896576 140456466948392 140457534201269 0 4 0 16800975 0 0 0 -1 5 0 0 1 0 0 6293624 6294260 11526144 140721479898090 140721479898262 140721479898262 140721479901135 0
Current children cumulated CPU time: 707.97 s
Current children cumulated vsize: 28879416 KiB
Current children cumulated memory: 1821656 KiB

[startup+90.202 s]
/proc/loadavg: 8.00 8.25 8.33 9/220 553
/proc/meminfo: memFree=23659516/32770688 swapFree=66927640/67108860
[pid=513] ppid=510 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/513/stat : 513 (xcsp3-exec) S 510 513 32286 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 511589424 115843072 364 33554432000 4194304 5098028 140728911424048 140728911422152 140264964092540 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 8048640 140728911426421 140728911426665 140728911426665 140728911429578 0
/proc/513/statm: 28282 364 305 221 0 87 0
[pid=515] ppid=513 vsize=28766288 memory=1820200 CPUtime=709.53 cores=0-7
/proc/515/stat : 515 (java) S 513 513 32286 0 -1 1077944320 161759 0 0 0 70650 303 0 0 20 0 28 0 511589424 29456678912 455050 33554432000 4194304 4196468 140721479896576 140721479879120 140457894653687 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 11526144 140721479898090 140721479898262 140721479898262 140721479901135 0
/proc/515/statm: 7191572 455050 3540 1 0 7152672 0
[pid=515/tid=516] ppid=513 vsize=28766288 memory=1056 CPUtime=1.53 cores=0-7
/proc/515/task/516/stat : 516 (java) S 513 513 32286 0 -1 1077944384 9043 0 0 0 145 8 0 0 20 0 28 0 511589425 29456678912 455050 33554432000 4194304 4196468 140721479896576 140457898894464 140457894663893 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11526144 140721479898090 140721479898262 140721479898262 140721479901135 0
[pid=515/tid=517] ppid=513 vsize=28766288 memory=2828 CPUtime=0.61 cores=0-7
/proc/515/task/517/stat : 517 (java) S 513 513 32286 0 -1 1077944384 4557 0 0 0 35 26 0 0 20 0 28 0 511589425 29456678912 455050 33554432000 4194304 4196468 140721479896576 140457847274256 140457894663893 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 2 0 0 6293624 6294260 11526144 140721479898090 140721479898262 140721479898262 140721479901135 0
[pid=515/tid=518] ppid=513 vsize=28766288 memory=1176 CPUtime=0.59 cores=0-7
/proc/515/task/518/stat : 518 (java) S 513 513 32286 0 -1 1077944384 5877 0 0 0 32 27 0 0 20 0 28 0 511589425 29456678912 455050 33554432000 4194304 4196468 140721479896576 140457445022608 140457894663893 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 2 0 0 6293624 6294260 11526144 140721479898090 140721479898262 140721479898262 140721479901135 0
[pid=515/tid=519] ppid=513 vsize=28766288 memory=980 CPUtime=0.58 cores=0-7
/proc/515/task/519/stat : 519 (java) S 513 513 32286 0 -1 1077944384 4581 0 0 0 32 26 0 0 20 0 28 0 511589425 29456678912 455050 33554432000 4194304 4196468 140721479896576 140457443970064 140457894663893 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 2 0 0 6293624 6294260 11526144 140721479898090 140721479898262 140721479898262 140721479901135 0
[pid=515/tid=520] ppid=513 vsize=28766288 memory=1456 CPUtime=0.66 cores=0-7
/proc/515/task/520/stat : 520 (java) S 513 513 32286 0 -1 1077944384 3354 0 0 0 38 28 0 0 20 0 28 0 511589425 29456678912 455050 33554432000 4194304 4196468 140721479896576 140457442917520 140457894663893 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 5 0 0 6293624 6294260 11526144 140721479898090 140721479898262 140721479898262 140721479901135 0
[pid=515/tid=521] ppid=513 vsize=28766288 memory=1820200 CPUtime=0.67 cores=0-7
/proc/515/task/521/stat : 521 (java) S 513 513 32286 0 -1 1077944384 4963 0 0 0 38 29 0 0 20 0 28 0 511589425 29456678912 455050 33554432000 4194304 4196468 140721479896576 140457441863952 140457894663893 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 2 0 0 6293624 6294260 11526144 140721479898090 140721479898262 140721479898262 140721479901135 0
[pid=515/tid=522] ppid=513 vsize=28766288 memory=1456 CPUtime=0.61 cores=0-7
/proc/515/task/522/stat : 522 (java) S 513 513 32286 0 -1 1077944384 3081 0 0 0 37 24 0 0 20 0 28 0 511589425 29456678912 455050 33554432000 4194304 4196468 140721479896576 140457440811408 140457894663893 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 4 0 0 6293624 6294260 11526144 140721479898090 140721479898262 140721479898262 140721479901135 0
[pid=515/tid=523] ppid=513 vsize=28766288 memory=1820200 CPUtime=0.65 cores=0-7
/proc/515/task/523/stat : 523 (java) S 513 513 32286 0 -1 1077944384 4057 0 0 0 39 26 0 0 20 0 28 0 511589425 29456678912 455050 33554432000 4194304 4196468 140721479896576 140457439758864 140457894663893 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 3 0 0 6293624 6294260 11526144 140721479898090 140721479898262 140721479898262 140721479901135 0
[pid=515/tid=524] ppid=513 vsize=28766288 memory=1456 CPUtime=0.6 cores=0-7
/proc/515/task/524/stat : 524 (java) S 513 513 32286 0 -1 1077944384 4752 0 0 0 32 28 0 0 20 0 28 0 511589425 29456678912 455050 33554432000 4194304 4196468 140721479896576 140457438706320 140457894663893 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 2 0 0 6293624 6294260 11526144 140721479898090 140721479898262 140721479898262 140721479901135 0
[pid=515/tid=525] ppid=513 vsize=28766288 memory=1456 CPUtime=0.07 cores=0-7
/proc/515/task/525/stat : 525 (java) S 513 513 32286 0 -1 1077944384 3460 0 0 0 7 0 0 0 20 0 28 0 511589427 29456678912 455050 33554432000 4194304 4196468 140721479896576 140456493009392 140457894664834 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11526144 140721479898090 140721479898262 140721479898262 140721479901135 0
[pid=515/tid=526] ppid=513 vsize=28766288 memory=1820200 CPUtime=0 cores=0-7
/proc/515/task/526/stat : 526 (java) S 513 513 32286 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 28 0 511589428 29456678912 455050 33554432000 4194304 4196468 140721479896576 140456491955680 140457894663893 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11526144 140721479898090 140721479898262 140721479898262 140721479901135 0
[pid=515/tid=529] ppid=513 vsize=28766288 memory=1176 CPUtime=0 cores=0-7
/proc/515/task/529/stat : 529 (java) S 513 513 32286 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 28 0 511589428 29456678912 455050 33554432000 4194304 4196468 140721479896576 140456490903040 140457894663893 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11526144 140721479898090 140721479898262 140721479898262 140721479901135 0
[pid=515/tid=530] ppid=513 vsize=28766288 memory=980 CPUtime=0 cores=0-7
/proc/515/task/530/stat : 530 (java) S 513 513 32286 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 511589430 29456678912 455050 33554432000 4194304 4196468 140721479896576 140456489851600 140457894672283 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11526144 140721479898090 140721479898262 140721479898262 140721479901135 0
[pid=515/tid=531] ppid=513 vsize=28766288 memory=14008 CPUtime=2.18 cores=0-7
/proc/515/task/531/stat : 531 (java) S 513 513 32286 0 -1 1077944384 13133 0 0 0 215 3 0 0 20 0 28 0 511589430 29456678912 455050 33554432000 4194304 4196468 140721479896576 140456488798192 140457894664834 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11526144 140721479898090 140721479898262 140721479898262 140721479901135 0
[pid=515/tid=532] ppid=513 vsize=28766288 memory=12028 CPUtime=2.62 cores=0-7
/proc/515/task/532/stat : 532 (java) S 513 513 32286 0 -1 1077944384 10143 0 0 0 260 2 0 0 20 0 28 0 511589431 29456678912 455050 33554432000 4194304 4196468 140721479896576 140456487745648 140457894664834 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11526144 140721479898090 140721479898262 140721479898262 140721479901135 0
[pid=515/tid=535] ppid=513 vsize=28766288 memory=38440 CPUtime=2.58 cores=0-7
/proc/515/task/535/stat : 535 (java) S 513 513 32286 0 -1 1077944384 11927 0 0 0 255 3 0 0 20 0 28 0 511589431 29456678912 455050 33554432000 4194304 4196468 140721479896576 140456486693104 140457894664834 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11526144 140721479898090 140721479898262 140721479898262 140721479901135 0
[pid=515/tid=536] ppid=513 vsize=28766288 memory=2120 CPUtime=0.82 cores=0-7
/proc/515/task/536/stat : 536 (java) S 513 513 32286 0 -1 1077944384 7281 0 0 0 81 1 0 0 20 0 28 0 511589431 29456678912 455050 33554432000 4194304 4196468 140721479896576 140456485640560 140457894664834 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11526144 140721479898090 140721479898262 140721479898262 140721479901135 0
[pid=515/tid=537] ppid=513 vsize=28766288 memory=6947385649911455296 CPUtime=0 cores=0-7
/proc/515/task/537/stat : 537 (java) S 513 513 32286 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 511589431 29456678912 455050 33554432000 4194304 4196468 140721479896576 140456484588256 140457894663893 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11526144 140721479898090 140721479898262 140721479898262 140721479901135 0
[pid=515/tid=538] ppid=513 vsize=28766288 memory=1738268 CPUtime=0.03 cores=0-7
/proc/515/task/538/stat : 538 (java) S 513 513 32286 0 -1 1077944384 443 0 0 0 0 3 0 0 20 0 28 0 511589431 29456678912 455050 33554432000 4194304 4196468 140721479896576 140456483535792 140457894664834 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11526144 140721479898090 140721479898262 140721479898262 140721479901135 0
[pid=515/tid=539] ppid=513 vsize=28766288 memory=38440 CPUtime=86.92 cores=0-7
/proc/515/task/539/stat : 539 (java) R 513 513 32286 0 -1 4202560 17633 0 0 0 8686 6 0 0 20 0 28 0 511589641 29456678912 455050 33554432000 4194304 4196468 140721479896576 140456474316104 140457534184162 0 4 0 16800975 0 0 0 -1 6 0 0 1 0 0 6293624 6294260 11526144 140721479898090 140721479898262 140721479898262 140721479901135 0
[pid=515/tid=540] ppid=513 vsize=28766288 memory=2120 CPUtime=87.07 cores=0-7
/proc/515/task/540/stat : 540 (java) R 513 513 32286 0 -1 4202560 1358 0 0 0 8704 3 0 0 20 0 28 0 511589641 29456678912 455050 33554432000 4194304 4196468 140721479896576 140456473264712 140457533709160 0 4 0 16800975 0 0 0 -1 4 0 0 1 0 0 6293624 6294260 11526144 140721479898090 140721479898262 140721479898262 140721479901135 0
[pid=515/tid=541] ppid=513 vsize=28766288 memory=496 CPUtime=87.13 cores=0-7
/proc/515/task/541/stat : 541 (java) R 513 513 32286 0 -1 4202560 8117 0 0 0 8697 16 0 0 20 0 28 0 511589641 29456678912 455050 33554432000 4194304 4196468 140721479896576 140456472211752 140457534184914 0 4 0 16800975 0 0 0 -1 0 0 0 2 0 0 6293624 6294260 11526144 140721479898090 140721479898262 140721479898262 140721479901135 0
[pid=515/tid=542] ppid=513 vsize=28766288 memory=1964 CPUtime=86.53 cores=0-7
/proc/515/task/542/stat : 542 (java) R 513 513 32286 0 -1 4202560 24406 0 0 0 8646 7 0 0 20 0 28 0 511589641 29456678912 455050 33554432000 4194304 4196468 140721479896576 140456471158680 140457534201081 0 4 0 16800975 0 0 0 -1 7 0 0 1 0 0 6293624 6294260 11526144 140721479898090 140721479898262 140721479898262 140721479901135 0
[pid=515/tid=543] ppid=513 vsize=28766288 memory=2776 CPUtime=86.64 cores=0-7
/proc/515/task/543/stat : 543 (java) R 513 513 32286 0 -1 4202560 8092 0 0 0 8657 7 0 0 20 0 28 0 511589641 29456678912 455050 33554432000 4194304 4196468 140721479896576 140456470106024 140457533709029 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 11526144 140721479898090 140721479898262 140721479898262 140721479901135 0
[pid=515/tid=544] ppid=513 vsize=28766288 memory=924 CPUtime=87.04 cores=0-7
/proc/515/task/544/stat : 544 (java) R 513 513 32286 0 -1 4202560 3728 0 0 0 8693 11 0 0 20 0 28 0 511589641 29456678912 455050 33554432000 4194304 4196468 140721479896576 140456469053480 140457534030194 0 4 0 16800975 0 0 0 -1 1 0 0 1 0 0 6293624 6294260 11526144 140721479898090 140721479898262 140721479898262 140721479901135 0
[pid=515/tid=545] ppid=513 vsize=28766288 memory=1444 CPUtime=86.98 cores=0-7
/proc/515/task/545/stat : 545 (java) R 513 513 32286 0 -1 4202560 2543 0 0 0 8695 3 0 0 20 0 28 0 511589641 29456678912 455050 33554432000 4194304 4196468 140721479896576 140456468003776 140457534201287 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 11526144 140721479898090 140721479898262 140721479898262 140721479901135 0
[pid=515/tid=546] ppid=513 vsize=28766288 memory=1764 CPUtime=86.17 cores=0-7
/proc/515/task/546/stat : 546 (java) R 513 513 32286 0 -1 4202560 3922 0 0 0 8610 7 0 0 20 0 28 0 511589641 29456678912 455050 33554432000 4194304 4196468 140721479896576 140456466948392 140457533709039 0 4 0 16800975 0 0 0 -1 5 0 0 1 0 0 6293624 6294260 11526144 140721479898090 140721479898262 140721479898262 140721479901135 0
Current children cumulated CPU time: 709.53 s
Current children cumulated vsize: 28879416 KiB
Current children cumulated memory: 1821656 KiB

[startup+90.302 s]
/proc/loadavg: 8.00 8.25 8.33 9/220 553
/proc/meminfo: memFree=23659516/32770688 swapFree=66927640/67108860
[pid=513] ppid=510 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/513/stat : 513 (xcsp3-exec) S 510 513 32286 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 511589424 115843072 364 33554432000 4194304 5098028 140728911424048 140728911422152 140264964092540 0 65536 4100 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 8048640 140728911426421 140728911426665 140728911426665 140728911429578 0
/proc/513/statm: 28282 364 305 221 0 87 0
[pid=515] ppid=513 vsize=28766288 memory=1820200 CPUtime=710.32 cores=0-7
/proc/515/stat : 515 (java) S 513 513 32286 0 -1 1077944320 161917 0 0 0 70729 303 0 0 20 0 28 0 511589424 29456678912 455050 33554432000 4194304 4196468 140721479896576 140721479879120 140457894653687 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 11526144 140721479898090 140721479898262 140721479898262 140721479901135 0
/proc/515/statm: 7191572 455050 3540 1 0 7152672 0
[pid=515/tid=516] ppid=513 vsize=28766288 memory=4655744549946 CPUtime=1.53 cores=0-7
/proc/515/task/516/stat : 516 (java) S 513 513 32286 0 -1 1077944384 9043 0 0 0 145 8 0 0 20 0 28 0 511589425 29456678912 455050 33554432000 4194304 4196468 140721479896576 140457898894464 140457894663893 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11526144 140721479898090 140721479898262 140721479898262 140721479901135 0
[pid=515/tid=517] ppid=513 vsize=28766288 memory=1820200 CPUtime=0.61 cores=0-7
/proc/515/task/517/stat : 517 (java) S 513 513 32286 0 -1 1077944384 4557 0 0 0 35 26 0 0 20 0 28 0 511589425 29456678912 455050 33554432000 4194304 4196468 140721479896576 140457847274256 140457894663893 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 2 0 0 6293624 6294260 11526144 140721479898090 140721479898262 140721479898262 140721479901135 0
[pid=515/tid=518] ppid=513 vsize=28766288 memory=280754631574848 CPUtime=0.59 cores=0-7
/proc/515/task/518/stat : 518 (java) S 513 513 32286 0 -1 1077944384 5877 0 0 0 32 27 0 0 20 0 28 0 511589425 29456678912 455050 33554432000 4194304 4196468 140721479896576 140457445022608 140457894663893 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 2 0 0 6293624 6294260 11526144 140721479898090 140721479898262 140721479898262 140721479901135 0
[pid=515/tid=519] ppid=513 vsize=28766288 memory=54 CPUtime=0.58 cores=0-7
/proc/515/task/519/stat : 519 (java) S 513 513 32286 0 -1 1077944384 4581 0 0 0 32 26 0 0 20 0 28 0 511589425 29456678912 455050 33554432000 4194304 4196468 140721479896576 140457443970064 140457894663893 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 2 0 0 6293624 6294260 11526144 140721479898090 140721479898262 140721479898262 140721479901135 0
[pid=515/tid=520] ppid=513 vsize=28766288 memory=7372784292740950631 CPUtime=0.66 cores=0-7
/proc/515/task/520/stat : 520 (java) S 513 513 32286 0 -1 1077944384 3354 0 0 0 38 28 0 0 20 0 28 0 511589425 29456678912 455050 33554432000 4194304 4196468 140721479896576 140457442917520 140457894663893 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 5 0 0 6293624 6294260 11526144 140721479898090 140721479898262 140721479898262 140721479901135 0
[pid=515/tid=521] ppid=513 vsize=28766288 memory=4655744549946 CPUtime=0.67 cores=0-7
/proc/515/task/521/stat : 521 (java) S 513 513 32286 0 -1 1077944384 4963 0 0 0 38 29 0 0 20 0 28 0 511589425 29456678912 455050 33554432000 4194304 4196468 140721479896576 140457441863952 140457894663893 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 2 0 0 6293624 6294260 11526144 140721479898090 140721479898262 140721479898262 140721479901135 0
[pid=515/tid=522] ppid=513 vsize=28766288 memory=8546823402028195750 CPUtime=0.61 cores=0-7
/proc/515/task/522/stat : 522 (java) S 513 513 32286 0 -1 1077944384 3081 0 0 0 37 24 0 0 20 0 28 0 511589425 29456678912 455050 33554432000 4194304 4196468 140721479896576 140457440811408 140457894663893 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 4 0 0 6293624 6294260 11526144 140721479898090 140721479898262 140721479898262 140721479901135 0
[pid=515/tid=523] ppid=513 vsize=28766288 memory=1456 CPUtime=0.65 cores=0-7
/proc/515/task/523/stat : 523 (java) S 513 513 32286 0 -1 1077944384 4057 0 0 0 39 26 0 0 20 0 28 0 511589425 29456678912 455050 33554432000 4194304 4196468 140721479896576 140457439758864 140457894663893 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 3 0 0 6293624 6294260 11526144 140721479898090 140721479898262 140721479898262 140721479901135 0
[pid=515/tid=524] ppid=513 vsize=28766288 memory=1738268 CPUtime=0.6 cores=0-7
/proc/515/task/524/stat : 524 (java) S 513 513 32286 0 -1 1077944384 4752 0 0 0 32 28 0 0 20 0 28 0 511589425 29456678912 455050 33554432000 4194304 4196468 140721479896576 140457438706320 140457894663893 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 2 0 0 6293624 6294260 11526144 140721479898090 140721479898262 140721479898262 140721479901135 0
[pid=515/tid=525] ppid=513 vsize=28766288 memory=1709468 CPUtime=0.07 cores=0-7
/proc/515/task/525/stat : 525 (java) S 513 513 32286 0 -1 1077944384 3460 0 0 0 7 0 0 0 20 0 28 0 511589427 29456678912 455050 33554432000 4194304 4196468 140721479896576 140456493009392 140457894664834 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11526144 140721479898090 140721479898262 140721479898262 140721479901135 0
[pid=515/tid=526] ppid=513 vsize=28766288 memory=6081099094949782375 CPUtime=0 cores=0-7
/proc/515/task/526/stat : 526 (java) S 513 513 32286 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 28 0 511589428 29456678912 455050 33554432000 4194304 4196468 140721479896576 140456491955680 140457894663893 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11526144 140721479898090 140721479898262 140721479898262 140721479901135 0
[pid=515/tid=529] ppid=513 vsize=28766288 memory=7380671248541445222 CPUtime=0 cores=0-7
/proc/515/task/529/stat : 529 (java) S 513 513 32286 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 28 0 511589428 29456678912 455050 33554432000 4194304 4196468 140721479896576 140456490903040 140457894663893 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11526144 140721479898090 140721479898262 140721479898262 140721479901135 0
[pid=515/tid=530] ppid=513 vsize=28766288 memory=7380671248541445222 CPUtime=0 cores=0-7
/proc/515/task/530/stat : 530 (java) S 513 513 32286 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 511589430 29456678912 455050 33554432000 4194304 4196468 140721479896576 140456489851600 140457894672283 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11526144 140721479898090 140721479898262 140721479898262 140721479901135 0
[pid=515/tid=531] ppid=513 vsize=28766288 memory=1820200 CPUtime=2.18 cores=0-7
/proc/515/task/531/stat : 531 (java) S 513 513 32286 0 -1 1077944384 13133 0 0 0 215 3 0 0 20 0 28 0 511589430 29456678912 455050 33554432000 4194304 4196468 140721479896576 140456488798192 140457894664834 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11526144 140721479898090 140721479898262 140721479898262 140721479901135 0
[pid=515/tid=532] ppid=513 vsize=28766288 memory=1456 CPUtime=2.62 cores=0-7
/proc/515/task/532/stat : 532 (java) S 513 513 32286 0 -1 1077944384 10143 0 0 0 260 2 0 0 20 0 28 0 511589431 29456678912 455050 33554432000 4194304 4196468 140721479896576 140456487745648 140457894664834 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11526144 140721479898090 140721479898262 140721479898262 140721479901135 0
[pid=515/tid=535] ppid=513 vsize=28766288 memory=1820200 CPUtime=2.58 cores=0-7
/proc/515/task/535/stat : 535 (java) S 513 513 32286 0 -1 1077944384 11927 0 0 0 255 3 0 0 20 0 28 0 511589431 29456678912 455050 33554432000 4194304 4196468 140721479896576 140456486693104 140457894664834 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11526144 140721479898090 140721479898262 140721479898262 140721479901135 0
[pid=515/tid=536] ppid=513 vsize=28766288 memory=1456 CPUtime=0.82 cores=0-7
/proc/515/task/536/stat : 536 (java) S 513 513 32286 0 -1 1077944384 7281 0 0 0 81 1 0 0 20 0 28 0 511589431 29456678912 455050 33554432000 4194304 4196468 140721479896576 140456485640560 140457894664834 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11526144 140721479898090 140721479898262 140721479898262 140721479901135 0
[pid=515/tid=537] ppid=513 vsize=28766288 memory=1820200 CPUtime=0 cores=0-7
/proc/515/task/537/stat : 537 (java) S 513 513 32286 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 511589431 29456678912 455050 33554432000 4194304 4196468 140721479896576 140456484588256 140457894663893 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11526144 140721479898090 140721479898262 140721479898262 140721479901135 0
[pid=515/tid=538] ppid=513 vsize=28766288 memory=660 CPUtime=0.03 cores=0-7
/proc/515/task/538/stat : 538 (java) S 513 513 32286 0 -1 1077944384 445 0 0 0 0 3 0 0 20 0 28 0 511589431 29456678912 455050 33554432000 4194304 4196468 140721479896576 140456483535792 140457894664834 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11526144 140721479898090 140721479898262 140721479898262 140721479901135 0
[pid=515/tid=539] ppid=513 vsize=28766288 memory=0 CPUtime=87.02 cores=0-7
/proc/515/task/539/stat : 539 (java) R 513 513 32286 0 -1 4202560 17633 0 0 0 8696 6 0 0 20 0 28 0 511589641 29456678912 455050 33554432000 4194304 4196468 140721479896576 140456474316104 140457534638900 0 4 0 16800975 0 0 0 -1 6 0 0 1 0 0 6293624 6294260 11526144 140721479898090 140721479898262 140721479898262 140721479901135 0
[pid=515/tid=540] ppid=513 vsize=28766288 memory=1964 CPUtime=87.17 cores=0-7
/proc/515/task/540/stat : 540 (java) R 513 513 32286 0 -1 4202560 1358 0 0 0 8714 3 0 0 20 0 28 0 511589641 29456678912 455050 33554432000 4194304 4196468 140721479896576 140456473264712 140457534640381 0 4 0 16800975 0 0 0 -1 4 0 0 1 0 0 6293624 6294260 11526144 140721479898090 140721479898262 140721479898262 140721479901135 0
[pid=515/tid=541] ppid=513 vsize=28766288 memory=3624 CPUtime=87.23 cores=0-7
/proc/515/task/541/stat : 541 (java) R 513 513 32286 0 -1 4202560 8119 0 0 0 8707 16 0 0 20 0 28 0 511589641 29456678912 455050 33554432000 4194304 4196468 140721479896576 140456472211752 140457535717796 0 4 0 16800975 0 0 0 -1 0 0 0 2 0 0 6293624 6294260 11526144 140721479898090 140721479898262 140721479898262 140721479901135 0
[pid=515/tid=542] ppid=513 vsize=28766288 memory=75532 CPUtime=86.62 cores=0-7
/proc/515/task/542/stat : 542 (java) R 513 513 32286 0 -1 4202560 24558 0 0 0 8655 7 0 0 20 0 28 0 511589641 29456678912 455050 33554432000 4194304 4196468 140721479896576 140456471158680 140457534133483 0 4 0 16800975 0 0 0 -1 7 0 0 1 0 0 6293624 6294260 11526144 140721479898090 140721479898262 140721479898262 140721479901135 0
[pid=515/tid=543] ppid=513 vsize=28766288 memory=5409 CPUtime=86.74 cores=0-7
/proc/515/task/543/stat : 543 (java) R 513 513 32286 0 -1 4202560 8093 0 0 0 8667 7 0 0 20 0 28 0 511589641 29456678912 455050 33554432000 4194304 4196468 140721479896576 140456470106024 140457534030330 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 11526144 140721479898090 140721479898262 140721479898262 140721479901135 0
[pid=515/tid=544] ppid=513 vsize=28766288 memory=5456 CPUtime=87.14 cores=0-7
/proc/515/task/544/stat : 544 (java) R 513 513 32286 0 -1 4202560 3729 0 0 0 8703 11 0 0 20 0 28 0 511589641 29456678912 455050 33554432000 4194304 4196468 140721479896576 140456469053480 140457535717518 0 4 0 16800975 0 0 0 -1 1 0 0 1 0 0 6293624 6294260 11526144 140721479898090 140721479898262 140721479898262 140721479901135 0
[pid=515/tid=545] ppid=513 vsize=28766288 memory=3624 CPUtime=87.08 cores=0-7
/proc/515/task/545/stat : 545 (java) R 513 513 32286 0 -1 4202560 2543 0 0 0 8705 3 0 0 20 0 28 0 511589641 29456678912 455050 33554432000 4194304 4196468 140721479896576 140456468003776 140457534030217 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 11526144 140721479898090 140721479898262 140721479898262 140721479901135 0
[pid=515/tid=546] ppid=513 vsize=28766288 memory=75532 CPUtime=86.27 cores=0-7
/proc/515/task/546/stat : 546 (java) R 513 513 32286 0 -1 4202560 3922 0 0 0 8620 7 0 0 20 0 28 0 511589641 29456678912 455050 33554432000 4194304 4196468 140721479896576 140456466948392 140457534639156 0 4 0 16800975 0 0 0 -1 5 0 0 1 0 0 6293624 6294260 11526144 140721479898090 140721479898262 140721479898262 140721479901135 0
Current children cumulated CPU time: 710.32 s
Current children cumulated vsize: 28879416 KiB
Current children cumulated memory: 1821656 KiB

Child status: 0
Real time (s): 90.355
CPU time (s): 710.571
CPU user time (s): 707.51
CPU system time (s): 3.0607
CPU usage (%): 786.421
Max. virtual memory (cumulated for all children) (KiB): 28881296
Max. memory (cumulated for all children) (KiB): 1821656

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 707.51
system time used= 3.0607
maximum resident set size= 1820332
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 164089
page faults= 0
swaps= 0
block input operations= 0
block output operations= 264
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 8314
involuntary context switches= 9087


# summary of solver processes directly reported to runsolver:
#   pid: 513
#   total CPU time (s): 710.571
#   total CPU user time (s): 707.51
#   total CPU system time (s): 3.0607

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.04077 second user time and 0.997181 second system time

The end

Launcher Data

Begin job on node120 at 2011-12-26 04:30:53
IDJOB=4406718
IDBENCH=135702
IDSOLVER=2871
FILE ID=node120/4406718-1569355833
RUNJOBID= node120-1324865211-32313
PBS_JOBID= 21705097
Free space on /tmp= 23412 MiB

SOLVER NAME= choco-solver 2019-09-24 parallel
BENCH NAME= XCSP17/TravellingSalesman/TravellingSalesman-xcsp2-s25/TravellingSalesman-25-715_X2.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-4406718-1569355833/watcher-4406718-1569355833 -o /tmp/evaluation-result-4406718-1569355833/solver-4406718-1569355833 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node120-1324865211-32313 --watchdog 2580  xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 1881973317 HOME/instance-4406718-1569355833.xml

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

MD5SUM BENCH= 0286d8cb8f351d75271acd0c64dfc747
RANDOM SEED=1881973317

node120.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		: 2667.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.49
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		: 2667.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.49
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		: 2667.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.49
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		: 2667.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.49
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		: 2667.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	: 5329.69
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		: 2667.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	: 5329.69
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		: 2667.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	: 5329.69
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		: 2667.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	: 5329.69
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770688 kB
MemFree:        25469540 kB
MemAvailable:   31775288 kB
Buffers:          114988 kB
Cached:          6466460 kB
SwapCached:        68820 kB
Active:          3254596 kB
Inactive:        3401304 kB
Active(anon):       5068 kB
Inactive(anon):   133604 kB
Active(file):    3249528 kB
Inactive(file):  3267700 kB
Unevictable:      107952 kB
Mlocked:          107952 kB
SwapTotal:      67108860 kB
SwapFree:       66927640 kB
Dirty:             26072 kB
Writeback:             0 kB
AnonPages:        124512 kB
Mapped:            63508 kB
Shmem:             55948 kB
Slab:             237404 kB
SReclaimable:     208708 kB
SUnreclaim:        28696 kB
KernelStack:        3728 kB
PageTables:         5732 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494204 kB
Committed_AS:     530948 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350212 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:      146880 kB
DirectMap2M:    33398784 kB

Free space on /tmp at the end= 23384 MiB
End job on node120 at 2011-12-26 04:32:24