Trace number 4406907

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 parallel? (TO) 19979.6 2520.12

General information on the benchmark

NameMagicHexagon/MagicHexagon-m1-s1/
MagicHexagon-06-m100.xml
MD5SUM48fd215a6575ff2faea72cbf693f6cf6
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 benchmark11498
Satisfiable
(Un)Satisfiability was proved
Number of variables121
Number of constraints40
Number of domains1
Minimum domain size91
Maximum domain size91
Distribution of domain sizes[{"size":91,"count":91}]
Minimum variable degree0
Maximum variable degree9
Distribution of variable degrees[{"degree":0,"count":30},{"degree":4,"count":85},{"degree":5,"count":3},{"degree":6,"count":2},{"degree":9,"count":1}]
Minimum constraint arity2
Maximum constraint arity91
Distribution of constraint arities[{"arity":2,"count":6},{"arity":6,"count":6},{"arity":7,"count":6},{"arity":8,"count":6},{"arity":9,"count":6},{"arity":10,"count":6},{"arity":11,"count":3},{"arity":91,"count":1}]
Number of extensional constraints0
Number of intensional constraints6
Distribution of constraint types[{"type":"intension","count":6},{"type":"allDifferent","count":1},{"type":"sum","count":33}]
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-4406907-1569352578.xml"  -tl '20160s' -p 8
0.11/0.18	c Choco e747e1e
0.11/0.19	c [HOME/instance-4406907-1569352578.xml, -tl, 20160s, -p, 8]
0.33/0.23	c 8 solvers in parallel
0.33/0.29	c parse instance...
1.26/0.64	c solve instance...
19978.84/2520.08	s UNKNOWN
19978.84/2520.08	c Unexpected resolution interruption!

Verifier Data


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

command line: BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4406907-1569352578/watcher-4406907-1569352578 -o /var/tmp/evaluation-result-4406907-1569352578/solver-4406907-1569352578 -C 20160 -W 2520 -M 31000 --bin-var /var/tmp/runsolver-exch-node107-1569345579-15751 --watchdog 2580 xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 348969636 HOME/instance-4406907-1569352578.xml 

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

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


[startup+0.100088 s]*
/proc/loadavg: 7.88 8.00 8.12 2/211 18187
/proc/meminfo: memFree=28729268/32770624 swapFree=66954108/67108860
[pid=18166] ppid=18163 vsize=113128 memory=1448 CPUtime=0 cores=0-7
/proc/18166/stat : 18166 (xcsp3-exec) S 18163 18166 15724 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 511513149 115843072 362 33554432000 4194304 5098028 140722484292848 140722484290952 139777807041148 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 14401536 140722484298578 140722484298837 140722484298837 140722484301766 0
/proc/18166/statm: 28282 362 304 221 0 87 0
[pid=18168] ppid=18166 vsize=28227396 memory=29672 CPUtime=0.11 cores=0-7
/proc/18168/stat : 18168 (java) S 18166 18166 15724 0 -1 1077944320 5889 0 0 0 10 1 0 0 20 0 20 0 511513150 28904853504 7418 33554432000 4194304 4196468 140724510310736 140724510293280 140164895571703 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 28594176 140724510315478 140724510315654 140724510315654 140724510318543 0
/proc/18168/statm: 7056849 7418 3098 1 0 7019032 0
[pid=18168/tid=18169] ppid=18166 vsize=28227396 memory=576460756329955445 CPUtime=0.08 cores=0-7
/proc/18168/task/18169/stat : 18169 (java) R 18166 18166 15724 0 -1 4202560 3799 0 0 0 7 1 0 0 20 0 20 0 511513150 28904853504 7418 33554432000 4194304 4196468 140724510310736 140164899798288 140164895583638 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 28594176 140724510315478 140724510315654 140724510315654 140724510318543 0
[pid=18168/tid=18170] ppid=18166 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/18168/task/18170/stat : 18170 (java) S 18166 18166 15724 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 511513151 28904853504 7418 33554432000 4194304 4196468 140724510310736 140164852124816 140164895581909 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28594176 140724510315478 140724510315654 140724510315654 140724510318543 0
[pid=18168/tid=18171] ppid=18166 vsize=28227396 memory=3545941700353287840 CPUtime=0 cores=0-7
/proc/18168/task/18171/stat : 18171 (java) S 18166 18166 15724 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511513151 28904853504 7418 33554432000 4194304 4196468 140724510310736 140164851072016 140164895581909 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28594176 140724510315478 140724510315654 140724510315654 140724510318543 0
[pid=18168/tid=18172] ppid=18166 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/18168/task/18172/stat : 18172 (java) S 18166 18166 15724 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511513151 28904853504 7418 33554432000 4194304 4196468 140724510310736 140164850019216 140164895581909 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28594176 140724510315478 140724510315654 140724510315654 140724510318543 0
[pid=18168/tid=18173] ppid=18166 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/18168/task/18173/stat : 18173 (java) S 18166 18166 15724 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511513151 28904853504 7418 33554432000 4194304 4196468 140724510310736 140164443790096 140164895581909 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28594176 140724510315478 140724510315654 140724510315654 140724510318543 0
[pid=18168/tid=18174] ppid=18166 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/18168/task/18174/stat : 18174 (java) S 18166 18166 15724 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 511513151 28904853504 7418 33554432000 4194304 4196468 140724510310736 140164442737296 140164895581909 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28594176 140724510315478 140724510315654 140724510315654 140724510318543 0
[pid=18168/tid=18175] ppid=18166 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/18168/task/18175/stat : 18175 (java) S 18166 18166 15724 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511513151 28904853504 7418 33554432000 4194304 4196468 140724510310736 140164441684496 140164895581909 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28594176 140724510315478 140724510315654 140724510315654 140724510318543 0
[pid=18168/tid=18176] ppid=18166 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/18168/task/18176/stat : 18176 (java) S 18166 18166 15724 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511513151 28904853504 7418 33554432000 4194304 4196468 140724510310736 140164440631696 140164895581909 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28594176 140724510315478 140724510315654 140724510315654 140724510318543 0
[pid=18168/tid=18177] ppid=18166 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/18168/task/18177/stat : 18177 (java) S 18166 18166 15724 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511513151 28904853504 7418 33554432000 4194304 4196468 140724510310736 140164439578896 140164895581909 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28594176 140724510315478 140724510315654 140724510315654 140724510318543 0
[pid=18168/tid=18178] ppid=18166 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/18168/task/18178/stat : 18178 (java) S 18166 18166 15724 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 511513152 28904853504 7418 33554432000 4194304 4196468 140724510310736 140163023842160 140164895582850 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28594176 140724510315478 140724510315654 140724510315654 140724510318543 0
[pid=18168/tid=18179] ppid=18166 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/18168/task/18179/stat : 18179 (java) S 18166 18166 15724 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 511513153 28904853504 7418 33554432000 4194304 4196468 140724510310736 140163022788128 140164895581909 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28594176 140724510315478 140724510315654 140724510315654 140724510318543 0
[pid=18168/tid=18180] ppid=18166 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/18168/task/18180/stat : 18180 (java) S 18166 18166 15724 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 511513153 28904853504 7418 33554432000 4194304 4196468 140724510310736 140163021735280 140164895581909 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28594176 140724510315478 140724510315654 140724510315654 140724510318543 0
[pid=18168/tid=18181] ppid=18166 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/18168/task/18181/stat : 18181 (java) S 18166 18166 15724 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511513155 28904853504 7418 33554432000 4194304 4196468 140724510310736 140163020683600 140164895590299 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28594176 140724510315478 140724510315654 140724510315654 140724510318543 0
[pid=18168/tid=18182] ppid=18166 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/18168/task/18182/stat : 18182 (java) S 18166 18166 15724 0 -1 1077944384 29 0 0 0 0 0 0 0 20 0 20 0 511513156 28904853504 7418 33554432000 4194304 4196468 140724510310736 140163019631056 140164895581909 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28594176 140724510315478 140724510315654 140724510315654 140724510318543 0
[pid=18168/tid=18183] ppid=18166 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/18168/task/18183/stat : 18183 (java) S 18166 18166 15724 0 -1 1077944384 281 0 0 0 0 0 0 0 20 0 20 0 511513156 28904853504 7418 33554432000 4194304 4196468 140724510310736 140163018578160 140164895582850 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28594176 140724510315478 140724510315654 140724510315654 140724510318543 0
[pid=18168/tid=18184] ppid=18166 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/18168/task/18184/stat : 18184 (java) R 18166 18166 15724 0 -1 1077944384 124 0 0 0 0 0 0 0 20 0 20 0 511513156 28904853504 7418 33554432000 4194304 4196468 140724510310736 140163017525360 140164895582850 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28594176 140724510315478 140724510315654 140724510315654 140724510318543 0
[pid=18168/tid=18185] ppid=18166 vsize=28227396 memory=0 CPUtime=0.01 cores=0-7
/proc/18168/task/18185/stat : 18185 (java) R 18166 18166 15724 0 -1 4202560 348 0 0 0 1 0 0 0 20 0 20 0 511513156 28904853504 7418 33554432000 4194304 4196468 140724510310736 140163016472560 140164877157394 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 28594176 140724510315478 140724510315654 140724510315654 140724510318543 0
[pid=18168/tid=18186] ppid=18166 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/18168/task/18186/stat : 18186 (java) S 18166 18166 15724 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 511513156 28904853504 7418 33554432000 4194304 4196468 140724510310736 140163015421024 140164895581909 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28594176 140724510315478 140724510315654 140724510315654 140724510318543 0
[pid=18168/tid=18187] ppid=18166 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/18168/task/18187/stat : 18187 (java) S 18166 18166 15724 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511513156 28904853504 7418 33554432000 4194304 4196468 140724510310736 140163014368304 140164895582850 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28594176 140724510315478 140724510315654 140724510315654 140724510318543 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 31120 KiB

