Trace number 4407376

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-24 parallelSAT (TO)105 1998.12 252.102

General information on the benchmark

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

Quality of the solution as a function of time


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

Solver Data

0.00/0.00	c java -server -Xmx24000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4407376-1569347749.xml"  -tl '2016s' -p 8
0.12/0.18	c Choco e747e1e
0.12/0.18	c [HOME/instance-4407376-1569347749.xml, -tl, 2016s, -p, 8]
0.34/0.22	c 8 solvers in parallel
0.34/0.28	c parse instance...
1.10/0.56	c solve instance...
1.54/0.66	o 204 
1.54/0.66	o 203 
1.54/0.67	o 201 
1.54/0.68	o 188 
1.54/0.68	o 186 
1.54/0.69	o 153 
1.54/0.70	o 152 
1.54/0.70	o 126 
2.09/0.71	o 110 
2.09/0.71	o 109 
2.81/0.89	o 105 
1997.48/252.08	s SATISFIABLE
1997.48/252.08	v <instantiation>
1997.48/252.08	v 	<list>c[0] c[1] c[2] c[3] c[4] c[5] c[6] c[7] c[8] c[9] c[10] c[11] c[12] c[13] c[14] d[0] d[1] d[2] d[3] d[4] d[5] d[6] d[7] d[8] d[9] d[10] d[11] d[12] d[13] d[14] </list>
1997.48/252.08	v 	<values>0 5 4 2 1 3 7 12 13 14 10 8 11 9 6 17 5 6 4 5 6 15 4 1 8 3 10 2 9 10 </values>
1997.48/252.08	v </instantiation>
1997.48/252.08	c Unexpected resolution interruption!

Verifier Data

OK	105

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

command line: BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4407376-1569347749/watcher-4407376-1569347749 -o /var/tmp/evaluation-result-4407376-1569347749/solver-4407376-1569347749 -C 2016 -W 252 -M 31000 --bin-var /var/tmp/runsolver-exch-node150-1569335938-16167 --watchdog 312 xcsp3-exec -dir HOME -tl 2016 -p 8 -ml 24000 -tdir HOME -seed 1119431451 HOME/instance-4407376-1569347749.xml 

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

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

solver pid=22843, runsolver pid=22840

[startup+0.10013 s]*
/proc/loadavg: 7.86 7.81 7.88 3/211 22864
/proc/meminfo: memFree=28467880/32770624 swapFree=67023936/67108860
[pid=22843] ppid=22840 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/22843/stat : 22843 (xcsp3-exec) S 22840 22843 16140 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 511047410 115843072 364 33554432000 4194304 5098028 140736602143088 140736602141192 140141351674492 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 24334336 140736602149719 140736602149978 140736602149978 140736602152902 0
/proc/22843/statm: 28282 364 305 221 0 87 0
[pid=22845] ppid=22843 vsize=28227396 memory=28660 CPUtime=0.12 cores=0-7
/proc/22845/stat : 22845 (java) S 22843 22843 16140 0 -1 1077944320 5658 0 0 0 11 1 0 0 20 0 20 0 511047410 28904853504 7165 33554432000 4194304 4196468 140732293707744 140732293690288 139699563314935 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 37814272 140732293710812 140732293710987 140732293710987 140732293713871 0
/proc/22845/statm: 7056849 7165 3117 1 0 7019032 0
[pid=22845/tid=22846] ppid=22843 vsize=28227396 memory=4134930498285298233 CPUtime=0.09 cores=0-7
/proc/22845/task/22846/stat : 22846 (java) R 22843 22843 16140 0 -1 4202560 3595 0 0 0 8 1 0 0 20 0 20 0 511047410 28904853504 7165 33554432000 4194304 4196468 140732293707744 139699567545344 139699563326870 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 37814272 140732293710812 140732293710987 140732293710987 140732293713871 0
[pid=22845/tid=22847] ppid=22843 vsize=28227396 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/22845/task/22847/stat : 22847 (java) S 22843 22843 16140 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 511047411 28904853504 7165 33554432000 4194304 4196468 140732293707744 139699114859024 139699563325141 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37814272 140732293710812 140732293710987 140732293710987 140732293713871 0
[pid=22845/tid=22848] ppid=22843 vsize=28227396 memory=140531348903552 CPUtime=0 cores=0-7
/proc/22845/task/22848/stat : 22848 (java) S 22843 22843 16140 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 511047411 28904853504 7165 33554432000 4194304 4196468 140732293707744 139699113806480 139699563325141 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37814272 140732293710812 140732293710987 140732293710987 140732293713871 0
[pid=22845/tid=22849] ppid=22843 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/22845/task/22849/stat : 22849 (java) S 22843 22843 16140 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511047411 28904853504 7165 33554432000 4194304 4196468 140732293707744 139699112753424 139699563325141 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37814272 140732293710812 140732293710987 140732293710987 140732293713871 0
[pid=22845/tid=22850] ppid=22843 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/22845/task/22850/stat : 22850 (java) S 22843 22843 16140 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511047411 28904853504 7165 33554432000 4194304 4196468 140732293707744 139699111700880 139699563325141 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37814272 140732293710812 140732293710987 140732293710987 140732293713871 0
[pid=22845/tid=22851] ppid=22843 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/22845/task/22851/stat : 22851 (java) S 22843 22843 16140 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 511047411 28904853504 7165 33554432000 4194304 4196468 140732293707744 139699110648848 139699563325141 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37814272 140732293710812 140732293710987 140732293710987 140732293713871 0
[pid=22845/tid=22852] ppid=22843 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/22845/task/22852/stat : 22852 (java) S 22843 22843 16140 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511047411 28904853504 7165 33554432000 4194304 4196468 140732293707744 139699109596304 139699563325141 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37814272 140732293710812 140732293710987 140732293710987 140732293713871 0
[pid=22845/tid=22853] ppid=22843 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/22845/task/22853/stat : 22853 (java) S 22843 22843 16140 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 511047411 28904853504 7165 33554432000 4194304 4196468 140732293707744 139699108543248 139699563325141 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37814272 140732293710812 140732293710987 140732293710987 140732293713871 0
[pid=22845/tid=22854] ppid=22843 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/22845/task/22854/stat : 22854 (java) S 22843 22843 16140 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 511047411 28904853504 7165 33554432000 4194304 4196468 140732293707744 139699107490704 139699563325141 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37814272 140732293710812 140732293710987 140732293710987 140732293713871 0
[pid=22845/tid=22855] ppid=22843 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/22845/task/22855/stat : 22855 (java) S 22843 22843 16140 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 511047413 28904853504 7165 33554432000 4194304 4196468 140732293707744 139698813831408 139699563326082 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37814272 140732293710812 140732293710987 140732293710987 140732293713871 0
[pid=22845/tid=22856] ppid=22843 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/22845/task/22856/stat : 22856 (java) S 22843 22843 16140 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 511047413 28904853504 7165 33554432000 4194304 4196468 140732293707744 139698812777632 139699563325141 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37814272 140732293710812 140732293710987 140732293710987 140732293713871 0
[pid=22845/tid=22857] ppid=22843 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/22845/task/22857/stat : 22857 (java) S 22843 22843 16140 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 511047413 28904853504 7165 33554432000 4194304 4196468 140732293707744 139698811724528 139699563325141 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37814272 140732293710812 140732293710987 140732293710987 140732293713871 0
[pid=22845/tid=22858] ppid=22843 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/22845/task/22858/stat : 22858 (java) S 22843 22843 16140 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511047416 28904853504 7231 33554432000 4194304 4196468 140732293707744 139698810673104 139699563333531 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37814272 140732293710812 140732293710987 140732293710987 140732293713871 0
[pid=22845/tid=22859] ppid=22843 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/22845/task/22859/stat : 22859 (java) R 22843 22843 16140 0 -1 4202560 324 0 0 0 0 0 0 0 20 0 20 0 511047416 28904853504 7231 33554432000 4194304 4196468 140732293707744 139698809621232 139699544015232 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 37814272 140732293710812 140732293710987 140732293710987 140732293713871 0
[pid=22845/tid=22860] ppid=22843 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/22845/task/22860/stat : 22860 (java) S 22843 22843 16140 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 511047416 28904853504 7297 33554432000 4194304 4196468 140732293707744 139698808568688 139699563326082 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37814272 140732293710812 140732293710987 140732293710987 140732293713871 0
[pid=22845/tid=22861] ppid=22843 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/22845/task/22861/stat : 22861 (java) S 22843 22843 16140 0 -1 1077944384 123 0 0 0 0 0 0 0 20 0 20 0 511047416 28904853504 7297 33554432000 4194304 4196468 140732293707744 139698807515632 139699563326082 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37814272 140732293710812 140732293710987 140732293710987 140732293713871 0
[pid=22845/tid=22862] ppid=22843 vsize=28227396 memory=0 CPUtime=0.02 cores=0-7
/proc/22845/task/22862/stat : 22862 (java) R 22843 22843 16140 0 -1 4202560 331 0 0 0 2 0 0 0 20 0 20 0 511047416 28904853504 7297 33554432000 4194304 4196468 140732293707744 139698806460112 139699541996382 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 37814272 140732293710812 140732293710987 140732293710987 140732293713871 0
[pid=22845/tid=22863] ppid=22843 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/22845/task/22863/stat : 22863 (java) S 22843 22843 16140 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 511047416 28904853504 7297 33554432000 4194304 4196468 140732293707744 139698805410272 139699563325141 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37814272 140732293710812 140732293710987 140732293710987 140732293713871 0
[pid=22845/tid=22864] ppid=22843 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/22845/task/22864/stat : 22864 (java) S 22843 22843 16140 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511047416 28904853504 7297 33554432000 4194304 4196468 140732293707744 139698804357808 139699563326082 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37814272 140732293710812 140732293710987 140732293710987 140732293713871 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 30116 KiB

