Trace number 4404493

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
choco-solver 2019-09-20 parallel? (TO) 19791.5 2520.16

General information on the benchmark

NameMagicHexagon/MagicHexagon-m1-s1/
MagicHexagon-09-m057.xml
MD5SUMe3fb36821a1c53c1942e51a6fdfce406
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 variables289
Number of constraints58
Number of domains1
Minimum domain size217
Maximum domain size217
Distribution of domain sizes[{"size":217,"count":217}]
Minimum variable degree0
Maximum variable degree9
Distribution of variable degrees[{"degree":0,"count":72},{"degree":4,"count":211},{"degree":5,"count":3},{"degree":6,"count":2},{"degree":9,"count":1}]
Minimum constraint arity2
Maximum constraint arity217
Distribution of constraint arities[{"arity":2,"count":6},{"arity":9,"count":6},{"arity":10,"count":6},{"arity":11,"count":6},{"arity":12,"count":6},{"arity":13,"count":6},{"arity":14,"count":6},{"arity":15,"count":6},{"arity":16,"count":6},{"arity":17,"count":3},{"arity":217,"count":1}]
Number of extensional constraints0
Number of intensional constraints6
Distribution of constraint types[{"type":"intension","count":6},{"type":"allDifferent","count":1},{"type":"sum","count":51}]
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-4404493-1569002202.xml"  -tl '20160s' -p 8
0.12/0.18	c Choco 3fb4b153
0.12/0.18	c [HOME/instance-4404493-1569002202.xml, -tl, 20160s, -p, 8]
0.33/0.22	c 8 solvers in parallel
0.33/0.28	c parse instance...
1.32/0.69	c solve instance...
19790.64/2520.08	s UNKNOWN
19790.64/2520.08	c Unexpected resolution interruption!

Verifier Data


Watcher Data

runsolver version 3.4.0 (svn: 3012) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 16374 MiB (13453 MiB free)
  memory of node 1: 16384 MiB (10941 MiB free)
  node distances:
     10  21
     21  10

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

solver pid=17217, runsolver pid=17214

[startup+0.100152 s]*
/proc/loadavg: 9.00 8.62 8.35 3/211 17238
/proc/meminfo: memFree=24961992/32770624 swapFree=66935844/67108860
[pid=17217] ppid=17214 vsize=113128 memory=1448 CPUtime=0 cores=0-7
/proc/17217/stat : 17217 (xcsp3-exec) S 17214 17217 14774 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 476133987 115843072 362 33554432000 4194304 5098028 140726664163968 140726664162072 140639074103932 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 16084992 140726664172369 140726664172629 140726664172629 140726664175558 0
/proc/17217/statm: 28282 362 304 221 0 87 0
[pid=17219] ppid=17217 vsize=28227396 memory=30084 CPUtime=0.12 cores=0-7
/proc/17219/stat : 17219 (java) S 17217 17217 14774 0 -1 1077944320 5488 0 0 0 10 2 0 0 20 0 20 0 476133987 28904853504 7521 33554432000 4194304 4196468 140726347537424 140726347519968 140000609918711 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 21921792 140726347543510 140726347543686 140726347543686 140726347546575 0
/proc/17219/statm: 7056849 7521 3119 1 0 7019032 0
[pid=17219/tid=17220] ppid=17217 vsize=28227396 memory=4134930498285298233 CPUtime=0.08 cores=0-7
/proc/17219/task/17220/stat : 17220 (java) R 17217 17217 14774 0 -1 4202560 3404 0 0 0 7 1 0 0 20 0 20 0 476133987 28904853504 7521 33554432000 4194304 4196468 140726347537424 140000614157952 140000609940637 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 21921792 140726347543510 140726347543686 140726347543686 140726347546575 0
[pid=17219/tid=17221] ppid=17217 vsize=28227396 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/17219/task/17221/stat : 17221 (java) S 17217 17217 14774 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476133988 28904853504 7521 33554432000 4194304 4196468 140726347537424 140000161291024 140000609928917 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21921792 140726347543510 140726347543686 140726347543686 140726347546575 0
[pid=17219/tid=17222] ppid=17217 vsize=28227396 memory=140606624753280 CPUtime=0 cores=0-7
/proc/17219/task/17222/stat : 17222 (java) S 17217 17217 14774 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476133988 28904853504 7521 33554432000 4194304 4196468 140726347537424 140000160238480 140000609928917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21921792 140726347543510 140726347543686 140726347543686 140726347546575 0
[pid=17219/tid=17223] ppid=17217 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/17219/task/17223/stat : 17223 (java) S 17217 17217 14774 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476133988 28904853504 7521 33554432000 4194304 4196468 140726347537424 140000159185936 140000609928917 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21921792 140726347543510 140726347543686 140726347543686 140726347546575 0
[pid=17219/tid=17224] ppid=17217 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/17219/task/17224/stat : 17224 (java) S 17217 17217 14774 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476133988 28904853504 7521 33554432000 4194304 4196468 140726347537424 140000158133392 140000609928917 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21921792 140726347543510 140726347543686 140726347543686 140726347546575 0
[pid=17219/tid=17225] ppid=17217 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/17219/task/17225/stat : 17225 (java) S 17217 17217 14774 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476133988 28904853504 7521 33554432000 4194304 4196468 140726347537424 140000157079824 140000609928917 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21921792 140726347543510 140726347543686 140726347543686 140726347546575 0
[pid=17219/tid=17226] ppid=17217 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/17219/task/17226/stat : 17226 (java) S 17217 17217 14774 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476133988 28904853504 7521 33554432000 4194304 4196468 140726347537424 140000156027280 140000609928917 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21921792 140726347543510 140726347543686 140726347543686 140726347546575 0
[pid=17219/tid=17227] ppid=17217 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/17219/task/17227/stat : 17227 (java) S 17217 17217 14774 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476133988 28904853504 7521 33554432000 4194304 4196468 140726347537424 140000154974736 140000609928917 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21921792 140726347543510 140726347543686 140726347543686 140726347546575 0
[pid=17219/tid=17228] ppid=17217 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/17219/task/17228/stat : 17228 (java) S 17217 17217 14774 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476133988 28904853504 7521 33554432000 4194304 4196468 140726347537424 140000153922192 140000609928917 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21921792 140726347543510 140726347543686 140726347543686 140726347546575 0
[pid=17219/tid=17229] ppid=17217 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/17219/task/17229/stat : 17229 (java) S 17217 17217 14774 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476133990 28904853504 7521 33554432000 4194304 4196468 140726347537424 139999860496880 140000609929858 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21921792 140726347543510 140726347543686 140726347543686 140726347546575 0
[pid=17219/tid=17230] ppid=17217 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/17219/task/17230/stat : 17230 (java) S 17217 17217 14774 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 476133990 28904853504 7521 33554432000 4194304 4196468 140726347537424 139999859443104 140000609928917 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21921792 140726347543510 140726347543686 140726347543686 140726347546575 0
[pid=17219/tid=17231] ppid=17217 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/17219/task/17231/stat : 17231 (java) S 17217 17217 14774 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 476133990 28904853504 7521 33554432000 4194304 4196468 140726347537424 139999858390512 140000609928917 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21921792 140726347543510 140726347543686 140726347543686 140726347546575 0
[pid=17219/tid=17232] ppid=17217 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/17219/task/17232/stat : 17232 (java) S 17217 17217 14774 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476133993 28904853504 7521 33554432000 4194304 4196468 140726347537424 139999857339088 140000609937307 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21921792 140726347543510 140726347543686 140726347543686 140726347546575 0
[pid=17219/tid=17233] ppid=17217 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/17219/task/17233/stat : 17233 (java) R 17217 17217 14774 0 -1 4202560 307 0 0 0 0 0 0 0 20 0 20 0 476133993 28904853504 7521 33554432000 4194304 4196468 140726347537424 139999856285680 140000609940058 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 21921792 140726347543510 140726347543686 140726347543686 140726347546575 0
[pid=17219/tid=17234] ppid=17217 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/17219/task/17234/stat : 17234 (java) S 17217 17217 14774 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476133993 28904853504 7521 33554432000 4194304 4196468 140726347537424 139999855233136 140000609929858 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21921792 140726347543510 140726347543686 140726347543686 140726347546575 0
[pid=17219/tid=17235] ppid=17217 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/17219/task/17235/stat : 17235 (java) R 17217 17217 14774 0 -1 1077944384 123 0 0 0 0 0 0 0 20 0 20 0 476133993 28904853504 7521 33554432000 4194304 4196468 140726347537424 139999854180592 140000609929858 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21921792 140726347543510 140726347543686 140726347543686 140726347546575 0
[pid=17219/tid=17236] ppid=17217 vsize=28227396 memory=0 CPUtime=0.02 cores=0-7
/proc/17219/task/17236/stat : 17236 (java) R 17217 17217 14774 0 -1 4202560 340 0 0 0 2 0 0 0 20 0 20 0 476133993 28904853504 7521 33554432000 4194304 4196468 140726347537424 139999853128048 140000609940058 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 21921792 140726347543510 140726347543686 140726347543686 140726347546575 0
[pid=17219/tid=17237] ppid=17217 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/17219/task/17237/stat : 17237 (java) S 17217 17217 14774 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476133993 28904853504 7521 33554432000 4194304 4196468 140726347537424 139999852075744 140000609928917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21921792 140726347543510 140726347543686 140726347543686 140726347546575 0
[pid=17219/tid=17238] ppid=17217 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/17219/task/17238/stat : 17238 (java) S 17217 17217 14774 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476133993 28904853504 7521 33554432000 4194304 4196468 140726347537424 139999851023280 140000609929858 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21921792 140726347543510 140726347543686 140726347543686 140726347546575 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 31532 KiB