[startup+0.210377 s]*
/proc/loadavg: 7.88 8.00 8.12 3/211 18187
/proc/meminfo: memFree=28716316/32770624 swapFree=66954108/67108860
[pid=18166] ppid=18163 vsize=113128 memory=1448 CPUtime=0 cores=0-7
/proc/18166/stat : 18166 (xcsp3-exec) S 18163 18166 15724 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 511513149 115843072 362 33554432000 4194304 5098028 140722484292848 140722484290952 139777807041148 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 14401536 140722484298578 140722484298837 140722484298837 140722484301766 0
/proc/18166/statm: 28282 362 304 221 0 87 0
[pid=18168] ppid=18166 vsize=28227396 memory=40660 CPUtime=0.33 cores=0-7
/proc/18168/stat : 18168 (java) S 18166 18166 15724 0 -1 1077944320 9470 0 0 0 30 3 0 0 20 0 20 0 511513150 28904853504 10165 33554432000 4194304 4196468 140724510310736 140724510293280 140164895571703 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 28594176 140724510315478 140724510315654 140724510315654 140724510318543 0
/proc/18168/statm: 7056849 10165 3210 1 0 7019032 0
[pid=18168/tid=18169] ppid=18166 vsize=28227396 memory=8316850467074736180 CPUtime=0.19 cores=0-7
/proc/18168/task/18169/stat : 18169 (java) R 18166 18166 15724 0 -1 4202560 6659 0 0 0 17 2 0 0 20 0 20 0 511513150 28904853504 10165 33554432000 4194304 4196468 140724510310736 140164899801424 140164879652190 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 28594176 140724510315478 140724510315654 140724510315654 140724510318543 0
[pid=18168/tid=18170] ppid=18166 vsize=28227396 memory=10927 CPUtime=0 cores=0-7
/proc/18168/task/18170/stat : 18170 (java) S 18166 18166 15724 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 511513151 28904853504 10165 33554432000 4194304 4196468 140724510310736 140164852124816 140164895581909 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28594176 140724510315478 140724510315654 140724510315654 140724510318543 0
[pid=18168/tid=18171] ppid=18166 vsize=28227396 memory=140717137616617 CPUtime=0 cores=0-7
/proc/18168/task/18171/stat : 18171 (java) S 18166 18166 15724 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511513151 28904853504 10165 33554432000 4194304 4196468 140724510310736 140164851072016 140164895581909 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28594176 140724510315478 140724510315654 140724510315654 140724510318543 0
[pid=18168/tid=18172] ppid=18166 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/18168/task/18172/stat : 18172 (java) S 18166 18166 15724 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511513151 28904853504 10165 33554432000 4194304 4196468 140724510310736 140164850019216 140164895581909 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28594176 140724510315478 140724510315654 140724510315654 140724510318543 0
[pid=18168/tid=18173] ppid=18166 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/18168/task/18173/stat : 18173 (java) S 18166 18166 15724 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511513151 28904853504 10165 33554432000 4194304 4196468 140724510310736 140164443790096 140164895581909 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28594176 140724510315478 140724510315654 140724510315654 140724510318543 0
[pid=18168/tid=18174] ppid=18166 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/18168/task/18174/stat : 18174 (java) S 18166 18166 15724 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 511513151 28904853504 10165 33554432000 4194304 4196468 140724510310736 140164442737296 140164895581909 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28594176 140724510315478 140724510315654 140724510315654 140724510318543 0
[pid=18168/tid=18175] ppid=18166 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/18168/task/18175/stat : 18175 (java) S 18166 18166 15724 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511513151 28904853504 10165 33554432000 4194304 4196468 140724510310736 140164441684496 140164895581909 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28594176 140724510315478 140724510315654 140724510315654 140724510318543 0
[pid=18168/tid=18176] ppid=18166 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/18168/task/18176/stat : 18176 (java) S 18166 18166 15724 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511513151 28904853504 10165 33554432000 4194304 4196468 140724510310736 140164440631696 140164895581909 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28594176 140724510315478 140724510315654 140724510315654 140724510318543 0
[pid=18168/tid=18177] ppid=18166 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/18168/task/18177/stat : 18177 (java) S 18166 18166 15724 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511513151 28904853504 10165 33554432000 4194304 4196468 140724510310736 140164439578896 140164895581909 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28594176 140724510315478 140724510315654 140724510315654 140724510318543 0
[pid=18168/tid=18178] ppid=18166 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/18168/task/18178/stat : 18178 (java) S 18166 18166 15724 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 511513152 28904853504 10165 33554432000 4194304 4196468 140724510310736 140163023842160 140164895582850 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28594176 140724510315478 140724510315654 140724510315654 140724510318543 0
[pid=18168/tid=18179] ppid=18166 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/18168/task/18179/stat : 18179 (java) S 18166 18166 15724 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 511513153 28904853504 10165 33554432000 4194304 4196468 140724510310736 140163022788128 140164895581909 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28594176 140724510315478 140724510315654 140724510315654 140724510318543 0
[pid=18168/tid=18180] ppid=18166 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/18168/task/18180/stat : 18180 (java) S 18166 18166 15724 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 511513153 28904853504 10165 33554432000 4194304 4196468 140724510310736 140163021735280 140164895581909 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28594176 140724510315478 140724510315654 140724510315654 140724510318543 0
[pid=18168/tid=18181] ppid=18166 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/18168/task/18181/stat : 18181 (java) S 18166 18166 15724 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511513155 28904853504 10165 33554432000 4194304 4196468 140724510310736 140163020683600 140164895590299 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28594176 140724510315478 140724510315654 140724510315654 140724510318543 0
[pid=18168/tid=18182] ppid=18166 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/18168/task/18182/stat : 18182 (java) S 18166 18166 15724 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 20 0 511513156 28904853504 10165 33554432000 4194304 4196468 140724510310736 140163019630960 140164895582850 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28594176 140724510315478 140724510315654 140724510315654 140724510318543 0
[pid=18168/tid=18183] ppid=18166 vsize=28227396 memory=0 CPUtime=0.02 cores=0-7
/proc/18168/task/18183/stat : 18183 (java) S 18166 18166 15724 0 -1 1077944384 515 0 0 0 2 0 0 0 20 0 20 0 511513156 28904853504 10165 33554432000 4194304 4196468 140724510310736 140163018578160 140164895582850 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28594176 140724510315478 140724510315654 140724510315654 140724510318543 0
[pid=18168/tid=18184] ppid=18166 vsize=28227396 memory=-1 CPUtime=0.01 cores=0-7
/proc/18168/task/18184/stat : 18184 (java) S 18166 18166 15724 0 -1 1077944384 198 0 0 0 1 0 0 0 20 0 20 0 511513156 28904853504 10165 33554432000 4194304 4196468 140724510310736 140163017525360 140164895582850 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28594176 140724510315478 140724510315654 140724510315654 140724510318543 0
[pid=18168/tid=18185] ppid=18166 vsize=28227396 memory=-1 CPUtime=0.07 cores=0-7
/proc/18168/task/18185/stat : 18185 (java) R 18166 18166 15724 0 -1 4202560 734 0 0 0 7 0 0 0 20 0 20 0 511513156 28904853504 10165 33554432000 4194304 4196468 140724510310736 140163016466448 140164895583638 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 28594176 140724510315478 140724510315654 140724510315654 140724510318543 0
[pid=18168/tid=18186] ppid=18166 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/18168/task/18186/stat : 18186 (java) S 18166 18166 15724 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 511513156 28904853504 10165 33554432000 4194304 4196468 140724510310736 140163015421024 140164895581909 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28594176 140724510315478 140724510315654 140724510315654 140724510318543 0
[pid=18168/tid=18187] ppid=18166 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/18168/task/18187/stat : 18187 (java) S 18166 18166 15724 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511513156 28904853504 10165 33554432000 4194304 4196468 140724510310736 140163014368304 140164895582850 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28594176 140724510315478 140724510315654 140724510315654 140724510318543 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 42108 KiB