[startup+0.210153 s]*
/proc/loadavg: 7.86 7.81 7.88 3/211 22864
/proc/meminfo: memFree=28453804/32770624 swapFree=67023936/67108860
[pid=22843] ppid=22840 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/22843/stat : 22843 (xcsp3-exec) S 22840 22843 16140 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 511047410 115843072 364 33554432000 4194304 5098028 140736602143088 140736602141192 140141351674492 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 24334336 140736602149719 140736602149978 140736602149978 140736602152902 0
/proc/22843/statm: 28282 364 305 221 0 87 0
[pid=22845] ppid=22843 vsize=28227396 memory=40976 CPUtime=0.34 cores=0-7
/proc/22845/stat : 22845 (java) S 22843 22843 16140 0 -1 1077944320 9528 0 0 0 31 3 0 0 20 0 20 0 511047410 28904853504 10244 33554432000 4194304 4196468 140732293707744 140732293690288 139699563314935 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 37814272 140732293710812 140732293710987 140732293710987 140732293713871 0
/proc/22845/statm: 7056849 10244 3274 1 0 7019032 0
[pid=22845/tid=22846] ppid=22843 vsize=28227396 memory=8318255677412212789 CPUtime=0.2 cores=0-7
/proc/22845/task/22846/stat : 22846 (java) R 22843 22843 16140 0 -1 4202560 6622 0 0 0 18 2 0 0 20 0 20 0 511047410 28904853504 10244 33554432000 4194304 4196468 140732293707744 139699567548032 139699196822205 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 37814272 140732293710812 140732293710987 140732293710987 140732293713871 0
[pid=22845/tid=22847] ppid=22843 vsize=28227396 memory=339 CPUtime=0 cores=0-7
/proc/22845/task/22847/stat : 22847 (java) S 22843 22843 16140 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 511047411 28904853504 10244 33554432000 4194304 4196468 140732293707744 139699114859024 139699563325141 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37814272 140732293710812 140732293710987 140732293710987 140732293713871 0
[pid=22845/tid=22848] ppid=22843 vsize=28227396 memory=3978561960997656224 CPUtime=0 cores=0-7
/proc/22845/task/22848/stat : 22848 (java) S 22843 22843 16140 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 511047411 28904853504 10244 33554432000 4194304 4196468 140732293707744 139699113806480 139699563325141 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37814272 140732293710812 140732293710987 140732293710987 140732293713871 0
[pid=22845/tid=22849] ppid=22843 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/22845/task/22849/stat : 22849 (java) S 22843 22843 16140 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511047411 28904853504 10244 33554432000 4194304 4196468 140732293707744 139699112753424 139699563325141 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37814272 140732293710812 140732293710987 140732293710987 140732293713871 0
[pid=22845/tid=22850] ppid=22843 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/22845/task/22850/stat : 22850 (java) S 22843 22843 16140 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511047411 28904853504 10244 33554432000 4194304 4196468 140732293707744 139699111700880 139699563325141 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37814272 140732293710812 140732293710987 140732293710987 140732293713871 0
[pid=22845/tid=22851] ppid=22843 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/22845/task/22851/stat : 22851 (java) S 22843 22843 16140 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 511047411 28904853504 10244 33554432000 4194304 4196468 140732293707744 139699110648848 139699563325141 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37814272 140732293710812 140732293710987 140732293710987 140732293713871 0
[pid=22845/tid=22852] ppid=22843 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/22845/task/22852/stat : 22852 (java) S 22843 22843 16140 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511047411 28904853504 10244 33554432000 4194304 4196468 140732293707744 139699109596304 139699563325141 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37814272 140732293710812 140732293710987 140732293710987 140732293713871 0
[pid=22845/tid=22853] ppid=22843 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/22845/task/22853/stat : 22853 (java) S 22843 22843 16140 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 511047411 28904853504 10244 33554432000 4194304 4196468 140732293707744 139699108543248 139699563325141 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37814272 140732293710812 140732293710987 140732293710987 140732293713871 0
[pid=22845/tid=22854] ppid=22843 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/22845/task/22854/stat : 22854 (java) S 22843 22843 16140 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 511047411 28904853504 10244 33554432000 4194304 4196468 140732293707744 139699107490704 139699563325141 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37814272 140732293710812 140732293710987 140732293710987 140732293713871 0
[pid=22845/tid=22855] ppid=22843 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/22845/task/22855/stat : 22855 (java) S 22843 22843 16140 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 511047413 28904853504 10244 33554432000 4194304 4196468 140732293707744 139698813831408 139699563326082 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37814272 140732293710812 140732293710987 140732293710987 140732293713871 0
[pid=22845/tid=22856] ppid=22843 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/22845/task/22856/stat : 22856 (java) S 22843 22843 16140 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 511047413 28904853504 10244 33554432000 4194304 4196468 140732293707744 139698812777632 139699563325141 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37814272 140732293710812 140732293710987 140732293710987 140732293713871 0
[pid=22845/tid=22857] ppid=22843 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/22845/task/22857/stat : 22857 (java) S 22843 22843 16140 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 511047413 28904853504 10244 33554432000 4194304 4196468 140732293707744 139698811724528 139699563325141 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37814272 140732293710812 140732293710987 140732293710987 140732293713871 0
[pid=22845/tid=22858] ppid=22843 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/22845/task/22858/stat : 22858 (java) S 22843 22843 16140 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511047416 28904853504 10244 33554432000 4194304 4196468 140732293707744 139698810673104 139699563333531 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37814272 140732293710812 140732293710987 140732293710987 140732293713871 0
[pid=22845/tid=22859] ppid=22843 vsize=28227396 memory=0 CPUtime=0.01 cores=0-7
/proc/22845/task/22859/stat : 22859 (java) S 22843 22843 16140 0 -1 1077944384 418 0 0 0 1 0 0 0 20 0 20 0 511047416 28904853504 10244 33554432000 4194304 4196468 140732293707744 139698809621232 139699563326082 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37814272 140732293710812 140732293710987 140732293710987 140732293713871 0
[pid=22845/tid=22860] ppid=22843 vsize=28227396 memory=0 CPUtime=0.02 cores=0-7
/proc/22845/task/22860/stat : 22860 (java) S 22843 22843 16140 0 -1 1077944384 259 0 0 0 2 0 0 0 20 0 20 0 511047416 28904853504 10244 33554432000 4194304 4196468 140732293707744 139698808568688 139699563326082 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37814272 140732293710812 140732293710987 140732293710987 140732293713871 0
[pid=22845/tid=22861] ppid=22843 vsize=28227396 memory=-1 CPUtime=0.01 cores=0-7
/proc/22845/task/22861/stat : 22861 (java) S 22843 22843 16140 0 -1 1077944384 151 0 0 0 1 0 0 0 20 0 20 0 511047416 28904853504 10244 33554432000 4194304 4196468 140732293707744 139698807515632 139699563326082 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37814272 140732293710812 140732293710987 140732293710987 140732293713871 0
[pid=22845/tid=22862] ppid=22843 vsize=28227396 memory=-1 CPUtime=0.08 cores=0-7
/proc/22845/task/22862/stat : 22862 (java) R 22843 22843 16140 0 -1 4202560 763 0 0 0 8 0 0 0 20 0 20 0 511047416 28904853504 10244 33554432000 4194304 4196468 140732293707744 139698806462896 139699555552062 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 37814272 140732293710812 140732293710987 140732293710987 140732293713871 0
[pid=22845/tid=22863] ppid=22843 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/22845/task/22863/stat : 22863 (java) S 22843 22843 16140 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 511047416 28904853504 10244 33554432000 4194304 4196468 140732293707744 139698805410272 139699563325141 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37814272 140732293710812 140732293710987 140732293710987 140732293713871 0
[pid=22845/tid=22864] ppid=22843 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/22845/task/22864/stat : 22864 (java) S 22843 22843 16140 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511047416 28904853504 10244 33554432000 4194304 4196468 140732293707744 139698804357808 139699563326082 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37814272 140732293710812 140732293710987 140732293710987 140732293713871 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 42432 KiB

