Trace number 4399425

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) 15856.2 2522.19

General information on the benchmark

NameXCSP19/ConsecutiveSquarePacking/
ConsecutiveSquarePacking-sp-18-047.xml
MD5SUM503235a9ef2fa2334058f0cfe41dccf4
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark4.71301
Satisfiable
(Un)Satisfiability was proved
Number of variables36
Number of constraints153
Number of domains18
Minimum domain size30
Maximum domain size47
Distribution of domain sizes[{"size":30,"count":2},{"size":31,"count":2},{"size":32,"count":2},{"size":33,"count":2},{"size":34,"count":2},{"size":35,"count":2},{"size":36,"count":2},{"size":37,"count":2},{"size":38,"count":2},{"size":39,"count":2},{"size":40,"count":2},{"size":41,"count":2},{"size":42,"count":2},{"size":43,"count":2},{"size":44,"count":2},{"size":45,"count":2},{"size":46,"count":2},{"size":47,"count":2}]
Minimum variable degree17
Maximum variable degree17
Distribution of variable degrees[{"degree":17,"count":36}]
Minimum constraint arity4
Maximum constraint arity4
Distribution of constraint arities[{"arity":4,"count":153}]
Number of extensional constraints0
Number of intensional constraints153
Distribution of constraint types[{"type":"intension","count":153}]
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-4399425-1568719053.xml"  -tl '20160s' -p 8
0.13/0.18	c Choco e747e1e
0.13/0.18	c [HOME/instance-4399425-1568719053.xml, -tl, 20160s, -p, 8]
0.34/0.22	c 8 solvers in parallel
0.34/0.28	c parse instance...

Verifier Data

