Trace number 4404485

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-20 parallel? (TO) 19845.3 2520.11

General information on the benchmark

NameMagicHexagon/MagicHexagon-m1-s1/
MagicHexagon-08-m039.xml
MD5SUMcf7d41cb48e0c265061ebe127338815d
Bench CategoryCSP (decision problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables225
Number of constraints52
Number of domains1
Minimum domain size169
Maximum domain size169
Distribution of domain sizes[{"size":169,"count":169}]
Minimum variable degree0
Maximum variable degree9
Distribution of variable degrees[{"degree":0,"count":56},{"degree":4,"count":163},{"degree":5,"count":3},{"degree":6,"count":2},{"degree":9,"count":1}]
Minimum constraint arity2
Maximum constraint arity169
Distribution of constraint arities[{"arity":2,"count":6},{"arity":8,"count":6},{"arity":9,"count":6},{"arity":10,"count":6},{"arity":11,"count":6},{"arity":12,"count":6},{"arity":13,"count":6},{"arity":14,"count":6},{"arity":15,"count":3},{"arity":169,"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":45}]
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-4404485-1569002200.xml"  -tl '20160s' -p 8
0.12/0.18	c Choco 3fb4b153
0.12/0.18	c [HOME/instance-4404485-1569002200.xml, -tl, 20160s, -p, 8]
0.34/0.22	c 8 solvers in parallel
0.34/0.28	c parse instance...
1.28/0.67	c solve instance...
19844.65/2520.06	s UNKNOWN
19844.65/2520.06	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 (10478 MiB free)
  memory of node 1: 16384 MiB (13673 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4404485-1569002200/watcher-4404485-1569002200 -o /tmp/evaluation-result-4404485-1569002200/solver-4404485-1569002200 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node123-1568996144-14311 --watchdog 2580 xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 1392241327 HOME/instance-4404485-1569002200.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=18264, runsolver pid=18261
Current StackSize limit: 8192 KiB


[startup+0.10006 s]*
/proc/loadavg: 6.60 7.52 7.90 3/212 18285
/proc/meminfo: memFree=24713520/32770624 swapFree=66999084/67108860
[pid=18264] ppid=18261 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/18264/stat : 18264 (xcsp3-exec) S 18261 18264 14284 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 476484874 115843072 363 33554432000 4194304 5098028 140737348694480 140737348692584 140386090934908 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 32083968 140737348703093 140737348703337 140737348703337 140737348706250 0
/proc/18264/statm: 28282 363 304 221 0 87 0
[pid=18266] ppid=18264 vsize=28227396 memory=29956 CPUtime=0.12 cores=0-7
/proc/18266/stat : 18266 (java) S 18264 18264 14284 0 -1 1077944320 5959 0 0 0 11 1 0 0 20 0 20 0 476484874 28904853504 7489 33554432000 4194304 4196468 140731800945024 140731800927568 140719957278455 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 12132352 140731800949738 140731800949910 140731800949910 140731800952783 0
/proc/18266/statm: 7056849 7489 3122 1 0 7019032 0
[pid=18266/tid=18267] ppid=18264 vsize=28227396 memory=1398722017469774279 CPUtime=0.08 cores=0-7
/proc/18266/task/18267/stat : 18267 (java) R 18264 18264 14284 0 -1 4202560 3874 0 0 0 8 0 0 0 20 0 20 0 476484875 28904853504 7489 33554432000 4194304 4196468 140731800945024 140719961510144 140719957290390 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 12132352 140731800949738 140731800949910 140731800949910 140731800952783 0
[pid=18266/tid=18268] ppid=18264 vsize=28227396 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/18266/task/18268/stat : 18268 (java) S 18264 18264 14284 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476484875 28904853504 7489 33554432000 4194304 4196468 140731800945024 140719909899152 140719957288661 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12132352 140731800949738 140731800949910 140731800949910 140731800952783 0
[pid=18266/tid=18269] ppid=18264 vsize=28227396 memory=140347524564608 CPUtime=0 cores=0-7
/proc/18266/task/18269/stat : 18269 (java) S 18264 18264 14284 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476484875 28904853504 7489 33554432000 4194304 4196468 140731800945024 140719908846352 140719957288661 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12132352 140731800949738 140731800949910 140731800949910 140731800952783 0
[pid=18266/tid=18270] ppid=18264 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/18266/task/18270/stat : 18270 (java) S 18264 18264 14284 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476484875 28904853504 7489 33554432000 4194304 4196468 140731800945024 140719907794064 140719957288661 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12132352 140731800949738 140731800949910 140731800949910 140731800952783 0
[pid=18266/tid=18271] ppid=18264 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/18266/task/18271/stat : 18271 (java) S 18264 18264 14284 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476484875 28904853504 7489 33554432000 4194304 4196468 140731800945024 140719505136656 140719957288661 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12132352 140731800949738 140731800949910 140731800949910 140731800952783 0
[pid=18266/tid=18272] ppid=18264 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/18266/task/18272/stat : 18272 (java) S 18264 18264 14284 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476484875 28904853504 7489 33554432000 4194304 4196468 140731800945024 140719504083344 140719957288661 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12132352 140731800949738 140731800949910 140731800949910 140731800952783 0
[pid=18266/tid=18273] ppid=18264 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/18266/task/18273/stat : 18273 (java) S 18264 18264 14284 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476484875 28904853504 7489 33554432000 4194304 4196468 140731800945024 140719503030544 140719957288661 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12132352 140731800949738 140731800949910 140731800949910 140731800952783 0
[pid=18266/tid=18274] ppid=18264 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/18266/task/18274/stat : 18274 (java) S 18264 18264 14284 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476484875 28904853504 7489 33554432000 4194304 4196468 140731800945024 140719501978256 140719957288661 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12132352 140731800949738 140731800949910 140731800949910 140731800952783 0
[pid=18266/tid=18275] ppid=18264 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/18266/task/18275/stat : 18275 (java) S 18264 18264 14284 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476484875 28904853504 7489 33554432000 4194304 4196468 140731800945024 140719500925456 140719957288661 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12132352 140731800949738 140731800949910 140731800949910 140731800952783 0
[pid=18266/tid=18276] ppid=18264 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/18266/task/18276/stat : 18276 (java) S 18264 18264 14284 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476484877 28904853504 7489 33554432000 4194304 4196468 140731800945024 140719342099056 140719957289602 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12132352 140731800949738 140731800949910 140731800949910 140731800952783 0
[pid=18266/tid=18277] ppid=18264 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/18266/task/18277/stat : 18277 (java) S 18264 18264 14284 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 476484877 28904853504 7489 33554432000 4194304 4196468 140731800945024 140719341045024 140719957288661 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12132352 140731800949738 140731800949910 140731800949910 140731800952783 0
[pid=18266/tid=18278] ppid=18264 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/18266/task/18278/stat : 18278 (java) S 18264 18264 14284 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 476484878 28904853504 7489 33554432000 4194304 4196468 140731800945024 140719339992688 140719957288661 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12132352 140731800949738 140731800949910 140731800949910 140731800952783 0
[pid=18266/tid=18279] ppid=18264 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/18266/task/18279/stat : 18279 (java) S 18264 18264 14284 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476484880 28904853504 7489 33554432000 4194304 4196468 140731800945024 140719338941008 140719957297051 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12132352 140731800949738 140731800949910 140731800949910 140731800952783 0
[pid=18266/tid=18280] ppid=18264 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/18266/task/18280/stat : 18280 (java) S 18264 18264 14284 0 -1 1077944384 297 0 0 0 0 0 0 0 20 0 20 0 476484880 28904853504 7489 33554432000 4194304 4196468 140731800945024 140719337887856 140719957289602 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12132352 140731800949738 140731800949910 140731800949910 140731800952783 0
[pid=18266/tid=18281] ppid=18264 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/18266/task/18281/stat : 18281 (java) S 18264 18264 14284 0 -1 1077944384 124 0 0 0 0 0 0 0 20 0 20 0 476484880 28904853504 7489 33554432000 4194304 4196468 140731800945024 140719336835056 140719957289602 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12132352 140731800949738 140731800949910 140731800949910 140731800952783 0
[pid=18266/tid=18282] ppid=18264 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/18266/task/18282/stat : 18282 (java) S 18264 18264 14284 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476484880 28904853504 7489 33554432000 4194304 4196468 140731800945024 140719335782768 140719957289602 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12132352 140731800949738 140731800949910 140731800949910 140731800952783 0
[pid=18266/tid=18283] ppid=18264 vsize=28227396 memory=0 CPUtime=0.01 cores=0-7
/proc/18266/task/18283/stat : 18283 (java) R 18264 18264 14284 0 -1 4202560 351 0 0 0 1 0 0 0 20 0 20 0 476484880 28904853504 7489 33554432000 4194304 4196468 140731800945024 140719334729968 140719957290390 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 12132352 140731800949738 140731800949910 140731800949910 140731800952783 0
[pid=18266/tid=18284] ppid=18264 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/18266/task/18284/stat : 18284 (java) S 18264 18264 14284 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476484880 28904853504 7489 33554432000 4194304 4196468 140731800945024 140719333677920 140719957288661 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12132352 140731800949738 140731800949910 140731800949910 140731800952783 0
[pid=18266/tid=18285] ppid=18264 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/18266/task/18285/stat : 18285 (java) S 18264 18264 14284 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476484880 28904853504 7489 33554432000 4194304 4196468 140731800945024 140719332625200 140719957289602 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12132352 140731800949738 140731800949910 140731800949910 140731800952783 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 31408 KiB

[startup+0.210644 s]*
/proc/loadavg: 6.60 7.52 7.90 2/212 18285
/proc/meminfo: memFree=24700264/32770624 swapFree=66999084/67108860
[pid=18264] ppid=18261 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/18264/stat : 18264 (xcsp3-exec) S 18261 18264 14284 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 476484874 115843072 363 33554432000 4194304 5098028 140737348694480 140737348692584 140386090934908 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 32083968 140737348703093 140737348703337 140737348703337 140737348706250 0
/proc/18264/statm: 28282 363 304 221 0 87 0
[pid=18266] ppid=18264 vsize=28227396 memory=41232 CPUtime=0.34 cores=0-7
/proc/18266/stat : 18266 (java) S 18264 18264 14284 0 -1 1077944320 9521 0 0 0 31 3 0 0 20 0 20 0 476484874 28904853504 10308 33554432000 4194304 4196468 140731800945024 140731800927568 140719957278455 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 12132352 140731800949738 140731800949910 140731800949910 140731800952783 0
/proc/18266/statm: 7056849 10308 3301 1 0 7019032 0
[pid=18266/tid=18267] ppid=18264 vsize=28227396 memory=8318255677412212789 CPUtime=0.19 cores=0-7
/proc/18266/task/18267/stat : 18267 (java) S 18264 18264 14284 0 -1 1077944384 6687 0 0 0 17 2 0 0 20 0 20 0 476484875 28904853504 10308 33554432000 4194304 4196468 140731800945024 140719961512384 140719957288661 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12132352 140731800949738 140731800949910 140731800949910 140731800952783 0
[pid=18266/tid=18268] ppid=18264 vsize=28227396 memory=342 CPUtime=0 cores=0-7
/proc/18266/task/18268/stat : 18268 (java) S 18264 18264 14284 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476484875 28904853504 10308 33554432000 4194304 4196468 140731800945024 140719909899152 140719957288661 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12132352 140731800949738 140731800949910 140731800949910 140731800952783 0
[pid=18266/tid=18269] ppid=18264 vsize=28227396 memory=288370723676276352 CPUtime=0 cores=0-7
/proc/18266/task/18269/stat : 18269 (java) S 18264 18264 14284 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476484875 28904853504 10308 33554432000 4194304 4196468 140731800945024 140719908846352 140719957288661 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12132352 140731800949738 140731800949910 140731800949910 140731800952783 0
[pid=18266/tid=18270] ppid=18264 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/18266/task/18270/stat : 18270 (java) S 18264 18264 14284 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476484875 28904853504 10308 33554432000 4194304 4196468 140731800945024 140719907794064 140719957288661 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12132352 140731800949738 140731800949910 140731800949910 140731800952783 0
[pid=18266/tid=18271] ppid=18264 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/18266/task/18271/stat : 18271 (java) S 18264 18264 14284 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476484875 28904853504 10308 33554432000 4194304 4196468 140731800945024 140719505136656 140719957288661 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12132352 140731800949738 140731800949910 140731800949910 140731800952783 0
[pid=18266/tid=18272] ppid=18264 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/18266/task/18272/stat : 18272 (java) S 18264 18264 14284 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476484875 28904853504 10308 33554432000 4194304 4196468 140731800945024 140719504083344 140719957288661 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12132352 140731800949738 140731800949910 140731800949910 140731800952783 0
[pid=18266/tid=18273] ppid=18264 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/18266/task/18273/stat : 18273 (java) S 18264 18264 14284 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476484875 28904853504 10308 33554432000 4194304 4196468 140731800945024 140719503030544 140719957288661 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12132352 140731800949738 140731800949910 140731800949910 140731800952783 0
[pid=18266/tid=18274] ppid=18264 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/18266/task/18274/stat : 18274 (java) S 18264 18264 14284 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476484875 28904853504 10308 33554432000 4194304 4196468 140731800945024 140719501978256 140719957288661 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12132352 140731800949738 140731800949910 140731800949910 140731800952783 0
[pid=18266/tid=18275] ppid=18264 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/18266/task/18275/stat : 18275 (java) S 18264 18264 14284 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476484875 28904853504 10308 33554432000 4194304 4196468 140731800945024 140719500925456 140719957288661 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12132352 140731800949738 140731800949910 140731800949910 140731800952783 0
[pid=18266/tid=18276] ppid=18264 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/18266/task/18276/stat : 18276 (java) S 18264 18264 14284 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 476484877 28904853504 10308 33554432000 4194304 4196468 140731800945024 140719342099056 140719957289602 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12132352 140731800949738 140731800949910 140731800949910 140731800952783 0
[pid=18266/tid=18277] ppid=18264 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/18266/task/18277/stat : 18277 (java) S 18264 18264 14284 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 476484877 28904853504 10308 33554432000 4194304 4196468 140731800945024 140719341045024 140719957288661 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12132352 140731800949738 140731800949910 140731800949910 140731800952783 0
[pid=18266/tid=18278] ppid=18264 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/18266/task/18278/stat : 18278 (java) S 18264 18264 14284 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 476484878 28904853504 10308 33554432000 4194304 4196468 140731800945024 140719339992688 140719957288661 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12132352 140731800949738 140731800949910 140731800949910 140731800952783 0
[pid=18266/tid=18279] ppid=18264 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/18266/task/18279/stat : 18279 (java) S 18264 18264 14284 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476484880 28904853504 10308 33554432000 4194304 4196468 140731800945024 140719338941008 140719957297051 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12132352 140731800949738 140731800949910 140731800949910 140731800952783 0
[pid=18266/tid=18280] ppid=18264 vsize=28227396 memory=0 CPUtime=0.01 cores=0-7
/proc/18266/task/18280/stat : 18280 (java) S 18264 18264 14284 0 -1 1077944384 391 0 0 0 1 0 0 0 20 0 20 0 476484880 28904853504 10308 33554432000 4194304 4196468 140731800945024 140719337887856 140719957289602 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12132352 140731800949738 140731800949910 140731800949910 140731800952783 0
[pid=18266/tid=18281] ppid=18264 vsize=28227396 memory=0 CPUtime=0.01 cores=0-7
/proc/18266/task/18281/stat : 18281 (java) S 18264 18264 14284 0 -1 1077944384 148 0 0 0 1 0 0 0 20 0 20 0 476484880 28904853504 10308 33554432000 4194304 4196468 140731800945024 140719336835056 140719957289602 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12132352 140731800949738 140731800949910 140731800949910 140731800952783 0
[pid=18266/tid=18282] ppid=18264 vsize=28227396 memory=-1 CPUtime=0.01 cores=0-7
/proc/18266/task/18282/stat : 18282 (java) S 18264 18264 14284 0 -1 1077944384 238 0 0 0 1 0 0 0 20 0 20 0 476484880 28904853504 10308 33554432000 4194304 4196468 140731800945024 140719335782768 140719957289602 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12132352 140731800949738 140731800949910 140731800949910 140731800952783 0
[pid=18266/tid=18283] ppid=18264 vsize=28227396 memory=-1 CPUtime=0.07 cores=0-7
/proc/18266/task/18283/stat : 18283 (java) R 18264 18264 14284 0 -1 4202560 744 0 0 0 7 0 0 0 20 0 20 0 476484880 28904853504 10308 33554432000 4194304 4196468 140731800945024 140719334729968 140719957290390 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 12132352 140731800949738 140731800949910 140731800949910 140731800952783 0
[pid=18266/tid=18284] ppid=18264 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/18266/task/18284/stat : 18284 (java) S 18264 18264 14284 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476484880 28904853504 10308 33554432000 4194304 4196468 140731800945024 140719333677920 140719957288661 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12132352 140731800949738 140731800949910 140731800949910 140731800952783 0
[pid=18266/tid=18285] ppid=18264 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/18266/task/18285/stat : 18285 (java) S 18264 18264 14284 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476484880 28904853504 10308 33554432000 4194304 4196468 140731800945024 140719332625200 140719957289602 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12132352 140731800949738 140731800949910 140731800949910 140731800952783 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 42684 KiB

[startup+0.31043 s]*
/proc/loadavg: 6.60 7.52 7.90 4/212 18285
/proc/meminfo: memFree=24693724/32770624 swapFree=66999084/67108860
[pid=18264] ppid=18261 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/18264/stat : 18264 (xcsp3-exec) S 18261 18264 14284 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 476484874 115843072 363 33554432000 4194304 5098028 140737348694480 140737348692584 140386090934908 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 32083968 140737348703093 140737348703337 140737348703337 140737348706250 0
/proc/18264/statm: 28282 363 304 221 0 87 0
[pid=18266] ppid=18264 vsize=28231652 memory=50176 CPUtime=0.52 cores=0-7
/proc/18266/stat : 18266 (java) S 18264 18264 14284 0 -1 1077944320 10896 0 0 0 48 4 0 0 20 0 20 0 476484874 28909211648 12544 33554432000 4194304 4196468 140731800945024 140731800927568 140719957278455 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 12132352 140731800949738 140731800949910 140731800949910 140731800952783 0
/proc/18266/statm: 7057913 12544 3344 1 0 7019032 0
[pid=18266/tid=18267] ppid=18264 vsize=28231652 memory=1398722017469774279 CPUtime=0.29 cores=0-7
/proc/18266/task/18267/stat : 18267 (java) R 18264 18264 14284 0 -1 4202560 7814 0 0 0 26 3 0 0 20 0 20 0 476484875 28909211648 12544 33554432000 4194304 4196468 140731800945024 140719961514496 140719957300381 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 12132352 140731800949738 140731800949910 140731800949910 140731800952783 0
[pid=18266/tid=18268] ppid=18264 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/18266/task/18268/stat : 18268 (java) S 18264 18264 14284 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476484875 28909211648 12544 33554432000 4194304 4196468 140731800945024 140719909899152 140719957288661 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12132352 140731800949738 140731800949910 140731800949910 140731800952783 0
[pid=18266/tid=18269] ppid=18264 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/18266/task/18269/stat : 18269 (java) S 18264 18264 14284 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476484875 28909211648 12544 33554432000 4194304 4196468 140731800945024 140719908846352 140719957288661 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12132352 140731800949738 140731800949910 140731800949910 140731800952783 0
[pid=18266/tid=18270] ppid=18264 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/18266/task/18270/stat : 18270 (java) S 18264 18264 14284 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476484875 28909211648 12544 33554432000 4194304 4196468 140731800945024 140719907794064 140719957288661 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12132352 140731800949738 140731800949910 140731800949910 140731800952783 0
[pid=18266/tid=18271] ppid=18264 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/18266/task/18271/stat : 18271 (java) S 18264 18264 14284 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476484875 28909211648 12544 33554432000 4194304 4196468 140731800945024 140719505136656 140719957288661 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12132352 140731800949738 140731800949910 140731800949910 140731800952783 0
[pid=18266/tid=18272] ppid=18264 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/18266/task/18272/stat : 18272 (java) S 18264 18264 14284 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476484875 28909211648 12544 33554432000 4194304 4196468 140731800945024 140719504083344 140719957288661 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12132352 140731800949738 140731800949910 140731800949910 140731800952783 0
[pid=18266/tid=18273] ppid=18264 vsize=28231652 memory=140347384621743 CPUtime=0 cores=0-7
/proc/18266/task/18273/stat : 18273 (java) S 18264 18264 14284 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476484875 28909211648 12544 33554432000 4194304 4196468 140731800945024 140719503030544 140719957288661 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12132352 140731800949738 140731800949910 140731800949910 140731800952783 0
[pid=18266/tid=18274] ppid=18264 vsize=28231652 memory=140347384624048 CPUtime=0 cores=0-7
/proc/18266/task/18274/stat : 18274 (java) S 18264 18264 14284 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476484875 28909211648 12544 33554432000 4194304 4196468 140731800945024 140719501978256 140719957288661 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12132352 140731800949738 140731800949910 140731800949910 140731800952783 0
[pid=18266/tid=18275] ppid=18264 vsize=28231652 memory=140347384626352 CPUtime=0 cores=0-7
/proc/18266/task/18275/stat : 18275 (java) S 18264 18264 14284 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476484875 28909211648 12544 33554432000 4194304 4196468 140731800945024 140719500925456 140719957288661 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12132352 140731800949738 140731800949910 140731800949910 140731800952783 0
[pid=18266/tid=18276] ppid=18264 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/18266/task/18276/stat : 18276 (java) S 18264 18264 14284 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 476484877 28909211648 12544 33554432000 4194304 4196468 140731800945024 140719342099056 140719957289602 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12132352 140731800949738 140731800949910 140731800949910 140731800952783 0
[pid=18266/tid=18277] ppid=18264 vsize=28231652 memory=280694769266576 CPUtime=0 cores=0-7
/proc/18266/task/18277/stat : 18277 (java) S 18264 18264 14284 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 476484877 28909211648 12544 33554432000 4194304 4196468 140731800945024 140719341045024 140719957288661 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12132352 140731800949738 140731800949910 140731800949910 140731800952783 0
[pid=18266/tid=18278] ppid=18264 vsize=28231652 memory=280694769264272 CPUtime=0 cores=0-7
/proc/18266/task/18278/stat : 18278 (java) S 18264 18264 14284 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 476484878 28909211648 12544 33554432000 4194304 4196468 140731800945024 140719339992688 140719957288661 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 12132352 140731800949738 140731800949910 140731800949910 140731800952783 0
[pid=18266/tid=18279] ppid=18264 vsize=28231652 memory=280694769271184 CPUtime=0 cores=0-7
/proc/18266/task/18279/stat : 18279 (java) S 18264 18264 14284 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476484880 28909211648 12544 33554432000 4194304 4196468 140731800945024 140719338941008 140719957297051 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12132352 140731800949738 140731800949910 140731800949910 140731800952783 0
[pid=18266/tid=18280] ppid=18264 vsize=28231652 memory=280694769212464 CPUtime=0.03 cores=0-7
/proc/18266/task/18280/stat : 18280 (java) S 18264 18264 14284 0 -1 1077944384 408 0 0 0 3 0 0 0 20 0 20 0 476484880 28909211648 12544 33554432000 4194304 4196468 140731800945024 140719337887856 140719957289602 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12132352 140731800949738 140731800949910 140731800949910 140731800952783 0
[pid=18266/tid=18281] ppid=18264 vsize=28231652 memory=280694769285008 CPUtime=0.03 cores=0-7
/proc/18266/task/18281/stat : 18281 (java) R 18264 18264 14284 0 -1 4202560 271 0 0 0 3 0 0 0 20 0 20 0 476484880 28909211648 12544 33554432000 4194304 4196468 140731800945024 140719336825440 140719940665400 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 12132352 140731800949738 140731800949910 140731800949910 140731800952783 0
[pid=18266/tid=18282] ppid=18264 vsize=28231652 memory=280694769291920 CPUtime=0.02 cores=0-7
/proc/18266/task/18282/stat : 18282 (java) S 18264 18264 14284 0 -1 1077944384 247 0 0 0 2 0 0 0 20 0 20 0 476484880 28909211648 12544 33554432000 4194304 4196468 140731800945024 140719335782768 140719957289602 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12132352 140731800949738 140731800949910 140731800949910 140731800952783 0
[pid=18266/tid=18283] ppid=18264 vsize=28231652 memory=280694769289616 CPUtime=0.12 cores=0-7
/proc/18266/task/18283/stat : 18283 (java) S 18264 18264 14284 0 -1 1077944384 845 0 0 0 12 0 0 0 20 0 20 0 476484880 28909211648 12544 33554432000 4194304 4196468 140731800945024 140719334729968 140719957289602 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12132352 140731800949738 140731800949910 140731800949910 140731800952783 0
[pid=18266/tid=18284] ppid=18264 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/18266/task/18284/stat : 18284 (java) S 18264 18264 14284 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476484880 28909211648 12544 33554432000 4194304 4196468 140731800945024 140719333677920 140719957288661 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12132352 140731800949738 140731800949910 140731800949910 140731800952783 0
[pid=18266/tid=18285] ppid=18264 vsize=28231652 memory=-1 CPUtime=0 cores=0-7
/proc/18266/task/18285/stat : 18285 (java) S 18264 18264 14284 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476484880 28909211648 12544 33554432000 4194304 4196468 140731800945024 140719332625200 140719957289602 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12132352 140731800949738 140731800949910 140731800949910 140731800952783 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 28344780 KiB
Current children cumulated memory: 51628 KiB

[startup+0.708312 s]
/proc/loadavg: 6.60 7.52 7.90 3/212 18285
/proc/meminfo: memFree=24675356/32770624 swapFree=66999084/67108860
[pid=18264] ppid=18261 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/18264/stat : 18264 (xcsp3-exec) S 18261 18264 14284 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 476484874 115843072 363 33554432000 4194304 5098028 140737348694480 140737348692584 140386090934908 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 32083968 140737348703093 140737348703337 140737348703337 140737348706250 0
/proc/18264/statm: 28282 363 304 221 0 87 0
[pid=18266] ppid=18264 vsize=28766288 memory=102224 CPUtime=1.73 cores=0-7
/proc/18266/stat : 18266 (java) S 18264 18264 14284 0 -1 1077944320 15302 0 0 0 165 8 0 0 20 0 28 0 476484874 29456678912 25556 33554432000 4194304 4196468 140731800945024 140731800927568 140719957278455 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 12132352 140731800949738 140731800949910 140731800949910 140731800952783 0
/proc/18266/statm: 7191572 25556 3459 1 0 7152672 0
[pid=18266/tid=18267] ppid=18264 vsize=28766288 memory=0 CPUtime=0.65 cores=0-7
/proc/18266/task/18267/stat : 18267 (java) S 18264 18264 14284 0 -1 1077944384 9185 0 0 0 61 4 0 0 20 0 28 0 476484875 29456678912 25556 33554432000 4194304 4196468 140731800945024 140719961519232 140719957288661 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12132352 140731800949738 140731800949910 140731800949910 140731800952783 0
[pid=18266/tid=18268] ppid=18264 vsize=28766288 memory=140347384832880 CPUtime=0 cores=0-7
/proc/18266/task/18268/stat : 18268 (java) S 18264 18264 14284 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 28 0 476484875 29456678912 25556 33554432000 4194304 4196468 140731800945024 140719909899152 140719957288661 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12132352 140731800949738 140731800949910 140731800949910 140731800952783 0
[pid=18266/tid=18269] ppid=18264 vsize=28766288 memory=0 CPUtime=0 cores=0-7
/proc/18266/task/18269/stat : 18269 (java) S 18264 18264 14284 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 476484875 29456678912 25556 33554432000 4194304 4196468 140731800945024 140719908846352 140719957288661 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12132352 140731800949738 140731800949910 140731800949910 140731800952783 0
[pid=18266/tid=18270] ppid=18264 vsize=28766288 memory=776 CPUtime=0 cores=0-7
/proc/18266/task/18270/stat : 18270 (java) S 18264 18264 14284 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 28 0 476484875 29456678912 25556 33554432000 4194304 4196468 140731800945024 140719907794064 140719957288661 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12132352 140731800949738 140731800949910 140731800949910 140731800952783 0

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

[pid=18266/tid=18293] ppid=18264 vsize=28766288 memory=1247328 CPUtime=2397.91 cores=0-7
/proc/18266/task/18293/stat : 18293 (java) R 18264 18264 14284 0 -1 4202560 52615 0 0 0 239762 29 0 0 20 0 28 0 476484943 29456678912 311832 33554432000 4194304 4196468 140731800945024 140719316037976 140719595259776 0 4 0 16800975 0 0 0 -1 0 0 0 5 0 0 6293624 6294260 12132352 140731800949738 140731800949910 140731800949910 140731800952783 0
Current children cumulated CPU time: 19231.8 s
Current children cumulated vsize: 28879416 KiB
Current children cumulated memory: 1248780 KiB

[startup+2502.3 s]
/proc/loadavg: 8.44 8.33 8.21 9/219 18504
/proc/meminfo: memFree=23492120/32770624 swapFree=66999096/67108860
[pid=18264] ppid=18261 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/18264/stat : 18264 (xcsp3-exec) S 18261 18264 14284 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 476484874 115843072 363 33554432000 4194304 5098028 140737348694480 140737348692584 140386090934908 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 32083968 140737348703093 140737348703337 140737348703337 140737348706250 0
/proc/18264/statm: 28282 363 304 221 0 87 0
[pid=18266] ppid=18264 vsize=28766288 memory=1248040 CPUtime=19705.2 cores=0-7
/proc/18266/stat : 18266 (java) S 18264 18264 14284 0 -1 1077944320 1358507 0 0 0 1967208 3310 0 0 20 0 28 0 476484874 29456678912 312010 33554432000 4194304 4196468 140731800945024 140731800927568 140719957278455 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 12132352 140731800949738 140731800949910 140731800949910 140731800952783 0
/proc/18266/statm: 7191572 312010 3544 1 0 7152672 0
[pid=18266/tid=18267] ppid=18264 vsize=28766288 memory=1248040 CPUtime=0.65 cores=0-7
/proc/18266/task/18267/stat : 18267 (java) S 18264 18264 14284 0 -1 1077944384 9185 0 0 0 61 4 0 0 20 0 28 0 476484875 29456678912 312010 33554432000 4194304 4196468 140731800945024 140719961519232 140719957288661 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12132352 140731800949738 140731800949910 140731800949910 140731800952783 0
[pid=18266/tid=18268] ppid=18264 vsize=28766288 memory=1452 CPUtime=14.36 cores=0-7
/proc/18266/task/18268/stat : 18268 (java) S 18264 18264 14284 0 -1 1077944384 42621 0 0 0 1375 61 0 0 20 0 28 0 476484875 29456678912 312010 33554432000 4194304 4196468 140731800945024 140719909899152 140719957288661 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 4 0 0 6293624 6294260 12132352 140731800949738 140731800949910 140731800949910 140731800952783 0
[pid=18266/tid=18269] ppid=18264 vsize=28766288 memory=1208852 CPUtime=14.44 cores=0-7
/proc/18266/task/18269/stat : 18269 (java) S 18264 18264 14284 0 -1 1077944384 44902 0 0 0 1380 64 0 0 20 0 28 0 476484875 29456678912 312010 33554432000 4194304 4196468 140731800945024 140719908846352 140719957288661 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 6 0 0 6293624 6294260 12132352 140731800949738 140731800949910 140731800949910 140731800952783 0
[pid=18266/tid=18270] ppid=18264 vsize=28766288 memory=1452 CPUtime=14.48 cores=0-7
/proc/18266/task/18270/stat : 18270 (java) S 18264 18264 14284 0 -1 1077944384 45860 0 0 0 1381 67 0 0 20 0 28 0 476484875 29456678912 312010 33554432000 4194304 4196468 140731800945024 140719907794064 140719957288661 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 4 0 0 6293624 6294260 12132352 140731800949738 140731800949910 140731800949910 140731800952783 0
[pid=18266/tid=18271] ppid=18264 vsize=28766288 memory=1452 CPUtime=14.35 cores=0-7
/proc/18266/task/18271/stat : 18271 (java) S 18264 18264 14284 0 -1 1077944384 38161 0 0 0 1373 62 0 0 20 0 28 0 476484875 29456678912 312010 33554432000 4194304 4196468 140731800945024 140719505136656 140719957288661 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 4 0 0 6293624 6294260 12132352 140731800949738 140731800949910 140731800949910 140731800952783 0
[pid=18266/tid=18272] ppid=18264 vsize=28766288 memory=3580 CPUtime=14.37 cores=0-7
/proc/18266/task/18272/stat : 18272 (java) S 18264 18264 14284 0 -1 1077944384 40121 0 0 0 1371 66 0 0 20 0 28 0 476484875 29456678912 312010 33554432000 4194304 4196468 140731800945024 140719504083344 140719957288661 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 4 0 0 6293624 6294260 12132352 140731800949738 140731800949910 140731800949910 140731800952783 0
[pid=18266/tid=18273] ppid=18264 vsize=28766288 memory=0 CPUtime=14.4 cores=0-7
/proc/18266/task/18273/stat : 18273 (java) S 18264 18264 14284 0 -1 1077944384 41921 0 0 0 1377 63 0 0 20 0 28 0 476484875 29456678912 312010 33554432000 4194304 4196468 140731800945024 140719503030544 140719957288661 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 4 0 0 6293624 6294260 12132352 140731800949738 140731800949910 140731800949910 140731800952783 0
[pid=18266/tid=18274] ppid=18264 vsize=28766288 memory=1399094042734925955 CPUtime=14.31 cores=0-7
/proc/18266/task/18274/stat : 18274 (java) S 18264 18264 14284 0 -1 1077944384 52385 0 0 0 1367 64 0 0 20 0 28 0 476484875 29456678912 312010 33554432000 4194304 4196468 140731800945024 140719501978256 140719957288661 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 5 0 0 6293624 6294260 12132352 140731800949738 140731800949910 140731800949910 140731800952783 0
[pid=18266/tid=18275] ppid=18264 vsize=28766288 memory=1267536 CPUtime=14.38 cores=0-7
/proc/18266/task/18275/stat : 18275 (java) S 18264 18264 14284 0 -1 1077944384 47352 0 0 0 1376 62 0 0 20 0 28 0 476484875 29456678912 312010 33554432000 4194304 4196468 140731800945024 140719500925456 140719957288661 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 5 0 0 6293624 6294260 12132352 140731800949738 140731800949910 140731800949910 140731800952783 0
[pid=18266/tid=18276] ppid=18264 vsize=28766288 memory=1452 CPUtime=40.87 cores=0-7
/proc/18266/task/18276/stat : 18276 (java) S 18264 18264 14284 0 -1 1077944384 151309 0 0 0 1619 2468 0 0 20 0 28 0 476484877 29456678912 312010 33554432000 4194304 4196468 140731800945024 140719342099056 140719957289602 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 12132352 140731800949738 140731800949910 140731800949910 140731800952783 0
[pid=18266/tid=18277] ppid=18264 vsize=28766288 memory=2120 CPUtime=0 cores=0-7
/proc/18266/task/18277/stat : 18277 (java) S 18264 18264 14284 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 28 0 476484877 29456678912 312010 33554432000 4194304 4196468 140731800945024 140719341045088 140719957288661 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12132352 140731800949738 140731800949910 140731800949910 140731800952783 0
[pid=18266/tid=18278] ppid=18264 vsize=28766288 memory=496 CPUtime=0 cores=0-7
/proc/18266/task/18278/stat : 18278 (java) S 18264 18264 14284 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 28 0 476484878 29456678912 312010 33554432000 4194304 4196468 140731800945024 140719339992704 140719957288661 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12132352 140731800949738 140731800949910 140731800949910 140731800952783 0
[pid=18266/tid=18279] ppid=18264 vsize=28766288 memory=0 CPUtime=0 cores=0-7
/proc/18266/task/18279/stat : 18279 (java) S 18264 18264 14284 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 476484880 29456678912 312010 33554432000 4194304 4196468 140731800945024 140719338941008 140719957297051 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12132352 140731800949738 140731800949910 140731800949910 140731800952783 0
[pid=18266/tid=18280] ppid=18264 vsize=28766288 memory=168 CPUtime=1.68 cores=0-7
/proc/18266/task/18280/stat : 18280 (java) S 18264 18264 14284 0 -1 1077944384 10193 0 0 0 166 2 0 0 20 0 28 0 476484880 29456678912 312010 33554432000 4194304 4196468 140731800945024 140719337887856 140719957289602 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 4 0 0 6293624 6294260 12132352 140731800949738 140731800949910 140731800949910 140731800952783 0
[pid=18266/tid=18281] ppid=18264 vsize=28766288 memory=1452 CPUtime=1.79 cores=0-7
/proc/18266/task/18281/stat : 18281 (java) S 18264 18264 14284 0 -1 1077944384 7233 0 0 0 178 1 0 0 20 0 28 0 476484880 29456678912 312010 33554432000 4194304 4196468 140731800945024 140719336835056 140719957289602 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12132352 140731800949738 140731800949910 140731800949910 140731800952783 0
[pid=18266/tid=18282] ppid=18264 vsize=28766288 memory=1141948 CPUtime=1.95 cores=0-7
/proc/18266/task/18282/stat : 18282 (java) S 18264 18264 14284 0 -1 1077944384 7728 0 0 0 194 1 0 0 20 0 28 0 476484880 29456678912 312010 33554432000 4194304 4196468 140731800945024 140719335782768 140719957289602 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12132352 140731800949738 140731800949910 140731800949910 140731800952783 0
[pid=18266/tid=18283] ppid=18264 vsize=28766288 memory=1452 CPUtime=0.71 cores=0-7
/proc/18266/task/18283/stat : 18283 (java) S 18264 18264 14284 0 -1 1077944384 6117 0 0 0 69 2 0 0 20 0 28 0 476484880 29456678912 312010 33554432000 4194304 4196468 140731800945024 140719334729968 140719957289602 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12132352 140731800949738 140731800949910 140731800949910 140731800952783 0
[pid=18266/tid=18284] ppid=18264 vsize=28766288 memory=1452 CPUtime=0 cores=0-7
/proc/18266/task/18284/stat : 18284 (java) S 18264 18264 14284 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 476484880 29456678912 312010 33554432000 4194304 4196468 140731800945024 140719333677920 140719957288661 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12132352 140731800949738 140731800949910 140731800949910 140731800952783 0
[pid=18266/tid=18285] ppid=18264 vsize=28766288 memory=1251632 CPUtime=0.85 cores=0-7
/proc/18266/task/18285/stat : 18285 (java) S 18264 18264 14284 0 -1 1077944384 4156 0 0 0 17 68 0 0 20 0 28 0 476484880 29456678912 312010 33554432000 4194304 4196468 140731800945024 140719332625200 140719957289602 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 23 0 0 6293624 6294260 12132352 140731800949738 140731800949910 140731800949910 140731800952783 0
[pid=18266/tid=18286] ppid=18264 vsize=28766288 memory=1452 CPUtime=2432.52 cores=0-7
/proc/18266/task/18286/stat : 18286 (java) R 18264 18264 14284 0 -1 4202560 39691 0 0 0 243222 30 0 0 20 0 28 0 476484942 29456678912 312010 33554432000 4194304 4196468 140731800945024 140719323405352 140719593345973 0 4 0 16800975 0 0 0 -1 3 0 0 10 0 0 6293624 6294260 12132352 140731800949738 140731800949910 140731800949910 140731800952783 0
[pid=18266/tid=18287] ppid=18264 vsize=28766288 memory=1452 CPUtime=2432.21 cores=0-7
/proc/18266/task/18287/stat : 18287 (java) R 18264 18264 14284 0 -1 4202560 20506 0 0 0 243196 25 0 0 20 0 28 0 476484943 29456678912 312010 33554432000 4194304 4196468 140731800945024 140719322353960 140719593345906 0 4 0 16800975 0 0 0 -1 1 0 0 9 0 0 6293624 6294260 12132352 140731800949738 140731800949910 140731800949910 140731800952783 0
[pid=18266/tid=18288] ppid=18264 vsize=28766288 memory=1258300 CPUtime=2442.03 cores=0-7
/proc/18266/task/18288/stat : 18288 (java) R 18264 18264 14284 0 -1 4202560 193297 0 0 0 244146 57 0 0 20 0 28 0 476484943 29456678912 312010 33554432000 4194304 4196468 140731800945024 140719321301256 140719593302604 0 4 0 16800975 0 0 0 -1 7 0 0 10 0 0 6293624 6294260 12132352 140731800949738 140731800949910 140731800949910 140731800952783 0
[pid=18266/tid=18289] ppid=18264 vsize=28766288 memory=3580 CPUtime=2453.77 cores=0-7
/proc/18266/task/18289/stat : 18289 (java) R 18264 18264 14284 0 -1 4202560 155238 0 0 0 245325 52 0 0 20 0 28 0 476484943 29456678912 312010 33554432000 4194304 4196468 140731800945024 140719320247904 140719595259600 0 4 0 16800975 0 0 0 -1 2 0 0 5 0 0 6293624 6294260 12132352 140731800949738 140731800949910 140731800949910 140731800952783 0
[pid=18266/tid=18290] ppid=18264 vsize=28766288 memory=53312 CPUtime=2438.48 cores=0-7
/proc/18266/task/18290/stat : 18290 (java) R 18264 18264 14284 0 -1 4202560 261062 0 0 0 243760 88 0 0 20 0 28 0 476484943 29456678912 312010 33554432000 4194304 4196468 140731800945024 140719319198656 140719595259610 0 4 0 16800975 0 0 0 -1 4 0 0 9 0 0 6293624 6294260 12132352 140731800949738 140731800949910 140731800949910 140731800952783 0
[pid=18266/tid=18291] ppid=18264 vsize=28766288 memory=988 CPUtime=2453.38 cores=0-7
/proc/18266/task/18291/stat : 18291 (java) R 18264 18264 14284 0 -1 4202560 64308 0 0 0 245299 39 0 0 20 0 28 0 476484943 29456678912 312010 33554432000 4194304 4196468 140731800945024 140719318142928 140719595259627 0 4 0 16800975 0 0 0 -1 6 0 0 6 0 0 6293624 6294260 12132352 140731800949738 140731800949910 140731800949910 140731800952783 0
[pid=18266/tid=18292] ppid=18264 vsize=28766288 memory=1452 CPUtime=2431.81 cores=0-7
/proc/18266/task/18292/stat : 18292 (java) R 18264 18264 14284 0 -1 4202560 20169 0 0 0 243158 23 0 0 20 0 28 0 476484943 29456678912 312010 33554432000 4194304 4196468 140731800945024 140719317090368 140719592526162 0 4 0 16800975 0 0 0 -1 5 0 0 7 0 0 6293624 6294260 12132352 140731800949738 140731800949910 140731800949910 140731800952783 0
[pid=18266/tid=18293] ppid=18264 vsize=28766288 memory=1251632 CPUtime=2457.12 cores=0-7
/proc/18266/task/18293/stat : 18293 (java) R 18264 18264 14284 0 -1 4202560 53696 0 0 0 245683 29 0 0 20 0 28 0 476484943 29456678912 312010 33554432000 4194304 4196468 140731800945024 140719316037976 140719595259627 0 4 0 16800975 0 0 0 -1 0 0 0 5 0 0 6293624 6294260 12132352 140731800949738 140731800949910 140731800949910 140731800952783 0
Current children cumulated CPU time: 19705.2 s
Current children cumulated vsize: 28879416 KiB
Current children cumulated memory: 1249492 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+2520 s]*
/proc/loadavg: 8.38 8.32 8.21 9/220 18506
/proc/meminfo: memFree=23509564/32770624 swapFree=66999096/67108860
[pid=18264] ppid=18261 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/18264/stat : 18264 (xcsp3-exec) S 18261 18264 14284 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 476484874 115843072 363 33554432000 4194304 5098028 140737348694480 140737348692584 140386090934908 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 32083968 140737348703093 140737348703337 140737348703337 140737348706250 0
/proc/18264/statm: 28282 363 304 221 0 87 0
[pid=18266] ppid=18264 vsize=28766288 memory=1230088 CPUtime=19844.7 cores=0-7
/proc/18266/stat : 18266 (java) S 18264 18264 14284 0 -1 1077944320 1361045 0 0 0 1981131 3334 0 0 20 0 28 0 476484874 29456678912 307522 33554432000 4194304 4196468 140731800945024 140731800927568 140719957278455 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 12132352 140731800949738 140731800949910 140731800949910 140731800952783 0
/proc/18266/statm: 7191572 307522 3544 1 0 7152672 0
[pid=18266/tid=18267] ppid=18264 vsize=28766288 memory=1398722017469774279 CPUtime=0.65 cores=0-7
/proc/18266/task/18267/stat : 18267 (java) S 18264 18264 14284 0 -1 1077944384 9185 0 0 0 61 4 0 0 20 0 28 0 476484875 29456678912 307522 33554432000 4194304 4196468 140731800945024 140719961519232 140719957288661 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12132352 140731800949738 140731800949910 140731800949910 140731800952783 0
[pid=18266/tid=18268] ppid=18264 vsize=28766288 memory=4872558044660077418 CPUtime=14.44 cores=0-7
/proc/18266/task/18268/stat : 18268 (java) S 18264 18264 14284 0 -1 1077944384 42701 0 0 0 1383 61 0 0 20 0 28 0 476484875 29456678912 307522 33554432000 4194304 4196468 140731800945024 140719909899152 140719957288661 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 4 0 0 6293624 6294260 12132352 140731800949738 140731800949910 140731800949910 140731800952783 0
[pid=18266/tid=18269] ppid=18264 vsize=28766288 memory=2120 CPUtime=14.53 cores=0-7
/proc/18266/task/18269/stat : 18269 (java) S 18264 18264 14284 0 -1 1077944384 45667 0 0 0 1388 65 0 0 20 0 28 0 476484875 29456678912 307522 33554432000 4194304 4196468 140731800945024 140719908846352 140719957288661 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 6 0 0 6293624 6294260 12132352 140731800949738 140731800949910 140731800949910 140731800952783 0
[pid=18266/tid=18270] ppid=18264 vsize=28766288 memory=496 CPUtime=14.55 cores=0-7
/proc/18266/task/18270/stat : 18270 (java) S 18264 18264 14284 0 -1 1077944384 45892 0 0 0 1388 67 0 0 20 0 28 0 476484875 29456678912 307522 33554432000 4194304 4196468 140731800945024 140719907794064 140719957288661 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 4 0 0 6293624 6294260 12132352 140731800949738 140731800949910 140731800949910 140731800952783 0
[pid=18266/tid=18271] ppid=18264 vsize=28766288 memory=1560 CPUtime=14.43 cores=0-7
/proc/18266/task/18271/stat : 18271 (java) S 18264 18264 14284 0 -1 1077944384 38290 0 0 0 1381 62 0 0 20 0 28 0 476484875 29456678912 307522 33554432000 4194304 4196468 140731800945024 140719505136656 140719957288661 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 4 0 0 6293624 6294260 12132352 140731800949738 140731800949910 140731800949910 140731800952783 0
[pid=18266/tid=18272] ppid=18264 vsize=28766288 memory=932 CPUtime=14.46 cores=0-7
/proc/18266/task/18272/stat : 18272 (java) S 18264 18264 14284 0 -1 1077944384 40200 0 0 0 1380 66 0 0 20 0 28 0 476484875 29456678912 307522 33554432000 4194304 4196468 140731800945024 140719504083344 140719957288661 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 4 0 0 6293624 6294260 12132352 140731800949738 140731800949910 140731800949910 140731800952783 0
[pid=18266/tid=18273] ppid=18264 vsize=28766288 memory=1452 CPUtime=14.5 cores=0-7
/proc/18266/task/18273/stat : 18273 (java) S 18264 18264 14284 0 -1 1077944384 42090 0 0 0 1386 64 0 0 20 0 28 0 476484875 29456678912 307522 33554432000 4194304 4196468 140731800945024 140719503030544 140719957288661 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 4 0 0 6293624 6294260 12132352 140731800949738 140731800949910 140731800949910 140731800952783 0
[pid=18266/tid=18274] ppid=18264 vsize=28766288 memory=1242916 CPUtime=14.41 cores=0-7
/proc/18266/task/18274/stat : 18274 (java) S 18264 18264 14284 0 -1 1077944384 52475 0 0 0 1376 65 0 0 20 0 28 0 476484875 29456678912 307522 33554432000 4194304 4196468 140731800945024 140719501978256 140719957288661 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 5 0 0 6293624 6294260 12132352 140731800949738 140731800949910 140731800949910 140731800952783 0
[pid=18266/tid=18275] ppid=18264 vsize=28766288 memory=1660 CPUtime=14.47 cores=0-7
/proc/18266/task/18275/stat : 18275 (java) S 18264 18264 14284 0 -1 1077944384 47773 0 0 0 1385 62 0 0 20 0 28 0 476484875 29456678912 307522 33554432000 4194304 4196468 140731800945024 140719500925456 140719957288661 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 5 0 0 6293624 6294260 12132352 140731800949738 140731800949910 140731800949910 140731800952783 0
[pid=18266/tid=18276] ppid=18264 vsize=28766288 memory=1398722017469774279 CPUtime=41.2 cores=0-7
/proc/18266/task/18276/stat : 18276 (java) S 18264 18264 14284 0 -1 1077944384 151536 0 0 0 1631 2489 0 0 20 0 28 0 476484877 29456678912 307522 33554432000 4194304 4196468 140731800945024 140719342099056 140719957289602 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12132352 140731800949738 140731800949910 140731800949910 140731800952783 0
[pid=18266/tid=18277] ppid=18264 vsize=28766288 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/18266/task/18277/stat : 18277 (java) S 18264 18264 14284 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 28 0 476484877 29456678912 307522 33554432000 4194304 4196468 140731800945024 140719341045088 140719957288661 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12132352 140731800949738 140731800949910 140731800949910 140731800952783 0
[pid=18266/tid=18278] ppid=18264 vsize=28766288 memory=2120 CPUtime=0 cores=0-7
/proc/18266/task/18278/stat : 18278 (java) S 18264 18264 14284 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 28 0 476484878 29456678912 307522 33554432000 4194304 4196468 140731800945024 140719339992704 140719957288661 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 12132352 140731800949738 140731800949910 140731800949910 140731800952783 0
[pid=18266/tid=18279] ppid=18264 vsize=28766288 memory=496 CPUtime=0 cores=0-7
/proc/18266/task/18279/stat : 18279 (java) S 18264 18264 14284 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 476484880 29456678912 307522 33554432000 4194304 4196468 140731800945024 140719338941008 140719957297051 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12132352 140731800949738 140731800949910 140731800949910 140731800952783 0
[pid=18266/tid=18280] ppid=18264 vsize=28766288 memory=1560 CPUtime=1.68 cores=0-7
/proc/18266/task/18280/stat : 18280 (java) S 18264 18264 14284 0 -1 1077944384 10195 0 0 0 166 2 0 0 20 0 28 0 476484880 29456678912 307522 33554432000 4194304 4196468 140731800945024 140719337887856 140719957289602 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 4 0 0 6293624 6294260 12132352 140731800949738 140731800949910 140731800949910 140731800952783 0
[pid=18266/tid=18281] ppid=18264 vsize=28766288 memory=932 CPUtime=1.79 cores=0-7
/proc/18266/task/18281/stat : 18281 (java) S 18264 18264 14284 0 -1 1077944384 7235 0 0 0 178 1 0 0 20 0 28 0 476484880 29456678912 307522 33554432000 4194304 4196468 140731800945024 140719336835056 140719957289602 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12132352 140731800949738 140731800949910 140731800949910 140731800952783 0
[pid=18266/tid=18282] ppid=18264 vsize=28766288 memory=1452 CPUtime=1.95 cores=0-7
/proc/18266/task/18282/stat : 18282 (java) S 18264 18264 14284 0 -1 1077944384 7730 0 0 0 194 1 0 0 20 0 28 0 476484880 29456678912 307522 33554432000 4194304 4196468 140731800945024 140719335782768 140719957289602 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12132352 140731800949738 140731800949910 140731800949910 140731800952783 0
[pid=18266/tid=18283] ppid=18264 vsize=28766288 memory=1242928 CPUtime=0.71 cores=0-7
/proc/18266/task/18283/stat : 18283 (java) S 18264 18264 14284 0 -1 1077944384 6119 0 0 0 69 2 0 0 20 0 28 0 476484880 29456678912 307522 33554432000 4194304 4196468 140731800945024 140719334729968 140719957289602 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 12132352 140731800949738 140731800949910 140731800949910 140731800952783 0
[pid=18266/tid=18284] ppid=18264 vsize=28766288 memory=1580 CPUtime=0 cores=0-7
/proc/18266/task/18284/stat : 18284 (java) S 18264 18264 14284 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 476484880 29456678912 307522 33554432000 4194304 4196468 140731800945024 140719333677920 140719957288661 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12132352 140731800949738 140731800949910 140731800949910 140731800952783 0
[pid=18266/tid=18285] ppid=18264 vsize=28766288 memory=1072 CPUtime=0.86 cores=0-7
/proc/18266/task/18285/stat : 18285 (java) S 18264 18264 14284 0 -1 1077944384 4167 0 0 0 17 69 0 0 20 0 28 0 476484880 29456678912 307522 33554432000 4194304 4196468 140731800945024 140719332625200 140719957289602 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 23 0 0 6293624 6294260 12132352 140731800949738 140731800949910 140731800949910 140731800952783 0
[pid=18266/tid=18286] ppid=18264 vsize=28766288 memory=6004 CPUtime=2449.76 cores=0-7
/proc/18266/task/18286/stat : 18286 (java) R 18264 18264 14284 0 -1 4202560 39782 0 0 0 244946 30 0 0 20 0 28 0 476484942 29456678912 307522 33554432000 4194304 4196468 140731800945024 140719323405656 140719592653968 0 4 0 16800975 0 0 0 -1 5 0 0 10 0 0 6293624 6294260 12132352 140731800949738 140731800949910 140731800949910 140731800952783 0
[pid=18266/tid=18287] ppid=18264 vsize=28766288 memory=1544 CPUtime=2449.39 cores=0-7
/proc/18266/task/18287/stat : 18287 (java) R 18264 18264 14284 0 -1 4202560 20567 0 0 0 244914 25 0 0 20 0 28 0 476484943 29456678912 307522 33554432000 4194304 4196468 140731800945024 140719322353944 140719593344501 0 4 0 16800975 0 0 0 -1 3 0 0 9 0 0 6293624 6294260 12132352 140731800949738 140731800949910 140731800949910 140731800952783 0
[pid=18266/tid=18288] ppid=18264 vsize=28766288 memory=776 CPUtime=2459.3 cores=0-7
/proc/18266/task/18288/stat : 18288 (java) R 18264 18264 14284 0 -1 4202560 193379 0 0 0 245873 57 0 0 20 0 28 0 476484943 29456678912 307522 33554432000 4194304 4196468 140731800945024 140719321300632 140719593965043 0 4 0 16800975 0 0 0 -1 1 0 0 10 0 0 6293624 6294260 12132352 140731800949738 140731800949910 140731800949910 140731800952783 0
[pid=18266/tid=18289] ppid=18264 vsize=28766288 memory=1056 CPUtime=2471.24 cores=0-7
/proc/18266/task/18289/stat : 18289 (java) R 18264 18264 14284 0 -1 4202560 155320 0 0 0 247071 53 0 0 20 0 28 0 476484943 29456678912 307522 33554432000 4194304 4196468 140731800945024 140719320250624 140719595318275 0 4 0 16800975 0 0 0 -1 2 0 0 5 0 0 6293624 6294260 12132352 140731800949738 140731800949910 140731800949910 140731800952783 0
[pid=18266/tid=18290] ppid=18264 vsize=28766288 memory=14004 CPUtime=2455.79 cores=0-7
/proc/18266/task/18290/stat : 18290 (java) R 18264 18264 14284 0 -1 4202560 261097 0 0 0 245491 88 0 0 20 0 28 0 476484943 29456678912 307522 33554432000 4194304 4196468 140731800945024 140719319195544 140719593303044 0 4 0 16800975 0 0 0 -1 0 0 0 9 0 0 6293624 6294260 12132352 140731800949738 140731800949910 140731800949910 140731800952783 0
[pid=18266/tid=18291] ppid=18264 vsize=28766288 memory=28776 CPUtime=2470.86 cores=0-7
/proc/18266/task/18291/stat : 18291 (java) R 18264 18264 14284 0 -1 4202560 64382 0 0 0 247047 39 0 0 20 0 28 0 476484943 29456678912 307522 33554432000 4194304 4196468 140731800945024 140719318142816 140719595259269 0 4 0 16800975 0 0 0 -1 6 0 0 6 0 0 6293624 6294260 12132352 140731800949738 140731800949910 140731800949910 140731800952783 0
[pid=18266/tid=18292] ppid=18264 vsize=28766288 memory=12024 CPUtime=2448.89 cores=0-7
/proc/18266/task/18292/stat : 18292 (java) R 18264 18264 14284 0 -1 4202560 20232 0 0 0 244865 24 0 0 20 0 28 0 476484943 29456678912 307522 33554432000 4194304 4196468 140731800945024 140719317091080 140719592887983 0 4 0 16800975 0 0 0 -1 7 0 0 7 0 0 6293624 6294260 12132352 140731800949738 140731800949910 140731800949910 140731800952783 0
[pid=18266/tid=18293] ppid=18264 vsize=28766288 memory=2120 CPUtime=2474.55 cores=0-7
/proc/18266/task/18293/stat : 18293 (java) R 18264 18264 14284 0 -1 4202560 53735 0 0 0 247426 29 0 0 20 0 28 0 476484943 29456678912 307522 33554432000 4194304 4196468 140731800945024 140719316037840 140719595259613 0 4 0 16800975 0 0 0 -1 4 0 0 5 0 0 6293624 6294260 12132352 140731800949738 140731800949910 140731800949910 140731800952783 0
Current children cumulated CPU time: 19844.7 s
Current children cumulated vsize: 28879416 KiB
Current children cumulated memory: 1231540 KiB

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

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

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

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

Child status: 143
Real time (s): 2520.11
CPU time (s): 19845.3
CPU user time (s): 19811.9
CPU system time (s): 33.37
CPU usage (%): 787.477
Max. virtual memory (cumulated for all children) (KiB): 28879416
Max. memory (cumulated for all children) (KiB): 1297712

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 19811.9
system time used= 33.37
maximum resident set size= 1301228
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1361986
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3848
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 204391
involuntary context switches= 236491


# summary of solver processes directly reported to runsolver:
#   pid: 18264,18266
#   total CPU time (s): 19845.3
#   total CPU user time (s): 19811.9
#   total CPU system time (s): 33.37

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 25.3655 second user time and 26.1003 second system time

The end

Launcher Data

Begin job on node123 at 2019-09-20 19:56:01
IDJOB=4404485
IDBENCH=133582
IDSOLVER=2865
FILE ID=node123/4404485-1569002200
RUNJOBID= node123-1568996144-14311
PBS_JOBID= 21704738
Free space on /tmp= 25920 MiB

SOLVER NAME= choco-solver 2019-09-20 parallel
BENCH NAME= XCSP17/MagicHexagon/MagicHexagon-m1-s1/MagicHexagon-08-m039.xml
COMMAND LINE= xcsp3-exec -dir DIR -tl TIMEOUT -p NBCORE -ml 24000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4404485-1569002200/watcher-4404485-1569002200 -o /tmp/evaluation-result-4404485-1569002200/solver-4404485-1569002200 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node123-1568996144-14311 --watchdog 2580  xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 1392241327 HOME/instance-4404485-1569002200.xml

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

MD5SUM BENCH= cf7d41cb48e0c265061ebe127338815d
RANDOM SEED=1392241327

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 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.49
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 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.49
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.49
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:        24730796 kB
MemAvailable:   31843836 kB
Buffers:           50488 kB
Cached:          7194188 kB
SwapCached:         7076 kB
Active:          3561156 kB
Inactive:        3695048 kB
Active(anon):       1780 kB
Inactive(anon):    57452 kB
Active(file):    3559376 kB
Inactive(file):  3637596 kB
Unevictable:      107156 kB
Mlocked:          107156 kB
SwapTotal:      67108860 kB
SwapFree:       66999084 kB
Dirty:             26040 kB
Writeback:             0 kB
AnonPages:        106632 kB
Mapped:            51248 kB
Shmem:             39060 kB
Slab:             375200 kB
SReclaimable:     344528 kB
SUnreclaim:        30672 kB
KernelStack:        3328 kB
PageTables:         5032 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     506368 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     61440 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      105856 kB
DirectMap2M:    33439744 kB

Free space on /tmp at the end= 25892 MiB
End job on node123 at 2019-09-20 20:38:01