[startup+0.309513 s]*
/proc/loadavg: 7.86 7.81 7.88 3/211 22864
/proc/meminfo: memFree=28447040/32770624 swapFree=67023936/67108860
[pid=22843] ppid=22840 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/22843/stat : 22843 (xcsp3-exec) S 22840 22843 16140 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 511047410 115843072 364 33554432000 4194304 5098028 140736602143088 140736602141192 140141351674492 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 24334336 140736602149719 140736602149978 140736602149978 140736602152902 0
/proc/22843/statm: 28282 364 305 221 0 87 0
[pid=22845] ppid=22843 vsize=28231652 memory=49956 CPUtime=0.53 cores=0-7
/proc/22845/stat : 22845 (java) S 22843 22843 16140 0 -1 1077944320 10841 0 0 0 49 4 0 0 20 0 20 0 511047410 28909211648 12489 33554432000 4194304 4196468 140732293707744 140732293690288 139699563314935 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 37814272 140732293710812 140732293710987 140732293710987 140732293713871 0
/proc/22845/statm: 7057913 12489 3344 1 0 7019032 0
[pid=22845/tid=22846] ppid=22843 vsize=28231652 memory=6791534058613427641 CPUtime=0.29 cores=0-7
/proc/22845/task/22846/stat : 22846 (java) R 22843 22843 16140 0 -1 4202560 7766 0 0 0 27 2 0 0 20 0 20 0 511047410 28909211648 12489 33554432000 4194304 4196468 140732293707744 139699567548720 139699547395422 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 37814272 140732293710812 140732293710987 140732293710987 140732293713871 0
[pid=22845/tid=22847] ppid=22843 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/22845/task/22847/stat : 22847 (java) S 22843 22843 16140 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 511047411 28909211648 12489 33554432000 4194304 4196468 140732293707744 139699114859024 139699563325141 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37814272 140732293710812 140732293710987 140732293710987 140732293713871 0
[pid=22845/tid=22848] ppid=22843 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/22845/task/22848/stat : 22848 (java) S 22843 22843 16140 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 511047411 28909211648 12489 33554432000 4194304 4196468 140732293707744 139699113806480 139699563325141 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37814272 140732293710812 140732293710987 140732293710987 140732293713871 0
[pid=22845/tid=22849] ppid=22843 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/22845/task/22849/stat : 22849 (java) S 22843 22843 16140 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511047411 28909211648 12489 33554432000 4194304 4196468 140732293707744 139699112753424 139699563325141 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37814272 140732293710812 140732293710987 140732293710987 140732293713871 0
[pid=22845/tid=22850] ppid=22843 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/22845/task/22850/stat : 22850 (java) S 22843 22843 16140 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511047411 28909211648 12489 33554432000 4194304 4196468 140732293707744 139699111700880 139699563325141 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37814272 140732293710812 140732293710987 140732293710987 140732293713871 0
[pid=22845/tid=22851] ppid=22843 vsize=28231652 memory=2244 CPUtime=0 cores=0-7
/proc/22845/task/22851/stat : 22851 (java) S 22843 22843 16140 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 511047411 28909211648 12489 33554432000 4194304 4196468 140732293707744 139699110648848 139699563325141 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37814272 140732293710812 140732293710987 140732293710987 140732293713871 0
[pid=22845/tid=22852] ppid=22843 vsize=28231652 memory=140531195802543 CPUtime=0 cores=0-7
/proc/22845/task/22852/stat : 22852 (java) S 22843 22843 16140 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511047411 28909211648 12489 33554432000 4194304 4196468 140732293707744 139699109596304 139699563325141 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37814272 140732293710812 140732293710987 140732293710987 140732293713871 0
[pid=22845/tid=22853] ppid=22843 vsize=28231652 memory=140531195804848 CPUtime=0 cores=0-7
/proc/22845/task/22853/stat : 22853 (java) S 22843 22843 16140 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 511047411 28909211648 12489 33554432000 4194304 4196468 140732293707744 139699108543248 139699563325141 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37814272 140732293710812 140732293710987 140732293710987 140732293713871 0
[pid=22845/tid=22854] ppid=22843 vsize=28231652 memory=140531195807152 CPUtime=0 cores=0-7
/proc/22845/task/22854/stat : 22854 (java) S 22843 22843 16140 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 511047411 28909211648 12489 33554432000 4194304 4196468 140732293707744 139699107490704 139699563325141 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37814272 140732293710812 140732293710987 140732293710987 140732293713871 0
[pid=22845/tid=22855] ppid=22843 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/22845/task/22855/stat : 22855 (java) S 22843 22843 16140 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 511047413 28909211648 12489 33554432000 4194304 4196468 140732293707744 139698813831408 139699563326082 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37814272 140732293710812 140732293710987 140732293710987 140732293713871 0
[pid=22845/tid=22856] ppid=22843 vsize=28231652 memory=281062391621264 CPUtime=0 cores=0-7
/proc/22845/task/22856/stat : 22856 (java) S 22843 22843 16140 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 511047413 28909211648 12489 33554432000 4194304 4196468 140732293707744 139698812777632 139699563325141 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37814272 140732293710812 140732293710987 140732293710987 140732293713871 0
[pid=22845/tid=22857] ppid=22843 vsize=28231652 memory=281062391628176 CPUtime=0 cores=0-7
/proc/22845/task/22857/stat : 22857 (java) S 22843 22843 16140 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 511047413 28909211648 12489 33554432000 4194304 4196468 140732293707744 139698811724528 139699563325141 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37814272 140732293710812 140732293710987 140732293710987 140732293713871 0
[pid=22845/tid=22858] ppid=22843 vsize=28231652 memory=281062391569456 CPUtime=0 cores=0-7
/proc/22845/task/22858/stat : 22858 (java) S 22843 22843 16140 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511047416 28909211648 12489 33554432000 4194304 4196468 140732293707744 139698810673104 139699563333531 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37814272 140732293710812 140732293710987 140732293710987 140732293713871 0
[pid=22845/tid=22859] ppid=22843 vsize=28231652 memory=281062391642000 CPUtime=0.02 cores=0-7
/proc/22845/task/22859/stat : 22859 (java) S 22843 22843 16140 0 -1 1077944384 429 0 0 0 2 0 0 0 20 0 20 0 511047416 28909211648 12489 33554432000 4194304 4196468 140732293707744 139698809621232 139699563326082 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37814272 140732293710812 140732293710987 140732293710987 140732293713871 0
[pid=22845/tid=22860] ppid=22843 vsize=28231652 memory=281062391648912 CPUtime=0.04 cores=0-7
/proc/22845/task/22860/stat : 22860 (java) R 22843 22843 16140 0 -1 4202560 336 0 0 0 4 0 0 0 20 0 20 0 511047416 28909211648 12489 33554432000 4194304 4196468 140732293707744 139698808559072 139699544839872 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 37814272 140732293710812 140732293710987 140732293710987 140732293713871 0
[pid=22845/tid=22861] ppid=22843 vsize=28231652 memory=281062391646608 CPUtime=0.02 cores=0-7
/proc/22845/task/22861/stat : 22861 (java) S 22843 22843 16140 0 -1 1077944384 164 0 0 0 2 0 0 0 20 0 20 0 511047416 28909211648 12489 33554432000 4194304 4196468 140732293707744 139698807515632 139699563326082 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37814272 140732293710812 140732293710987 140732293710987 140732293713871 0
[pid=22845/tid=22862] ppid=22843 vsize=28231652 memory=281062391662768 CPUtime=0.12 cores=0-7
/proc/22845/task/22862/stat : 22862 (java) S 22843 22843 16140 0 -1 1077944384 837 0 0 0 12 0 0 0 20 0 20 0 511047416 28909211648 12489 33554432000 4194304 4196468 140732293707744 139698806463088 139699563326082 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37814272 140732293710812 140732293710987 140732293710987 140732293713871 0
[pid=22845/tid=22863] ppid=22843 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/22845/task/22863/stat : 22863 (java) S 22843 22843 16140 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 511047416 28909211648 12489 33554432000 4194304 4196468 140732293707744 139698805410272 139699563325141 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37814272 140732293710812 140732293710987 140732293710987 140732293713871 0
[pid=22845/tid=22864] ppid=22843 vsize=28231652 memory=-1 CPUtime=0 cores=0-7
/proc/22845/task/22864/stat : 22864 (java) S 22843 22843 16140 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511047416 28909211648 12489 33554432000 4194304 4196468 140732293707744 139698804357808 139699563326082 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37814272 140732293710812 140732293710987 140732293710987 140732293713871 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 28344780 KiB
Current children cumulated memory: 51412 KiB