[startup+0.31013 s]*
/proc/loadavg: 7.88 8.00 8.12 3/211 18187
/proc/meminfo: memFree=28711308/32770624 swapFree=66954108/67108860
[pid=18166] ppid=18163 vsize=113128 memory=1448 CPUtime=0 cores=0-7
/proc/18166/stat : 18166 (xcsp3-exec) S 18163 18166 15724 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 511513149 115843072 362 33554432000 4194304 5098028 140722484292848 140722484290952 139777807041148 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 14401536 140722484298578 140722484298837 140722484298837 140722484301766 0
/proc/18166/statm: 28282 362 304 221 0 87 0
[pid=18168] ppid=18166 vsize=28231652 memory=49288 CPUtime=0.51 cores=0-7
/proc/18168/stat : 18168 (java) S 18166 18166 15724 0 -1 1077944320 10727 0 0 0 46 5 0 0 20 0 20 0 511513150 28909211648 12322 33554432000 4194304 4196468 140724510310736 140724510293280 140164895571703 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 28594176 140724510315478 140724510315654 140724510315654 140724510318543 0
/proc/18168/statm: 7057913 12322 3289 1 0 7019032 0
[pid=18168/tid=18169] ppid=18166 vsize=28231652 memory=8317482817917895235 CPUtime=0.29 cores=0-7
/proc/18168/task/18169/stat : 18169 (java) R 18166 18166 15724 0 -1 4202560 7753 0 0 0 26 3 0 0 20 0 20 0 511513150 28909211648 12322 33554432000 4194304 4196468 140724510310736 140164899802816 140164879652190 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 28594176 140724510315478 140724510315654 140724510315654 140724510318543 0
[pid=18168/tid=18170] ppid=18166 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/18168/task/18170/stat : 18170 (java) S 18166 18166 15724 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 511513151 28909211648 12322 33554432000 4194304 4196468 140724510310736 140164852124816 140164895581909 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28594176 140724510315478 140724510315654 140724510315654 140724510318543 0
[pid=18168/tid=18171] ppid=18166 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/18168/task/18171/stat : 18171 (java) S 18166 18166 15724 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511513151 28909211648 12322 33554432000 4194304 4196468 140724510310736 140164851072016 140164895581909 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28594176 140724510315478 140724510315654 140724510315654 140724510318543 0
[pid=18168/tid=18172] ppid=18166 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/18168/task/18172/stat : 18172 (java) S 18166 18166 15724 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511513151 28909211648 12322 33554432000 4194304 4196468 140724510310736 140164850019216 140164895581909 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28594176 140724510315478 140724510315654 140724510315654 140724510318543 0
[pid=18168/tid=18173] ppid=18166 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/18168/task/18173/stat : 18173 (java) S 18166 18166 15724 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511513151 28909211648 12322 33554432000 4194304 4196468 140724510310736 140164443790096 140164895581909 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28594176 140724510315478 140724510315654 140724510315654 140724510318543 0
[pid=18168/tid=18174] ppid=18166 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/18168/task/18174/stat : 18174 (java) S 18166 18166 15724 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 511513151 28909211648 12322 33554432000 4194304 4196468 140724510310736 140164442737296 140164895581909 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28594176 140724510315478 140724510315654 140724510315654 140724510318543 0
[pid=18168/tid=18175] ppid=18166 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/18168/task/18175/stat : 18175 (java) S 18166 18166 15724 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511513151 28909211648 12322 33554432000 4194304 4196468 140724510310736 140164441684496 140164895581909 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28594176 140724510315478 140724510315654 140724510315654 140724510318543 0
[pid=18168/tid=18176] ppid=18166 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/18168/task/18176/stat : 18176 (java) S 18166 18166 15724 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511513151 28909211648 12322 33554432000 4194304 4196468 140724510310736 140164440631696 140164895581909 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28594176 140724510315478 140724510315654 140724510315654 140724510318543 0
[pid=18168/tid=18177] ppid=18166 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/18168/task/18177/stat : 18177 (java) S 18166 18166 15724 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511513151 28909211648 12322 33554432000 4194304 4196468 140724510310736 140164439578896 140164895581909 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28594176 140724510315478 140724510315654 140724510315654 140724510318543 0
[pid=18168/tid=18178] ppid=18166 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/18168/task/18178/stat : 18178 (java) S 18166 18166 15724 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 511513152 28909211648 12322 33554432000 4194304 4196468 140724510310736 140163023842160 140164895582850 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28594176 140724510315478 140724510315654 140724510315654 140724510318543 0
[pid=18168/tid=18179] ppid=18166 vsize=28231652 memory=281434040507776 CPUtime=0 cores=0-7
/proc/18168/task/18179/stat : 18179 (java) S 18166 18166 15724 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 511513153 28909211648 12322 33554432000 4194304 4196468 140724510310736 140163022788128 140164895581909 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28594176 140724510315478 140724510315654 140724510315654 140724510318543 0
[pid=18168/tid=18180] ppid=18166 vsize=28231652 memory=281434040512384 CPUtime=0 cores=0-7
/proc/18168/task/18180/stat : 18180 (java) S 18166 18166 15724 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 511513153 28909211648 12322 33554432000 4194304 4196468 140724510310736 140163021735280 140164895581909 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28594176 140724510315478 140724510315654 140724510315654 140724510318543 0
[pid=18168/tid=18181] ppid=18166 vsize=28231652 memory=281434040516992 CPUtime=0 cores=0-7
/proc/18168/task/18181/stat : 18181 (java) S 18166 18166 15724 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511513155 28909211648 12322 33554432000 4194304 4196468 140724510310736 140163020683600 140164895590299 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28594176 140724510315478 140724510315654 140724510315654 140724510318543 0
[pid=18168/tid=18182] ppid=18166 vsize=28231652 memory=281434040521600 CPUtime=0.01 cores=0-7
/proc/18168/task/18182/stat : 18182 (java) S 18166 18166 15724 0 -1 1077944384 63 0 0 0 1 0 0 0 20 0 20 0 511513156 28909211648 12322 33554432000 4194304 4196468 140724510310736 140163019630960 140164895582850 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28594176 140724510315478 140724510315654 140724510315654 140724510318543 0
[pid=18168/tid=18183] ppid=18166 vsize=28231652 memory=281434040526208 CPUtime=0.02 cores=0-7
/proc/18168/task/18183/stat : 18183 (java) S 18166 18166 15724 0 -1 1077944384 520 0 0 0 2 0 0 0 20 0 20 0 511513156 28909211648 12322 33554432000 4194304 4196468 140724510310736 140163018578160 140164895582850 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28594176 140724510315478 140724510315654 140724510315654 140724510318543 0
[pid=18168/tid=18184] ppid=18166 vsize=28231652 memory=281434040530816 CPUtime=0.02 cores=0-7
/proc/18168/task/18184/stat : 18184 (java) R 18166 18166 15724 0 -1 4202560 283 0 0 0 2 0 0 0 20 0 20 0 511513156 28909211648 12322 33554432000 4194304 4196468 140724510310736 140163017515744 140164876272000 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 28594176 140724510315478 140724510315654 140724510315654 140724510318543 0
[pid=18168/tid=18185] ppid=18166 vsize=28231652 memory=281434040535424 CPUtime=0.13 cores=0-7
/proc/18168/task/18185/stat : 18185 (java) S 18166 18166 15724 0 -1 1077944384 823 0 0 0 13 0 0 0 20 0 20 0 511513156 28909211648 12322 33554432000 4194304 4196468 140724510310736 140163016472560 140164895582850 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28594176 140724510315478 140724510315654 140724510315654 140724510318543 0
[pid=18168/tid=18186] ppid=18166 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/18168/task/18186/stat : 18186 (java) S 18166 18166 15724 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 511513156 28909211648 12322 33554432000 4194304 4196468 140724510310736 140163015421024 140164895581909 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28594176 140724510315478 140724510315654 140724510315654 140724510318543 0
[pid=18168/tid=18187] ppid=18166 vsize=28231652 memory=-1 CPUtime=0 cores=0-7
/proc/18168/task/18187/stat : 18187 (java) S 18166 18166 15724 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 511513156 28909211648 12322 33554432000 4194304 4196468 140724510310736 140163014368304 140164895582850 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28594176 140724510315478 140724510315654 140724510315654 140724510318543 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 28344780 KiB
Current children cumulated memory: 50736 KiB