[startup+0.209842 s]*
/proc/loadavg: 9.00 8.62 8.35 3/211 17238
/proc/meminfo: memFree=24949596/32770624 swapFree=66935844/67108860
[pid=17217] ppid=17214 vsize=113128 memory=1448 CPUtime=0 cores=0-7
/proc/17217/stat : 17217 (xcsp3-exec) S 17214 17217 14774 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 476133987 115843072 362 33554432000 4194304 5098028 140726664163968 140726664162072 140639074103932 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 16084992 140726664172369 140726664172629 140726664172629 140726664175558 0
/proc/17217/statm: 28282 362 304 221 0 87 0
[pid=17219] ppid=17217 vsize=28227396 memory=41540 CPUtime=0.33 cores=0-7
/proc/17219/stat : 17219 (java) S 17217 17217 14774 0 -1 1077944320 9042 0 0 0 29 4 0 0 20 0 20 0 476133987 28904853504 10385 33554432000 4194304 4196468 140726347537424 140726347519968 140000609918711 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 21921792 140726347543510 140726347543686 140726347543686 140726347546575 0
/proc/17219/statm: 7056849 10385 3317 1 0 7019032 0
[pid=17219/tid=17220] ppid=17217 vsize=28227396 memory=8318255677412212789 CPUtime=0.19 cores=0-7
/proc/17219/task/17220/stat : 17220 (java) R 17217 17217 14774 0 -1 4202560 6223 0 0 0 16 3 0 0 20 0 20 0 476133987 28904853504 10385 33554432000 4194304 4196468 140726347537424 140000614151440 140000609930646 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 21921792 140726347543510 140726347543686 140726347543686 140726347546575 0
[pid=17219/tid=17221] ppid=17217 vsize=28227396 memory=331 CPUtime=0 cores=0-7
/proc/17219/task/17221/stat : 17221 (java) S 17217 17217 14774 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476133988 28904853504 10385 33554432000 4194304 4196468 140726347537424 140000161291024 140000609928917 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21921792 140726347543510 140726347543686 140726347543686 140726347546575 0
[pid=17219/tid=17222] ppid=17217 vsize=28227396 memory=140606624770575 CPUtime=0 cores=0-7
/proc/17219/task/17222/stat : 17222 (java) S 17217 17217 14774 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476133988 28904853504 10385 33554432000 4194304 4196468 140726347537424 140000160238480 140000609928917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21921792 140726347543510 140726347543686 140726347543686 140726347546575 0
[pid=17219/tid=17223] ppid=17217 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/17219/task/17223/stat : 17223 (java) S 17217 17217 14774 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476133988 28904853504 10385 33554432000 4194304 4196468 140726347537424 140000159185936 140000609928917 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21921792 140726347543510 140726347543686 140726347543686 140726347546575 0
[pid=17219/tid=17224] ppid=17217 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/17219/task/17224/stat : 17224 (java) S 17217 17217 14774 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476133988 28904853504 10385 33554432000 4194304 4196468 140726347537424 140000158133392 140000609928917 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21921792 140726347543510 140726347543686 140726347543686 140726347546575 0
[pid=17219/tid=17225] ppid=17217 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/17219/task/17225/stat : 17225 (java) S 17217 17217 14774 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476133988 28904853504 10385 33554432000 4194304 4196468 140726347537424 140000157079824 140000609928917 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21921792 140726347543510 140726347543686 140726347543686 140726347546575 0
[pid=17219/tid=17226] ppid=17217 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/17219/task/17226/stat : 17226 (java) S 17217 17217 14774 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476133988 28904853504 10385 33554432000 4194304 4196468 140726347537424 140000156027280 140000609928917 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21921792 140726347543510 140726347543686 140726347543686 140726347546575 0
[pid=17219/tid=17227] ppid=17217 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/17219/task/17227/stat : 17227 (java) S 17217 17217 14774 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476133988 28904853504 10385 33554432000 4194304 4196468 140726347537424 140000154974736 140000609928917 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21921792 140726347543510 140726347543686 140726347543686 140726347546575 0
[pid=17219/tid=17228] ppid=17217 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/17219/task/17228/stat : 17228 (java) S 17217 17217 14774 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476133988 28904853504 10385 33554432000 4194304 4196468 140726347537424 140000153922192 140000609928917 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21921792 140726347543510 140726347543686 140726347543686 140726347546575 0
[pid=17219/tid=17229] ppid=17217 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/17219/task/17229/stat : 17229 (java) S 17217 17217 14774 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 476133990 28904853504 10385 33554432000 4194304 4196468 140726347537424 139999860496880 140000609929858 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21921792 140726347543510 140726347543686 140726347543686 140726347546575 0
[pid=17219/tid=17230] ppid=17217 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/17219/task/17230/stat : 17230 (java) S 17217 17217 14774 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 476133990 28904853504 10385 33554432000 4194304 4196468 140726347537424 139999859443104 140000609928917 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21921792 140726347543510 140726347543686 140726347543686 140726347546575 0
[pid=17219/tid=17231] ppid=17217 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/17219/task/17231/stat : 17231 (java) S 17217 17217 14774 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 476133990 28904853504 10385 33554432000 4194304 4196468 140726347537424 139999858390512 140000609928917 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21921792 140726347543510 140726347543686 140726347543686 140726347546575 0
[pid=17219/tid=17232] ppid=17217 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/17219/task/17232/stat : 17232 (java) S 17217 17217 14774 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476133993 28904853504 10385 33554432000 4194304 4196468 140726347537424 139999857339088 140000609937307 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21921792 140726347543510 140726347543686 140726347543686 140726347546575 0
[pid=17219/tid=17233] ppid=17217 vsize=28227396 memory=0 CPUtime=0.01 cores=0-7
/proc/17219/task/17233/stat : 17233 (java) S 17217 17217 14774 0 -1 1077944384 407 0 0 0 1 0 0 0 20 0 20 0 476133993 28904853504 10385 33554432000 4194304 4196468 140726347537424 139999856285680 140000609929858 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21921792 140726347543510 140726347543686 140726347543686 140726347546575 0
[pid=17219/tid=17234] ppid=17217 vsize=28227396 memory=0 CPUtime=0.01 cores=0-7
/proc/17219/task/17234/stat : 17234 (java) S 17217 17217 14774 0 -1 1077944384 221 0 0 0 1 0 0 0 20 0 20 0 476133993 28904853504 10385 33554432000 4194304 4196468 140726347537424 139999855233136 140000609929858 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21921792 140726347543510 140726347543686 140726347543686 140726347546575 0
[pid=17219/tid=17235] ppid=17217 vsize=28227396 memory=-1 CPUtime=0.01 cores=0-7
/proc/17219/task/17235/stat : 17235 (java) S 17217 17217 14774 0 -1 1077944384 142 0 0 0 1 0 0 0 20 0 20 0 476133993 28904853504 10385 33554432000 4194304 4196468 140726347537424 139999854180592 140000609929858 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21921792 140726347543510 140726347543686 140726347543686 140726347546575 0
[pid=17219/tid=17236] ppid=17217 vsize=28227396 memory=-1 CPUtime=0.07 cores=0-7
/proc/17219/task/17236/stat : 17236 (java) R 17217 17217 14774 0 -1 4202560 735 0 0 0 7 0 0 0 20 0 20 0 476133993 28904853504 10385 33554432000 4194304 4196468 140726347537424 139999853127856 140000588839207 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 21921792 140726347543510 140726347543686 140726347543686 140726347546575 0
[pid=17219/tid=17237] ppid=17217 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/17219/task/17237/stat : 17237 (java) S 17217 17217 14774 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476133993 28904853504 10385 33554432000 4194304 4196468 140726347537424 139999852075744 140000609928917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21921792 140726347543510 140726347543686 140726347543686 140726347546575 0
[pid=17219/tid=17238] ppid=17217 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/17219/task/17238/stat : 17238 (java) S 17217 17217 14774 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476133993 28904853504 10385 33554432000 4194304 4196468 140726347537424 139999851023280 140000609929858 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21921792 140726347543510 140726347543686 140726347543686 140726347546575 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 42988 KiB