[startup+0.708778 s]
/proc/loadavg: 7.86 7.81 7.88 6/211 22864
/proc/meminfo: memFree=28429456/32770624 swapFree=67023936/67108860
[pid=22843] ppid=22840 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/22843/stat : 22843 (xcsp3-exec) S 22840 22843 16140 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 511047410 115843072 364 33554432000 4194304 5098028 140736602143088 140736602141192 140141351674492 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 24334336 140736602149719 140736602149978 140736602149978 140736602152902 0
/proc/22843/statm: 28282 364 305 221 0 87 0
[pid=22845] ppid=22843 vsize=28832852 memory=171736 CPUtime=2.09 cores=0-7
/proc/22845/stat : 22845 (java) S 22843 22843 16140 0 -1 1077944320 16798 0 0 0 201 8 0 0 20 0 27 0 511047410 29524840448 42934 33554432000 4194304 4196468 140732293707744 140732293690288 139699563314935 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 37814272 140732293710812 140732293710987 140732293710987 140732293713871 0
/proc/22845/statm: 7208213 42934 3461 1 0 7169313 0
[pid=22845/tid=22846] ppid=22843 vsize=28832852 memory=281062392020656 CPUtime=0.56 cores=0-7
/proc/22845/task/22846/stat : 22846 (java) S 22843 22843 16140 0 -1 1077944384 9126 0 0 0 53 3 0 0 20 0 27 0 511047410 29524840448 42934 33554432000 4194304 4196468 140732293707744 139699567555712 139699563325141 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37814272 140732293710812 140732293710987 140732293710987 140732293713871 0
[pid=22845/tid=22847] ppid=22843 vsize=28832852 memory=140531196011376 CPUtime=0 cores=0-7
/proc/22845/task/22847/stat : 22847 (java) S 22843 22843 16140 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 27 0 511047411 29524840448 42934 33554432000 4194304 4196468 140732293707744 139699114859024 139699563325141 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37814272 140732293710812 140732293710987 140732293710987 140732293713871 0
[pid=22845/tid=22848] ppid=22843 vsize=28832852 memory=0 CPUtime=0 cores=0-7
/proc/22845/task/22848/stat : 22848 (java) S 22843 22843 16140 0 -1 1077944384 12 0 0 0 0 0 0 0 20 0 27 0 511047411 29524840448 42934 33554432000 4194304 4196468 140732293707744 139699113806480 139699563325141 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37814272 140732293710812 140732293710987 140732293710987 140732293713871 0
[pid=22845/tid=22849] ppid=22843 vsize=28832852 memory=1076 CPUtime=0 cores=0-7
/proc/22845/task/22849/stat : 22849 (java) S 22843 22843 16140 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 27 0 511047411 29524840448 42934 33554432000 4194304 4196468 140732293707744 139699112753424 139699563325141 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37814272 140732293710812 140732293710987 140732293710987 140732293713871 0

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

[pid=22845/tid=22960] ppid=22843 vsize=28832852 memory=828 CPUtime=159.23 cores=0-7
/proc/22845/task/22960/stat : 22960 (java) R 22843 22843 16140 0 -1 4202560 3911 0 0 0 15919 4 0 0 20 0 28 0 511047499 29524840448 54271 33554432000 4194304 4196468 140732293707744 139698793033488 139699201277867 0 4 0 16800975 0 0 0 -1 1 0 0 1 0 0 6293624 6294260 37814272 140732293710812 140732293710987 140732293710987 140732293713871 0
Current children cumulated CPU time: 1286.4 s
Current children cumulated vsize: 28945980 KiB
Current children cumulated memory: 218540 KiB

