Trace number 4399685

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) 19837.5 2520.13

General information on the benchmark

NameMagicHexagon/MagicHexagon-m1-s1/
MagicHexagon-08-m039.xml
MD5SUMcf7d41cb48e0c265061ebe127338815d
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 variables225
Number of constraints52
Number of domains1
Minimum domain size169
Maximum domain size169
Distribution of domain sizes[{"size":169,"count":169}]
Minimum variable degree0
Maximum variable degree9
Distribution of variable degrees[{"degree":0,"count":56},{"degree":4,"count":163},{"degree":5,"count":3},{"degree":6,"count":2},{"degree":9,"count":1}]
Minimum constraint arity2
Maximum constraint arity169
Distribution of constraint arities[{"arity":2,"count":6},{"arity":8,"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":3},{"arity":169,"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":45}]
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-4399685-1568708471.xml"  -tl '20160s' -p 8
0.12/0.18	c Choco e747e1e
0.12/0.18	c [HOME/instance-4399685-1568708471.xml, -tl, 20160s, -p, 8]
0.34/0.22	c 8 solvers in parallel
0.34/0.29	c parse instance...
1.28/0.67	c solve instance...
19836.80/2520.07	s UNKNOWN
19836.80/2520.07	c Unexpected resolution interruption!

Verifier Data


Watcher Data

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

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

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4399685-1568708471/watcher-4399685-1568708471 -o /tmp/evaluation-result-4399685-1568708471/solver-4399685-1568708471 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node105-1568698793-14923 --watchdog 2580 xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 1837517721 HOME/instance-4399685-1568708471.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=17821, runsolver pid=17818
Current StackSize limit: 8192 KiB


[startup+0.10011 s]*
/proc/loadavg: 6.55 7.83 8.05 2/210 17842
/proc/meminfo: memFree=31169416/32770624 swapFree=66939844/67108860
[pid=17821] ppid=17818 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/17821/stat : 17821 (xcsp3-exec) S 17818 17821 14896 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 447105354 115843072 364 33554432000 4194304 5098028 140730763929696 140730763927800 140142961259132 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 20897792 140730763936629 140730763936873 140730763936873 140730763939786 0
/proc/17821/statm: 28282 364 305 221 0 87 0
[pid=17823] ppid=17821 vsize=28227396 memory=27544 CPUtime=0.12 cores=0-7
/proc/17823/stat : 17823 (java) S 17821 17821 14896 0 -1 1077944320 5870 0 0 0 11 1 0 0 20 0 20 0 447105355 28904853504 6886 33554432000 4194304 4196468 140730580181392 140730580163936 139886714089207 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 18169856 140730580186090 140730580186262 140730580186262 140730580189135 0
/proc/17823/statm: 7056849 6886 3116 1 0 7019032 0
[pid=17823/tid=17824] ppid=17821 vsize=28227396 memory=8317482817917895235 CPUtime=0.09 cores=0-7
/proc/17823/task/17824/stat : 17824 (java) R 17821 17821 14896 0 -1 4202560 3759 0 0 0 8 1 0 0 20 0 20 0 447105355 28904853504 6886 33554432000 4194304 4196468 140730580181392 139886718328448 139886714111133 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 18169856 140730580186090 140730580186262 140730580186262 140730580189135 0
[pid=17823/tid=17825] ppid=17821 vsize=28227396 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/17823/task/17825/stat : 17825 (java) S 17821 17821 14896 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447105356 28904853504 6886 33554432000 4194304 4196468 140730580181392 139886683801872 139886714099413 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18169856 140730580186090 140730580186262 140730580186262 140730580189135 0
[pid=17823/tid=17826] ppid=17821 vsize=28227396 memory=139693597734528 CPUtime=0 cores=0-7
/proc/17823/task/17826/stat : 17826 (java) S 17821 17821 14896 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447105356 28904853504 6886 33554432000 4194304 4196468 140730580181392 139886264387984 139886714099413 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18169856 140730580186090 140730580186262 140730580186262 140730580189135 0
[pid=17823/tid=17827] ppid=17821 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/17823/task/17827/stat : 17827 (java) S 17821 17821 14896 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 447105356 28904853504 6886 33554432000 4194304 4196468 140730580181392 139886263335440 139886714099413 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18169856 140730580186090 140730580186262 140730580186262 140730580189135 0
[pid=17823/tid=17828] ppid=17821 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/17823/task/17828/stat : 17828 (java) S 17821 17821 14896 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 447105356 28904853504 6886 33554432000 4194304 4196468 140730580181392 139886262282896 139886714099413 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18169856 140730580186090 140730580186262 140730580186262 140730580189135 0
[pid=17823/tid=17829] ppid=17821 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/17823/task/17829/stat : 17829 (java) S 17821 17821 14896 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 447105356 28904853504 6886 33554432000 4194304 4196468 140730580181392 139886261230352 139886714099413 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18169856 140730580186090 140730580186262 140730580186262 140730580189135 0
[pid=17823/tid=17830] ppid=17821 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/17823/task/17830/stat : 17830 (java) S 17821 17821 14896 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 447105356 28904853504 6886 33554432000 4194304 4196468 140730580181392 139886260177808 139886714099413 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18169856 140730580186090 140730580186262 140730580186262 140730580189135 0
[pid=17823/tid=17831] ppid=17821 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/17823/task/17831/stat : 17831 (java) S 17821 17821 14896 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447105356 28904853504 6886 33554432000 4194304 4196468 140730580181392 139886259125264 139886714099413 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18169856 140730580186090 140730580186262 140730580186262 140730580189135 0
[pid=17823/tid=17832] ppid=17821 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/17823/task/17832/stat : 17832 (java) S 17821 17821 14896 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 447105356 28904853504 6886 33554432000 4194304 4196468 140730580181392 139886258072720 139886714099413 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18169856 140730580186090 140730580186262 140730580186262 140730580189135 0
[pid=17823/tid=17833] ppid=17821 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/17823/task/17833/stat : 17833 (java) S 17821 17821 14896 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 447105357 28904853504 6886 33554432000 4194304 4196468 140730580181392 139886215133168 139886714100354 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18169856 140730580186090 140730580186262 140730580186262 140730580189135 0
[pid=17823/tid=17834] ppid=17821 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/17823/task/17834/stat : 17834 (java) S 17821 17821 14896 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 447105358 28904853504 6886 33554432000 4194304 4196468 140730580181392 139886214079392 139886714099413 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18169856 140730580186090 140730580186262 140730580186262 140730580189135 0
[pid=17823/tid=17835] ppid=17821 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/17823/task/17835/stat : 17835 (java) S 17821 17821 14896 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 447105358 28904853504 6886 33554432000 4194304 4196468 140730580181392 139885961929712 139886714099413 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18169856 140730580186090 140730580186262 140730580186262 140730580189135 0
[pid=17823/tid=17836] ppid=17821 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/17823/task/17836/stat : 17836 (java) S 17821 17821 14896 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447105360 28904853504 6886 33554432000 4194304 4196468 140730580181392 139885960878288 139886714107803 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18169856 140730580186090 140730580186262 140730580186262 140730580189135 0
[pid=17823/tid=17837] ppid=17821 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/17823/task/17837/stat : 17837 (java) S 17821 17821 14896 0 -1 1077944384 316 0 0 0 0 0 0 0 20 0 20 0 447105360 28904853504 6886 33554432000 4194304 4196468 140730580181392 139885959825904 139886714100354 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18169856 140730580186090 140730580186262 140730580186262 140730580189135 0
[pid=17823/tid=17838] ppid=17821 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/17823/task/17838/stat : 17838 (java) S 17821 17821 14896 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 447105360 28904853504 6886 33554432000 4194304 4196468 140730580181392 139885958773360 139886714100354 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18169856 140730580186090 140730580186262 140730580186262 140730580189135 0
[pid=17823/tid=17839] ppid=17821 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/17823/task/17839/stat : 17839 (java) S 17821 17821 14896 0 -1 1077944384 125 0 0 0 0 0 0 0 20 0 20 0 447105360 28904853504 6886 33554432000 4194304 4196468 140730580181392 139885957720816 139886714100354 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18169856 140730580186090 140730580186262 140730580186262 140730580189135 0
[pid=17823/tid=17840] ppid=17821 vsize=28227396 memory=0 CPUtime=0.01 cores=0-7
/proc/17823/task/17840/stat : 17840 (java) R 17821 17821 14896 0 -1 4202560 356 0 0 0 1 0 0 0 20 0 20 0 447105360 28904853504 6886 33554432000 4194304 4196468 140730580181392 139885956668272 139886714110554 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18169856 140730580186090 140730580186262 140730580186262 140730580189135 0
[pid=17823/tid=17841] ppid=17821 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/17823/task/17841/stat : 17841 (java) S 17821 17821 14896 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 447105361 28904853504 6886 33554432000 4194304 4196468 140730580181392 139885955614944 139886714099413 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18169856 140730580186090 140730580186262 140730580186262 140730580189135 0
[pid=17823/tid=17842] ppid=17821 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/17823/task/17842/stat : 17842 (java) S 17821 17821 14896 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447105361 28904853504 6886 33554432000 4194304 4196468 140730580181392 139885954562480 139886714100354 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18169856 140730580186090 140730580186262 140730580186262 140730580189135 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 29000 KiB