[startup+0.702905 s]
/proc/loadavg: 7.88 8.00 8.12 5/211 18187
/proc/meminfo: memFree=28691956/32770624 swapFree=66954108/67108860
[pid=18166] ppid=18163 vsize=113128 memory=1448 CPUtime=0 cores=0-7
/proc/18166/stat : 18166 (xcsp3-exec) S 18163 18166 15724 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 511513149 115843072 362 33554432000 4194304 5098028 140722484292848 140722484290952 139777807041148 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 14401536 140722484298578 140722484298837 140722484298837 140722484301766 0
/proc/18166/statm: 28282 362 304 221 0 87 0
[pid=18168] ppid=18166 vsize=28766288 memory=98012 CPUtime=1.73 cores=0-7
/proc/18168/stat : 18168 (java) S 18166 18166 15724 0 -1 1077944320 15268 0 0 0 166 7 0 0 20 0 28 0 511513150 29456678912 24503 33554432000 4194304 4196468 140724510310736 140724510293280 140164895571703 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 28594176 140724510315478 140724510315654 140724510315654 140724510318543 0
/proc/18168/statm: 7191572 24503 3455 1 0 7152672 0
[pid=18168/tid=18169] ppid=18166 vsize=28766288 memory=0 CPUtime=0.61 cores=0-7
/proc/18168/task/18169/stat : 18169 (java) S 18166 18166 15724 0 -1 1077944384 9358 0 0 0 57 4 0 0 20 0 28 0 511513150 29456678912 24503 33554432000 4194304 4196468 140724510310736 140164899812480 140164895581909 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28594176 140724510315478 140724510315654 140724510315654 140724510318543 0
[pid=18168/tid=18170] ppid=18166 vsize=28766288 memory=140717020455808 CPUtime=0 cores=0-7
/proc/18168/task/18170/stat : 18170 (java) S 18166 18166 15724 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 28 0 511513151 29456678912 24503 33554432000 4194304 4196468 140724510310736 140164852124816 140164895581909 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28594176 140724510315478 140724510315654 140724510315654 140724510318543 0
[pid=18168/tid=18171] ppid=18166 vsize=28766288 memory=0 CPUtime=0 cores=0-7
/proc/18168/task/18171/stat : 18171 (java) S 18166 18166 15724 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 511513151 29456678912 24503 33554432000 4194304 4196468 140724510310736 140164851072016 140164895581909 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28594176 140724510315478 140724510315654 140724510315654 140724510318543 0
[pid=18168/tid=18172] ppid=18166 vsize=28766288 memory=9364 CPUtime=0 cores=0-7
/proc/18168/task/18172/stat : 18172 (java) S 18166 18166 15724 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 511513151 29456678912 24503 33554432000 4194304 4196468 140724510310736 140164850019216 140164895581909 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28594176 140724510315478 140724510315654 140724510315654 140724510318543 0

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

[pid=18168/tid=18195] ppid=18166 vsize=28766288 memory=14981065810905736 CPUtime=2404.15 cores=0-7
/proc/18168/task/18195/stat : 18195 (java) R 18166 18166 15724 0 -1 4202560 239060 0 0 0 240006 409 0 0 20 0 28 0 511513215 29456678912 476283 33554432000 4194304 4196468 140724510310736 140162998018304 140164535694030 0 4 0 16800975 0 0 0 -1 0 0 0 15 0 0 6293624 6294260 28594176 140724510315478 140724510315654 140724510315654 140724510318543 0
Current children cumulated CPU time: 19362.5 s
Current children cumulated vsize: 28879416 KiB
Current children cumulated memory: 1906580 KiB