[startup+0.309499 s]*
/proc/loadavg: 9.00 8.62 8.35 3/211 17238
/proc/meminfo: memFree=24942836/32770624 swapFree=66935844/67108860
[pid=17217] ppid=17214 vsize=113128 memory=1448 CPUtime=0 cores=0-7
/proc/17217/stat : 17217 (xcsp3-exec) S 17214 17217 14774 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 476133987 115843072 362 33554432000 4194304 5098028 140726664163968 140726664162072 140639074103932 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 16084992 140726664172369 140726664172629 140726664172629 140726664175558 0
/proc/17217/statm: 28282 362 304 221 0 87 0
[pid=17219] ppid=17217 vsize=28231652 memory=49632 CPUtime=0.52 cores=0-7
/proc/17219/stat : 17219 (java) S 17217 17217 14774 0 -1 1077944320 10234 0 0 0 47 5 0 0 20 0 20 0 476133987 28909211648 12408 33554432000 4194304 4196468 140726347537424 140726347519968 140000609918711 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 21921792 140726347543510 140726347543686 140726347543686 140726347546575 0
/proc/17219/statm: 7057913 12408 3350 1 0 7019032 0
[pid=17219/tid=17220] ppid=17217 vsize=28231652 memory=6791534058613427641 CPUtime=0.3 cores=0-7
/proc/17219/task/17220/stat : 17220 (java) R 17217 17217 14774 0 -1 4202560 7307 0 0 0 26 4 0 0 20 0 20 0 476133987 28909211648 12435 33554432000 4194304 4196468 140726347537424 140000614152496 140000593999198 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 21921792 140726347543510 140726347543686 140726347543686 140726347546575 0
[pid=17219/tid=17221] ppid=17217 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/17219/task/17221/stat : 17221 (java) S 17217 17217 14774 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476133988 28909211648 12435 33554432000 4194304 4196468 140726347537424 140000161291024 140000609928917 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21921792 140726347543510 140726347543686 140726347543686 140726347546575 0
[pid=17219/tid=17222] ppid=17217 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/17219/task/17222/stat : 17222 (java) S 17217 17217 14774 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476133988 28909211648 12435 33554432000 4194304 4196468 140726347537424 140000160238480 140000609928917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21921792 140726347543510 140726347543686 140726347543686 140726347546575 0
[pid=17219/tid=17223] ppid=17217 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/17219/task/17223/stat : 17223 (java) S 17217 17217 14774 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476133988 28909211648 12435 33554432000 4194304 4196468 140726347537424 140000159185936 140000609928917 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21921792 140726347543510 140726347543686 140726347543686 140726347546575 0
[pid=17219/tid=17224] ppid=17217 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/17219/task/17224/stat : 17224 (java) S 17217 17217 14774 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476133988 28909211648 12435 33554432000 4194304 4196468 140726347537424 140000158133392 140000609928917 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21921792 140726347543510 140726347543686 140726347543686 140726347546575 0
[pid=17219/tid=17225] ppid=17217 vsize=28231652 memory=2244 CPUtime=0 cores=0-7
/proc/17219/task/17225/stat : 17225 (java) S 17217 17217 14774 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476133988 28909211648 12435 33554432000 4194304 4196468 140726347537424 140000157079824 140000609928917 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21921792 140726347543510 140726347543686 140726347543686 140726347546575 0
[pid=17219/tid=17226] ppid=17217 vsize=28231652 memory=140606491947951 CPUtime=0 cores=0-7
/proc/17219/task/17226/stat : 17226 (java) S 17217 17217 14774 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476133988 28909211648 12435 33554432000 4194304 4196468 140726347537424 140000156027280 140000609928917 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21921792 140726347543510 140726347543686 140726347543686 140726347546575 0
[pid=17219/tid=17227] ppid=17217 vsize=28231652 memory=140606491950256 CPUtime=0 cores=0-7
/proc/17219/task/17227/stat : 17227 (java) S 17217 17217 14774 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 476133988 28909211648 12435 33554432000 4194304 4196468 140726347537424 140000154974736 140000609928917 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21921792 140726347543510 140726347543686 140726347543686 140726347546575 0
[pid=17219/tid=17228] ppid=17217 vsize=28231652 memory=140606491952560 CPUtime=0 cores=0-7
/proc/17219/task/17228/stat : 17228 (java) S 17217 17217 14774 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476133988 28909211648 12435 33554432000 4194304 4196468 140726347537424 140000153922192 140000609928917 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21921792 140726347543510 140726347543686 140726347543686 140726347546575 0
[pid=17219/tid=17229] ppid=17217 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/17219/task/17229/stat : 17229 (java) S 17217 17217 14774 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 476133990 28909211648 12435 33554432000 4194304 4196468 140726347537424 139999860496880 140000609929858 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21921792 140726347543510 140726347543686 140726347543686 140726347546575 0
[pid=17219/tid=17230] ppid=17217 vsize=28231652 memory=281212983912080 CPUtime=0 cores=0-7
/proc/17219/task/17230/stat : 17230 (java) S 17217 17217 14774 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 476133990 28909211648 12435 33554432000 4194304 4196468 140726347537424 139999859443104 140000609928917 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21921792 140726347543510 140726347543686 140726347543686 140726347546575 0
[pid=17219/tid=17231] ppid=17217 vsize=28231652 memory=281212983918992 CPUtime=0 cores=0-7
/proc/17219/task/17231/stat : 17231 (java) S 17217 17217 14774 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 476133990 28909211648 12435 33554432000 4194304 4196468 140726347537424 139999858390512 140000609928917 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21921792 140726347543510 140726347543686 140726347543686 140726347546575 0
[pid=17219/tid=17232] ppid=17217 vsize=28231652 memory=281212983860272 CPUtime=0 cores=0-7
/proc/17219/task/17232/stat : 17232 (java) S 17217 17217 14774 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476133993 28909211648 12435 33554432000 4194304 4196468 140726347537424 139999857339088 140000609937307 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21921792 140726347543510 140726347543686 140726347543686 140726347546575 0
[pid=17219/tid=17233] ppid=17217 vsize=28231652 memory=281212983932816 CPUtime=0.02 cores=0-7
/proc/17219/task/17233/stat : 17233 (java) S 17217 17217 14774 0 -1 1077944384 415 0 0 0 2 0 0 0 20 0 20 0 476133993 28909211648 12435 33554432000 4194304 4196468 140726347537424 139999856285680 140000609929858 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21921792 140726347543510 140726347543686 140726347543686 140726347546575 0
[pid=17219/tid=17234] ppid=17217 vsize=28231652 memory=281212983939728 CPUtime=0.03 cores=0-7
/proc/17219/task/17234/stat : 17234 (java) S 17217 17217 14774 0 -1 1077944384 237 0 0 0 3 0 0 0 20 0 20 0 476133993 28909211648 12435 33554432000 4194304 4196468 140726347537424 139999855233136 140000609929858 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21921792 140726347543510 140726347543686 140726347543686 140726347546575 0
[pid=17219/tid=17235] ppid=17217 vsize=28231652 memory=281212983937424 CPUtime=0.02 cores=0-7
/proc/17219/task/17235/stat : 17235 (java) S 17217 17217 14774 0 -1 1077944384 147 0 0 0 2 0 0 0 20 0 20 0 476133993 28909211648 12435 33554432000 4194304 4196468 140726347537424 139999854180592 140000609929858 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21921792 140726347543510 140726347543686 140726347543686 140726347546575 0
[pid=17219/tid=17236] ppid=17217 vsize=28231652 memory=281212983953584 CPUtime=0.12 cores=0-7
/proc/17219/task/17236/stat : 17236 (java) S 17217 17217 14774 0 -1 1077944384 825 0 0 0 12 0 0 0 20 0 20 0 476133993 28909211648 12435 33554432000 4194304 4196468 140726347537424 139999853128048 140000609929858 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21921792 140726347543510 140726347543686 140726347543686 140726347546575 0
[pid=17219/tid=17237] ppid=17217 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/17219/task/17237/stat : 17237 (java) S 17217 17217 14774 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 476133993 28909211648 12435 33554432000 4194304 4196468 140726347537424 139999852075744 140000609928917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21921792 140726347543510 140726347543686 140726347543686 140726347546575 0
[pid=17219/tid=17238] ppid=17217 vsize=28231652 memory=-1 CPUtime=0 cores=0-7
/proc/17219/task/17238/stat : 17238 (java) S 17217 17217 14774 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 476133993 28909211648 12435 33554432000 4194304 4196468 140726347537424 139999851023280 140000609929858 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21921792 140726347543510 140726347543686 140726347543686 140726347546575 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 28344780 KiB
Current children cumulated memory: 51080 KiB