[startup+0.210461 s]*
/proc/loadavg: 6.55 7.83 8.05 3/210 17842
/proc/meminfo: memFree=31156536/32770624 swapFree=66939844/67108860
[pid=17821] ppid=17818 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/17821/stat : 17821 (xcsp3-exec) S 17818 17821 14896 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 447105354 115843072 364 33554432000 4194304 5098028 140730763929696 140730763927800 140142961259132 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 20897792 140730763936629 140730763936873 140730763936873 140730763939786 0
/proc/17821/statm: 28282 364 305 221 0 87 0
[pid=17823] ppid=17821 vsize=28227396 memory=40056 CPUtime=0.34 cores=0-7
/proc/17823/stat : 17823 (java) S 17821 17821 14896 0 -1 1077944320 9782 0 0 0 31 3 0 0 20 0 20 0 447105355 28904853504 10014 33554432000 4194304 4196468 140730580181392 140730580163936 139886714089207 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 18169856 140730580186090 140730580186262 140730580186262 140730580189135 0
/proc/17823/statm: 7056849 10014 3303 1 0 7019032 0
[pid=17823/tid=17824] ppid=17821 vsize=28227396 memory=8318255677412212789 CPUtime=0.2 cores=0-7
/proc/17823/task/17824/stat : 17824 (java) R 17821 17821 14896 0 -1 4202560 6707 0 0 0 18 2 0 0 20 0 20 0 447105355 28904853504 10014 33554432000 4194304 4196468 140730580181392 139886718323904 139886714110554 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 18169856 140730580186090 140730580186262 140730580186262 140730580189135 0
[pid=17823/tid=17825] ppid=17821 vsize=28227396 memory=331 CPUtime=0 cores=0-7
/proc/17823/task/17825/stat : 17825 (java) S 17821 17821 14896 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447105356 28904853504 10014 33554432000 4194304 4196468 140730580181392 139886683801872 139886714099413 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18169856 140730580186090 140730580186262 140730580186262 140730580189135 0
[pid=17823/tid=17826] ppid=17821 vsize=28227396 memory=139693597750509 CPUtime=0 cores=0-7
/proc/17823/task/17826/stat : 17826 (java) S 17821 17821 14896 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447105356 28904853504 10014 33554432000 4194304 4196468 140730580181392 139886264387984 139886714099413 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18169856 140730580186090 140730580186262 140730580186262 140730580189135 0
[pid=17823/tid=17827] ppid=17821 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/17823/task/17827/stat : 17827 (java) S 17821 17821 14896 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 447105356 28904853504 10014 33554432000 4194304 4196468 140730580181392 139886263335440 139886714099413 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18169856 140730580186090 140730580186262 140730580186262 140730580189135 0
[pid=17823/tid=17828] ppid=17821 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/17823/task/17828/stat : 17828 (java) S 17821 17821 14896 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 447105356 28904853504 10014 33554432000 4194304 4196468 140730580181392 139886262282896 139886714099413 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18169856 140730580186090 140730580186262 140730580186262 140730580189135 0
[pid=17823/tid=17829] ppid=17821 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/17823/task/17829/stat : 17829 (java) S 17821 17821 14896 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 447105356 28904853504 10014 33554432000 4194304 4196468 140730580181392 139886261230352 139886714099413 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18169856 140730580186090 140730580186262 140730580186262 140730580189135 0
[pid=17823/tid=17830] ppid=17821 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/17823/task/17830/stat : 17830 (java) S 17821 17821 14896 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 447105356 28904853504 10014 33554432000 4194304 4196468 140730580181392 139886260177808 139886714099413 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18169856 140730580186090 140730580186262 140730580186262 140730580189135 0
[pid=17823/tid=17831] ppid=17821 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/17823/task/17831/stat : 17831 (java) S 17821 17821 14896 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447105356 28904853504 10014 33554432000 4194304 4196468 140730580181392 139886259125264 139886714099413 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18169856 140730580186090 140730580186262 140730580186262 140730580189135 0
[pid=17823/tid=17832] ppid=17821 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/17823/task/17832/stat : 17832 (java) S 17821 17821 14896 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 447105356 28904853504 10014 33554432000 4194304 4196468 140730580181392 139886258072720 139886714099413 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18169856 140730580186090 140730580186262 140730580186262 140730580189135 0
[pid=17823/tid=17833] ppid=17821 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/17823/task/17833/stat : 17833 (java) S 17821 17821 14896 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 20 0 447105357 28904853504 10014 33554432000 4194304 4196468 140730580181392 139886215133168 139886714100354 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18169856 140730580186090 140730580186262 140730580186262 140730580189135 0
[pid=17823/tid=17834] ppid=17821 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/17823/task/17834/stat : 17834 (java) S 17821 17821 14896 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 447105358 28904853504 10014 33554432000 4194304 4196468 140730580181392 139886214079392 139886714099413 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18169856 140730580186090 140730580186262 140730580186262 140730580189135 0
[pid=17823/tid=17835] ppid=17821 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/17823/task/17835/stat : 17835 (java) S 17821 17821 14896 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 447105358 28904853504 10014 33554432000 4194304 4196468 140730580181392 139885961929712 139886714099413 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18169856 140730580186090 140730580186262 140730580186262 140730580189135 0
[pid=17823/tid=17836] ppid=17821 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/17823/task/17836/stat : 17836 (java) S 17821 17821 14896 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447105360 28904853504 10014 33554432000 4194304 4196468 140730580181392 139885960878288 139886714107803 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18169856 140730580186090 140730580186262 140730580186262 140730580189135 0
[pid=17823/tid=17837] ppid=17821 vsize=28227396 memory=0 CPUtime=0.01 cores=0-7
/proc/17823/task/17837/stat : 17837 (java) S 17821 17821 14896 0 -1 1077944384 472 0 0 0 1 0 0 0 20 0 20 0 447105360 28904853504 10014 33554432000 4194304 4196468 140730580181392 139885959825904 139886714100354 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18169856 140730580186090 140730580186262 140730580186262 140730580189135 0
[pid=17823/tid=17838] ppid=17821 vsize=28227396 memory=0 CPUtime=0.02 cores=0-7
/proc/17823/task/17838/stat : 17838 (java) S 17821 17821 14896 0 -1 1077944384 250 0 0 0 2 0 0 0 20 0 20 0 447105360 28904853504 10014 33554432000 4194304 4196468 140730580181392 139885958773360 139886714100354 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18169856 140730580186090 140730580186262 140730580186262 140730580189135 0
[pid=17823/tid=17839] ppid=17821 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/17823/task/17839/stat : 17839 (java) S 17821 17821 14896 0 -1 1077944384 153 0 0 0 0 0 0 0 20 0 20 0 447105360 28904853504 10014 33554432000 4194304 4196468 140730580181392 139885957720816 139886714100354 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18169856 140730580186090 140730580186262 140730580186262 140730580189135 0
[pid=17823/tid=17840] ppid=17821 vsize=28227396 memory=-1 CPUtime=0.08 cores=0-7
/proc/17823/task/17840/stat : 17840 (java) R 17821 17821 14896 0 -1 4202560 886 0 0 0 8 0 0 0 20 0 20 0 447105360 28904853504 10014 33554432000 4194304 4196468 140730580181392 139885956668272 139886714101142 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18169856 140730580186090 140730580186262 140730580186262 140730580189135 0
[pid=17823/tid=17841] ppid=17821 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/17823/task/17841/stat : 17841 (java) S 17821 17821 14896 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 447105361 28904853504 10014 33554432000 4194304 4196468 140730580181392 139885955614944 139886714099413 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18169856 140730580186090 140730580186262 140730580186262 140730580189135 0
[pid=17823/tid=17842] ppid=17821 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/17823/task/17842/stat : 17842 (java) S 17821 17821 14896 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447105361 28904853504 10014 33554432000 4194304 4196468 140730580181392 139885954562480 139886714100354 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18169856 140730580186090 140730580186262 140730580186262 140730580189135 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 41512 KiB