[startup+222.302 s]
/proc/loadavg: 8.65 8.22 8.02 9/219 22975
/proc/meminfo: memFree=28150672/32770624 swapFree=67023936/67108860
[pid=22843] ppid=22840 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/22843/stat : 22843 (xcsp3-exec) S 22840 22843 16140 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 511047410 115843072 364 33554432000 4194304 5098028 140736602143088 140736602141192 140141351674492 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 24334336 140736602149719 140736602149978 140736602149978 140736602152902 0
/proc/22843/statm: 28282 364 305 221 0 87 0
[pid=22845] ppid=22843 vsize=28832852 memory=351488 CPUtime=1762 cores=0-7
/proc/22845/stat : 22845 (java) S 22843 22843 16140 0 -1 1077944320 103429 0 0 0 176137 63 0 0 20 0 28 0 511047410 29524840448 87872 33554432000 4194304 4196468 140732293707744 140732293690288 139699563314935 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 37814272 140732293710812 140732293710987 140732293710987 140732293713871 0
/proc/22845/statm: 7208213 87872 3516 1 0 7169313 0
[pid=22845/tid=22846] ppid=22843 vsize=28832852 memory=351488 CPUtime=0.56 cores=0-7
/proc/22845/task/22846/stat : 22846 (java) S 22843 22843 16140 0 -1 1077944384 9126 0 0 0 53 3 0 0 20 0 28 0 511047410 29524840448 87872 33554432000 4194304 4196468 140732293707744 139699567555712 139699563325141 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37814272 140732293710812 140732293710987 140732293710987 140732293713871 0
[pid=22845/tid=22847] ppid=22843 vsize=28832852 memory=1456 CPUtime=0.38 cores=0-7
/proc/22845/task/22847/stat : 22847 (java) S 22843 22843 16140 0 -1 1077944384 2795 0 0 0 34 4 0 0 20 0 28 0 511047411 29524840448 87872 33554432000 4194304 4196468 140732293707744 139699114859024 139699563325141 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37814272 140732293710812 140732293710987 140732293710987 140732293713871 0
[pid=22845/tid=22848] ppid=22843 vsize=28832852 memory=351488 CPUtime=0.37 cores=0-7
/proc/22845/task/22848/stat : 22848 (java) S 22843 22843 16140 0 -1 1077944384 3284 0 0 0 34 3 0 0 20 0 28 0 511047411 29524840448 87872 33554432000 4194304 4196468 140732293707744 139699113806480 139699563325141 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37814272 140732293710812 140732293710987 140732293710987 140732293713871 0
[pid=22845/tid=22849] ppid=22843 vsize=28832852 memory=3264 CPUtime=0.37 cores=0-7
/proc/22845/task/22849/stat : 22849 (java) S 22843 22843 16140 0 -1 1077944384 2592 0 0 0 33 4 0 0 20 0 28 0 511047411 29524840448 87872 33554432000 4194304 4196468 140732293707744 139699112753424 139699563325141 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37814272 140732293710812 140732293710987 140732293710987 140732293713871 0
[pid=22845/tid=22850] ppid=22843 vsize=28832852 memory=1456 CPUtime=0.38 cores=0-7
/proc/22845/task/22850/stat : 22850 (java) S 22843 22843 16140 0 -1 1077944384 2598 0 0 0 35 3 0 0 20 0 28 0 511047411 29524840448 87872 33554432000 4194304 4196468 140732293707744 139699111700880 139699563325141 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37814272 140732293710812 140732293710987 140732293710987 140732293713871 0
[pid=22845/tid=22851] ppid=22843 vsize=28832852 memory=164 CPUtime=0.36 cores=0-7
/proc/22845/task/22851/stat : 22851 (java) S 22843 22843 16140 0 -1 1077944384 2905 0 0 0 33 3 0 0 20 0 28 0 511047411 29524840448 87872 33554432000 4194304 4196468 140732293707744 139699110648848 139699563325141 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37814272 140732293710812 140732293710987 140732293710987 140732293713871 0
[pid=22845/tid=22852] ppid=22843 vsize=28832852 memory=7517442807098140017 CPUtime=0.37 cores=0-7
/proc/22845/task/22852/stat : 22852 (java) S 22843 22843 16140 0 -1 1077944384 2305 0 0 0 34 3 0 0 20 0 28 0 511047411 29524840448 87872 33554432000 4194304 4196468 140732293707744 139699109596304 139699563325141 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37814272 140732293710812 140732293710987 140732293710987 140732293713871 0
[pid=22845/tid=22853] ppid=22843 vsize=28832852 memory=3648 CPUtime=0.38 cores=0-7
/proc/22845/task/22853/stat : 22853 (java) S 22843 22843 16140 0 -1 1077944384 3533 0 0 0 35 3 0 0 20 0 28 0 511047411 29524840448 87872 33554432000 4194304 4196468 140732293707744 139699108543248 139699563325141 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37814272 140732293710812 140732293710987 140732293710987 140732293713871 0
[pid=22845/tid=22854] ppid=22843 vsize=28832852 memory=3611978298749449858 CPUtime=0.38 cores=0-7
/proc/22845/task/22854/stat : 22854 (java) S 22843 22843 16140 0 -1 1077944384 2618 0 0 0 34 4 0 0 20 0 28 0 511047411 29524840448 87872 33554432000 4194304 4196468 140732293707744 139699107490704 139699563325141 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37814272 140732293710812 140732293710987 140732293710987 140732293713871 0
[pid=22845/tid=22855] ppid=22843 vsize=28832852 memory=1244 CPUtime=0.34 cores=0-7
/proc/22845/task/22855/stat : 22855 (java) S 22843 22843 16140 0 -1 1077944384 8230 0 0 0 30 4 0 0 20 0 28 0 511047413 29524840448 87872 33554432000 4194304 4196468 140732293707744 139698813831408 139699563326082 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37814272 140732293710812 140732293710987 140732293710987 140732293713871 0
[pid=22845/tid=22856] ppid=22843 vsize=28832852 memory=14064 CPUtime=0 cores=0-7
/proc/22845/task/22856/stat : 22856 (java) S 22843 22843 16140 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 28 0 511047413 29524840448 87872 33554432000 4194304 4196468 140732293707744 139698812777696 139699563325141 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37814272 140732293710812 140732293710987 140732293710987 140732293713871 0
[pid=22845/tid=22857] ppid=22843 vsize=28832852 memory=12519 CPUtime=0 cores=0-7
/proc/22845/task/22857/stat : 22857 (java) S 22843 22843 16140 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 28 0 511047413 29524840448 87872 33554432000 4194304 4196468 140732293707744 139698811724544 139699563325141 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37814272 140732293710812 140732293710987 140732293710987 140732293713871 0
[pid=22845/tid=22858] ppid=22843 vsize=28832852 memory=12527 CPUtime=0 cores=0-7
/proc/22845/task/22858/stat : 22858 (java) S 22843 22843 16140 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 511047416 29524840448 87872 33554432000 4194304 4196468 140732293707744 139698810673104 139699563333531 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37814272 140732293710812 140732293710987 140732293710987 140732293713871 0
[pid=22845/tid=22859] ppid=22843 vsize=28832852 memory=165 CPUtime=1.95 cores=0-7
/proc/22845/task/22859/stat : 22859 (java) S 22843 22843 16140 0 -1 1077944384 9750 0 0 0 193 2 0 0 20 0 28 0 511047416 29524840448 87872 33554432000 4194304 4196468 140732293707744 139698809621232 139699563326082 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37814272 140732293710812 140732293710987 140732293710987 140732293713871 0
[pid=22845/tid=22860] ppid=22843 vsize=28832852 memory=59 CPUtime=1.54 cores=0-7
/proc/22845/task/22860/stat : 22860 (java) S 22843 22843 16140 0 -1 1077944384 9439 0 0 0 152 2 0 0 20 0 28 0 511047416 29524840448 87872 33554432000 4194304 4196468 140732293707744 139698808568688 139699563326082 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37814272 140732293710812 140732293710987 140732293710987 140732293713871 0
[pid=22845/tid=22861] ppid=22843 vsize=28832852 memory=238675493541051 CPUtime=1.65 cores=0-7
/proc/22845/task/22861/stat : 22861 (java) S 22843 22843 16140 0 -1 1077944384 7268 0 0 0 164 1 0 0 20 0 28 0 511047416 29524840448 87872 33554432000 4194304 4196468 140732293707744 139698807515632 139699563326082 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37814272 140732293710812 140732293710987 140732293710987 140732293713871 0
[pid=22845/tid=22862] ppid=22843 vsize=28832852 memory=281062392703328 CPUtime=0.59 cores=0-7
/proc/22845/task/22862/stat : 22862 (java) S 22843 22843 16140 0 -1 1077944384 7758 0 0 0 58 1 0 0 20 0 28 0 511047416 29524840448 87872 33554432000 4194304 4196468 140732293707744 139698806463088 139699563326082 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37814272 140732293710812 140732293710987 140732293710987 140732293713871 0
[pid=22845/tid=22863] ppid=22843 vsize=28832852 memory=349328 CPUtime=0 cores=0-7
/proc/22845/task/22863/stat : 22863 (java) S 22843 22843 16140 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 511047416 29524840448 87872 33554432000 4194304 4196468 140732293707744 139698805410272 139699563325141 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37814272 140732293710812 140732293710987 140732293710987 140732293713871 0
[pid=22845/tid=22864] ppid=22843 vsize=28832852 memory=1456 CPUtime=0.03 cores=0-7
/proc/22845/task/22864/stat : 22864 (java) S 22843 22843 16140 0 -1 1077944384 1810 0 0 0 0 3 0 0 20 0 28 0 511047416 29524840448 87872 33554432000 4194304 4196468 140732293707744 139698804357808 139699563326082 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37814272 140732293710812 140732293710987 140732293710987 140732293713871 0
[pid=22845/tid=22953] ppid=22843 vsize=28832852 memory=3648 CPUtime=219.36 cores=0-7
/proc/22845/task/22953/stat : 22953 (java) R 22843 22843 16140 0 -1 4202560 2186 0 0 0 21935 1 0 0 20 0 28 0 511047499 29524840448 87872 33554432000 4194304 4196468 140732293707744 139698788824680 139699202158880 0 4 0 16800975 0 0 0 -1 4 0 0 1 0 0 6293624 6294260 37814272 140732293710812 140732293710987 140732293710987 140732293713871 0
[pid=22845/tid=22954] ppid=22843 vsize=28832852 memory=349328 CPUtime=218.71 cores=0-7
/proc/22845/task/22954/stat : 22954 (java) R 22843 22843 16140 0 -1 4202560 2481 0 0 0 21870 1 0 0 20 0 28 0 511047499 29524840448 87872 33554432000 4194304 4196468 140732293707744 139698795138856 139699556135792 0 4 0 16800975 0 0 0 -1 0 0 0 1 0 0 6293624 6294260 37814272 140732293710812 140732293710987 140732293710987 140732293713871 0
[pid=22845/tid=22955] ppid=22843 vsize=28832852 memory=1608 CPUtime=218.95 cores=0-7
/proc/22845/task/22955/stat : 22955 (java) R 22843 22843 16140 0 -1 4202560 2154 0 0 0 21894 1 0 0 20 0 28 0 511047499 29524840448 87872 33554432000 4194304 4196468 140732293707744 139698794087072 139699202180649 0 4 0 16800975 0 0 0 -1 2 0 0 2 0 0 6293624 6294260 37814272 140732293710812 140732293710987 140732293710987 140732293713871 0
[pid=22845/tid=22956] ppid=22843 vsize=28832852 memory=1076 CPUtime=218.47 cores=0-7
/proc/22845/task/22956/stat : 22956 (java) R 22843 22843 16140 0 -1 4202560 1887 0 0 0 21846 1 0 0 20 0 28 0 511047499 29524840448 87872 33554432000 4194304 4196468 140732293707744 139698791985264 139699201277377 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 37814272 140732293710812 140732293710987 140732293710987 140732293713871 0
[pid=22845/tid=22957] ppid=22843 vsize=28832852 memory=52244 CPUtime=218.65 cores=0-7
/proc/22845/task/22957/stat : 22957 (java) R 22843 22843 16140 0 -1 4202560 4620 0 0 0 21863 2 0 0 20 0 28 0 511047499 29524840448 87872 33554432000 4194304 4196468 140732293707744 139698787770344 139699201277602 0 4 0 16800975 0 0 0 -1 7 0 0 2 0 0 6293624 6294260 37814272 140732293710812 140732293710987 140732293710987 140732293713871 0
[pid=22845/tid=22958] ppid=22843 vsize=28832852 memory=1040 CPUtime=218.9 cores=0-7
/proc/22845/task/22958/stat : 22958 (java) R 22843 22843 16140 0 -1 4202560 3402 0 0 0 21888 2 0 0 20 0 28 0 511047499 29524840448 87872 33554432000 4194304 4196468 140732293707744 139698790928336 139699202454908 0 4 0 16800975 0 0 0 -1 3 0 0 1 0 0 6293624 6294260 37814272 140732293710812 140732293710987 140732293710987 140732293713871 0
[pid=22845/tid=22959] ppid=22843 vsize=28832852 memory=2084 CPUtime=218.91 cores=0-7
/proc/22845/task/22959/stat : 22959 (java) R 22843 22843 16140 0 -1 4202560 2712 0 0 0 21888 3 0 0 20 0 28 0 511047499 29524840448 87872 33554432000 4194304 4196468 140732293707744 139698786717232 139699201277571 0 4 0 16800975 0 0 0 -1 1 0 0 1 0 0 6293624 6294260 37814272 140732293710812 140732293710987 140732293710987 140732293713871 0
[pid=22845/tid=22960] ppid=22843 vsize=28832852 memory=3124 CPUtime=218.58 cores=0-7
/proc/22845/task/22960/stat : 22960 (java) R 22843 22843 16140 0 -1 4202560 4912 0 0 0 21854 4 0 0 20 0 28 0 511047499 29524840448 87872 33554432000 4194304 4196468 140732293707744 139698793037528 139699201354696 0 4 0 16800975 0 0 0 -1 6 0 0 1 0 0 6293624 6294260 37814272 140732293710812 140732293710987 140732293710987 140732293713871 0
Current children cumulated CPU time: 1762 s
Current children cumulated vsize: 28945980 KiB
Current children cumulated memory: 352944 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+252.006 s]*
/proc/loadavg: 8.45 8.21 8.03 9/220 22977
/proc/meminfo: memFree=28141164/32770624 swapFree=67023936/67108860
[pid=22843] ppid=22840 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/22843/stat : 22843 (xcsp3-exec) S 22840 22843 16140 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 511047410 115843072 364 33554432000 4194304 5098028 140736602143088 140736602141192 140141351674492 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 24334336 140736602149719 140736602149978 140736602149978 140736602152902 0
/proc/22843/statm: 28282 364 305 221 0 87 0
[pid=22845] ppid=22843 vsize=28832852 memory=360324 CPUtime=1997.48 cores=0-7
/proc/22845/stat : 22845 (java) S 22843 22843 16140 0 -1 1077944320 108062 0 0 0 199680 68 0 0 20 0 28 0 511047410 29524840448 90081 33554432000 4194304 4196468 140732293707744 140732293690288 139699563314935 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 37814272 140732293710812 140732293710987 140732293710987 140732293713871 0
/proc/22845/statm: 7208213 90081 3516 1 0 7169313 0
[pid=22845/tid=22846] ppid=22843 vsize=28832852 memory=6791534058613427641 CPUtime=0.56 cores=0-7
/proc/22845/task/22846/stat : 22846 (java) S 22843 22843 16140 0 -1 1077944384 9126 0 0 0 53 3 0 0 20 0 28 0 511047410 29524840448 90081 33554432000 4194304 4196468 140732293707744 139699567555712 139699563325141 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37814272 140732293710812 140732293710987 140732293710987 140732293713871 0
[pid=22845/tid=22847] ppid=22843 vsize=28832852 memory=4872558044660077418 CPUtime=0.44 cores=0-7
/proc/22845/task/22847/stat : 22847 (java) S 22843 22843 16140 0 -1 1077944384 2995 0 0 0 40 4 0 0 20 0 28 0 511047411 29524840448 90081 33554432000 4194304 4196468 140732293707744 139699114859024 139699563325141 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37814272 140732293710812 140732293710987 140732293710987 140732293713871 0
[pid=22845/tid=22848] ppid=22843 vsize=28832852 memory=1040 CPUtime=0.45 cores=0-7
/proc/22845/task/22848/stat : 22848 (java) S 22843 22843 16140 0 -1 1077944384 3404 0 0 0 42 3 0 0 20 0 28 0 511047411 29524840448 90081 33554432000 4194304 4196468 140732293707744 139699113806480 139699563325141 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37814272 140732293710812 140732293710987 140732293710987 140732293713871 0
[pid=22845/tid=22849] ppid=22843 vsize=28832852 memory=2084 CPUtime=0.45 cores=0-7
/proc/22845/task/22849/stat : 22849 (java) S 22843 22843 16140 0 -1 1077944384 2707 0 0 0 41 4 0 0 20 0 28 0 511047411 29524840448 90081 33554432000 4194304 4196468 140732293707744 139699112753424 139699563325141 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37814272 140732293710812 140732293710987 140732293710987 140732293713871 0
[pid=22845/tid=22850] ppid=22843 vsize=28832852 memory=1480 CPUtime=0.45 cores=0-7
/proc/22845/task/22850/stat : 22850 (java) S 22843 22843 16140 0 -1 1077944384 3419 0 0 0 42 3 0 0 20 0 28 0 511047411 29524840448 90081 33554432000 4194304 4196468 140732293707744 139699111700880 139699563325141 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37814272 140732293710812 140732293710987 140732293710987 140732293713871 0
[pid=22845/tid=22851] ppid=22843 vsize=28832852 memory=3880 CPUtime=0.43 cores=0-7
/proc/22845/task/22851/stat : 22851 (java) S 22843 22843 16140 0 -1 1077944384 3062 0 0 0 39 4 0 0 20 0 28 0 511047411 29524840448 90081 33554432000 4194304 4196468 140732293707744 139699110648848 139699563325141 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37814272 140732293710812 140732293710987 140732293710987 140732293713871 0
[pid=22845/tid=22852] ppid=22843 vsize=28832852 memory=7712 CPUtime=0.45 cores=0-7
/proc/22845/task/22852/stat : 22852 (java) S 22843 22843 16140 0 -1 1077944384 2471 0 0 0 41 4 0 0 20 0 28 0 511047411 29524840448 90081 33554432000 4194304 4196468 140732293707744 139699109596304 139699563325141 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37814272 140732293710812 140732293710987 140732293710987 140732293713871 0
[pid=22845/tid=22853] ppid=22843 vsize=28832852 memory=1760 CPUtime=0.45 cores=0-7
/proc/22845/task/22853/stat : 22853 (java) S 22843 22843 16140 0 -1 1077944384 3684 0 0 0 42 3 0 0 20 0 28 0 511047411 29524840448 90081 33554432000 4194304 4196468 140732293707744 139699108543248 139699563325141 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37814272 140732293710812 140732293710987 140732293710987 140732293713871 0
[pid=22845/tid=22854] ppid=22843 vsize=28832852 memory=1172 CPUtime=0.45 cores=0-7
/proc/22845/task/22854/stat : 22854 (java) S 22843 22843 16140 0 -1 1077944384 2728 0 0 0 41 4 0 0 20 0 28 0 511047411 29524840448 90081 33554432000 4194304 4196468 140732293707744 139699107490704 139699563325141 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37814272 140732293710812 140732293710987 140732293710987 140732293713871 0
[pid=22845/tid=22855] ppid=22843 vsize=28832852 memory=6791534058613427641 CPUtime=0.4 cores=0-7
/proc/22845/task/22855/stat : 22855 (java) S 22843 22843 16140 0 -1 1077944384 8823 0 0 0 35 5 0 0 20 0 28 0 511047413 29524840448 90081 33554432000 4194304 4196468 140732293707744 139698813831408 139699563326082 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37814272 140732293710812 140732293710987 140732293710987 140732293713871 0
[pid=22845/tid=22856] ppid=22843 vsize=28832852 memory=4992 CPUtime=0 cores=0-7
/proc/22845/task/22856/stat : 22856 (java) S 22843 22843 16140 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 28 0 511047413 29524840448 90081 33554432000 4194304 4196468 140732293707744 139698812777696 139699563325141 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37814272 140732293710812 140732293710987 140732293710987 140732293713871 0
[pid=22845/tid=22857] ppid=22843 vsize=28832852 memory=4100 CPUtime=0 cores=0-7
/proc/22845/task/22857/stat : 22857 (java) S 22843 22843 16140 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 28 0 511047413 29524840448 90081 33554432000 4194304 4196468 140732293707744 139698811724544 139699563325141 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37814272 140732293710812 140732293710987 140732293710987 140732293713871 0
[pid=22845/tid=22858] ppid=22843 vsize=28832852 memory=1456 CPUtime=0 cores=0-7
/proc/22845/task/22858/stat : 22858 (java) S 22843 22843 16140 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 511047416 29524840448 90081 33554432000 4194304 4196468 140732293707744 139698810673104 139699563333531 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37814272 140732293710812 140732293710987 140732293710987 140732293713871 0
[pid=22845/tid=22859] ppid=22843 vsize=28832852 memory=358232 CPUtime=1.95 cores=0-7
/proc/22845/task/22859/stat : 22859 (java) S 22843 22843 16140 0 -1 1077944384 9752 0 0 0 193 2 0 0 20 0 28 0 511047416 29524840448 90081 33554432000 4194304 4196468 140732293707744 139698809621232 139699563326082 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37814272 140732293710812 140732293710987 140732293710987 140732293713871 0
[pid=22845/tid=22860] ppid=22843 vsize=28832852 memory=1456 CPUtime=1.54 cores=0-7
/proc/22845/task/22860/stat : 22860 (java) S 22843 22843 16140 0 -1 1077944384 9441 0 0 0 152 2 0 0 20 0 28 0 511047416 29524840448 90081 33554432000 4194304 4196468 140732293707744 139698808568688 139699563326082 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37814272 140732293710812 140732293710987 140732293710987 140732293713871 0
[pid=22845/tid=22861] ppid=22843 vsize=28832852 memory=356184 CPUtime=1.65 cores=0-7
/proc/22845/task/22861/stat : 22861 (java) S 22843 22843 16140 0 -1 1077944384 7271 0 0 0 164 1 0 0 20 0 28 0 511047416 29524840448 90081 33554432000 4194304 4196468 140732293707744 139698807515632 139699563326082 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37814272 140732293710812 140732293710987 140732293710987 140732293713871 0
[pid=22845/tid=22862] ppid=22843 vsize=28832852 memory=828 CPUtime=0.59 cores=0-7
/proc/22845/task/22862/stat : 22862 (java) S 22843 22843 16140 0 -1 1077944384 7760 0 0 0 58 1 0 0 20 0 28 0 511047416 29524840448 90081 33554432000 4194304 4196468 140732293707744 139698806463088 139699563326082 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37814272 140732293710812 140732293710987 140732293710987 140732293713871 0
[pid=22845/tid=22863] ppid=22843 vsize=28832852 memory=1076 CPUtime=0 cores=0-7
/proc/22845/task/22863/stat : 22863 (java) S 22843 22843 16140 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 511047416 29524840448 90081 33554432000 4194304 4196468 140732293707744 139698805410272 139699563325141 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37814272 140732293710812 140732293710987 140732293710987 140732293713871 0
[pid=22845/tid=22864] ppid=22843 vsize=28832852 memory=3124 CPUtime=0.04 cores=0-7
/proc/22845/task/22864/stat : 22864 (java) S 22843 22843 16140 0 -1 1077944384 1836 0 0 0 0 4 0 0 20 0 28 0 511047416 29524840448 90081 33554432000 4194304 4196468 140732293707744 139698804357808 139699563326082 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37814272 140732293710812 140732293710987 140732293710987 140732293713871 0
[pid=22845/tid=22953] ppid=22843 vsize=28832852 memory=1244 CPUtime=248.75 cores=0-7
/proc/22845/task/22953/stat : 22953 (java) R 22843 22843 16140 0 -1 4202560 2373 0 0 0 24874 1 0 0 20 0 28 0 511047499 29524840448 90081 33554432000 4194304 4196468 140732293707744 139698788821824 139699197125730 0 4 0 16800975 0 0 0 -1 6 0 0 1 0 0 6293624 6294260 37814272 140732293710812 140732293710987 140732293710987 140732293713871 0
[pid=22845/tid=22954] ppid=22843 vsize=28832852 memory=1760 CPUtime=248.03 cores=0-7
/proc/22845/task/22954/stat : 22954 (java) R 22843 22843 16140 0 -1 4202560 2649 0 0 0 24802 1 0 0 20 0 28 0 511047499 29524840448 90081 33554432000 4194304 4196468 140732293707744 139698795138720 139699202160956 0 4 0 16800975 0 0 0 -1 2 0 0 1 0 0 6293624 6294260 37814272 140732293710812 140732293710987 140732293710987 140732293713871 0
[pid=22845/tid=22955] ppid=22843 vsize=28832852 memory=1456 CPUtime=248.43 cores=0-7
/proc/22845/task/22955/stat : 22955 (java) R 22843 22843 16140 0 -1 4202560 2294 0 0 0 24842 1 0 0 20 0 28 0 511047499 29524840448 90081 33554432000 4194304 4196468 140732293707744 139698794086824 139699202455041 0 4 0 16800975 0 0 0 -1 7 0 0 2 0 0 6293624 6294260 37814272 140732293710812 140732293710987 140732293710987 140732293713871 0
[pid=22845/tid=22956] ppid=22843 vsize=28832852 memory=358232 CPUtime=247.7 cores=0-7
/proc/22845/task/22956/stat : 22956 (java) R 22843 22843 16140 0 -1 4202560 2067 0 0 0 24769 1 0 0 20 0 28 0 511047499 29524840448 90081 33554432000 4194304 4196468 140732293707744 139698791981856 139699201354196 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 37814272 140732293710812 140732293710987 140732293710987 140732293713871 0
[pid=22845/tid=22957] ppid=22843 vsize=28832852 memory=828 CPUtime=248 cores=0-7
/proc/22845/task/22957/stat : 22957 (java) R 22843 22843 16140 0 -1 4202560 4880 0 0 0 24798 2 0 0 20 0 28 0 511047499 29524840448 90081 33554432000 4194304 4196468 140732293707744 139698787770784 139699202609051 0 4 0 16800975 0 0 0 -1 3 0 0 2 0 0 6293624 6294260 37814272 140732293710812 140732293710987 140732293710987 140732293713871 0
[pid=22845/tid=22958] ppid=22843 vsize=28832852 memory=736 CPUtime=248.09 cores=0-7
/proc/22845/task/22958/stat : 22958 (java) R 22843 22843 16140 0 -1 4202560 3699 0 0 0 24807 2 0 0 20 0 28 0 511047499 29524840448 90081 33554432000 4194304 4196468 140732293707744 139698790931200 139699202927840 0 4 0 16800975 0 0 0 -1 1 0 0 1 0 0 6293624 6294260 37814272 140732293710812 140732293710987 140732293710987 140732293713871 0
[pid=22845/tid=22959] ppid=22843 vsize=28832852 memory=1608 CPUtime=248.36 cores=0-7
/proc/22845/task/22959/stat : 22959 (java) R 22843 22843 16140 0 -1 4202560 2949 0 0 0 24833 3 0 0 20 0 28 0 511047499 29524840448 90081 33554432000 4194304 4196468 140732293707744 139698786717648 139699201278470 0 4 0 16800975 0 0 0 -1 4 0 0 1 0 0 6293624 6294260 37814272 140732293710812 140732293710987 140732293710987 140732293713871 0
[pid=22845/tid=22960] ppid=22843 vsize=28832852 memory=1076 CPUtime=247.98 cores=0-7
/proc/22845/task/22960/stat : 22960 (java) R 22843 22843 16140 0 -1 4202560 5608 0 0 0 24794 4 0 0 20 0 28 0 511047499 29524840448 90081 33554432000 4194304 4196468 140732293707744 139698793033408 139699202313260 0 4 0 16800975 0 0 0 -1 0 0 0 1 0 0 6293624 6294260 37814272 140732293710812 140732293710987 140732293710987 140732293713871 0
Current children cumulated CPU time: 1997.48 s
Current children cumulated vsize: 28945980 KiB
Current children cumulated memory: 361780 KiB

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

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

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

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

