Trace number 4393731

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-06-14 parallel? (TO) 20058 2520.1

General information on the benchmark

NameXCSP19/ConsecutiveSquarePacking/
ConsecutiveSquarePacking-sp-30-098.xml
MD5SUMfb27cd1d2814d0f1760e6f4b9d041fef
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 benchmark153.956
Satisfiable
(Un)Satisfiability was proved
Number of variables60
Number of constraints435
Number of domains30
Minimum domain size69
Maximum domain size98
Distribution of domain sizes[{"size":69,"count":2},{"size":70,"count":2},{"size":71,"count":2},{"size":72,"count":2},{"size":73,"count":2},{"size":74,"count":2},{"size":75,"count":2},{"size":76,"count":2},{"size":77,"count":2},{"size":78,"count":2},{"size":79,"count":2},{"size":80,"count":2},{"size":81,"count":2},{"size":82,"count":2},{"size":83,"count":2},{"size":84,"count":2},{"size":85,"count":2},{"size":86,"count":2},{"size":87,"count":2},{"size":88,"count":2},{"size":89,"count":2},{"size":90,"count":2},{"size":91,"count":2},{"size":92,"count":2},{"size":93,"count":2},{"size":94,"count":2},{"size":95,"count":2},{"size":96,"count":2},{"size":97,"count":2},{"size":98,"count":2}]
Minimum variable degree29
Maximum variable degree29
Distribution of variable degrees[{"degree":29,"count":60}]
Minimum constraint arity4
Maximum constraint arity4
Distribution of constraint arities[{"arity":4,"count":435}]
Number of extensional constraints0
Number of intensional constraints435
Distribution of constraint types[{"type":"intension","count":435}]
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-4393731-1568450021.xml"  -tl '20160s' -p 8
0.12/0.18	c Choco e747e1e
0.12/0.18	c [HOME/instance-4393731-1568450021.xml, -tl, 20160s, -p, 8]
0.34/0.22	c 8 solvers in parallel
0.34/0.28	c parse instance...
5.31/1.53	c solve instance...
20057.39/2520.08	s UNKNOWN
20057.39/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 (14557 MiB free)
  memory of node 1: 16384 MiB (15636 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4393731-1568450021/watcher-4393731-1568450021 -o /tmp/evaluation-result-4393731-1568450021/solver-4393731-1568450021 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node117-1568448065-31833 --watchdog 2580 xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 81747902 HOME/instance-4393731-1568450021.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=32684, runsolver pid=32681
Current StackSize limit: 8192 KiB


[startup+0.100111 s]*
/proc/loadavg: 1.50 1.17 1.91 3/211 32705
/proc/meminfo: memFree=30901108/32770624 swapFree=66948364/67108860
[pid=32684] ppid=32681 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/32684/stat : 32684 (xcsp3-exec) S 32681 32684 31806 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 420944048 115843072 363 33554432000 4194304 5098028 140727268240560 140727268238664 139838571500156 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 40267776 140727268246391 140727268246633 140727268246633 140727268249546 0
/proc/32684/statm: 28282 363 304 221 0 87 0
[pid=32686] ppid=32684 vsize=28227388 memory=29968 CPUtime=0.12 cores=0-7
/proc/32686/stat : 32686 (java) S 32684 32684 31806 0 -1 1077944320 5976 0 0 0 10 2 0 0 20 0 20 0 420944048 28904845312 7492 33554432000 4194304 4196468 140735688900624 140735688883168 139828701282039 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 37969920 140735688909802 140735688909974 140735688909974 140735688912847 0
/proc/32686/statm: 7056847 7492 3115 1 0 7019032 0
[pid=32686/tid=32687] ppid=32684 vsize=28227388 memory=4134930498285298233 CPUtime=0.09 cores=0-7
/proc/32686/task/32687/stat : 32687 (java) R 32684 32684 31806 0 -1 4202560 3885 0 0 0 8 1 0 0 20 0 20 0 420944048 28904845312 7492 33554432000 4194304 4196468 140735688900624 139828705513728 139828701293974 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 37969920 140735688909802 140735688909974 140735688909974 140735688912847 0
[pid=32686/tid=32688] ppid=32684 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/32686/task/32688/stat : 32688 (java) S 32684 32684 31806 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420944049 28904845312 7492 33554432000 4194304 4196468 140735688900624 139828653902224 139828701292245 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37969920 140735688909802 140735688909974 140735688909974 140735688912847 0
[pid=32686/tid=32689] ppid=32684 vsize=28227388 memory=139964355602048 CPUtime=0 cores=0-7
/proc/32686/task/32689/stat : 32689 (java) S 32684 32684 31806 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420944049 28904845312 7492 33554432000 4194304 4196468 140735688900624 139828652849424 139828701292245 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37969920 140735688909802 140735688909974 140735688909974 140735688912847 0
[pid=32686/tid=32690] ppid=32684 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/32686/task/32690/stat : 32690 (java) S 32684 32684 31806 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420944049 28904845312 7492 33554432000 4194304 4196468 140735688900624 139828651797136 139828701292245 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37969920 140735688909802 140735688909974 140735688909974 140735688912847 0
[pid=32686/tid=32691] ppid=32684 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/32686/task/32691/stat : 32691 (java) S 32684 32684 31806 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420944049 28904845312 7492 33554432000 4194304 4196468 140735688900624 139828650744336 139828701292245 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37969920 140735688909802 140735688909974 140735688909974 140735688912847 0
[pid=32686/tid=32692] ppid=32684 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/32686/task/32692/stat : 32692 (java) S 32684 32684 31806 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420944049 28904845312 7492 33554432000 4194304 4196468 140735688900624 139828649692048 139828701292245 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37969920 140735688909802 140735688909974 140735688909974 140735688912847 0
[pid=32686/tid=32693] ppid=32684 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/32686/task/32693/stat : 32693 (java) S 32684 32684 31806 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 420944049 28904845312 7492 33554432000 4194304 4196468 140735688900624 139828648639248 139828701292245 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37969920 140735688909802 140735688909974 140735688909974 140735688912847 0
[pid=32686/tid=32694] ppid=32684 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/32686/task/32694/stat : 32694 (java) S 32684 32684 31806 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420944049 28904845312 7492 33554432000 4194304 4196468 140735688900624 139828647586960 139828701292245 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37969920 140735688909802 140735688909974 140735688909974 140735688912847 0
[pid=32686/tid=32695] ppid=32684 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/32686/task/32695/stat : 32695 (java) S 32684 32684 31806 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420944049 28904845312 7492 33554432000 4194304 4196468 140735688900624 139828646534160 139828701292245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37969920 140735688909802 140735688909974 140735688909974 140735688912847 0
[pid=32686/tid=32696] ppid=32684 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/32686/task/32696/stat : 32696 (java) S 32684 32684 31806 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420944051 28904845312 7492 33554432000 4194304 4196468 140735688900624 139828018497648 139828701293186 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37969920 140735688909802 140735688909974 140735688909974 140735688912847 0
[pid=32686/tid=32697] ppid=32684 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/32686/task/32697/stat : 32697 (java) S 32684 32684 31806 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 420944051 28904845312 7492 33554432000 4194304 4196468 140735688900624 139828017443616 139828701292245 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37969920 140735688909802 140735688909974 140735688909974 140735688912847 0
[pid=32686/tid=32698] ppid=32684 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/32686/task/32698/stat : 32698 (java) S 32684 32684 31806 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 420944051 28904845312 7492 33554432000 4194304 4196468 140735688900624 139828016391280 139828701292245 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37969920 140735688909802 140735688909974 140735688909974 140735688912847 0
[pid=32686/tid=32699] ppid=32684 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/32686/task/32699/stat : 32699 (java) S 32684 32684 31806 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420944054 28904845312 7492 33554432000 4194304 4196468 140735688900624 139828015339600 139828701300635 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37969920 140735688909802 140735688909974 140735688909974 140735688912847 0
[pid=32686/tid=32700] ppid=32684 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/32686/task/32700/stat : 32700 (java) S 32684 32684 31806 0 -1 1077944384 322 0 0 0 0 0 0 0 20 0 20 0 420944054 28904845312 7492 33554432000 4194304 4196468 140735688900624 139828014287472 139828701293186 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37969920 140735688909802 140735688909974 140735688909974 140735688912847 0
[pid=32686/tid=32701] ppid=32684 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/32686/task/32701/stat : 32701 (java) S 32684 32684 31806 0 -1 1077944384 121 0 0 0 0 0 0 0 20 0 20 0 420944054 28904845312 7492 33554432000 4194304 4196468 140735688900624 139828013234672 139828701293186 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37969920 140735688909802 140735688909974 140735688909974 140735688912847 0
[pid=32686/tid=32702] ppid=32684 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/32686/task/32702/stat : 32702 (java) S 32684 32684 31806 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420944054 28904845312 7492 33554432000 4194304 4196468 140735688900624 139828012182384 139828701293186 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37969920 140735688909802 140735688909974 140735688909974 140735688912847 0
[pid=32686/tid=32703] ppid=32684 vsize=28227388 memory=0 CPUtime=0.01 cores=0-7
/proc/32686/task/32703/stat : 32703 (java) R 32684 32684 31806 0 -1 4202560 335 0 0 0 1 0 0 0 20 0 20 0 420944054 28904845312 7492 33554432000 4194304 4196468 140735688900624 139828011129584 139828679772272 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 37969920 140735688909802 140735688909974 140735688909974 140735688912847 0
[pid=32686/tid=32704] ppid=32684 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/32686/task/32704/stat : 32704 (java) S 32684 32684 31806 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 420944054 28904845312 7492 33554432000 4194304 4196468 140735688900624 139828010076512 139828701292245 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37969920 140735688909802 140735688909974 140735688909974 140735688912847 0
[pid=32686/tid=32705] ppid=32684 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/32686/task/32705/stat : 32705 (java) S 32684 32684 31806 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420944054 28904845312 7492 33554432000 4194304 4196468 140735688900624 139828009023792 139828701293186 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37969920 140735688909802 140735688909974 140735688909974 140735688912847 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 28340516 KiB
Current children cumulated memory: 31420 KiB

[startup+0.210383 s]*
/proc/loadavg: 1.50 1.17 1.91 2/211 32705
/proc/meminfo: memFree=30889092/32770624 swapFree=66948364/67108860
[pid=32684] ppid=32681 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/32684/stat : 32684 (xcsp3-exec) S 32681 32684 31806 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 420944048 115843072 363 33554432000 4194304 5098028 140727268240560 140727268238664 139838571500156 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 40267776 140727268246391 140727268246633 140727268246633 140727268249546 0
/proc/32684/statm: 28282 363 304 221 0 87 0
[pid=32686] ppid=32684 vsize=28227388 memory=41116 CPUtime=0.34 cores=0-7
/proc/32686/stat : 32686 (java) S 32684 32684 31806 0 -1 1077944320 9524 0 0 0 30 4 0 0 20 0 20 0 420944048 28904845312 10279 33554432000 4194304 4196468 140735688900624 140735688883168 139828701282039 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 37969920 140735688909802 140735688909974 140735688909974 140735688912847 0
/proc/32686/statm: 7056847 10279 3293 1 0 7019032 0
[pid=32686/tid=32687] ppid=32684 vsize=28227388 memory=29681743523217448 CPUtime=0.2 cores=0-7
/proc/32686/task/32687/stat : 32687 (java) R 32684 32684 31806 0 -1 4202560 6703 0 0 0 17 3 0 0 20 0 20 0 420944048 28904845312 10279 33554432000 4194304 4196468 140735688900624 139828705513568 139828315393406 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 37969920 140735688909802 140735688909974 140735688909974 140735688912847 0
[pid=32686/tid=32688] ppid=32684 vsize=28227388 memory=288230600379466064 CPUtime=0 cores=0-7
/proc/32686/task/32688/stat : 32688 (java) S 32684 32684 31806 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420944049 28904845312 10279 33554432000 4194304 4196468 140735688900624 139828653902224 139828701292245 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37969920 140735688909802 140735688909974 140735688909974 140735688912847 0
[pid=32686/tid=32689] ppid=32684 vsize=28227388 memory=139964355631905 CPUtime=0 cores=0-7
/proc/32686/task/32689/stat : 32689 (java) S 32684 32684 31806 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420944049 28904845312 10279 33554432000 4194304 4196468 140735688900624 139828652849424 139828701292245 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37969920 140735688909802 140735688909974 140735688909974 140735688912847 0
[pid=32686/tid=32690] ppid=32684 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/32686/task/32690/stat : 32690 (java) S 32684 32684 31806 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420944049 28904845312 10279 33554432000 4194304 4196468 140735688900624 139828651797136 139828701292245 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37969920 140735688909802 140735688909974 140735688909974 140735688912847 0
[pid=32686/tid=32691] ppid=32684 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/32686/task/32691/stat : 32691 (java) S 32684 32684 31806 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420944049 28904845312 10279 33554432000 4194304 4196468 140735688900624 139828650744336 139828701292245 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37969920 140735688909802 140735688909974 140735688909974 140735688912847 0
[pid=32686/tid=32692] ppid=32684 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/32686/task/32692/stat : 32692 (java) S 32684 32684 31806 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420944049 28904845312 10279 33554432000 4194304 4196468 140735688900624 139828649692048 139828701292245 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37969920 140735688909802 140735688909974 140735688909974 140735688912847 0
[pid=32686/tid=32693] ppid=32684 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/32686/task/32693/stat : 32693 (java) S 32684 32684 31806 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 420944049 28904845312 10279 33554432000 4194304 4196468 140735688900624 139828648639248 139828701292245 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37969920 140735688909802 140735688909974 140735688909974 140735688912847 0
[pid=32686/tid=32694] ppid=32684 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/32686/task/32694/stat : 32694 (java) S 32684 32684 31806 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420944049 28904845312 10279 33554432000 4194304 4196468 140735688900624 139828647586960 139828701292245 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37969920 140735688909802 140735688909974 140735688909974 140735688912847 0
[pid=32686/tid=32695] ppid=32684 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/32686/task/32695/stat : 32695 (java) S 32684 32684 31806 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420944049 28904845312 10279 33554432000 4194304 4196468 140735688900624 139828646534160 139828701292245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37969920 140735688909802 140735688909974 140735688909974 140735688912847 0
[pid=32686/tid=32696] ppid=32684 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/32686/task/32696/stat : 32696 (java) S 32684 32684 31806 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 420944051 28904845312 10279 33554432000 4194304 4196468 140735688900624 139828018497648 139828701293186 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37969920 140735688909802 140735688909974 140735688909974 140735688912847 0
[pid=32686/tid=32697] ppid=32684 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/32686/task/32697/stat : 32697 (java) S 32684 32684 31806 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 420944051 28904845312 10279 33554432000 4194304 4196468 140735688900624 139828017443616 139828701292245 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37969920 140735688909802 140735688909974 140735688909974 140735688912847 0
[pid=32686/tid=32698] ppid=32684 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/32686/task/32698/stat : 32698 (java) S 32684 32684 31806 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 420944051 28904845312 10279 33554432000 4194304 4196468 140735688900624 139828016391280 139828701292245 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37969920 140735688909802 140735688909974 140735688909974 140735688912847 0
[pid=32686/tid=32699] ppid=32684 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/32686/task/32699/stat : 32699 (java) S 32684 32684 31806 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420944054 28904845312 10279 33554432000 4194304 4196468 140735688900624 139828015339600 139828701300635 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37969920 140735688909802 140735688909974 140735688909974 140735688912847 0
[pid=32686/tid=32700] ppid=32684 vsize=28227388 memory=0 CPUtime=0.01 cores=0-7
/proc/32686/task/32700/stat : 32700 (java) R 32684 32684 31806 0 -1 1077944384 349 0 0 0 1 0 0 0 20 0 20 0 420944054 28904845312 10279 33554432000 4194304 4196468 140735688900624 139828014287472 139828701293186 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 37969920 140735688909802 140735688909974 140735688909974 140735688912847 0
[pid=32686/tid=32701] ppid=32684 vsize=28227388 memory=0 CPUtime=0.02 cores=0-7
/proc/32686/task/32701/stat : 32701 (java) S 32684 32684 31806 0 -1 1077944384 352 0 0 0 2 0 0 0 20 0 20 0 420944054 28904845312 10279 33554432000 4194304 4196468 140735688900624 139828013234672 139828701293186 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37969920 140735688909802 140735688909974 140735688909974 140735688912847 0
[pid=32686/tid=32702] ppid=32684 vsize=28227388 memory=0 CPUtime=0.01 cores=0-7
/proc/32686/task/32702/stat : 32702 (java) S 32684 32684 31806 0 -1 1077944384 87 0 0 0 1 0 0 0 20 0 20 0 420944054 28904845312 10279 33554432000 4194304 4196468 140735688900624 139828012182384 139828701293186 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37969920 140735688909802 140735688909974 140735688909974 140735688912847 0
[pid=32686/tid=32703] ppid=32684 vsize=28227388 memory=0 CPUtime=0.08 cores=0-7
/proc/32686/task/32703/stat : 32703 (java) R 32684 32684 31806 0 -1 4202560 718 0 0 0 8 0 0 0 20 0 20 0 420944054 28904845312 10279 33554432000 4194304 4196468 140735688900624 139828011129584 139828701293974 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 37969920 140735688909802 140735688909974 140735688909974 140735688912847 0
[pid=32686/tid=32704] ppid=32684 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/32686/task/32704/stat : 32704 (java) S 32684 32684 31806 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 420944054 28904845312 10279 33554432000 4194304 4196468 140735688900624 139828010076512 139828701292245 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37969920 140735688909802 140735688909974 140735688909974 140735688912847 0
[pid=32686/tid=32705] ppid=32684 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/32686/task/32705/stat : 32705 (java) S 32684 32684 31806 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420944054 28904845312 10279 33554432000 4194304 4196468 140735688900624 139828009023792 139828701293186 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37969920 140735688909802 140735688909974 140735688909974 140735688912847 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 28340516 KiB
Current children cumulated memory: 42568 KiB

[startup+0.310247 s]*
/proc/loadavg: 1.50 1.17 1.91 5/211 32705
/proc/meminfo: memFree=30882996/32770624 swapFree=66948364/67108860
[pid=32684] ppid=32681 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/32684/stat : 32684 (xcsp3-exec) S 32681 32684 31806 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 420944048 115843072 363 33554432000 4194304 5098028 140727268240560 140727268238664 139838571500156 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 40267776 140727268246391 140727268246633 140727268246633 140727268249546 0
/proc/32684/statm: 28282 363 304 221 0 87 0
[pid=32686] ppid=32684 vsize=28231644 memory=50156 CPUtime=0.52 cores=0-7
/proc/32686/stat : 32686 (java) S 32684 32684 31806 0 -1 1077944320 10856 0 0 0 47 5 0 0 20 0 20 0 420944048 28909203456 12539 33554432000 4194304 4196468 140735688900624 140735688883168 139828701282039 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 37969920 140735688909802 140735688909974 140735688909974 140735688912847 0
/proc/32686/statm: 7057911 12539 3361 1 0 7019032 0
[pid=32686/tid=32687] ppid=32684 vsize=28231644 memory=6791534058613427641 CPUtime=0.3 cores=0-7
/proc/32686/task/32687/stat : 32687 (java) R 32684 32684 31806 0 -1 4202560 7798 0 0 0 26 4 0 0 20 0 20 0 420944048 28909203456 12539 33554432000 4194304 4196468 140735688900624 139828705513152 139828685362526 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 37969920 140735688909802 140735688909974 140735688909974 140735688912847 0
[pid=32686/tid=32688] ppid=32684 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/32686/task/32688/stat : 32688 (java) S 32684 32684 31806 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420944049 28909203456 12539 33554432000 4194304 4196468 140735688900624 139828653902224 139828701292245 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37969920 140735688909802 140735688909974 140735688909974 140735688912847 0
[pid=32686/tid=32689] ppid=32684 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/32686/task/32689/stat : 32689 (java) S 32684 32684 31806 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420944049 28909203456 12539 33554432000 4194304 4196468 140735688900624 139828652849424 139828701292245 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37969920 140735688909802 140735688909974 140735688909974 140735688912847 0
[pid=32686/tid=32690] ppid=32684 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/32686/task/32690/stat : 32690 (java) S 32684 32684 31806 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420944049 28909203456 12539 33554432000 4194304 4196468 140735688900624 139828651797136 139828701292245 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37969920 140735688909802 140735688909974 140735688909974 140735688912847 0
[pid=32686/tid=32691] ppid=32684 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/32686/task/32691/stat : 32691 (java) S 32684 32684 31806 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420944049 28909203456 12539 33554432000 4194304 4196468 140735688900624 139828650744336 139828701292245 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37969920 140735688909802 140735688909974 140735688909974 140735688912847 0
[pid=32686/tid=32692] ppid=32684 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/32686/task/32692/stat : 32692 (java) S 32684 32684 31806 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420944049 28909203456 12539 33554432000 4194304 4196468 140735688900624 139828649692048 139828701292245 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37969920 140735688909802 140735688909974 140735688909974 140735688912847 0
[pid=32686/tid=32693] ppid=32684 vsize=28231644 memory=139964193008303 CPUtime=0 cores=0-7
/proc/32686/task/32693/stat : 32693 (java) S 32684 32684 31806 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 420944049 28909203456 12539 33554432000 4194304 4196468 140735688900624 139828648639248 139828701292245 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37969920 140735688909802 140735688909974 140735688909974 140735688912847 0
[pid=32686/tid=32694] ppid=32684 vsize=28231644 memory=139964193010608 CPUtime=0 cores=0-7
/proc/32686/task/32694/stat : 32694 (java) S 32684 32684 31806 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420944049 28909203456 12539 33554432000 4194304 4196468 140735688900624 139828647586960 139828701292245 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37969920 140735688909802 140735688909974 140735688909974 140735688912847 0
[pid=32686/tid=32695] ppid=32684 vsize=28231644 memory=139964193012912 CPUtime=0 cores=0-7
/proc/32686/task/32695/stat : 32695 (java) S 32684 32684 31806 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420944049 28909203456 12539 33554432000 4194304 4196468 140735688900624 139828646534160 139828701292245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37969920 140735688909802 140735688909974 140735688909974 140735688912847 0
[pid=32686/tid=32696] ppid=32684 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/32686/task/32696/stat : 32696 (java) S 32684 32684 31806 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 420944051 28909203456 12539 33554432000 4194304 4196468 140735688900624 139828018497648 139828701293186 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37969920 140735688909802 140735688909974 140735688909974 140735688912847 0
[pid=32686/tid=32697] ppid=32684 vsize=28231644 memory=279928386039696 CPUtime=0 cores=0-7
/proc/32686/task/32697/stat : 32697 (java) S 32684 32684 31806 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 420944051 28909203456 12539 33554432000 4194304 4196468 140735688900624 139828017443616 139828701292245 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37969920 140735688909802 140735688909974 140735688909974 140735688912847 0
[pid=32686/tid=32698] ppid=32684 vsize=28231644 memory=279928386037392 CPUtime=0 cores=0-7
/proc/32686/task/32698/stat : 32698 (java) S 32684 32684 31806 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 420944051 28909203456 12539 33554432000 4194304 4196468 140735688900624 139828016391280 139828701292245 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37969920 140735688909802 140735688909974 140735688909974 140735688912847 0
[pid=32686/tid=32699] ppid=32684 vsize=28231644 memory=279928386044304 CPUtime=0 cores=0-7
/proc/32686/task/32699/stat : 32699 (java) S 32684 32684 31806 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420944054 28909203456 12539 33554432000 4194304 4196468 140735688900624 139828015339600 139828701300635 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37969920 140735688909802 140735688909974 140735688909974 140735688912847 0
[pid=32686/tid=32700] ppid=32684 vsize=28231644 memory=279928385985584 CPUtime=0.01 cores=0-7
/proc/32686/task/32700/stat : 32700 (java) S 32684 32684 31806 0 -1 1077944384 361 0 0 0 1 0 0 0 20 0 20 0 420944054 28909203456 12539 33554432000 4194304 4196468 140735688900624 139828014287472 139828701293186 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37969920 140735688909802 140735688909974 140735688909974 140735688912847 0
[pid=32686/tid=32701] ppid=32684 vsize=28231644 memory=279928386058128 CPUtime=0.03 cores=0-7
/proc/32686/task/32701/stat : 32701 (java) R 32684 32684 31806 0 -1 4202560 463 0 0 0 3 0 0 0 20 0 20 0 420944054 28909203456 12539 33554432000 4194304 4196468 140735688900624 139828013234672 139828680975135 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 37969920 140735688909802 140735688909974 140735688909974 140735688912847 0
[pid=32686/tid=32702] ppid=32684 vsize=28231644 memory=279928386065040 CPUtime=0.02 cores=0-7
/proc/32686/task/32702/stat : 32702 (java) S 32684 32684 31806 0 -1 1077944384 95 0 0 0 2 0 0 0 20 0 20 0 420944054 28909203456 12539 33554432000 4194304 4196468 140735688900624 139828012182384 139828701293186 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37969920 140735688909802 140735688909974 140735688909974 140735688912847 0
[pid=32686/tid=32703] ppid=32684 vsize=28231644 memory=279928386062736 CPUtime=0.12 cores=0-7
/proc/32686/task/32703/stat : 32703 (java) S 32684 32684 31806 0 -1 1077944384 825 0 0 0 12 0 0 0 20 0 20 0 420944054 28909203456 12539 33554432000 4194304 4196468 140735688900624 139828011129584 139828701293186 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37969920 140735688909802 140735688909974 140735688909974 140735688912847 0
[pid=32686/tid=32704] ppid=32684 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/32686/task/32704/stat : 32704 (java) S 32684 32684 31806 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 420944054 28909203456 12539 33554432000 4194304 4196468 140735688900624 139828010076512 139828701292245 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37969920 140735688909802 140735688909974 140735688909974 140735688912847 0
[pid=32686/tid=32705] ppid=32684 vsize=28231644 memory=-1 CPUtime=0 cores=0-7
/proc/32686/task/32705/stat : 32705 (java) S 32684 32684 31806 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420944054 28909203456 12539 33554432000 4194304 4196468 140735688900624 139828009023792 139828701293186 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37969920 140735688909802 140735688909974 140735688909974 140735688912847 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 28344772 KiB
Current children cumulated memory: 51608 KiB

[startup+0.700996 s]
/proc/loadavg: 1.50 1.17 1.91 5/211 32705
/proc/meminfo: memFree=30864352/32770624 swapFree=66948364/67108860
[pid=32684] ppid=32681 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/32684/stat : 32684 (xcsp3-exec) S 32681 32684 31806 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 420944048 115843072 363 33554432000 4194304 5098028 140727268240560 140727268238664 139838571500156 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 40267776 140727268246391 140727268246633 140727268246633 140727268249546 0
/proc/32684/statm: 28282 363 304 221 0 87 0
[pid=32686] ppid=32684 vsize=28233768 memory=99232 CPUtime=1.84 cores=0-7
/proc/32686/stat : 32686 (java) S 32684 32684 31806 0 -1 1077944320 16460 0 0 0 176 8 0 0 20 0 20 0 420944048 28911378432 24808 33554432000 4194304 4196468 140735688900624 140735688883168 139828701282039 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 37969920 140735688909802 140735688909974 140735688909974 140735688912847 0
/proc/32686/statm: 7058442 24808 3453 1 0 7019544 0
[pid=32686/tid=32687] ppid=32684 vsize=28233768 memory=0 CPUtime=0.67 cores=0-7
/proc/32686/task/32687/stat : 32687 (java) R 32684 32684 31806 0 -1 4202560 9316 0 0 0 62 5 0 0 20 0 20 0 420944048 28911378432 24808 33554432000 4194304 4196468 140735688900624 139828705515920 139828701293974 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 37969920 140735688909802 140735688909974 140735688909974 140735688912847 0
[pid=32686/tid=32688] ppid=32684 vsize=28233768 memory=2353 CPUtime=0 cores=0-7
/proc/32686/task/32688/stat : 32688 (java) S 32684 32684 31806 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420944049 28911378432 24808 33554432000 4194304 4196468 140735688900624 139828653902224 139828701292245 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37969920 140735688909802 140735688909974 140735688909974 140735688912847 0
[pid=32686/tid=32689] ppid=32684 vsize=28233768 memory=0 CPUtime=0 cores=0-7
/proc/32686/task/32689/stat : 32689 (java) S 32684 32684 31806 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 420944049 28911378432 24808 33554432000 4194304 4196468 140735688900624 139828652849424 139828701292245 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37969920 140735688909802 140735688909974 140735688909974 140735688912847 0
[pid=32686/tid=32690] ppid=32684 vsize=28233768 memory=1428 CPUtime=0 cores=0-7
/proc/32686/task/32690/stat : 32690 (java) S 32684 32684 31806 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 420944049 28911378432 24808 33554432000 4194304 4196468 140735688900624 139828651797136 139828701292245 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37969920 140735688909802 140735688909974 140735688909974 140735688912847 0

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

[pid=32686/tid=32713] ppid=32684 vsize=28768328 memory=1177820 CPUtime=2413.8 cores=0-7
/proc/32686/task/32713/stat : 32713 (java) R 32684 32684 31806 0 -1 4202560 16077 0 0 0 241363 17 0 0 20 0 28 0 420944207 29458767872 292019 33554432000 4194304 4196468 140735688900624 139827990584960 139828322588580 0 4 0 16800975 0 0 0 -1 5 0 0 19 0 0 6293624 6294260 37969920 140735688909802 140735688909974 140735688909974 140735688912847 0
Current children cumulated CPU time: 19438.9 s
Current children cumulated vsize: 28881456 KiB
Current children cumulated memory: 1169528 KiB

[startup+2502.3 s]
/proc/loadavg: 8.49 8.40 7.89 9/221 462
/proc/meminfo: memFree=29941212/32770624 swapFree=66948436/67108860
[pid=32684] ppid=32681 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/32684/stat : 32684 (xcsp3-exec) S 32681 32684 31806 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 420944048 115843072 363 33554432000 4194304 5098028 140727268240560 140727268238664 139838571500156 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 40267776 140727268246391 140727268246633 140727268246633 140727268249546 0
/proc/32684/statm: 28282 363 304 221 0 87 0
[pid=32686] ppid=32684 vsize=28768328 memory=983528 CPUtime=19916.4 cores=0-7
/proc/32686/stat : 32686 (java) S 32684 32684 31806 0 -1 1077944320 799118 0 0 0 1990681 957 0 0 20 0 28 0 420944048 29458767872 245882 33554432000 4194304 4196468 140735688900624 140735688883168 139828701282039 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 37969920 140735688909802 140735688909974 140735688909974 140735688912847 0
/proc/32686/statm: 7192082 245882 3562 1 0 7153184 0
[pid=32686/tid=32687] ppid=32684 vsize=28768328 memory=986604 CPUtime=1.51 cores=0-7
/proc/32686/task/32687/stat : 32687 (java) S 32684 32684 31806 0 -1 1077944384 9596 0 0 0 144 7 0 0 20 0 28 0 420944048 29458767872 245882 33554432000 4194304 4196468 140735688900624 139828705522816 139828701292245 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37969920 140735688909802 140735688909974 140735688909974 140735688912847 0
[pid=32686/tid=32688] ppid=32684 vsize=28768328 memory=988656 CPUtime=11.22 cores=0-7
/proc/32686/task/32688/stat : 32688 (java) S 32684 32684 31806 0 -1 1077944384 25073 0 0 0 1074 48 0 0 20 0 28 0 420944049 29458767872 245882 33554432000 4194304 4196468 140735688900624 139828653902224 139828701292245 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 4 0 0 6293624 6294260 37969920 140735688909802 140735688909974 140735688909974 140735688912847 0
[pid=32686/tid=32689] ppid=32684 vsize=28768328 memory=1452 CPUtime=11.11 cores=0-7
/proc/32686/task/32689/stat : 32689 (java) S 32684 32684 31806 0 -1 1077944384 27987 0 0 0 1066 45 0 0 20 0 28 0 420944049 29458767872 245882 33554432000 4194304 4196468 140735688900624 139828652849424 139828701292245 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 4 0 0 6293624 6294260 37969920 140735688909802 140735688909974 140735688909974 140735688912847 0
[pid=32686/tid=32690] ppid=32684 vsize=28768328 memory=1452 CPUtime=11.1 cores=0-7
/proc/32686/task/32690/stat : 32690 (java) S 32684 32684 31806 0 -1 1077944384 27881 0 0 0 1067 43 0 0 20 0 28 0 420944049 29458767872 245882 33554432000 4194304 4196468 140735688900624 139828651797136 139828701292245 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 5 0 0 6293624 6294260 37969920 140735688909802 140735688909974 140735688909974 140735688912847 0
[pid=32686/tid=32691] ppid=32684 vsize=28768328 memory=1004048 CPUtime=11.13 cores=0-7
/proc/32686/task/32691/stat : 32691 (java) S 32684 32684 31806 0 -1 1077944384 27365 0 0 0 1067 46 0 0 20 0 28 0 420944049 29458767872 245882 33554432000 4194304 4196468 140735688900624 139828650744336 139828701292245 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 5 0 0 6293624 6294260 37969920 140735688909802 140735688909974 140735688909974 140735688912847 0
[pid=32686/tid=32692] ppid=32684 vsize=28768328 memory=995840 CPUtime=11.17 cores=0-7
/proc/32686/task/32692/stat : 32692 (java) S 32684 32684 31806 0 -1 1077944384 25198 0 0 0 1071 46 0 0 20 0 28 0 420944049 29458767872 245882 33554432000 4194304 4196468 140735688900624 139828649692048 139828701292245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 5 0 0 6293624 6294260 37969920 140735688909802 140735688909974 140735688909974 140735688912847 0
[pid=32686/tid=32693] ppid=32684 vsize=28768328 memory=988656 CPUtime=11.1 cores=0-7
/proc/32686/task/32693/stat : 32693 (java) S 32684 32684 31806 0 -1 1077944384 22910 0 0 0 1066 44 0 0 20 0 28 0 420944049 29458767872 245882 33554432000 4194304 4196468 140735688900624 139828648639248 139828701292245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 5 0 0 6293624 6294260 37969920 140735688909802 140735688909974 140735688909974 140735688912847 0
[pid=32686/tid=32694] ppid=32684 vsize=28768328 memory=280968170635144 CPUtime=11.06 cores=0-7
/proc/32686/task/32694/stat : 32694 (java) S 32684 32684 31806 0 -1 1077944384 30939 0 0 0 1061 45 0 0 20 0 28 0 420944049 29458767872 245882 33554432000 4194304 4196468 140735688900624 139828647586960 139828701292245 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 4 0 0 6293624 6294260 37969920 140735688909802 140735688909974 140735688909974 140735688912847 0
[pid=32686/tid=32695] ppid=32684 vsize=28768328 memory=6293050847276651881 CPUtime=11.14 cores=0-7
/proc/32686/task/32695/stat : 32695 (java) S 32684 32684 31806 0 -1 1077944384 27082 0 0 0 1069 45 0 0 20 0 28 0 420944049 29458767872 245882 33554432000 4194304 4196468 140735688900624 139828646534160 139828701292245 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 6 0 0 6293624 6294260 37969920 140735688909802 140735688909974 140735688909974 140735688912847 0
[pid=32686/tid=32696] ppid=32684 vsize=28768328 memory=1452 CPUtime=3.02 cores=0-7
/proc/32686/task/32696/stat : 32696 (java) S 32684 32684 31806 0 -1 1077944384 132607 0 0 0 183 119 0 0 20 0 28 0 420944051 29458767872 245882 33554432000 4194304 4196468 140735688900624 139828018497648 139828701293186 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37969920 140735688909802 140735688909974 140735688909974 140735688912847 0
[pid=32686/tid=32697] ppid=32684 vsize=28768328 memory=1018412 CPUtime=0 cores=0-7
/proc/32686/task/32697/stat : 32697 (java) S 32684 32684 31806 0 -1 1077944384 72 0 0 0 0 0 0 0 20 0 28 0 420944051 29458767872 245882 33554432000 4194304 4196468 140735688900624 139828017443680 139828701292245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37969920 140735688909802 140735688909974 140735688909974 140735688912847 0
[pid=32686/tid=32698] ppid=32684 vsize=28768328 memory=1040 CPUtime=0 cores=0-7
/proc/32686/task/32698/stat : 32698 (java) S 32684 32684 31806 0 -1 1077944384 75 0 0 0 0 0 0 0 20 0 28 0 420944051 29458767872 245882 33554432000 4194304 4196468 140735688900624 139828016391296 139828701292245 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37969920 140735688909802 140735688909974 140735688909974 140735688912847 0
[pid=32686/tid=32699] ppid=32684 vsize=28768328 memory=4136 CPUtime=0 cores=0-7
/proc/32686/task/32699/stat : 32699 (java) S 32684 32684 31806 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 420944054 29458767872 245882 33554432000 4194304 4196468 140735688900624 139828015339600 139828701300635 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37969920 140735688909802 140735688909974 140735688909974 140735688912847 0
[pid=32686/tid=32700] ppid=32684 vsize=28768328 memory=1428 CPUtime=5.27 cores=0-7
/proc/32686/task/32700/stat : 32700 (java) S 32684 32684 31806 0 -1 1077944384 38366 0 0 0 522 5 0 0 20 0 28 0 420944054 29458767872 245882 33554432000 4194304 4196468 140735688900624 139828014287472 139828701293186 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37969920 140735688909802 140735688909974 140735688909974 140735688912847 0
[pid=32686/tid=32701] ppid=32684 vsize=28768328 memory=11624 CPUtime=6 cores=0-7
/proc/32686/task/32701/stat : 32701 (java) S 32684 32684 31806 0 -1 1077944384 37947 0 0 0 593 7 0 0 20 0 28 0 420944054 29458767872 245882 33554432000 4194304 4196468 140735688900624 139828013234672 139828701293186 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37969920 140735688909802 140735688909974 140735688909974 140735688912847 0
[pid=32686/tid=32702] ppid=32684 vsize=28768328 memory=1452 CPUtime=5.22 cores=0-7
/proc/32686/task/32702/stat : 32702 (java) S 32684 32684 31806 0 -1 1077944384 41559 0 0 0 514 8 0 0 20 0 28 0 420944054 29458767872 245882 33554432000 4194304 4196468 140735688900624 139828012182384 139828701293186 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37969920 140735688909802 140735688909974 140735688909974 140735688912847 0
[pid=32686/tid=32703] ppid=32684 vsize=28768328 memory=1452 CPUtime=1.28 cores=0-7
/proc/32686/task/32703/stat : 32703 (java) S 32684 32684 31806 0 -1 1077944384 23061 0 0 0 123 5 0 0 20 0 28 0 420944054 29458767872 245882 33554432000 4194304 4196468 140735688900624 139828011129584 139828701293186 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 36 0 0 6293624 6294260 37969920 140735688909802 140735688909974 140735688909974 140735688912847 0
[pid=32686/tid=32704] ppid=32684 vsize=28768328 memory=995840 CPUtime=0 cores=0-7
/proc/32686/task/32704/stat : 32704 (java) S 32684 32684 31806 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 420944054 29458767872 245882 33554432000 4194304 4196468 140735688900624 139828010076512 139828701292245 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37969920 140735688909802 140735688909974 140735688909974 140735688912847 0
[pid=32686/tid=32705] ppid=32684 vsize=28768328 memory=1056 CPUtime=1.01 cores=0-7
/proc/32686/task/32705/stat : 32705 (java) S 32684 32684 31806 0 -1 1077944384 6949 0 0 0 0 101 0 0 20 0 28 0 420944054 29458767872 245882 33554432000 4194304 4196468 140735688900624 139828009023792 139828701293186 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 39 0 0 6293624 6294260 37969920 140735688909802 140735688909974 140735688909974 140735688912847 0
[pid=32686/tid=32706] ppid=32684 vsize=28768328 memory=1452 CPUtime=2481.92 cores=0-7
/proc/32686/task/32706/stat : 32706 (java) R 32684 32684 31806 0 -1 4202560 22631 0 0 0 248171 21 0 0 20 0 28 0 420944206 29458767872 245882 33554432000 4194304 4196468 140735688900624 139827997957400 139828323374612 0 4 0 16800975 0 0 0 -1 6 0 0 17 0 0 6293624 6294260 37969920 140735688909802 140735688909974 140735688909974 140735688912847 0
[pid=32686/tid=32707] ppid=32684 vsize=28768328 memory=1095796 CPUtime=2475.29 cores=0-7
/proc/32686/task/32707/stat : 32707 (java) R 32684 32684 31806 0 -1 4202560 14555 0 0 0 247511 18 0 0 20 0 28 0 420944206 29458767872 245882 33554432000 4194304 4196468 140735688900624 139827996905800 139828327146606 0 4 0 16800975 0 0 0 -1 1 0 0 17 0 0 6293624 6294260 37969920 140735688909802 140735688909974 140735688909974 140735688912847 0
[pid=32686/tid=32708] ppid=32684 vsize=28768328 memory=1452 CPUtime=2471.32 cores=0-7
/proc/32686/task/32708/stat : 32708 (java) R 32684 32684 31806 0 -1 4202560 114274 0 0 0 246969 163 0 0 20 0 28 0 420944206 29458767872 245882 33554432000 4194304 4196468 140735688900624 139827995851760 139828328071454 0 4 0 16800975 0 0 0 -1 2 0 0 15 0 0 6293624 6294260 37969920 140735688909802 140735688909974 140735688909974 140735688912847 0
[pid=32686/tid=32709] ppid=32684 vsize=28768328 memory=3612 CPUtime=2477.11 cores=0-7
/proc/32686/task/32709/stat : 32709 (java) R 32684 32684 31806 0 -1 4202560 19990 0 0 0 247680 31 0 0 20 0 28 0 420944206 29458767872 245882 33554432000 4194304 4196468 140735688900624 139827994800712 139828322134848 0 4 0 16800975 0 0 0 -1 3 0 0 17 0 0 6293624 6294260 37969920 140735688909802 140735688909974 140735688909974 140735688912847 0
[pid=32686/tid=32710] ppid=32684 vsize=28768328 memory=23468 CPUtime=2475.86 cores=0-7
/proc/32686/task/32710/stat : 32710 (java) R 32684 32684 31806 0 -1 4202560 25504 0 0 0 247544 42 0 0 20 0 28 0 420944206 29458767872 245882 33554432000 4194304 4196468 140735688900624 139827993748032 139828323374655 0 4 0 16800975 0 0 0 -1 5 0 0 17 0 0 6293624 6294260 37969920 140735688909802 140735688909974 140735688909974 140735688912847 0
[pid=32686/tid=32711] ppid=32684 vsize=28768328 memory=992 CPUtime=2471.85 cores=0-7
/proc/32686/task/32711/stat : 32711 (java) R 32684 32684 31806 0 -1 4202560 26953 0 0 0 247138 47 0 0 20 0 28 0 420944206 29458767872 245882 33554432000 4194304 4196468 140735688900624 139827992695624 139828323648081 0 4 0 16800975 0 0 0 -1 0 0 0 15 0 0 6293624 6294260 37969920 140735688909802 140735688909974 140735688909974 140735688912847 0
[pid=32686/tid=32712] ppid=32684 vsize=28768328 memory=2044 CPUtime=2477.42 cores=0-7
/proc/32686/task/32712/stat : 32712 (java) R 32684 32684 31806 0 -1 4202560 53075 0 0 0 247635 107 0 0 20 0 28 0 420944207 29458767872 245882 33554432000 4194304 4196468 140735688900624 139827991641824 139828325397176 0 4 0 16800975 0 0 0 -1 4 0 0 18 0 0 6293624 6294260 37969920 140735688909802 140735688909974 140735688909974 140735688912847 0
[pid=32686/tid=32713] ppid=32684 vsize=28768328 memory=995840 CPUtime=2473.01 cores=0-7
/proc/32686/task/32713/stat : 32713 (java) R 32684 32684 31806 0 -1 4202560 16229 0 0 0 247283 18 0 0 20 0 28 0 420944207 29458767872 245882 33554432000 4194304 4196468 140735688900624 139827990589512 139828323209138 0 4 0 16800975 0 0 0 -1 7 0 0 19 0 0 6293624 6294260 37969920 140735688909802 140735688909974 140735688909974 140735688912847 0
Current children cumulated CPU time: 19916.4 s
Current children cumulated vsize: 28881456 KiB
Current children cumulated memory: 984980 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+2520 s]*
/proc/loadavg: 8.38 8.38 7.89 9/222 465
/proc/meminfo: memFree=29961448/32770624 swapFree=66948436/67108860
[pid=32684] ppid=32681 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/32684/stat : 32684 (xcsp3-exec) S 32681 32684 31806 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 420944048 115843072 363 33554432000 4194304 5098028 140727268240560 140727268238664 139838571500156 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 40267776 140727268246391 140727268246633 140727268246633 140727268249546 0
/proc/32684/statm: 28282 363 304 221 0 87 0
[pid=32686] ppid=32684 vsize=28768328 memory=964512 CPUtime=20057.4 cores=0-7
/proc/32686/stat : 32686 (java) S 32684 32684 31806 0 -1 1077944320 802602 0 0 0 2004780 959 0 0 20 0 28 0 420944048 29458767872 241128 33554432000 4194304 4196468 140735688900624 140735688883168 139828701282039 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 37969920 140735688909802 140735688909974 140735688909974 140735688912847 0
/proc/32686/statm: 7192082 241128 3562 1 0 7153184 0
[pid=32686/tid=32687] ppid=32684 vsize=28768328 memory=1398720917958146503 CPUtime=1.51 cores=0-7
/proc/32686/task/32687/stat : 32687 (java) S 32684 32684 31806 0 -1 1077944384 9596 0 0 0 144 7 0 0 20 0 28 0 420944048 29458767872 241128 33554432000 4194304 4196468 140735688900624 139828705522816 139828701292245 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37969920 140735688909802 140735688909974 140735688909974 140735688912847 0
[pid=32686/tid=32688] ppid=32684 vsize=28768328 memory=4126316290023845779 CPUtime=11.46 cores=0-7
/proc/32686/task/32688/stat : 32688 (java) S 32684 32684 31806 0 -1 1077944384 25144 0 0 0 1098 48 0 0 20 0 28 0 420944049 29458767872 241128 33554432000 4194304 4196468 140735688900624 139828653902224 139828701292245 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 4 0 0 6293624 6294260 37969920 140735688909802 140735688909974 140735688909974 140735688912847 0
[pid=32686/tid=32689] ppid=32684 vsize=28768328 memory=1436 CPUtime=11.35 cores=0-7
/proc/32686/task/32689/stat : 32689 (java) S 32684 32684 31806 0 -1 1077944384 28067 0 0 0 1090 45 0 0 20 0 28 0 420944049 29458767872 241128 33554432000 4194304 4196468 140735688900624 139828652849424 139828701292245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 4 0 0 6293624 6294260 37969920 140735688909802 140735688909974 140735688909974 140735688912847 0
[pid=32686/tid=32690] ppid=32684 vsize=28768328 memory=1984 CPUtime=11.34 cores=0-7
/proc/32686/task/32690/stat : 32690 (java) S 32684 32684 31806 0 -1 1077944384 27996 0 0 0 1090 44 0 0 20 0 28 0 420944049 29458767872 241128 33554432000 4194304 4196468 140735688900624 139828651797136 139828701292245 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 5 0 0 6293624 6294260 37969920 140735688909802 140735688909974 140735688909974 140735688912847 0
[pid=32686/tid=32691] ppid=32684 vsize=28768328 memory=2424 CPUtime=11.39 cores=0-7
/proc/32686/task/32691/stat : 32691 (java) S 32684 32684 31806 0 -1 1077944384 27876 0 0 0 1092 47 0 0 20 0 28 0 420944049 29458767872 241128 33554432000 4194304 4196468 140735688900624 139828650744336 139828701292245 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 5 0 0 6293624 6294260 37969920 140735688909802 140735688909974 140735688909974 140735688912847 0
[pid=32686/tid=32692] ppid=32684 vsize=28768328 memory=1452 CPUtime=11.41 cores=0-7
/proc/32686/task/32692/stat : 32692 (java) S 32684 32684 31806 0 -1 1077944384 25287 0 0 0 1095 46 0 0 20 0 28 0 420944049 29458767872 241128 33554432000 4194304 4196468 140735688900624 139828649692048 139828701292245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 5 0 0 6293624 6294260 37969920 140735688909802 140735688909974 140735688909974 140735688912847 0
[pid=32686/tid=32693] ppid=32684 vsize=28768328 memory=6791534058613427641 CPUtime=11.34 cores=0-7
/proc/32686/task/32693/stat : 32693 (java) S 32684 32684 31806 0 -1 1077944384 23020 0 0 0 1090 44 0 0 20 0 28 0 420944049 29458767872 241128 33554432000 4194304 4196468 140735688900624 139828648639248 139828701292245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 5 0 0 6293624 6294260 37969920 140735688909802 140735688909974 140735688909974 140735688912847 0
[pid=32686/tid=32694] ppid=32684 vsize=28768328 memory=4104 CPUtime=11.3 cores=0-7
/proc/32686/task/32694/stat : 32694 (java) S 32684 32684 31806 0 -1 1077944384 30995 0 0 0 1085 45 0 0 20 0 28 0 420944049 29458767872 241128 33554432000 4194304 4196468 140735688900624 139828647586960 139828701292245 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 4 0 0 6293624 6294260 37969920 140735688909802 140735688909974 140735688909974 140735688912847 0
[pid=32686/tid=32695] ppid=32684 vsize=28768328 memory=1398720917958146503 CPUtime=11.37 cores=0-7
/proc/32686/task/32695/stat : 32695 (java) S 32684 32684 31806 0 -1 1077944384 27113 0 0 0 1092 45 0 0 20 0 28 0 420944049 29458767872 241128 33554432000 4194304 4196468 140735688900624 139828646534160 139828701292245 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 6 0 0 6293624 6294260 37969920 140735688909802 140735688909974 140735688909974 140735688912847 0
[pid=32686/tid=32696] ppid=32684 vsize=28768328 memory=4126316290023845779 CPUtime=3.04 cores=0-7
/proc/32686/task/32696/stat : 32696 (java) S 32684 32684 31806 0 -1 1077944384 133987 0 0 0 185 119 0 0 20 0 28 0 420944051 29458767872 241128 33554432000 4194304 4196468 140735688900624 139828018497648 139828701293186 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37969920 140735688909802 140735688909974 140735688909974 140735688912847 0
[pid=32686/tid=32697] ppid=32684 vsize=28768328 memory=804 CPUtime=0 cores=0-7
/proc/32686/task/32697/stat : 32697 (java) S 32684 32684 31806 0 -1 1077944384 72 0 0 0 0 0 0 0 20 0 28 0 420944051 29458767872 241128 33554432000 4194304 4196468 140735688900624 139828017443680 139828701292245 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37969920 140735688909802 140735688909974 140735688909974 140735688912847 0
[pid=32686/tid=32698] ppid=32684 vsize=28768328 memory=1732 CPUtime=0 cores=0-7
/proc/32686/task/32698/stat : 32698 (java) S 32684 32684 31806 0 -1 1077944384 75 0 0 0 0 0 0 0 20 0 28 0 420944051 29458767872 241128 33554432000 4194304 4196468 140735688900624 139828016391296 139828701292245 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37969920 140735688909802 140735688909974 140735688909974 140735688912847 0
[pid=32686/tid=32699] ppid=32684 vsize=28768328 memory=1808 CPUtime=0 cores=0-7
/proc/32686/task/32699/stat : 32699 (java) S 32684 32684 31806 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 420944054 29458767872 241128 33554432000 4194304 4196468 140735688900624 139828015339600 139828701300635 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37969920 140735688909802 140735688909974 140735688909974 140735688912847 0
[pid=32686/tid=32700] ppid=32684 vsize=28768328 memory=924 CPUtime=5.27 cores=0-7
/proc/32686/task/32700/stat : 32700 (java) S 32684 32684 31806 0 -1 1077944384 38368 0 0 0 522 5 0 0 20 0 28 0 420944054 29458767872 241128 33554432000 4194304 4196468 140735688900624 139828014287472 139828701293186 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37969920 140735688909802 140735688909974 140735688909974 140735688912847 0
[pid=32686/tid=32701] ppid=32684 vsize=28768328 memory=4316 CPUtime=6 cores=0-7
/proc/32686/task/32701/stat : 32701 (java) S 32684 32684 31806 0 -1 1077944384 37949 0 0 0 593 7 0 0 20 0 28 0 420944054 29458767872 241128 33554432000 4194304 4196468 140735688900624 139828013234672 139828701293186 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37969920 140735688909802 140735688909974 140735688909974 140735688912847 0
[pid=32686/tid=32702] ppid=32684 vsize=28768328 memory=1412 CPUtime=5.22 cores=0-7
/proc/32686/task/32702/stat : 32702 (java) S 32684 32684 31806 0 -1 1077944384 41561 0 0 0 514 8 0 0 20 0 28 0 420944054 29458767872 241128 33554432000 4194304 4196468 140735688900624 139828012182384 139828701293186 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37969920 140735688909802 140735688909974 140735688909974 140735688912847 0
[pid=32686/tid=32703] ppid=32684 vsize=28768328 memory=3840 CPUtime=1.28 cores=0-7
/proc/32686/task/32703/stat : 32703 (java) S 32684 32684 31806 0 -1 1077944384 23063 0 0 0 123 5 0 0 20 0 28 0 420944054 29458767872 241128 33554432000 4194304 4196468 140735688900624 139828011129584 139828701293186 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 36 0 0 6293624 6294260 37969920 140735688909802 140735688909974 140735688909974 140735688912847 0
[pid=32686/tid=32704] ppid=32684 vsize=28768328 memory=1452 CPUtime=0 cores=0-7
/proc/32686/task/32704/stat : 32704 (java) S 32684 32684 31806 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 420944054 29458767872 241128 33554432000 4194304 4196468 140735688900624 139828010076512 139828701292245 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37969920 140735688909802 140735688909974 140735688909974 140735688912847 0
[pid=32686/tid=32705] ppid=32684 vsize=28768328 memory=976312 CPUtime=1.02 cores=0-7
/proc/32686/task/32705/stat : 32705 (java) S 32684 32684 31806 0 -1 1077944384 6960 0 0 0 0 102 0 0 20 0 28 0 420944054 29458767872 241128 33554432000 4194304 4196468 140735688900624 139828009023792 139828701293186 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 39 0 0 6293624 6294260 37969920 140735688909802 140735688909974 140735688909974 140735688912847 0
[pid=32686/tid=32706] ppid=32684 vsize=28768328 memory=1452 CPUtime=2499.3 cores=0-7
/proc/32686/task/32706/stat : 32706 (java) R 32684 32684 31806 0 -1 4202560 22687 0 0 0 249909 21 0 0 20 0 28 0 420944206 29458767872 241128 33554432000 4194304 4196468 140735688900624 139827997953080 139828323515704 0 4 0 16800975 0 0 0 -1 3 0 0 17 0 0 6293624 6294260 37969920 140735688909802 140735688909974 140735688909974 140735688912847 0
[pid=32686/tid=32707] ppid=32684 vsize=28768328 memory=111636 CPUtime=2492.71 cores=0-7
/proc/32686/task/32707/stat : 32707 (java) R 32684 32684 31806 0 -1 4202560 14598 0 0 0 249253 18 0 0 20 0 28 0 420944206 29458767872 241128 33554432000 4194304 4196468 140735688900624 139827996901240 139828322588387 0 4 0 16800975 0 0 0 -1 5 0 0 17 0 0 6293624 6294260 37969920 140735688909802 140735688909974 140735688909974 140735688912847 0
[pid=32686/tid=32708] ppid=32684 vsize=28768328 memory=804 CPUtime=2488.75 cores=0-7
/proc/32686/task/32708/stat : 32708 (java) R 32684 32684 31806 0 -1 4202560 114905 0 0 0 248711 164 0 0 20 0 28 0 420944206 29458767872 241128 33554432000 4194304 4196468 140735688900624 139827995849008 139828323614701 0 4 0 16800975 0 0 0 -1 4 0 0 15 0 0 6293624 6294260 37969920 140735688909802 140735688909974 140735688909974 140735688912847 0
[pid=32686/tid=32709] ppid=32684 vsize=28768328 memory=1732 CPUtime=2494.46 cores=0-7
/proc/32686/task/32709/stat : 32709 (java) R 32684 32684 31806 0 -1 4202560 20017 0 0 0 249415 31 0 0 20 0 28 0 420944206 29458767872 241128 33554432000 4194304 4196468 140735688900624 139827994796360 139828327146768 0 4 0 16800975 0 0 0 -1 1 0 0 17 0 0 6293624 6294260 37969920 140735688909802 140735688909974 140735688909974 140735688912847 0
[pid=32686/tid=32710] ppid=32684 vsize=28768328 memory=1808 CPUtime=2493.11 cores=0-7
/proc/32686/task/32710/stat : 32710 (java) R 32684 32684 31806 0 -1 4202560 25549 0 0 0 249269 42 0 0 20 0 28 0 420944206 29458767872 241128 33554432000 4194304 4196468 140735688900624 139827993744120 139828323087217 0 4 0 16800975 0 0 0 -1 2 0 0 17 0 0 6293624 6294260 37969920 140735688909802 140735688909974 140735688909974 140735688912847 0
[pid=32686/tid=32711] ppid=32684 vsize=28768328 memory=924 CPUtime=2489.28 cores=0-7
/proc/32686/task/32711/stat : 32711 (java) R 32684 32684 31806 0 -1 4202560 27007 0 0 0 248881 47 0 0 20 0 28 0 420944206 29458767872 241128 33554432000 4194304 4196468 140735688900624 139827992691224 139828322588465 0 4 0 16800975 0 0 0 -1 6 0 0 15 0 0 6293624 6294260 37969920 140735688909802 140735688909974 140735688909974 140735688912847 0
[pid=32686/tid=32712] ppid=32684 vsize=28768328 memory=4316 CPUtime=2494.85 cores=0-7
/proc/32686/task/32712/stat : 32712 (java) R 32684 32684 31806 0 -1 4202560 53182 0 0 0 249378 107 0 0 20 0 28 0 420944207 29458767872 241128 33554432000 4194304 4196468 140735688900624 139827991640656 139828322134864 0 4 0 16800975 0 0 0 -1 0 0 0 18 0 0 6293624 6294260 37969920 140735688909802 140735688909974 140735688909974 140735688912847 0
[pid=32686/tid=32713] ppid=32684 vsize=28768328 memory=1412 CPUtime=2490.38 cores=0-7
/proc/32686/task/32713/stat : 32713 (java) R 32684 32684 31806 0 -1 4202560 16288 0 0 0 249020 18 0 0 20 0 28 0 420944207 29458767872 241128 33554432000 4194304 4196468 140735688900624 139827990585112 139828325849587 0 4 0 16800975 0 0 0 -1 7 0 0 19 0 0 6293624 6294260 37969920 140735688909802 140735688909974 140735688909974 140735688912847 0
Current children cumulated CPU time: 20057.4 s
Current children cumulated vsize: 28881456 KiB
Current children cumulated memory: 965964 KiB

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

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