[startup+0.3103 s]*
/proc/loadavg: 6.55 7.83 8.05 3/210 17842
/proc/meminfo: memFree=31148644/32770624 swapFree=66939844/67108860
[pid=17821] ppid=17818 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/17821/stat : 17821 (xcsp3-exec) S 17818 17821 14896 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 447105354 115843072 364 33554432000 4194304 5098028 140730763929696 140730763927800 140142961259132 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 20897792 140730763936629 140730763936873 140730763936873 140730763939786 0
/proc/17821/statm: 28282 364 305 221 0 87 0
[pid=17823] ppid=17821 vsize=28231652 memory=49348 CPUtime=0.53 cores=0-7
/proc/17823/stat : 17823 (java) S 17821 17821 14896 0 -1 1077944320 11200 0 0 0 48 5 0 0 20 0 20 0 447105355 28909211648 12337 33554432000 4194304 4196468 140730580181392 140730580163936 139886714089207 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 18169856 140730580186090 140730580186262 140730580186262 140730580189135 0
/proc/17823/statm: 7057913 12337 3359 1 0 7019032 0
[pid=17823/tid=17824] ppid=17821 vsize=28231652 memory=8317482817917895235 CPUtime=0.29 cores=0-7
/proc/17823/task/17824/stat : 17824 (java) R 17821 17821 14896 0 -1 4202560 7823 0 0 0 26 3 0 0 20 0 20 0 447105355 28909211648 12337 33554432000 4194304 4196468 140730580181392 139886718320320 139886714111133 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 18169856 140730580186090 140730580186262 140730580186262 140730580189135 0
[pid=17823/tid=17825] ppid=17821 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/17823/task/17825/stat : 17825 (java) S 17821 17821 14896 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447105356 28909211648 12337 33554432000 4194304 4196468 140730580181392 139886683801872 139886714099413 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18169856 140730580186090 140730580186262 140730580186262 140730580189135 0
[pid=17823/tid=17826] ppid=17821 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/17823/task/17826/stat : 17826 (java) S 17821 17821 14896 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447105356 28909211648 12337 33554432000 4194304 4196468 140730580181392 139886264387984 139886714099413 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18169856 140730580186090 140730580186262 140730580186262 140730580189135 0
[pid=17823/tid=17827] ppid=17821 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/17823/task/17827/stat : 17827 (java) S 17821 17821 14896 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 447105356 28909211648 12337 33554432000 4194304 4196468 140730580181392 139886263335440 139886714099413 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18169856 140730580186090 140730580186262 140730580186262 140730580189135 0
[pid=17823/tid=17828] ppid=17821 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/17823/task/17828/stat : 17828 (java) S 17821 17821 14896 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 447105356 28909211648 12337 33554432000 4194304 4196468 140730580181392 139886262282896 139886714099413 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18169856 140730580186090 140730580186262 140730580186262 140730580189135 0
[pid=17823/tid=17829] ppid=17821 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/17823/task/17829/stat : 17829 (java) S 17821 17821 14896 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 447105356 28909211648 12337 33554432000 4194304 4196468 140730580181392 139886261230352 139886714099413 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18169856 140730580186090 140730580186262 140730580186262 140730580189135 0
[pid=17823/tid=17830] ppid=17821 vsize=28231652 memory=139693475850927 CPUtime=0 cores=0-7
/proc/17823/task/17830/stat : 17830 (java) S 17821 17821 14896 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 447105356 28909211648 12337 33554432000 4194304 4196468 140730580181392 139886260177808 139886714099413 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18169856 140730580186090 140730580186262 140730580186262 140730580189135 0
[pid=17823/tid=17831] ppid=17821 vsize=28231652 memory=139693475853232 CPUtime=0 cores=0-7
/proc/17823/task/17831/stat : 17831 (java) S 17821 17821 14896 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447105356 28909211648 12337 33554432000 4194304 4196468 140730580181392 139886259125264 139886714099413 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18169856 140730580186090 140730580186262 140730580186262 140730580189135 0
[pid=17823/tid=17832] ppid=17821 vsize=28231652 memory=139693475855536 CPUtime=0 cores=0-7
/proc/17823/task/17832/stat : 17832 (java) S 17821 17821 14896 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 447105356 28909211648 12337 33554432000 4194304 4196468 140730580181392 139886258072720 139886714099413 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18169856 140730580186090 140730580186262 140730580186262 140730580189135 0
[pid=17823/tid=17833] ppid=17821 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/17823/task/17833/stat : 17833 (java) S 17821 17821 14896 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 20 0 447105357 28909211648 12337 33554432000 4194304 4196468 140730580181392 139886215133168 139886714100354 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18169856 140730580186090 140730580186262 140730580186262 140730580189135 0
[pid=17823/tid=17834] ppid=17821 vsize=28231652 memory=279386951724944 CPUtime=0 cores=0-7
/proc/17823/task/17834/stat : 17834 (java) S 17821 17821 14896 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 447105358 28909211648 12337 33554432000 4194304 4196468 140730580181392 139886214079392 139886714099413 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18169856 140730580186090 140730580186262 140730580186262 140730580189135 0
[pid=17823/tid=17835] ppid=17821 vsize=28231652 memory=279386951722640 CPUtime=0 cores=0-7
/proc/17823/task/17835/stat : 17835 (java) S 17821 17821 14896 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 447105358 28909211648 12337 33554432000 4194304 4196468 140730580181392 139885961929712 139886714099413 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18169856 140730580186090 140730580186262 140730580186262 140730580189135 0
[pid=17823/tid=17836] ppid=17821 vsize=28231652 memory=279386951729552 CPUtime=0 cores=0-7
/proc/17823/task/17836/stat : 17836 (java) S 17821 17821 14896 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447105360 28909211648 12337 33554432000 4194304 4196468 140730580181392 139885960878288 139886714107803 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18169856 140730580186090 140730580186262 140730580186262 140730580189135 0
[pid=17823/tid=17837] ppid=17821 vsize=28231652 memory=279386951670832 CPUtime=0.02 cores=0-7
/proc/17823/task/17837/stat : 17837 (java) S 17821 17821 14896 0 -1 1077944384 481 0 0 0 2 0 0 0 20 0 20 0 447105360 28909211648 12337 33554432000 4194304 4196468 140730580181392 139885959825904 139886714100354 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18169856 140730580186090 140730580186262 140730580186262 140730580189135 0
[pid=17823/tid=17838] ppid=17821 vsize=28231652 memory=279386951743376 CPUtime=0.04 cores=0-7
/proc/17823/task/17838/stat : 17838 (java) R 17821 17821 14896 0 -1 4202560 361 0 0 0 4 0 0 0 20 0 20 0 447105360 28909211648 12337 33554432000 4194304 4196468 140730580181392 139885958763744 139886697647393 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18169856 140730580186090 140730580186262 140730580186262 140730580189135 0
[pid=17823/tid=17839] ppid=17821 vsize=28231652 memory=279386951750288 CPUtime=0.01 cores=0-7
/proc/17823/task/17839/stat : 17839 (java) S 17821 17821 14896 0 -1 1077944384 165 0 0 0 1 0 0 0 20 0 20 0 447105360 28909211648 12337 33554432000 4194304 4196468 140730580181392 139885957720816 139886714100354 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18169856 140730580186090 140730580186262 140730580186262 140730580189135 0
[pid=17823/tid=17840] ppid=17821 vsize=28231652 memory=279386951747984 CPUtime=0.12 cores=0-7
/proc/17823/task/17840/stat : 17840 (java) S 17821 17821 14896 0 -1 1077944384 1058 0 0 0 12 0 0 0 20 0 20 0 447105360 28909211648 12337 33554432000 4194304 4196468 140730580181392 139885956668272 139886714100354 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18169856 140730580186090 140730580186262 140730580186262 140730580189135 0
[pid=17823/tid=17841] ppid=17821 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/17823/task/17841/stat : 17841 (java) S 17821 17821 14896 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 447105361 28909211648 12337 33554432000 4194304 4196468 140730580181392 139885955614944 139886714099413 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18169856 140730580186090 140730580186262 140730580186262 140730580189135 0
[pid=17823/tid=17842] ppid=17821 vsize=28231652 memory=-1 CPUtime=0 cores=0-7
/proc/17823/task/17842/stat : 17842 (java) S 17821 17821 14896 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 447105361 28909211648 12337 33554432000 4194304 4196468 140730580181392 139885954562480 139886714100354 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18169856 140730580186090 140730580186262 140730580186262 140730580189135 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 28344780 KiB
Current children cumulated memory: 50804 KiB