[startup+0.70088 s]
/proc/loadavg: 9.00 8.62 8.35 6/211 17238
/proc/meminfo: memFree=24925504/32770624 swapFree=66935844/67108860
[pid=17217] ppid=17214 vsize=113128 memory=1448 CPUtime=0 cores=0-7
/proc/17217/stat : 17217 (xcsp3-exec) S 17214 17217 14774 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 476133987 115843072 362 33554432000 4194304 5098028 140726664163968 140726664162072 140639074103932 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 16084992 140726664172369 140726664172629 140726664172629 140726664175558 0
/proc/17217/statm: 28282 362 304 221 0 87 0
[pid=17219] ppid=17217 vsize=28300340 memory=86696 CPUtime=1.74 cores=0-7
/proc/17219/stat : 17219 (java) S 17217 17217 14774 0 -1 1077944320 14972 0 0 0 166 8 0 0 20 0 21 0 476133987 28979548160 21674 33554432000 4194304 4196468 140726347537424 140726347519968 140000609918711 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 21921792 140726347543510 140726347543686 140726347543686 140726347546575 0
/proc/17219/statm: 7075085 21674 3459 1 0 7036185 0
[pid=17219/tid=17220] ppid=17217 vsize=28300340 memory=281212984311472 CPUtime=0.67 cores=0-7
/proc/17219/task/17220/stat : 17220 (java) S 17217 17217 14774 0 -1 1077944384 8941 0 0 0 62 5 0 0 20 0 21 0 476133987 28979548160 22186 33554432000 4194304 4196468 140726347537424 140000614159488 140000609928917 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21921792 140726347543510 140726347543686 140726347543686 140726347546575 0
[pid=17219/tid=17221] ppid=17217 vsize=28300340 memory=140606492156784 CPUtime=0 cores=0-7
/proc/17219/task/17221/stat : 17221 (java) S 17217 17217 14774 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 21 0 476133988 28979548160 22186 33554432000 4194304 4196468 140726347537424 140000161291024 140000609928917 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21921792 140726347543510 140726347543686 140726347543686 140726347546575 0
[pid=17219/tid=17222] ppid=17217 vsize=28300340 memory=0 CPUtime=0 cores=0-7
/proc/17219/task/17222/stat : 17222 (java) S 17217 17217 14774 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 476133988 28979548160 22186 33554432000 4194304 4196468 140726347537424 140000160238480 140000609928917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21921792 140726347543510 140726347543686 140726347543686 140726347546575 0
[pid=17219/tid=17223] ppid=17217 vsize=28300340 memory=1128 CPUtime=0 cores=0-7
/proc/17219/task/17223/stat : 17223 (java) S 17217 17217 14774 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 476133988 28979548160 22186 33554432000 4194304 4196468 140726347537424 140000159185936 140000609928917 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21921792 140726347543510 140726347543686 140726347543686 140726347546575 0

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