One s line expected

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 (10694 MiB free)
  memory of node 1: 16384 MiB (15451 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4399425-1568719053/watcher-4399425-1568719053 -o /tmp/evaluation-result-4399425-1568719053/solver-4399425-1568719053 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node149-1568711300-29398 --watchdog 2580 xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 1346131654 HOME/instance-4399425-1568719053.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=31348, runsolver pid=31345
Current StackSize limit: 8192 KiB


[startup+0.10014 s]*
/proc/loadavg: 7.89 7.77 7.75 4/212 31369
/proc/meminfo: memFree=26756784/32770624 swapFree=66941552/67108860
[pid=31348] ppid=31345 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/31348/stat : 31348 (xcsp3-exec) S 31345 31348 29371 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 448143990 115843072 363 33554432000 4194304 5098028 140722312606336 140722312604440 139709928632956 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 14745600 140722312610677 140722312610921 140722312610921 140722312613834 0
/proc/31348/statm: 28282 363 304 221 0 87 0
[pid=31350] ppid=31348 vsize=28227396 memory=29036 CPUtime=0.13 cores=0-7
/proc/31350/stat : 31350 (java) S 31348 31348 29371 0 -1 1077944320 5733 0 0 0 12 1 0 0 20 0 20 0 448143991 28904853504 7259 33554432000 4194304 4196468 140735112596144 140735112578688 140480136703735 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 36818944 140735112602602 140735112602774 140735112602774 140735112605647 0
/proc/31350/statm: 7056849 7259 3123 1 0 7019032 0
[pid=31350/tid=31351] ppid=31348 vsize=28227396 memory=4134930498285298233 CPUtime=0.08 cores=0-7
/proc/31350/task/31351/stat : 31351 (java) R 31348 31348 29371 0 -1 4202560 3621 0 0 0 8 0 0 0 20 0 20 0 448143991 28904853504 7259 33554432000 4194304 4196468 140735112596144 140480140934144 140480120784222 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 36818944 140735112602602 140735112602774 140735112602774 140735112605647 0
[pid=31350/tid=31352] ppid=31348 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/31350/task/31352/stat : 31352 (java) S 31348 31348 29371 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 448143992 28904853504 7259 33554432000 4194304 4196468 140735112596144 140480089323920 140480136713941 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36818944 140735112602602 140735112602774 140735112602774 140735112605647 0
[pid=31350/tid=31353] ppid=31348 vsize=28227396 memory=140703442572928 CPUtime=0 cores=0-7
/proc/31350/task/31353/stat : 31353 (java) S 31348 31348 29371 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 448143992 28904853504 7259 33554432000 4194304 4196468 140735112596144 140480088271120 140480136713941 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36818944 140735112602602 140735112602774 140735112602774 140735112605647 0
[pid=31350/tid=31354] ppid=31348 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/31350/task/31354/stat : 31354 (java) S 31348 31348 29371 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 448143992 28904853504 7259 33554432000 4194304 4196468 140735112596144 140480087218832 140480136713941 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36818944 140735112602602 140735112602774 140735112602774 140735112605647 0
[pid=31350/tid=31355] ppid=31348 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/31350/task/31355/stat : 31355 (java) S 31348 31348 29371 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 448143992 28904853504 7259 33554432000 4194304 4196468 140735112596144 140480086166032 140480136713941 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36818944 140735112602602 140735112602774 140735112602774 140735112605647 0
[pid=31350/tid=31356] ppid=31348 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/31350/task/31356/stat : 31356 (java) S 31348 31348 29371 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 448143992 28904853504 7259 33554432000 4194304 4196468 140735112596144 140480085113744 140480136713941 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36818944 140735112602602 140735112602774 140735112602774 140735112605647 0
[pid=31350/tid=31357] ppid=31348 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/31350/task/31357/stat : 31357 (java) S 31348 31348 29371 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 448143992 28904853504 7259 33554432000 4194304 4196468 140735112596144 140480084060944 140480136713941 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36818944 140735112602602 140735112602774 140735112602774 140735112605647 0
[pid=31350/tid=31358] ppid=31348 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/31350/task/31358/stat : 31358 (java) S 31348 31348 29371 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 448143992 28904853504 7259 33554432000 4194304 4196468 140735112596144 140480083008656 140480136713941 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36818944 140735112602602 140735112602774 140735112602774 140735112605647 0
[pid=31350/tid=31359] ppid=31348 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/31350/task/31359/stat : 31359 (java) S 31348 31348 29371 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 448143992 28904853504 7259 33554432000 4194304 4196468 140735112596144 140480081955856 140480136713941 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36818944 140735112602602 140735112602774 140735112602774 140735112605647 0
[pid=31350/tid=31360] ppid=31348 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/31350/task/31360/stat : 31360 (java) S 31348 31348 29371 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 448143993 28904853504 7259 33554432000 4194304 4196468 140735112596144 140478600308848 140480136714882 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36818944 140735112602602 140735112602774 140735112602774 140735112605647 0
[pid=31350/tid=31361] ppid=31348 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/31350/task/31361/stat : 31361 (java) S 31348 31348 29371 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 448143994 28904853504 7259 33554432000 4194304 4196468 140735112596144 140478599254816 140480136713941 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36818944 140735112602602 140735112602774 140735112602774 140735112605647 0
[pid=31350/tid=31362] ppid=31348 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/31350/task/31362/stat : 31362 (java) S 31348 31348 29371 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 448143994 28904853504 7259 33554432000 4194304 4196468 140735112596144 140478598202480 140480136713941 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36818944 140735112602602 140735112602774 140735112602774 140735112605647 0
[pid=31350/tid=31363] ppid=31348 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/31350/task/31363/stat : 31363 (java) S 31348 31348 29371 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 448143996 28904853504 7259 33554432000 4194304 4196468 140735112596144 140478597150800 140480136722331 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36818944 140735112602602 140735112602774 140735112602774 140735112605647 0
[pid=31350/tid=31364] ppid=31348 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/31350/task/31364/stat : 31364 (java) S 31348 31348 29371 0 -1 1077944384 297 0 0 0 0 0 0 0 20 0 20 0 448143996 28904853504 7259 33554432000 4194304 4196468 140735112596144 140478596098672 140480136714882 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36818944 140735112602602 140735112602774 140735112602774 140735112605647 0
[pid=31350/tid=31365] ppid=31348 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/31350/task/31365/stat : 31365 (java) S 31348 31348 29371 0 -1 1077944384 124 0 0 0 0 0 0 0 20 0 20 0 448143996 28904853504 7259 33554432000 4194304 4196468 140735112596144 140478595045872 140480136714882 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36818944 140735112602602 140735112602774 140735112602774 140735112605647 0
[pid=31350/tid=31366] ppid=31348 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/31350/task/31366/stat : 31366 (java) R 31348 31348 29371 0 -1 4202560 38 0 0 0 0 0 0 0 20 0 20 0 448143996 28904853504 7259 33554432000 4194304 4196468 140735112596144 140478593993584 140480117117040 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 36818944 140735112602602 140735112602774 140735112602774 140735112605647 0
[pid=31350/tid=31367] ppid=31348 vsize=28227396 memory=0 CPUtime=0.02 cores=0-7
/proc/31350/task/31367/stat : 31367 (java) R 31348 31348 29371 0 -1 4202560 351 0 0 0 2 0 0 0 20 0 20 0 448143996 28904853504 7259 33554432000 4194304 4196468 140735112596144 140478592940784 140480115688992 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 36818944 140735112602602 140735112602774 140735112602774 140735112605647 0
[pid=31350/tid=31368] ppid=31348 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/31350/task/31368/stat : 31368 (java) S 31348 31348 29371 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 448143996 28904853504 7259 33554432000 4194304 4196468 140735112596144 140478591887712 140480136713941 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36818944 140735112602602 140735112602774 140735112602774 140735112605647 0
[pid=31350/tid=31369] ppid=31348 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/31350/task/31369/stat : 31369 (java) S 31348 31348 29371 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 448143997 28904853504 7259 33554432000 4194304 4196468 140735112596144 140478590834992 140480136714882 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36818944 140735112602602 140735112602774 140735112602774 140735112605647 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 30488 KiB

[startup+0.210628 s]*
/proc/loadavg: 7.89 7.77 7.75 3/212 31369
/proc/meminfo: memFree=26744236/32770624 swapFree=66941552/67108860
[pid=31348] ppid=31345 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/31348/stat : 31348 (xcsp3-exec) S 31345 31348 29371 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 448143990 115843072 363 33554432000 4194304 5098028 140722312606336 140722312604440 139709928632956 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 14745600 140722312610677 140722312610921 140722312610921 140722312613834 0
/proc/31348/statm: 28282 363 304 221 0 87 0
[pid=31350] ppid=31348 vsize=28227396 memory=40392 CPUtime=0.34 cores=0-7
/proc/31350/stat : 31350 (java) S 31348 31348 29371 0 -1 1077944320 9355 0 0 0 31 3 0 0 20 0 20 0 448143991 28904853504 10098 33554432000 4194304 4196468 140735112596144 140735112578688 140480136703735 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 36818944 140735112602602 140735112602774 140735112602774 140735112605647 0
/proc/31350/statm: 7056849 10098 3256 1 0 7019032 0
[pid=31350/tid=31351] ppid=31348 vsize=28227396 memory=8318255677412212789 CPUtime=0.19 cores=0-7
/proc/31350/task/31351/stat : 31351 (java) R 31348 31348 29371 0 -1 4202560 6612 0 0 0 18 1 0 0 20 0 20 0 448143991 28904853504 10098 33554432000 4194304 4196468 140735112596144 140480140934960 140480136725661 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 36818944 140735112602602 140735112602774 140735112602774 140735112605647 0
[pid=31350/tid=31352] ppid=31348 vsize=28227396 memory=331 CPUtime=0 cores=0-7
/proc/31350/task/31352/stat : 31352 (java) S 31348 31348 29371 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 448143992 28904853504 10098 33554432000 4194304 4196468 140735112596144 140480089323920 140480136713941 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36818944 140735112602602 140735112602774 140735112602774 140735112605647 0
[pid=31350/tid=31353] ppid=31348 vsize=28227396 memory=288371079594284672 CPUtime=0 cores=0-7
/proc/31350/task/31353/stat : 31353 (java) S 31348 31348 29371 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 448143992 28904853504 10098 33554432000 4194304 4196468 140735112596144 140480088271120 140480136713941 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36818944 140735112602602 140735112602774 140735112602774 140735112605647 0
[pid=31350/tid=31354] ppid=31348 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/31350/task/31354/stat : 31354 (java) S 31348 31348 29371 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 448143992 28904853504 10098 33554432000 4194304 4196468 140735112596144 140480087218832 140480136713941 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36818944 140735112602602 140735112602774 140735112602774 140735112605647 0
[pid=31350/tid=31355] ppid=31348 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/31350/task/31355/stat : 31355 (java) S 31348 31348 29371 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 448143992 28904853504 10098 33554432000 4194304 4196468 140735112596144 140480086166032 140480136713941 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36818944 140735112602602 140735112602774 140735112602774 140735112605647 0
[pid=31350/tid=31356] ppid=31348 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/31350/task/31356/stat : 31356 (java) S 31348 31348 29371 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 448143992 28904853504 10098 33554432000 4194304 4196468 140735112596144 140480085113744 140480136713941 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36818944 140735112602602 140735112602774 140735112602774 140735112605647 0
[pid=31350/tid=31357] ppid=31348 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/31350/task/31357/stat : 31357 (java) S 31348 31348 29371 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 448143992 28904853504 10098 33554432000 4194304 4196468 140735112596144 140480084060944 140480136713941 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36818944 140735112602602 140735112602774 140735112602774 140735112605647 0
[pid=31350/tid=31358] ppid=31348 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/31350/task/31358/stat : 31358 (java) S 31348 31348 29371 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 448143992 28904853504 10098 33554432000 4194304 4196468 140735112596144 140480083008656 140480136713941 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36818944 140735112602602 140735112602774 140735112602774 140735112605647 0
[pid=31350/tid=31359] ppid=31348 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/31350/task/31359/stat : 31359 (java) S 31348 31348 29371 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 448143992 28904853504 10098 33554432000 4194304 4196468 140735112596144 140480081955856 140480136713941 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36818944 140735112602602 140735112602774 140735112602774 140735112605647 0
[pid=31350/tid=31360] ppid=31348 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/31350/task/31360/stat : 31360 (java) S 31348 31348 29371 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 448143993 28904853504 10098 33554432000 4194304 4196468 140735112596144 140478600308848 140480136714882 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36818944 140735112602602 140735112602774 140735112602774 140735112605647 0
[pid=31350/tid=31361] ppid=31348 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/31350/task/31361/stat : 31361 (java) S 31348 31348 29371 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 448143994 28904853504 10098 33554432000 4194304 4196468 140735112596144 140478599254816 140480136713941 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36818944 140735112602602 140735112602774 140735112602774 140735112605647 0
[pid=31350/tid=31362] ppid=31348 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/31350/task/31362/stat : 31362 (java) S 31348 31348 29371 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 448143994 28904853504 10098 33554432000 4194304 4196468 140735112596144 140478598202480 140480136713941 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36818944 140735112602602 140735112602774 140735112602774 140735112605647 0
[pid=31350/tid=31363] ppid=31348 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/31350/task/31363/stat : 31363 (java) S 31348 31348 29371 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 448143996 28904853504 10098 33554432000 4194304 4196468 140735112596144 140478597150800 140480136722331 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36818944 140735112602602 140735112602774 140735112602774 140735112605647 0
[pid=31350/tid=31364] ppid=31348 vsize=28227396 memory=0 CPUtime=0.02 cores=0-7
/proc/31350/task/31364/stat : 31364 (java) S 31348 31348 29371 0 -1 1077944384 412 0 0 0 2 0 0 0 20 0 20 0 448143996 28904853504 10098 33554432000 4194304 4196468 140735112596144 140478596098672 140480136714882 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36818944 140735112602602 140735112602774 140735112602774 140735112605647 0
[pid=31350/tid=31365] ppid=31348 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/31350/task/31365/stat : 31365 (java) S 31348 31348 29371 0 -1 1077944384 129 0 0 0 0 0 0 0 20 0 20 0 448143996 28904853504 10098 33554432000 4194304 4196468 140735112596144 140478595045872 140480136714882 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36818944 140735112602602 140735112602774 140735112602774 140735112605647 0
[pid=31350/tid=31366] ppid=31348 vsize=28227396 memory=-1 CPUtime=0.01 cores=0-7
/proc/31350/task/31366/stat : 31366 (java) S 31348 31348 29371 0 -1 1077944384 91 0 0 0 1 0 0 0 20 0 20 0 448143996 28904853504 10098 33554432000 4194304 4196468 140735112596144 140478593993584 140480136714882 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36818944 140735112602602 140735112602774 140735112602774 140735112605647 0
[pid=31350/tid=31367] ppid=31348 vsize=28227396 memory=-1 CPUtime=0.07 cores=0-7
/proc/31350/task/31367/stat : 31367 (java) S 31348 31348 29371 0 -1 1077944384 797 0 0 0 7 0 0 0 20 0 20 0 448143996 28904853504 10098 33554432000 4194304 4196468 140735112596144 140478592940784 140480136714882 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36818944 140735112602602 140735112602774 140735112602774 140735112605647 0
[pid=31350/tid=31368] ppid=31348 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/31350/task/31368/stat : 31368 (java) S 31348 31348 29371 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 448143996 28904853504 10098 33554432000 4194304 4196468 140735112596144 140478591887712 140480136713941 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36818944 140735112602602 140735112602774 140735112602774 140735112605647 0
[pid=31350/tid=31369] ppid=31348 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/31350/task/31369/stat : 31369 (java) S 31348 31348 29371 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 448143997 28904853504 10098 33554432000 4194304 4196468 140735112596144 140478590834992 140480136714882 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36818944 140735112602602 140735112602774 140735112602774 140735112605647 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 41844 KiB

[startup+0.318125 s]*
/proc/loadavg: 7.89 7.77 7.75 3/212 31369
/proc/meminfo: memFree=26736572/32770624 swapFree=66941552/67108860
[pid=31348] ppid=31345 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/31348/stat : 31348 (xcsp3-exec) S 31345 31348 29371 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 448143990 115843072 363 33554432000 4194304 5098028 140722312606336 140722312604440 139709928632956 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 14745600 140722312610677 140722312610921 140722312610921 140722312613834 0
/proc/31348/statm: 28282 363 304 221 0 87 0
[pid=31350] ppid=31348 vsize=28231652 memory=50416 CPUtime=0.52 cores=0-7
/proc/31350/stat : 31350 (java) S 31348 31348 29371 0 -1 1077944320 10951 0 0 0 49 3 0 0 20 0 20 0 448143991 28909211648 12596 33554432000 4194304 4196468 140735112596144 140735112578688 140480136703735 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 36818944 140735112602602 140735112602774 140735112602774 140735112605647 0
/proc/31350/statm: 7057913 12604 3355 1 0 7019032 0
[pid=31350/tid=31351] ppid=31348 vsize=28231652 memory=6791534058613427641 CPUtime=0.3 cores=0-7
/proc/31350/task/31351/stat : 31351 (java) R 31348 31348 29371 0 -1 4202560 7875 0 0 0 28 2 0 0 20 0 20 0 448143991 28909211648 12604 33554432000 4194304 4196468 140735112596144 140480140936192 140480120784222 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 36818944 140735112602602 140735112602774 140735112602774 140735112605647 0
[pid=31350/tid=31352] ppid=31348 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/31350/task/31352/stat : 31352 (java) S 31348 31348 29371 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 448143992 28909211648 12604 33554432000 4194304 4196468 140735112596144 140480089323920 140480136713941 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36818944 140735112602602 140735112602774 140735112602774 140735112605647 0
[pid=31350/tid=31353] ppid=31348 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/31350/task/31353/stat : 31353 (java) S 31348 31348 29371 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 448143992 28909211648 12604 33554432000 4194304 4196468 140735112596144 140480088271120 140480136713941 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36818944 140735112602602 140735112602774 140735112602774 140735112605647 0
[pid=31350/tid=31354] ppid=31348 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/31350/task/31354/stat : 31354 (java) S 31348 31348 29371 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 448143992 28909211648 12604 33554432000 4194304 4196468 140735112596144 140480087218832 140480136713941 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36818944 140735112602602 140735112602774 140735112602774 140735112605647 0
[pid=31350/tid=31355] ppid=31348 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/31350/task/31355/stat : 31355 (java) S 31348 31348 29371 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 448143992 28909211648 12604 33554432000 4194304 4196468 140735112596144 140480086166032 140480136713941 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36818944 140735112602602 140735112602774 140735112602774 140735112605647 0
[pid=31350/tid=31356] ppid=31348 vsize=28231652 memory=2244 CPUtime=0 cores=0-7
/proc/31350/task/31356/stat : 31356 (java) S 31348 31348 29371 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 448143992 28909211648 12604 33554432000 4194304 4196468 140735112596144 140480085113744 140480136713941 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36818944 140735112602602 140735112602774 140735112602774 140735112605647 0
[pid=31350/tid=31357] ppid=31348 vsize=28231652 memory=140703330038703 CPUtime=0 cores=0-7
/proc/31350/task/31357/stat : 31357 (java) S 31348 31348 29371 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 448143992 28909211648 12604 33554432000 4194304 4196468 140735112596144 140480084060944 140480136713941 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36818944 140735112602602 140735112602774 140735112602774 140735112605647 0
[pid=31350/tid=31358] ppid=31348 vsize=28231652 memory=140703330041008 CPUtime=0 cores=0-7
/proc/31350/task/31358/stat : 31358 (java) S 31348 31348 29371 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 448143992 28909211648 12604 33554432000 4194304 4196468 140735112596144 140480083008656 140480136713941 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36818944 140735112602602 140735112602774 140735112602774 140735112605647 0
[pid=31350/tid=31359] ppid=31348 vsize=28231652 memory=140703330043312 CPUtime=0 cores=0-7
/proc/31350/task/31359/stat : 31359 (java) S 31348 31348 29371 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 448143992 28909211648 12604 33554432000 4194304 4196468 140735112596144 140480081955856 140480136713941 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36818944 140735112602602 140735112602774 140735112602774 140735112605647 0
[pid=31350/tid=31360] ppid=31348 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/31350/task/31360/stat : 31360 (java) S 31348 31348 29371 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 448143993 28909211648 12604 33554432000 4194304 4196468 140735112596144 140478600308848 140480136714882 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36818944 140735112602602 140735112602774 140735112602774 140735112605647 0
[pid=31350/tid=31361] ppid=31348 vsize=28231652 memory=281406660093584 CPUtime=0 cores=0-7
/proc/31350/task/31361/stat : 31361 (java) S 31348 31348 29371 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 448143994 28909211648 12604 33554432000 4194304 4196468 140735112596144 140478599254816 140480136713941 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36818944 140735112602602 140735112602774 140735112602774 140735112605647 0
[pid=31350/tid=31362] ppid=31348 vsize=28231652 memory=281406660100496 CPUtime=0 cores=0-7
/proc/31350/task/31362/stat : 31362 (java) S 31348 31348 29371 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 448143994 28909211648 12604 33554432000 4194304 4196468 140735112596144 140478598202480 140480136713941 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36818944 140735112602602 140735112602774 140735112602774 140735112605647 0
[pid=31350/tid=31363] ppid=31348 vsize=28231652 memory=281406660041648 CPUtime=0 cores=0-7
/proc/31350/task/31363/stat : 31363 (java) S 31348 31348 29371 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 448143996 28909211648 12604 33554432000 4194304 4196468 140735112596144 140478597150800 140480136722331 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36818944 140735112602602 140735112602774 140735112602774 140735112605647 0
[pid=31350/tid=31364] ppid=31348 vsize=28231652 memory=281406660114320 CPUtime=0.03 cores=0-7
/proc/31350/task/31364/stat : 31364 (java) S 31348 31348 29371 0 -1 1077944384 453 0 0 0 3 0 0 0 20 0 20 0 448143996 28909211648 12604 33554432000 4194304 4196468 140735112596144 140478596098672 140480136714882 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36818944 140735112602602 140735112602774 140735112602774 140735112605647 0
[pid=31350/tid=31365] ppid=31348 vsize=28231652 memory=281406660121232 CPUtime=0.02 cores=0-7
/proc/31350/task/31365/stat : 31365 (java) S 31348 31348 29371 0 -1 1077944384 170 0 0 0 2 0 0 0 20 0 20 0 448143996 28909211648 12604 33554432000 4194304 4196468 140735112596144 140478595045872 140480136714882 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36818944 140735112602602 140735112602774 140735112602774 140735112605647 0
[pid=31350/tid=31366] ppid=31348 vsize=28231652 memory=281406660118928 CPUtime=0.03 cores=0-7
/proc/31350/task/31366/stat : 31366 (java) S 31348 31348 29371 0 -1 1077944384 206 0 0 0 3 0 0 0 20 0 20 0 448143996 28909211648 12604 33554432000 4194304 4196468 140735112596144 140478593993584 140480136714882 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36818944 140735112602602 140735112602774 140735112602774 140735112605647 0
[pid=31350/tid=31367] ppid=31348 vsize=28231652 memory=281406660135088 CPUtime=0.12 cores=0-7
/proc/31350/task/31367/stat : 31367 (java) S 31348 31348 29371 0 -1 1077944384 936 0 0 0 12 0 0 0 20 0 20 0 448143996 28909211648 12604 33554432000 4194304 4196468 140735112596144 140478592940784 140480136714882 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36818944 140735112602602 140735112602774 140735112602774 140735112605647 0
[pid=31350/tid=31368] ppid=31348 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/31350/task/31368/stat : 31368 (java) S 31348 31348 29371 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 448143996 28909211648 12604 33554432000 4194304 4196468 140735112596144 140478591887712 140480136713941 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36818944 140735112602602 140735112602774 140735112602774 140735112605647 0
[pid=31350/tid=31369] ppid=31348 vsize=28231652 memory=-1 CPUtime=0 cores=0-7
/proc/31350/task/31369/stat : 31369 (java) S 31348 31348 29371 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 448143997 28909211648 12604 33554432000 4194304 4196468 140735112596144 140478590834992 140480136714882 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36818944 140735112602602 140735112602774 140735112602774 140735112605647 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 28344780 KiB
Current children cumulated memory: 51868 KiB

[startup+0.700922 s]
/proc/loadavg: 7.89 7.77 7.75 5/212 31369
/proc/meminfo: memFree=26723472/32770624 swapFree=66941552/67108860
[pid=31348] ppid=31345 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/31348/stat : 31348 (xcsp3-exec) S 31345 31348 29371 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 448143990 115843072 363 33554432000 4194304 5098028 140722312606336 140722312604440 139709928632956 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 14745600 140722312610677 140722312610921 140722312610921 140722312613834 0
/proc/31348/statm: 28282 363 304 221 0 87 0
[pid=31350] ppid=31348 vsize=28233776 memory=189080 CPUtime=1.48 cores=0-7
/proc/31350/stat : 31350 (java) S 31348 31348 29371 0 -1 1077944320 15022 0 0 0 140 8 0 0 20 0 20 0 448143991 28911386624 47270 33554432000 4194304 4196468 140735112596144 140735112578688 140480136703735 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 36818944 140735112602602 140735112602774 140735112602774 140735112605647 0
/proc/31350/statm: 7058444 47270 3467 1 0 7019544 0
[pid=31350/tid=31351] ppid=31348 vsize=28233776 memory=281406660492976 CPUtime=0.67 cores=0-7
/proc/31350/task/31351/stat : 31351 (java) R 31348 31348 29371 0 -1 4202560 9259 0 0 0 62 5 0 0 20 0 20 0 448143991 28911386624 47270 33554432000 4194304 4196468 140735112596144 140480140941632 140479743712128 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 36818944 140735112602602 140735112602774 140735112602774 140735112605647 0
[pid=31350/tid=31352] ppid=31348 vsize=28233776 memory=140703330247536 CPUtime=0 cores=0-7
/proc/31350/task/31352/stat : 31352 (java) S 31348 31348 29371 0 -1 1077944384 14 0 0 0 0 0 0 0 20 0 20 0 448143992 28911386624 47270 33554432000 4194304 4196468 140735112596144 140480089323920 140480136713941 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36818944 140735112602602 140735112602774 140735112602774 140735112605647 0
[pid=31350/tid=31353] ppid=31348 vsize=28233776 memory=0 CPUtime=0 cores=0-7
/proc/31350/task/31353/stat : 31353 (java) S 31348 31348 29371 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 448143992 28911386624 47270 33554432000 4194304 4196468 140735112596144 140480088271120 140480136713941 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36818944 140735112602602 140735112602774 140735112602774 140735112605647 0
[pid=31350/tid=31354] ppid=31348 vsize=28233776 memory=6004 CPUtime=0 cores=0-7
/proc/31350/task/31354/stat : 31354 (java) S 31348 31348 29371 0 -1 1077944384 7 0 0 0 0 0 0 0 20 0 20 0 448143992 28911386624 47270 33554432000 4194304 4196468 140735112596144 140480087218832 140480136713941 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36818944 140735112602602 140735112602774 140735112602774 140735112605647 0

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

# cumulated CPU time of all completed processes:  user=0 s, system=0.002335 s

Sending SIGKILL to process tree (bottom up)
??? end of watcher thread

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

Solver just ended.
Dumping a history of the last processes samples

[startup+2520.8 s]
/proc/loadavg: 6.10 7.00 6.96 9/211 31558
/proc/meminfo: memFree=1162444/32770624 swapFree=66941552/67108860
[pid=31350] ppid=31345 vsize=28233776 memory=25578704 CPUtime=15846.6 cores=0-7
/proc/31350/stat : 31350 (java) S 31345 31348 29371 0 -1 1077944320 18577662 0 0 0 1578366 6293 0 0 20 0 20 0 448143991 28911386624 6394676 33554432000 4194304 4196468 140735112596144 140735112578688 140480136703735 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 36818944 140735112602602 140735112602774 140735112602774 140735112605647 0
/proc/31350/statm: 7058444 6394676 3517 1 0 7019544 0
[pid=31350/tid=31351] ppid=31345 vsize=28233776 memory=1452 CPUtime=427.22 cores=0-7
/proc/31350/task/31351/stat : 31351 (java) S 31345 31348 29371 0 -1 1077944384 108957 0 0 0 42600 122 0 0 20 0 20 0 448143991 28911386624 6394676 33554432000 4194304 4196468 140735112596144 140480140940672 140480136713941 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36818944 140735112602602 140735112602774 140735112602774 140735112605647 0
[pid=31350/tid=31352] ppid=31345 vsize=28233776 memory=25578704 CPUtime=1903.95 cores=0-7
/proc/31350/task/31352/stat : 31352 (java) R 31345 31348 29371 0 -1 4202560 2050642 0 0 0 189652 743 0 0 20 0 20 0 448143992 28911386624 6394676 33554432000 4194304 4196468 140735112596144 140480089323816 140480129331943 0 4 0 16800975 0 0 0 -1 0 0 0 36 0 0 6293624 6294260 36818944 140735112602602 140735112602774 140735112602774 140735112605647 0
[pid=31350/tid=31353] ppid=31345 vsize=28233776 memory=6791534058613427641 CPUtime=1904.54 cores=0-7
/proc/31350/task/31353/stat : 31353 (java) R 31345 31348 29371 0 -1 4202560 2131423 0 0 0 189706 748 0 0 20 0 20 0 448143992 28911386624 6394676 33554432000 4194304 4196468 140735112596144 140480088271320 140480121654464 0 4 0 16800975 0 0 0 -1 6 0 0 37 0 0 6293624 6294260 36818944 140735112602602 140735112602774 140735112602774 140735112605647 0
[pid=31350/tid=31354] ppid=31345 vsize=28233776 memory=6789802306324843961 CPUtime=1906.61 cores=0-7
/proc/31350/task/31354/stat : 31354 (java) R 31345 31348 29371 0 -1 4202560 2264057 0 0 0 189907 754 0 0 20 0 20 0 448143992 28911386624 6394676 33554432000 4194304 4196468 140735112596144 140480087218728 140480129331943 0 4 0 16800975 0 0 0 -1 2 0 0 39 0 0 6293624 6294260 36818944 140735112602602 140735112602774 140735112602774 140735112605647 0
[pid=31350/tid=31355] ppid=31345 vsize=28233776 memory=-8961168018402230209 CPUtime=1909.83 cores=0-7
/proc/31350/task/31355/stat : 31355 (java) R 31345 31348 29371 0 -1 4202560 2026440 0 0 0 190190 793 0 0 20 0 20 0 448143992 28911386624 6394676 33554432000 4194304 4196468 140735112596144 140480086165928 140480129331943 0 4 0 16800975 0 0 0 -1 4 0 0 35 0 0 6293624 6294260 36818944 140735112602602 140735112602774 140735112602774 140735112605647 0
[pid=31350/tid=31356] ppid=31345 vsize=28233776 memory=1452 CPUtime=1904.34 cores=0-7
/proc/31350/task/31356/stat : 31356 (java) R 31345 31348 29371 0 -1 4202560 2009168 0 0 0 189686 748 0 0 20 0 20 0 448143992 28911386624 6394676 33554432000 4194304 4196468 140735112596144 140480085113944 140480121654340 0 4 0 16800975 0 0 0 -1 3 0 0 38 0 0 6293624 6294260 36818944 140735112602602 140735112602774 140735112602774 140735112605647 0
[pid=31350/tid=31357] ppid=31345 vsize=28233776 memory=25578704 CPUtime=1905.26 cores=0-7
/proc/31350/task/31357/stat : 31357 (java) R 31345 31348 29371 0 -1 4202560 1796910 0 0 0 189747 779 0 0 20 0 20 0 448143992 28911386624 6394676 33554432000 4194304 4196468 140735112596144 140480084060528 140480129331943 0 4 0 16800975 0 0 0 -1 5 0 0 35 0 0 6293624 6294260 36818944 140735112602602 140735112602774 140735112602774 140735112605647 0
[pid=31350/tid=31358] ppid=31345 vsize=28233776 memory=111628 CPUtime=1904.99 cores=0-7
/proc/31350/task/31358/stat : 31358 (java) R 31345 31348 29371 0 -1 4202560 1891373 0 0 0 189777 722 0 0 20 0 20 0 448143992 28911386624 6394676 33554432000 4194304 4196468 140735112596144 140480083008552 140480129331943 0 4 0 16800975 0 0 0 -1 7 0 0 40 0 0 6293624 6294260 36818944 140735112602602 140735112602774 140735112602774 140735112605647 0
[pid=31350/tid=31359] ppid=31345 vsize=28233776 memory=800 CPUtime=1904.27 cores=0-7
/proc/31350/task/31359/stat : 31359 (java) R 31345 31348 29371 0 -1 4202560 2055512 0 0 0 189714 713 0 0 20 0 20 0 448143992 28911386624 6394676 33554432000 4194304 4196468 140735112596144 140480081956056 140480121401487 0 4 0 16800975 0 0 0 -1 1 0 0 39 0 0 6293624 6294260 36818944 140735112602602 140735112602774 140735112602774 140735112605647 0
[pid=31350/tid=31360] ppid=31345 vsize=28233776 memory=1808 CPUtime=171.55 cores=0-7
/proc/31350/task/31360/stat : 31360 (java) S 31345 31348 29371 0 -1 1077944384 2195040 0 0 0 17015 140 0 0 20 0 20 0 448143993 28911386624 6394676 33554432000 4194304 4196468 140735112596144 140478600307168 140480136713941 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36818944 140735112602602 140735112602774 140735112602774 140735112605647 0
[pid=31350/tid=31361] ppid=31345 vsize=28233776 memory=924 CPUtime=0 cores=0-7
/proc/31350/task/31361/stat : 31361 (java) S 31345 31348 29371 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 20 0 448143994 28911386624 6394676 33554432000 4194304 4196468 140735112596144 140478599254880 140480136713941 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36818944 140735112602602 140735112602774 140735112602774 140735112605647 0
[pid=31350/tid=31362] ppid=31345 vsize=28233776 memory=140707423584845 CPUtime=0 cores=0-7
/proc/31350/task/31362/stat : 31362 (java) S 31345 31348 29371 0 -1 1077944384 90 0 0 0 0 0 0 0 20 0 20 0 448143994 28911386624 6394676 33554432000 4194304 4196468 140735112596144 140478598202496 140480136713941 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36818944 140735112602602 140735112602774 140735112602774 140735112605647 0
[pid=31350/tid=31363] ppid=31345 vsize=28233776 memory=6791534058613427641 CPUtime=0 cores=0-7
/proc/31350/task/31363/stat : 31363 (java) S 31345 31348 29371 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 20 0 448143996 28911386624 6394676 33554432000 4194304 4196468 140735112596144 140478597150448 140480136713941 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36818944 140735112602602 140735112602774 140735112602774 140735112605647 0
[pid=31350/tid=31364] ppid=31345 vsize=28233776 memory=3054156605268465310 CPUtime=0.76 cores=0-7
/proc/31350/task/31364/stat : 31364 (java) S 31345 31348 29371 0 -1 1077944384 9426 0 0 0 74 2 0 0 20 0 20 0 448143996 28911386624 6394676 33554432000 4194304 4196468 140735112596144 140478596098672 140480136714882 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 48 0 0 6293624 6294260 36818944 140735112602602 140735112602774 140735112602774 140735112605647 0
[pid=31350/tid=31365] ppid=31345 vsize=28233776 memory=5450906554093958698 CPUtime=0.69 cores=0-7
/proc/31350/task/31365/stat : 31365 (java) S 31345 31348 29371 0 -1 1077944384 9525 0 0 0 67 2 0 0 20 0 20 0 448143996 28911386624 6394676 33554432000 4194304 4196468 140735112596144 140478595045872 140480136714882 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 1 0 0 6293624 6294260 36818944 140735112602602 140735112602774 140735112602774 140735112605647 0
[pid=31350/tid=31366] ppid=31345 vsize=28233776 memory=4715433313220523562 CPUtime=0.8 cores=0-7
/proc/31350/task/31366/stat : 31366 (java) S 31345 31348 29371 0 -1 1077944384 8166 0 0 0 78 2 0 0 20 0 20 0 448143996 28911386624 6394676 33554432000 4194304 4196468 140735112596144 140478593993584 140480136714882 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36818944 140735112602602 140735112602774 140735112602774 140735112605647 0
[pid=31350/tid=31367] ppid=31345 vsize=28233776 memory=7822038051842261661 CPUtime=0.61 cores=0-7
/proc/31350/task/31367/stat : 31367 (java) S 31345 31348 29371 0 -1 1077944384 15599 0 0 0 59 2 0 0 20 0 20 0 448143996 28911386624 6394676 33554432000 4194304 4196468 140735112596144 140478592940784 140480136714882 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 48 0 0 6293624 6294260 36818944 140735112602602 140735112602774 140735112602774 140735112605647 0
[pid=31350/tid=31368] ppid=31345 vsize=28233776 memory=4713745541279610410 CPUtime=0 cores=0-7
/proc/31350/task/31368/stat : 31368 (java) S 31345 31348 29371 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 448143996 28911386624 6394676 33554432000 4194304 4196468 140735112596144 140478591887712 140480136713941 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36818944 140735112602602 140735112602774 140735112602774 140735112605647 0
[pid=31350/tid=31369] ppid=31345 vsize=28233776 memory=-6520471753822164382 CPUtime=1.03 cores=0-7
/proc/31350/task/31369/stat : 31369 (java) S 31345 31348 29371 0 -1 1077944384 4049 0 0 0 53 50 0 0 20 0 20 0 448143997 28911386624 6394676 33554432000 4194304 4196468 140735112596144 140478590834992 140480136714882 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 48 0 0 6293624 6294260 36818944 140735112602602 140735112602774 140735112602774 140735112605647 0
Current cumulated CPU time of completed processes: 0.002335 s
Current children cumulated CPU time: 15846.6 s
Current children cumulated vsize: 28233776 KiB
Current children cumulated memory: 25578704 KiB

[startup+2521.6 s]
/proc/loadavg: 6.10 7.00 6.96 9/211 31558
/proc/meminfo: memFree=1162832/32770624 swapFree=66941552/67108860
[pid=31350] ppid=31345 vsize=28233776 memory=25578704 CPUtime=15852.8 cores=0-7
/proc/31350/stat : 31350 (java) S 31345 31348 29371 0 -1 1077944320 18592717 0 0 0 1578988 6295 0 0 20 0 20 0 448143991 28911386624 6394676 33554432000 4194304 4196468 140735112596144 140735112578688 140480136703735 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 36818944 140735112602602 140735112602774 140735112602774 140735112605647 0
/proc/31350/statm: 7058444 6394676 3517 1 0 7019544 0
[pid=31350/tid=31351] ppid=31345 vsize=28233776 memory=1988 CPUtime=427.22 cores=0-7
/proc/31350/task/31351/stat : 31351 (java) S 31345 31348 29371 0 -1 1077944384 108957 0 0 0 42600 122 0 0 20 0 20 0 448143991 28911386624 6394676 33554432000 4194304 4196468 140735112596144 140480140940672 140480136713941 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36818944 140735112602602 140735112602774 140735112602774 140735112605647 0
[pid=31350/tid=31352] ppid=31345 vsize=28233776 memory=988 CPUtime=1904.72 cores=0-7
/proc/31350/task/31352/stat : 31352 (java) R 31345 31348 29371 0 -1 4202560 2050642 0 0 0 189729 743 0 0 20 0 20 0 448143992 28911386624 6394676 33554432000 4194304 4196468 140735112596144 140480089323816 140480120086768 0 4 0 16800975 0 0 0 -1 0 0 0 36 0 0 6293624 6294260 36818944 140735112602602 140735112602774 140735112602774 140735112605647 0
[pid=31350/tid=31353] ppid=31345 vsize=28233776 memory=1428 CPUtime=1905.33 cores=0-7
/proc/31350/task/31353/stat : 31353 (java) R 31345 31348 29371 0 -1 4202560 2139715 0 0 0 189785 748 0 0 20 0 20 0 448143992 28911386624 6394676 33554432000 4194304 4196468 140735112596144 140480088271320 140480121654340 0 4 0 16800975 0 0 0 -1 6 0 0 37 0 0 6293624 6294260 36818944 140735112602602 140735112602774 140735112602774 140735112605647 0
[pid=31350/tid=31354] ppid=31345 vsize=28233776 memory=1752 CPUtime=1907.38 cores=0-7
/proc/31350/task/31354/stat : 31354 (java) R 31345 31348 29371 0 -1 4202560 2264057 0 0 0 189984 754 0 0 20 0 20 0 448143992 28911386624 6394676 33554432000 4194304 4196468 140735112596144 140480087218416 140480129331943 0 4 0 16800975 0 0 0 -1 2 0 0 39 0 0 6293624 6294260 36818944 140735112602602 140735112602774 140735112602774 140735112605647 0
[pid=31350/tid=31355] ppid=31345 vsize=28233776 memory=1056 CPUtime=1910.6 cores=0-7
/proc/31350/task/31355/stat : 31355 (java) R 31345 31348 29371 0 -1 4202560 2026440 0 0 0 190267 793 0 0 20 0 20 0 448143992 28911386624 6394676 33554432000 4194304 4196468 140735112596144 140480086165928 140480129331943 0 4 0 16800975 0 0 0 -1 4 0 0 35 0 0 6293624 6294260 36818944 140735112602602 140735112602774 140735112602774 140735112605647 0
[pid=31350/tid=31356] ppid=31345 vsize=28233776 memory=1556 CPUtime=1905.14 cores=0-7
/proc/31350/task/31356/stat : 31356 (java) R 31345 31348 29371 0 -1 4202560 2015930 0 0 0 189766 748 0 0 20 0 20 0 448143992 28911386624 6394676 33554432000 4194304 4196468 140735112596144 140480085113944 140480121401487 0 4 0 16800975 0 0 0 -1 3 0 0 38 0 0 6293624 6294260 36818944 140735112602602 140735112602774 140735112602774 140735112605647 0
[pid=31350/tid=31357] ppid=31345 vsize=28233776 memory=11632 CPUtime=1906.04 cores=0-7
/proc/31350/task/31357/stat : 31357 (java) R 31345 31348 29371 0 -1 4202560 1796910 0 0 0 189824 780 0 0 20 0 20 0 448143992 28911386624 6394676 33554432000 4194304 4196468 140735112596144 140480084060528 140480129331943 0 4 0 16800975 0 0 0 -1 5 0 0 35 0 0 6293624 6294260 36818944 140735112602602 140735112602774 140735112602774 140735112605647 0
[pid=31350/tid=31358] ppid=31345 vsize=28233776 memory=6791534058613427641 CPUtime=1905.74 cores=0-7
/proc/31350/task/31358/stat : 31358 (java) R 31345 31348 29371 0 -1 4202560 1891373 0 0 0 189852 722 0 0 20 0 20 0 448143992 28911386624 6394676 33554432000 4194304 4196468 140735112596144 140480083008552 140480129331943 0 4 0 16800975 0 0 0 -1 7 0 0 40 0 0 6293624 6294260 36818944 140735112602602 140735112602774 140735112602774 140735112605647 0
[pid=31350/tid=31359] ppid=31345 vsize=28233776 memory=924 CPUtime=1905.07 cores=0-7
/proc/31350/task/31359/stat : 31359 (java) R 31345 31348 29371 0 -1 4202560 2055512 0 0 0 189794 713 0 0 20 0 20 0 448143992 28911386624 6394676 33554432000 4194304 4196468 140735112596144 140480081956056 140480121401527 0 4 0 16800975 0 0 0 -1 1 0 0 39 0 0 6293624 6294260 36818944 140735112602602 140735112602774 140735112602774 140735112605647 0
[pid=31350/tid=31360] ppid=31345 vsize=28233776 memory=4136 CPUtime=171.55 cores=0-7
/proc/31350/task/31360/stat : 31360 (java) S 31345 31348 29371 0 -1 1077944384 2195040 0 0 0 17015 140 0 0 20 0 20 0 448143993 28911386624 6394676 33554432000 4194304 4196468 140735112596144 140478600307168 140480136713941 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36818944 140735112602602 140735112602774 140735112602774 140735112605647 0
[pid=31350/tid=31361] ppid=31345 vsize=28233776 memory=4100 CPUtime=0 cores=0-7
/proc/31350/task/31361/stat : 31361 (java) S 31345 31348 29371 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 20 0 448143994 28911386624 6394676 33554432000 4194304 4196468 140735112596144 140478599254880 140480136713941 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36818944 140735112602602 140735112602774 140735112602774 140735112605647 0
[pid=31350/tid=31362] ppid=31345 vsize=28233776 memory=1452 CPUtime=0 cores=0-7
/proc/31350/task/31362/stat : 31362 (java) S 31345 31348 29371 0 -1 1077944384 90 0 0 0 0 0 0 0 20 0 20 0 448143994 28911386624 6394676 33554432000 4194304 4196468 140735112596144 140478598202496 140480136713941 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36818944 140735112602602 140735112602774 140735112602774 140735112605647 0
[pid=31350/tid=31363] ppid=31345 vsize=28233776 memory=25578704 CPUtime=0 cores=0-7
/proc/31350/task/31363/stat : 31363 (java) S 31345 31348 29371 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 20 0 448143996 28911386624 6394676 33554432000 4194304 4196468 140735112596144 140478597150448 140480136713941 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36818944 140735112602602 140735112602774 140735112602774 140735112605647 0
[pid=31350/tid=31364] ppid=31345 vsize=28233776 memory=2832 CPUtime=0.76 cores=0-7
/proc/31350/task/31364/stat : 31364 (java) S 31345 31348 29371 0 -1 1077944384 9426 0 0 0 74 2 0 0 20 0 20 0 448143996 28911386624 6394676 33554432000 4194304 4196468 140735112596144 140478596098672 140480136714882 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 48 0 0 6293624 6294260 36818944 140735112602602 140735112602774 140735112602774 140735112605647 0
[pid=31350/tid=31365] ppid=31345 vsize=28233776 memory=14012 CPUtime=0.69 cores=0-7
/proc/31350/task/31365/stat : 31365 (java) S 31345 31348 29371 0 -1 1077944384 9525 0 0 0 67 2 0 0 20 0 20 0 448143996 28911386624 6394676 33554432000 4194304 4196468 140735112596144 140478595045872 140480136714882 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 1 0 0 6293624 6294260 36818944 140735112602602 140735112602774 140735112602774 140735112605647 0
[pid=31350/tid=31366] ppid=31345 vsize=28233776 memory=6004 CPUtime=0.8 cores=0-7
/proc/31350/task/31366/stat : 31366 (java) S 31345 31348 29371 0 -1 1077944384 8166 0 0 0 78 2 0 0 20 0 20 0 448143996 28911386624 6394676 33554432000 4194304 4196468 140735112596144 140478593993584 140480136714882 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36818944 140735112602602 140735112602774 140735112602774 140735112605647 0
[pid=31350/tid=31367] ppid=31345 vsize=28233776 memory=624 CPUtime=0.61 cores=0-7
/proc/31350/task/31367/stat : 31367 (java) S 31345 31348 29371 0 -1 1077944384 15599 0 0 0 59 2 0 0 20 0 20 0 448143996 28911386624 6394676 33554432000 4194304 4196468 140735112596144 140478592940784 140480136714882 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 48 0 0 6293624 6294260 36818944 140735112602602 140735112602774 140735112602774 140735112605647 0
[pid=31350/tid=31368] ppid=31345 vsize=28233776 memory=4004 CPUtime=0 cores=0-7
/proc/31350/task/31368/stat : 31368 (java) S 31345 31348 29371 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 448143996 28911386624 6394676 33554432000 4194304 4196468 140735112596144 140478591887712 140480136713941 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36818944 140735112602602 140735112602774 140735112602774 140735112605647 0
[pid=31350/tid=31369] ppid=31345 vsize=28233776 memory=2832 CPUtime=1.03 cores=0-7
/proc/31350/task/31369/stat : 31369 (java) S 31345 31348 29371 0 -1 1077944384 4049 0 0 0 53 50 0 0 20 0 20 0 448143997 28911386624 6394676 33554432000 4194304 4196468 140735112596144 140478590834992 140480136714882 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 48 0 0 6293624 6294260 36818944 140735112602602 140735112602774 140735112602774 140735112605647 0
Current cumulated CPU time of completed processes: 0.002335 s
Current children cumulated CPU time: 15852.8 s
Current children cumulated vsize: 28233776 KiB
Current children cumulated memory: 25578704 KiB

[startup+2522 s]*
/proc/loadavg: 6.25 7.02 6.97 9/211 31558
/proc/meminfo: memFree=1162956/32770624 swapFree=66941552/67108860
[pid=31350] ppid=31345 vsize=28233776 memory=25578704 CPUtime=15856 cores=0-7
/proc/31350/stat : 31350 (java) S 31345 31348 29371 0 -1 1077944320 18592717 0 0 0 1579305 6296 0 0 20 0 20 0 448143991 28911386624 6394676 33554432000 4194304 4196468 140735112596144 140735112578688 140480136703735 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 36818944 140735112602602 140735112602774 140735112602774 140735112605647 0
/proc/31350/statm: 7058444 6394676 3517 1 0 7019544 0
[pid=31350/tid=31351] ppid=31345 vsize=28233776 memory=6791534058613427641 CPUtime=427.22 cores=0-7
/proc/31350/task/31351/stat : 31351 (java) S 31345 31348 29371 0 -1 1077944384 108957 0 0 0 42600 122 0 0 20 0 20 0 448143991 28911386624 6394676 33554432000 4194304 4196468 140735112596144 140480140940672 140480136713941 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36818944 140735112602602 140735112602774 140735112602774 140735112605647 0
[pid=31350/tid=31352] ppid=31345 vsize=28233776 memory=6789802306324843961 CPUtime=1905.12 cores=0-7
/proc/31350/task/31352/stat : 31352 (java) R 31345 31348 29371 0 -1 4202560 2050642 0 0 0 189768 744 0 0 20 0 20 0 448143992 28911386624 6394676 33554432000 4194304 4196468 140735112596144 140480089323816 140480129331943 0 4 0 16800975 0 0 0 -1 0 0 0 36 0 0 6293624 6294260 36818944 140735112602602 140735112602774 140735112602774 140735112605647 0
[pid=31350/tid=31353] ppid=31345 vsize=28233776 memory=1764 CPUtime=1905.73 cores=0-7
/proc/31350/task/31353/stat : 31353 (java) R 31345 31348 29371 0 -1 4202560 2139715 0 0 0 189825 748 0 0 20 0 20 0 448143992 28911386624 6394676 33554432000 4194304 4196468 140735112596144 140480088270704 140480129331943 0 4 0 16800975 0 0 0 -1 6 0 0 37 0 0 6293624 6294260 36818944 140735112602602 140735112602774 140735112602774 140735112605647 0
[pid=31350/tid=31354] ppid=31345 vsize=28233776 memory=111628 CPUtime=1907.77 cores=0-7
/proc/31350/task/31354/stat : 31354 (java) R 31345 31348 29371 0 -1 4202560 2264057 0 0 0 190023 754 0 0 20 0 20 0 448143992 28911386624 6394676 33554432000 4194304 4196468 140735112596144 140480087218728 140480129331943 0 4 0 16800975 0 0 0 -1 2 0 0 39 0 0 6293624 6294260 36818944 140735112602602 140735112602774 140735112602774 140735112605647 0
[pid=31350/tid=31355] ppid=31345 vsize=28233776 memory=800 CPUtime=1910.99 cores=0-7
/proc/31350/task/31355/stat : 31355 (java) R 31345 31348 29371 0 -1 4202560 2026440 0 0 0 190305 794 0 0 20 0 20 0 448143992 28911386624 6394676 33554432000 4194304 4196468 140735112596144 140480086165928 140480129331943 0 4 0 16800975 0 0 0 -1 4 0 0 35 0 0 6293624 6294260 36818944 140735112602602 140735112602774 140735112602774 140735112605647 0
[pid=31350/tid=31356] ppid=31345 vsize=28233776 memory=1808 CPUtime=1905.55 cores=0-7
/proc/31350/task/31356/stat : 31356 (java) R 31345 31348 29371 0 -1 4202560 2015930 0 0 0 189807 748 0 0 20 0 20 0 448143992 28911386624 6394676 33554432000 4194304 4196468 140735112596144 140480085113944 140480121654922 0 4 0 16800975 0 0 0 -1 3 0 0 38 0 0 6293624 6294260 36818944 140735112602602 140735112602774 140735112602774 140735112605647 0
[pid=31350/tid=31357] ppid=31345 vsize=28233776 memory=924 CPUtime=1906.43 cores=0-7
/proc/31350/task/31357/stat : 31357 (java) R 31345 31348 29371 0 -1 4202560 1796910 0 0 0 189863 780 0 0 20 0 20 0 448143992 28911386624 6394676 33554432000 4194304 4196468 140735112596144 140480084060528 140480129331943 0 4 0 16800975 0 0 0 -1 5 0 0 35 0 0 6293624 6294260 36818944 140735112602602 140735112602774 140735112602774 140735112605647 0
[pid=31350/tid=31358] ppid=31345 vsize=28233776 memory=800 CPUtime=1906.13 cores=0-7
/proc/31350/task/31358/stat : 31358 (java) R 31345 31348 29371 0 -1 4202560 1891373 0 0 0 189891 722 0 0 20 0 20 0 448143992 28911386624 6394676 33554432000 4194304 4196468 140735112596144 140480083008552 140480129331943 0 4 0 16800975 0 0 0 -1 0 0 0 40 0 0 6293624 6294260 36818944 140735112602602 140735112602774 140735112602774 140735112605647 0
[pid=31350/tid=31359] ppid=31345 vsize=28233776 memory=1808 CPUtime=1905.48 cores=0-7
/proc/31350/task/31359/stat : 31359 (java) R 31345 31348 29371 0 -1 4202560 2055512 0 0 0 189835 713 0 0 20 0 20 0 448143992 28911386624 6394676 33554432000 4194304 4196468 140735112596144 140480081956056 140480121401487 0 4 0 16800975 0 0 0 -1 1 0 0 39 0 0 6293624 6294260 36818944 140735112602602 140735112602774 140735112602774 140735112605647 0
[pid=31350/tid=31360] ppid=31345 vsize=28233776 memory=924 CPUtime=171.55 cores=0-7
/proc/31350/task/31360/stat : 31360 (java) S 31345 31348 29371 0 -1 1077944384 2195040 0 0 0 17015 140 0 0 20 0 20 0 448143993 28911386624 6394676 33554432000 4194304 4196468 140735112596144 140478600307168 140480136713941 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36818944 140735112602602 140735112602774 140735112602774 140735112605647 0
[pid=31350/tid=31361] ppid=31345 vsize=28233776 memory=4136 CPUtime=0 cores=0-7
/proc/31350/task/31361/stat : 31361 (java) S 31345 31348 29371 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 20 0 448143994 28911386624 6394676 33554432000 4194304 4196468 140735112596144 140478599254880 140480136713941 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36818944 140735112602602 140735112602774 140735112602774 140735112605647 0
[pid=31350/tid=31362] ppid=31345 vsize=28233776 memory=4100 CPUtime=0 cores=0-7
/proc/31350/task/31362/stat : 31362 (java) S 31345 31348 29371 0 -1 1077944384 90 0 0 0 0 0 0 0 20 0 20 0 448143994 28911386624 6394676 33554432000 4194304 4196468 140735112596144 140478598202496 140480136713941 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36818944 140735112602602 140735112602774 140735112602774 140735112605647 0
[pid=31350/tid=31363] ppid=31345 vsize=28233776 memory=1412 CPUtime=0 cores=0-7
/proc/31350/task/31363/stat : 31363 (java) S 31345 31348 29371 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 20 0 448143996 28911386624 6394676 33554432000 4194304 4196468 140735112596144 140478597150448 140480136713941 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36818944 140735112602602 140735112602774 140735112602774 140735112605647 0
[pid=31350/tid=31364] ppid=31345 vsize=28233776 memory=3396 CPUtime=0.76 cores=0-7
/proc/31350/task/31364/stat : 31364 (java) S 31345 31348 29371 0 -1 1077944384 9426 0 0 0 74 2 0 0 20 0 20 0 448143996 28911386624 6394676 33554432000 4194304 4196468 140735112596144 140478596098672 140480136714882 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 48 0 0 6293624 6294260 36818944 140735112602602 140735112602774 140735112602774 140735112605647 0
[pid=31350/tid=31365] ppid=31345 vsize=28233776 memory=4136 CPUtime=0.69 cores=0-7
/proc/31350/task/31365/stat : 31365 (java) S 31345 31348 29371 0 -1 1077944384 9525 0 0 0 67 2 0 0 20 0 20 0 448143996 28911386624 6394676 33554432000 4194304 4196468 140735112596144 140478595045872 140480136714882 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 1 0 0 6293624 6294260 36818944 140735112602602 140735112602774 140735112602774 140735112605647 0
[pid=31350/tid=31366] ppid=31345 vsize=28233776 memory=4100 CPUtime=0.8 cores=0-7
/proc/31350/task/31366/stat : 31366 (java) S 31345 31348 29371 0 -1 1077944384 8166 0 0 0 78 2 0 0 20 0 20 0 448143996 28911386624 6394676 33554432000 4194304 4196468 140735112596144 140478593993584 140480136714882 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36818944 140735112602602 140735112602774 140735112602774 140735112605647 0
[pid=31350/tid=31367] ppid=31345 vsize=28233776 memory=1412 CPUtime=0.61 cores=0-7
/proc/31350/task/31367/stat : 31367 (java) S 31345 31348 29371 0 -1 1077944384 15599 0 0 0 59 2 0 0 20 0 20 0 448143996 28911386624 6394676 33554432000 4194304 4196468 140735112596144 140478592940784 140480136714882 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 48 0 0 6293624 6294260 36818944 140735112602602 140735112602774 140735112602774 140735112605647 0
[pid=31350/tid=31368] ppid=31345 vsize=28233776 memory=3396 CPUtime=0 cores=0-7
/proc/31350/task/31368/stat : 31368 (java) S 31345 31348 29371 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 448143996 28911386624 6394676 33554432000 4194304 4196468 140735112596144 140478591887712 140480136713941 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36818944 140735112602602 140735112602774 140735112602774 140735112605647 0
[pid=31350/tid=31369] ppid=31345 vsize=28233776 memory=1452 CPUtime=1.03 cores=0-7
/proc/31350/task/31369/stat : 31369 (java) S 31345 31348 29371 0 -1 1077944384 4049 0 0 0 53 50 0 0 20 0 20 0 448143997 28911386624 6394676 33554432000 4194304 4196468 140735112596144 140478590834992 140480136714882 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 48 0 0 6293624 6294260 36818944 140735112602602 140735112602774 140735112602774 140735112605647 0
Current cumulated CPU time of completed processes: 0.002335 s
Current children cumulated CPU time: 15856 s
Current children cumulated vsize: 28233776 KiB
Current children cumulated memory: 25578704 KiB

Child ended because it received signal 9 (SIGKILL)
Real time (s): 2522.19
CPU time (s): 15856.2
CPU user time (s): 15793.1
CPU system time (s): 63.1385
CPU usage (%): 628.669
Max. virtual memory (cumulated for all children) (KiB): 28346904
Max. memory (cumulated for all children) (KiB): 25580156

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 15793.1
system time used= 63.1385
maximum resident set size= 25578944
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18593265
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3256
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 161116
involuntary context switches= 216519


# summary of solver processes directly reported to runsolver:
#   pid: 31348,31350
#   total CPU time (s): 15856.2
#   total CPU user time (s): 15793.1
#   total CPU system time (s): 63.1385

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 17.4078 second user time and 27.2292 second system time

The end

Launcher Data

Begin job on node149 at 2019-09-17 13:16:55
IDJOB=4399425
IDBENCH=141730
IDSOLVER=2854
FILE ID=node149/4399425-1568719053
RUNJOBID= node149-1568711300-29398
PBS_JOBID= 21703928
Free space on /tmp= 61420 MiB

SOLVER NAME= choco-solver 2019-09-16 parallel
BENCH NAME= XCSP19/ConsecutiveSquarePacking/ConsecutiveSquarePacking-sp-18-047.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-4399425-1568719053/watcher-4399425-1568719053 -o /tmp/evaluation-result-4399425-1568719053/solver-4399425-1568719053 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node149-1568711300-29398 --watchdog 2580  xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 1346131654 HOME/instance-4399425-1568719053.xml

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

MD5SUM BENCH= 503235a9ef2fa2334058f0cfe41dccf4
RANDOM SEED=1346131654

node149.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.81
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.81
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.81
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.81
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:        26772952 kB
MemAvailable:   31841400 kB
Buffers:          117288 kB
Cached:          5252968 kB
SwapCached:        61048 kB
Active:          2425976 kB
Inactive:        3005824 kB
Active(anon):       3848 kB
Inactive(anon):   106200 kB
Active(file):    2422128 kB
Inactive(file):  2899624 kB
Unevictable:      111220 kB
Mlocked:          111220 kB
SwapTotal:      67108860 kB
SwapFree:       66941552 kB
Dirty:             26084 kB
Writeback:             4 kB
AnonPages:        112836 kB
Mapped:            48664 kB
Shmem:             40008 kB
Slab:             154472 kB
SReclaimable:     125064 kB
SUnreclaim:        29408 kB
KernelStack:        3424 kB
PageTables:         5144 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     506232 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:      144768 kB
DirectMap2M:    33400832 kB

Free space on /tmp at the end= 61396 MiB
End job on node149 at 2019-09-17 13:58:57