[startup+0.700932 s]
/proc/loadavg: 6.43 7.78 8.04 3/210 17842
/proc/meminfo: memFree=31131704/32770624 swapFree=66939844/67108860
[pid=17821] ppid=17818 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/17821/stat : 17821 (xcsp3-exec) S 17818 17821 14896 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 447105354 115843072 364 33554432000 4194304 5098028 140730763929696 140730763927800 140142961259132 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 20897792 140730763936629 140730763936873 140730763936873 140730763939786 0
/proc/17821/statm: 28282 364 305 221 0 87 0
[pid=17823] ppid=17821 vsize=28766288 memory=99484 CPUtime=1.68 cores=0-7
/proc/17823/stat : 17823 (java) S 17821 17821 14896 0 -1 1077944320 15304 0 0 0 161 7 0 0 20 0 28 0 447105355 29456678912 24871 33554432000 4194304 4196468 140730580181392 140730580163936 139886714089207 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 18169856 140730580186090 140730580186262 140730580186262 140730580189135 0
/proc/17823/statm: 7191572 24871 3455 1 0 7152672 0
[pid=17823/tid=17824] ppid=17821 vsize=28766288 memory=0 CPUtime=0.66 cores=0-7
/proc/17823/task/17824/stat : 17824 (java) S 17821 17821 14896 0 -1 1077944384 8941 0 0 0 62 4 0 0 20 0 28 0 447105355 29456678912 24871 33554432000 4194304 4196468 140730580181392 139886718329984 139886714099413 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18169856 140730580186090 140730580186262 140730580186262 140730580189135 0
[pid=17823/tid=17825] ppid=17821 vsize=28766288 memory=139693476062064 CPUtime=0 cores=0-7
/proc/17823/task/17825/stat : 17825 (java) S 17821 17821 14896 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 447105356 29456678912 24871 33554432000 4194304 4196468 140730580181392 139886683801872 139886714099413 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18169856 140730580186090 140730580186262 140730580186262 140730580189135 0
[pid=17823/tid=17826] ppid=17821 vsize=28766288 memory=0 CPUtime=0 cores=0-7
/proc/17823/task/17826/stat : 17826 (java) S 17821 17821 14896 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 447105356 29456678912 24871 33554432000 4194304 4196468 140730580181392 139886264387984 139886714099413 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18169856 140730580186090 140730580186262 140730580186262 140730580189135 0
[pid=17823/tid=17827] ppid=17821 vsize=28766288 memory=784 CPUtime=0 cores=0-7
/proc/17823/task/17827/stat : 17827 (java) S 17821 17821 14896 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 447105356 29456678912 24871 33554432000 4194304 4196468 140730580181392 139886263335440 139886714099413 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18169856 140730580186090 140730580186262 140730580186262 140730580189135 0

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

[pid=17823/tid=17850] ppid=17821 vsize=28766288 memory=1456 CPUtime=2376.97 cores=0-7
/proc/17823/task/17850/stat : 17850 (java) R 17821 17821 14896 0 -1 4202560 25205 0 0 0 237675 22 0 0 20 0 28 0 447105423 29456678912 260304 33554432000 4194304 4196468 140730580181392 139885803434392 139886356841060 0 4 0 16800975 0 0 0 -1 7 0 0 13 0 0 6293624 6294260 18169856 140730580186090 140730580186262 140730580186262 140730580189135 0
Current children cumulated CPU time: 19227.1 s
Current children cumulated vsize: 28879416 KiB
Current children cumulated memory: 1042672 KiB