[pid=17219/tid=17245] ppid=17217 vsize=28768336 memory=1560 CPUtime=2427.27 cores=0-7
/proc/17219/task/17245/stat : 17245 (java) R 17217 17217 14774 0 -1 4202560 27268 0 0 0 242703 24 0 0 20 0 28 0 476134057 29458776064 266917 33554432000 4194304 4196468 140726347537424 139999835488392 140000254264824 0 4 0 16800975 0 0 0 -1 0 0 0 9 0 0 6293624 6294260 21921792 140726347543510 140726347543686 140726347543686 140726347546575 0
[pid=17219/tid=17246] ppid=17217 vsize=28768336 memory=6791534058613427641 CPUtime=2432.25 cores=0-7
/proc/17219/task/17246/stat : 17246 (java) R 17217 17217 14774 0 -1 4202560 62532 0 0 0 243174 51 0 0 20 0 28 0 476134057 29458776064 266917 33554432000 4194304 4196468 140726347537424 139999834435968 140000256256531 0 4 0 16800975 0 0 0 -1 3 0 0 8 0 0 6293624 6294260 21921792 140726347543510 140726347543686 140726347543686 140726347546575 0
Current children cumulated CPU time: 19650.8 s
Current children cumulated vsize: 28881464 KiB
Current children cumulated memory: 1069116 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+2520 s]*
/proc/loadavg: 8.14 7.87 7.96 9/220 17461
/proc/meminfo: memFree=23719736/32770624 swapFree=66935844/67108860
[pid=17217] ppid=17214 vsize=113128 memory=1448 CPUtime=0 cores=0-7
/proc/17217/stat : 17217 (xcsp3-exec) S 17214 17217 14774 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 476133987 115843072 362 33554432000 4194304 5098028 140726664163968 140726664162072 140639074103932 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 16084992 140726664172369 140726664172629 140726664172629 140726664175558 0
/proc/17217/statm: 28282 362 304 221 0 87 0
[pid=17219] ppid=17217 vsize=28768336 memory=1266160 CPUtime=19790.6 cores=0-7
/proc/17219/stat : 17219 (java) S 17217 17217 14774 0 -1 1077944320 1093571 0 0 0 1974876 4188 0 0 20 0 28 0 476133987 29458776064 316540 33554432000 4194304 4196468 140726347537424 140726347519968 140000609918711 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 21921792 140726347543510 140726347543686 140726347543686 140726347546575 0
/proc/17219/statm: 7192084 316540 3544 1 0 7153184 0
[pid=17219/tid=17220] ppid=17217 vsize=28768336 memory=932 CPUtime=0.67 cores=0-7
/proc/17219/task/17220/stat : 17220 (java) S 17217 17217 14774 0 -1 1077944384 8941 0 0 0 62 5 0 0 20 0 28 0 476133987 29458776064 316540 33554432000 4194304 4196468 140726347537424 140000614159488 140000609928917 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21921792 140726347543510 140726347543686 140726347543686 140726347546575 0
[pid=17219/tid=17221] ppid=17217 vsize=28768336 memory=4872558044660077418 CPUtime=16.47 cores=0-7
/proc/17219/task/17221/stat : 17221 (java) S 17217 17217 14774 0 -1 1077944384 47631 0 0 0 1554 93 0 0 20 0 28 0 476133988 29458776064 316540 33554432000 4194304 4196468 140726347537424 140000161291024 140000609928917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 6 0 0 6293624 6294260 21921792 140726347543510 140726347543686 140726347543686 140726347546575 0
[pid=17219/tid=17222] ppid=17217 vsize=28768336 memory=1317972 CPUtime=16.53 cores=0-7
/proc/17219/task/17222/stat : 17222 (java) S 17217 17217 14774 0 -1 1077944384 45834 0 0 0 1557 96 0 0 20 0 28 0 476133988 29458776064 316540 33554432000 4194304 4196468 140726347537424 140000160238480 140000609928917 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 4 0 0 6293624 6294260 21921792 140726347543510 140726347543686 140726347543686 140726347546575 0
[pid=17219/tid=17223] ppid=17217 vsize=28768336 memory=4280 CPUtime=16.65 cores=0-7
/proc/17219/task/17223/stat : 17223 (java) S 17217 17217 14774 0 -1 1077944384 43721 0 0 0 1565 100 0 0 20 0 28 0 476133988 29458776064 316540 33554432000 4194304 4196468 140726347537424 140000159185936 140000609928917 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 4 0 0 6293624 6294260 21921792 140726347543510 140726347543686 140726347543686 140726347546575 0
[pid=17219/tid=17224] ppid=17217 vsize=28768336 memory=1412 CPUtime=16.67 cores=0-7
/proc/17219/task/17224/stat : 17224 (java) S 17217 17217 14774 0 -1 1077944384 44619 0 0 0 1574 93 0 0 20 0 28 0 476133988 29458776064 316540 33554432000 4194304 4196468 140726347537424 140000158133392 140000609928917 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 4 0 0 6293624 6294260 21921792 140726347543510 140726347543686 140726347543686 140726347546575 0
[pid=17219/tid=17225] ppid=17217 vsize=28768336 memory=3684 CPUtime=16.51 cores=0-7
/proc/17219/task/17225/stat : 17225 (java) S 17217 17217 14774 0 -1 1077944384 46910 0 0 0 1550 101 0 0 20 0 28 0 476133988 29458776064 316540 33554432000 4194304 4196468 140726347537424 140000157079824 140000609928917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 7 0 0 6293624 6294260 21921792 140726347543510 140726347543686 140726347543686 140726347546575 0
[pid=17219/tid=17226] ppid=17217 vsize=28768336 memory=1448 CPUtime=16.5 cores=0-7
/proc/17219/task/17226/stat : 17226 (java) S 17217 17217 14774 0 -1 1077944384 43929 0 0 0 1554 96 0 0 20 0 28 0 476133988 29458776064 316540 33554432000 4194304 4196468 140726347537424 140000156027280 140000609928917 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 5 0 0 6293624 6294260 21921792 140726347543510 140726347543686 140726347543686 140726347546575 0
[pid=17219/tid=17227] ppid=17217 vsize=28768336 memory=1277412 CPUtime=16.57 cores=0-7
/proc/17219/task/17227/stat : 17227 (java) S 17217 17217 14774 0 -1 1077944384 40425 0 0 0 1556 101 0 0 20 0 28 0 476133988 29458776064 316540 33554432000 4194304 4196468 140726347537424 140000154974736 140000609928917 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 6 0 0 6293624 6294260 21921792 140726347543510 140726347543686 140726347543686 140726347546575 0
[pid=17219/tid=17228] ppid=17217 vsize=28768336 memory=4104 CPUtime=16.5 cores=0-7
/proc/17219/task/17228/stat : 17228 (java) S 17217 17217 14774 0 -1 1077944384 43442 0 0 0 1552 98 0 0 20 0 28 0 476133988 29458776064 316540 33554432000 4194304 4196468 140726347537424 140000153922192 140000609928917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 5 0 0 6293624 6294260 21921792 140726347543510 140726347543686 140726347543686 140726347546575 0
[pid=17219/tid=17229] ppid=17217 vsize=28768336 memory=1448 CPUtime=48.79 cores=0-7
/proc/17219/task/17229/stat : 17229 (java) S 17217 17217 14774 0 -1 1077944384 156530 0 0 0 1821 3058 0 0 20 0 28 0 476133990 29458776064 316540 33554432000 4194304 4196468 140726347537424 139999860496880 140000609929858 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21921792 140726347543510 140726347543686 140726347543686 140726347546575 0
[pid=17219/tid=17230] ppid=17217 vsize=28768336 memory=1636 CPUtime=0 cores=0-7
/proc/17219/task/17230/stat : 17230 (java) S 17217 17217 14774 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 28 0 476133990 29458776064 316540 33554432000 4194304 4196468 140726347537424 139999859443168 140000609928917 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21921792 140726347543510 140726347543686 140726347543686 140726347546575 0
[pid=17219/tid=17231] ppid=17217 vsize=28768336 memory=1436 CPUtime=0 cores=0-7
/proc/17219/task/17231/stat : 17231 (java) S 17217 17217 14774 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 28 0 476133990 29458776064 316540 33554432000 4194304 4196468 140726347537424 139999858390528 140000609928917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21921792 140726347543510 140726347543686 140726347543686 140726347546575 0
[pid=17219/tid=17232] ppid=17217 vsize=28768336 memory=880 CPUtime=0 cores=0-7
/proc/17219/task/17232/stat : 17232 (java) S 17217 17217 14774 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 476133993 29458776064 316540 33554432000 4194304 4196468 140726347537424 139999857339088 140000609937307 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21921792 140726347543510 140726347543686 140726347543686 140726347546575 0
[pid=17219/tid=17233] ppid=17217 vsize=28768336 memory=1980 CPUtime=2.36 cores=0-7
/proc/17219/task/17233/stat : 17233 (java) S 17217 17217 14774 0 -1 1077944384 9367 0 0 0 235 1 0 0 20 0 28 0 476133993 29458776064 316540 33554432000 4194304 4196468 140726347537424 139999856285680 140000609929858 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21921792 140726347543510 140726347543686 140726347543686 140726347546575 0
[pid=17219/tid=17234] ppid=17217 vsize=28768336 memory=2520 CPUtime=2.28 cores=0-7
/proc/17219/task/17234/stat : 17234 (java) S 17217 17217 14774 0 -1 1077944384 10097 0 0 0 225 3 0 0 20 0 28 0 476133993 29458776064 316540 33554432000 4194304 4196468 140726347537424 139999855233136 140000609929858 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21921792 140726347543510 140726347543686 140726347543686 140726347546575 0
[pid=17219/tid=17235] ppid=17217 vsize=28768336 memory=1760 CPUtime=2.36 cores=0-7
/proc/17219/task/17235/stat : 17235 (java) S 17217 17217 14774 0 -1 1077944384 10576 0 0 0 234 2 0 0 20 0 28 0 476133993 29458776064 316540 33554432000 4194304 4196468 140726347537424 139999854180592 140000609929858 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21921792 140726347543510 140726347543686 140726347543686 140726347546575 0
[pid=17219/tid=17236] ppid=17217 vsize=28768336 memory=1660 CPUtime=0.77 cores=0-7
/proc/17219/task/17236/stat : 17236 (java) S 17217 17217 14774 0 -1 1077944384 7961 0 0 0 76 1 0 0 20 0 28 0 476133993 29458776064 316540 33554432000 4194304 4196468 140726347537424 139999853128048 140000609929858 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21921792 140726347543510 140726347543686 140726347543686 140726347546575 0
[pid=17219/tid=17237] ppid=17217 vsize=28768336 memory=111632 CPUtime=0 cores=0-7
/proc/17219/task/17237/stat : 17237 (java) S 17217 17217 14774 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 476133993 29458776064 316540 33554432000 4194304 4196468 140726347537424 139999852075744 140000609928917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21921792 140726347543510 140726347543686 140726347543686 140726347546575 0
[pid=17219/tid=17238] ppid=17217 vsize=28768336 memory=796 CPUtime=0.88 cores=0-7
/proc/17219/task/17238/stat : 17238 (java) S 17217 17217 14774 0 -1 1077944384 4675 0 0 0 20 68 0 0 20 0 28 0 476133993 29458776064 316540 33554432000 4194304 4196468 140726347537424 139999851023280 140000609929858 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21921792 140726347543510 140726347543686 140726347543686 140726347546575 0
[pid=17219/tid=17239] ppid=17217 vsize=28768336 memory=1804 CPUtime=2445.81 cores=0-7
/proc/17219/task/17239/stat : 17239 (java) R 17217 17217 14774 0 -1 4202560 156084 0 0 0 244515 66 0 0 20 0 28 0 476134057 29458776064 316540 33554432000 4194304 4196468 140726347537424 139999841803400 140000255888758 0 4 0 16800975 0 0 0 -1 0 0 0 14 0 0 6293624 6294260 21921792 140726347543510 140726347543686 140726347543686 140726347546575 0
[pid=17219/tid=17240] ppid=17217 vsize=28768336 memory=1560 CPUtime=2442.66 cores=0-7
/proc/17219/task/17240/stat : 17240 (java) R 17217 17217 14774 0 -1 4202560 18895 0 0 0 244242 24 0 0 20 0 28 0 476134057 29458776064 316540 33554432000 4194304 4196468 140726347537424 139999840751704 140000254172142 0 4 0 16800975 0 0 0 -1 4 0 0 8 0 0 6293624 6294260 21921792 140726347543510 140726347543686 140726347543686 140726347546575 0
[pid=17219/tid=17241] ppid=17217 vsize=28768336 memory=3592 CPUtime=2450.27 cores=0-7
/proc/17219/task/17241/stat : 17241 (java) R 17217 17217 14774 0 -1 4202560 86320 0 0 0 244971 56 0 0 20 0 28 0 476134057 29458776064 316540 33554432000 4194304 4196468 140726347537424 139999839698520 140000248312391 0 4 0 16800975 0 0 0 -1 6 0 0 12 0 0 6293624 6294260 21921792 140726347543510 140726347543686 140726347543686 140726347546575 0
[pid=17219/tid=17242] ppid=17217 vsize=28768336 memory=1128 CPUtime=2465.36 cores=0-7
/proc/17219/task/17242/stat : 17242 (java) R 17217 17217 14774 0 -1 4202560 56300 0 0 0 246488 48 0 0 20 0 28 0 476134057 29458776064 316540 33554432000 4194304 4196468 140726347537424 139999838648768 140000256256416 0 4 0 16800975 0 0 0 -1 1 0 0 7 0 0 6293624 6294260 21921792 140726347543510 140726347543686 140726347543686 140726347546575 0
[pid=17219/tid=17243] ppid=17217 vsize=28768336 memory=2828 CPUtime=2445.96 cores=0-7
/proc/17219/task/17243/stat : 17243 (java) R 17217 17217 14774 0 -1 4202560 69749 0 0 0 244544 52 0 0 20 0 28 0 476134057 29458776064 316540 33554432000 4194304 4196468 140726347537424 139999837593736 140000256256450 0 4 0 16800975 0 0 0 -1 5 0 0 10 0 0 6293624 6294260 21921792 140726347543510 140726347543686 140726347543686 140726347546575 0
[pid=17219/tid=17244] ppid=17217 vsize=28768336 memory=1228 CPUtime=2455.61 cores=0-7
/proc/17219/task/17244/stat : 17244 (java) R 17217 17217 14774 0 -1 4202560 50374 0 0 0 245514 47 0 0 20 0 28 0 476134057 29458776064 316540 33554432000 4194304 4196468 140726347537424 139999836540944 140000256256416 0 4 0 16800975 0 0 0 -1 7 0 0 7 0 0 6293624 6294260 21921792 140726347543510 140726347543686 140726347543686 140726347546575 0
[pid=17219/tid=17245] ppid=17217 vsize=28768336 memory=14008 CPUtime=2444.62 cores=0-7
/proc/17219/task/17245/stat : 17245 (java) R 17217 17217 14774 0 -1 4202560 27332 0 0 0 244438 24 0 0 20 0 28 0 476134057 29458776064 316540 33554432000 4194304 4196468 140726347537424 139999835489000 140000248312461 0 4 0 16800975 0 0 0 -1 2 0 0 9 0 0 6293624 6294260 21921792 140726347543510 140726347543686 140726347543686 140726347546575 0
[pid=17219/tid=17246] ppid=17217 vsize=28768336 memory=12040 CPUtime=2449.66 cores=0-7
/proc/17219/task/17246/stat : 17246 (java) R 17217 17217 14774 0 -1 4202560 62561 0 0 0 244915 51 0 0 20 0 28 0 476134057 29458776064 316540 33554432000 4194304 4196468 140726347537424 139999834436104 140000256256082 0 4 0 16800975 0 0 0 -1 3 0 0 8 0 0 6293624 6294260 21921792 140726347543510 140726347543686 140726347543686 140726347546575 0
Current children cumulated CPU time: 19790.6 s
Current children cumulated vsize: 28881464 KiB
Current children cumulated memory: 1267608 KiB

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

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