[startup+2502.3 s]
/proc/loadavg: 8.62 8.25 8.20 9/219 18405
/proc/meminfo: memFree=26680632/32770624 swapFree=66954120/67108860
[pid=18166] ppid=18163 vsize=113128 memory=1448 CPUtime=0 cores=0-7
/proc/18166/stat : 18166 (xcsp3-exec) S 18163 18166 15724 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 511513149 115843072 362 33554432000 4194304 5098028 140722484292848 140722484290952 139777807041148 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 14401536 140722484298578 140722484298837 140722484298837 140722484301766 0
/proc/18166/statm: 28282 362 304 221 0 87 0
[pid=18168] ppid=18166 vsize=28766288 memory=2070532 CPUtime=19838.2 cores=0-7
/proc/18168/stat : 18168 (java) S 18166 18166 15724 0 -1 1077944320 1317935 0 0 0 1981487 2334 0 0 20 0 28 0 511513150 29456678912 517633 33554432000 4194304 4196468 140724510310736 140724510293280 140164895571703 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 28594176 140724510315478 140724510315654 140724510315654 140724510318543 0
/proc/18168/statm: 7191572 517633 3541 1 0 7152672 0
[pid=18168/tid=18169] ppid=18166 vsize=28766288 memory=2065856 CPUtime=0.61 cores=0-7
/proc/18168/task/18169/stat : 18169 (java) S 18166 18166 15724 0 -1 1077944384 9358 0 0 0 57 4 0 0 20 0 28 0 511513150 29456678912 517633 33554432000 4194304 4196468 140724510310736 140164899812480 140164895581909 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28594176 140724510315478 140724510315654 140724510315654 140724510318543 0
[pid=18168/tid=18170] ppid=18166 vsize=28766288 memory=2067976 CPUtime=14.44 cores=0-7
/proc/18168/task/18170/stat : 18170 (java) S 18166 18166 15724 0 -1 1077944384 46745 0 0 0 1385 59 0 0 20 0 28 0 511513151 29456678912 517633 33554432000 4194304 4196468 140724510310736 140164852124816 140164895581909 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 9 0 0 6293624 6294260 28594176 140724510315478 140724510315654 140724510315654 140724510318543 0
[pid=18168/tid=18171] ppid=18166 vsize=28766288 memory=1412 CPUtime=14.48 cores=0-7
/proc/18168/task/18171/stat : 18171 (java) S 18166 18166 15724 0 -1 1077944384 44275 0 0 0 1387 61 0 0 20 0 28 0 511513151 29456678912 517633 33554432000 4194304 4196468 140724510310736 140164851072016 140164895581909 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 9 0 0 6293624 6294260 28594176 140724510315478 140724510315654 140724510315654 140724510318543 0
[pid=18168/tid=18172] ppid=18166 vsize=28766288 memory=1448 CPUtime=14.5 cores=0-7
/proc/18168/task/18172/stat : 18172 (java) S 18166 18166 15724 0 -1 1077944384 41279 0 0 0 1392 58 0 0 20 0 28 0 511513151 29456678912 517633 33554432000 4194304 4196468 140724510310736 140164850019216 140164895581909 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 9 0 0 6293624 6294260 28594176 140724510315478 140724510315654 140724510315654 140724510318543 0
[pid=18168/tid=18173] ppid=18166 vsize=28766288 memory=1448 CPUtime=14.49 cores=0-7
/proc/18168/task/18173/stat : 18173 (java) S 18166 18166 15724 0 -1 1077944384 45477 0 0 0 1390 59 0 0 20 0 28 0 511513151 29456678912 517633 33554432000 4194304 4196468 140724510310736 140164443790096 140164895581909 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 9 0 0 6293624 6294260 28594176 140724510315478 140724510315654 140724510315654 140724510318543 0
[pid=18168/tid=18174] ppid=18166 vsize=28766288 memory=50700 CPUtime=14.44 cores=0-7
/proc/18168/task/18174/stat : 18174 (java) S 18166 18166 15724 0 -1 1077944384 47912 0 0 0 1382 62 0 0 20 0 28 0 511513151 29456678912 517633 33554432000 4194304 4196468 140724510310736 140164442737296 140164895581909 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 10 0 0 6293624 6294260 28594176 140724510315478 140724510315654 140724510315654 140724510318543 0
[pid=18168/tid=18175] ppid=18166 vsize=28766288 memory=988 CPUtime=14.45 cores=0-7
/proc/18168/task/18175/stat : 18175 (java) S 18166 18166 15724 0 -1 1077944384 46539 0 0 0 1375 70 0 0 20 0 28 0 511513151 29456678912 517633 33554432000 4194304 4196468 140724510310736 140164441684496 140164895581909 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 9 0 0 6293624 6294260 28594176 140724510315478 140724510315654 140724510315654 140724510318543 0
[pid=18168/tid=18176] ppid=18166 vsize=28766288 memory=1448 CPUtime=14.47 cores=0-7
/proc/18168/task/18176/stat : 18176 (java) S 18166 18166 15724 0 -1 1077944384 43808 0 0 0 1387 60 0 0 20 0 28 0 511513151 29456678912 517633 33554432000 4194304 4196468 140724510310736 140164440631696 140164895581909 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 10 0 0 6293624 6294260 28594176 140724510315478 140724510315654 140724510315654 140724510318543 0
[pid=18168/tid=18177] ppid=18166 vsize=28766288 memory=50700 CPUtime=14.51 cores=0-7
/proc/18168/task/18177/stat : 18177 (java) S 18166 18166 15724 0 -1 1077944384 44825 0 0 0 1393 58 0 0 20 0 28 0 511513151 29456678912 517633 33554432000 4194304 4196468 140724510310736 140164439578896 140164895581909 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 7 0 0 6293624 6294260 28594176 140724510315478 140724510315654 140724510315654 140724510318543 0
[pid=18168/tid=18178] ppid=18166 vsize=28766288 memory=2069012 CPUtime=14.02 cores=0-7
/proc/18168/task/18178/stat : 18178 (java) S 18166 18166 15724 0 -1 1077944384 151968 0 0 0 599 803 0 0 20 0 28 0 511513152 29456678912 517633 33554432000 4194304 4196468 140724510310736 140163023842160 140164895582850 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28594176 140724510315478 140724510315654 140724510315654 140724510318543 0
[pid=18168/tid=18179] ppid=18166 vsize=28766288 memory=1448 CPUtime=0 cores=0-7
/proc/18168/task/18179/stat : 18179 (java) S 18166 18166 15724 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 28 0 511513153 29456678912 517633 33554432000 4194304 4196468 140724510310736 140163022788192 140164895581909 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28594176 140724510315478 140724510315654 140724510315654 140724510318543 0
[pid=18168/tid=18180] ppid=18166 vsize=28766288 memory=1448 CPUtime=0 cores=0-7
/proc/18168/task/18180/stat : 18180 (java) S 18166 18166 15724 0 -1 1077944384 85 0 0 0 0 0 0 0 20 0 28 0 511513153 29456678912 517633 33554432000 4194304 4196468 140724510310736 140163021735296 140164895581909 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28594176 140724510315478 140724510315654 140724510315654 140724510318543 0
[pid=18168/tid=18181] ppid=18166 vsize=28766288 memory=1448 CPUtime=0 cores=0-7
/proc/18168/task/18181/stat : 18181 (java) S 18166 18166 15724 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 511513155 29456678912 517633 33554432000 4194304 4196468 140724510310736 140163020683600 140164895590299 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28594176 140724510315478 140724510315654 140724510315654 140724510318543 0
[pid=18168/tid=18182] ppid=18166 vsize=28766288 memory=1448 CPUtime=1.7 cores=0-7
/proc/18168/task/18182/stat : 18182 (java) S 18166 18166 15724 0 -1 1077944384 8708 0 0 0 168 2 0 0 20 0 28 0 511513156 29456678912 517633 33554432000 4194304 4196468 140724510310736 140163019630960 140164895582850 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 13 0 0 6293624 6294260 28594176 140724510315478 140724510315654 140724510315654 140724510318543 0
[pid=18168/tid=18183] ppid=18166 vsize=28766288 memory=1448 CPUtime=1.65 cores=0-7
/proc/18168/task/18183/stat : 18183 (java) S 18166 18166 15724 0 -1 1077944384 9572 0 0 0 163 2 0 0 20 0 28 0 511513156 29456678912 517633 33554432000 4194304 4196468 140724510310736 140163018578160 140164895582850 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 12 0 0 6293624 6294260 28594176 140724510315478 140724510315654 140724510315654 140724510318543 0
[pid=18168/tid=18184] ppid=18166 vsize=28766288 memory=1448 CPUtime=2.01 cores=0-7
/proc/18168/task/18184/stat : 18184 (java) S 18166 18166 15724 0 -1 1077944384 9369 0 0 0 199 2 0 0 20 0 28 0 511513156 29456678912 517633 33554432000 4194304 4196468 140724510310736 140163017525360 140164895582850 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28594176 140724510315478 140724510315654 140724510315654 140724510318543 0
[pid=18168/tid=18185] ppid=18166 vsize=28766288 memory=2065856 CPUtime=0.68 cores=0-7
/proc/18168/task/18185/stat : 18185 (java) S 18166 18166 15724 0 -1 1077944384 7922 0 0 0 66 2 0 0 20 0 28 0 511513156 29456678912 517633 33554432000 4194304 4196468 140724510310736 140163016472560 140164895582850 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 11 0 0 6293624 6294260 28594176 140724510315478 140724510315654 140724510315654 140724510318543 0
[pid=18168/tid=18186] ppid=18166 vsize=28766288 memory=2120 CPUtime=0 cores=0-7
/proc/18168/task/18186/stat : 18186 (java) S 18166 18166 15724 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 511513156 29456678912 517633 33554432000 4194304 4196468 140724510310736 140163015421024 140164895581909 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28594176 140724510315478 140724510315654 140724510315654 140724510318543 0
[pid=18168/tid=18187] ppid=18166 vsize=28766288 memory=12036 CPUtime=0.78 cores=0-7
/proc/18168/task/18187/stat : 18187 (java) S 18166 18166 15724 0 -1 1077944384 5076 0 0 0 0 78 0 0 20 0 28 0 511513156 29456678912 517633 33554432000 4194304 4196468 140724510310736 140163014368304 140164895582850 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 9 0 0 6293624 6294260 28594176 140724510315478 140724510315654 140724510315654 140724510318543 0
[pid=18168/tid=18188] ppid=18166 vsize=28766288 memory=496 CPUtime=2462.31 cores=0-7
/proc/18168/task/18188/stat : 18188 (java) R 18166 18166 15724 0 -1 4202560 33305 0 0 0 246187 44 0 0 20 0 28 0 511513214 29456678912 517633 33554432000 4194304 4196468 140724510310736 140163005386584 140164535519766 0 4 0 16800975 0 0 0 -1 4 0 0 19 0 0 6293624 6294260 28594176 140724510315478 140724510315654 140724510315654 140724510318543 0
[pid=18168/tid=18189] ppid=18166 vsize=28766288 memory=2063816 CPUtime=2462.34 cores=0-7
/proc/18168/task/18189/stat : 18189 (java) R 18166 18166 15724 0 -1 4202560 39483 0 0 0 246190 44 0 0 20 0 28 0 511513214 29456678912 517633 33554432000 4194304 4196468 140724510310736 140163004334888 140164535519766 0 4 0 16800975 0 0 0 -1 5 0 0 21 0 0 6293624 6294260 28594176 140724510315478 140724510315654 140724510315654 140724510318543 0
[pid=18168/tid=18190] ppid=18166 vsize=28766288 memory=1448 CPUtime=2461 cores=0-7
/proc/18168/task/18190/stat : 18190 (java) R 18166 18166 15724 0 -1 4202560 85435 0 0 0 246016 84 0 0 20 0 28 0 511513214 29456678912 517633 33554432000 4194304 4196468 140724510310736 140163003282104 140164534490677 0 4 0 16800975 0 0 0 -1 7 0 0 22 0 0 6293624 6294260 28594176 140724510315478 140724510315654 140724510315654 140724510318543 0
[pid=18168/tid=18191] ppid=18166 vsize=28766288 memory=1448 CPUtime=2468.26 cores=0-7
/proc/18168/task/18191/stat : 18191 (java) R 18166 18166 15724 0 -1 4202560 64222 0 0 0 246766 60 0 0 20 0 28 0 511513215 29456678912 517633 33554432000 4194304 4196468 140724510310736 140163002228432 140164536689507 0 4 0 16800975 0 0 0 -1 0 0 0 13 0 0 6293624 6294260 28594176 140724510315478 140724510315654 140724510315654 140724510318543 0
[pid=18168/tid=18192] ppid=18166 vsize=28766288 memory=1448 CPUtime=2462.55 cores=0-7
/proc/18168/task/18192/stat : 18192 (java) R 18166 18166 15724 0 -1 4202560 128414 0 0 0 246068 187 0 0 20 0 28 0 511513215 29456678912 517633 33554432000 4194304 4196468 140724510310736 140163001175768 140164535519766 0 4 0 16800975 0 0 0 -1 1 0 0 22 0 0 6293624 6294260 28594176 140724510315478 140724510315654 140724510315654 140724510318543 0
[pid=18168/tid=18193] ppid=18166 vsize=28766288 memory=3580 CPUtime=2457.99 cores=0-7
/proc/18168/task/18193/stat : 18193 (java) R 18166 18166 15724 0 -1 4202560 115318 0 0 0 245638 161 0 0 20 0 28 0 511513215 29456678912 517633 33554432000 4194304 4196468 140724510310736 140163000125808 140164535780281 0 4 0 16800975 0 0 0 -1 3 0 0 26 0 0 6293624 6294260 28594176 140724510315478 140724510315654 140724510315654 140724510318543 0
[pid=18168/tid=18194] ppid=18166 vsize=28766288 memory=1448 CPUtime=2463.08 cores=0-7
/proc/18168/task/18194/stat : 18194 (java) R 18166 18166 15724 0 -1 4202560 36049 0 0 0 246262 46 0 0 20 0 28 0 511513215 29456678912 517633 33554432000 4194304 4196468 140724510310736 140162999071928 140164529990384 0 4 0 16800975 0 0 0 -1 2 0 0 22 0 0 6293624 6294260 28594176 140724510315478 140724510315654 140724510315654 140724510318543 0
[pid=18168/tid=18195] ppid=18166 vsize=28766288 memory=1448 CPUtime=2463.22 cores=0-7
/proc/18168/task/18195/stat : 18195 (java) R 18166 18166 15724 0 -1 4202560 251491 0 0 0 245891 431 0 0 20 0 28 0 511513215 29456678912 517633 33554432000 4194304 4196468 140724510310736 140162998018440 140164535784593 0 4 0 16800975 0 0 0 -1 6 0 0 16 0 0 6293624 6294260 28594176 140724510315478 140724510315654 140724510315654 140724510318543 0
Current children cumulated CPU time: 19838.2 s
Current children cumulated vsize: 28879416 KiB
Current children cumulated memory: 2071980 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+2520 s]*
/proc/loadavg: 8.70 8.29 8.21 9/218 18405
/proc/meminfo: memFree=26683232/32770624 swapFree=66954120/67108860
[pid=18166] ppid=18163 vsize=113128 memory=1448 CPUtime=0 cores=0-7
/proc/18166/stat : 18166 (xcsp3-exec) S 18163 18166 15724 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 511513149 115843072 362 33554432000 4194304 5098028 140722484292848 140722484290952 139777807041148 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 14401536 140722484298578 140722484298837 140722484298837 140722484301766 0
/proc/18166/statm: 28282 362 304 221 0 87 0
[pid=18168] ppid=18166 vsize=28766288 memory=2068956 CPUtime=19978.8 cores=0-7
/proc/18168/stat : 18168 (java) S 18166 18166 15724 0 -1 1077944320 1327838 0 0 0 1995530 2354 0 0 20 0 28 0 511513150 29456678912 517239 33554432000 4194304 4196468 140724510310736 140724510293280 140164895571703 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 28594176 140724510315478 140724510315654 140724510315654 140724510318543 0
/proc/18168/statm: 7191572 517239 3541 1 0 7152672 0
[pid=18168/tid=18169] ppid=18166 vsize=28766288 memory=8317482817917895235 CPUtime=0.61 cores=0-7
/proc/18168/task/18169/stat : 18169 (java) S 18166 18166 15724 0 -1 1077944384 9358 0 0 0 57 4 0 0 20 0 28 0 511513150 29456678912 517239 33554432000 4194304 4196468 140724510310736 140164899812480 140164895581909 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28594176 140724510315478 140724510315654 140724510315654 140724510318543 0
[pid=18168/tid=18170] ppid=18166 vsize=28766288 memory=2832 CPUtime=14.49 cores=0-7
/proc/18168/task/18170/stat : 18170 (java) S 18166 18166 15724 0 -1 1077944384 46877 0 0 0 1389 60 0 0 20 0 28 0 511513151 29456678912 517239 33554432000 4194304 4196468 140724510310736 140164852124816 140164895581909 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 9 0 0 6293624 6294260 28594176 140724510315478 140724510315654 140724510315654 140724510318543 0
[pid=18168/tid=18171] ppid=18166 vsize=28766288 memory=984 CPUtime=14.52 cores=0-7
/proc/18168/task/18171/stat : 18171 (java) S 18166 18166 15724 0 -1 1077944384 44406 0 0 0 1390 62 0 0 20 0 28 0 511513151 29456678912 517239 33554432000 4194304 4196468 140724510310736 140164851072016 140164895581909 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 9 0 0 6293624 6294260 28594176 140724510315478 140724510315654 140724510315654 140724510318543 0
[pid=18168/tid=18172] ppid=18166 vsize=28766288 memory=14012 CPUtime=14.54 cores=0-7
/proc/18168/task/18172/stat : 18172 (java) S 18166 18166 15724 0 -1 1077944384 41822 0 0 0 1396 58 0 0 20 0 28 0 511513151 29456678912 517239 33554432000 4194304 4196468 140724510310736 140164850019216 140164895581909 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 9 0 0 6293624 6294260 28594176 140724510315478 140724510315654 140724510315654 140724510318543 0
[pid=18168/tid=18173] ppid=18166 vsize=28766288 memory=21116 CPUtime=14.52 cores=0-7
/proc/18168/task/18173/stat : 18173 (java) S 18166 18166 15724 0 -1 1077944384 45749 0 0 0 1393 59 0 0 20 0 28 0 511513151 29456678912 517239 33554432000 4194304 4196468 140724510310736 140164443790096 140164895581909 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 9 0 0 6293624 6294260 28594176 140724510315478 140724510315654 140724510315654 140724510318543 0
[pid=18168/tid=18174] ppid=18166 vsize=28766288 memory=2120 CPUtime=14.49 cores=0-7
/proc/18168/task/18174/stat : 18174 (java) S 18166 18166 15724 0 -1 1077944384 48047 0 0 0 1386 63 0 0 20 0 28 0 511513151 29456678912 517239 33554432000 4194304 4196468 140724510310736 140164442737296 140164895581909 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 10 0 0 6293624 6294260 28594176 140724510315478 140724510315654 140724510315654 140724510318543 0
[pid=18168/tid=18175] ppid=18166 vsize=28766288 memory=12036 CPUtime=14.5 cores=0-7
/proc/18168/task/18175/stat : 18175 (java) S 18166 18166 15724 0 -1 1077944384 47087 0 0 0 1379 71 0 0 20 0 28 0 511513151 29456678912 517239 33554432000 4194304 4196468 140724510310736 140164441684496 140164895581909 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 9 0 0 6293624 6294260 28594176 140724510315478 140724510315654 140724510315654 140724510318543 0
[pid=18168/tid=18176] ppid=18166 vsize=28766288 memory=6791534058613427641 CPUtime=14.51 cores=0-7
/proc/18168/task/18176/stat : 18176 (java) S 18166 18166 15724 0 -1 1077944384 44009 0 0 0 1391 60 0 0 20 0 28 0 511513151 29456678912 517239 33554432000 4194304 4196468 140724510310736 140164440631696 140164895581909 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 10 0 0 6293624 6294260 28594176 140724510315478 140724510315654 140724510315654 140724510318543 0
[pid=18168/tid=18177] ppid=18166 vsize=28766288 memory=1444 CPUtime=14.54 cores=0-7
/proc/18168/task/18177/stat : 18177 (java) S 18166 18166 15724 0 -1 1077944384 44947 0 0 0 1396 58 0 0 20 0 28 0 511513151 29456678912 517239 33554432000 4194304 4196468 140724510310736 140164439578896 140164895581909 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 7 0 0 6293624 6294260 28594176 140724510315478 140724510315654 140724510315654 140724510318543 0
[pid=18168/tid=18178] ppid=18166 vsize=28766288 memory=880 CPUtime=14.11 cores=0-7
/proc/18168/task/18178/stat : 18178 (java) S 18166 18166 15724 0 -1 1077944384 152361 0 0 0 602 809 0 0 20 0 28 0 511513152 29456678912 517239 33554432000 4194304 4196468 140724510310736 140163023842160 140164895582850 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28594176 140724510315478 140724510315654 140724510315654 140724510318543 0
[pid=18168/tid=18179] ppid=18166 vsize=28766288 memory=1984 CPUtime=0 cores=0-7
/proc/18168/task/18179/stat : 18179 (java) S 18166 18166 15724 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 28 0 511513153 29456678912 517239 33554432000 4194304 4196468 140724510310736 140163022788192 140164895581909 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28594176 140724510315478 140724510315654 140724510315654 140724510318543 0
[pid=18168/tid=18180] ppid=18166 vsize=28766288 memory=2552 CPUtime=0 cores=0-7
/proc/18168/task/18180/stat : 18180 (java) S 18166 18166 15724 0 -1 1077944384 85 0 0 0 0 0 0 0 20 0 28 0 511513153 29456678912 517239 33554432000 4194304 4196468 140724510310736 140163021735296 140164895581909 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28594176 140724510315478 140724510315654 140724510315654 140724510318543 0
[pid=18168/tid=18181] ppid=18166 vsize=28766288 memory=1760 CPUtime=0 cores=0-7
/proc/18168/task/18181/stat : 18181 (java) S 18166 18166 15724 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 511513155 29456678912 517239 33554432000 4194304 4196468 140724510310736 140163020683600 140164895590299 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28594176 140724510315478 140724510315654 140724510315654 140724510318543 0
[pid=18168/tid=18182] ppid=18166 vsize=28766288 memory=111632 CPUtime=1.7 cores=0-7
/proc/18168/task/18182/stat : 18182 (java) S 18166 18166 15724 0 -1 1077944384 8712 0 0 0 168 2 0 0 20 0 28 0 511513156 29456678912 517239 33554432000 4194304 4196468 140724510310736 140163019630960 140164895582850 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 13 0 0 6293624 6294260 28594176 140724510315478 140724510315654 140724510315654 140724510318543 0
[pid=18168/tid=18183] ppid=18166 vsize=28766288 memory=804 CPUtime=1.65 cores=0-7
/proc/18168/task/18183/stat : 18183 (java) S 18166 18166 15724 0 -1 1077944384 9576 0 0 0 163 2 0 0 20 0 28 0 511513156 29456678912 517239 33554432000 4194304 4196468 140724510310736 140163018578160 140164895582850 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 12 0 0 6293624 6294260 28594176 140724510315478 140724510315654 140724510315654 140724510318543 0
[pid=18168/tid=18184] ppid=18166 vsize=28766288 memory=1804 CPUtime=2.01 cores=0-7
/proc/18168/task/18184/stat : 18184 (java) S 18166 18166 15724 0 -1 1077944384 9373 0 0 0 199 2 0 0 20 0 28 0 511513156 29456678912 517239 33554432000 4194304 4196468 140724510310736 140163017525360 140164895582850 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28594176 140724510315478 140724510315654 140724510315654 140724510318543 0
[pid=18168/tid=18185] ppid=18166 vsize=28766288 memory=1448 CPUtime=0.68 cores=0-7
/proc/18168/task/18185/stat : 18185 (java) S 18166 18166 15724 0 -1 1077944384 7926 0 0 0 66 2 0 0 20 0 28 0 511513156 29456678912 517239 33554432000 4194304 4196468 140724510310736 140163016472560 140164895582850 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 11 0 0 6293624 6294260 28594176 140724510315478 140724510315654 140724510315654 140724510318543 0
[pid=18168/tid=18186] ppid=18166 vsize=28766288 memory=2066912 CPUtime=0 cores=0-7
/proc/18168/task/18186/stat : 18186 (java) S 18166 18166 15724 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 511513156 29456678912 517239 33554432000 4194304 4196468 140724510310736 140163015421024 140164895581909 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28594176 140724510315478 140724510315654 140724510315654 140724510318543 0
[pid=18168/tid=18187] ppid=18166 vsize=28766288 memory=12036 CPUtime=0.79 cores=0-7
/proc/18168/task/18187/stat : 18187 (java) S 18166 18166 15724 0 -1 1077944384 5137 0 0 0 0 79 0 0 20 0 28 0 511513156 29456678912 517239 33554432000 4194304 4196468 140724510310736 140163014368304 140164895582850 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 9 0 0 6293624 6294260 28594176 140724510315478 140724510315654 140724510315654 140724510318543 0
[pid=18168/tid=18188] ppid=18166 vsize=28766288 memory=496 CPUtime=2479.88 cores=0-7
/proc/18168/task/18188/stat : 18188 (java) R 18166 18166 15724 0 -1 4202560 33688 0 0 0 247943 45 0 0 20 0 28 0 511513214 29456678912 517239 33554432000 4194304 4196468 140724510310736 140163005385880 140164535709488 0 4 0 16800975 0 0 0 -1 0 0 0 19 0 0 6293624 6294260 28594176 140724510315478 140724510315654 140724510315654 140724510318543 0
[pid=18168/tid=18189] ppid=18166 vsize=28766288 memory=1560 CPUtime=2479.84 cores=0-7
/proc/18168/task/18189/stat : 18189 (java) R 18166 18166 15724 0 -1 4202560 39821 0 0 0 247938 46 0 0 20 0 28 0 511513214 29456678912 517239 33554432000 4194304 4196468 140724510310736 140163004334168 140164535710030 0 4 0 16800975 0 0 0 -1 7 0 0 21 0 0 6293624 6294260 28594176 140724510315478 140724510315654 140724510315654 140724510318543 0
[pid=18168/tid=18190] ppid=18166 vsize=28766288 memory=1164 CPUtime=2478.45 cores=0-7
/proc/18168/task/18190/stat : 18190 (java) R 18166 18166 15724 0 -1 4202560 86948 0 0 0 247759 86 0 0 20 0 28 0 511513214 29456678912 517239 33554432000 4194304 4196468 140724510310736 140163003281208 140164535361935 0 4 0 16800975 0 0 0 -1 5 0 0 22 0 0 6293624 6294260 28594176 140724510315478 140724510315654 140724510315654 140724510318543 0
[pid=18168/tid=18191] ppid=18166 vsize=28766288 memory=8317482817917895235 CPUtime=2485.84 cores=0-7
/proc/18168/task/18191/stat : 18191 (java) R 18166 18166 15724 0 -1 4202560 64579 0 0 0 248523 61 0 0 20 0 28 0 511513215 29456678912 517239 33554432000 4194304 4196468 140724510310736 140163002228432 140164536689958 0 4 0 16800975 0 0 0 -1 1 0 0 13 0 0 6293624 6294260 28594176 140724510315478 140724510315654 140724510315654 140724510318543 0
[pid=18168/tid=18192] ppid=18166 vsize=28766288 memory=1448 CPUtime=2480 cores=0-7
/proc/18168/task/18192/stat : 18192 (java) R 18166 18166 15724 0 -1 4202560 129072 0 0 0 247811 189 0 0 20 0 28 0 511513215 29456678912 517239 33554432000 4194304 4196468 140724510310736 140163001175832 140164535362248 0 4 0 16800975 0 0 0 -1 6 0 0 22 0 0 6293624 6294260 28594176 140724510315478 140724510315654 140724510315654 140724510318543 0
[pid=18168/tid=18193] ppid=18166 vsize=28766288 memory=288230574492221466 CPUtime=2475.56 cores=0-7
/proc/18168/task/18193/stat : 18193 (java) R 18166 18166 15724 0 -1 4202560 116071 0 0 0 247394 162 0 0 20 0 28 0 511513215 29456678912 517239 33554432000 4194304 4196468 140724510310736 140163000122968 140164535193833 0 4 0 16800975 0 0 0 -1 3 0 0 26 0 0 6293624 6294260 28594176 140724510315478 140724510315654 140724510315654 140724510318543 0
[pid=18168/tid=18194] ppid=18166 vsize=28766288 memory=288230596050944315 CPUtime=2480.64 cores=0-7
/proc/18168/task/18194/stat : 18194 (java) R 18166 18166 15724 0 -1 4202560 36459 0 0 0 248018 46 0 0 20 0 28 0 511513215 29456678912 517239 33554432000 4194304 4196468 140724510310736 140162999071272 140164535848084 0 4 0 16800975 0 0 0 -1 4 0 0 22 0 0 6293624 6294260 28594176 140724510315478 140724510315654 140724510315654 140724510318543 0
[pid=18168/tid=18195] ppid=18166 vsize=28766288 memory=14981065810905736 CPUtime=2480.77 cores=0-7
/proc/18168/task/18195/stat : 18195 (java) R 18166 18166 15724 0 -1 4202560 254445 0 0 0 247643 434 0 0 20 0 28 0 511513215 29456678912 517239 33554432000 4194304 4196468 140724510310736 140162998021296 140164535519724 0 4 0 16800975 0 0 0 -1 2 0 0 16 0 0 6293624 6294260 28594176 140724510315478 140724510315654 140724510315654 140724510318543 0
Current children cumulated CPU time: 19978.8 s
Current children cumulated vsize: 28879416 KiB
Current children cumulated memory: 2070404 KiB

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

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

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

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