[startup+2502.3 s]
/proc/loadavg: 8.14 8.16 8.10 3/218 18067
/proc/meminfo: memFree=30272544/32770624 swapFree=66939860/67108860
[pid=17821] ppid=17818 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/17821/stat : 17821 (xcsp3-exec) S 17818 17821 14896 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 447105354 115843072 364 33554432000 4194304 5098028 140730763929696 140730763927800 140142961259132 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 20897792 140730763936629 140730763936873 140730763936873 140730763939786 0
/proc/17821/statm: 28282 364 305 221 0 87 0
[pid=17823] ppid=17821 vsize=28766288 memory=916852 CPUtime=19698.4 cores=0-7
/proc/17823/stat : 17823 (java) S 17821 17821 14896 0 -1 1077944320 1292894 0 0 0 1966414 3431 0 0 20 0 28 0 447105355 29456678912 229213 33554432000 4194304 4196468 140730580181392 140730580163936 139886714089207 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 18169856 140730580186090 140730580186262 140730580186262 140730580189135 0
/proc/17823/statm: 7191572 229213 3545 1 0 7152672 0
[pid=17823/tid=17824] ppid=17821 vsize=28766288 memory=6944656592452807316 CPUtime=0.66 cores=0-7
/proc/17823/task/17824/stat : 17824 (java) S 17821 17821 14896 0 -1 1077944384 8941 0 0 0 62 4 0 0 20 0 28 0 447105355 29456678912 229213 33554432000 4194304 4196468 140730580181392 139886718329984 139886714099413 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18169856 140730580186090 140730580186262 140730580186262 140730580189135 0
[pid=17823/tid=17825] ppid=17821 vsize=28766288 memory=1456 CPUtime=14.04 cores=0-7
/proc/17823/task/17825/stat : 17825 (java) S 17821 17821 14896 0 -1 1077944384 56257 0 0 0 1323 81 0 0 20 0 28 0 447105356 29456678912 229213 33554432000 4194304 4196468 140730580181392 139886683801872 139886714099413 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 5 0 0 6293624 6294260 18169856 140730580186090 140730580186262 140730580186262 140730580189135 0
[pid=17823/tid=17826] ppid=17821 vsize=28766288 memory=1049356 CPUtime=14.03 cores=0-7
/proc/17823/task/17826/stat : 17826 (java) S 17821 17821 14896 0 -1 1077944384 52110 0 0 0 1325 78 0 0 20 0 28 0 447105356 29456678912 229213 33554432000 4194304 4196468 140730580181392 139886264387984 139886714099413 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 4 0 0 6293624 6294260 18169856 140730580186090 140730580186262 140730580186262 140730580189135 0
[pid=17823/tid=17827] ppid=17821 vsize=28766288 memory=983148 CPUtime=13.93 cores=0-7
/proc/17823/task/17827/stat : 17827 (java) S 17821 17821 14896 0 -1 1077944384 51018 0 0 0 1321 72 0 0 20 0 28 0 447105356 29456678912 229213 33554432000 4194304 4196468 140730580181392 139886263335440 139886714099413 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 6 0 0 6293624 6294260 18169856 140730580186090 140730580186262 140730580186262 140730580189135 0
[pid=17823/tid=17828] ppid=17821 vsize=28766288 memory=1019056 CPUtime=13.95 cores=0-7
/proc/17823/task/17828/stat : 17828 (java) S 17821 17821 14896 0 -1 1077944384 52491 0 0 0 1315 80 0 0 20 0 28 0 447105356 29456678912 229213 33554432000 4194304 4196468 140730580181392 139886262282896 139886714099413 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 6 0 0 6293624 6294260 18169856 140730580186090 140730580186262 140730580186262 140730580189135 0
[pid=17823/tid=17829] ppid=17821 vsize=28766288 memory=111632 CPUtime=13.96 cores=0-7
/proc/17823/task/17829/stat : 17829 (java) S 17821 17821 14896 0 -1 1077944384 61272 0 0 0 1323 73 0 0 20 0 28 0 447105356 29456678912 229213 33554432000 4194304 4196468 140730580181392 139886261230352 139886714099413 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 5 0 0 6293624 6294260 18169856 140730580186090 140730580186262 140730580186262 140730580189135 0
[pid=17823/tid=17830] ppid=17821 vsize=28766288 memory=804 CPUtime=14.05 cores=0-7
/proc/17823/task/17830/stat : 17830 (java) S 17821 17821 14896 0 -1 1077944384 52427 0 0 0 1333 72 0 0 20 0 28 0 447105356 29456678912 229213 33554432000 4194304 4196468 140730580181392 139886260177808 139886714099413 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 7 0 0 6293624 6294260 18169856 140730580186090 140730580186262 140730580186262 140730580189135 0
[pid=17823/tid=17831] ppid=17821 vsize=28766288 memory=279386954201664 CPUtime=13.96 cores=0-7
/proc/17823/task/17831/stat : 17831 (java) S 17821 17821 14896 0 -1 1077944384 47072 0 0 0 1321 75 0 0 20 0 28 0 447105356 29456678912 229213 33554432000 4194304 4196468 140730580181392 139886259125264 139886714099413 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 5 0 0 6293624 6294260 18169856 140730580186090 140730580186262 140730580186262 140730580189135 0
[pid=17823/tid=17832] ppid=17821 vsize=28766288 memory=-5921431000321636112 CPUtime=14 cores=0-7
/proc/17823/task/17832/stat : 17832 (java) S 17821 17821 14896 0 -1 1077944384 53932 0 0 0 1324 76 0 0 20 0 28 0 447105356 29456678912 229213 33554432000 4194304 4196468 140730580181392 139886258072720 139886714099413 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 4 0 0 6293624 6294260 18169856 140730580186090 140730580186262 140730580186262 140730580189135 0
[pid=17823/tid=17833] ppid=17821 vsize=28766288 memory=1456 CPUtime=41.52 cores=0-7
/proc/17823/task/17833/stat : 17833 (java) S 17821 17821 14896 0 -1 1077944384 235942 0 0 0 1655 2497 0 0 20 0 28 0 447105357 29456678912 229213 33554432000 4194304 4196468 140730580181392 139886215133168 139886714100354 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18169856 140730580186090 140730580186262 140730580186262 140730580189135 0
[pid=17823/tid=17834] ppid=17821 vsize=28766288 memory=1456 CPUtime=0 cores=0-7
/proc/17823/task/17834/stat : 17834 (java) S 17821 17821 14896 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 28 0 447105358 29456678912 229213 33554432000 4194304 4196468 140730580181392 139886214079456 139886714099413 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18169856 140730580186090 140730580186262 140730580186262 140730580189135 0
[pid=17823/tid=17835] ppid=17821 vsize=28766288 memory=936856 CPUtime=0 cores=0-7
/proc/17823/task/17835/stat : 17835 (java) S 17821 17821 14896 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 28 0 447105358 29456678912 229213 33554432000 4194304 4196468 140730580181392 139885961929728 139886714099413 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18169856 140730580186090 140730580186262 140730580186262 140730580189135 0
[pid=17823/tid=17836] ppid=17821 vsize=28766288 memory=1456 CPUtime=0 cores=0-7
/proc/17823/task/17836/stat : 17836 (java) S 17821 17821 14896 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 447105360 29456678912 229213 33554432000 4194304 4196468 140730580181392 139885960878288 139886714107803 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18169856 140730580186090 140730580186262 140730580186262 140730580189135 0
[pid=17823/tid=17837] ppid=17821 vsize=28766288 memory=929676 CPUtime=1.66 cores=0-7
/proc/17823/task/17837/stat : 17837 (java) S 17821 17821 14896 0 -1 1077944384 9757 0 0 0 165 1 0 0 20 0 28 0 447105360 29456678912 229213 33554432000 4194304 4196468 140730580181392 139885959825904 139886714100354 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18169856 140730580186090 140730580186262 140730580186262 140730580189135 0
[pid=17823/tid=17838] ppid=17821 vsize=28766288 memory=4000 CPUtime=1.76 cores=0-7
/proc/17823/task/17838/stat : 17838 (java) S 17821 17821 14896 0 -1 1077944384 9401 0 0 0 174 2 0 0 20 0 28 0 447105360 29456678912 229213 33554432000 4194304 4196468 140730580181392 139885958773360 139886714100354 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18169856 140730580186090 140730580186262 140730580186262 140730580189135 0
[pid=17823/tid=17839] ppid=17821 vsize=28766288 memory=4096 CPUtime=1.8 cores=0-7
/proc/17823/task/17839/stat : 17839 (java) S 17821 17821 14896 0 -1 1077944384 8992 0 0 0 179 1 0 0 20 0 28 0 447105360 29456678912 229213 33554432000 4194304 4196468 140730580181392 139885957720816 139886714100354 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 10 0 0 6293624 6294260 18169856 140730580186090 140730580186262 140730580186262 140730580189135 0
[pid=17823/tid=17840] ppid=17821 vsize=28766288 memory=1408 CPUtime=0.74 cores=0-7
/proc/17823/task/17840/stat : 17840 (java) S 17821 17821 14896 0 -1 1077944384 6092 0 0 0 73 1 0 0 20 0 28 0 447105360 29456678912 229213 33554432000 4194304 4196468 140730580181392 139885956668272 139886714100354 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 21 0 0 6293624 6294260 18169856 140730580186090 140730580186262 140730580186262 140730580189135 0
[pid=17823/tid=17841] ppid=17821 vsize=28766288 memory=1456 CPUtime=0 cores=0-7
/proc/17823/task/17841/stat : 17841 (java) S 17821 17821 14896 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 447105361 29456678912 229213 33554432000 4194304 4196468 140730580181392 139885955614944 139886714099413 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18169856 140730580186090 140730580186262 140730580186262 140730580189135 0
[pid=17823/tid=17842] ppid=17821 vsize=28766288 memory=35572 CPUtime=0.94 cores=0-7
/proc/17823/task/17842/stat : 17842 (java) S 17821 17821 14896 0 -1 1077944384 6657 0 0 0 75 19 0 0 20 0 28 0 447105361 29456678912 229213 33554432000 4194304 4196468 140730580181392 139885954562480 139886714100354 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 28 0 0 6293624 6294260 18169856 140730580186090 140730580186262 140730580186262 140730580189135 0
[pid=17823/tid=17843] ppid=17821 vsize=28766288 memory=984 CPUtime=2436.17 cores=0-7
/proc/17823/task/17843/stat : 17843 (java) R 17821 17821 14896 0 -1 4202560 39558 0 0 0 243591 26 0 0 20 0 28 0 447105423 29456678912 229213 33554432000 4194304 4196468 140730580181392 139885945580984 139886356442920 0 4 0 16800975 0 0 0 -1 6 0 0 8 0 0 6293624 6294260 18169856 140730580186090 140730580186262 140730580186262 140730580189135 0
[pid=17823/tid=17844] ppid=17821 vsize=28766288 memory=1456 CPUtime=2438.33 cores=0-7
/proc/17823/task/17844/stat : 17844 (java) R 17821 17821 14896 0 -1 4202560 26642 0 0 0 243810 23 0 0 20 0 28 0 447105423 29456678912 229213 33554432000 4194304 4196468 140730580181392 139885809749960 139886356696613 0 4 0 16800975 0 0 0 -1 0 0 0 9 0 0 6293624 6294260 18169856 140730580186090 140730580186262 140730580186262 140730580189135 0
[pid=17823/tid=17845] ppid=17821 vsize=28766288 memory=925572 CPUtime=2439.26 cores=0-7
/proc/17823/task/17845/stat : 17845 (java) R 17821 17821 14896 0 -1 4202560 129658 0 0 0 243866 60 0 0 20 0 28 0 447105423 29456678912 229213 33554432000 4194304 4196468 140730580181392 139885808697576 139886356844068 0 4 0 16800975 0 0 0 -1 2 0 0 10 0 0 6293624 6294260 18169856 140730580186090 140730580186262 140730580186262 140730580189135 0
[pid=17823/tid=17846] ppid=17821 vsize=28766288 memory=1456 CPUtime=2448.54 cores=0-7
/proc/17823/task/17846/stat : 17846 (java) R 17821 17821 14896 0 -1 4202560 103169 0 0 0 244804 50 0 0 20 0 28 0 447105423 29456678912 229213 33554432000 4194304 4196468 140730580181392 139885807644832 139886358691040 0 4 0 16800975 0 0 0 -1 3 0 0 8 0 0 6293624 6294260 18169856 140730580186090 140730580186262 140730580186262 140730580189135 0
[pid=17823/tid=17847] ppid=17821 vsize=28766288 memory=3624 CPUtime=2436.86 cores=0-7
/proc/17823/task/17847/stat : 17847 (java) R 17821 17821 14896 0 -1 4202560 160946 0 0 0 243598 88 0 0 20 0 28 0 447105423 29456678912 229213 33554432000 4194304 4196468 140730580181392 139885806595280 139886356556644 0 4 0 16800975 0 0 0 -1 5 0 0 9 0 0 6293624 6294260 18169856 140730580186090 140730580186262 140730580186262 140730580189135 0
[pid=17823/tid=17848] ppid=17821 vsize=28766288 memory=35604 CPUtime=2451.64 cores=0-7
/proc/17823/task/17848/stat : 17848 (java) R 17821 17821 14896 0 -1 4202560 56674 0 0 0 245118 46 0 0 20 0 28 0 447105423 29456678912 229213 33554432000 4194304 4196468 140730580181392 139885805539992 139886358691050 0 4 0 16800975 0 0 0 -1 7 0 0 7 0 0 6293624 6294260 18169856 140730580186090 140730580186262 140730580186262 140730580189135 0
[pid=17823/tid=17849] ppid=17821 vsize=28766288 memory=6791534058613427641 CPUtime=2451.45 cores=0-7
/proc/17823/task/17849/stat : 17849 (java) R 17821 17821 14896 0 -1 4202560 36690 0 0 0 245114 31 0 0 20 0 28 0 447105423 29456678912 229213 33554432000 4194304 4196468 140730580181392 139885804486424 139886358691066 0 4 0 16800975 0 0 0 -1 4 0 0 5 0 0 6293624 6294260 18169856 140730580186090 140730580186262 140730580186262 140730580189135 0
[pid=17823/tid=17850] ppid=17821 vsize=28766288 memory=7396 CPUtime=2435.09 cores=0-7
/proc/17823/task/17850/stat : 17850 (java) R 17821 17821 14896 0 -1 4202560 25898 0 0 0 243487 22 0 0 20 0 28 0 447105423 29456678912 229213 33554432000 4194304 4196468 140730580181392 139885803434376 139886356443300 0 4 0 16800975 0 0 0 -1 1 0 0 13 0 0 6293624 6294260 18169856 140730580186090 140730580186262 140730580186262 140730580189135 0
Current children cumulated CPU time: 19698.5 s
Current children cumulated vsize: 28879416 KiB
Current children cumulated memory: 918308 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+2520 s]*
/proc/loadavg: 8.11 8.15 8.10 9/218 18067
/proc/meminfo: memFree=30295028/32770624 swapFree=66939860/67108860
[pid=17821] ppid=17818 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/17821/stat : 17821 (xcsp3-exec) S 17818 17821 14896 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 447105354 115843072 364 33554432000 4194304 5098028 140730763929696 140730763927800 140142961259132 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 20897792 140730763936629 140730763936873 140730763936873 140730763939786 0
/proc/17821/statm: 28282 364 305 221 0 87 0
[pid=17823] ppid=17821 vsize=28766288 memory=897696 CPUtime=19836.8 cores=0-7
/proc/17823/stat : 17823 (java) S 17821 17821 14896 0 -1 1077944320 1296983 0 0 0 1980213 3467 0 0 20 0 28 0 447105355 29456678912 224424 33554432000 4194304 4196468 140730580181392 140730580163936 139886714089207 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 18169856 140730580186090 140730580186262 140730580186262 140730580189135 0
/proc/17823/statm: 7191572 224424 3545 1 0 7152672 0
[pid=17823/tid=17824] ppid=17821 vsize=28766288 memory=8317482817917895235 CPUtime=0.66 cores=0-7
/proc/17823/task/17824/stat : 17824 (java) S 17821 17821 14896 0 -1 1077944384 8941 0 0 0 62 4 0 0 20 0 28 0 447105355 29456678912 224424 33554432000 4194304 4196468 140730580181392 139886718329984 139886714099413 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18169856 140730580186090 140730580186262 140730580186262 140730580189135 0
[pid=17823/tid=17825] ppid=17821 vsize=28766288 memory=4872558044660077418 CPUtime=14.13 cores=0-7
/proc/17823/task/17825/stat : 17825 (java) S 17821 17821 14896 0 -1 1077944384 56497 0 0 0 1332 81 0 0 20 0 28 0 447105356 29456678912 224424 33554432000 4194304 4196468 140730580181392 139886683801872 139886714099413 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 5 0 0 6293624 6294260 18169856 140730580186090 140730580186262 140730580186262 140730580189135 0
[pid=17823/tid=17826] ppid=17821 vsize=28766288 memory=4000 CPUtime=14.11 cores=0-7
/proc/17823/task/17826/stat : 17826 (java) S 17821 17821 14896 0 -1 1077944384 52266 0 0 0 1333 78 0 0 20 0 28 0 447105356 29456678912 224424 33554432000 4194304 4196468 140730580181392 139886264387984 139886714099413 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 4 0 0 6293624 6294260 18169856 140730580186090 140730580186262 140730580186262 140730580189135 0
[pid=17823/tid=17827] ppid=17821 vsize=28766288 memory=616 CPUtime=14.01 cores=0-7
/proc/17823/task/17827/stat : 17827 (java) S 17821 17821 14896 0 -1 1077944384 51489 0 0 0 1328 73 0 0 20 0 28 0 447105356 29456678912 224424 33554432000 4194304 4196468 140730580181392 139886263335440 139886714099413 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 6 0 0 6293624 6294260 18169856 140730580186090 140730580186262 140730580186262 140730580189135 0
[pid=17823/tid=17828] ppid=17821 vsize=28766288 memory=2832 CPUtime=14.03 cores=0-7
/proc/17823/task/17828/stat : 17828 (java) S 17821 17821 14896 0 -1 1077944384 52716 0 0 0 1323 80 0 0 20 0 28 0 447105356 29456678912 224424 33554432000 4194304 4196468 140730580181392 139886262282896 139886714099413 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 6 0 0 6293624 6294260 18169856 140730580186090 140730580186262 140730580186262 140730580189135 0
[pid=17823/tid=17829] ppid=17821 vsize=28766288 memory=1624 CPUtime=14.04 cores=0-7
/proc/17823/task/17829/stat : 17829 (java) S 17821 17821 14896 0 -1 1077944384 61336 0 0 0 1331 73 0 0 20 0 28 0 447105356 29456678912 224424 33554432000 4194304 4196468 140730580181392 139886261230352 139886714099413 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 5 0 0 6293624 6294260 18169856 140730580186090 140730580186262 140730580186262 140730580189135 0
[pid=17823/tid=17830] ppid=17821 vsize=28766288 memory=1136 CPUtime=14.12 cores=0-7
/proc/17823/task/17830/stat : 17830 (java) S 17821 17821 14896 0 -1 1077944384 52471 0 0 0 1340 72 0 0 20 0 28 0 447105356 29456678912 224424 33554432000 4194304 4196468 140730580181392 139886260177808 139886714099413 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 7 0 0 6293624 6294260 18169856 140730580186090 140730580186262 140730580186262 140730580189135 0
[pid=17823/tid=17831] ppid=17821 vsize=28766288 memory=1976 CPUtime=14.04 cores=0-7
/proc/17823/task/17831/stat : 17831 (java) S 17821 17821 14896 0 -1 1077944384 47709 0 0 0 1329 75 0 0 20 0 28 0 447105356 29456678912 224424 33554432000 4194304 4196468 140730580181392 139886259125264 139886714099413 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 5 0 0 6293624 6294260 18169856 140730580186090 140730580186262 140730580186262 140730580189135 0
[pid=17823/tid=17832] ppid=17821 vsize=28766288 memory=2436 CPUtime=14.08 cores=0-7
/proc/17823/task/17832/stat : 17832 (java) S 17821 17821 14896 0 -1 1077944384 54568 0 0 0 1332 76 0 0 20 0 28 0 447105356 29456678912 224424 33554432000 4194304 4196468 140730580181392 139886258072720 139886714099413 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 4 0 0 6293624 6294260 18169856 140730580186090 140730580186262 140730580186262 140730580189135 0
[pid=17823/tid=17833] ppid=17821 vsize=28766288 memory=1760 CPUtime=42.05 cores=0-7
/proc/17823/task/17833/stat : 17833 (java) S 17821 17821 14896 0 -1 1077944384 236462 0 0 0 1674 2531 0 0 20 0 28 0 447105357 29456678912 224424 33554432000 4194304 4196468 140730580181392 139886215133168 139886714100354 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18169856 140730580186090 140730580186262 140730580186262 140730580189135 0
[pid=17823/tid=17834] ppid=17821 vsize=28766288 memory=111632 CPUtime=0 cores=0-7
/proc/17823/task/17834/stat : 17834 (java) S 17821 17821 14896 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 28 0 447105358 29456678912 224424 33554432000 4194304 4196468 140730580181392 139886214079456 139886714099413 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18169856 140730580186090 140730580186262 140730580186262 140730580189135 0
[pid=17823/tid=17835] ppid=17821 vsize=28766288 memory=804 CPUtime=0 cores=0-7
/proc/17823/task/17835/stat : 17835 (java) S 17821 17821 14896 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 28 0 447105358 29456678912 224424 33554432000 4194304 4196468 140730580181392 139885961929728 139886714099413 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18169856 140730580186090 140730580186262 140730580186262 140730580189135 0
[pid=17823/tid=17836] ppid=17821 vsize=28766288 memory=1808 CPUtime=0 cores=0-7
/proc/17823/task/17836/stat : 17836 (java) S 17821 17821 14896 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 447105360 29456678912 224424 33554432000 4194304 4196468 140730580181392 139885960878288 139886714107803 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18169856 140730580186090 140730580186262 140730580186262 140730580189135 0
[pid=17823/tid=17837] ppid=17821 vsize=28766288 memory=920 CPUtime=1.66 cores=0-7
/proc/17823/task/17837/stat : 17837 (java) S 17821 17821 14896 0 -1 1077944384 9761 0 0 0 165 1 0 0 20 0 28 0 447105360 29456678912 224424 33554432000 4194304 4196468 140730580181392 139885959825904 139886714100354 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18169856 140730580186090 140730580186262 140730580186262 140730580189135 0
[pid=17823/tid=17838] ppid=17821 vsize=28766288 memory=4396 CPUtime=1.76 cores=0-7
/proc/17823/task/17838/stat : 17838 (java) S 17821 17821 14896 0 -1 1077944384 9405 0 0 0 174 2 0 0 20 0 28 0 447105360 29456678912 224424 33554432000 4194304 4196468 140730580181392 139885958773360 139886714100354 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18169856 140730580186090 140730580186262 140730580186262 140730580189135 0
[pid=17823/tid=17839] ppid=17821 vsize=28766288 memory=4096 CPUtime=1.8 cores=0-7
/proc/17823/task/17839/stat : 17839 (java) S 17821 17821 14896 0 -1 1077944384 8998 0 0 0 179 1 0 0 20 0 28 0 447105360 29456678912 224424 33554432000 4194304 4196468 140730580181392 139885957720816 139886714100354 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 10 0 0 6293624 6294260 18169856 140730580186090 140730580186262 140730580186262 140730580189135 0
[pid=17823/tid=17840] ppid=17821 vsize=28766288 memory=1408 CPUtime=0.74 cores=0-7
/proc/17823/task/17840/stat : 17840 (java) S 17821 17821 14896 0 -1 1077944384 6096 0 0 0 73 1 0 0 20 0 28 0 447105360 29456678912 224424 33554432000 4194304 4196468 140730580181392 139885956668272 139886714100354 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 21 0 0 6293624 6294260 18169856 140730580186090 140730580186262 140730580186262 140730580189135 0
[pid=17823/tid=17841] ppid=17821 vsize=28766288 memory=3768 CPUtime=0 cores=0-7
/proc/17823/task/17841/stat : 17841 (java) S 17821 17821 14896 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 447105361 29456678912 224424 33554432000 4194304 4196468 140730580181392 139885955614944 139886714099413 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18169856 140730580186090 140730580186262 140730580186262 140730580189135 0
[pid=17823/tid=17842] ppid=17821 vsize=28766288 memory=897668 CPUtime=0.94 cores=0-7
/proc/17823/task/17842/stat : 17842 (java) S 17821 17821 14896 0 -1 1077944384 6694 0 0 0 75 19 0 0 20 0 28 0 447105361 29456678912 224424 33554432000 4194304 4196468 140730580181392 139885954562480 139886714100354 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 28 0 0 6293624 6294260 18169856 140730580186090 140730580186262 140730580186262 140730580189135 0
[pid=17823/tid=17843] ppid=17821 vsize=28766288 memory=1072 CPUtime=2453.25 cores=0-7
/proc/17823/task/17843/stat : 17843 (java) R 17821 17821 14896 0 -1 4202560 39688 0 0 0 245299 26 0 0 20 0 28 0 447105423 29456678912 224424 33554432000 4194304 4196468 140730580181392 139885945580232 139886356696621 0 4 0 16800975 0 0 0 -1 4 0 0 8 0 0 6293624 6294260 18169856 140730580186090 140730580186262 140730580186262 140730580189135 0
[pid=17823/tid=17844] ppid=17821 vsize=28766288 memory=6044 CPUtime=2455.43 cores=0-7
/proc/17823/task/17844/stat : 17844 (java) R 17821 17821 14896 0 -1 4202560 26760 0 0 0 245519 24 0 0 20 0 28 0 447105423 29456678912 224424 33554432000 4194304 4196468 140730580181392 139885809749800 139886356837070 0 4 0 16800975 0 0 0 -1 0 0 0 9 0 0 6293624 6294260 18169856 140730580186090 140730580186262 140730580186262 140730580189135 0
[pid=17823/tid=17845] ppid=17821 vsize=28766288 memory=784 CPUtime=2456.34 cores=0-7
/proc/17823/task/17845/stat : 17845 (java) R 17821 17821 14896 0 -1 4202560 129788 0 0 0 245574 60 0 0 20 0 28 0 447105423 29456678912 224424 33554432000 4194304 4196468 140730580181392 139885808697528 139886358776025 0 4 0 16800975 0 0 0 -1 6 0 0 10 0 0 6293624 6294260 18169856 140730580186090 140730580186262 140730580186262 140730580189135 0
[pid=17823/tid=17846] ppid=17821 vsize=28766288 memory=1060 CPUtime=2465.81 cores=0-7
/proc/17823/task/17846/stat : 17846 (java) R 17821 17821 14896 0 -1 4202560 103320 0 0 0 246531 50 0 0 20 0 28 0 447105423 29456678912 224424 33554432000 4194304 4196468 140730580181392 139885807645592 139886358691053 0 4 0 16800975 0 0 0 -1 2 0 0 8 0 0 6293624 6294260 18169856 140730580186090 140730580186262 140730580186262 140730580189135 0
[pid=17823/tid=17847] ppid=17821 vsize=28766288 memory=14012 CPUtime=2453.86 cores=0-7
/proc/17823/task/17847/stat : 17847 (java) R 17821 17821 14896 0 -1 4202560 161135 0 0 0 245298 88 0 0 20 0 28 0 447105423 29456678912 224424 33554432000 4194304 4196468 140730580181392 139885806592536 139886356837049 0 4 0 16800975 0 0 0 -1 1 0 0 9 0 0 6293624 6294260 18169856 140730580186090 140730580186262 140730580186262 140730580189135 0
[pid=17823/tid=17848] ppid=17821 vsize=28766288 memory=15608 CPUtime=2468.97 cores=0-7
/proc/17823/task/17848/stat : 17848 (java) R 17821 17821 14896 0 -1 4202560 56801 0 0 0 246851 46 0 0 20 0 28 0 447105423 29456678912 224424 33554432000 4194304 4196468 140730580181392 139885805539992 139886358691053 0 4 0 16800975 0 0 0 -1 7 0 0 7 0 0 6293624 6294260 18169856 140730580186090 140730580186262 140730580186262 140730580189135 0
[pid=17823/tid=17849] ppid=17821 vsize=28766288 memory=14056 CPUtime=2468.69 cores=0-7
/proc/17823/task/17849/stat : 17849 (java) R 17821 17821 14896 0 -1 4202560 36740 0 0 0 246838 31 0 0 20 0 28 0 447105423 29456678912 224424 33554432000 4194304 4196468 140730580181392 139885804486176 139886358691066 0 4 0 16800975 0 0 0 -1 3 0 0 5 0 0 6293624 6294260 18169856 140730580186090 140730580186262 140730580186262 140730580189135 0
[pid=17823/tid=17850] ppid=17821 vsize=28766288 memory=2116 CPUtime=2452.18 cores=0-7
/proc/17823/task/17850/stat : 17850 (java) R 17821 17821 14896 0 -1 4202560 26044 0 0 0 245195 23 0 0 20 0 28 0 447105423 29456678912 224424 33554432000 4194304 4196468 140730580181392 139885803436784 139886356639277 0 4 0 16800975 0 0 0 -1 5 0 0 13 0 0 6293624 6294260 18169856 140730580186090 140730580186262 140730580186262 140730580189135 0
Current children cumulated CPU time: 19836.8 s
Current children cumulated vsize: 28879416 KiB
Current children cumulated memory: 899152 KiB

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

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

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