Child status: 143
Real time (s): 252.102
CPU time (s): 1998.12
CPU user time (s): 1997.42
CPU system time (s): 0.698292
CPU usage (%): 792.584
Max. virtual memory (cumulated for all children) (KiB): 28945980
Max. memory (cumulated for all children) (KiB): 361780

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1997.42
system time used= 0.698292
maximum resident set size= 361268
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 109185
page faults= 0
swaps= 0
block input operations= 0
block output operations= 488
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 43059
involuntary context switches= 24641


# summary of solver processes directly reported to runsolver:
#   pid: 22843,22845
#   total CPU time (s): 1998.12
#   total CPU user time (s): 1997.42
#   total CPU system time (s): 0.698292

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.29923 second user time and 2.70911 second system time

The end

Launcher Data

Begin job on node150 at 2019-09-24 19:55:08
IDJOB=4407376
IDBENCH=135746
IDSOLVER=2872
FILE ID=node150/4407376-1569347749
RUNJOBID= node150-1569335938-16167
PBS_JOBID= 21705047
Free space on /var/tmp= 13480 MiB

SOLVER NAME= choco-solver 2019-09-24 parallel
BENCH NAME= XCSP17/TravellingSalesman/TravellingSalesman-m1-n15/TravellingSalesman-15-30-12.xml
COMMAND LINE= xcsp3-exec -dir DIR -tl TIMEOUT -p NBCORE -ml 24000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4407376-1569347749/watcher-4407376-1569347749 -o /var/tmp/evaluation-result-4407376-1569347749/solver-4407376-1569347749 -C 2016 -W 252 -M 31000 --bin-var /var/tmp/runsolver-exch-node150-1569335938-16167 --watchdog 312  xcsp3-exec -dir HOME -tl 2016 -p 8 -ml 24000 -tdir HOME -seed 1119431451 HOME/instance-4407376-1569347749.xml

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

MD5SUM BENCH= dba33b05662b19bf60999f99ad872bed
RANDOM SEED=1119431451

node150.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.79
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.79
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.79
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.79
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:        28484344 kB
MemAvailable:   31816840 kB
Buffers:          103332 kB
Cached:          3336224 kB
SwapCached:         8116 kB
Active:          3362888 kB
Inactive:         112200 kB
Active(anon):       3472 kB
Inactive(anon):    83520 kB
Active(file):    3359416 kB
Inactive(file):    28680 kB
Unevictable:      109416 kB
Mlocked:          109416 kB
SwapTotal:      67108860 kB
SwapFree:       67023936 kB
Dirty:             26104 kB
Writeback:             0 kB
AnonPages:        155200 kB
Mapped:            54124 kB
Shmem:             42756 kB
Slab:             401664 kB
SReclaimable:     372860 kB
SUnreclaim:        28804 kB
KernelStack:        3712 kB
PageTables:         6196 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     515340 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     86016 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:       99712 kB
DirectMap2M:    33445888 kB

Free space on /var/tmp at the end= 13456 MiB
End job on node150 at 2019-09-24 19:59:21