Trace number 4399615

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-16 parallel? (TO) 20047.7 2520.1

General information on the benchmark

NameXCSP19/ConsecutiveSquarePacking/
ConsecutiveSquarePacking-sp-29-093.xml
MD5SUMbf633c2727f59b2e783fa7e248dd5fc9
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 variables58
Number of constraints406
Number of domains29
Minimum domain size65
Maximum domain size93
Distribution of domain sizes[{"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},{"size":89,"count":2},{"size":90,"count":2},{"size":91,"count":2},{"size":92,"count":2},{"size":93,"count":2}]
Minimum variable degree28
Maximum variable degree28
Distribution of variable degrees[{"degree":28,"count":58}]
Minimum constraint arity4
Maximum constraint arity4
Distribution of constraint arities[{"arity":4,"count":406}]
Number of extensional constraints0
Number of intensional constraints406
Distribution of constraint types[{"type":"intension","count":406}]
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-4399615-1568719101.xml"  -tl '20160s' -p 8
0.12/0.18	c Choco e747e1e
0.12/0.19	c [HOME/instance-4399615-1568719101.xml, -tl, 20160s, -p, 8]
0.34/0.23	c 8 solvers in parallel
0.34/0.29	c parse instance...
4.83/1.49	c solve instance...
20047.07/2520.07	s UNKNOWN
20047.07/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 (13802 MiB free)
  memory of node 1: 16384 MiB (15802 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4399615-1568719101/watcher-4399615-1568719101 -o /tmp/evaluation-result-4399615-1568719101/solver-4399615-1568719101 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node123-1568711648-14228 --watchdog 2580 xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 1941774917 HOME/instance-4399615-1568719101.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=15724, runsolver pid=15721
Current StackSize limit: 8192 KiB


[startup+0.100129 s]*
/proc/loadavg: 8.06 8.04 8.12 3/211 15745
/proc/meminfo: memFree=30296208/32770624 swapFree=66998816/67108860
[pid=15724] ppid=15721 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/15724/stat : 15724 (xcsp3-exec) S 15721 15724 14201 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 448174916 115843072 363 33554432000 4194304 5098028 140731550698624 140731550696728 140159675859580 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 12668928 140731550700405 140731550700649 140731550700649 140731550703562 0
/proc/15724/statm: 28282 363 305 221 0 87 0
[pid=15726] ppid=15724 vsize=28227396 memory=32044 CPUtime=0.12 cores=0-7
/proc/15726/stat : 15726 (java) S 15724 15724 14201 0 -1 1077944320 5474 0 0 0 10 2 0 0 20 0 20 0 448174916 28904853504 8011 33554432000 4194304 4196468 140736278322528 140736278305072 140250385542903 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 20934656 140736278324202 140736278324374 140736278324374 140736278327247 0
/proc/15726/statm: 7056849 8011 3118 1 0 7019032 0
[pid=15726/tid=15727] ppid=15724 vsize=28227396 memory=576460756329955445 CPUtime=0.09 cores=0-7
/proc/15726/task/15727/stat : 15727 (java) R 15724 15724 14201 0 -1 4202560 3378 0 0 0 8 1 0 0 20 0 20 0 448174916 28904853504 8011 33554432000 4194304 4196468 140736278322528 140250389774816 140250385554838 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 20934656 140736278324202 140736278324374 140736278324374 140736278327247 0
[pid=15726/tid=15728] ppid=15724 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15726/task/15728/stat : 15728 (java) S 15724 15724 14201 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 448174917 28904853504 8011 33554432000 4194304 4196468 140736278322528 140250346502544 140250385553109 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20934656 140736278324202 140736278324374 140736278324374 140736278327247 0
[pid=15726/tid=15729] ppid=15724 vsize=28227396 memory=3544528679545091744 CPUtime=0 cores=0-7
/proc/15726/task/15729/stat : 15729 (java) S 15724 15724 14201 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 448174917 28904853504 8011 33554432000 4194304 4196468 140736278322528 140249936075024 140250385553109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20934656 140736278324202 140736278324374 140736278324374 140736278327247 0
[pid=15726/tid=15730] ppid=15724 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15726/task/15730/stat : 15730 (java) S 15724 15724 14201 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 448174917 28904853504 8011 33554432000 4194304 4196468 140736278322528 140249935022736 140250385553109 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20934656 140736278324202 140736278324374 140736278324374 140736278327247 0
[pid=15726/tid=15731] ppid=15724 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15726/task/15731/stat : 15731 (java) S 15724 15724 14201 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 448174917 28904853504 8011 33554432000 4194304 4196468 140736278322528 140249933969936 140250385553109 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20934656 140736278324202 140736278324374 140736278324374 140736278327247 0
[pid=15726/tid=15732] ppid=15724 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15726/task/15732/stat : 15732 (java) S 15724 15724 14201 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 448174917 28904853504 8011 33554432000 4194304 4196468 140736278322528 140249932917648 140250385553109 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20934656 140736278324202 140736278324374 140736278324374 140736278327247 0
[pid=15726/tid=15733] ppid=15724 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/15726/task/15733/stat : 15733 (java) S 15724 15724 14201 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 448174917 28904853504 8011 33554432000 4194304 4196468 140736278322528 140249931864848 140250385553109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20934656 140736278324202 140736278324374 140736278324374 140736278327247 0
[pid=15726/tid=15734] ppid=15724 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15726/task/15734/stat : 15734 (java) S 15724 15724 14201 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 448174917 28904853504 8011 33554432000 4194304 4196468 140736278322528 140249930812560 140250385553109 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20934656 140736278324202 140736278324374 140736278324374 140736278327247 0
[pid=15726/tid=15735] ppid=15724 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15726/task/15735/stat : 15735 (java) S 15724 15724 14201 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 448174917 28904853504 8011 33554432000 4194304 4196468 140736278322528 140249929759760 140250385553109 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20934656 140736278324202 140736278324374 140736278324374 140736278327247 0
[pid=15726/tid=15736] ppid=15724 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15726/task/15736/stat : 15736 (java) S 15724 15724 14201 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 448174919 28904853504 8011 33554432000 4194304 4196468 140736278322528 140249367615600 140250385554050 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20934656 140736278324202 140736278324374 140736278324374 140736278327247 0
[pid=15726/tid=15737] ppid=15724 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15726/task/15737/stat : 15737 (java) S 15724 15724 14201 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 448174919 28904853504 8011 33554432000 4194304 4196468 140736278322528 140249366561568 140250385553109 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20934656 140736278324202 140736278324374 140736278324374 140736278327247 0
[pid=15726/tid=15738] ppid=15724 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15726/task/15738/stat : 15738 (java) S 15724 15724 14201 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 448174920 28904853504 8011 33554432000 4194304 4196468 140736278322528 140249365509232 140250385553109 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20934656 140736278324202 140736278324374 140736278324374 140736278327247 0
[pid=15726/tid=15739] ppid=15724 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15726/task/15739/stat : 15739 (java) S 15724 15724 14201 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 448174922 28904853504 8011 33554432000 4194304 4196468 140736278322528 140249364457552 140250385561499 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20934656 140736278324202 140736278324374 140736278324374 140736278327247 0
[pid=15726/tid=15740] ppid=15724 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15726/task/15740/stat : 15740 (java) S 15724 15724 14201 0 -1 1077944384 318 0 0 0 0 0 0 0 20 0 20 0 448174922 28904853504 8011 33554432000 4194304 4196468 140736278322528 140249363405424 140250385554050 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20934656 140736278324202 140736278324374 140736278324374 140736278327247 0
[pid=15726/tid=15741] ppid=15724 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15726/task/15741/stat : 15741 (java) S 15724 15724 14201 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 448174922 28904853504 8011 33554432000 4194304 4196468 140736278322528 140249362352624 140250385554050 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20934656 140736278324202 140736278324374 140736278324374 140736278327247 0
[pid=15726/tid=15742] ppid=15724 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15726/task/15742/stat : 15742 (java) S 15724 15724 14201 0 -1 1077944384 123 0 0 0 0 0 0 0 20 0 20 0 448174922 28904853504 8011 33554432000 4194304 4196468 140736278322528 140249361300336 140250385554050 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20934656 140736278324202 140736278324374 140736278324374 140736278327247 0
[pid=15726/tid=15743] ppid=15724 vsize=28227396 memory=0 CPUtime=0.01 cores=0-7
/proc/15726/task/15743/stat : 15743 (java) R 15724 15724 14201 0 -1 4202560 342 0 0 0 1 0 0 0 20 0 20 0 448174922 28904853504 8011 33554432000 4194304 4196468 140736278322528 140249360247536 140250363561297 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 20934656 140736278324202 140736278324374 140736278324374 140736278327247 0
[pid=15726/tid=15744] ppid=15724 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15726/task/15744/stat : 15744 (java) S 15724 15724 14201 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 448174922 28904853504 8011 33554432000 4194304 4196468 140736278322528 140249359194464 140250385553109 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20934656 140736278324202 140736278324374 140736278324374 140736278327247 0
[pid=15726/tid=15745] ppid=15724 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/15726/task/15745/stat : 15745 (java) S 15724 15724 14201 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 448174923 28904853504 8011 33554432000 4194304 4196468 140736278322528 140249358141744 140250385554050 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20934656 140736278324202 140736278324374 140736278324374 140736278327247 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 33496 KiB

[startup+0.210434 s]*
/proc/loadavg: 8.06 8.04 8.12 3/211 15745
/proc/meminfo: memFree=30284424/32770624 swapFree=66998816/67108860
[pid=15724] ppid=15721 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/15724/stat : 15724 (xcsp3-exec) S 15721 15724 14201 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 448174916 115843072 363 33554432000 4194304 5098028 140731550698624 140731550696728 140159675859580 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 12668928 140731550700405 140731550700649 140731550700649 140731550703562 0
/proc/15724/statm: 28282 363 305 221 0 87 0
[pid=15726] ppid=15724 vsize=28227396 memory=42676 CPUtime=0.34 cores=0-7
/proc/15726/stat : 15726 (java) S 15724 15724 14201 0 -1 1077944320 8881 0 0 0 31 3 0 0 20 0 20 0 448174916 28904853504 10669 33554432000 4194304 4196468 140736278322528 140736278305072 140250385542903 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 20934656 140736278324202 140736278324374 140736278324374 140736278327247 0
/proc/15726/statm: 7056849 10669 3271 1 0 7019032 0
[pid=15726/tid=15727] ppid=15724 vsize=28227396 memory=8316850467074736180 CPUtime=0.19 cores=0-7
/proc/15726/task/15727/stat : 15727 (java) R 15724 15724 14201 0 -1 4202560 6131 0 0 0 17 2 0 0 20 0 20 0 448174916 28904853504 10669 33554432000 4194304 4196468 140736278322528 140250389774816 140250385564250 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 20934656 140736278324202 140736278324374 140736278324374 140736278327247 0
[pid=15726/tid=15728] ppid=15724 vsize=28227396 memory=10100 CPUtime=0 cores=0-7
/proc/15726/task/15728/stat : 15728 (java) S 15724 15724 14201 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 448174917 28904853504 10669 33554432000 4194304 4196468 140736278322528 140250346502544 140250385553109 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20934656 140736278324202 140736278324374 140736278324374 140736278327247 0
[pid=15726/tid=15729] ppid=15724 vsize=28227396 memory=140573065789974 CPUtime=0 cores=0-7
/proc/15726/task/15729/stat : 15729 (java) S 15724 15724 14201 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 448174917 28904853504 10669 33554432000 4194304 4196468 140736278322528 140249936075024 140250385553109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20934656 140736278324202 140736278324374 140736278324374 140736278327247 0
[pid=15726/tid=15730] ppid=15724 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/15726/task/15730/stat : 15730 (java) S 15724 15724 14201 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 448174917 28904853504 10669 33554432000 4194304 4196468 140736278322528 140249935022736 140250385553109 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20934656 140736278324202 140736278324374 140736278324374 140736278327247 0
[pid=15726/tid=15731] ppid=15724 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15726/task/15731/stat : 15731 (java) S 15724 15724 14201 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 448174917 28904853504 10669 33554432000 4194304 4196468 140736278322528 140249933969936 140250385553109 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20934656 140736278324202 140736278324374 140736278324374 140736278327247 0
[pid=15726/tid=15732] ppid=15724 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15726/task/15732/stat : 15732 (java) S 15724 15724 14201 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 448174917 28904853504 10669 33554432000 4194304 4196468 140736278322528 140249932917648 140250385553109 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20934656 140736278324202 140736278324374 140736278324374 140736278327247 0
[pid=15726/tid=15733] ppid=15724 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/15726/task/15733/stat : 15733 (java) S 15724 15724 14201 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 448174917 28904853504 10669 33554432000 4194304 4196468 140736278322528 140249931864848 140250385553109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20934656 140736278324202 140736278324374 140736278324374 140736278327247 0
[pid=15726/tid=15734] ppid=15724 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15726/task/15734/stat : 15734 (java) S 15724 15724 14201 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 448174917 28904853504 10669 33554432000 4194304 4196468 140736278322528 140249930812560 140250385553109 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20934656 140736278324202 140736278324374 140736278324374 140736278327247 0
[pid=15726/tid=15735] ppid=15724 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15726/task/15735/stat : 15735 (java) S 15724 15724 14201 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 448174917 28904853504 10669 33554432000 4194304 4196468 140736278322528 140249929759760 140250385553109 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20934656 140736278324202 140736278324374 140736278324374 140736278327247 0
[pid=15726/tid=15736] ppid=15724 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15726/task/15736/stat : 15736 (java) S 15724 15724 14201 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 448174919 28904853504 10669 33554432000 4194304 4196468 140736278322528 140249367615600 140250385554050 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20934656 140736278324202 140736278324374 140736278324374 140736278327247 0
[pid=15726/tid=15737] ppid=15724 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15726/task/15737/stat : 15737 (java) S 15724 15724 14201 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 448174919 28904853504 10669 33554432000 4194304 4196468 140736278322528 140249366561568 140250385553109 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20934656 140736278324202 140736278324374 140736278324374 140736278327247 0
[pid=15726/tid=15738] ppid=15724 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15726/task/15738/stat : 15738 (java) S 15724 15724 14201 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 448174920 28904853504 10669 33554432000 4194304 4196468 140736278322528 140249365509232 140250385553109 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20934656 140736278324202 140736278324374 140736278324374 140736278327247 0
[pid=15726/tid=15739] ppid=15724 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15726/task/15739/stat : 15739 (java) S 15724 15724 14201 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 448174922 28904853504 10669 33554432000 4194304 4196468 140736278322528 140249364457552 140250385561499 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20934656 140736278324202 140736278324374 140736278324374 140736278327247 0
[pid=15726/tid=15740] ppid=15724 vsize=28227396 memory=0 CPUtime=0.01 cores=0-7
/proc/15726/task/15740/stat : 15740 (java) S 15724 15724 14201 0 -1 1077944384 362 0 0 0 1 0 0 0 20 0 20 0 448174922 28904853504 10669 33554432000 4194304 4196468 140736278322528 140249363405424 140250385554050 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20934656 140736278324202 140736278324374 140736278324374 140736278327247 0
[pid=15726/tid=15741] ppid=15724 vsize=28227396 memory=0 CPUtime=0.01 cores=0-7
/proc/15726/task/15741/stat : 15741 (java) S 15724 15724 14201 0 -1 1077944384 68 0 0 0 1 0 0 0 20 0 20 0 448174922 28904853504 10669 33554432000 4194304 4196468 140736278322528 140249362352624 140250385554050 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20934656 140736278324202 140736278324374 140736278324374 140736278327247 0
[pid=15726/tid=15742] ppid=15724 vsize=28227396 memory=-1 CPUtime=0.02 cores=0-7
/proc/15726/task/15742/stat : 15742 (java) S 15724 15724 14201 0 -1 1077944384 250 0 0 0 2 0 0 0 20 0 20 0 448174922 28904853504 10669 33554432000 4194304 4196468 140736278322528 140249361300336 140250385554050 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20934656 140736278324202 140736278324374 140736278324374 140736278327247 0
[pid=15726/tid=15743] ppid=15724 vsize=28227396 memory=-1 CPUtime=0.08 cores=0-7
/proc/15726/task/15743/stat : 15743 (java) S 15724 15724 14201 0 -1 1077944384 759 0 0 0 8 0 0 0 20 0 20 0 448174922 28904853504 10669 33554432000 4194304 4196468 140736278322528 140249360247536 140250385554050 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20934656 140736278324202 140736278324374 140736278324374 140736278327247 0
[pid=15726/tid=15744] ppid=15724 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/15726/task/15744/stat : 15744 (java) S 15724 15724 14201 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 448174922 28904853504 10669 33554432000 4194304 4196468 140736278322528 140249359194464 140250385553109 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20934656 140736278324202 140736278324374 140736278324374 140736278327247 0
[pid=15726/tid=15745] ppid=15724 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/15726/task/15745/stat : 15745 (java) S 15724 15724 14201 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 448174923 28904853504 10669 33554432000 4194304 4196468 140736278322528 140249358141744 140250385554050 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20934656 140736278324202 140736278324374 140736278324374 140736278327247 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 44128 KiB

[startup+0.310268 s]*
/proc/loadavg: 8.06 8.04 8.12 3/211 15745
/proc/meminfo: memFree=30278828/32770624 swapFree=66998816/67108860
[pid=15724] ppid=15721 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/15724/stat : 15724 (xcsp3-exec) S 15721 15724 14201 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 448174916 115843072 363 33554432000 4194304 5098028 140731550698624 140731550696728 140159675859580 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 12668928 140731550700405 140731550700649 140731550700649 140731550703562 0
/proc/15724/statm: 28282 363 305 221 0 87 0
[pid=15726] ppid=15724 vsize=28231652 memory=51284 CPUtime=0.53 cores=0-7
/proc/15726/stat : 15726 (java) S 15724 15724 14201 0 -1 1077944320 10162 0 0 0 48 5 0 0 20 0 20 0 448174916 28909211648 12821 33554432000 4194304 4196468 140736278322528 140736278305072 140250385542903 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 20934656 140736278324202 140736278324374 140736278324374 140736278327247 0
/proc/15726/statm: 7057913 12821 3360 1 0 7019032 0
[pid=15726/tid=15727] ppid=15724 vsize=28231652 memory=1398722017469774279 CPUtime=0.29 cores=0-7
/proc/15726/task/15727/stat : 15727 (java) R 15724 15724 14201 0 -1 4202560 7154 0 0 0 27 2 0 0 20 0 20 0 448174916 28909211648 12821 33554432000 4194304 4196468 140736278322528 140250389774016 140250369623390 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 20934656 140736278324202 140736278324374 140736278324374 140736278327247 0
[pid=15726/tid=15728] ppid=15724 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/15726/task/15728/stat : 15728 (java) S 15724 15724 14201 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 448174917 28909211648 12821 33554432000 4194304 4196468 140736278322528 140250346502544 140250385553109 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20934656 140736278324202 140736278324374 140736278324374 140736278327247 0
[pid=15726/tid=15729] ppid=15724 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/15726/task/15729/stat : 15729 (java) S 15724 15724 14201 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 448174917 28909211648 12821 33554432000 4194304 4196468 140736278322528 140249936075024 140250385553109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20934656 140736278324202 140736278324374 140736278324374 140736278327247 0
[pid=15726/tid=15730] ppid=15724 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/15726/task/15730/stat : 15730 (java) S 15724 15724 14201 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 448174917 28909211648 12821 33554432000 4194304 4196468 140736278322528 140249935022736 140250385553109 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20934656 140736278324202 140736278324374 140736278324374 140736278327247 0
[pid=15726/tid=15731] ppid=15724 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/15726/task/15731/stat : 15731 (java) S 15724 15724 14201 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 448174917 28909211648 12821 33554432000 4194304 4196468 140736278322528 140249933969936 140250385553109 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20934656 140736278324202 140736278324374 140736278324374 140736278327247 0
[pid=15726/tid=15732] ppid=15724 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/15726/task/15732/stat : 15732 (java) S 15724 15724 14201 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 448174917 28909211648 12821 33554432000 4194304 4196468 140736278322528 140249932917648 140250385553109 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20934656 140736278324202 140736278324374 140736278324374 140736278327247 0
[pid=15726/tid=15733] ppid=15724 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/15726/task/15733/stat : 15733 (java) S 15724 15724 14201 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 448174917 28909211648 12821 33554432000 4194304 4196468 140736278322528 140249931864848 140250385553109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20934656 140736278324202 140736278324374 140736278324374 140736278327247 0
[pid=15726/tid=15734] ppid=15724 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/15726/task/15734/stat : 15734 (java) S 15724 15724 14201 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 448174917 28909211648 12821 33554432000 4194304 4196468 140736278322528 140249930812560 140250385553109 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20934656 140736278324202 140736278324374 140736278324374 140736278327247 0
[pid=15726/tid=15735] ppid=15724 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/15726/task/15735/stat : 15735 (java) S 15724 15724 14201 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 448174917 28909211648 12821 33554432000 4194304 4196468 140736278322528 140249929759760 140250385553109 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20934656 140736278324202 140736278324374 140736278324374 140736278327247 0
[pid=15726/tid=15736] ppid=15724 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/15726/task/15736/stat : 15736 (java) S 15724 15724 14201 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 448174919 28909211648 12821 33554432000 4194304 4196468 140736278322528 140249367615600 140250385554050 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20934656 140736278324202 140736278324374 140736278324374 140736278327247 0
[pid=15726/tid=15737] ppid=15724 vsize=28231652 memory=281145875045760 CPUtime=0 cores=0-7
/proc/15726/task/15737/stat : 15737 (java) S 15724 15724 14201 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 448174919 28909211648 12821 33554432000 4194304 4196468 140736278322528 140249366561568 140250385553109 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20934656 140736278324202 140736278324374 140736278324374 140736278327247 0
[pid=15726/tid=15738] ppid=15724 vsize=28231652 memory=281145875050368 CPUtime=0 cores=0-7
/proc/15726/task/15738/stat : 15738 (java) S 15724 15724 14201 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 448174920 28909211648 12821 33554432000 4194304 4196468 140736278322528 140249365509232 140250385553109 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20934656 140736278324202 140736278324374 140736278324374 140736278327247 0
[pid=15726/tid=15739] ppid=15724 vsize=28231652 memory=281145875054976 CPUtime=0 cores=0-7
/proc/15726/task/15739/stat : 15739 (java) S 15724 15724 14201 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 448174922 28909211648 12821 33554432000 4194304 4196468 140736278322528 140249364457552 140250385561499 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20934656 140736278324202 140736278324374 140736278324374 140736278327247 0
[pid=15726/tid=15740] ppid=15724 vsize=28231652 memory=281145875059584 CPUtime=0.02 cores=0-7
/proc/15726/task/15740/stat : 15740 (java) S 15724 15724 14201 0 -1 1077944384 402 0 0 0 2 0 0 0 20 0 20 0 448174922 28909211648 12821 33554432000 4194304 4196468 140736278322528 140249363405424 140250385554050 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20934656 140736278324202 140736278324374 140736278324374 140736278327247 0
[pid=15726/tid=15741] ppid=15724 vsize=28231652 memory=281145875064192 CPUtime=0.02 cores=0-7
/proc/15726/task/15741/stat : 15741 (java) S 15724 15724 14201 0 -1 1077944384 77 0 0 0 2 0 0 0 20 0 20 0 448174922 28909211648 12821 33554432000 4194304 4196468 140736278322528 140249362352624 140250385554050 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20934656 140736278324202 140736278324374 140736278324374 140736278327247 0
[pid=15726/tid=15742] ppid=15724 vsize=28231652 memory=281145875068800 CPUtime=0.03 cores=0-7
/proc/15726/task/15742/stat : 15742 (java) R 15724 15724 14201 0 -1 4202560 325 0 0 0 3 0 0 0 20 0 20 0 448174922 28909211648 12821 33554432000 4194304 4196468 140736278322528 140249361290720 140250371606346 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 20934656 140736278324202 140736278324374 140736278324374 140736278327247 0
[pid=15726/tid=15743] ppid=15724 vsize=28231652 memory=281145875073408 CPUtime=0.13 cores=0-7
/proc/15726/task/15743/stat : 15743 (java) S 15724 15724 14201 0 -1 1077944384 896 0 0 0 13 0 0 0 20 0 20 0 448174922 28909211648 12821 33554432000 4194304 4196468 140736278322528 140249360247536 140250385554050 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20934656 140736278324202 140736278324374 140736278324374 140736278327247 0
[pid=15726/tid=15744] ppid=15724 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/15726/task/15744/stat : 15744 (java) S 15724 15724 14201 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 448174922 28909211648 12887 33554432000 4194304 4196468 140736278322528 140249359194464 140250385553109 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20934656 140736278324202 140736278324374 140736278324374 140736278327247 0
[pid=15726/tid=15745] ppid=15724 vsize=28231652 memory=-1 CPUtime=0 cores=0-7
/proc/15726/task/15745/stat : 15745 (java) S 15724 15724 14201 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 448174923 28909211648 12887 33554432000 4194304 4196468 140736278322528 140249358141744 140250385554050 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20934656 140736278324202 140736278324374 140736278324374 140736278327247 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 28344780 KiB
Current children cumulated memory: 52736 KiB

[startup+0.700993 s]
/proc/loadavg: 8.06 8.04 8.12 6/211 15745
/proc/meminfo: memFree=30262084/32770624 swapFree=66998816/67108860
[pid=15724] ppid=15721 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/15724/stat : 15724 (xcsp3-exec) S 15721 15724 14201 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 448174916 115843072 363 33554432000 4194304 5098028 140731550698624 140731550696728 140159675859580 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 12668928 140731550700405 140731550700649 140731550700649 140731550703562 0
/proc/15724/statm: 28282 363 305 221 0 87 0
[pid=15726] ppid=15724 vsize=28233776 memory=95476 CPUtime=1.8 cores=0-7
/proc/15726/stat : 15726 (java) S 15724 15724 14201 0 -1 1077944320 15582 0 0 0 172 8 0 0 20 0 20 0 448174916 28911386624 23869 33554432000 4194304 4196468 140736278322528 140736278305072 140250385542903 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 20934656 140736278324202 140736278324374 140736278324374 140736278327247 0
/proc/15726/statm: 7058444 23869 3456 1 0 7019544 0
[pid=15726/tid=15727] ppid=15724 vsize=28233776 memory=0 CPUtime=0.67 cores=0-7
/proc/15726/task/15727/stat : 15727 (java) R 15724 15724 14201 0 -1 4202560 8787 0 0 0 63 4 0 0 20 0 20 0 448174916 28911386624 23869 33554432000 4194304 4196468 140736278322528 140250389777488 140250385554838 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 20934656 140736278324202 140736278324374 140736278324374 140736278327247 0
[pid=15726/tid=15728] ppid=15724 vsize=28233776 memory=140572937724800 CPUtime=0 cores=0-7
/proc/15726/task/15728/stat : 15728 (java) S 15724 15724 14201 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 448174917 28911386624 23869 33554432000 4194304 4196468 140736278322528 140250346502544 140250385553109 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20934656 140736278324202 140736278324374 140736278324374 140736278327247 0
[pid=15726/tid=15729] ppid=15724 vsize=28233776 memory=0 CPUtime=0 cores=0-7
/proc/15726/task/15729/stat : 15729 (java) S 15724 15724 14201 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 448174917 28911386624 23869 33554432000 4194304 4196468 140736278322528 140249936075024 140250385553109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20934656 140736278324202 140736278324374 140736278324374 140736278327247 0
[pid=15726/tid=15730] ppid=15724 vsize=28233776 memory=4036 CPUtime=0 cores=0-7
/proc/15726/task/15730/stat : 15730 (java) S 15724 15724 14201 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 448174917 28911386624 23869 33554432000 4194304 4196468 140736278322528 140249935022736 140250385553109 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 20934656 140736278324202 140736278324374 140736278324374 140736278327247 0

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

[pid=15726/tid=15753] ppid=15724 vsize=28768336 memory=3580 CPUtime=2419.91 cores=0-7
/proc/15726/task/15753/stat : 15753 (java) R 15724 15724 14201 0 -1 4202560 26027 0 0 0 241959 32 0 0 20 0 28 0 448175070 29458776064 611645 33554432000 4194304 4196468 140736278322528 140248484925000 140250031108094 0 4 0 16800975 0 0 0 -1 1 0 0 17 0 0 6293624 6294260 20934656 140736278324202 140736278324374 140736278324374 140736278327247 0
Current children cumulated CPU time: 19429 s
Current children cumulated vsize: 28881464 KiB
Current children cumulated memory: 2448032 KiB

[startup+2502.3 s]
/proc/loadavg: 8.24 8.18 8.23 9/219 15965
/proc/meminfo: memFree=27910156/32770624 swapFree=66998820/67108860
[pid=15724] ppid=15721 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/15724/stat : 15724 (xcsp3-exec) S 15721 15724 14201 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 448174916 115843072 363 33554432000 4194304 5098028 140731550698624 140731550696728 140159675859580 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 12668928 140731550700405 140731550700649 140731550700649 140731550703562 0
/proc/15724/statm: 28282 363 305 221 0 87 0
[pid=15726] ppid=15724 vsize=28768336 memory=2408692 CPUtime=19906.1 cores=0-7
/proc/15726/stat : 15726 (java) S 15724 15724 14201 0 -1 1077944320 661968 0 0 0 1989905 706 0 0 20 0 28 0 448174916 29458776064 602173 33554432000 4194304 4196468 140736278322528 140736278305072 140250385542903 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 20934656 140736278324202 140736278324374 140736278324374 140736278327247 0
/proc/15726/statm: 7192084 602173 3549 1 0 7153184 0
[pid=15726/tid=15727] ppid=15724 vsize=28768336 memory=2408692 CPUtime=1.45 cores=0-7
/proc/15726/task/15727/stat : 15727 (java) S 15724 15724 14201 0 -1 1077944384 9005 0 0 0 140 5 0 0 20 0 28 0 448174916 29458776064 602173 33554432000 4194304 4196468 140736278322528 140250389783680 140250385553109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20934656 140736278324202 140736278324374 140736278324374 140736278327247 0
[pid=15726/tid=15728] ppid=15724 vsize=28768336 memory=2415872 CPUtime=9.37 cores=0-7
/proc/15726/task/15728/stat : 15728 (java) S 15724 15724 14201 0 -1 1077944384 28442 0 0 0 899 38 0 0 20 0 28 0 448174917 29458776064 602173 33554432000 4194304 4196468 140736278322528 140250346502544 140250385553109 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 2 0 0 6293624 6294260 20934656 140736278324202 140736278324374 140736278324374 140736278327247 0
[pid=15726/tid=15729] ppid=15724 vsize=28768336 memory=2408692 CPUtime=9.26 cores=0-7
/proc/15726/task/15729/stat : 15729 (java) S 15724 15724 14201 0 -1 1077944384 29395 0 0 0 891 35 0 0 20 0 28 0 448174917 29458776064 602173 33554432000 4194304 4196468 140736278322528 140249936075024 140250385553109 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 2 0 0 6293624 6294260 20934656 140736278324202 140736278324374 140736278324374 140736278327247 0
[pid=15726/tid=15730] ppid=15724 vsize=28768336 memory=2409716 CPUtime=9.22 cores=0-7
/proc/15726/task/15730/stat : 15730 (java) S 15724 15724 14201 0 -1 1077944384 26723 0 0 0 887 35 0 0 20 0 28 0 448174917 29458776064 602173 33554432000 4194304 4196468 140736278322528 140249935022736 140250385553109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 4 0 0 6293624 6294260 20934656 140736278324202 140736278324374 140736278324374 140736278327247 0
[pid=15726/tid=15731] ppid=15724 vsize=28768336 memory=1452 CPUtime=9.22 cores=0-7
/proc/15726/task/15731/stat : 15731 (java) S 15724 15724 14201 0 -1 1077944384 34430 0 0 0 883 39 0 0 20 0 28 0 448174917 29458776064 602173 33554432000 4194304 4196468 140736278322528 140249933969936 140250385553109 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 3 0 0 6293624 6294260 20934656 140736278324202 140736278324374 140736278324374 140736278327247 0
[pid=15726/tid=15732] ppid=15724 vsize=28768336 memory=46588 CPUtime=9.28 cores=0-7
/proc/15726/task/15732/stat : 15732 (java) S 15724 15724 14201 0 -1 1077944384 27477 0 0 0 894 34 0 0 20 0 28 0 448174917 29458776064 602173 33554432000 4194304 4196468 140736278322528 140249932917648 140250385553109 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 2 0 0 6293624 6294260 20934656 140736278324202 140736278324374 140736278324374 140736278327247 0
[pid=15726/tid=15733] ppid=15724 vsize=28768336 memory=0 CPUtime=9.35 cores=0-7
/proc/15726/task/15733/stat : 15733 (java) S 15724 15724 14201 0 -1 1077944384 27266 0 0 0 900 35 0 0 20 0 28 0 448174917 29458776064 602173 33554432000 4194304 4196468 140736278322528 140249931864848 140250385553109 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 2 0 0 6293624 6294260 20934656 140736278324202 140736278324374 140736278324374 140736278327247 0
[pid=15726/tid=15734] ppid=15724 vsize=28768336 memory=2110923545771060 CPUtime=9.24 cores=0-7
/proc/15726/task/15734/stat : 15734 (java) S 15724 15724 14201 0 -1 1077944384 34109 0 0 0 887 37 0 0 20 0 28 0 448174917 29458776064 602173 33554432000 4194304 4196468 140736278322528 140249930812560 140250385553109 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 1 0 0 6293624 6294260 20934656 140736278324202 140736278324374 140736278324374 140736278327247 0
[pid=15726/tid=15735] ppid=15724 vsize=28768336 memory=1544 CPUtime=9.29 cores=0-7
/proc/15726/task/15735/stat : 15735 (java) S 15724 15724 14201 0 -1 1077944384 25486 0 0 0 892 37 0 0 20 0 28 0 448174917 29458776064 602173 33554432000 4194304 4196468 140736278322528 140249929759760 140250385553109 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 2 0 0 6293624 6294260 20934656 140736278324202 140736278324374 140736278324374 140736278327247 0
[pid=15726/tid=15736] ppid=15724 vsize=28768336 memory=776 CPUtime=3.21 cores=0-7
/proc/15726/task/15736/stat : 15736 (java) S 15724 15724 14201 0 -1 1077944384 118706 0 0 0 203 118 0 0 20 0 28 0 448174919 29458776064 602173 33554432000 4194304 4196468 140736278322528 140249367615600 140250385554050 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20934656 140736278324202 140736278324374 140736278324374 140736278327247 0
[pid=15726/tid=15737] ppid=15724 vsize=28768336 memory=4036 CPUtime=0 cores=0-7
/proc/15726/task/15737/stat : 15737 (java) S 15724 15724 14201 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 28 0 448174919 29458776064 602173 33554432000 4194304 4196468 140736278322528 140249366561632 140250385553109 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20934656 140736278324202 140736278324374 140736278324374 140736278327247 0
[pid=15726/tid=15738] ppid=15724 vsize=28768336 memory=2832 CPUtime=0 cores=0-7
/proc/15726/task/15738/stat : 15738 (java) S 15724 15724 14201 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 28 0 448174920 29458776064 602173 33554432000 4194304 4196468 140736278322528 140249365509248 140250385553109 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20934656 140736278324202 140736278324374 140736278324374 140736278327247 0
[pid=15726/tid=15739] ppid=15724 vsize=28768336 memory=281145876896160 CPUtime=0 cores=0-7
/proc/15726/task/15739/stat : 15739 (java) S 15724 15724 14201 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 448174922 29458776064 602173 33554432000 4194304 4196468 140736278322528 140249364457552 140250385561499 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20934656 140736278324202 140736278324374 140736278324374 140736278327247 0
[pid=15726/tid=15740] ppid=15724 vsize=28768336 memory=9198851636692691612 CPUtime=2.76 cores=0-7
/proc/15726/task/15740/stat : 15740 (java) S 15724 15724 14201 0 -1 1077944384 16037 0 0 0 273 3 0 0 20 0 28 0 448174922 29458776064 602173 33554432000 4194304 4196468 140736278322528 140249363405424 140250385554050 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20934656 140736278324202 140736278324374 140736278324374 140736278327247 0
[pid=15726/tid=15741] ppid=15724 vsize=28768336 memory=1660 CPUtime=2.91 cores=0-7
/proc/15726/task/15741/stat : 15741 (java) S 15724 15724 14201 0 -1 1077944384 16831 0 0 0 287 4 0 0 20 0 28 0 448174922 29458776064 602173 33554432000 4194304 4196468 140736278322528 140249362352624 140250385554050 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20934656 140736278324202 140736278324374 140736278324374 140736278327247 0
[pid=15726/tid=15742] ppid=15724 vsize=28768336 memory=1398722017469774279 CPUtime=3.04 cores=0-7
/proc/15726/task/15742/stat : 15742 (java) S 15724 15724 14201 0 -1 1077944384 13731 0 0 0 302 2 0 0 20 0 28 0 448174922 29458776064 602173 33554432000 4194304 4196468 140736278322528 140249361300336 140250385554050 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20934656 140736278324202 140736278324374 140736278324374 140736278327247 0
[pid=15726/tid=15743] ppid=15724 vsize=28768336 memory=281145877414560 CPUtime=0.95 cores=0-7
/proc/15726/task/15743/stat : 15743 (java) S 15724 15724 14201 0 -1 1077944384 13137 0 0 0 92 3 0 0 20 0 28 0 448174922 29458776064 602173 33554432000 4194304 4196468 140736278322528 140249360247536 140250385554050 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20934656 140736278324202 140736278324374 140736278324374 140736278327247 0
[pid=15726/tid=15744] ppid=15724 vsize=28768336 memory=140573062477440 CPUtime=0 cores=0-7
/proc/15726/task/15744/stat : 15744 (java) S 15724 15724 14201 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 448174922 29458776064 602173 33554432000 4194304 4196468 140736278322528 140249359194464 140250385553109 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20934656 140736278324202 140736278324374 140736278324374 140736278327247 0
[pid=15726/tid=15745] ppid=15724 vsize=28768336 memory=3580 CPUtime=0.93 cores=0-7
/proc/15726/task/15745/stat : 15745 (java) S 15724 15724 14201 0 -1 1077944384 6516 0 0 0 31 62 0 0 20 0 28 0 448174923 29458776064 602173 33554432000 4194304 4196468 140736278322528 140249358141744 140250385554050 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20934656 140736278324202 140736278324374 140736278324374 140736278327247 0
[pid=15726/tid=15746] ppid=15724 vsize=28768336 memory=46588 CPUtime=2481.19 cores=0-7
/proc/15726/task/15746/stat : 15746 (java) R 15724 15724 14201 0 -1 4202560 23350 0 0 0 248105 14 0 0 20 0 28 0 448175068 29458776064 602173 33554432000 4194304 4196468 140736278322528 140249348922200 140250031114892 0 4 0 16800975 0 0 0 -1 7 0 0 19 0 0 6293624 6294260 20934656 140736278324202 140736278324374 140736278324374 140736278327247 0
[pid=15726/tid=15747] ppid=15724 vsize=28768336 memory=1452 CPUtime=2476.47 cores=0-7
/proc/15726/task/15747/stat : 15747 (java) R 15724 15724 14201 0 -1 4202560 17792 0 0 0 247634 13 0 0 20 0 28 0 448175068 29458776064 602173 33554432000 4194304 4196468 140736278322528 140249345773384 140250030307560 0 4 0 16800975 0 0 0 -1 2 0 0 15 0 0 6293624 6294260 20934656 140736278324202 140736278324374 140736278324374 140736278327247 0
[pid=15726/tid=15748] ppid=15724 vsize=28768336 memory=1452 CPUtime=2472.2 cores=0-7
/proc/15726/task/15748/stat : 15748 (java) R 15724 15724 14201 0 -1 4202560 49164 0 0 0 247141 79 0 0 20 0 28 0 448175068 29458776064 602173 33554432000 4194304 4196468 140736278322528 140249344721096 140250031108040 0 4 0 16800975 0 0 0 -1 5 0 0 18 0 0 6293624 6294260 20934656 140736278324202 140736278324374 140736278324374 140736278327247 0
[pid=15726/tid=15749] ppid=15724 vsize=28768336 memory=2408692 CPUtime=2472.85 cores=0-7
/proc/15726/task/15749/stat : 15749 (java) R 15724 15724 14201 0 -1 4202560 21184 0 0 0 247259 26 0 0 20 0 28 0 448175068 29458776064 602173 33554432000 4194304 4196468 140736278322528 140249343668504 140250025935407 0 4 0 16800975 0 0 0 -1 3 0 0 12 0 0 6293624 6294260 20934656 140736278324202 140736278324374 140736278324374 140736278327247 0
[pid=15726/tid=15750] ppid=15724 vsize=28768336 memory=6791534058613427641 CPUtime=2480.19 cores=0-7
/proc/15726/task/15750/stat : 15750 (java) R 15724 15724 14201 0 -1 4202560 47821 0 0 0 247947 72 0 0 20 0 28 0 448175068 29458776064 602173 33554432000 4194304 4196468 140736278322528 140249342616376 140250030362093 0 4 0 16800975 0 0 0 -1 0 0 0 19 0 0 6293624 6294260 20934656 140736278324202 140736278324374 140736278324374 140736278327247 0
[pid=15726/tid=15751] ppid=15724 vsize=28768336 memory=2427680 CPUtime=2478.51 cores=0-7
/proc/15726/task/15751/stat : 15751 (java) R 15724 15724 14201 0 -1 4202560 28787 0 0 0 247804 47 0 0 20 0 28 0 448175068 29458776064 602173 33554432000 4194304 4196468 140736278322528 140249341563328 140250031114913 0 4 0 16800975 0 0 0 -1 6 0 0 18 0 0 6293624 6294260 20934656 140736278324202 140736278324374 140736278324374 140736278327247 0
[pid=15726/tid=15752] ppid=15724 vsize=28768336 memory=1452 CPUtime=2476.28 cores=0-7
/proc/15726/task/15752/stat : 15752 (java) R 15724 15724 14201 0 -1 4202560 18759 0 0 0 247616 12 0 0 20 0 28 0 448175068 29458776064 602173 33554432000 4194304 4196468 140736278322528 140249340509768 140250030307573 0 4 0 16800975 0 0 0 -1 4 0 0 12 0 0 6293624 6294260 20934656 140736278324202 140736278324374 140736278324374 140736278327247 0
[pid=15726/tid=15753] ppid=15724 vsize=28768336 memory=2427680 CPUtime=2478.7 cores=0-7
/proc/15726/task/15753/stat : 15753 (java) R 15724 15724 14201 0 -1 4202560 26521 0 0 0 247838 32 0 0 20 0 28 0 448175070 29458776064 602173 33554432000 4194304 4196468 140736278322528 140248484928112 140250025935443 0 4 0 16800975 0 0 0 -1 1 0 0 17 0 0 6293624 6294260 20934656 140736278324202 140736278324374 140736278324374 140736278327247 0
Current children cumulated CPU time: 19906.1 s
Current children cumulated vsize: 28881464 KiB
Current children cumulated memory: 2410144 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+2520 s]*
/proc/loadavg: 8.32 8.21 8.23 9/219 15965
/proc/meminfo: memFree=27937104/32770624 swapFree=66998820/67108860
[pid=15724] ppid=15721 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/15724/stat : 15724 (xcsp3-exec) S 15721 15724 14201 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 448174916 115843072 363 33554432000 4194304 5098028 140731550698624 140731550696728 140159675859580 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 12668928 140731550700405 140731550700649 140731550700649 140731550703562 0
/proc/15724/statm: 28282 363 305 221 0 87 0
[pid=15726] ppid=15724 vsize=28768336 memory=2381504 CPUtime=20047.1 cores=0-7
/proc/15726/stat : 15726 (java) S 15724 15724 14201 0 -1 1077944320 662786 0 0 0 2003997 710 0 0 20 0 28 0 448174916 29458776064 595376 33554432000 4194304 4196468 140736278322528 140736278305072 140250385542903 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 20934656 140736278324202 140736278324374 140736278324374 140736278327247 0
/proc/15726/statm: 7192084 595376 3549 1 0 7153184 0
[pid=15726/tid=15727] ppid=15724 vsize=28768336 memory=2120 CPUtime=1.45 cores=0-7
/proc/15726/task/15727/stat : 15727 (java) S 15724 15724 14201 0 -1 1077944384 9005 0 0 0 140 5 0 0 20 0 28 0 448174916 29458776064 595376 33554432000 4194304 4196468 140736278322528 140250389783680 140250385553109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 20934656 140736278324202 140736278324374 140736278324374 140736278327247 0
[pid=15726/tid=15728] ppid=15724 vsize=28768336 memory=496 CPUtime=9.43 cores=0-7
/proc/15726/task/15728/stat : 15728 (java) S 15724 15724 14201 0 -1 1077944384 28454 0 0 0 905 38 0 0 20 0 28 0 448174917 29458776064 595376 33554432000 4194304 4196468 140736278322528 140250346502544 140250385553109 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 2 0 0 6293624 6294260 20934656 140736278324202 140736278324374 140736278324374 140736278327247 0
[pid=15726/tid=15729] ppid=15724 vsize=28768336 memory=1398722017469774279 CPUtime=9.3 cores=0-7
/proc/15726/task/15729/stat : 15729 (java) S 15724 15724 14201 0 -1 1077944384 29429 0 0 0 895 35 0 0 20 0 28 0 448174917 29458776064 595376 33554432000 4194304 4196468 140736278322528 140249936075024 140250385553109 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 2 0 0 6293624 6294260 20934656 140736278324202 140736278324374 140736278324374 140736278327247 0
[pid=15726/tid=15730] ppid=15724 vsize=28768336 memory=1760 CPUtime=9.27 cores=0-7
/proc/15726/task/15730/stat : 15730 (java) S 15724 15724 14201 0 -1 1077944384 26753 0 0 0 892 35 0 0 20 0 28 0 448174917 29458776064 595376 33554432000 4194304 4196468 140736278322528 140249935022736 140250385553109 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 4 0 0 6293624 6294260 20934656 140736278324202 140736278324374 140736278324374 140736278327247 0
[pid=15726/tid=15731] ppid=15724 vsize=28768336 memory=111632 CPUtime=9.29 cores=0-7
/proc/15726/task/15731/stat : 15731 (java) S 15724 15724 14201 0 -1 1077944384 34484 0 0 0 890 39 0 0 20 0 28 0 448174917 29458776064 595376 33554432000 4194304 4196468 140736278322528 140249933969936 140250385553109 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 3 0 0 6293624 6294260 20934656 140736278324202 140736278324374 140736278324374 140736278327247 0
[pid=15726/tid=15732] ppid=15724 vsize=28768336 memory=800 CPUtime=9.33 cores=0-7
/proc/15726/task/15732/stat : 15732 (java) S 15724 15724 14201 0 -1 1077944384 27736 0 0 0 899 34 0 0 20 0 28 0 448174917 29458776064 595376 33554432000 4194304 4196468 140736278322528 140249932917648 140250385553109 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 2 0 0 6293624 6294260 20934656 140736278324202 140736278324374 140736278324374 140736278327247 0
[pid=15726/tid=15733] ppid=15724 vsize=28768336 memory=1808 CPUtime=9.38 cores=0-7
/proc/15726/task/15733/stat : 15733 (java) S 15724 15724 14201 0 -1 1077944384 27278 0 0 0 903 35 0 0 20 0 28 0 448174917 29458776064 595376 33554432000 4194304 4196468 140736278322528 140249931864848 140250385553109 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 2 0 0 6293624 6294260 20934656 140736278324202 140736278324374 140736278324374 140736278327247 0
[pid=15726/tid=15734] ppid=15724 vsize=28768336 memory=924 CPUtime=9.29 cores=0-7
/proc/15726/task/15734/stat : 15734 (java) S 15724 15724 14201 0 -1 1077944384 34123 0 0 0 892 37 0 0 20 0 28 0 448174917 29458776064 595376 33554432000 4194304 4196468 140736278322528 140249930812560 140250385553109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 1 0 0 6293624 6294260 20934656 140736278324202 140736278324374 140736278324374 140736278327247 0
[pid=15726/tid=15735] ppid=15724 vsize=28768336 memory=4140 CPUtime=9.35 cores=0-7
/proc/15726/task/15735/stat : 15735 (java) S 15724 15724 14201 0 -1 1077944384 25500 0 0 0 898 37 0 0 20 0 28 0 448174917 29458776064 595376 33554432000 4194304 4196468 140736278322528 140249929759760 140250385553109 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 2 0 0 6293624 6294260 20934656 140736278324202 140736278324374 140736278324374 140736278327247 0
[pid=15726/tid=15736] ppid=15724 vsize=28768336 memory=3580 CPUtime=3.24 cores=0-7
/proc/15726/task/15736/stat : 15736 (java) S 15724 15724 14201 0 -1 1077944384 118732 0 0 0 204 120 0 0 20 0 28 0 448174919 29458776064 595376 33554432000 4194304 4196468 140736278322528 140249367615600 140250385554050 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20934656 140736278324202 140736278324374 140736278324374 140736278327247 0
[pid=15726/tid=15737] ppid=15724 vsize=28768336 memory=46588 CPUtime=0 cores=0-7
/proc/15726/task/15737/stat : 15737 (java) S 15724 15724 14201 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 28 0 448174919 29458776064 595376 33554432000 4194304 4196468 140736278322528 140249366561632 140250385553109 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20934656 140736278324202 140736278324374 140736278324374 140736278327247 0
[pid=15726/tid=15738] ppid=15724 vsize=28768336 memory=988 CPUtime=0 cores=0-7
/proc/15726/task/15738/stat : 15738 (java) S 15724 15724 14201 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 28 0 448174920 29458776064 595376 33554432000 4194304 4196468 140736278322528 140249365509248 140250385553109 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20934656 140736278324202 140736278324374 140736278324374 140736278327247 0
[pid=15726/tid=15739] ppid=15724 vsize=28768336 memory=2020 CPUtime=0 cores=0-7
/proc/15726/task/15739/stat : 15739 (java) S 15724 15724 14201 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 448174922 29458776064 595376 33554432000 4194304 4196468 140736278322528 140249364457552 140250385561499 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20934656 140736278324202 140736278324374 140736278324374 140736278327247 0
[pid=15726/tid=15740] ppid=15724 vsize=28768336 memory=1452 CPUtime=2.76 cores=0-7
/proc/15726/task/15740/stat : 15740 (java) S 15724 15724 14201 0 -1 1077944384 16037 0 0 0 273 3 0 0 20 0 28 0 448174922 29458776064 595376 33554432000 4194304 4196468 140736278322528 140249363405424 140250385554050 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20934656 140736278324202 140736278324374 140736278324374 140736278327247 0
[pid=15726/tid=15741] ppid=15724 vsize=28768336 memory=2382528 CPUtime=2.91 cores=0-7
/proc/15726/task/15741/stat : 15741 (java) S 15724 15724 14201 0 -1 1077944384 16831 0 0 0 287 4 0 0 20 0 28 0 448174922 29458776064 595376 33554432000 4194304 4196468 140736278322528 140249362352624 140250385554050 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20934656 140736278324202 140736278324374 140736278324374 140736278327247 0
[pid=15726/tid=15742] ppid=15724 vsize=28768336 memory=2387656 CPUtime=3.04 cores=0-7
/proc/15726/task/15742/stat : 15742 (java) S 15724 15724 14201 0 -1 1077944384 13731 0 0 0 302 2 0 0 20 0 28 0 448174922 29458776064 595376 33554432000 4194304 4196468 140736278322528 140249361300336 140250385554050 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20934656 140736278324202 140736278324374 140736278324374 140736278327247 0
[pid=15726/tid=15743] ppid=15724 vsize=28768336 memory=9396 CPUtime=0.95 cores=0-7
/proc/15726/task/15743/stat : 15743 (java) S 15724 15724 14201 0 -1 1077944384 13137 0 0 0 92 3 0 0 20 0 28 0 448174922 29458776064 595376 33554432000 4194304 4196468 140736278322528 140249360247536 140250385554050 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20934656 140736278324202 140736278324374 140736278324374 140736278327247 0
[pid=15726/tid=15744] ppid=15724 vsize=28768336 memory=656 CPUtime=0 cores=0-7
/proc/15726/task/15744/stat : 15744 (java) S 15724 15724 14201 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 448174922 29458776064 595376 33554432000 4194304 4196468 140736278322528 140249359194464 140250385553109 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20934656 140736278324202 140736278324374 140736278324374 140736278327247 0
[pid=15726/tid=15745] ppid=15724 vsize=28768336 memory=4036 CPUtime=0.94 cores=0-7
/proc/15726/task/15745/stat : 15745 (java) S 15724 15724 14201 0 -1 1077944384 6518 0 0 0 31 63 0 0 20 0 28 0 448174923 29458776064 595376 33554432000 4194304 4196468 140736278322528 140249358141744 140250385554050 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20934656 140736278324202 140736278324374 140736278324374 140736278327247 0
[pid=15726/tid=15746] ppid=15724 vsize=28768336 memory=6791534058613427641 CPUtime=2498.78 cores=0-7
/proc/15726/task/15746/stat : 15746 (java) R 15724 15724 14201 0 -1 4202560 23360 0 0 0 249864 14 0 0 20 0 28 0 448175068 29458776064 595376 33554432000 4194304 4196468 140736278322528 140249348925824 140250030913562 0 4 0 16800975 0 0 0 -1 3 0 0 19 0 0 6293624 6294260 20934656 140736278324202 140736278324374 140736278324374 140736278327247 0
[pid=15726/tid=15747] ppid=15724 vsize=28768336 memory=1412 CPUtime=2494.08 cores=0-7
/proc/15726/task/15747/stat : 15747 (java) R 15724 15724 14201 0 -1 4202560 17816 0 0 0 249395 13 0 0 20 0 28 0 448175068 29458776064 595376 33554432000 4194304 4196468 140736278322528 140249345773352 140250030817835 0 4 0 16800975 0 0 0 -1 6 0 0 15 0 0 6293624 6294260 20934656 140736278324202 140736278324374 140736278324374 140736278327247 0
[pid=15726/tid=15748] ppid=15724 vsize=28768336 memory=3848 CPUtime=2489.61 cores=0-7
/proc/15726/task/15748/stat : 15748 (java) R 15724 15724 14201 0 -1 4202560 49195 0 0 0 248882 79 0 0 20 0 28 0 448175068 29458776064 595376 33554432000 4194304 4196468 140736278322528 140249344721064 140250023088140 0 4 0 16800975 0 0 0 -1 0 0 0 18 0 0 6293624 6294260 20934656 140736278324202 140736278324374 140736278324374 140736278327247 0
[pid=15726/tid=15749] ppid=15724 vsize=28768336 memory=1452 CPUtime=2490.46 cores=0-7
/proc/15726/task/15749/stat : 15749 (java) R 15724 15724 14201 0 -1 4202560 21204 0 0 0 249020 26 0 0 20 0 28 0 448175068 29458776064 595376 33554432000 4194304 4196468 140736278322528 140249343671224 140250030360795 0 4 0 16800975 0 0 0 -1 5 0 0 12 0 0 6293624 6294260 20934656 140736278324202 140736278324374 140736278324374 140736278327247 0
[pid=15726/tid=15750] ppid=15724 vsize=28768336 memory=2386120 CPUtime=2497.81 cores=0-7
/proc/15726/task/15750/stat : 15750 (java) R 15724 15724 14201 0 -1 4202560 47929 0 0 0 249709 72 0 0 20 0 28 0 448175068 29458776064 595376 33554432000 4194304 4196468 140736278322528 140249342616080 140250032760755 0 4 0 16800975 0 0 0 -1 1 0 0 19 0 0 6293624 6294260 20934656 140736278324202 140736278324374 140736278324374 140736278327247 0
[pid=15726/tid=15751] ppid=15724 vsize=28768336 memory=1660 CPUtime=2496.03 cores=0-7
/proc/15726/task/15751/stat : 15751 (java) R 15724 15724 14201 0 -1 4202560 28894 0 0 0 249555 48 0 0 20 0 28 0 448175068 29458776064 595376 33554432000 4194304 4196468 140736278322528 140249341563176 140250030361300 0 4 0 16800975 0 0 0 -1 2 0 0 18 0 0 6293624 6294260 20934656 140736278324202 140736278324374 140736278324374 140736278327247 0
[pid=15726/tid=15752] ppid=15724 vsize=28768336 memory=776 CPUtime=2493.9 cores=0-7
/proc/15726/task/15752/stat : 15752 (java) R 15724 15724 14201 0 -1 4202560 18772 0 0 0 249378 12 0 0 20 0 28 0 448175068 29458776064 595376 33554432000 4194304 4196468 140736278322528 140249340509704 140250030362158 0 4 0 16800975 0 0 0 -1 4 0 0 12 0 0 6293624 6294260 20934656 140736278324202 140736278324374 140736278324374 140736278327247 0
[pid=15726/tid=15753] ppid=15724 vsize=28768336 memory=1056 CPUtime=2496.24 cores=0-7
/proc/15726/task/15753/stat : 15753 (java) R 15724 15724 14201 0 -1 4202560 26569 0 0 0 249591 33 0 0 20 0 28 0 448175070 29458776064 595376 33554432000 4194304 4196468 140736278322528 140248484924872 140250030797352 0 4 0 16800975 0 0 0 -1 7 0 0 17 0 0 6293624 6294260 20934656 140736278324202 140736278324374 140736278324374 140736278327247 0
Current children cumulated CPU time: 20047.1 s
Current children cumulated vsize: 28881464 KiB
Current children cumulated memory: 2382956 KiB

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

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

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

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 20040.6
system time used= 7.12009
maximum resident set size= 2558924
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 663495
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3392
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 185570
involuntary context switches= 230739


# summary of solver processes directly reported to runsolver:
#   pid: 15724,15726
#   total CPU time (s): 20047.7
#   total CPU user time (s): 20040.6
#   total CPU system time (s): 7.12009

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 21.7785 second user time and 29.9704 second system time

The end

Launcher Data

Begin job on node123 at 2019-09-17 13:17:41
IDJOB=4399615
IDBENCH=141743
IDSOLVER=2854
FILE ID=node123/4399615-1568719101
RUNJOBID= node123-1568711648-14228
PBS_JOBID= 21703936
Free space on /tmp= 59184 MiB

SOLVER NAME= choco-solver 2019-09-16 parallel
BENCH NAME= XCSP19/ConsecutiveSquarePacking/ConsecutiveSquarePacking-sp-29-093.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-4399615-1568719101/watcher-4399615-1568719101 -o /tmp/evaluation-result-4399615-1568719101/solver-4399615-1568719101 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node123-1568711648-14228 --watchdog 2580  xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 1941774917 HOME/instance-4399615-1568719101.xml

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

MD5SUM BENCH= bf633c2727f59b2e783fa7e248dd5fc9
RANDOM SEED=1941774917

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        30316080 kB
MemAvailable:   31894036 kB
Buffers:          132284 kB
Cached:          1744132 kB
SwapCached:         7680 kB
Active:          1233852 kB
Inactive:         655088 kB
Active(anon):      12008 kB
Inactive(anon):    48956 kB
Active(file):    1221844 kB
Inactive(file):   606132 kB
Unevictable:      107404 kB
Mlocked:          107404 kB
SwapTotal:      67108860 kB
SwapFree:       66998816 kB
Dirty:             26188 kB
Writeback:            24 kB
AnonPages:        112848 kB
Mapped:            47704 kB
Shmem:             39860 kB
Slab:             161168 kB
SReclaimable:     131628 kB
SUnreclaim:        29540 kB
KernelStack:        3376 kB
PageTables:         5536 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     505884 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     67584 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      105856 kB
DirectMap2M:    33439744 kB

Free space on /tmp at the end= 59160 MiB
End job on node123 at 2019-09-17 13:59:42