Solver just ended.
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 2520.13
CPU time (s): 19837.5
CPU user time (s): 19802.8
CPU system time (s): 34.7126
CPU usage (%): 787.163
Max. virtual memory (cumulated for all children) (KiB): 28879416
Max. memory (cumulated for all children) (KiB): 1296736

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 19802.8
system time used= 34.7126
maximum resident set size= 1298884
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1298069
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3696
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 207960
involuntary context switches= 227765


# summary of solver processes directly reported to runsolver:
#   pid: 17821,17823
#   total CPU time (s): 19837.5
#   total CPU user time (s): 19802.8
#   total CPU system time (s): 34.7126

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 27.4554 second user time and 23.4643 second system time

The end

Launcher Data

Begin job on node105 at 2019-09-17 09:19:35
IDJOB=4399685
IDBENCH=133582
IDSOLVER=2854
FILE ID=node105/4399685-1568708471
RUNJOBID= node105-1568698793-14923
PBS_JOBID= 21703916
Free space on /tmp= 61004 MiB

SOLVER NAME= choco-solver 2019-09-16 parallel
BENCH NAME= XCSP17/MagicHexagon/MagicHexagon-m1-s1/MagicHexagon-08-m039.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-4399685-1568708471/watcher-4399685-1568708471 -o /tmp/evaluation-result-4399685-1568708471/solver-4399685-1568708471 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node105-1568698793-14923 --watchdog 2580  xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 1837517721 HOME/instance-4399685-1568708471.xml

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

MD5SUM BENCH= cf7d41cb48e0c265061ebe127338815d
RANDOM SEED=1837517721

node105.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.00
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.00
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.00
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.00
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:        31184164 kB
MemAvailable:   31844620 kB
Buffers:          183548 kB
Cached:           777680 kB
SwapCached:        65580 kB
Active:           543380 kB
Inactive:         486112 kB
Active(anon):       9380 kB
Inactive(anon):   103456 kB
Active(file):     534000 kB
Inactive(file):   382656 kB
Unevictable:      109028 kB
Mlocked:          109028 kB
SwapTotal:      67108860 kB
SwapFree:       66939844 kB
Dirty:             26548 kB
Writeback:             4 kB
AnonPages:        112524 kB
Mapped:            43748 kB
Shmem:             35636 kB
Slab:             147664 kB
SReclaimable:     119272 kB
SUnreclaim:        28392 kB
KernelStack:        3456 kB
PageTables:         5220 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     498124 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:      120192 kB
DirectMap2M:    33425408 kB

Free space on /tmp at the end= 60980 MiB
End job on node105 at 2019-09-17 10:01:35