Trace number 4399664

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) 20055.7 2520.1

General information on the benchmark

NameXCSP19/ConsecutiveSquarePacking/
ConsecutiveSquarePacking-sp-29-092.xml
MD5SUM04f92250339fffd6ef5beb9873d20792
Bench CategoryCSP (decision problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables58
Number of constraints406
Number of domains29
Minimum domain size64
Maximum domain size92
Distribution of domain sizes[{"size":64,"count":2},{"size":65,"count":2},{"size":66,"count":2},{"size":67,"count":2},{"size":68,"count":2},{"size":69,"count":2},{"size":70,"count":2},{"size":71,"count":2},{"size":72,"count":2},{"size":73,"count":2},{"size":74,"count":2},{"size":75,"count":2},{"size":76,"count":2},{"size":77,"count":2},{"size":78,"count":2},{"size":79,"count":2},{"size":80,"count":2},{"size":81,"count":2},{"size":82,"count":2},{"size":83,"count":2},{"size":84,"count":2},{"size":85,"count":2},{"size":86,"count":2},{"size":87,"count":2},{"size":88,"count":2},{"size":89,"count":2},{"size":90,"count":2},{"size":91,"count":2},{"size":92,"count":2}]
Minimum variable degree28
Maximum variable degree28
Distribution of variable degrees[{"degree":28,"count":58}]
Minimum constraint arity4
Maximum constraint arity4
Distribution of constraint arities[{"arity":4,"count":406}]
Number of extensional constraints0
Number of intensional constraints406
Distribution of constraint types[{"type":"intension","count":406}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.00	c java -server -Xmx24000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4399664-1568718561.xml"  -tl '20160s' -p 8
0.12/0.18	c Choco e747e1e
0.12/0.18	c [HOME/instance-4399664-1568718561.xml, -tl, 20160s, -p, 8]
0.34/0.22	c 8 solvers in parallel
0.34/0.29	c parse instance...
5.28/1.53	c solve instance...
20055.10/2520.07	s UNKNOWN
20055.10/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 (14197 MiB free)
  memory of node 1: 16384 MiB (15393 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4399664-1568718561/watcher-4399664-1568718561 -o /tmp/evaluation-result-4399664-1568718561/solver-4399664-1568718561 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node125-1568713473-15873 --watchdog 2580 xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 1562723953 HOME/instance-4399664-1568718561.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=16853, runsolver pid=16850
Current StackSize limit: 8192 KiB


[startup+0.100136 s]*
/proc/loadavg: 8.15 8.27 8.14 3/212 16874
/proc/meminfo: memFree=30284680/32770624 swapFree=66967460/67108860
[pid=16853] ppid=16850 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/16853/stat : 16853 (xcsp3-exec) S 16850 16853 15846 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 448122955 115843072 363 33554432000 4194304 5098028 140736347627920 140736347626024 140334835942012 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 26226688 140736347636597 140736347636841 140736347636841 140736347639754 0
/proc/16853/statm: 28282 363 304 221 0 87 0
[pid=16855] ppid=16853 vsize=28227396 memory=28784 CPUtime=0.12 cores=0-7
/proc/16855/stat : 16855 (java) S 16853 16853 15846 0 -1 1077944320 5700 0 0 0 11 1 0 0 20 0 20 0 448122955 28904853504 7196 33554432000 4194304 4196468 140736819821376 140736819803920 139763919593207 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 23543808 140736819823594 140736819823766 140736819823766 140736819826639 0
/proc/16855/statm: 7056849 7196 3120 1 0 7019032 0
[pid=16855/tid=16856] ppid=16853 vsize=28227396 memory=1398722017469774279 CPUtime=0.09 cores=0-7
/proc/16855/task/16856/stat : 16856 (java) R 16853 16853 15846 0 -1 4202560 3594 0 0 0 8 1 0 0 20 0 20 0 448122955 28904853504 7196 33554432000 4194304 4196468 140736819821376 139763923826480 139763903673694 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 23543808 140736819823594 140736819823766 140736819823766 140736819826639 0
[pid=16855/tid=16857] ppid=16853 vsize=28227396 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/16855/task/16857/stat : 16857 (java) S 16853 16853 15846 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 448122956 28904853504 7196 33554432000 4194304 4196468 140736819821376 139763876145424 139763919603413 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23543808 140736819823594 140736819823766 140736819823766 140736819826639 0
[pid=16855/tid=16858] ppid=16853 vsize=28227396 memory=139688547845760 CPUtime=0 cores=0-7
/proc/16855/task/16858/stat : 16858 (java) S 16853 16853 15846 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 448122956 28904853504 7196 33554432000 4194304 4196468 140736819821376 139763875092880 139763919603413 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23543808 140736819823594 140736819823766 140736819823766 140736819826639 0
[pid=16855/tid=16859] ppid=16853 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/16855/task/16859/stat : 16859 (java) S 16853 16853 15846 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 448122956 28904853504 7196 33554432000 4194304 4196468 140736819821376 139763874040336 139763919603413 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23543808 140736819823594 140736819823766 140736819823766 140736819826639 0
[pid=16855/tid=16860] ppid=16853 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/16855/task/16860/stat : 16860 (java) S 16853 16853 15846 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 448122956 28904853504 7196 33554432000 4194304 4196468 140736819821376 139763468327568 139763919603413 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23543808 140736819823594 140736819823766 140736819823766 140736819826639 0
[pid=16855/tid=16861] ppid=16853 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/16855/task/16861/stat : 16861 (java) S 16853 16853 15846 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 448122956 28904853504 7196 33554432000 4194304 4196468 140736819821376 139763467275024 139763919603413 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23543808 140736819823594 140736819823766 140736819823766 140736819826639 0
[pid=16855/tid=16862] ppid=16853 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/16855/task/16862/stat : 16862 (java) S 16853 16853 15846 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 448122956 28904853504 7196 33554432000 4194304 4196468 140736819821376 139763466222480 139763919603413 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23543808 140736819823594 140736819823766 140736819823766 140736819826639 0
[pid=16855/tid=16863] ppid=16853 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/16855/task/16863/stat : 16863 (java) S 16853 16853 15846 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 448122956 28904853504 7196 33554432000 4194304 4196468 140736819821376 139763465169936 139763919603413 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23543808 140736819823594 140736819823766 140736819823766 140736819826639 0
[pid=16855/tid=16864] ppid=16853 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/16855/task/16864/stat : 16864 (java) S 16853 16853 15846 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 448122956 28904853504 7196 33554432000 4194304 4196468 140736819821376 139763464117392 139763919603413 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23543808 140736819823594 140736819823766 140736819823766 140736819826639 0
[pid=16855/tid=16865] ppid=16853 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/16855/task/16865/stat : 16865 (java) S 16853 16853 15846 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 448122958 28904853504 7196 33554432000 4194304 4196468 140736819821376 139762316543984 139763919604354 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23543808 140736819823594 140736819823766 140736819823766 140736819826639 0
[pid=16855/tid=16866] ppid=16853 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/16855/task/16866/stat : 16866 (java) S 16853 16853 15846 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 448122958 28904853504 7196 33554432000 4194304 4196468 140736819821376 139762315490208 139763919603413 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23543808 140736819823594 140736819823766 140736819823766 140736819826639 0
[pid=16855/tid=16867] ppid=16853 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/16855/task/16867/stat : 16867 (java) S 16853 16853 15846 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 448122958 28904853504 7196 33554432000 4194304 4196468 140736819821376 139762314437616 139763919603413 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23543808 140736819823594 140736819823766 140736819823766 140736819826639 0
[pid=16855/tid=16868] ppid=16853 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/16855/task/16868/stat : 16868 (java) S 16853 16853 15846 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 448122961 28904853504 7196 33554432000 4194304 4196468 140736819821376 139762313386192 139763919611803 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23543808 140736819823594 140736819823766 140736819823766 140736819826639 0
[pid=16855/tid=16869] ppid=16853 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/16855/task/16869/stat : 16869 (java) S 16853 16853 15846 0 -1 1077944384 301 0 0 0 0 0 0 0 20 0 20 0 448122961 28904853504 7196 33554432000 4194304 4196468 140736819821376 139762312333808 139763919604354 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23543808 140736819823594 140736819823766 140736819823766 140736819826639 0
[pid=16855/tid=16870] ppid=16853 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/16855/task/16870/stat : 16870 (java) S 16853 16853 15846 0 -1 1077944384 123 0 0 0 0 0 0 0 20 0 20 0 448122961 28904853504 7196 33554432000 4194304 4196468 140736819821376 139762311281264 139763919604354 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23543808 140736819823594 140736819823766 140736819823766 140736819826639 0
[pid=16855/tid=16871] ppid=16853 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/16855/task/16871/stat : 16871 (java) S 16853 16853 15846 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 448122961 28904853504 7196 33554432000 4194304 4196468 140736819821376 139762310228720 139763919604354 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23543808 140736819823594 140736819823766 140736819823766 140736819826639 0
[pid=16855/tid=16872] ppid=16853 vsize=28227396 memory=0 CPUtime=0.02 cores=0-7
/proc/16855/task/16872/stat : 16872 (java) S 16853 16853 15846 0 -1 1077944384 372 0 0 0 2 0 0 0 20 0 20 0 448122961 28904853504 7196 33554432000 4194304 4196468 140736819821376 139762309176176 139763919604354 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23543808 140736819823594 140736819823766 140736819823766 140736819826639 0
[pid=16855/tid=16873] ppid=16853 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/16855/task/16873/stat : 16873 (java) S 16853 16853 15846 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 448122961 28904853504 7196 33554432000 4194304 4196468 140736819821376 139762308122848 139763919603413 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23543808 140736819823594 140736819823766 140736819823766 140736819826639 0
[pid=16855/tid=16874] ppid=16853 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/16855/task/16874/stat : 16874 (java) S 16853 16853 15846 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 448122961 28904853504 7196 33554432000 4194304 4196468 140736819821376 139762307070384 139763919604354 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23543808 140736819823594 140736819823766 140736819823766 140736819826639 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 30236 KiB

[startup+0.210652 s]*
/proc/loadavg: 8.15 8.27 8.14 2/212 16874
/proc/meminfo: memFree=30271588/32770624 swapFree=66967460/67108860
[pid=16853] ppid=16850 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/16853/stat : 16853 (xcsp3-exec) S 16850 16853 15846 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 448122955 115843072 363 33554432000 4194304 5098028 140736347627920 140736347626024 140334835942012 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 26226688 140736347636597 140736347636841 140736347636841 140736347639754 0
/proc/16853/statm: 28282 363 304 221 0 87 0
[pid=16855] ppid=16853 vsize=28227396 memory=41020 CPUtime=0.34 cores=0-7
/proc/16855/stat : 16855 (java) S 16853 16853 15846 0 -1 1077944320 9511 0 0 0 31 3 0 0 20 0 20 0 448122955 28904853504 10255 33554432000 4194304 4196468 140736819821376 140736819803920 139763919593207 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 23543808 140736819823594 140736819823766 140736819823766 140736819826639 0
/proc/16855/statm: 7056849 10255 3306 1 0 7019032 0
[pid=16855/tid=16856] ppid=16853 vsize=28227396 memory=8318255677412212789 CPUtime=0.2 cores=0-7
/proc/16855/task/16856/stat : 16856 (java) R 16853 16853 15846 0 -1 4202560 6625 0 0 0 18 2 0 0 20 0 20 0 448122955 28904853504 10255 33554432000 4194304 4196468 140736819821376 139763923822928 139763919605142 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 23543808 140736819823594 140736819823766 140736819823766 140736819826639 0
[pid=16855/tid=16857] ppid=16853 vsize=28227396 memory=339 CPUtime=0 cores=0-7
/proc/16855/task/16857/stat : 16857 (java) S 16853 16853 15846 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 448122956 28904853504 10255 33554432000 4194304 4196468 140736819821376 139763876145424 139763919603413 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23543808 140736819823594 140736819823766 140736819823766 140736819826639 0
[pid=16855/tid=16858] ppid=16853 vsize=28227396 memory=3546224345767085728 CPUtime=0 cores=0-7
/proc/16855/task/16858/stat : 16858 (java) S 16853 16853 15846 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 448122956 28904853504 10255 33554432000 4194304 4196468 140736819821376 139763875092880 139763919603413 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23543808 140736819823594 140736819823766 140736819823766 140736819826639 0
[pid=16855/tid=16859] ppid=16853 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/16855/task/16859/stat : 16859 (java) S 16853 16853 15846 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 448122956 28904853504 10255 33554432000 4194304 4196468 140736819821376 139763874040336 139763919603413 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23543808 140736819823594 140736819823766 140736819823766 140736819826639 0
[pid=16855/tid=16860] ppid=16853 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/16855/task/16860/stat : 16860 (java) S 16853 16853 15846 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 448122956 28904853504 10255 33554432000 4194304 4196468 140736819821376 139763468327568 139763919603413 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23543808 140736819823594 140736819823766 140736819823766 140736819826639 0
[pid=16855/tid=16861] ppid=16853 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/16855/task/16861/stat : 16861 (java) S 16853 16853 15846 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 448122956 28904853504 10255 33554432000 4194304 4196468 140736819821376 139763467275024 139763919603413 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23543808 140736819823594 140736819823766 140736819823766 140736819826639 0
[pid=16855/tid=16862] ppid=16853 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/16855/task/16862/stat : 16862 (java) S 16853 16853 15846 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 448122956 28904853504 10255 33554432000 4194304 4196468 140736819821376 139763466222480 139763919603413 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23543808 140736819823594 140736819823766 140736819823766 140736819826639 0
[pid=16855/tid=16863] ppid=16853 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/16855/task/16863/stat : 16863 (java) S 16853 16853 15846 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 448122956 28904853504 10255 33554432000 4194304 4196468 140736819821376 139763465169936 139763919603413 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23543808 140736819823594 140736819823766 140736819823766 140736819826639 0
[pid=16855/tid=16864] ppid=16853 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/16855/task/16864/stat : 16864 (java) S 16853 16853 15846 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 448122956 28904853504 10255 33554432000 4194304 4196468 140736819821376 139763464117392 139763919603413 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23543808 140736819823594 140736819823766 140736819823766 140736819826639 0
[pid=16855/tid=16865] ppid=16853 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/16855/task/16865/stat : 16865 (java) S 16853 16853 15846 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 20 0 448122958 28904853504 10255 33554432000 4194304 4196468 140736819821376 139762316543984 139763919604354 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23543808 140736819823594 140736819823766 140736819823766 140736819826639 0
[pid=16855/tid=16866] ppid=16853 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/16855/task/16866/stat : 16866 (java) S 16853 16853 15846 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 448122958 28904853504 10255 33554432000 4194304 4196468 140736819821376 139762315490208 139763919603413 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23543808 140736819823594 140736819823766 140736819823766 140736819826639 0
[pid=16855/tid=16867] ppid=16853 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/16855/task/16867/stat : 16867 (java) S 16853 16853 15846 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 448122958 28904853504 10255 33554432000 4194304 4196468 140736819821376 139762314437616 139763919603413 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23543808 140736819823594 140736819823766 140736819823766 140736819826639 0
[pid=16855/tid=16868] ppid=16853 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/16855/task/16868/stat : 16868 (java) S 16853 16853 15846 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 448122961 28904853504 10255 33554432000 4194304 4196468 140736819821376 139762313386192 139763919611803 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23543808 140736819823594 140736819823766 140736819823766 140736819826639 0
[pid=16855/tid=16869] ppid=16853 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/16855/task/16869/stat : 16869 (java) S 16853 16853 15846 0 -1 1077944384 314 0 0 0 0 0 0 0 20 0 20 0 448122961 28904853504 10255 33554432000 4194304 4196468 140736819821376 139762312333808 139763919604354 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23543808 140736819823594 140736819823766 140736819823766 140736819826639 0
[pid=16855/tid=16870] ppid=16853 vsize=28227396 memory=0 CPUtime=0.03 cores=0-7
/proc/16855/task/16870/stat : 16870 (java) S 16853 16853 15846 0 -1 1077944384 411 0 0 0 3 0 0 0 20 0 20 0 448122961 28904853504 10255 33554432000 4194304 4196468 140736819821376 139762311281264 139763919604354 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23543808 140736819823594 140736819823766 140736819823766 140736819826639 0
[pid=16855/tid=16871] ppid=16853 vsize=28227396 memory=-1 CPUtime=0.01 cores=0-7
/proc/16855/task/16871/stat : 16871 (java) R 16853 16853 15846 0 -1 1077944384 47 0 0 0 1 0 0 0 20 0 20 0 448122961 28904853504 10255 33554432000 4194304 4196468 140736819821376 139762310228720 139763919604354 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 23543808 140736819823594 140736819823766 140736819823766 140736819826639 0
[pid=16855/tid=16872] ppid=16853 vsize=28227396 memory=-1 CPUtime=0.07 cores=0-7
/proc/16855/task/16872/stat : 16872 (java) R 16853 16853 15846 0 -1 4202560 799 0 0 0 7 0 0 0 20 0 20 0 448122961 28904853504 10255 33554432000 4194304 4196468 140736819821376 139762309176176 139763919614554 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 23543808 140736819823594 140736819823766 140736819823766 140736819826639 0
[pid=16855/tid=16873] ppid=16853 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/16855/task/16873/stat : 16873 (java) S 16853 16853 15846 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 448122961 28904853504 10255 33554432000 4194304 4196468 140736819821376 139762308122848 139763919603413 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23543808 140736819823594 140736819823766 140736819823766 140736819826639 0
[pid=16855/tid=16874] ppid=16853 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/16855/task/16874/stat : 16874 (java) S 16853 16853 15846 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 448122961 28904853504 10255 33554432000 4194304 4196468 140736819821376 139762307070384 139763919604354 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23543808 140736819823594 140736819823766 140736819823766 140736819826639 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 42472 KiB

[startup+0.31067 s]*
/proc/loadavg: 8.15 8.27 8.14 5/212 16874
/proc/meminfo: memFree=30264436/32770624 swapFree=66967460/67108860
[pid=16853] ppid=16850 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/16853/stat : 16853 (xcsp3-exec) S 16850 16853 15846 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 448122955 115843072 363 33554432000 4194304 5098028 140736347627920 140736347626024 140334835942012 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 26226688 140736347636597 140736347636841 140736347636841 140736347639754 0
/proc/16853/statm: 28282 363 304 221 0 87 0
[pid=16855] ppid=16853 vsize=28231652 memory=50216 CPUtime=0.52 cores=0-7
/proc/16855/stat : 16855 (java) S 16853 16853 15846 0 -1 1077944320 10873 0 0 0 48 4 0 0 20 0 20 0 448122955 28909211648 12554 33554432000 4194304 4196468 140736819821376 140736819803920 139763919593207 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 23543808 140736819823594 140736819823766 140736819823766 140736819826639 0
/proc/16855/statm: 7057913 12554 3370 1 0 7019032 0
[pid=16855/tid=16856] ppid=16853 vsize=28231652 memory=1398722017469774279 CPUtime=0.29 cores=0-7
/proc/16855/task/16856/stat : 16856 (java) R 16853 16853 15846 0 -1 4202560 7753 0 0 0 26 3 0 0 20 0 20 0 448122955 28909211648 12583 33554432000 4194304 4196468 140736819821376 139763923826992 139763919615133 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 23543808 140736819823594 140736819823766 140736819823766 140736819826639 0
[pid=16855/tid=16857] ppid=16853 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/16855/task/16857/stat : 16857 (java) S 16853 16853 15846 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 448122956 28909211648 12583 33554432000 4194304 4196468 140736819821376 139763876145424 139763919603413 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23543808 140736819823594 140736819823766 140736819823766 140736819826639 0
[pid=16855/tid=16858] ppid=16853 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/16855/task/16858/stat : 16858 (java) S 16853 16853 15846 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 448122956 28909211648 12583 33554432000 4194304 4196468 140736819821376 139763875092880 139763919603413 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23543808 140736819823594 140736819823766 140736819823766 140736819826639 0
[pid=16855/tid=16859] ppid=16853 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/16855/task/16859/stat : 16859 (java) S 16853 16853 15846 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 448122956 28909211648 12583 33554432000 4194304 4196468 140736819821376 139763874040336 139763919603413 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23543808 140736819823594 140736819823766 140736819823766 140736819826639 0
[pid=16855/tid=16860] ppid=16853 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/16855/task/16860/stat : 16860 (java) S 16853 16853 15846 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 448122956 28909211648 12583 33554432000 4194304 4196468 140736819821376 139763468327568 139763919603413 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23543808 140736819823594 140736819823766 140736819823766 140736819826639 0
[pid=16855/tid=16861] ppid=16853 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/16855/task/16861/stat : 16861 (java) S 16853 16853 15846 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 448122956 28909211648 12583 33554432000 4194304 4196468 140736819821376 139763467275024 139763919603413 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23543808 140736819823594 140736819823766 140736819823766 140736819826639 0
[pid=16855/tid=16862] ppid=16853 vsize=28231652 memory=139688442686127 CPUtime=0 cores=0-7
/proc/16855/task/16862/stat : 16862 (java) S 16853 16853 15846 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 448122956 28909211648 12583 33554432000 4194304 4196468 140736819821376 139763466222480 139763919603413 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23543808 140736819823594 140736819823766 140736819823766 140736819826639 0
[pid=16855/tid=16863] ppid=16853 vsize=28231652 memory=139688442688432 CPUtime=0 cores=0-7
/proc/16855/task/16863/stat : 16863 (java) S 16853 16853 15846 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 448122956 28909211648 12583 33554432000 4194304 4196468 140736819821376 139763465169936 139763919603413 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23543808 140736819823594 140736819823766 140736819823766 140736819826639 0
[pid=16855/tid=16864] ppid=16853 vsize=28231652 memory=139688442690736 CPUtime=0 cores=0-7
/proc/16855/task/16864/stat : 16864 (java) S 16853 16853 15846 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 448122956 28909211648 12583 33554432000 4194304 4196468 140736819821376 139763464117392 139763919603413 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23543808 140736819823594 140736819823766 140736819823766 140736819826639 0
[pid=16855/tid=16865] ppid=16853 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/16855/task/16865/stat : 16865 (java) S 16853 16853 15846 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 20 0 448122958 28909211648 12583 33554432000 4194304 4196468 140736819821376 139762316543984 139763919604354 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23543808 140736819823594 140736819823766 140736819823766 140736819826639 0
[pid=16855/tid=16866] ppid=16853 vsize=28231652 memory=279376885395344 CPUtime=0 cores=0-7
/proc/16855/task/16866/stat : 16866 (java) S 16853 16853 15846 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 448122958 28909211648 12583 33554432000 4194304 4196468 140736819821376 139762315490208 139763919603413 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23543808 140736819823594 140736819823766 140736819823766 140736819826639 0
[pid=16855/tid=16867] ppid=16853 vsize=28231652 memory=279376885393040 CPUtime=0 cores=0-7
/proc/16855/task/16867/stat : 16867 (java) S 16853 16853 15846 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 448122958 28909211648 12583 33554432000 4194304 4196468 140736819821376 139762314437616 139763919603413 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23543808 140736819823594 140736819823766 140736819823766 140736819826639 0
[pid=16855/tid=16868] ppid=16853 vsize=28231652 memory=279376885399952 CPUtime=0 cores=0-7
/proc/16855/task/16868/stat : 16868 (java) S 16853 16853 15846 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 448122961 28909211648 12583 33554432000 4194304 4196468 140736819821376 139762313386192 139763919611803 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23543808 140736819823594 140736819823766 140736819823766 140736819826639 0
[pid=16855/tid=16869] ppid=16853 vsize=28231652 memory=279376885341232 CPUtime=0.01 cores=0-7
/proc/16855/task/16869/stat : 16869 (java) S 16853 16853 15846 0 -1 1077944384 358 0 0 0 1 0 0 0 20 0 20 0 448122961 28909211648 12583 33554432000 4194304 4196468 140736819821376 139762312333808 139763919604354 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23543808 140736819823594 140736819823766 140736819823766 140736819826639 0
[pid=16855/tid=16870] ppid=16853 vsize=28231652 memory=279376885413776 CPUtime=0.03 cores=0-7
/proc/16855/task/16870/stat : 16870 (java) S 16853 16853 15846 0 -1 1077944384 416 0 0 0 3 0 0 0 20 0 20 0 448122961 28909211648 12583 33554432000 4194304 4196468 140736819821376 139762311281264 139763919604354 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23543808 140736819823594 140736819823766 140736819823766 140736819826639 0
[pid=16855/tid=16871] ppid=16853 vsize=28231652 memory=279376885420688 CPUtime=0.02 cores=0-7
/proc/16855/task/16871/stat : 16871 (java) R 16853 16853 15846 0 -1 4202560 144 0 0 0 2 0 0 0 20 0 20 0 448122961 28909211648 12583 33554432000 4194304 4196468 140736819821376 139762310219104 139763897245072 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 23543808 140736819823594 140736819823766 140736819823766 140736819826639 0
[pid=16855/tid=16872] ppid=16853 vsize=28231652 memory=279376885418384 CPUtime=0.12 cores=0-7
/proc/16855/task/16872/stat : 16872 (java) S 16853 16853 15846 0 -1 1077944384 906 0 0 0 12 0 0 0 20 0 20 0 448122961 28909211648 12583 33554432000 4194304 4196468 140736819821376 139762309176176 139763919604354 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23543808 140736819823594 140736819823766 140736819823766 140736819826639 0
[pid=16855/tid=16873] ppid=16853 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/16855/task/16873/stat : 16873 (java) S 16853 16853 15846 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 448122961 28909211648 12583 33554432000 4194304 4196468 140736819821376 139762308122848 139763919603413 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23543808 140736819823594 140736819823766 140736819823766 140736819826639 0
[pid=16855/tid=16874] ppid=16853 vsize=28231652 memory=-1 CPUtime=0 cores=0-7
/proc/16855/task/16874/stat : 16874 (java) S 16853 16853 15846 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 448122961 28909211648 12583 33554432000 4194304 4196468 140736819821376 139762307070384 139763919604354 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23543808 140736819823594 140736819823766 140736819823766 140736819826639 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 28344780 KiB
Current children cumulated memory: 51668 KiB

[startup+0.701006 s]
/proc/loadavg: 8.15 8.27 8.14 6/212 16874
/proc/meminfo: memFree=30245624/32770624 swapFree=66967460/67108860
[pid=16853] ppid=16850 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/16853/stat : 16853 (xcsp3-exec) S 16850 16853 15846 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 448122955 115843072 363 33554432000 4194304 5098028 140736347627920 140736347626024 140334835942012 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 26226688 140736347636597 140736347636841 140736347636841 140736347639754 0
/proc/16853/statm: 28282 363 304 221 0 87 0
[pid=16855] ppid=16853 vsize=28233776 memory=97640 CPUtime=1.84 cores=0-7
/proc/16855/stat : 16855 (java) S 16853 16853 15846 0 -1 1077944320 16623 0 0 0 177 7 0 0 20 0 20 0 448122955 28911386624 24410 33554432000 4194304 4196468 140736819821376 140736819803920 139763919593207 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 23543808 140736819823594 140736819823766 140736819823766 140736819826639 0
/proc/16855/statm: 7058444 24410 3452 1 0 7019544 0
[pid=16855/tid=16856] ppid=16853 vsize=28233776 memory=0 CPUtime=0.68 cores=0-7
/proc/16855/task/16856/stat : 16856 (java) R 16853 16853 15846 0 -1 4202560 9240 0 0 0 63 5 0 0 20 0 20 0 448122955 28911386624 24410 33554432000 4194304 4196468 140736819821376 139763923830848 139763903970327 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 23543808 140736819823594 140736819823766 140736819823766 140736819826639 0
[pid=16855/tid=16857] ppid=16853 vsize=28233776 memory=139688442897264 CPUtime=0 cores=0-7
/proc/16855/task/16857/stat : 16857 (java) S 16853 16853 15846 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 448122956 28911386624 24410 33554432000 4194304 4196468 140736819821376 139763876145424 139763919603413 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23543808 140736819823594 140736819823766 140736819823766 140736819826639 0
[pid=16855/tid=16858] ppid=16853 vsize=28233776 memory=0 CPUtime=0 cores=0-7
/proc/16855/task/16858/stat : 16858 (java) S 16853 16853 15846 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 448122956 28911386624 24410 33554432000 4194304 4196468 140736819821376 139763875092880 139763919603413 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23543808 140736819823594 140736819823766 140736819823766 140736819826639 0
[pid=16855/tid=16859] ppid=16853 vsize=28233776 memory=1192 CPUtime=0 cores=0-7
/proc/16855/task/16859/stat : 16859 (java) S 16853 16853 15846 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 448122956 28911386624 24410 33554432000 4194304 4196468 140736819821376 139763874040336 139763919603413 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23543808 140736819823594 140736819823766 140736819823766 140736819826639 0

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

[pid=16855/tid=16882] ppid=16853 vsize=28768336 memory=1452 CPUtime=2419.6 cores=0-7
/proc/16855/task/16882/stat : 16882 (java) R 16853 16853 15846 0 -1 4202560 25857 0 0 0 241917 43 0 0 20 0 28 0 448123112 29458776064 291726 33554432000 4194304 4196468 140736819821376 139762288386024 139763563144295 0 4 0 16800975 0 0 0 -1 3 0 0 14 0 0 6293624 6294260 23543808 140736819823594 140736819823766 140736819823766 140736819826639 0
Current children cumulated CPU time: 19436.3 s
Current children cumulated vsize: 28881464 KiB
Current children cumulated memory: 1168356 KiB

[startup+2502.3 s]
/proc/loadavg: 9.00 8.37 8.27 9/221 17076
/proc/meminfo: memFree=29163260/32770624 swapFree=66967464/67108860
[pid=16853] ppid=16850 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/16853/stat : 16853 (xcsp3-exec) S 16850 16853 15846 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 448122955 115843072 363 33554432000 4194304 5098028 140736347627920 140736347626024 140334835942012 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 26226688 140736347636597 140736347636841 140736347636841 140736347639754 0
/proc/16853/statm: 28282 363 304 221 0 87 0
[pid=16855] ppid=16853 vsize=28768336 memory=1146896 CPUtime=19914.1 cores=0-7
/proc/16855/stat : 16855 (java) S 16853 16853 15846 0 -1 1077944320 599346 0 0 0 1990830 584 0 0 20 0 28 0 448122955 29458776064 286724 33554432000 4194304 4196468 140736819821376 140736819803920 139763919593207 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 23543808 140736819823594 140736819823766 140736819823766 140736819826639 0
/proc/16855/statm: 7192084 286724 3549 1 0 7153184 0
[pid=16855/tid=16856] ppid=16853 vsize=28768336 memory=1146896 CPUtime=1.49 cores=0-7
/proc/16855/task/16856/stat : 16856 (java) S 16853 16853 15846 0 -1 1077944384 9444 0 0 0 143 6 0 0 20 0 28 0 448122955 29458776064 286724 33554432000 4194304 4196468 140736819821376 139763923833984 139763919603413 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23543808 140736819823594 140736819823766 140736819823766 140736819826639 0
[pid=16855/tid=16857] ppid=16853 vsize=28768336 memory=1452 CPUtime=8.72 cores=0-7
/proc/16855/task/16857/stat : 16857 (java) S 16853 16853 15846 0 -1 1077944384 24085 0 0 0 852 20 0 0 20 0 28 0 448122956 29458776064 286724 33554432000 4194304 4196468 140736819821376 139763876145424 139763919603413 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 2 0 0 6293624 6294260 23543808 140736819823594 140736819823766 140736819823766 140736819826639 0
[pid=16855/tid=16858] ppid=16853 vsize=28768336 memory=1147408 CPUtime=8.75 cores=0-7
/proc/16855/task/16858/stat : 16858 (java) S 16853 16853 15846 0 -1 1077944384 26082 0 0 0 855 20 0 0 20 0 28 0 448122956 29458776064 286724 33554432000 4194304 4196468 140736819821376 139763875092880 139763919603413 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 3 0 0 6293624 6294260 23543808 140736819823594 140736819823766 140736819823766 140736819826639 0
[pid=16855/tid=16859] ppid=16853 vsize=28768336 memory=1147408 CPUtime=8.72 cores=0-7
/proc/16855/task/16859/stat : 16859 (java) S 16853 16853 15846 0 -1 1077944384 23121 0 0 0 852 20 0 0 20 0 28 0 448122956 29458776064 286724 33554432000 4194304 4196468 140736819821376 139763874040336 139763919603413 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 3 0 0 6293624 6294260 23543808 140736819823594 140736819823766 140736819823766 140736819826639 0
[pid=16855/tid=16860] ppid=16853 vsize=28768336 memory=1156644 CPUtime=8.72 cores=0-7
/proc/16855/task/16860/stat : 16860 (java) S 16853 16853 15846 0 -1 1077944384 27234 0 0 0 851 21 0 0 20 0 28 0 448122956 29458776064 286724 33554432000 4194304 4196468 140736819821376 139763468327568 139763919603413 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 2 0 0 6293624 6294260 23543808 140736819823594 140736819823766 140736819823766 140736819826639 0
[pid=16855/tid=16861] ppid=16853 vsize=28768336 memory=3620 CPUtime=8.7 cores=0-7
/proc/16855/task/16861/stat : 16861 (java) S 16853 16853 15846 0 -1 1077944384 28953 0 0 0 847 23 0 0 20 0 28 0 448122956 29458776064 286724 33554432000 4194304 4196468 140736819821376 139763467275024 139763919603413 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 2 0 0 6293624 6294260 23543808 140736819823594 140736819823766 140736819823766 140736819826639 0
[pid=16855/tid=16862] ppid=16853 vsize=28768336 memory=984 CPUtime=8.67 cores=0-7
/proc/16855/task/16862/stat : 16862 (java) S 16853 16853 15846 0 -1 1077944384 23517 0 0 0 849 18 0 0 20 0 28 0 448122956 29458776064 286724 33554432000 4194304 4196468 140736819821376 139763466222480 139763919603413 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 3 0 0 6293624 6294260 23543808 140736819823594 140736819823766 140736819823766 140736819826639 0
[pid=16855/tid=16863] ppid=16853 vsize=28768336 memory=2004 CPUtime=8.7 cores=0-7
/proc/16855/task/16863/stat : 16863 (java) S 16853 16853 15846 0 -1 1077944384 24210 0 0 0 848 22 0 0 20 0 28 0 448122956 29458776064 286724 33554432000 4194304 4196468 140736819821376 139763465169936 139763919603413 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 2 0 0 6293624 6294260 23543808 140736819823594 140736819823766 140736819823766 140736819826639 0
[pid=16855/tid=16864] ppid=16853 vsize=28768336 memory=240087 CPUtime=8.69 cores=0-7
/proc/16855/task/16864/stat : 16864 (java) S 16853 16853 15846 0 -1 1077944384 25083 0 0 0 849 20 0 0 20 0 28 0 448122956 29458776064 286724 33554432000 4194304 4196468 140736819821376 139763464117392 139763919603413 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 2 0 0 6293624 6294260 23543808 140736819823594 140736819823766 140736819823766 140736819826639 0
[pid=16855/tid=16865] ppid=16853 vsize=28768336 memory=239670 CPUtime=2.94 cores=0-7
/proc/16855/task/16865/stat : 16865 (java) S 16853 16853 15846 0 -1 1077944384 114341 0 0 0 187 107 0 0 20 0 28 0 448122958 29458776064 286724 33554432000 4194304 4196468 140736819821376 139762316543984 139763919604354 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23543808 140736819823594 140736819823766 140736819823766 140736819826639 0
[pid=16855/tid=16866] ppid=16853 vsize=28768336 memory=1168956 CPUtime=0 cores=0-7
/proc/16855/task/16866/stat : 16866 (java) S 16853 16853 15846 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 28 0 448122958 29458776064 286724 33554432000 4194304 4196468 140736819821376 139762315490272 139763919603413 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23543808 140736819823594 140736819823766 140736819823766 140736819826639 0
[pid=16855/tid=16867] ppid=16853 vsize=28768336 memory=279376886547616 CPUtime=0 cores=0-7
/proc/16855/task/16867/stat : 16867 (java) S 16853 16853 15846 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 28 0 448122958 29458776064 286724 33554432000 4194304 4196468 140736819821376 139762314437632 139763919603413 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23543808 140736819823594 140736819823766 140736819823766 140736819826639 0
[pid=16855/tid=16868] ppid=16853 vsize=28768336 memory=1452 CPUtime=0 cores=0-7
/proc/16855/task/16868/stat : 16868 (java) S 16853 16853 15846 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 448122961 29458776064 286724 33554432000 4194304 4196468 140736819821376 139762313386192 139763919611803 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23543808 140736819823594 140736819823766 140736819823766 140736819826639 0
[pid=16855/tid=16869] ppid=16853 vsize=28768336 memory=1452 CPUtime=3.04 cores=0-7
/proc/16855/task/16869/stat : 16869 (java) S 16853 16853 15846 0 -1 1077944384 16825 0 0 0 301 3 0 0 20 0 28 0 448122961 29458776064 286724 33554432000 4194304 4196468 140736819821376 139762312333808 139763919604354 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23543808 140736819823594 140736819823766 140736819823766 140736819826639 0
[pid=16855/tid=16870] ppid=16853 vsize=28768336 memory=1182500 CPUtime=2.86 cores=0-7
/proc/16855/task/16870/stat : 16870 (java) S 16853 16853 15846 0 -1 1077944384 18491 0 0 0 282 4 0 0 20 0 28 0 448122961 29458776064 286724 33554432000 4194304 4196468 140736819821376 139762311281264 139763919604354 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23543808 140736819823594 140736819823766 140736819823766 140736819826639 0
[pid=16855/tid=16871] ppid=16853 vsize=28768336 memory=5952 CPUtime=2.29 cores=0-7
/proc/16855/task/16871/stat : 16871 (java) S 16853 16853 15846 0 -1 1077944384 15897 0 0 0 225 4 0 0 20 0 28 0 448122961 29458776064 286724 33554432000 4194304 4196468 140736819821376 139762310228720 139763919604354 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23543808 140736819823594 140736819823766 140736819823766 140736819826639 0
[pid=16855/tid=16872] ppid=16853 vsize=28768336 memory=279376886379360 CPUtime=0.91 cores=0-7
/proc/16855/task/16872/stat : 16872 (java) S 16853 16853 15846 0 -1 1077944384 12562 0 0 0 89 2 0 0 20 0 28 0 448122961 29458776064 286724 33554432000 4194304 4196468 140736819821376 139762309176176 139763919604354 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23543808 140736819823594 140736819823766 140736819823766 140736819826639 0
[pid=16855/tid=16873] ppid=16853 vsize=28768336 memory=2320541491966327655 CPUtime=0 cores=0-7
/proc/16855/task/16873/stat : 16873 (java) S 16853 16853 15846 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 448122961 29458776064 286724 33554432000 4194304 4196468 140736819821376 139762308122848 139763919603413 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23543808 140736819823594 140736819823766 140736819823766 140736819826639 0
[pid=16855/tid=16874] ppid=16853 vsize=28768336 memory=4108 CPUtime=0.99 cores=0-7
/proc/16855/task/16874/stat : 16874 (java) S 16853 16853 15846 0 -1 1077944384 6682 0 0 0 16 83 0 0 20 0 28 0 448122961 29458776064 286724 33554432000 4194304 4196468 140736819821376 139762307070384 139763919604354 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23543808 140736819823594 140736819823766 140736819823766 140736819826639 0
[pid=16855/tid=16875] ppid=16853 vsize=28768336 memory=1412 CPUtime=2473.54 cores=0-7
/proc/16855/task/16875/stat : 16875 (java) R 16853 16853 15846 0 -1 4202560 18718 0 0 0 247341 13 0 0 20 0 28 0 448123111 29458776064 286724 33554432000 4194304 4196468 140736819821376 139762297850632 139763562349439 0 4 0 16800975 0 0 0 -1 6 0 0 15 0 0 6293624 6294260 23543808 140736819823594 140736819823766 140736819823766 140736819826639 0
[pid=16855/tid=16876] ppid=16853 vsize=28768336 memory=1192 CPUtime=2478.33 cores=0-7
/proc/16855/task/16876/stat : 16876 (java) R 16853 16853 15846 0 -1 4202560 14942 0 0 0 247822 11 0 0 20 0 28 0 448123111 29458776064 286724 33554432000 4194304 4196468 140736819821376 139762294702216 139763563143248 0 4 0 16800975 0 0 0 -1 2 0 0 16 0 0 6293624 6294260 23543808 140736819823594 140736819823766 140736819823766 140736819826639 0
[pid=16855/tid=16877] ppid=16853 vsize=28768336 memory=940 CPUtime=2476.73 cores=0-7
/proc/16855/task/16877/stat : 16877 (java) R 16853 16853 15846 0 -1 4202560 42426 0 0 0 247575 98 0 0 20 0 28 0 448123111 29458776064 286724 33554432000 4194304 4196468 140736819821376 139762293649672 139763564727661 0 4 0 16800975 0 0 0 -1 0 0 0 14 0 0 6293624 6294260 23543808 140736819823594 140736819823766 140736819823766 140736819826639 0
[pid=16855/tid=16878] ppid=16853 vsize=28768336 memory=1452 CPUtime=2481 cores=0-7
/proc/16855/task/16878/stat : 16878 (java) R 16853 16853 15846 0 -1 4202560 43851 0 0 0 248016 84 0 0 20 0 28 0 448123111 29458776064 286724 33554432000 4194304 4196468 140736819821376 139762292596968 139763558183532 0 4 0 16800975 0 0 0 -1 1 0 0 16 0 0 6293624 6294260 23543808 140736819823594 140736819823766 140736819823766 140736819826639 0
[pid=16855/tid=16879] ppid=16853 vsize=28768336 memory=1161260 CPUtime=2480.45 cores=0-7
/proc/16855/task/16879/stat : 16879 (java) R 16853 16853 15846 0 -1 4202560 22176 0 0 0 248016 29 0 0 20 0 28 0 448123111 29458776064 286724 33554432000 4194304 4196468 140736819821376 139762291544336 139763558183532 0 4 0 16800975 0 0 0 -1 3 0 0 13 0 0 6293624 6294260 23543808 140736819823594 140736819823766 140736819823766 140736819826639 0
[pid=16855/tid=16880] ppid=16853 vsize=28768336 memory=1150488 CPUtime=2477.11 cores=0-7
/proc/16855/task/16880/stat : 16880 (java) R 16853 16853 15846 0 -1 4202560 16913 0 0 0 247692 19 0 0 20 0 28 0 448123111 29458776064 286724 33554432000 4194304 4196468 140736819821376 139762290491992 139763563027175 0 4 0 16800975 0 0 0 -1 7 0 0 13 0 0 6293624 6294260 23543808 140736819823594 140736819823766 140736819823766 140736819826639 0
[pid=16855/tid=16881] ppid=16853 vsize=28768336 memory=1452 CPUtime=2483.45 cores=0-7
/proc/16855/task/16881/stat : 16881 (java) R 16853 16853 15846 0 -1 4202560 16054 0 0 0 248334 11 0 0 20 0 28 0 448123111 29458776064 286724 33554432000 4194304 4196468 140736819821376 139762289438472 139763564407330 0 4 0 16800975 0 0 0 -1 4 0 0 13 0 0 6293624 6294260 23543808 140736819823594 140736819823766 140736819823766 140736819826639 0
[pid=16855/tid=16882] ppid=16853 vsize=28768336 memory=1452 CPUtime=2479.23 cores=0-7
/proc/16855/task/16882/stat : 16882 (java) R 16853 16853 15846 0 -1 4202560 26411 0 0 0 247880 43 0 0 20 0 28 0 448123112 29458776064 286724 33554432000 4194304 4196468 140736819821376 139762288388288 139763564408095 0 4 0 16800975 0 0 0 -1 5 0 0 14 0 0 6293624 6294260 23543808 140736819823594 140736819823766 140736819823766 140736819826639 0
Current children cumulated CPU time: 19914.1 s
Current children cumulated vsize: 28881464 KiB
Current children cumulated memory: 1148348 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+2520 s]*
/proc/loadavg: 8.92 8.40 8.29 9/222 17078
/proc/meminfo: memFree=29166760/32770624 swapFree=66967464/67108860
[pid=16853] ppid=16850 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/16853/stat : 16853 (xcsp3-exec) S 16850 16853 15846 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 448122955 115843072 363 33554432000 4194304 5098028 140736347627920 140736347626024 140334835942012 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 26226688 140736347636597 140736347636841 140736347636841 140736347639754 0
/proc/16853/statm: 28282 363 304 221 0 87 0
[pid=16855] ppid=16853 vsize=28768336 memory=1142792 CPUtime=20055.1 cores=0-7
/proc/16855/stat : 16855 (java) S 16853 16853 15846 0 -1 1077944320 600000 0 0 0 2004924 586 0 0 20 0 28 0 448122955 29458776064 285698 33554432000 4194304 4196468 140736819821376 140736819803920 139763919593207 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 23543808 140736819823594 140736819823766 140736819823766 140736819826639 0
/proc/16855/statm: 7192084 285698 3549 1 0 7153184 0
[pid=16855/tid=16856] ppid=16853 vsize=28768336 memory=1398722017469774279 CPUtime=1.49 cores=0-7
/proc/16855/task/16856/stat : 16856 (java) S 16853 16853 15846 0 -1 1077944384 9444 0 0 0 143 6 0 0 20 0 28 0 448122955 29458776064 285698 33554432000 4194304 4196468 140736819821376 139763923833984 139763919603413 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23543808 140736819823594 140736819823766 140736819823766 140736819826639 0
[pid=16855/tid=16857] ppid=16853 vsize=28768336 memory=4872558044660077418 CPUtime=8.77 cores=0-7
/proc/16855/task/16857/stat : 16857 (java) S 16853 16853 15846 0 -1 1077944384 24118 0 0 0 857 20 0 0 20 0 28 0 448122956 29458776064 285698 33554432000 4194304 4196468 140736819821376 139763876145424 139763919603413 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 2 0 0 6293624 6294260 23543808 140736819823594 140736819823766 140736819823766 140736819826639 0
[pid=16855/tid=16858] ppid=16853 vsize=28768336 memory=940 CPUtime=8.82 cores=0-7
/proc/16855/task/16858/stat : 16858 (java) S 16853 16853 15846 0 -1 1077944384 26113 0 0 0 862 20 0 0 20 0 28 0 448122956 29458776064 285698 33554432000 4194304 4196468 140736819821376 139763875092880 139763919603413 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 3 0 0 6293624 6294260 23543808 140736819823594 140736819823766 140736819823766 140736819826639 0
[pid=16855/tid=16859] ppid=16853 vsize=28768336 memory=14008 CPUtime=8.79 cores=0-7
/proc/16855/task/16859/stat : 16859 (java) S 16853 16853 15846 0 -1 1077944384 23142 0 0 0 859 20 0 0 20 0 28 0 448122956 29458776064 285698 33554432000 4194304 4196468 140736819821376 139763874040336 139763919603413 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 3 0 0 6293624 6294260 23543808 140736819823594 140736819823766 140736819823766 140736819826639 0
[pid=16855/tid=16860] ppid=16853 vsize=28768336 memory=12040 CPUtime=8.78 cores=0-7
/proc/16855/task/16860/stat : 16860 (java) S 16853 16853 15846 0 -1 1077944384 27527 0 0 0 857 21 0 0 20 0 28 0 448122956 29458776064 285698 33554432000 4194304 4196468 140736819821376 139763468327568 139763919603413 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 2 0 0 6293624 6294260 23543808 140736819823594 140736819823766 140736819823766 140736819826639 0
[pid=16855/tid=16861] ppid=16853 vsize=28768336 memory=24212 CPUtime=8.77 cores=0-7
/proc/16855/task/16861/stat : 16861 (java) S 16853 16853 15846 0 -1 1077944384 28963 0 0 0 854 23 0 0 20 0 28 0 448122956 29458776064 285698 33554432000 4194304 4196468 140736819821376 139763467275024 139763919603413 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 2 0 0 6293624 6294260 23543808 140736819823594 140736819823766 140736819823766 140736819826639 0
[pid=16855/tid=16862] ppid=16853 vsize=28768336 memory=111632 CPUtime=8.73 cores=0-7
/proc/16855/task/16862/stat : 16862 (java) S 16853 16853 15846 0 -1 1077944384 23522 0 0 0 855 18 0 0 20 0 28 0 448122956 29458776064 285698 33554432000 4194304 4196468 140736819821376 139763466222480 139763919603413 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 3 0 0 6293624 6294260 23543808 140736819823594 140736819823766 140736819823766 140736819826639 0
[pid=16855/tid=16863] ppid=16853 vsize=28768336 memory=804 CPUtime=8.75 cores=0-7
/proc/16855/task/16863/stat : 16863 (java) S 16853 16853 15846 0 -1 1077944384 24219 0 0 0 853 22 0 0 20 0 28 0 448122956 29458776064 285698 33554432000 4194304 4196468 140736819821376 139763465169936 139763919603413 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 2 0 0 6293624 6294260 23543808 140736819823594 140736819823766 140736819823766 140736819826639 0
[pid=16855/tid=16864] ppid=16853 vsize=28768336 memory=1808 CPUtime=8.74 cores=0-7
/proc/16855/task/16864/stat : 16864 (java) S 16853 16853 15846 0 -1 1077944384 25107 0 0 0 854 20 0 0 20 0 28 0 448122956 29458776064 285698 33554432000 4194304 4196468 140736819821376 139763464117392 139763919603413 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 2 0 0 6293624 6294260 23543808 140736819823594 140736819823766 140736819823766 140736819826639 0
[pid=16855/tid=16865] ppid=16853 vsize=28768336 memory=924 CPUtime=2.96 cores=0-7
/proc/16855/task/16865/stat : 16865 (java) S 16853 16853 15846 0 -1 1077944384 114355 0 0 0 188 108 0 0 20 0 28 0 448122958 29458776064 285698 33554432000 4194304 4196468 140736819821376 139762316543984 139763919604354 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23543808 140736819823594 140736819823766 140736819823766 140736819826639 0
[pid=16855/tid=16866] ppid=16853 vsize=28768336 memory=4140 CPUtime=0 cores=0-7
/proc/16855/task/16866/stat : 16866 (java) S 16853 16853 15846 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 28 0 448122958 29458776064 285698 33554432000 4194304 4196468 140736819821376 139762315490272 139763919603413 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23543808 140736819823594 140736819823766 140736819823766 140736819826639 0
[pid=16855/tid=16867] ppid=16853 vsize=28768336 memory=4108 CPUtime=0 cores=0-7
/proc/16855/task/16867/stat : 16867 (java) S 16853 16853 15846 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 28 0 448122958 29458776064 285698 33554432000 4194304 4196468 140736819821376 139762314437632 139763919603413 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23543808 140736819823594 140736819823766 140736819823766 140736819826639 0
[pid=16855/tid=16868] ppid=16853 vsize=28768336 memory=1412 CPUtime=0 cores=0-7
/proc/16855/task/16868/stat : 16868 (java) S 16853 16853 15846 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 448122961 29458776064 285698 33554432000 4194304 4196468 140736819821376 139762313386192 139763919611803 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23543808 140736819823594 140736819823766 140736819823766 140736819826639 0
[pid=16855/tid=16869] ppid=16853 vsize=28768336 memory=3844 CPUtime=3.04 cores=0-7
/proc/16855/task/16869/stat : 16869 (java) S 16853 16853 15846 0 -1 1077944384 16825 0 0 0 301 3 0 0 20 0 28 0 448122961 29458776064 285698 33554432000 4194304 4196468 140736819821376 139762312333808 139763919604354 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23543808 140736819823594 140736819823766 140736819823766 140736819826639 0
[pid=16855/tid=16870] ppid=16853 vsize=28768336 memory=1452 CPUtime=2.86 cores=0-7
/proc/16855/task/16870/stat : 16870 (java) S 16853 16853 15846 0 -1 1077944384 18491 0 0 0 282 4 0 0 20 0 28 0 448122961 29458776064 285698 33554432000 4194304 4196468 140736819821376 139762311281264 139763919604354 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23543808 140736819823594 140736819823766 140736819823766 140736819826639 0
[pid=16855/tid=16871] ppid=16853 vsize=28768336 memory=1143816 CPUtime=2.29 cores=0-7
/proc/16855/task/16871/stat : 16871 (java) S 16853 16853 15846 0 -1 1077944384 15897 0 0 0 225 4 0 0 20 0 28 0 448122961 29458776064 285698 33554432000 4194304 4196468 140736819821376 139762310228720 139763919604354 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23543808 140736819823594 140736819823766 140736819823766 140736819826639 0
[pid=16855/tid=16872] ppid=16853 vsize=28768336 memory=1764 CPUtime=0.91 cores=0-7
/proc/16855/task/16872/stat : 16872 (java) S 16853 16853 15846 0 -1 1077944384 12562 0 0 0 89 2 0 0 20 0 28 0 448122961 29458776064 285698 33554432000 4194304 4196468 140736819821376 139762309176176 139763919604354 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23543808 140736819823594 140736819823766 140736819823766 140736819826639 0
[pid=16855/tid=16873] ppid=16853 vsize=28768336 memory=924 CPUtime=0 cores=0-7
/proc/16855/task/16873/stat : 16873 (java) S 16853 16853 15846 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 448122961 29458776064 285698 33554432000 4194304 4196468 140736819821376 139762308122848 139763919603413 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23543808 140736819823594 140736819823766 140736819823766 140736819826639 0
[pid=16855/tid=16874] ppid=16853 vsize=28768336 memory=4872558044660077418 CPUtime=0.99 cores=0-7
/proc/16855/task/16874/stat : 16874 (java) S 16853 16853 15846 0 -1 1077944384 6682 0 0 0 16 83 0 0 20 0 28 0 448122961 29458776064 285698 33554432000 4194304 4196468 140736819821376 139762307070384 139763919604354 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23543808 140736819823594 140736819823766 140736819823766 140736819826639 0
[pid=16855/tid=16875] ppid=16853 vsize=28768336 memory=1144844 CPUtime=2491.14 cores=0-7
/proc/16855/task/16875/stat : 16875 (java) R 16853 16853 15846 0 -1 4202560 18724 0 0 0 249101 13 0 0 20 0 28 0 448123111 29458776064 285698 33554432000 4194304 4196468 140736819821376 139762297854464 139763562829602 0 4 0 16800975 0 0 0 -1 0 0 0 15 0 0 6293624 6294260 23543808 140736819823594 140736819823766 140736819823766 140736819826639 0
[pid=16855/tid=16876] ppid=16853 vsize=28768336 memory=3620 CPUtime=2495.92 cores=0-7
/proc/16855/task/16876/stat : 16876 (java) R 16853 16853 15846 0 -1 4202560 14958 0 0 0 249581 11 0 0 20 0 28 0 448123111 29458776064 285698 33554432000 4194304 4196468 140736819821376 139762294705872 139763562593215 0 4 0 16800975 0 0 0 -1 2 0 0 16 0 0 6293624 6294260 23543808 140736819823594 140736819823766 140736819823766 140736819826639 0
[pid=16855/tid=16877] ppid=16853 vsize=28768336 memory=47720 CPUtime=2494.34 cores=0-7
/proc/16855/task/16877/stat : 16877 (java) R 16853 16853 15846 0 -1 4202560 42451 0 0 0 249336 98 0 0 20 0 28 0 448123111 29458776064 285698 33554432000 4194304 4196468 140736819821376 139762293650360 139763555233926 0 4 0 16800975 0 0 0 -1 4 0 0 14 0 0 6293624 6294260 23543808 140736819823594 140736819823766 140736819823766 140736819826639 0
[pid=16855/tid=16878] ppid=16853 vsize=28768336 memory=984 CPUtime=2498.59 cores=0-7
/proc/16855/task/16878/stat : 16878 (java) R 16853 16853 15846 0 -1 4202560 43938 0 0 0 249775 84 0 0 20 0 28 0 448123111 29458776064 285698 33554432000 4194304 4196468 140736819821376 139762292596832 139763558183532 0 4 0 16800975 0 0 0 -1 1 0 0 16 0 0 6293624 6294260 23543808 140736819823594 140736819823766 140736819823766 140736819826639 0
[pid=16855/tid=16879] ppid=16853 vsize=28768336 memory=2004 CPUtime=2498 cores=0-7
/proc/16855/task/16879/stat : 16879 (java) R 16853 16853 15846 0 -1 4202560 22202 0 0 0 249771 29 0 0 20 0 28 0 448123111 29458776064 285698 33554432000 4194304 4196468 140736819821376 139762291547056 139763562593228 0 4 0 16800975 0 0 0 -1 3 0 0 13 0 0 6293624 6294260 23543808 140736819823594 140736819823766 140736819823766 140736819826639 0
[pid=16855/tid=16880] ppid=16853 vsize=28768336 memory=1376 CPUtime=2494.48 cores=0-7
/proc/16855/task/16880/stat : 16880 (java) R 16853 16853 15846 0 -1 4202560 16925 0 0 0 249429 19 0 0 20 0 28 0 448123111 29458776064 285698 33554432000 4194304 4196468 140736819821376 139762290491992 139763562348492 0 4 0 16800975 0 0 0 -1 7 0 0 13 0 0 6293624 6294260 23543808 140736819823594 140736819823766 140736819823766 140736819826639 0
[pid=16855/tid=16881] ppid=16853 vsize=28768336 memory=1060 CPUtime=2501.05 cores=0-7
/proc/16855/task/16881/stat : 16881 (java) R 16853 16853 15846 0 -1 4202560 16079 0 0 0 250094 11 0 0 20 0 28 0 448123111 29458776064 285698 33554432000 4194304 4196468 140736819821376 139762289438224 139763563143031 0 4 0 16800975 0 0 0 -1 6 0 0 13 0 0 6293624 6294260 23543808 140736819823594 140736819823766 140736819823766 140736819826639 0
[pid=16855/tid=16882] ppid=16853 vsize=28768336 memory=4068 CPUtime=2496.76 cores=0-7
/proc/16855/task/16882/stat : 16882 (java) R 16853 16853 15846 0 -1 4202560 26428 0 0 0 249633 43 0 0 20 0 28 0 448123112 29458776064 285698 33554432000 4194304 4196468 140736819821376 139762288385752 139763563026571 0 4 0 16800975 0 0 0 -1 5 0 0 14 0 0 6293624 6294260 23543808 140736819823594 140736819823766 140736819823766 140736819826639 0
Current children cumulated CPU time: 20055.1 s
Current children cumulated vsize: 28881464 KiB
Current children cumulated memory: 1144244 KiB

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

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

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

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

Child status: 143
Real time (s): 2520.1
CPU time (s): 20055.7
CPU user time (s): 20049.9
CPU system time (s): 5.87499
CPU usage (%): 795.832
Max. virtual memory (cumulated for all children) (KiB): 28883104
Max. memory (cumulated for all children) (KiB): 2213076

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 20049.9
system time used= 5.87499
maximum resident set size= 2217768
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 600894
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3352
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 181742
involuntary context switches= 228361


# summary of solver processes directly reported to runsolver:
#   pid: 16853,16855
#   total CPU time (s): 20055.7
#   total CPU user time (s): 20049.9
#   total CPU system time (s): 5.87499

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 22.1235 second user time and 29.058 second system time

The end

Launcher Data

Begin job on node125 at 2019-09-17 13:08:39
IDJOB=4399664
IDBENCH=141708
IDSOLVER=2854
FILE ID=node125/4399664-1568718561
RUNJOBID= node125-1568713473-15873
PBS_JOBID= 21703945
Free space on /tmp= 59732 MiB

SOLVER NAME= choco-solver 2019-09-16 parallel
BENCH NAME= XCSP19/ConsecutiveSquarePacking/ConsecutiveSquarePacking-sp-29-092.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-4399664-1568718561/watcher-4399664-1568718561 -o /tmp/evaluation-result-4399664-1568718561/solver-4399664-1568718561 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node125-1568713473-15873 --watchdog 2580  xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 1562723953 HOME/instance-4399664-1568718561.xml

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

MD5SUM BENCH= 04f92250339fffd6ef5beb9873d20792
RANDOM SEED=1562723953

node125.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.29
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.29
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.29
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.29
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:        30300284 kB
MemAvailable:   31860172 kB
Buffers:          212192 kB
Cached:          1646112 kB
SwapCached:        38408 kB
Active:           824684 kB
Inactive:        1076056 kB
Active(anon):      22068 kB
Inactive(anon):    68448 kB
Active(file):     802616 kB
Inactive(file):  1007608 kB
Unevictable:      108988 kB
Mlocked:          108988 kB
SwapTotal:      67108860 kB
SwapFree:       66967460 kB
Dirty:             26040 kB
Writeback:             0 kB
AnonPages:        113200 kB
Mapped:            48584 kB
Shmem:             39872 kB
Slab:             160404 kB
SReclaimable:     131000 kB
SUnreclaim:        29404 kB
KernelStack:        3712 kB
PageTables:         5268 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     505796 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:      114048 kB
DirectMap2M:    33431552 kB

Free space on /tmp at the end= 59704 MiB
End job on node125 at 2019-09-17 13:50:39