Child status: 143
Real time (s): 2520.12
CPU time (s): 19979.6
CPU user time (s): 19956
CPU system time (s): 23.5657
CPU usage (%): 792.804
Max. virtual memory (cumulated for all children) (KiB): 28879416
Max. memory (cumulated for all children) (KiB): 3882148

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 19956
system time used= 23.5657
maximum resident set size= 3888892
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1328918
page faults= 0
swaps= 0
block input operations= 8
block output operations= 3880
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 197390
involuntary context switches= 222246


# summary of solver processes directly reported to runsolver:
#   pid: 18166,18168
#   total CPU time (s): 19979.6
#   total CPU user time (s): 19956
#   total CPU system time (s): 23.5657

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 24.207 second user time and 26.7885 second system time

The end

Launcher Data

Begin job on node107 at 2019-09-24 20:14:15
IDJOB=4406907
IDBENCH=133663
IDSOLVER=2871
FILE ID=node107/4406907-1569352578
RUNJOBID= node107-1569345579-15751
PBS_JOBID= 21705089
Free space on /var/tmp= 12564 MiB

SOLVER NAME= choco-solver 2019-09-24 parallel
BENCH NAME= XCSP17/MagicHexagon/MagicHexagon-m1-s1/MagicHexagon-06-m100.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-4406907-1569352578/watcher-4406907-1569352578 -o /var/tmp/evaluation-result-4406907-1569352578/solver-4406907-1569352578 -C 20160 -W 2520 -M 31000 --bin-var /var/tmp/runsolver-exch-node107-1569345579-15751 --watchdog 2580  xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 348969636 HOME/instance-4406907-1569352578.xml

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

MD5SUM BENCH= 48fd215a6575ff2faea72cbf693f6cf6
RANDOM SEED=348969636

node107.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	: 5334.11
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	: 5334.11
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	: 5334.11
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	: 5334.11
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:        28744988 kB
MemAvailable:   31800144 kB
Buffers:           67860 kB
Cached:          3129612 kB
SwapCached:        48164 kB
Active:          1980720 kB
Inactive:        1266820 kB
Active(anon):       4708 kB
Inactive(anon):    98476 kB
Active(file):    1976012 kB
Inactive(file):  1168344 kB
Unevictable:      110992 kB
Mlocked:          110992 kB
SwapTotal:      67108860 kB
SwapFree:       66954108 kB
Dirty:             26128 kB
Writeback:             0 kB
AnonPages:        350368 kB
Mapped:            53644 kB
Shmem:             44500 kB
Slab:             367716 kB
SReclaimable:     339260 kB
SUnreclaim:        28456 kB
KernelStack:        3872 kB
PageTables:         5980 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     505992 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    305152 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      101760 kB
DirectMap2M:    33443840 kB

Free space on /var/tmp at the end= 12536 MiB
End job on node107 at 2019-09-24 20:56:15