[startup+2520.16 s]
# the end of solver process 17219 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=19749.6 s, system=41.9285 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

[startup+2520.13 s]*
/proc/loadavg: 8.14 7.87 7.96 3/219 17463
/proc/meminfo: memFree=23719720/32770624 swapFree=66935844/67108860
[pid=17219] ppid=17214 vsize=28901464 memory=1266356 CPUtime=19791.4 cores=0-7
/proc/17219/stat : 17219 (java) S 17214 17217 14774 0 -1 1077944320 1093870 0 0 0 1974954 4191 0 0 20 0 28 0 476133987 29595099136 316589 33554432000 4194304 4196468 140726347537424 140726347519968 140000609918711 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 21921792 140726347543510 140726347543686 140726347543686 140726347546575 0
/proc/17219/statm: 7225366 316589 3546 1 0 7186466 0
[pid=17219/tid=17220] ppid=17214 vsize=28901464 memory=1398720917958146503 CPUtime=0.67 cores=0-7
/proc/17219/task/17220/stat : 17220 (java) S 17214 17217 14774 0 -1 1077944384 8941 0 0 0 62 5 0 0 20 0 28 0 476133987 29595099136 316589 33554432000 4194304 4196468 140726347537424 140000614159488 140000609928917 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21921792 140726347543510 140726347543686 140726347543686 140726347546575 0
[pid=17219/tid=17221] ppid=17214 vsize=28901464 memory=4872558044660077418 CPUtime=16.47 cores=0-7
/proc/17219/task/17221/stat : 17221 (java) S 17214 17217 14774 0 -1 1077944384 47631 0 0 0 1554 93 0 0 20 0 28 0 476133988 29595099136 316589 33554432000 4194304 4196468 140726347537424 140000161291024 140000609928917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 6 0 0 6293624 6294260 21921792 140726347543510 140726347543686 140726347543686 140726347546575 0
[pid=17219/tid=17222] ppid=17214 vsize=28901464 memory=2828 CPUtime=16.53 cores=0-7
/proc/17219/task/17222/stat : 17222 (java) S 17214 17217 14774 0 -1 1077944384 45834 0 0 0 1557 96 0 0 20 0 28 0 476133988 29595099136 316589 33554432000 4194304 4196468 140726347537424 140000160238480 140000609928917 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 4 0 0 6293624 6294260 21921792 140726347543510 140726347543686 140726347543686 140726347546575 0
[pid=17219/tid=17223] ppid=17214 vsize=28901464 memory=1228 CPUtime=16.65 cores=0-7
/proc/17219/task/17223/stat : 17223 (java) S 17214 17217 14774 0 -1 1077944384 43721 0 0 0 1565 100 0 0 20 0 28 0 476133988 29595099136 316589 33554432000 4194304 4196468 140726347537424 140000159185936 140000609928917 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 4 0 0 6293624 6294260 21921792 140726347543510 140726347543686 140726347543686 140726347546575 0
[pid=17219/tid=17224] ppid=17214 vsize=28901464 memory=14008 CPUtime=16.67 cores=0-7
/proc/17219/task/17224/stat : 17224 (java) S 17214 17217 14774 0 -1 1077944384 44619 0 0 0 1574 93 0 0 20 0 28 0 476133988 29595099136 316589 33554432000 4194304 4196468 140726347537424 140000158133392 140000609928917 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 4 0 0 6293624 6294260 21921792 140726347543510 140726347543686 140726347543686 140726347546575 0
[pid=17219/tid=17225] ppid=17214 vsize=28901464 memory=12040 CPUtime=16.51 cores=0-7
/proc/17219/task/17225/stat : 17225 (java) S 17214 17217 14774 0 -1 1077944384 46910 0 0 0 1550 101 0 0 20 0 28 0 476133988 29595099136 316589 33554432000 4194304 4196468 140726347537424 140000157079824 140000609928917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 7 0 0 6293624 6294260 21921792 140726347543510 140726347543686 140726347543686 140726347546575 0
[pid=17219/tid=17226] ppid=17214 vsize=28901464 memory=2124 CPUtime=16.5 cores=0-7
/proc/17219/task/17226/stat : 17226 (java) S 17214 17217 14774 0 -1 1077944384 43929 0 0 0 1554 96 0 0 20 0 28 0 476133988 29595099136 316589 33554432000 4194304 4196468 140726347537424 140000156027280 140000609928917 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 5 0 0 6293624 6294260 21921792 140726347543510 140726347543686 140726347543686 140726347546575 0
[pid=17219/tid=17227] ppid=17214 vsize=28901464 memory=288230574492221466 CPUtime=16.57 cores=0-7
/proc/17219/task/17227/stat : 17227 (java) S 17214 17217 14774 0 -1 1077944384 40425 0 0 0 1556 101 0 0 20 0 28 0 476133988 29595099136 316589 33554432000 4194304 4196468 140726347537424 140000154974736 140000609928917 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 6 0 0 6293624 6294260 21921792 140726347543510 140726347543686 140726347543686 140726347546575 0
[pid=17219/tid=17228] ppid=17214 vsize=28901464 memory=288230583166042426 CPUtime=16.5 cores=0-7
/proc/17219/task/17228/stat : 17228 (java) S 17214 17217 14774 0 -1 1077944384 43442 0 0 0 1552 98 0 0 20 0 28 0 476133988 29595099136 316589 33554432000 4194304 4196468 140726347537424 140000153922192 140000609928917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 5 0 0 6293624 6294260 21921792 140726347543510 140726347543686 140726347543686 140726347546575 0
[pid=17219/tid=17229] ppid=17214 vsize=28901464 memory=13848568834296438 CPUtime=48.83 cores=0-7
/proc/17219/task/17229/stat : 17229 (java) R 17214 17217 14774 0 -1 4202560 156537 0 0 0 1822 3061 0 0 20 0 28 0 476133990 29595099136 316589 33554432000 4194304 4196468 140726347537424 139999860496984 140000602546919 0 0 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 21921792 140726347543510 140726347543686 140726347543686 140726347546575 0
[pid=17219/tid=17230] ppid=17214 vsize=28901464 memory=1760 CPUtime=0 cores=0-7
/proc/17219/task/17230/stat : 17230 (java) S 17214 17217 14774 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 28 0 476133990 29595099136 316589 33554432000 4194304 4196468 140726347537424 139999859443168 140000609928917 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21921792 140726347543510 140726347543686 140726347543686 140726347546575 0
[pid=17219/tid=17231] ppid=17214 vsize=28901464 memory=1660 CPUtime=0 cores=0-7
/proc/17219/task/17231/stat : 17231 (java) S 17214 17217 14774 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 28 0 476133990 29595099136 316589 33554432000 4194304 4196468 140726347537424 139999858390528 140000609928917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21921792 140726347543510 140726347543686 140726347543686 140726347546575 0
[pid=17219/tid=17232] ppid=17214 vsize=28901464 memory=111632 CPUtime=0 cores=0-7
/proc/17219/task/17232/stat : 17232 (java) S 17214 17217 14774 0 -1 1077944384 125 0 0 0 0 0 0 0 20 0 28 0 476133993 29595099136 316589 33554432000 4194304 4196468 140726347537424 139999857337488 140000609928917 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21921792 140726347543510 140726347543686 140726347543686 140726347546575 0
[pid=17219/tid=17233] ppid=17214 vsize=28901464 memory=796 CPUtime=2.36 cores=0-7
/proc/17219/task/17233/stat : 17233 (java) S 17214 17217 14774 0 -1 1077944384 9367 0 0 0 235 1 0 0 20 0 28 0 476133993 29595099136 316589 33554432000 4194304 4196468 140726347537424 139999856285680 140000609929858 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21921792 140726347543510 140726347543686 140726347543686 140726347546575 0
[pid=17219/tid=17234] ppid=17214 vsize=28901464 memory=1804 CPUtime=2.28 cores=0-7
/proc/17219/task/17234/stat : 17234 (java) S 17214 17217 14774 0 -1 1077944384 10097 0 0 0 225 3 0 0 20 0 28 0 476133993 29595099136 316589 33554432000 4194304 4196468 140726347537424 139999855233136 140000609929858 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21921792 140726347543510 140726347543686 140726347543686 140726347546575 0
[pid=17219/tid=17235] ppid=17214 vsize=28901464 memory=916 CPUtime=2.36 cores=0-7
/proc/17219/task/17235/stat : 17235 (java) S 17214 17217 14774 0 -1 1077944384 10576 0 0 0 234 2 0 0 20 0 28 0 476133993 29595099136 316589 33554432000 4194304 4196468 140726347537424 139999854180592 140000609929858 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21921792 140726347543510 140726347543686 140726347543686 140726347546575 0
[pid=17219/tid=17236] ppid=17214 vsize=28901464 memory=4280 CPUtime=0.77 cores=0-7
/proc/17219/task/17236/stat : 17236 (java) S 17214 17217 14774 0 -1 1077944384 7961 0 0 0 76 1 0 0 20 0 28 0 476133993 29595099136 316589 33554432000 4194304 4196468 140726347537424 139999853128048 140000609929858 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21921792 140726347543510 140726347543686 140726347543686 140726347546575 0
[pid=17219/tid=17237] ppid=17214 vsize=28901464 memory=1412 CPUtime=0 cores=0-7
/proc/17219/task/17237/stat : 17237 (java) S 17214 17217 14774 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 476133993 29595099136 316589 33554432000 4194304 4196468 140726347537424 139999852075744 140000609928917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21921792 140726347543510 140726347543686 140726347543686 140726347546575 0
[pid=17219/tid=17239] ppid=17214 vsize=28901464 memory=3684 CPUtime=2445.89 cores=0-7
/proc/17219/task/17239/stat : 17239 (java) S 17214 17217 14774 0 -1 1077944384 156087 0 0 0 244523 66 0 0 20 0 28 0 476134057 29595099136 316589 33554432000 4194304 4196468 140726347537424 139999841803840 140000609928917 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 14 0 0 6293624 6294260 21921792 140726347543510 140726347543686 140726347543686 140726347546575 0
[pid=17219/tid=17240] ppid=17214 vsize=28901464 memory=1448 CPUtime=2442.75 cores=0-7
/proc/17219/task/17240/stat : 17240 (java) S 17214 17217 14774 0 -1 1077944384 18898 0 0 0 244251 24 0 0 20 0 28 0 476134057 29595099136 316589 33554432000 4194304 4196468 140726347537424 139999840752592 140000609928917 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 8 0 0 6293624 6294260 21921792 140726347543510 140726347543686 140726347543686 140726347546575 0
[pid=17219/tid=17241] ppid=17214 vsize=28901464 memory=916 CPUtime=2450.35 cores=0-7
/proc/17219/task/17241/stat : 17241 (java) S 17214 17217 14774 0 -1 1077944384 86322 0 0 0 244979 56 0 0 20 0 28 0 476134057 29595099136 316589 33554432000 4194304 4196468 140726347537424 139999839699024 140000609928917 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 12 0 0 6293624 6294260 21921792 140726347543510 140726347543686 140726347543686 140726347546575 0
[pid=17219/tid=17242] ppid=17214 vsize=28901464 memory=4280 CPUtime=2465.48 cores=0-7
/proc/17219/task/17242/stat : 17242 (java) R 17214 17217 14774 0 -1 4202560 56300 0 0 0 246500 48 0 0 20 0 28 0 476134057 29595099136 316589 33554432000 4194304 4196468 140726347537424 139999838648768 140000256256564 0 4 0 16800975 0 0 0 -1 1 0 0 7 0 0 6293624 6294260 21921792 140726347543510 140726347543686 140726347543686 140726347546575 0
[pid=17219/tid=17243] ppid=17214 vsize=28901464 memory=1412 CPUtime=2446.06 cores=0-7
/proc/17219/task/17243/stat : 17243 (java) S 17214 17217 14774 0 -1 1077944384 69749 0 0 0 244554 52 0 0 20 0 28 0 476134057 29595099136 316589 33554432000 4194304 4196468 140726347537424 139999837593600 140000609928917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 10 0 0 6293624 6294260 21921792 140726347543510 140726347543686 140726347543686 140726347546575 0
[pid=17219/tid=17244] ppid=17214 vsize=28901464 memory=3684 CPUtime=2455.7 cores=0-7
/proc/17219/task/17244/stat : 17244 (java) S 17214 17217 14774 0 -1 1077944384 50374 0 0 0 245523 47 0 0 20 0 28 0 476134057 29595099136 316589 33554432000 4194304 4196468 140726347537424 139999836541056 140000609928917 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 7 0 0 6293624 6294260 21921792 140726347543510 140726347543686 140726347543686 140726347546575 0
[pid=17219/tid=17245] ppid=17214 vsize=28901464 memory=1448 CPUtime=2444.7 cores=0-7
/proc/17219/task/17245/stat : 17245 (java) S 17214 17217 14774 0 -1 1077944384 27334 0 0 0 244446 24 0 0 20 0 28 0 476134057 29595099136 316589 33554432000 4194304 4196468 140726347537424 139999835488832 140000609928917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 9 0 0 6293624 6294260 21921792 140726347543510 140726347543686 140726347543686 140726347546575 0
[pid=17219/tid=17246] ppid=17214 vsize=28901464 memory=1317972 CPUtime=2449.76 cores=0-7
/proc/17219/task/17246/stat : 17246 (java) S 17214 17217 14774 0 -1 1077944384 62564 0 0 0 244925 51 0 0 20 0 28 0 476134057 29595099136 316589 33554432000 4194304 4196468 140726347537424 139999834435968 140000609928917 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 8 0 0 6293624 6294260 21921792 140726347543510 140726347543686 140726347543686 140726347546575 0
[pid=17219/tid=17462] ppid=17214 vsize=28901464 memory=1448 CPUtime=0 cores=0-7
/proc/17219/task/17462/stat : 17462 (java) S 17214 17217 14774 0 -1 1077944384 102 0 0 0 0 0 0 0 20 0 28 0 476385990 29595099136 316589 33554432000 4194304 4196468 140726347537424 139999831290608 140000609928917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21921792 140726347543510 140726347543686 140726347543686 140726347546575 0
Current cumulated CPU time of completed processes: 0.002416 s
Current children cumulated CPU time: 19791.4 s
Current children cumulated vsize: 28901464 KiB
Current children cumulated memory: 1266356 KiB

