Trace number 4406863

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
choco-solver 2019-09-24 parallel? (TO) 20046.8 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-4406863-1569366093.xml"  -tl '20160s' -p 8
0.12/0.18	c Choco e747e1e
0.12/0.18	c [HOME/instance-4406863-1569366093.xml, -tl, 20160s, -p, 8]
0.33/0.22	c 8 solvers in parallel
0.33/0.28	c parse instance...
4.85/1.48	c solve instance...
20046.13/2520.07	s UNKNOWN
20046.13/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 (13366 MiB free)
  memory of node 1: 16384 MiB (11716 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4406863-1569366093/watcher-4406863-1569366093 -o /var/tmp/evaluation-result-4406863-1569366093/solver-4406863-1569366093 -C 20160 -W 2520 -M 31000 --bin-var /var/tmp/runsolver-exch-node119-1569357949-5907 --watchdog 2580 xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 1872127759 HOME/instance-4406863-1569366093.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
Current StackSize limit: 8192 KiB

Starting watchdog thread
solver pid=16904, runsolver pid=16901

[startup+0.100153 s]*
/proc/loadavg: 7.96 8.22 8.02 3/212 16925
/proc/meminfo: memFree=25668044/32770624 swapFree=66953500/67108860
[pid=16904] ppid=16901 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/16904/stat : 16904 (xcsp3-exec) S 16901 16904 5880 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 512524052 115843072 363 33554432000 4194304 5098028 140736658966064 140736658964168 140682326987388 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 35119104 140736658969425 140736658969685 140736658969685 140736658972614 0
/proc/16904/statm: 28282 363 304 221 0 87 0
[pid=16906] ppid=16904 vsize=28227396 memory=28976 CPUtime=0.12 cores=0-7
/proc/16906/stat : 16906 (java) S 16904 16904 5880 0 -1 1077944320 5712 0 0 0 11 1 0 0 20 0 20 0 512524053 28904853504 7244 33554432000 4194304 4196468 140724845783376 140724845765920 140718117965559 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 30830592 140724845786070 140724845786246 140724845786246 140724845789135 0
/proc/16906/statm: 7056849 7244 3123 1 0 7019032 0
[pid=16906/tid=16907] ppid=16904 vsize=28227396 memory=1398722017469774279 CPUtime=0.09 cores=0-7
/proc/16906/task/16907/stat : 16907 (java) R 16904 16904 5880 0 -1 4202560 3631 0 0 0 8 1 0 0 20 0 20 0 512524053 28904853504 7244 33554432000 4194304 4196468 140724845783376 140718122201984 140718117977494 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 30830592 140724845786070 140724845786246 140724845786246 140724845789135 0
[pid=16906/tid=16908] ppid=16904 vsize=28227396 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/16906/task/16908/stat : 16908 (java) S 16904 16904 5880 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512524054 28904853504 7244 33554432000 4194304 4196468 140724845783376 140718037818256 140718117975765 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30830592 140724845786070 140724845786246 140724845786246 140724845789135 0
[pid=16906/tid=16909] ppid=16904 vsize=28227396 memory=140154902288000 CPUtime=0 cores=0-7
/proc/16906/task/16909/stat : 16909 (java) S 16904 16904 5880 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512524054 28904853504 7244 33554432000 4194304 4196468 140724845783376 140718036765456 140718117975765 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30830592 140724845786070 140724845786246 140724845786246 140724845789135 0
[pid=16906/tid=16910] ppid=16904 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/16906/task/16910/stat : 16910 (java) S 16904 16904 5880 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 512524054 28904853504 7244 33554432000 4194304 4196468 140724845783376 140718035713168 140718117975765 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30830592 140724845786070 140724845786246 140724845786246 140724845789135 0
[pid=16906/tid=16911] ppid=16904 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/16906/task/16911/stat : 16911 (java) S 16904 16904 5880 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 512524054 28904853504 7244 33554432000 4194304 4196468 140724845783376 140718034660368 140718117975765 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30830592 140724845786070 140724845786246 140724845786246 140724845789135 0
[pid=16906/tid=16912] ppid=16904 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/16906/task/16912/stat : 16912 (java) S 16904 16904 5880 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 512524054 28904853504 7244 33554432000 4194304 4196468 140724845783376 140718033607056 140718117975765 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30830592 140724845786070 140724845786246 140724845786246 140724845789135 0
[pid=16906/tid=16913] ppid=16904 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/16906/task/16913/stat : 16913 (java) S 16904 16904 5880 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 512524054 28904853504 7244 33554432000 4194304 4196468 140724845783376 140718032554256 140718117975765 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30830592 140724845786070 140724845786246 140724845786246 140724845789135 0
[pid=16906/tid=16914] ppid=16904 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/16906/task/16914/stat : 16914 (java) S 16904 16904 5880 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 512524054 28904853504 7244 33554432000 4194304 4196468 140724845783376 140718031501968 140718117975765 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30830592 140724845786070 140724845786246 140724845786246 140724845789135 0
[pid=16906/tid=16915] ppid=16904 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/16906/task/16915/stat : 16915 (java) S 16904 16904 5880 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512524054 28904853504 7244 33554432000 4194304 4196468 140724845783376 140718030449168 140718117975765 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30830592 140724845786070 140724845786246 140724845786246 140724845789135 0
[pid=16906/tid=16916] ppid=16904 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/16906/task/16916/stat : 16916 (java) S 16904 16904 5880 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 512524055 28904853504 7244 33554432000 4194304 4196468 140724845783376 140717167057520 140718117976706 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30830592 140724845786070 140724845786246 140724845786246 140724845789135 0
[pid=16906/tid=16917] ppid=16904 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/16906/task/16917/stat : 16917 (java) S 16904 16904 5880 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 512524056 28904853504 7244 33554432000 4194304 4196468 140724845783376 140717166003488 140718117975765 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30830592 140724845786070 140724845786246 140724845786246 140724845789135 0
[pid=16906/tid=16918] ppid=16904 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/16906/task/16918/stat : 16918 (java) S 16904 16904 5880 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 512524056 28904853504 7244 33554432000 4194304 4196468 140724845783376 140717164951152 140718117975765 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30830592 140724845786070 140724845786246 140724845786246 140724845789135 0
[pid=16906/tid=16919] ppid=16904 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/16906/task/16919/stat : 16919 (java) S 16904 16904 5880 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512524058 28904853504 7244 33554432000 4194304 4196468 140724845783376 140717163899472 140718117984155 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30830592 140724845786070 140724845786246 140724845786246 140724845789135 0
[pid=16906/tid=16920] ppid=16904 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/16906/task/16920/stat : 16920 (java) S 16904 16904 5880 0 -1 1077944384 294 0 0 0 0 0 0 0 20 0 20 0 512524058 28904853504 7244 33554432000 4194304 4196468 140724845783376 140717162846320 140718117976706 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30830592 140724845786070 140724845786246 140724845786246 140724845789135 0
[pid=16906/tid=16921] ppid=16904 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/16906/task/16921/stat : 16921 (java) R 16904 16904 5880 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512524058 28904853504 7244 33554432000 4194304 4196468 140724845783376 140717161793520 140718117976706 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 30830592 140724845786070 140724845786246 140724845786246 140724845789135 0
[pid=16906/tid=16922] ppid=16904 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/16906/task/16922/stat : 16922 (java) S 16904 16904 5880 0 -1 1077944384 121 0 0 0 0 0 0 0 20 0 20 0 512524058 28904853504 7244 33554432000 4194304 4196468 140724845783376 140717160741232 140718117976706 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30830592 140724845786070 140724845786246 140724845786246 140724845789135 0
[pid=16906/tid=16923] ppid=16904 vsize=28227396 memory=0 CPUtime=0.02 cores=0-7
/proc/16906/task/16923/stat : 16923 (java) S 16904 16904 5880 0 -1 1077944384 354 0 0 0 2 0 0 0 20 0 20 0 512524058 28904853504 7244 33554432000 4194304 4196468 140724845783376 140717159688432 140718117976706 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30830592 140724845786070 140724845786246 140724845786246 140724845789135 0
[pid=16906/tid=16924] ppid=16904 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/16906/task/16924/stat : 16924 (java) S 16904 16904 5880 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 512524059 28904853504 7244 33554432000 4194304 4196468 140724845783376 140717158636384 140718117975765 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30830592 140724845786070 140724845786246 140724845786246 140724845789135 0
[pid=16906/tid=16925] ppid=16904 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/16906/task/16925/stat : 16925 (java) S 16904 16904 5880 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512524059 28904853504 7244 33554432000 4194304 4196468 140724845783376 140717157583664 140718117976706 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30830592 140724845786070 140724845786246 140724845786246 140724845789135 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 30428 KiB

[startup+0.210813 s]*
/proc/loadavg: 7.96 8.22 8.02 3/212 16925
/proc/meminfo: memFree=25655192/32770624 swapFree=66953500/67108860
[pid=16904] ppid=16901 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/16904/stat : 16904 (xcsp3-exec) S 16901 16904 5880 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 512524052 115843072 363 33554432000 4194304 5098028 140736658966064 140736658964168 140682326987388 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 35119104 140736658969425 140736658969685 140736658969685 140736658972614 0
/proc/16904/statm: 28282 363 304 221 0 87 0
[pid=16906] ppid=16904 vsize=28227396 memory=41124 CPUtime=0.33 cores=0-7
/proc/16906/stat : 16906 (java) S 16904 16904 5880 0 -1 1077944320 9547 0 0 0 30 3 0 0 20 0 20 0 512524053 28904853504 10281 33554432000 4194304 4196468 140724845783376 140724845765920 140718117965559 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 30830592 140724845786070 140724845786246 140724845786246 140724845789135 0
/proc/16906/statm: 7056849 10281 3301 1 0 7019032 0
[pid=16906/tid=16907] ppid=16904 vsize=28227396 memory=8318255677412212789 CPUtime=0.19 cores=0-7
/proc/16906/task/16907/stat : 16907 (java) R 16904 16904 5880 0 -1 4202560 6642 0 0 0 17 2 0 0 20 0 20 0 512524053 28904853504 10281 33554432000 4194304 4196468 140724845783376 140718122197472 140718117977494 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 30830592 140724845786070 140724845786246 140724845786246 140724845789135 0
[pid=16906/tid=16908] ppid=16904 vsize=28227396 memory=342 CPUtime=0 cores=0-7
/proc/16906/task/16908/stat : 16908 (java) S 16904 16904 5880 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512524054 28904853504 10281 33554432000 4194304 4196468 140724845783376 140718037818256 140718117975765 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30830592 140724845786070 140724845786246 140724845786246 140724845789135 0
[pid=16906/tid=16909] ppid=16904 vsize=28227396 memory=140154906134082 CPUtime=0 cores=0-7
/proc/16906/task/16909/stat : 16909 (java) S 16904 16904 5880 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512524054 28904853504 10281 33554432000 4194304 4196468 140724845783376 140718036765456 140718117975765 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30830592 140724845786070 140724845786246 140724845786246 140724845789135 0
[pid=16906/tid=16910] ppid=16904 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/16906/task/16910/stat : 16910 (java) S 16904 16904 5880 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 512524054 28904853504 10281 33554432000 4194304 4196468 140724845783376 140718035713168 140718117975765 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30830592 140724845786070 140724845786246 140724845786246 140724845789135 0
[pid=16906/tid=16911] ppid=16904 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/16906/task/16911/stat : 16911 (java) S 16904 16904 5880 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 512524054 28904853504 10281 33554432000 4194304 4196468 140724845783376 140718034660368 140718117975765 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30830592 140724845786070 140724845786246 140724845786246 140724845789135 0
[pid=16906/tid=16912] ppid=16904 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/16906/task/16912/stat : 16912 (java) S 16904 16904 5880 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 512524054 28904853504 10281 33554432000 4194304 4196468 140724845783376 140718033607056 140718117975765 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30830592 140724845786070 140724845786246 140724845786246 140724845789135 0
[pid=16906/tid=16913] ppid=16904 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/16906/task/16913/stat : 16913 (java) S 16904 16904 5880 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 512524054 28904853504 10281 33554432000 4194304 4196468 140724845783376 140718032554256 140718117975765 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30830592 140724845786070 140724845786246 140724845786246 140724845789135 0
[pid=16906/tid=16914] ppid=16904 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/16906/task/16914/stat : 16914 (java) S 16904 16904 5880 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 512524054 28904853504 10281 33554432000 4194304 4196468 140724845783376 140718031501968 140718117975765 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30830592 140724845786070 140724845786246 140724845786246 140724845789135 0
[pid=16906/tid=16915] ppid=16904 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/16906/task/16915/stat : 16915 (java) S 16904 16904 5880 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512524054 28904853504 10281 33554432000 4194304 4196468 140724845783376 140718030449168 140718117975765 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30830592 140724845786070 140724845786246 140724845786246 140724845789135 0
[pid=16906/tid=16916] ppid=16904 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/16906/task/16916/stat : 16916 (java) S 16904 16904 5880 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 512524055 28904853504 10281 33554432000 4194304 4196468 140724845783376 140717167057520 140718117976706 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30830592 140724845786070 140724845786246 140724845786246 140724845789135 0
[pid=16906/tid=16917] ppid=16904 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/16906/task/16917/stat : 16917 (java) S 16904 16904 5880 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 512524056 28904853504 10281 33554432000 4194304 4196468 140724845783376 140717166003488 140718117975765 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30830592 140724845786070 140724845786246 140724845786246 140724845789135 0
[pid=16906/tid=16918] ppid=16904 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/16906/task/16918/stat : 16918 (java) S 16904 16904 5880 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 512524056 28904853504 10281 33554432000 4194304 4196468 140724845783376 140717164951152 140718117975765 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30830592 140724845786070 140724845786246 140724845786246 140724845789135 0
[pid=16906/tid=16919] ppid=16904 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/16906/task/16919/stat : 16919 (java) S 16904 16904 5880 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512524058 28904853504 10281 33554432000 4194304 4196468 140724845783376 140717163899472 140718117984155 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30830592 140724845786070 140724845786246 140724845786246 140724845789135 0
[pid=16906/tid=16920] ppid=16904 vsize=28227396 memory=0 CPUtime=0.01 cores=0-7
/proc/16906/task/16920/stat : 16920 (java) S 16904 16904 5880 0 -1 1077944384 419 0 0 0 1 0 0 0 20 0 20 0 512524058 28904853504 10281 33554432000 4194304 4196468 140724845783376 140717162846320 140718117976706 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30830592 140724845786070 140724845786246 140724845786246 140724845789135 0
[pid=16906/tid=16921] ppid=16904 vsize=28227396 memory=0 CPUtime=0.01 cores=0-7
/proc/16906/task/16921/stat : 16921 (java) S 16904 16904 5880 0 -1 1077944384 243 0 0 0 1 0 0 0 20 0 20 0 512524058 28904853504 10281 33554432000 4194304 4196468 140724845783376 140717161793520 140718117976706 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30830592 140724845786070 140724845786246 140724845786246 140724845789135 0
[pid=16906/tid=16922] ppid=16904 vsize=28227396 memory=-1 CPUtime=0.01 cores=0-7
/proc/16906/task/16922/stat : 16922 (java) S 16904 16904 5880 0 -1 1077944384 160 0 0 0 1 0 0 0 20 0 20 0 512524058 28904853504 10281 33554432000 4194304 4196468 140724845783376 140717160741232 140718117976706 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30830592 140724845786070 140724845786246 140724845786246 140724845789135 0
[pid=16906/tid=16923] ppid=16904 vsize=28227396 memory=-1 CPUtime=0.08 cores=0-7
/proc/16906/task/16923/stat : 16923 (java) R 16904 16904 5880 0 -1 4202560 769 0 0 0 8 0 0 0 20 0 20 0 512524058 28904853504 10281 33554432000 4194304 4196468 140724845783376 140717159688432 140718110202686 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 30830592 140724845786070 140724845786246 140724845786246 140724845789135 0
[pid=16906/tid=16924] ppid=16904 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/16906/task/16924/stat : 16924 (java) S 16904 16904 5880 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 512524059 28904853504 10281 33554432000 4194304 4196468 140724845783376 140717158636384 140718117975765 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30830592 140724845786070 140724845786246 140724845786246 140724845789135 0
[pid=16906/tid=16925] ppid=16904 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/16906/task/16925/stat : 16925 (java) S 16904 16904 5880 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512524059 28904853504 10281 33554432000 4194304 4196468 140724845783376 140717157583664 140718117976706 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30830592 140724845786070 140724845786246 140724845786246 140724845789135 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 42576 KiB

[startup+0.310517 s]*
/proc/loadavg: 7.96 8.22 8.02 3/212 16925
/proc/meminfo: memFree=25647684/32770624 swapFree=66953500/67108860
[pid=16904] ppid=16901 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/16904/stat : 16904 (xcsp3-exec) S 16901 16904 5880 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 512524052 115843072 363 33554432000 4194304 5098028 140736658966064 140736658964168 140682326987388 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 35119104 140736658969425 140736658969685 140736658969685 140736658972614 0
/proc/16904/statm: 28282 363 304 221 0 87 0
[pid=16906] ppid=16904 vsize=28231652 memory=49860 CPUtime=0.53 cores=0-7
/proc/16906/stat : 16906 (java) S 16904 16904 5880 0 -1 1077944320 10895 0 0 0 48 5 0 0 20 0 20 0 512524053 28909211648 12465 33554432000 4194304 4196468 140724845783376 140724845765920 140718117965559 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 30830592 140724845786070 140724845786246 140724845786246 140724845789135 0
/proc/16906/statm: 7057913 12465 3346 1 0 7019032 0
[pid=16906/tid=16907] ppid=16904 vsize=28231652 memory=1398722017469774279 CPUtime=0.3 cores=0-7
/proc/16906/task/16907/stat : 16907 (java) R 16904 16904 5880 0 -1 4202560 7808 0 0 0 27 3 0 0 20 0 20 0 512524053 28909211648 12465 33554432000 4194304 4196468 140724845783376 140718122199344 140718117987485 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 30830592 140724845786070 140724845786246 140724845786246 140724845789135 0
[pid=16906/tid=16908] ppid=16904 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/16906/task/16908/stat : 16908 (java) S 16904 16904 5880 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512524054 28909211648 12465 33554432000 4194304 4196468 140724845783376 140718037818256 140718117975765 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30830592 140724845786070 140724845786246 140724845786246 140724845789135 0
[pid=16906/tid=16909] ppid=16904 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/16906/task/16909/stat : 16909 (java) S 16904 16904 5880 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512524054 28909211648 12465 33554432000 4194304 4196468 140724845783376 140718036765456 140718117975765 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30830592 140724845786070 140724845786246 140724845786246 140724845789135 0
[pid=16906/tid=16910] ppid=16904 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/16906/task/16910/stat : 16910 (java) S 16904 16904 5880 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 512524054 28909211648 12465 33554432000 4194304 4196468 140724845783376 140718035713168 140718117975765 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30830592 140724845786070 140724845786246 140724845786246 140724845789135 0
[pid=16906/tid=16911] ppid=16904 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/16906/task/16911/stat : 16911 (java) S 16904 16904 5880 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 512524054 28909211648 12465 33554432000 4194304 4196468 140724845783376 140718034660368 140718117975765 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30830592 140724845786070 140724845786246 140724845786246 140724845789135 0
[pid=16906/tid=16912] ppid=16904 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/16906/task/16912/stat : 16912 (java) S 16904 16904 5880 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 512524054 28909211648 12465 33554432000 4194304 4196468 140724845783376 140718033607056 140718117975765 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30830592 140724845786070 140724845786246 140724845786246 140724845789135 0
[pid=16906/tid=16913] ppid=16904 vsize=28231652 memory=140154782182063 CPUtime=0 cores=0-7
/proc/16906/task/16913/stat : 16913 (java) S 16904 16904 5880 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 512524054 28909211648 12465 33554432000 4194304 4196468 140724845783376 140718032554256 140718117975765 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30830592 140724845786070 140724845786246 140724845786246 140724845789135 0
[pid=16906/tid=16914] ppid=16904 vsize=28231652 memory=140154782184368 CPUtime=0 cores=0-7
/proc/16906/task/16914/stat : 16914 (java) S 16904 16904 5880 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 512524054 28909211648 12465 33554432000 4194304 4196468 140724845783376 140718031501968 140718117975765 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30830592 140724845786070 140724845786246 140724845786246 140724845789135 0
[pid=16906/tid=16915] ppid=16904 vsize=28231652 memory=140154782186672 CPUtime=0 cores=0-7
/proc/16906/task/16915/stat : 16915 (java) S 16904 16904 5880 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512524054 28909211648 12465 33554432000 4194304 4196468 140724845783376 140718030449168 140718117975765 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30830592 140724845786070 140724845786246 140724845786246 140724845789135 0
[pid=16906/tid=16916] ppid=16904 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/16906/task/16916/stat : 16916 (java) S 16904 16904 5880 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 512524055 28909211648 12465 33554432000 4194304 4196468 140724845783376 140717167057520 140718117976706 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30830592 140724845786070 140724845786246 140724845786246 140724845789135 0
[pid=16906/tid=16917] ppid=16904 vsize=28231652 memory=280309564387216 CPUtime=0 cores=0-7
/proc/16906/task/16917/stat : 16917 (java) S 16904 16904 5880 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 512524056 28909211648 12465 33554432000 4194304 4196468 140724845783376 140717166003488 140718117975765 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30830592 140724845786070 140724845786246 140724845786246 140724845789135 0
[pid=16906/tid=16918] ppid=16904 vsize=28231652 memory=280309564384912 CPUtime=0 cores=0-7
/proc/16906/task/16918/stat : 16918 (java) S 16904 16904 5880 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 512524056 28909211648 12465 33554432000 4194304 4196468 140724845783376 140717164951152 140718117975765 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30830592 140724845786070 140724845786246 140724845786246 140724845789135 0
[pid=16906/tid=16919] ppid=16904 vsize=28231652 memory=280309564391824 CPUtime=0 cores=0-7
/proc/16906/task/16919/stat : 16919 (java) S 16904 16904 5880 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512524058 28909211648 12465 33554432000 4194304 4196468 140724845783376 140717163899472 140718117984155 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30830592 140724845786070 140724845786246 140724845786246 140724845789135 0
[pid=16906/tid=16920] ppid=16904 vsize=28231652 memory=280309564333104 CPUtime=0.02 cores=0-7
/proc/16906/task/16920/stat : 16920 (java) S 16904 16904 5880 0 -1 1077944384 427 0 0 0 2 0 0 0 20 0 20 0 512524058 28909211648 12465 33554432000 4194304 4196468 140724845783376 140717162846320 140718117976706 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30830592 140724845786070 140724845786246 140724845786246 140724845789135 0
[pid=16906/tid=16921] ppid=16904 vsize=28231652 memory=280309564405648 CPUtime=0.02 cores=0-7
/proc/16906/task/16921/stat : 16921 (java) S 16904 16904 5880 0 -1 1077944384 256 0 0 0 2 0 0 0 20 0 20 0 512524058 28909211648 12465 33554432000 4194304 4196468 140724845783376 140717161793520 140718117976706 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30830592 140724845786070 140724845786246 140724845786246 140724845789135 0
[pid=16906/tid=16922] ppid=16904 vsize=28231652 memory=280309564412560 CPUtime=0.03 cores=0-7
/proc/16906/task/16922/stat : 16922 (java) R 16904 16904 5880 0 -1 4202560 257 0 0 0 3 0 0 0 20 0 20 0 512524058 28909211648 12465 33554432000 4194304 4196468 140724845783376 140717160741232 140718103091670 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 30830592 140724845786070 140724845786246 140724845786246 140724845789135 0
[pid=16906/tid=16923] ppid=16904 vsize=28231652 memory=280309564410256 CPUtime=0.12 cores=0-7
/proc/16906/task/16923/stat : 16923 (java) S 16904 16904 5880 0 -1 1077944384 845 0 0 0 12 0 0 0 20 0 20 0 512524058 28909211648 12465 33554432000 4194304 4196468 140724845783376 140717159688432 140718117976706 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30830592 140724845786070 140724845786246 140724845786246 140724845789135 0
[pid=16906/tid=16924] ppid=16904 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/16906/task/16924/stat : 16924 (java) S 16904 16904 5880 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 512524059 28909211648 12465 33554432000 4194304 4196468 140724845783376 140717158636384 140718117975765 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30830592 140724845786070 140724845786246 140724845786246 140724845789135 0
[pid=16906/tid=16925] ppid=16904 vsize=28231652 memory=-1 CPUtime=0 cores=0-7
/proc/16906/task/16925/stat : 16925 (java) S 16904 16904 5880 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512524059 28909211648 12465 33554432000 4194304 4196468 140724845783376 140717157583664 140718117976706 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30830592 140724845786070 140724845786246 140724845786246 140724845789135 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 28344780 KiB
Current children cumulated memory: 51312 KiB

[startup+0.701053 s]
/proc/loadavg: 7.96 8.22 8.02 6/212 16925
/proc/meminfo: memFree=25629448/32770624 swapFree=66953500/67108860
[pid=16904] ppid=16901 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/16904/stat : 16904 (xcsp3-exec) S 16901 16904 5880 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 512524052 115843072 363 33554432000 4194304 5098028 140736658966064 140736658964168 140682326987388 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 35119104 140736658969425 140736658969685 140736658969685 140736658972614 0
/proc/16904/statm: 28282 363 304 221 0 87 0
[pid=16906] ppid=16904 vsize=28233776 memory=96348 CPUtime=1.8 cores=0-7
/proc/16906/stat : 16906 (java) S 16904 16904 5880 0 -1 1077944320 16238 0 0 0 173 7 0 0 20 0 20 0 512524053 28911386624 24087 33554432000 4194304 4196468 140724845783376 140724845765920 140718117965559 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 30830592 140724845786070 140724845786246 140724845786246 140724845789135 0
/proc/16906/statm: 7058444 24087 3455 1 0 7019544 0
[pid=16906/tid=16907] ppid=16904 vsize=28233776 memory=0 CPUtime=0.67 cores=0-7
/proc/16906/task/16907/stat : 16907 (java) R 16904 16904 5880 0 -1 4202560 9266 0 0 0 63 4 0 0 20 0 20 0 512524053 28911386624 24087 33554432000 4194304 4196468 140724845783376 140718122199120 140717712446805 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 30830592 140724845786070 140724845786246 140724845786246 140724845789135 0
[pid=16906/tid=16908] ppid=16904 vsize=28233776 memory=140154782393200 CPUtime=0 cores=0-7
/proc/16906/task/16908/stat : 16908 (java) S 16904 16904 5880 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512524054 28911386624 24087 33554432000 4194304 4196468 140724845783376 140718037818256 140718117975765 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30830592 140724845786070 140724845786246 140724845786246 140724845789135 0
[pid=16906/tid=16909] ppid=16904 vsize=28233776 memory=0 CPUtime=0 cores=0-7
/proc/16906/task/16909/stat : 16909 (java) S 16904 16904 5880 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512524054 28911386624 24087 33554432000 4194304 4196468 140724845783376 140718036765456 140718117975765 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30830592 140724845786070 140724845786246 140724845786246 140724845789135 0
[pid=16906/tid=16910] ppid=16904 vsize=28233776 memory=1276 CPUtime=0 cores=0-7
/proc/16906/task/16910/stat : 16910 (java) S 16904 16904 5880 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 512524054 28911386624 24087 33554432000 4194304 4196468 140724845783376 140718035713168 140718117975765 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30830592 140724845786070 140724845786246 140724845786246 140724845789135 0

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

[pid=16906/tid=16933] ppid=16904 vsize=28768336 memory=1452 CPUtime=2422.23 cores=0-7
/proc/16906/task/16933/stat : 16933 (java) R 16904 16904 5880 0 -1 4202560 16641 0 0 0 242211 12 0 0 20 0 28 0 512524205 29458776064 299401 33554432000 4194304 4196468 140724845783376 140716150678280 140717716028655 0 4 0 16800975 0 0 0 -1 7 0 0 13 0 0 6293624 6294260 30830592 140724845786070 140724845786246 140724845786246 140724845789135 0
Current children cumulated CPU time: 19428.3 s
Current children cumulated vsize: 28881464 KiB
Current children cumulated memory: 1199056 KiB

[startup+2502.3 s]
/proc/loadavg: 8.58 8.30 8.26 9/221 17143
/proc/meminfo: memFree=24564508/32770624 swapFree=66953500/67108860
[pid=16904] ppid=16901 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/16904/stat : 16904 (xcsp3-exec) S 16901 16904 5880 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 512524052 115843072 363 33554432000 4194304 5098028 140736658966064 140736658964168 140682326987388 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 35119104 140736658969425 140736658969685 140736658969685 140736658972614 0
/proc/16904/statm: 28282 363 304 221 0 87 0
[pid=16906] ppid=16904 vsize=28768336 memory=1124268 CPUtime=19905.4 cores=0-7
/proc/16906/stat : 16906 (java) S 16904 16904 5880 0 -1 1077944320 636594 0 0 0 1989921 616 0 0 20 0 28 0 512524053 29458776064 281067 33554432000 4194304 4196468 140724845783376 140724845765920 140718117965559 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 30830592 140724845786070 140724845786246 140724845786246 140724845789135 0
/proc/16906/statm: 7192084 281067 3549 1 0 7153184 0
[pid=16906/tid=16907] ppid=16904 vsize=28768336 memory=1124268 CPUtime=1.44 cores=0-7
/proc/16906/task/16907/stat : 16907 (java) S 16904 16904 5880 0 -1 1077944384 9472 0 0 0 139 5 0 0 20 0 28 0 512524053 29458776064 281067 33554432000 4194304 4196468 140724845783376 140718122206336 140718117975765 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30830592 140724845786070 140724845786246 140724845786246 140724845789135 0
[pid=16906/tid=16908] ppid=16904 vsize=28768336 memory=1452 CPUtime=9.02 cores=0-7
/proc/16906/task/16908/stat : 16908 (java) S 16904 16904 5880 0 -1 1077944384 27330 0 0 0 882 20 0 0 20 0 28 0 512524054 29458776064 281067 33554432000 4194304 4196468 140724845783376 140718037818256 140718117975765 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 2 0 0 6293624 6294260 30830592 140724845786070 140724845786246 140724845786246 140724845789135 0
[pid=16906/tid=16909] ppid=16904 vsize=28768336 memory=1124780 CPUtime=9.06 cores=0-7
/proc/16906/task/16909/stat : 16909 (java) S 16904 16904 5880 0 -1 1077944384 31958 0 0 0 884 22 0 0 20 0 28 0 512524054 29458776064 281067 33554432000 4194304 4196468 140724845783376 140718036765456 140718117975765 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 2 0 0 6293624 6294260 30830592 140724845786070 140724845786246 140724845786246 140724845789135 0
[pid=16906/tid=16910] ppid=16904 vsize=28768336 memory=1452 CPUtime=9.09 cores=0-7
/proc/16906/task/16910/stat : 16910 (java) S 16904 16904 5880 0 -1 1077944384 30191 0 0 0 890 19 0 0 20 0 28 0 512524054 29458776064 281067 33554432000 4194304 4196468 140724845783376 140718035713168 140718117975765 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 2 0 0 6293624 6294260 30830592 140724845786070 140724845786246 140724845786246 140724845789135 0
[pid=16906/tid=16911] ppid=16904 vsize=28768336 memory=1452 CPUtime=9.06 cores=0-7
/proc/16906/task/16911/stat : 16911 (java) S 16904 16904 5880 0 -1 1077944384 28414 0 0 0 886 20 0 0 20 0 28 0 512524054 29458776064 281067 33554432000 4194304 4196468 140724845783376 140718034660368 140718117975765 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 3 0 0 6293624 6294260 30830592 140724845786070 140724845786246 140724845786246 140724845789135 0
[pid=16906/tid=16912] ppid=16904 vsize=28768336 memory=1452 CPUtime=9.07 cores=0-7
/proc/16906/task/16912/stat : 16912 (java) S 16904 16904 5880 0 -1 1077944384 24586 0 0 0 886 21 0 0 20 0 28 0 512524054 29458776064 281067 33554432000 4194304 4196468 140724845783376 140718033607056 140718117975765 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 3 0 0 6293624 6294260 30830592 140724845786070 140724845786246 140724845786246 140724845789135 0
[pid=16906/tid=16913] ppid=16904 vsize=28768336 memory=64948 CPUtime=9.06 cores=0-7
/proc/16906/task/16913/stat : 16913 (java) S 16904 16904 5880 0 -1 1077944384 27199 0 0 0 884 22 0 0 20 0 28 0 512524054 29458776064 281067 33554432000 4194304 4196468 140724845783376 140718032554256 140718117975765 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 2 0 0 6293624 6294260 30830592 140724845786070 140724845786246 140724845786246 140724845789135 0
[pid=16906/tid=16914] ppid=16904 vsize=28768336 memory=988 CPUtime=9.07 cores=0-7
/proc/16906/task/16914/stat : 16914 (java) S 16904 16904 5880 0 -1 1077944384 25104 0 0 0 884 23 0 0 20 0 28 0 512524054 29458776064 281067 33554432000 4194304 4196468 140724845783376 140718031501968 140718117975765 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 2 0 0 6293624 6294260 30830592 140724845786070 140724845786246 140724845786246 140724845789135 0
[pid=16906/tid=16915] ppid=16904 vsize=28768336 memory=3504 CPUtime=9.03 cores=0-7
/proc/16906/task/16915/stat : 16915 (java) S 16904 16904 5880 0 -1 1077944384 31434 0 0 0 882 21 0 0 20 0 28 0 512524054 29458776064 281067 33554432000 4194304 4196468 140724845783376 140718030449168 140718117975765 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 3 0 0 6293624 6294260 30830592 140724845786070 140724845786246 140724845786246 140724845789135 0
[pid=16906/tid=16916] ppid=16904 vsize=28768336 memory=64948 CPUtime=3.29 cores=0-7
/proc/16906/task/16916/stat : 16916 (java) S 16904 16904 5880 0 -1 1077944384 122617 0 0 0 220 109 0 0 20 0 28 0 512524055 29458776064 281067 33554432000 4194304 4196468 140724845783376 140717167057520 140718117976706 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30830592 140724845786070 140724845786246 140724845786246 140724845789135 0
[pid=16906/tid=16917] ppid=16904 vsize=28768336 memory=280309566836192 CPUtime=0 cores=0-7
/proc/16906/task/16917/stat : 16917 (java) S 16904 16904 5880 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 28 0 512524056 29458776064 281067 33554432000 4194304 4196468 140724845783376 140717166003552 140718117975765 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30830592 140724845786070 140724845786246 140724845786246 140724845789135 0
[pid=16906/tid=16918] ppid=16904 vsize=28768336 memory=-3621219749712857441 CPUtime=0 cores=0-7
/proc/16906/task/16918/stat : 16918 (java) S 16904 16904 5880 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 28 0 512524056 29458776064 281067 33554432000 4194304 4196468 140724845783376 140717164951168 140718117975765 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30830592 140724845786070 140724845786246 140724845786246 140724845789135 0
[pid=16906/tid=16919] ppid=16904 vsize=28768336 memory=245126 CPUtime=0 cores=0-7
/proc/16906/task/16919/stat : 16919 (java) S 16904 16904 5880 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 512524058 29458776064 281067 33554432000 4194304 4196468 140724845783376 140717163899472 140718117984155 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30830592 140724845786070 140724845786246 140724845786246 140724845789135 0
[pid=16906/tid=16920] ppid=16904 vsize=28768336 memory=245316 CPUtime=2.42 cores=0-7
/proc/16906/task/16920/stat : 16920 (java) S 16904 16904 5880 0 -1 1077944384 11370 0 0 0 239 3 0 0 20 0 28 0 512524058 29458776064 281067 33554432000 4194304 4196468 140724845783376 140717162846320 140718117976706 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30830592 140724845786070 140724845786246 140724845786246 140724845789135 0
[pid=16906/tid=16921] ppid=16904 vsize=28768336 memory=1452 CPUtime=2.37 cores=0-7
/proc/16906/task/16921/stat : 16921 (java) S 16904 16904 5880 0 -1 1077944384 11925 0 0 0 234 3 0 0 20 0 28 0 512524058 29458776064 281067 33554432000 4194304 4196468 140724845783376 140717161793520 140718117976706 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30830592 140724845786070 140724845786246 140724845786246 140724845789135 0
[pid=16906/tid=16922] ppid=16904 vsize=28768336 memory=1126320 CPUtime=2.33 cores=0-7
/proc/16906/task/16922/stat : 16922 (java) S 16904 16904 5880 0 -1 1077944384 11850 0 0 0 231 2 0 0 20 0 28 0 512524058 29458776064 281067 33554432000 4194304 4196468 140724845783376 140717160741232 140718117976706 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30830592 140724845786070 140724845786246 140724845786246 140724845789135 0
[pid=16906/tid=16923] ppid=16904 vsize=28768336 memory=140154782915048 CPUtime=0.9 cores=0-7
/proc/16906/task/16923/stat : 16923 (java) S 16904 16904 5880 0 -1 1077944384 11097 0 0 0 88 2 0 0 20 0 28 0 512524058 29458776064 281067 33554432000 4194304 4196468 140724845783376 140717159688432 140718117976706 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 13 0 0 6293624 6294260 30830592 140724845786070 140724845786246 140724845786246 140724845789135 0
[pid=16906/tid=16924] ppid=16904 vsize=28768336 memory=8696062377719930999 CPUtime=0 cores=0-7
/proc/16906/task/16924/stat : 16924 (java) S 16904 16904 5880 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 512524059 29458776064 281067 33554432000 4194304 4196468 140724845783376 140717158636384 140718117975765 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30830592 140724845786070 140724845786246 140724845786246 140724845789135 0
[pid=16906/tid=16925] ppid=16904 vsize=28768336 memory=4639930721567076456 CPUtime=0.87 cores=0-7
/proc/16906/task/16925/stat : 16925 (java) S 16904 16904 5880 0 -1 1077944384 6593 0 0 0 0 87 0 0 20 0 28 0 512524059 29458776064 281067 33554432000 4194304 4196468 140724845783376 140717157583664 140718117976706 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 13 0 0 6293624 6294260 30830592 140724845786070 140724845786246 140724845786246 140724845789135 0
[pid=16906/tid=16926] ppid=16904 vsize=28768336 memory=4639930708715204200 CPUtime=2478.26 cores=0-7
/proc/16906/task/16926/stat : 16926 (java) R 16904 16904 5880 0 -1 4202560 20363 0 0 0 247810 16 0 0 20 0 28 0 512524204 29458776064 281067 33554432000 4194304 4196468 140724845783376 140716160142776 140717716708345 0 4 0 16800975 0 0 0 -1 2 0 0 15 0 0 6293624 6294260 30830592 140724845786070 140724845786246 140724845786246 140724845789135 0
[pid=16906/tid=16927] ppid=16904 vsize=28768336 memory=1452 CPUtime=2477.71 cores=0-7
/proc/16906/task/16927/stat : 16927 (java) R 16904 16904 5880 0 -1 4202560 17635 0 0 0 247755 16 0 0 20 0 28 0 512524204 29458776064 281067 33554432000 4194304 4196468 140724845783376 140716156993976 140717716558581 0 4 0 16800975 0 0 0 -1 1 0 0 16 0 0 6293624 6294260 30830592 140724845786070 140724845786246 140724845786246 140724845789135 0
[pid=16906/tid=16928] ppid=16904 vsize=28768336 memory=1452 CPUtime=2477.57 cores=0-7
/proc/16906/task/16928/stat : 16928 (java) R 16904 16904 5880 0 -1 4202560 46194 0 0 0 247661 96 0 0 20 0 28 0 512524204 29458776064 281067 33554432000 4194304 4196468 140724845783376 140716155940960 140717717083925 0 4 0 16800975 0 0 0 -1 6 0 0 17 0 0 6293624 6294260 30830592 140724845786070 140724845786246 140724845786246 140724845789135 0
[pid=16906/tid=16929] ppid=16904 vsize=28768336 memory=6791534058613427641 CPUtime=2475.11 cores=0-7
/proc/16906/task/16929/stat : 16929 (java) R 16904 16904 5880 0 -1 4202560 47297 0 0 0 247410 101 0 0 20 0 28 0 512524204 29458776064 281067 33554432000 4194304 4196468 140724845783376 140716154887776 140717716817772 0 4 0 16800975 0 0 0 -1 0 0 0 18 0 0 6293624 6294260 30830592 140724845786070 140724845786246 140724845786246 140724845789135 0
[pid=16906/tid=16930] ppid=16904 vsize=28768336 memory=1452 CPUtime=2471.01 cores=0-7
/proc/16906/task/16930/stat : 16930 (java) R 16904 16904 5880 0 -1 4202560 18981 0 0 0 247082 19 0 0 20 0 28 0 512524204 29458776064 281067 33554432000 4194304 4196468 140724845783376 140716153835400 140717709176700 0 4 0 16800975 0 0 0 -1 7 0 0 16 0 0 6293624 6294260 30830592 140724845786070 140724845786246 140724845786246 140724845789135 0
[pid=16906/tid=16931] ppid=16904 vsize=28768336 memory=3504 CPUtime=2478.3 cores=0-7
/proc/16906/task/16931/stat : 16931 (java) R 16904 16904 5880 0 -1 4202560 29706 0 0 0 247788 42 0 0 20 0 28 0 512524204 29458776064 281067 33554432000 4194304 4196468 140724845783376 140716152782936 140717716251779 0 4 0 16800975 0 0 0 -1 3 0 0 17 0 0 6293624 6294260 30830592 140724845786070 140724845786246 140724845786246 140724845789135 0
[pid=16906/tid=16932] ppid=16904 vsize=28768336 memory=3840 CPUtime=2479.69 cores=0-7
/proc/16906/task/16932/stat : 16932 (java) R 16904 16904 5880 0 -1 4202560 26492 0 0 0 247938 31 0 0 20 0 28 0 512524204 29458776064 281067 33554432000 4194304 4196468 140724845783376 140716151732848 140717716732724 0 4 0 16800975 0 0 0 -1 4 0 0 17 0 0 6293624 6294260 30830592 140724845786070 140724845786246 140724845786246 140724845789135 0
[pid=16906/tid=16933] ppid=16904 vsize=28768336 memory=1452 CPUtime=2481.43 cores=0-7
/proc/16906/task/16933/stat : 16933 (java) R 16904 16904 5880 0 -1 4202560 17452 0 0 0 248131 12 0 0 20 0 28 0 512524205 29458776064 281067 33554432000 4194304 4196468 140724845783376 140716150677424 140717717432408 0 4 0 16800975 0 0 0 -1 5 0 0 14 0 0 6293624 6294260 30830592 140724845786070 140724845786246 140724845786246 140724845789135 0
Current children cumulated CPU time: 19905.4 s
Current children cumulated vsize: 28881464 KiB
Current children cumulated memory: 1125720 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+2520 s]*
/proc/loadavg: 8.49 8.30 8.25 9/221 17145
/proc/meminfo: memFree=24573324/32770624 swapFree=66953500/67108860
[pid=16904] ppid=16901 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/16904/stat : 16904 (xcsp3-exec) S 16901 16904 5880 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 512524052 115843072 363 33554432000 4194304 5098028 140736658966064 140736658964168 140682326987388 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 35119104 140736658969425 140736658969685 140736658969685 140736658972614 0
/proc/16904/statm: 28282 363 304 221 0 87 0
[pid=16906] ppid=16904 vsize=28768336 memory=1116064 CPUtime=20046.1 cores=0-7
/proc/16906/stat : 16906 (java) S 16904 16904 5880 0 -1 1077944320 644886 0 0 0 2003992 621 0 0 20 0 28 0 512524053 29458776064 279016 33554432000 4194304 4196468 140724845783376 140724845765920 140718117965559 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 30830592 140724845786070 140724845786246 140724845786246 140724845789135 0
/proc/16906/statm: 7192084 279016 3549 1 0 7153184 0
[pid=16906/tid=16907] ppid=16904 vsize=28768336 memory=3688 CPUtime=1.44 cores=0-7
/proc/16906/task/16907/stat : 16907 (java) S 16904 16904 5880 0 -1 1077944384 9472 0 0 0 139 5 0 0 20 0 28 0 512524053 29458776064 279016 33554432000 4194304 4196468 140724845783376 140718122206336 140718117975765 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30830592 140724845786070 140724845786246 140724845786246 140724845789135 0
[pid=16906/tid=16908] ppid=16904 vsize=28768336 memory=6791534058613427641 CPUtime=9.16 cores=0-7
/proc/16906/task/16908/stat : 16908 (java) S 16904 16904 5880 0 -1 1077944384 27934 0 0 0 896 20 0 0 20 0 28 0 512524054 29458776064 279016 33554432000 4194304 4196468 140724845783376 140718037818256 140718117975765 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 2 0 0 6293624 6294260 30830592 140724845786070 140724845786246 140724845786246 140724845789135 0
[pid=16906/tid=16909] ppid=16904 vsize=28768336 memory=988 CPUtime=9.19 cores=0-7
/proc/16906/task/16909/stat : 16909 (java) S 16904 16904 5880 0 -1 1077944384 32076 0 0 0 897 22 0 0 20 0 28 0 512524054 29458776064 279016 33554432000 4194304 4196468 140724845783376 140718036765456 140718117975765 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 2 0 0 6293624 6294260 30830592 140724845786070 140724845786246 140724845786246 140724845789135 0
[pid=16906/tid=16910] ppid=16904 vsize=28768336 memory=4872558044660077418 CPUtime=9.23 cores=0-7
/proc/16906/task/16910/stat : 16910 (java) S 16904 16904 5880 0 -1 1077944384 30338 0 0 0 904 19 0 0 20 0 28 0 512524054 29458776064 279016 33554432000 4194304 4196468 140724845783376 140718035713168 140718117975765 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 2 0 0 6293624 6294260 30830592 140724845786070 140724845786246 140724845786246 140724845789135 0
[pid=16906/tid=16911] ppid=16904 vsize=28768336 memory=1111956 CPUtime=9.19 cores=0-7
/proc/16906/task/16911/stat : 16911 (java) S 16904 16904 5880 0 -1 1077944384 28703 0 0 0 899 20 0 0 20 0 28 0 512524054 29458776064 279016 33554432000 4194304 4196468 140724845783376 140718034660368 140718117975765 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 3 0 0 6293624 6294260 30830592 140724845786070 140724845786246 140724845786246 140724845789135 0
[pid=16906/tid=16912] ppid=16904 vsize=28768336 memory=1452 CPUtime=9.2 cores=0-7
/proc/16906/task/16912/stat : 16912 (java) S 16904 16904 5880 0 -1 1077944384 24753 0 0 0 899 21 0 0 20 0 28 0 512524054 29458776064 279016 33554432000 4194304 4196468 140724845783376 140718033607056 140718117975765 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 3 0 0 6293624 6294260 30830592 140724845786070 140724845786246 140724845786246 140724845789135 0
[pid=16906/tid=16913] ppid=16904 vsize=28768336 memory=1116572 CPUtime=9.2 cores=0-7
/proc/16906/task/16913/stat : 16913 (java) S 16904 16904 5880 0 -1 1077944384 29232 0 0 0 898 22 0 0 20 0 28 0 512524054 29458776064 279016 33554432000 4194304 4196468 140724845783376 140718032554256 140718117975765 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 2 0 0 6293624 6294260 30830592 140724845786070 140724845786246 140724845786246 140724845789135 0
[pid=16906/tid=16914] ppid=16904 vsize=28768336 memory=1652 CPUtime=9.21 cores=0-7
/proc/16906/task/16914/stat : 16914 (java) S 16904 16904 5880 0 -1 1077944384 25428 0 0 0 897 24 0 0 20 0 28 0 512524054 29458776064 279016 33554432000 4194304 4196468 140724845783376 140718031501968 140718117975765 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 2 0 0 6293624 6294260 30830592 140724845786070 140724845786246 140724845786246 140724845789135 0
[pid=16906/tid=16915] ppid=16904 vsize=28768336 memory=1398722017469774279 CPUtime=9.17 cores=0-7
/proc/16906/task/16915/stat : 16915 (java) S 16904 16904 5880 0 -1 1077944384 31851 0 0 0 895 22 0 0 20 0 28 0 512524054 29458776064 279016 33554432000 4194304 4196468 140724845783376 140718030449168 140718117975765 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 3 0 0 6293624 6294260 30830592 140724845786070 140724845786246 140724845786246 140724845789135 0
[pid=16906/tid=16916] ppid=16904 vsize=28768336 memory=1122728 CPUtime=3.33 cores=0-7
/proc/16906/task/16916/stat : 16916 (java) S 16904 16904 5880 0 -1 1077944384 124778 0 0 0 222 111 0 0 20 0 28 0 512524055 29458776064 279016 33554432000 4194304 4196468 140724845783376 140717167057520 140718117976706 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30830592 140724845786070 140724845786246 140724845786246 140724845789135 0
[pid=16906/tid=16917] ppid=16904 vsize=28768336 memory=1652 CPUtime=0 cores=0-7
/proc/16906/task/16917/stat : 16917 (java) S 16904 16904 5880 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 28 0 512524056 29458776064 279016 33554432000 4194304 4196468 140724845783376 140717166003552 140718117975765 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30830592 140724845786070 140724845786246 140724845786246 140724845789135 0
[pid=16906/tid=16918] ppid=16904 vsize=28768336 memory=3504 CPUtime=0 cores=0-7
/proc/16906/task/16918/stat : 16918 (java) S 16904 16904 5880 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 28 0 512524056 29458776064 279016 33554432000 4194304 4196468 140724845783376 140717164951168 140718117975765 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30830592 140724845786070 140724845786246 140724845786246 140724845789135 0
[pid=16906/tid=16919] ppid=16904 vsize=28768336 memory=304556123141439514 CPUtime=0 cores=0-7
/proc/16906/task/16919/stat : 16919 (java) S 16904 16904 5880 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 512524058 29458776064 279016 33554432000 4194304 4196468 140724845783376 140717163899472 140718117984155 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30830592 140724845786070 140724845786246 140724845786246 140724845789135 0
[pid=16906/tid=16920] ppid=16904 vsize=28768336 memory=288230596050944315 CPUtime=2.42 cores=0-7
/proc/16906/task/16920/stat : 16920 (java) S 16904 16904 5880 0 -1 1077944384 11376 0 0 0 239 3 0 0 20 0 28 0 512524058 29458776064 279016 33554432000 4194304 4196468 140724845783376 140717162846320 140718117976706 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30830592 140724845786070 140724845786246 140724845786246 140724845789135 0
[pid=16906/tid=16921] ppid=16904 vsize=28768336 memory=15825490741037707 CPUtime=2.37 cores=0-7
/proc/16906/task/16921/stat : 16921 (java) S 16904 16904 5880 0 -1 1077944384 11931 0 0 0 234 3 0 0 20 0 28 0 512524058 29458776064 279016 33554432000 4194304 4196468 140724845783376 140717161793520 140718117976706 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30830592 140724845786070 140724845786246 140724845786246 140724845789135 0
[pid=16906/tid=16922] ppid=16904 vsize=28768336 memory=2116 CPUtime=2.33 cores=0-7
/proc/16906/task/16922/stat : 16922 (java) S 16904 16904 5880 0 -1 1077944384 11856 0 0 0 231 2 0 0 20 0 28 0 512524058 29458776064 279016 33554432000 4194304 4196468 140724845783376 140717160741232 140718117976706 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30830592 140724845786070 140724845786246 140724845786246 140724845789135 0
[pid=16906/tid=16923] ppid=16904 vsize=28768336 memory=520 CPUtime=0.9 cores=0-7
/proc/16906/task/16923/stat : 16923 (java) S 16904 16904 5880 0 -1 1077944384 11103 0 0 0 88 2 0 0 20 0 28 0 512524058 29458776064 279016 33554432000 4194304 4196468 140724845783376 140717159688432 140718117976706 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 13 0 0 6293624 6294260 30830592 140724845786070 140724845786246 140724845786246 140724845789135 0
[pid=16906/tid=16924] ppid=16904 vsize=28768336 memory=1560 CPUtime=0 cores=0-7
/proc/16906/task/16924/stat : 16924 (java) S 16904 16904 5880 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 512524059 29458776064 279016 33554432000 4194304 4196468 140724845783376 140717158636384 140718117975765 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30830592 140724845786070 140724845786246 140724845786246 140724845789135 0
[pid=16906/tid=16925] ppid=16904 vsize=28768336 memory=924 CPUtime=0.87 cores=0-7
/proc/16906/task/16925/stat : 16925 (java) S 16904 16904 5880 0 -1 1077944384 6627 0 0 0 0 87 0 0 20 0 28 0 512524059 29458776064 279016 33554432000 4194304 4196468 140724845783376 140717157583664 140718117976706 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 13 0 0 6293624 6294260 30830592 140724845786070 140724845786246 140724845786246 140724845789135 0
[pid=16906/tid=16926] ppid=16904 vsize=28768336 memory=3688 CPUtime=2495.74 cores=0-7
/proc/16906/task/16926/stat : 16926 (java) R 16904 16904 5880 0 -1 4202560 20654 0 0 0 249558 16 0 0 20 0 28 0 512524204 29458776064 279016 33554432000 4194304 4196468 140724845783376 140716160142640 140717718403532 0 4 0 16800975 0 0 0 -1 3 0 0 16 0 0 6293624 6294260 30830592 140724845786070 140724845786246 140724845786246 140724845789135 0
[pid=16906/tid=16927] ppid=16904 vsize=28768336 memory=1984 CPUtime=2495.16 cores=0-7
/proc/16906/task/16927/stat : 16927 (java) R 16904 16904 5880 0 -1 4202560 17876 0 0 0 249500 16 0 0 20 0 28 0 512524204 29458776064 279016 33554432000 4194304 4196468 140724845783376 140716156993800 140717716028665 0 4 0 16800975 0 0 0 -1 7 0 0 16 0 0 6293624 6294260 30830592 140724845786070 140724845786246 140724845786246 140724845789135 0
[pid=16906/tid=16928] ppid=16904 vsize=28768336 memory=1440 CPUtime=2495.08 cores=0-7
/proc/16906/task/16928/stat : 16928 (java) R 16904 16904 5880 0 -1 4202560 46450 0 0 0 249412 96 0 0 20 0 28 0 512524204 29458776064 279016 33554432000 4194304 4196468 140724845783376 140716155940960 140717716558395 0 4 0 16800975 0 0 0 -1 6 0 0 17 0 0 6293624 6294260 30830592 140724845786070 140724845786246 140724845786246 140724845789135 0
[pid=16906/tid=16929] ppid=16904 vsize=28768336 memory=808 CPUtime=2492.6 cores=0-7
/proc/16906/task/16929/stat : 16929 (java) R 16904 16904 5880 0 -1 4202560 47606 0 0 0 249159 101 0 0 20 0 28 0 512524204 29458776064 279016 33554432000 4194304 4196468 140724845783376 140716154887792 140717718225147 0 4 0 16800975 0 0 0 -1 2 0 0 18 0 0 6293624 6294260 30830592 140724845786070 140724845786246 140724845786246 140724845789135 0
[pid=16906/tid=16930] ppid=16904 vsize=28768336 memory=6791534058613427641 CPUtime=2488.41 cores=0-7
/proc/16906/task/16930/stat : 16930 (java) R 16904 16904 5880 0 -1 4202560 19119 0 0 0 248822 19 0 0 20 0 28 0 512524204 29458776064 279016 33554432000 4194304 4196468 140724845783376 140716153835688 140717711979598 0 4 0 16800975 0 0 0 -1 1 0 0 16 0 0 6293624 6294260 30830592 140724845786070 140724845786246 140724845786246 140724845789135 0
[pid=16906/tid=16931] ppid=16904 vsize=28768336 memory=2116 CPUtime=2495.63 cores=0-7
/proc/16906/task/16931/stat : 16931 (java) R 16904 16904 5880 0 -1 4202560 30035 0 0 0 249520 43 0 0 20 0 28 0 512524204 29458776064 279016 33554432000 4194304 4196468 140724845783376 140716152782840 140717718225359 0 4 0 16800975 0 0 0 -1 5 0 0 18 0 0 6293624 6294260 30830592 140724845786070 140724845786246 140724845786246 140724845789135 0
[pid=16906/tid=16932] ppid=16904 vsize=28768336 memory=520 CPUtime=2497.2 cores=0-7
/proc/16906/task/16932/stat : 16932 (java) R 16904 16904 5880 0 -1 4202560 26716 0 0 0 249688 32 0 0 20 0 28 0 512524204 29458776064 279016 33554432000 4194304 4196468 140724845783376 140716151730648 140717716733312 0 4 0 16800975 0 0 0 -1 0 0 0 17 0 0 6293624 6294260 30830592 140724845786070 140724845786246 140724845786246 140724845789135 0
[pid=16906/tid=16933] ppid=16904 vsize=28768336 memory=1560 CPUtime=2498.87 cores=0-7
/proc/16906/task/16933/stat : 16933 (java) R 16904 16904 5880 0 -1 4202560 17638 0 0 0 249875 12 0 0 20 0 28 0 512524205 29458776064 279016 33554432000 4194304 4196468 140724845783376 140716150680560 140717716558082 0 4 0 16800975 0 0 0 -1 4 0 0 14 0 0 6293624 6294260 30830592 140724845786070 140724845786246 140724845786246 140724845789135 0
Current children cumulated CPU time: 20046.1 s
Current children cumulated vsize: 28881464 KiB
Current children cumulated memory: 1117516 KiB

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

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

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

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 20040.5
system time used= 6.22723
maximum resident set size= 2223628
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 645590
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3424
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 185571
involuntary context switches= 231220


