Trace number 4404463

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) 20047 2520.1

General information on the benchmark

NameXCSP19/ConsecutiveSquarePacking/
ConsecutiveSquarePacking-sp-28-088.xml
MD5SUM86f96609b8582eec836d4ad8d9b44327
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 variables56
Number of constraints378
Number of domains28
Minimum domain size61
Maximum domain size88
Distribution of domain sizes[{"size":61,"count":2},{"size":62,"count":2},{"size":63,"count":2},{"size":64,"count":2},{"size":65,"count":2},{"size":66,"count":2},{"size":67,"count":2},{"size":68,"count":2},{"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}]
Minimum variable degree27
Maximum variable degree27
Distribution of variable degrees[{"degree":27,"count":56}]
Minimum constraint arity4
Maximum constraint arity4
Distribution of constraint arities[{"arity":4,"count":378}]
Number of extensional constraints0
Number of intensional constraints378
Distribution of constraint types[{"type":"intension","count":378}]
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-4404463-1569013062.xml"  -tl '20160s' -p 8
0.12/0.18	c Choco 3fb4b153
0.12/0.18	c [HOME/instance-4404463-1569013062.xml, -tl, 20160s, -p, 8]
0.33/0.22	c 8 solvers in parallel
0.33/0.29	c parse instance...
4.85/1.49	c solve instance...
20046.35/2520.07	s UNKNOWN
20046.35/2520.07	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 (13448 MiB free)
  memory of node 1: 16384 MiB (11760 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4404463-1569013062/watcher-4404463-1569013062 -o /var/tmp/evaluation-result-4404463-1569013062/solver-4404463-1569013062 -C 20160 -W 2520 -M 31000 --bin-var /var/tmp/runsolver-exch-node119-1569004688-31966 --watchdog 2580 xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 874855861 HOME/instance-4404463-1569013062.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=4096, runsolver pid=4093
Current StackSize limit: 8192 KiB


[startup+0.10013 s]*
/proc/loadavg: 1.28 1.26 3.05 2/211 4117
/proc/meminfo: memFree=25800092/32770624 swapFree=66953268/67108860
[pid=4096] ppid=4093 vsize=113128 memory=1448 CPUtime=0 cores=0-7
/proc/4096/stat : 4096 (xcsp3-exec) S 4093 4096 31939 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 477221038 115843072 362 33554432000 4194304 5098028 140727148280656 140727148278760 140184411456124 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 10448896 140727148286802 140727148287061 140727148287061 140727148289990 0
/proc/4096/statm: 28282 362 304 221 0 87 0
[pid=4098] ppid=4096 vsize=28227396 memory=27340 CPUtime=0.12 cores=0-7
/proc/4098/stat : 4098 (java) S 4096 4096 31939 0 -1 1077944320 5799 0 0 0 11 1 0 0 20 0 20 0 477221038 28904853504 6835 33554432000 4194304 4196468 140726637774928 140726637757472 140488078147319 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 21856256 140726637777878 140726637778054 140726637778054 140726637780943 0
/proc/4098/statm: 7056849 6835 3121 1 0 7019032 0
[pid=4098/tid=4099] ppid=4096 vsize=28227396 memory=6935054825532540783 CPUtime=0.08 cores=0-7
/proc/4098/task/4099/stat : 4099 (java) R 4096 4096 31939 0 -1 4202560 3653 0 0 0 8 0 0 0 20 0 20 0 477221038 28904853504 6835 33554432000 4194304 4196468 140726637774928 140488082379008 140488078169245 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 21856256 140726637777878 140726637778054 140726637778054 140726637780943 0
[pid=4098/tid=4100] ppid=4096 vsize=28227396 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/4098/task/4100/stat : 4100 (java) S 4096 4096 31939 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 477221039 28904853504 6835 33554432000 4194304 4196468 140726637774928 140487629073296 140488078157525 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21856256 140726637777878 140726637778054 140726637778054 140726637780943 0
[pid=4098/tid=4101] ppid=4096 vsize=28227396 memory=140373593908864 CPUtime=0 cores=0-7
/proc/4098/task/4101/stat : 4101 (java) S 4096 4096 31939 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 477221039 28904853504 6835 33554432000 4194304 4196468 140726637774928 140487628020496 140488078157525 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21856256 140726637777878 140726637778054 140726637778054 140726637780943 0
[pid=4098/tid=4102] ppid=4096 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/4098/task/4102/stat : 4102 (java) S 4096 4096 31939 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 477221039 28904853504 6835 33554432000 4194304 4196468 140726637774928 140487626968208 140488078157525 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21856256 140726637777878 140726637778054 140726637778054 140726637780943 0
[pid=4098/tid=4103] ppid=4096 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/4098/task/4103/stat : 4103 (java) S 4096 4096 31939 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 477221039 28904853504 6835 33554432000 4194304 4196468 140726637774928 140487625915408 140488078157525 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21856256 140726637777878 140726637778054 140726637778054 140726637780943 0
[pid=4098/tid=4104] ppid=4096 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/4098/task/4104/stat : 4104 (java) S 4096 4096 31939 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 477221039 28904853504 6835 33554432000 4194304 4196468 140726637774928 140487624862096 140488078157525 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21856256 140726637777878 140726637778054 140726637778054 140726637780943 0
[pid=4098/tid=4105] ppid=4096 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/4098/task/4105/stat : 4105 (java) S 4096 4096 31939 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 477221039 28904853504 6835 33554432000 4194304 4196468 140726637774928 140487623809296 140488078157525 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21856256 140726637777878 140726637778054 140726637778054 140726637780943 0
[pid=4098/tid=4106] ppid=4096 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/4098/task/4106/stat : 4106 (java) S 4096 4096 31939 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 477221039 28904853504 6835 33554432000 4194304 4196468 140726637774928 140487622757008 140488078157525 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21856256 140726637777878 140726637778054 140726637778054 140726637780943 0
[pid=4098/tid=4107] ppid=4096 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/4098/task/4107/stat : 4107 (java) S 4096 4096 31939 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 477221039 28904853504 6835 33554432000 4194304 4196468 140726637774928 140487621704208 140488078157525 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21856256 140726637777878 140726637778054 140726637778054 140726637780943 0
[pid=4098/tid=4108] ppid=4096 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/4098/task/4108/stat : 4108 (java) S 4096 4096 31939 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 477221041 28904853504 6835 33554432000 4194304 4196468 140726637774928 140487579171440 140488078158466 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21856256 140726637777878 140726637778054 140726637778054 140726637780943 0
[pid=4098/tid=4109] ppid=4096 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/4098/task/4109/stat : 4109 (java) S 4096 4096 31939 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 477221041 28904853504 6835 33554432000 4194304 4196468 140726637774928 140487578117408 140488078157525 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21856256 140726637777878 140726637778054 140726637778054 140726637780943 0
[pid=4098/tid=4110] ppid=4096 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/4098/task/4110/stat : 4110 (java) S 4096 4096 31939 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 477221041 28904853504 6835 33554432000 4194304 4196468 140726637774928 140487577065072 140488078157525 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21856256 140726637777878 140726637778054 140726637778054 140726637780943 0
[pid=4098/tid=4111] ppid=4096 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/4098/task/4111/stat : 4111 (java) S 4096 4096 31939 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 477221044 28904853504 6835 33554432000 4194304 4196468 140726637774928 140487576013392 140488078165915 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21856256 140726637777878 140726637778054 140726637778054 140726637780943 0
[pid=4098/tid=4112] ppid=4096 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/4098/task/4112/stat : 4112 (java) S 4096 4096 31939 0 -1 1077944384 311 0 0 0 0 0 0 0 20 0 20 0 477221044 28904853504 6835 33554432000 4194304 4196468 140726637774928 140486721398896 140488078158466 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21856256 140726637777878 140726637778054 140726637778054 140726637780943 0
[pid=4098/tid=4113] ppid=4096 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/4098/task/4113/stat : 4113 (java) S 4096 4096 31939 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 477221044 28904853504 6835 33554432000 4194304 4196468 140726637774928 140486720346096 140488078158466 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21856256 140726637777878 140726637778054 140726637778054 140726637780943 0
[pid=4098/tid=4114] ppid=4096 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/4098/task/4114/stat : 4114 (java) S 4096 4096 31939 0 -1 1077944384 126 0 0 0 0 0 0 0 20 0 20 0 477221044 28904853504 6835 33554432000 4194304 4196468 140726637774928 140486719293808 140488078158466 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21856256 140726637777878 140726637778054 140726637778054 140726637780943 0
[pid=4098/tid=4115] ppid=4096 vsize=28227396 memory=0 CPUtime=0.01 cores=0-7
/proc/4098/task/4115/stat : 4115 (java) R 4096 4096 31939 0 -1 4202560 408 0 0 0 1 0 0 0 20 0 20 0 477221044 28904853504 6835 33554432000 4194304 4196468 140726637774928 140486718241008 140488057578592 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 21856256 140726637777878 140726637778054 140726637778054 140726637780943 0
[pid=4098/tid=4116] ppid=4096 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/4098/task/4116/stat : 4116 (java) S 4096 4096 31939 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 477221044 28904853504 6835 33554432000 4194304 4196468 140726637774928 140486717188960 140488078157525 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21856256 140726637777878 140726637778054 140726637778054 140726637780943 0
[pid=4098/tid=4117] ppid=4096 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/4098/task/4117/stat : 4117 (java) S 4096 4096 31939 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 477221044 28904853504 6835 33554432000 4194304 4196468 140726637774928 140486716136240 140488078158466 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21856256 140726637777878 140726637778054 140726637778054 140726637780943 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 28788 KiB

[startup+0.210628 s]*
/proc/loadavg: 1.28 1.26 3.05 2/211 4117
/proc/meminfo: memFree=25785748/32770624 swapFree=66953268/67108860
[pid=4096] ppid=4093 vsize=113128 memory=1448 CPUtime=0 cores=0-7
/proc/4096/stat : 4096 (xcsp3-exec) S 4093 4096 31939 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 477221038 115843072 362 33554432000 4194304 5098028 140727148280656 140727148278760 140184411456124 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 10448896 140727148286802 140727148287061 140727148287061 140727148289990 0
/proc/4096/statm: 28282 362 304 221 0 87 0
[pid=4098] ppid=4096 vsize=28227396 memory=39752 CPUtime=0.33 cores=0-7
/proc/4098/stat : 4098 (java) S 4096 4096 31939 0 -1 1077944320 9728 0 0 0 30 3 0 0 20 0 20 0 477221038 28904853504 9938 33554432000 4194304 4196468 140726637774928 140726637757472 140488078147319 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 21856256 140726637777878 140726637778054 140726637778054 140726637780943 0
/proc/4098/statm: 7056849 9938 3310 1 0 7019032 0
[pid=4098/tid=4099] ppid=4096 vsize=28227396 memory=8318255677412212789 CPUtime=0.2 cores=0-7
/proc/4098/task/4099/stat : 4099 (java) R 4096 4096 31939 0 -1 4202560 6689 0 0 0 18 2 0 0 20 0 20 0 477221038 28904853504 9938 33554432000 4194304 4196468 140726637774928 140488082380048 140487715015545 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 21856256 140726637777878 140726637778054 140726637778054 140726637780943 0
[pid=4098/tid=4100] ppid=4096 vsize=28227396 memory=342 CPUtime=0 cores=0-7
/proc/4098/task/4100/stat : 4100 (java) S 4096 4096 31939 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 477221039 28904853504 9938 33554432000 4194304 4196468 140726637774928 140487629073296 140488078157525 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21856256 140726637777878 140726637778054 140726637778054 140726637780943 0
[pid=4098/tid=4101] ppid=4096 vsize=28227396 memory=3691175856316049056 CPUtime=0 cores=0-7
/proc/4098/task/4101/stat : 4101 (java) S 4096 4096 31939 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 477221039 28904853504 9938 33554432000 4194304 4196468 140726637774928 140487628020496 140488078157525 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21856256 140726637777878 140726637778054 140726637778054 140726637780943 0
[pid=4098/tid=4102] ppid=4096 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/4098/task/4102/stat : 4102 (java) S 4096 4096 31939 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 477221039 28904853504 9938 33554432000 4194304 4196468 140726637774928 140487626968208 140488078157525 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21856256 140726637777878 140726637778054 140726637778054 140726637780943 0
[pid=4098/tid=4103] ppid=4096 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/4098/task/4103/stat : 4103 (java) S 4096 4096 31939 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 477221039 28904853504 9938 33554432000 4194304 4196468 140726637774928 140487625915408 140488078157525 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21856256 140726637777878 140726637778054 140726637778054 140726637780943 0
[pid=4098/tid=4104] ppid=4096 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/4098/task/4104/stat : 4104 (java) S 4096 4096 31939 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 477221039 28904853504 9938 33554432000 4194304 4196468 140726637774928 140487624862096 140488078157525 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21856256 140726637777878 140726637778054 140726637778054 140726637780943 0
[pid=4098/tid=4105] ppid=4096 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/4098/task/4105/stat : 4105 (java) S 4096 4096 31939 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 477221039 28904853504 9938 33554432000 4194304 4196468 140726637774928 140487623809296 140488078157525 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21856256 140726637777878 140726637778054 140726637778054 140726637780943 0
[pid=4098/tid=4106] ppid=4096 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/4098/task/4106/stat : 4106 (java) S 4096 4096 31939 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 477221039 28904853504 9938 33554432000 4194304 4196468 140726637774928 140487622757008 140488078157525 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21856256 140726637777878 140726637778054 140726637778054 140726637780943 0
[pid=4098/tid=4107] ppid=4096 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/4098/task/4107/stat : 4107 (java) S 4096 4096 31939 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 477221039 28904853504 9938 33554432000 4194304 4196468 140726637774928 140487621704208 140488078157525 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21856256 140726637777878 140726637778054 140726637778054 140726637780943 0
[pid=4098/tid=4108] ppid=4096 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/4098/task/4108/stat : 4108 (java) S 4096 4096 31939 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 477221041 28904853504 9938 33554432000 4194304 4196468 140726637774928 140487579171440 140488078158466 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21856256 140726637777878 140726637778054 140726637778054 140726637780943 0
[pid=4098/tid=4109] ppid=4096 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/4098/task/4109/stat : 4109 (java) S 4096 4096 31939 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 477221041 28904853504 9938 33554432000 4194304 4196468 140726637774928 140487578117408 140488078157525 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21856256 140726637777878 140726637778054 140726637778054 140726637780943 0
[pid=4098/tid=4110] ppid=4096 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/4098/task/4110/stat : 4110 (java) S 4096 4096 31939 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 477221041 28904853504 9938 33554432000 4194304 4196468 140726637774928 140487577065072 140488078157525 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21856256 140726637777878 140726637778054 140726637778054 140726637780943 0
[pid=4098/tid=4111] ppid=4096 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/4098/task/4111/stat : 4111 (java) S 4096 4096 31939 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 477221044 28904853504 9938 33554432000 4194304 4196468 140726637774928 140487576013392 140488078165915 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21856256 140726637777878 140726637778054 140726637778054 140726637780943 0
[pid=4098/tid=4112] ppid=4096 vsize=28227396 memory=0 CPUtime=0.01 cores=0-7
/proc/4098/task/4112/stat : 4112 (java) S 4096 4096 31939 0 -1 1077944384 352 0 0 0 1 0 0 0 20 0 20 0 477221044 28904853504 9938 33554432000 4194304 4196468 140726637774928 140486721398896 140488078158466 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21856256 140726637777878 140726637778054 140726637778054 140726637780943 0
[pid=4098/tid=4113] ppid=4096 vsize=28227396 memory=0 CPUtime=0.01 cores=0-7
/proc/4098/task/4113/stat : 4113 (java) S 4096 4096 31939 0 -1 1077944384 52 0 0 0 1 0 0 0 20 0 20 0 477221044 28904853504 9938 33554432000 4194304 4196468 140726637774928 140486720346096 140488078158466 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21856256 140726637777878 140726637778054 140726637778054 140726637780943 0
[pid=4098/tid=4114] ppid=4096 vsize=28227396 memory=-1 CPUtime=0.02 cores=0-7
/proc/4098/task/4114/stat : 4114 (java) S 4096 4096 31939 0 -1 1077944384 411 0 0 0 2 0 0 0 20 0 20 0 477221044 28904853504 9938 33554432000 4194304 4196468 140726637774928 140486719293808 140488078158466 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21856256 140726637777878 140726637778054 140726637778054 140726637780943 0
[pid=4098/tid=4115] ppid=4096 vsize=28227396 memory=-1 CPUtime=0.07 cores=0-7
/proc/4098/task/4115/stat : 4115 (java) R 4096 4096 31939 0 -1 4202560 917 0 0 0 7 0 0 0 20 0 20 0 477221044 28904853504 9938 33554432000 4194304 4196468 140726637774928 140486718241008 140488071244155 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 21856256 140726637777878 140726637778054 140726637778054 140726637780943 0
[pid=4098/tid=4116] ppid=4096 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/4098/task/4116/stat : 4116 (java) S 4096 4096 31939 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 477221044 28904853504 9938 33554432000 4194304 4196468 140726637774928 140486717188960 140488078157525 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21856256 140726637777878 140726637778054 140726637778054 140726637780943 0
[pid=4098/tid=4117] ppid=4096 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/4098/task/4117/stat : 4117 (java) S 4096 4096 31939 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 477221044 28904853504 9938 33554432000 4194304 4196468 140726637774928 140486716136240 140488078158466 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21856256 140726637777878 140726637778054 140726637778054 140726637780943 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 41200 KiB

[startup+0.310801 s]*
/proc/loadavg: 1.28 1.26 3.05 5/211 4117
/proc/meminfo: memFree=25778572/32770624 swapFree=66953268/67108860
[pid=4096] ppid=4093 vsize=113128 memory=1448 CPUtime=0 cores=0-7
/proc/4096/stat : 4096 (xcsp3-exec) S 4093 4096 31939 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 477221038 115843072 362 33554432000 4194304 5098028 140727148280656 140727148278760 140184411456124 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 10448896 140727148286802 140727148287061 140727148287061 140727148289990 0
/proc/4096/statm: 28282 362 304 221 0 87 0
[pid=4098] ppid=4096 vsize=28231652 memory=49168 CPUtime=0.53 cores=0-7
/proc/4098/stat : 4098 (java) S 4096 4096 31939 0 -1 1077944320 11136 0 0 0 49 4 0 0 20 0 20 0 477221038 28909211648 12292 33554432000 4194304 4196468 140726637774928 140726637757472 140488078147319 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 21856256 140726637777878 140726637778054 140726637778054 140726637780943 0
/proc/4098/statm: 7057913 12292 3362 1 0 7019032 0
[pid=4098/tid=4099] ppid=4096 vsize=28231652 memory=6935054825532540783 CPUtime=0.29 cores=0-7
/proc/4098/task/4099/stat : 4099 (java) R 4096 4096 31939 0 -1 4202560 7820 0 0 0 27 2 0 0 20 0 20 0 477221038 28909211648 12319 33554432000 4194304 4196468 140726637774928 140488082378432 140488062227806 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 21856256 140726637777878 140726637778054 140726637778054 140726637780943 0
[pid=4098/tid=4100] ppid=4096 vsize=28231652 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/4098/task/4100/stat : 4100 (java) S 4096 4096 31939 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 477221039 28909211648 12319 33554432000 4194304 4196468 140726637774928 140487629073296 140488078157525 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21856256 140726637777878 140726637778054 140726637778054 140726637780943 0
[pid=4098/tid=4101] ppid=4096 vsize=28231652 memory=14056 CPUtime=0 cores=0-7
/proc/4098/task/4101/stat : 4101 (java) S 4096 4096 31939 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 477221039 28909211648 12319 33554432000 4194304 4196468 140726637774928 140487628020496 140488078157525 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21856256 140726637777878 140726637778054 140726637778054 140726637780943 0
[pid=4098/tid=4102] ppid=4096 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/4098/task/4102/stat : 4102 (java) S 4096 4096 31939 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 477221039 28909211648 12319 33554432000 4194304 4196468 140726637774928 140487626968208 140488078157525 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21856256 140726637777878 140726637778054 140726637778054 140726637780943 0
[pid=4098/tid=4103] ppid=4096 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/4098/task/4103/stat : 4103 (java) S 4096 4096 31939 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 477221039 28909211648 12319 33554432000 4194304 4196468 140726637774928 140487625915408 140488078157525 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21856256 140726637777878 140726637778054 140726637778054 140726637780943 0
[pid=4098/tid=4104] ppid=4096 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/4098/task/4104/stat : 4104 (java) S 4096 4096 31939 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 477221039 28909211648 12319 33554432000 4194304 4196468 140726637774928 140487624862096 140488078157525 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21856256 140726637777878 140726637778054 140726637778054 140726637780943 0
[pid=4098/tid=4105] ppid=4096 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/4098/task/4105/stat : 4105 (java) S 4096 4096 31939 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 477221039 28909211648 12319 33554432000 4194304 4196468 140726637774928 140487623809296 140488078157525 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21856256 140726637777878 140726637778054 140726637778054 140726637780943 0
[pid=4098/tid=4106] ppid=4096 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/4098/task/4106/stat : 4106 (java) S 4096 4096 31939 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 477221039 28909211648 12319 33554432000 4194304 4196468 140726637774928 140487622757008 140488078157525 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21856256 140726637777878 140726637778054 140726637778054 140726637780943 0
[pid=4098/tid=4107] ppid=4096 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/4098/task/4107/stat : 4107 (java) S 4096 4096 31939 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 477221039 28909211648 12319 33554432000 4194304 4196468 140726637774928 140487621704208 140488078157525 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21856256 140726637777878 140726637778054 140726637778054 140726637780943 0
[pid=4098/tid=4108] ppid=4096 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/4098/task/4108/stat : 4108 (java) S 4096 4096 31939 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 477221041 28909211648 12319 33554432000 4194304 4196468 140726637774928 140487579171440 140488078158466 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21856256 140726637777878 140726637778054 140726637778054 140726637780943 0
[pid=4098/tid=4109] ppid=4096 vsize=28231652 memory=140373489976783 CPUtime=0 cores=0-7
/proc/4098/task/4109/stat : 4109 (java) S 4096 4096 31939 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 477221041 28909211648 12319 33554432000 4194304 4196468 140726637774928 140487578117408 140488078157525 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21856256 140726637777878 140726637778054 140726637778054 140726637780943 0
[pid=4098/tid=4110] ppid=4096 vsize=28231652 memory=280746979948944 CPUtime=0 cores=0-7
/proc/4098/task/4110/stat : 4110 (java) S 4096 4096 31939 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 477221041 28909211648 12319 33554432000 4194304 4196468 140726637774928 140487577065072 140488078157525 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21856256 140726637777878 140726637778054 140726637778054 140726637780943 0
[pid=4098/tid=4111] ppid=4096 vsize=28231652 memory=280746979946640 CPUtime=0 cores=0-7
/proc/4098/task/4111/stat : 4111 (java) S 4096 4096 31939 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 477221044 28909211648 12319 33554432000 4194304 4196468 140726637774928 140487576013392 140488078165915 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21856256 140726637777878 140726637778054 140726637778054 140726637780943 0
[pid=4098/tid=4112] ppid=4096 vsize=28231652 memory=280746979962768 CPUtime=0.02 cores=0-7
/proc/4098/task/4112/stat : 4112 (java) S 4096 4096 31939 0 -1 1077944384 369 0 0 0 2 0 0 0 20 0 20 0 477221044 28909211648 12319 33554432000 4194304 4196468 140726637774928 140486721398896 140488078158466 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21856256 140726637777878 140726637778054 140726637778054 140726637780943 0
[pid=4098/tid=4113] ppid=4096 vsize=28231652 memory=280746979960464 CPUtime=0.02 cores=0-7
/proc/4098/task/4113/stat : 4113 (java) S 4096 4096 31939 0 -1 1077944384 73 0 0 0 2 0 0 0 20 0 20 0 477221044 28909211648 12319 33554432000 4194304 4196468 140726637774928 140486720346096 140488078158466 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21856256 140726637777878 140726637778054 140726637778054 140726637780943 0
[pid=4098/tid=4114] ppid=4096 vsize=28231652 memory=280746979967376 CPUtime=0.04 cores=0-7
/proc/4098/task/4114/stat : 4114 (java) R 4096 4096 31939 0 -1 4202560 503 0 0 0 4 0 0 0 20 0 20 0 477221044 28909211648 12319 33554432000 4194304 4196468 140726637774928 140486719284192 140488057835857 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 21856256 140726637777878 140726637778054 140726637778054 140726637780943 0
[pid=4098/tid=4115] ppid=4096 vsize=28231652 memory=280746979908656 CPUtime=0.13 cores=0-7
/proc/4098/task/4115/stat : 4115 (java) S 4096 4096 31939 0 -1 1077944384 1076 0 0 0 13 0 0 0 20 0 20 0 477221044 28909211648 12319 33554432000 4194304 4196468 140726637774928 140486718241008 140488078158466 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21856256 140726637777878 140726637778054 140726637778054 140726637780943 0
[pid=4098/tid=4116] ppid=4096 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/4098/task/4116/stat : 4116 (java) S 4096 4096 31939 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 477221044 28909211648 12319 33554432000 4194304 4196468 140726637774928 140486717188960 140488078157525 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21856256 140726637777878 140726637778054 140726637778054 140726637780943 0
[pid=4098/tid=4117] ppid=4096 vsize=28231652 memory=-1 CPUtime=0 cores=0-7
/proc/4098/task/4117/stat : 4117 (java) S 4096 4096 31939 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 477221044 28909211648 12319 33554432000 4194304 4196468 140726637774928 140486716136240 140488078158466 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21856256 140726637777878 140726637778054 140726637778054 140726637780943 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 28344780 KiB
Current children cumulated memory: 50616 KiB

[startup+0.701035 s]
/proc/loadavg: 1.28 1.26 3.05 6/211 4117
/proc/meminfo: memFree=25762140/32770624 swapFree=66953268/67108860
[pid=4096] ppid=4093 vsize=113128 memory=1448 CPUtime=0 cores=0-7
/proc/4096/stat : 4096 (xcsp3-exec) S 4093 4096 31939 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 477221038 115843072 362 33554432000 4194304 5098028 140727148280656 140727148278760 140184411456124 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 10448896 140727148286802 140727148287061 140727148287061 140727148289990 0
/proc/4096/statm: 28282 362 304 221 0 87 0
[pid=4098] ppid=4096 vsize=28233776 memory=94628 CPUtime=1.82 cores=0-7
/proc/4098/stat : 4098 (java) S 4096 4096 31939 0 -1 1077944320 16367 0 0 0 176 6 0 0 20 0 20 0 477221038 28911386624 23657 33554432000 4194304 4196468 140726637774928 140726637757472 140488078147319 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 21856256 140726637777878 140726637778054 140726637778054 140726637780943 0
/proc/4098/statm: 7058444 23657 3454 1 0 7019544 0
[pid=4098/tid=4099] ppid=4096 vsize=28233776 memory=0 CPUtime=0.67 cores=0-7
/proc/4098/task/4099/stat : 4099 (java) R 4096 4096 31939 0 -1 4202560 9331 0 0 0 64 3 0 0 20 0 20 0 477221038 28911386624 23657 33554432000 4194304 4196468 140726637774928 140488082383968 140487717799602 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 21856256 140726637777878 140726637778054 140726637778054 140726637780943 0
[pid=4098/tid=4100] ppid=4096 vsize=28233776 memory=280746980009024 CPUtime=0 cores=0-7
/proc/4098/task/4100/stat : 4100 (java) S 4096 4096 31939 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 477221039 28911386624 23657 33554432000 4194304 4196468 140726637774928 140487629073296 140488078157525 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21856256 140726637777878 140726637778054 140726637778054 140726637780943 0
[pid=4098/tid=4101] ppid=4096 vsize=28233776 memory=140373490180976 CPUtime=0 cores=0-7
/proc/4098/task/4101/stat : 4101 (java) S 4096 4096 31939 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 477221039 28911386624 23657 33554432000 4194304 4196468 140726637774928 140487628020496 140488078157525 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21856256 140726637777878 140726637778054 140726637778054 140726637780943 0
[pid=4098/tid=4102] ppid=4096 vsize=28233776 memory=0 CPUtime=0 cores=0-7
/proc/4098/task/4102/stat : 4102 (java) S 4096 4096 31939 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 477221039 28911386624 23657 33554432000 4194304 4196468 140726637774928 140487626968208 140488078157525 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21856256 140726637777878 140726637778054 140726637778054 140726637780943 0

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

[pid=4098/tid=4125] ppid=4096 vsize=28768336 memory=1448 CPUtime=2415.2 cores=0-7
/proc/4098/task/4125/stat : 4125 (java) R 4096 4096 31939 0 -1 4202560 26241 0 0 0 241475 45 0 0 20 0 28 0 477221190 29458776064 265914 33554432000 4194304 4196468 140726637774928 140486632251424 140487723752147 0 4 0 16800975 0 0 0 -1 7 0 0 15 0 0 6293624 6294260 21856256 140726637777878 140726637778054 140726637778054 140726637780943 0
Current children cumulated CPU time: 19427.3 s
Current children cumulated vsize: 28881464 KiB
Current children cumulated memory: 1065104 KiB

[startup+2502.3 s]
/proc/loadavg: 8.16 8.44 8.07 9/219 4335
/proc/meminfo: memFree=24771064/32770624 swapFree=66953272/67108860
[pid=4096] ppid=4093 vsize=113128 memory=1448 CPUtime=0 cores=0-7
/proc/4096/stat : 4096 (xcsp3-exec) S 4093 4096 31939 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 477221038 115843072 362 33554432000 4194304 5098028 140727148280656 140727148278760 140184411456124 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 10448896 140727148286802 140727148287061 140727148287061 140727148289990 0
/proc/4096/statm: 28282 362 304 221 0 87 0
[pid=4098] ppid=4096 vsize=28768336 memory=1049728 CPUtime=19905.5 cores=0-7
/proc/4098/stat : 4098 (java) S 4096 4096 31939 0 -1 1077944320 588086 0 0 0 1989967 582 0 0 20 0 28 0 477221038 29458776064 262432 33554432000 4194304 4196468 140726637774928 140726637757472 140488078147319 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 21856256 140726637777878 140726637778054 140726637778054 140726637780943 0
/proc/4098/statm: 7192084 262432 3550 1 0 7153184 0
[pid=4098/tid=4099] ppid=4096 vsize=28768336 memory=1056908 CPUtime=1.45 cores=0-7
/proc/4098/task/4099/stat : 4099 (java) S 4096 4096 31939 0 -1 1077944384 9555 0 0 0 140 5 0 0 20 0 28 0 477221038 29458776064 262432 33554432000 4194304 4196468 140726637774928 140488082388096 140488078157525 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21856256 140726637777878 140726637778054 140726637778054 140726637780943 0
[pid=4098/tid=4100] ppid=4096 vsize=28768336 memory=1050240 CPUtime=9.24 cores=0-7
/proc/4098/task/4100/stat : 4100 (java) S 4096 4096 31939 0 -1 1077944384 22877 0 0 0 904 20 0 0 20 0 28 0 477221039 29458776064 262432 33554432000 4194304 4196468 140726637774928 140487629073296 140488078157525 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 1 0 0 6293624 6294260 21856256 140726637777878 140726637778054 140726637778054 140726637780943 0
[pid=4098/tid=4101] ppid=4096 vsize=28768336 memory=1057500 CPUtime=9.12 cores=0-7
/proc/4098/task/4101/stat : 4101 (java) S 4096 4096 31939 0 -1 1077944384 24630 0 0 0 893 19 0 0 20 0 28 0 477221039 29458776064 262432 33554432000 4194304 4196468 140726637774928 140487628020496 140488078157525 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 2 0 0 6293624 6294260 21856256 140726637777878 140726637778054 140726637778054 140726637780943 0
[pid=4098/tid=4102] ppid=4096 vsize=28768336 memory=2241 CPUtime=9.16 cores=0-7
/proc/4098/task/4102/stat : 4102 (java) S 4096 4096 31939 0 -1 1077944384 28255 0 0 0 896 20 0 0 20 0 28 0 477221039 29458776064 262432 33554432000 4194304 4196468 140726637774928 140487626968208 140488078157525 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 3 0 0 6293624 6294260 21856256 140726637777878 140726637778054 140726637778054 140726637780943 0
[pid=4098/tid=4103] ppid=4096 vsize=28768336 memory=0 CPUtime=9.16 cores=0-7
/proc/4098/task/4103/stat : 4103 (java) S 4096 4096 31939 0 -1 1077944384 24703 0 0 0 897 19 0 0 20 0 28 0 477221039 29458776064 262432 33554432000 4194304 4196468 140726637774928 140487625915408 140488078157525 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 2 0 0 6293624 6294260 21856256 140726637777878 140726637778054 140726637778054 140726637780943 0
[pid=4098/tid=4104] ppid=4096 vsize=28768336 memory=1054344 CPUtime=9.2 cores=0-7
/proc/4098/task/4104/stat : 4104 (java) S 4096 4096 31939 0 -1 1077944384 27088 0 0 0 898 22 0 0 20 0 28 0 477221039 29458776064 262432 33554432000 4194304 4196468 140726637774928 140487624862096 140488078157525 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 2 0 0 6293624 6294260 21856256 140726637777878 140726637778054 140726637778054 140726637780943 0
[pid=4098/tid=4105] ppid=4096 vsize=28768336 memory=808 CPUtime=9.18 cores=0-7
/proc/4098/task/4105/stat : 4105 (java) S 4096 4096 31939 0 -1 1077944384 24874 0 0 0 899 19 0 0 20 0 28 0 477221039 29458776064 262432 33554432000 4194304 4196468 140726637774928 140487623809296 140488078157525 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 2 0 0 6293624 6294260 21856256 140726637777878 140726637778054 140726637778054 140726637780943 0
[pid=4098/tid=4106] ppid=4096 vsize=28768336 memory=1412 CPUtime=9.12 cores=0-7
/proc/4098/task/4106/stat : 4106 (java) S 4096 4096 31939 0 -1 1077944384 24525 0 0 0 893 19 0 0 20 0 28 0 477221039 29458776064 262432 33554432000 4194304 4196468 140726637774928 140487622757008 140488078157525 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 1 0 0 6293624 6294260 21856256 140726637777878 140726637778054 140726637778054 140726637780943 0
[pid=4098/tid=4107] ppid=4096 vsize=28768336 memory=6628 CPUtime=9.18 cores=0-7
/proc/4098/task/4107/stat : 4107 (java) S 4096 4096 31939 0 -1 1077944384 25449 0 0 0 900 18 0 0 20 0 28 0 477221039 29458776064 262432 33554432000 4194304 4196468 140726637774928 140487621704208 140488078157525 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 1 0 0 6293624 6294260 21856256 140726637777878 140726637778054 140726637778054 140726637780943 0
[pid=4098/tid=4108] ppid=4096 vsize=28768336 memory=8836 CPUtime=3.39 cores=0-7
/proc/4098/task/4108/stat : 4108 (java) S 4096 4096 31939 0 -1 1077944384 116326 0 0 0 230 109 0 0 20 0 28 0 477221041 29458776064 262432 33554432000 4194304 4196468 140726637774928 140487579171440 140488078158466 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21856256 140726637777878 140726637778054 140726637778054 140726637780943 0
[pid=4098/tid=4109] ppid=4096 vsize=28768336 memory=800 CPUtime=0 cores=0-7
/proc/4098/task/4109/stat : 4109 (java) S 4096 4096 31939 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 28 0 477221041 29458776064 262432 33554432000 4194304 4196468 140726637774928 140487578117472 140488078157525 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21856256 140726637777878 140726637778054 140726637778054 140726637780943 0
[pid=4098/tid=4110] ppid=4096 vsize=28768336 memory=2580 CPUtime=0 cores=0-7
/proc/4098/task/4110/stat : 4110 (java) S 4096 4096 31939 0 -1 1077944384 26 0 0 0 0 0 0 0 20 0 28 0 477221041 29458776064 262432 33554432000 4194304 4196468 140726637774928 140487577065088 140488078157525 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21856256 140726637777878 140726637778054 140726637778054 140726637780943 0
[pid=4098/tid=4111] ppid=4096 vsize=28768336 memory=0 CPUtime=0 cores=0-7
/proc/4098/task/4111/stat : 4111 (java) S 4096 4096 31939 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 477221044 29458776064 262432 33554432000 4194304 4196468 140726637774928 140487576013392 140488078165915 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21856256 140726637777878 140726637778054 140726637778054 140726637780943 0
[pid=4098/tid=4112] ppid=4096 vsize=28768336 memory=4642197910265684584 CPUtime=2.45 cores=0-7
/proc/4098/task/4112/stat : 4112 (java) S 4096 4096 31939 0 -1 1077944384 13018 0 0 0 243 2 0 0 20 0 28 0 477221044 29458776064 262432 33554432000 4194304 4196468 140726637774928 140486721398896 140488078158466 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 8 0 0 6293624 6294260 21856256 140726637777878 140726637778054 140726637778054 140726637780943 0
[pid=4098/tid=4113] ppid=4096 vsize=28768336 memory=0 CPUtime=2.56 cores=0-7
/proc/4098/task/4113/stat : 4113 (java) S 4096 4096 31939 0 -1 1077944384 13893 0 0 0 253 3 0 0 20 0 28 0 477221044 29458776064 262432 33554432000 4194304 4196468 140726637774928 140486720346096 140488078158466 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21856256 140726637777878 140726637778054 140726637778054 140726637780943 0
[pid=4098/tid=4114] ppid=4096 vsize=28768336 memory=297237821041934637 CPUtime=2.71 cores=0-7
/proc/4098/task/4114/stat : 4114 (java) S 4096 4096 31939 0 -1 1077944384 13748 0 0 0 268 3 0 0 20 0 28 0 477221044 29458776064 262432 33554432000 4194304 4196468 140726637774928 140486719293808 140488078158466 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21856256 140726637777878 140726637778054 140726637778054 140726637780943 0
[pid=4098/tid=4115] ppid=4096 vsize=28768336 memory=3500 CPUtime=0.91 cores=0-7
/proc/4098/task/4115/stat : 4115 (java) S 4096 4096 31939 0 -1 1077944384 9828 0 0 0 89 2 0 0 20 0 28 0 477221044 29458776064 262432 33554432000 4194304 4196468 140726637774928 140486718241008 140488078158466 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 9 0 0 6293624 6294260 21856256 140726637777878 140726637778054 140726637778054 140726637780943 0
[pid=4098/tid=4116] ppid=4096 vsize=28768336 memory=55808 CPUtime=0 cores=0-7
/proc/4098/task/4116/stat : 4116 (java) S 4096 4096 31939 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 477221044 29458776064 262432 33554432000 4194304 4196468 140726637774928 140486717188960 140488078157525 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21856256 140726637777878 140726637778054 140726637778054 140726637780943 0
[pid=4098/tid=4117] ppid=4096 vsize=28768336 memory=1448 CPUtime=0.92 cores=0-7
/proc/4098/task/4117/stat : 4117 (java) S 4096 4096 31939 0 -1 1077944384 6512 0 0 0 43 49 0 0 20 0 28 0 477221044 29458776064 262432 33554432000 4194304 4196468 140726637774928 140486716136240 140488078158466 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 9 0 0 6293624 6294260 21856256 140726637777878 140726637778054 140726637778054 140726637780943 0
[pid=4098/tid=4118] ppid=4096 vsize=28768336 memory=1448 CPUtime=2475.12 cores=0-7
/proc/4098/task/4118/stat : 4118 (java) R 4096 4096 31939 0 -1 4202560 17989 0 0 0 247497 15 0 0 20 0 28 0 477221189 29458776064 262432 33554432000 4194304 4196468 140726637774928 140486706916464 140487723869693 0 4 0 16800975 0 0 0 -1 1 0 0 14 0 0 6293624 6294260 21856256 140726637777878 140726637778054 140726637778054 140726637780943 0
[pid=4098/tid=4119] ppid=4096 vsize=28768336 memory=1051780 CPUtime=2479.3 cores=0-7
/proc/4098/task/4119/stat : 4119 (java) R 4096 4096 31939 0 -1 4202560 15368 0 0 0 247918 12 0 0 20 0 28 0 477221190 29458776064 262432 33554432000 4194304 4196468 140726637774928 140486705868000 140487722925239 0 4 0 16800975 0 0 0 -1 4 0 0 14 0 0 6293624 6294260 21856256 140726637777878 140726637778054 140726637778054 140726637780943 0
[pid=4098/tid=4120] ppid=4096 vsize=28768336 memory=1448 CPUtime=2481.53 cores=0-7
/proc/4098/task/4120/stat : 4120 (java) R 4096 4096 31939 0 -1 4202560 43097 0 0 0 248068 85 0 0 20 0 28 0 477221190 29458776064 262432 33554432000 4194304 4196468 140726637774928 140486704811744 140487725724856 0 4 0 16800975 0 0 0 -1 6 0 0 17 0 0 6293624 6294260 21856256 140726637777878 140726637778054 140726637778054 140726637780943 0
[pid=4098/tid=4121] ppid=4096 vsize=28768336 memory=3500 CPUtime=2476.6 cores=0-7
/proc/4098/task/4121/stat : 4121 (java) R 4096 4096 31939 0 -1 4202560 39920 0 0 0 247562 98 0 0 20 0 28 0 477221190 29458776064 262432 33554432000 4194304 4196468 140726637774928 140486703758640 140487723117816 0 4 0 16800975 0 0 0 -1 3 0 0 19 0 0 6293624 6294260 21856256 140726637777878 140726637778054 140726637778054 140726637780943 0
[pid=4098/tid=4122] ppid=4096 vsize=28768336 memory=55808 CPUtime=2479.03 cores=0-7
/proc/4098/task/4122/stat : 4122 (java) R 4096 4096 31939 0 -1 4202560 16271 0 0 0 247889 14 0 0 20 0 28 0 477221190 29458776064 262432 33554432000 4194304 4196468 140726637774928 140486635409512 140487723581295 0 4 0 16800975 0 0 0 -1 2 0 0 16 0 0 6293624 6294260 21856256 140726637777878 140726637778054 140726637778054 140726637780943 0
[pid=4098/tid=4123] ppid=4096 vsize=28768336 memory=988 CPUtime=2476.33 cores=0-7
/proc/4098/task/4123/stat : 4123 (java) R 4096 4096 31939 0 -1 4202560 23292 0 0 0 247608 25 0 0 20 0 28 0 477221190 29458776064 262432 33554432000 4194304 4196468 140726637774928 140486634357088 140487723264726 0 4 0 16800975 0 0 0 -1 5 0 0 17 0 0 6293624 6294260 21856256 140726637777878 140726637778054 140726637778054 140726637780943 0
[pid=4098/tid=4124] ppid=4096 vsize=28768336 memory=1448 CPUtime=2475.05 cores=0-7
/proc/4098/task/4124/stat : 4124 (java) R 4096 4096 31939 0 -1 4202560 19214 0 0 0 247489 16 0 0 20 0 28 0 477221190 29458776064 262432 33554432000 4194304 4196468 140726637774928 140486633304264 140487722632534 0 4 0 16800975 0 0 0 -1 7 0 0 16 0 0 6293624 6294260 21856256 140726637777878 140726637778054 140726637778054 140726637780943 0
[pid=4098/tid=4125] ppid=4096 vsize=28768336 memory=1054344 CPUtime=2474.59 cores=0-7
/proc/4098/task/4125/stat : 4125 (java) R 4096 4096 31939 0 -1 4202560 26353 0 0 0 247414 45 0 0 20 0 28 0 477221190 29458776064 262432 33554432000 4194304 4196468 140726637774928 140486632251424 140487725417339 0 4 0 16800975 0 0 0 -1 0 0 0 15 0 0 6293624 6294260 21856256 140726637777878 140726637778054 140726637778054 140726637780943 0
Current children cumulated CPU time: 19905.5 s
Current children cumulated vsize: 28881464 KiB
Current children cumulated memory: 1051176 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+2520 s]*
/proc/loadavg: 8.11 8.41 8.07 9/219 4337
/proc/meminfo: memFree=24785020/32770624 swapFree=66953272/67108860
[pid=4096] ppid=4093 vsize=113128 memory=1448 CPUtime=0 cores=0-7
/proc/4096/stat : 4096 (xcsp3-exec) S 4093 4096 31939 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 477221038 115843072 362 33554432000 4194304 5098028 140727148280656 140727148278760 140184411456124 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 10448896 140727148286802 140727148287061 140727148287061 140727148289990 0
/proc/4096/statm: 28282 362 304 221 0 87 0
[pid=4098] ppid=4096 vsize=28768336 memory=1036388 CPUtime=20046.3 cores=0-7
/proc/4098/stat : 4098 (java) S 4096 4096 31939 0 -1 1077944320 588212 0 0 0 2004051 584 0 0 20 0 28 0 477221038 29458776064 259097 33554432000 4194304 4196468 140726637774928 140726637757472 140488078147319 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 21856256 140726637777878 140726637778054 140726637778054 140726637780943 0
/proc/4098/statm: 7192084 259097 3550 1 0 7153184 0
[pid=4098/tid=4099] ppid=4096 vsize=28768336 memory=6935054825532540783 CPUtime=1.45 cores=0-7
/proc/4098/task/4099/stat : 4099 (java) S 4096 4096 31939 0 -1 1077944384 9555 0 0 0 140 5 0 0 20 0 28 0 477221038 29458776064 259097 33554432000 4194304 4196468 140726637774928 140488082388096 140488078157525 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21856256 140726637777878 140726637778054 140726637778054 140726637780943 0
[pid=4098/tid=4100] ppid=4096 vsize=28768336 memory=4872558044660077418 CPUtime=9.32 cores=0-7
/proc/4098/task/4100/stat : 4100 (java) S 4096 4096 31939 0 -1 1077944384 22878 0 0 0 912 20 0 0 20 0 28 0 477221039 29458776064 259097 33554432000 4194304 4196468 140726637774928 140487629073296 140488078157525 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 1 0 0 6293624 6294260 21856256 140726637777878 140726637778054 140726637778054 140726637780943 0
[pid=4098/tid=4101] ppid=4096 vsize=28768336 memory=13956 CPUtime=9.19 cores=0-7
/proc/4098/task/4101/stat : 4101 (java) S 4096 4096 31939 0 -1 1077944384 24633 0 0 0 900 19 0 0 20 0 28 0 477221039 29458776064 259097 33554432000 4194304 4196468 140726637774928 140487628020496 140488078157525 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 2 0 0 6293624 6294260 21856256 140726637777878 140726637778054 140726637778054 140726637780943 0
[pid=4098/tid=4102] ppid=4096 vsize=28768336 memory=30716 CPUtime=9.23 cores=0-7
/proc/4098/task/4102/stat : 4102 (java) S 4096 4096 31939 0 -1 1077944384 28276 0 0 0 903 20 0 0 20 0 28 0 477221039 29458776064 259097 33554432000 4194304 4196468 140726637774928 140487626968208 140488078157525 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 3 0 0 6293624 6294260 21856256 140726637777878 140726637778054 140726637778054 140726637780943 0
[pid=4098/tid=4103] ppid=4096 vsize=28768336 memory=14056 CPUtime=9.24 cores=0-7
/proc/4098/task/4103/stat : 4103 (java) S 4096 4096 31939 0 -1 1077944384 24707 0 0 0 905 19 0 0 20 0 28 0 477221039 29458776064 259097 33554432000 4194304 4196468 140726637774928 140487625915408 140488078157525 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 2 0 0 6293624 6294260 21856256 140726637777878 140726637778054 140726637778054 140726637780943 0
[pid=4098/tid=4104] ppid=4096 vsize=28768336 memory=2116 CPUtime=9.27 cores=0-7
/proc/4098/task/4104/stat : 4104 (java) S 4096 4096 31939 0 -1 1077944384 27104 0 0 0 905 22 0 0 20 0 28 0 477221039 29458776064 259097 33554432000 4194304 4196468 140726637774928 140487624862096 140488078157525 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 2 0 0 6293624 6294260 21856256 140726637777878 140726637778054 140726637778054 140726637780943 0
[pid=4098/tid=4105] ppid=4096 vsize=28768336 memory=1448 CPUtime=9.25 cores=0-7
/proc/4098/task/4105/stat : 4105 (java) S 4096 4096 31939 0 -1 1077944384 24899 0 0 0 906 19 0 0 20 0 28 0 477221039 29458776064 259097 33554432000 4194304 4196468 140726637774928 140487623809296 140488078157525 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 2 0 0 6293624 6294260 21856256 140726637777878 140726637778054 140726637778054 140726637780943 0
[pid=4098/tid=4106] ppid=4096 vsize=28768336 memory=1036388 CPUtime=9.18 cores=0-7
/proc/4098/task/4106/stat : 4106 (java) S 4096 4096 31939 0 -1 1077944384 24544 0 0 0 899 19 0 0 20 0 28 0 477221039 29458776064 259097 33554432000 4194304 4196468 140726637774928 140487622757008 140488078157525 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 1 0 0 6293624 6294260 21856256 140726637777878 140726637778054 140726637778054 140726637780943 0
[pid=4098/tid=4107] ppid=4096 vsize=28768336 memory=1548 CPUtime=9.25 cores=0-7
/proc/4098/task/4107/stat : 4107 (java) S 4096 4096 31939 0 -1 1077944384 25458 0 0 0 907 18 0 0 20 0 28 0 477221039 29458776064 259097 33554432000 4194304 4196468 140726637774928 140487621704208 140488078157525 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 1 0 0 6293624 6294260 21856256 140726637777878 140726637778054 140726637778054 140726637780943 0
[pid=4098/tid=4108] ppid=4096 vsize=28768336 memory=1728 CPUtime=3.4 cores=0-7
/proc/4098/task/4108/stat : 4108 (java) S 4096 4096 31939 0 -1 1077944384 116333 0 0 0 231 109 0 0 20 0 28 0 477221041 29458776064 259097 33554432000 4194304 4196468 140726637774928 140487579171440 140488078158466 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21856256 140726637777878 140726637778054 140726637778054 140726637780943 0
[pid=4098/tid=4109] ppid=4096 vsize=28768336 memory=7824 CPUtime=0 cores=0-7
/proc/4098/task/4109/stat : 4109 (java) S 4096 4096 31939 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 28 0 477221041 29458776064 259097 33554432000 4194304 4196468 140726637774928 140487578117472 140488078157525 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21856256 140726637777878 140726637778054 140726637778054 140726637780943 0
[pid=4098/tid=4110] ppid=4096 vsize=28768336 memory=9580 CPUtime=0 cores=0-7
/proc/4098/task/4110/stat : 4110 (java) S 4096 4096 31939 0 -1 1077944384 26 0 0 0 0 0 0 0 20 0 28 0 477221041 29458776064 259097 33554432000 4194304 4196468 140726637774928 140487577065088 140488078157525 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21856256 140726637777878 140726637778054 140726637778054 140726637780943 0
[pid=4098/tid=4111] ppid=4096 vsize=28768336 memory=1052 CPUtime=0 cores=0-7
/proc/4098/task/4111/stat : 4111 (java) S 4096 4096 31939 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 477221044 29458776064 259097 33554432000 4194304 4196468 140726637774928 140487576013392 140488078165915 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21856256 140726637777878 140726637778054 140726637778054 140726637780943 0
[pid=4098/tid=4112] ppid=4096 vsize=28768336 memory=776 CPUtime=2.45 cores=0-7
/proc/4098/task/4112/stat : 4112 (java) S 4096 4096 31939 0 -1 1077944384 13018 0 0 0 243 2 0 0 20 0 28 0 477221044 29458776064 259097 33554432000 4194304 4196468 140726637774928 140486721398896 140488078158466 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 8 0 0 6293624 6294260 21856256 140726637777878 140726637778054 140726637778054 140726637780943 0
[pid=4098/tid=4113] ppid=4096 vsize=28768336 memory=2832 CPUtime=2.56 cores=0-7
/proc/4098/task/4113/stat : 4113 (java) S 4096 4096 31939 0 -1 1077944384 13893 0 0 0 253 3 0 0 20 0 28 0 477221044 29458776064 259097 33554432000 4194304 4196468 140726637774928 140486720346096 140488078158466 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21856256 140726637777878 140726637778054 140726637778054 140726637780943 0
[pid=4098/tid=4114] ppid=4096 vsize=28768336 memory=668 CPUtime=2.71 cores=0-7
/proc/4098/task/4114/stat : 4114 (java) S 4096 4096 31939 0 -1 1077944384 13748 0 0 0 268 3 0 0 20 0 28 0 477221044 29458776064 259097 33554432000 4194304 4196468 140726637774928 140486719293808 140488078158466 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21856256 140726637777878 140726637778054 140726637778054 140726637780943 0
[pid=4098/tid=4115] ppid=4096 vsize=28768336 memory=1256 CPUtime=0.91 cores=0-7
/proc/4098/task/4115/stat : 4115 (java) S 4096 4096 31939 0 -1 1077944384 9828 0 0 0 89 2 0 0 20 0 28 0 477221044 29458776064 259097 33554432000 4194304 4196468 140726637774928 140486718241008 140488078158466 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 9 0 0 6293624 6294260 21856256 140726637777878 140726637778054 140726637778054 140726637780943 0
[pid=4098/tid=4116] ppid=4096 vsize=28768336 memory=1076 CPUtime=0 cores=0-7
/proc/4098/task/4116/stat : 4116 (java) S 4096 4096 31939 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 477221044 29458776064 259097 33554432000 4194304 4196468 140726637774928 140486717188960 140488078157525 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21856256 140726637777878 140726637778054 140726637778054 140726637780943 0
[pid=4098/tid=4117] ppid=4096 vsize=28768336 memory=13956 CPUtime=0.92 cores=0-7
/proc/4098/task/4117/stat : 4117 (java) S 4096 4096 31939 0 -1 1077944384 6514 0 0 0 43 49 0 0 20 0 28 0 477221044 29458776064 259097 33554432000 4194304 4196468 140726637774928 140486716136240 140488078158466 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 9 0 0 6293624 6294260 21856256 140726637777878 140726637778054 140726637778054 140726637780943 0
[pid=4098/tid=4118] ppid=4096 vsize=28768336 memory=30716 CPUtime=2492.73 cores=0-7
/proc/4098/task/4118/stat : 4118 (java) R 4096 4096 31939 0 -1 4202560 17989 0 0 0 249258 15 0 0 20 0 28 0 477221189 29458776064 259097 33554432000 4194304 4196468 140726637774928 140486706916600 140487724146126 0 4 0 16800975 0 0 0 -1 1 0 0 14 0 0 6293624 6294260 21856256 140726637777878 140726637778054 140726637778054 140726637780943 0
[pid=4098/tid=4119] ppid=4096 vsize=28768336 memory=14056 CPUtime=2496.88 cores=0-7
/proc/4098/task/4119/stat : 4119 (java) R 4096 4096 31939 0 -1 4202560 15368 0 0 0 249675 13 0 0 20 0 28 0 477221190 29458776064 259097 33554432000 4194304 4196468 140726637774928 140486705865016 140487723751884 0 4 0 16800975 0 0 0 -1 2 0 0 14 0 0 6293624 6294260 21856256 140726637777878 140726637778054 140726637778054 140726637780943 0
[pid=4098/tid=4120] ppid=4096 vsize=28768336 memory=2116 CPUtime=2499.12 cores=0-7
/proc/4098/task/4120/stat : 4120 (java) R 4096 4096 31939 0 -1 4202560 43101 0 0 0 249827 85 0 0 20 0 28 0 477221190 29458776064 259097 33554432000 4194304 4196468 140726637774928 140486704811440 140487725467192 0 4 0 16800975 0 0 0 -1 0 0 0 17 0 0 6293624 6294260 21856256 140726637777878 140726637778054 140726637778054 140726637780943 0
[pid=4098/tid=4121] ppid=4096 vsize=28768336 memory=520 CPUtime=2494.19 cores=0-7
/proc/4098/task/4121/stat : 4121 (java) R 4096 4096 31939 0 -1 4202560 39923 0 0 0 249321 98 0 0 20 0 28 0 477221190 29458776064 259097 33554432000 4194304 4196468 140726637774928 140486703759144 140487725351437 0 4 0 16800975 0 0 0 -1 5 0 0 19 0 0 6293624 6294260 21856256 140726637777878 140726637778054 140726637778054 140726637780943 0
[pid=4098/tid=4122] ppid=4096 vsize=28768336 memory=1560 CPUtime=2496.63 cores=0-7
/proc/4098/task/4122/stat : 4122 (java) R 4096 4096 31939 0 -1 4202560 16273 0 0 0 249649 14 0 0 20 0 28 0 477221190 29458776064 259097 33554432000 4194304 4196468 140726637774928 140486635409688 140487723116911 0 4 0 16800975 0 0 0 -1 6 0 0 16 0 0 6293624 6294260 21856256 140726637777878 140726637778054 140726637778054 140726637780943 0
[pid=4098/tid=4123] ppid=4096 vsize=28768336 memory=924 CPUtime=2493.85 cores=0-7
/proc/4098/task/4123/stat : 4123 (java) R 4096 4096 31939 0 -1 4202560 23294 0 0 0 249360 25 0 0 20 0 28 0 477221190 29458776064 259097 33554432000 4194304 4196468 140726637774928 140486634356416 140487723752215 0 4 0 16800975 0 0 0 -1 3 0 0 17 0 0 6293624 6294260 21856256 140726637777878 140726637778054 140726637778054 140726637780943 0
[pid=4098/tid=4124] ppid=4096 vsize=28768336 memory=3688 CPUtime=2492.25 cores=0-7
/proc/4098/task/4124/stat : 4124 (java) R 4096 4096 31939 0 -1 4202560 19215 0 0 0 249209 16 0 0 20 0 28 0 477221190 29458776064 259097 33554432000 4194304 4196468 140726637774928 140486633304408 140487723264891 0 4 0 16800975 0 0 0 -1 7 0 0 16 0 0 6293624 6294260 21856256 140726637777878 140726637778054 140726637778054 140726637780943 0
[pid=4098/tid=4125] ppid=4096 vsize=28768336 memory=1984 CPUtime=2492.18 cores=0-7
/proc/4098/task/4125/stat : 4125 (java) R 4096 4096 31939 0 -1 4202560 26360 0 0 0 249172 46 0 0 20 0 28 0 477221190 29458776064 259097 33554432000 4194304 4196468 140726637774928 140486632254464 140487723869741 0 4 0 16800975 0 0 0 -1 4 0 0 15 0 0 6293624 6294260 21856256 140726637777878 140726637778054 140726637778054 140726637780943 0
Current children cumulated CPU time: 20046.3 s
Current children cumulated vsize: 28881464 KiB
Current children cumulated memory: 1037836 KiB

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

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

[startup+2520.1 s]
# the end of solver process 4098 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=20041.2 s, system=5.85118 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): 20047
CPU user time (s): 20041.2
CPU system time (s): 5.85118
CPU usage (%): 795.485
Max. virtual memory (cumulated for all children) (KiB): 28881464
Max. memory (cumulated for all children) (KiB): 2222576

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 20041.2
system time used= 5.85118
maximum resident set size= 2229320
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 588952
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3504
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 181874
involuntary context switches= 228562


# summary of solver processes directly reported to runsolver:
#   pid: 4096,4098
#   total CPU time (s): 20047
#   total CPU user time (s): 20041.2
#   total CPU system time (s): 5.85118

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 24.7973 second user time and 27.0266 second system time

The end

Launcher Data

Begin job on node119 at 2019-09-20 22:57:02
IDJOB=4404463
IDBENCH=141732
IDSOLVER=2865
FILE ID=node119/4404463-1569013062
RUNJOBID= node119-1569004688-31966
PBS_JOBID= 21704741
Free space on /var/tmp= 13512 MiB

SOLVER NAME= choco-solver 2019-09-20 parallel
BENCH NAME= XCSP19/ConsecutiveSquarePacking/ConsecutiveSquarePacking-sp-28-088.xml
COMMAND LINE= xcsp3-exec -dir DIR -tl TIMEOUT -p NBCORE -ml 24000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4404463-1569013062/watcher-4404463-1569013062 -o /var/tmp/evaluation-result-4404463-1569013062/solver-4404463-1569013062 -C 20160 -W 2520 -M 31000 --bin-var /var/tmp/runsolver-exch-node119-1569004688-31966 --watchdog 2580  xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 874855861 HOME/instance-4404463-1569013062.xml

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

MD5SUM BENCH= 86f96609b8582eec836d4ad8d9b44327
RANDOM SEED=874855861

node119.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.47
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.47
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.47
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.47
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:        25814680 kB
MemAvailable:   31807332 kB
Buffers:           77800 kB
Cached:          6024484 kB
SwapCached:        46520 kB
Active:          3052724 kB
Inactive:        3102744 kB
Active(anon):       4168 kB
Inactive(anon):    97296 kB
Active(file):    3048556 kB
Inactive(file):  3005448 kB
Unevictable:      107192 kB
Mlocked:          107192 kB
SwapTotal:      67108860 kB
SwapFree:       66953268 kB
Dirty:             26044 kB
Writeback:             0 kB
AnonPages:         67248 kB
Mapped:            52452 kB
Shmem:             40132 kB
Slab:             395476 kB
SReclaimable:     367108 kB
SUnreclaim:        28368 kB
KernelStack:        3824 kB
PageTables:         5640 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     506976 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     20480 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      126336 kB
DirectMap2M:    33419264 kB

Free space on /var/tmp at the end= 13488 MiB
End job on node119 at 2019-09-20 23:39:02