Child status: 143
Real time (s): 2520.16
CPU time (s): 19791.5
CPU user time (s): 19749.6
CPU system time (s): 41.9285
CPU usage (%): 785.327
Max. virtual memory (cumulated for all children) (KiB): 28901464
Max. memory (cumulated for all children) (KiB): 1319420

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 19749.6
system time used= 41.9285
maximum resident set size= 1324968
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1094460
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3504
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 228309
involuntary context switches= 249732


# summary of solver processes directly reported to runsolver:
#   pid: 17217,17219
#   total CPU time (s): 19791.5
#   total CPU user time (s): 19749.6
#   total CPU system time (s): 41.9285

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 21.4838 second user time and 29.9495 second system time

The end

Launcher Data

Begin job on node147 at 2019-09-20 19:55:58
IDJOB=4404493
IDBENCH=133638
IDSOLVER=2865
FILE ID=node147/4404493-1569002202
RUNJOBID= node147-1568994352-14801
PBS_JOBID= 21704722
Free space on /var/tmp= 13508 MiB

SOLVER NAME= choco-solver 2019-09-20 parallel
BENCH NAME= XCSP17/MagicHexagon/MagicHexagon-m1-s1/MagicHexagon-09-m057.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-4404493-1569002202/watcher-4404493-1569002202 -o /var/tmp/evaluation-result-4404493-1569002202/solver-4404493-1569002202 -C 20160 -W 2520 -M 31000 --bin-var /var/tmp/runsolver-exch-node147-1568994352-14801 --watchdog 2580  xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 1283766872 HOME/instance-4404493-1569002202.xml

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

MD5SUM BENCH= e3fb36821a1c53c1942e51a6fdfce406
RANDOM SEED=1283766872

node147.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.52
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.52
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.52
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.52
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:        24980272 kB
MemAvailable:   31786744 kB
Buffers:          101736 kB
Cached:          6765644 kB
SwapCached:        68676 kB
Active:          3407600 kB
Inactive:        3530048 kB
Active(anon):        680 kB
Inactive(anon):   119052 kB
Active(file):    3406920 kB
Inactive(file):  3410996 kB
Unevictable:      109112 kB
Mlocked:          109112 kB
SwapTotal:      67108860 kB
SwapFree:       66935844 kB
Dirty:             26040 kB
Writeback:             0 kB
AnonPages:        110708 kB
Mapped:            52472 kB
Shmem:             40796 kB
Slab:             445088 kB
SReclaimable:     417016 kB
SUnreclaim:        28072 kB
KernelStack:        3440 kB
PageTables:         5192 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     505912 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     65536 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /var/tmp at the end= 13484 MiB
End job on node147 at 2019-09-20 20:37:58