# summary of solver processes directly reported to runsolver:
#   pid: 16904,16906
#   total CPU time (s): 20046.8
#   total CPU user time (s): 20040.5
#   total CPU system time (s): 6.22723

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 21.8285 second user time and 30.5329 second system time

The end

Launcher Data

Begin job on node119 at 2019-09-25 01:00:52
IDJOB=4406863
IDBENCH=141732
IDSOLVER=2871
FILE ID=node119/4406863-1569366093
RUNJOBID= node119-1569357949-5907
PBS_JOBID= 21705109
Free space on /var/tmp= 13512 MiB

SOLVER NAME= choco-solver 2019-09-24 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-4406863-1569366093/watcher-4406863-1569366093 -o /var/tmp/evaluation-result-4406863-1569366093/solver-4406863-1569366093 -C 20160 -W 2520 -M 31000 --bin-var /var/tmp/runsolver-exch-node119-1569357949-5907 --watchdog 2580  xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 1872127759 HOME/instance-4406863-1569366093.xml

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

MD5SUM BENCH= 86f96609b8582eec836d4ad8d9b44327
RANDOM SEED=1872127759

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:        25684632 kB
MemAvailable:   31798840 kB
Buffers:          147180 kB
Cached:          6064908 kB
SwapCached:        46736 kB
Active:          3083888 kB
Inactive:        3179624 kB
Active(anon):       3560 kB
Inactive(anon):   105196 kB
Active(file):    3080328 kB
Inactive(file):  3074428 kB
Unevictable:      107736 kB
Mlocked:          107736 kB
SwapTotal:      67108860 kB
SwapFree:       66953500 kB
Dirty:             26116 kB
Writeback:             0 kB
AnonPages:        152504 kB
Mapped:            58416 kB
Shmem:             48544 kB
Slab:             416188 kB
SReclaimable:     387912 kB
SUnreclaim:        28276 kB
KernelStack:        3728 kB
PageTables:         5396 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     514244 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    106496 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-25 01:42:52