[startup+2520.1 s]
# the end of solver process 32686 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=20048.4 s, system=9.61091 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.1
CPU time (s): 20058
CPU user time (s): 20048.4
CPU system time (s): 9.61091
CPU usage (%): 795.922
Max. virtual memory (cumulated for all children) (KiB): 28883348
Max. memory (cumulated for all children) (KiB): 2630132

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 20048.4
system time used= 9.61091
maximum resident set size= 2628704
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 803282
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3568
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 126925
involuntary context switches= 225237


# summary of solver processes directly reported to runsolver:
#   pid: 32684,32686
#   total CPU time (s): 20058
#   total CPU user time (s): 20048.4
#   total CPU system time (s): 9.61091

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 21.4846 second user time and 30.7826 second system time

The end

Launcher Data

Begin job on node117 at 2019-09-14 10:32:59
IDJOB=4393731
IDBENCH=141718
IDSOLVER=2841
FILE ID=node117/4393731-1568450021
RUNJOBID= node117-1568448065-31833
PBS_JOBID= 21702355
Free space on /tmp= 61184 MiB

SOLVER NAME= choco-solver parallel 2019-06-14
BENCH NAME= XCSP19/ConsecutiveSquarePacking/ConsecutiveSquarePacking-sp-30-098.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-4393731-1568450021/watcher-4393731-1568450021 -o /tmp/evaluation-result-4393731-1568450021/solver-4393731-1568450021 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node117-1568448065-31833 --watchdog 2580  xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 81747902 HOME/instance-4393731-1568450021.xml

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

MD5SUM BENCH= fb27cd1d2814d0f1760e6f4b9d041fef
RANDOM SEED=81747902

node117.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.75
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.75
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.75
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.75
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:        30918700 kB
MemAvailable:   31863036 kB
Buffers:          156204 kB
Cached:          1055348 kB
SwapCached:        52200 kB
Active:           778940 kB
Inactive:         487372 kB
Active(anon):      18088 kB
Inactive(anon):    61880 kB
Active(file):     760852 kB
Inactive(file):   425492 kB
Unevictable:      108644 kB
Mlocked:          108644 kB
SwapTotal:      67108860 kB
SwapFree:       66948364 kB
Dirty:             25908 kB
Writeback:             0 kB
AnonPages:        118648 kB
Mapped:            33576 kB
Shmem:             16272 kB
Slab:             175872 kB
SReclaimable:     147656 kB
SUnreclaim:        28216 kB
KernelStack:        3824 kB
PageTables:         5692 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     496480 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     73728 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 61160 MiB
End job on node117 at 2019-09-14 11:14:59