Trace number 4404491

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

NameXCSP19/ConsecutiveSquarePacking/
ConsecutiveSquarePacking-sp-30-098.xml
MD5SUMfb27cd1d2814d0f1760e6f4b9d041fef
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark153.956
Satisfiable
(Un)Satisfiability was proved
Number of variables60
Number of constraints435
Number of domains30
Minimum domain size69
Maximum domain size98
Distribution of domain sizes[{"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},{"size":93,"count":2},{"size":94,"count":2},{"size":95,"count":2},{"size":96,"count":2},{"size":97,"count":2},{"size":98,"count":2}]
Minimum variable degree29
Maximum variable degree29
Distribution of variable degrees[{"degree":29,"count":60}]
Minimum constraint arity4
Maximum constraint arity4
Distribution of constraint arities[{"arity":4,"count":435}]
Number of extensional constraints0
Number of intensional constraints435
Distribution of constraint types[{"type":"intension","count":435}]
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-4404491-1569012840.xml"  -tl '20160s' -p 8
0.11/0.18	c Choco 3fb4b153
0.11/0.19	c [HOME/instance-4404491-1569012840.xml, -tl, 20160s, -p, 8]
0.32/0.23	c 8 solvers in parallel
0.32/0.29	c parse instance...
5.26/1.60	c solve instance...
20047.63/2520.07	s UNKNOWN
20047.63/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 (11952 MiB free)
  memory of node 1: 16384 MiB (9795 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4404491-1569012840/watcher-4404491-1569012840 -o /var/tmp/evaluation-result-4404491-1569012840/solver-4404491-1569012840 -C 20160 -W 2520 -M 31000 --bin-var /var/tmp/runsolver-exch-node146-1569005116-20050 --watchdog 2580 xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 1572352415 HOME/instance-4404491-1569012840.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=22898, runsolver pid=22895
Current StackSize limit: 8192 KiB


[startup+0.100111 s]*
/proc/loadavg: 7.15 7.53 7.54 2/211 22919
/proc/meminfo: memFree=22253612/32770624 swapFree=67001832/67108860
[pid=22898] ppid=22895 vsize=113128 memory=1448 CPUtime=0 cores=0-7
/proc/22898/stat : 22898 (xcsp3-exec) S 22895 22898 20023 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 477197926 115843072 362 33554432000 4194304 5098028 140726325738464 140726325736568 139846219805308 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 20885504 140726325740369 140726325740629 140726325740629 140726325743558 0
/proc/22898/statm: 28282 362 304 221 0 87 0
[pid=22900] ppid=22898 vsize=28227396 memory=30064 CPUtime=0.11 cores=0-7
/proc/22900/stat : 22900 (java) S 22898 22898 20023 0 -1 1077944320 5473 0 0 0 9 2 0 0 20 0 20 0 477197926 28904853504 7516 33554432000 4194304 4196468 140728373234272 140728373216816 140100044304119 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 17915904 140728373236694 140728373236870 140728373236870 140728373239759 0
/proc/22900/statm: 7056849 7516 3116 1 0 7019032 0
[pid=22900/tid=22901] ppid=22898 vsize=28227396 memory=1398722017469774279 CPUtime=0.08 cores=0-7
/proc/22900/task/22901/stat : 22901 (java) R 22898 22898 20023 0 -1 4202560 3385 0 0 0 7 1 0 0 20 0 20 0 477197926 28904853504 7516 33554432000 4194304 4196468 140728373234272 140100048533536 140100044326045 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 17915904 140728373236694 140728373236870 140728373236870 140728373239759 0
[pid=22900/tid=22902] ppid=22898 vsize=28227396 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/22900/task/22902/stat : 22902 (java) S 22898 22898 20023 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 477197927 28904853504 7516 33554432000 4194304 4196468 140728373234272 140099964156560 140100044314325 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17915904 140728373236694 140728373236870 140728373236870 140728373239759 0
[pid=22900/tid=22903] ppid=22898 vsize=28227396 memory=140482549814912 CPUtime=0 cores=0-7
/proc/22900/task/22903/stat : 22903 (java) S 22898 22898 20023 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 477197927 28904853504 7516 33554432000 4194304 4196468 140728373234272 140099963103760 140100044314325 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17915904 140728373236694 140728373236870 140728373236870 140728373239759 0
[pid=22900/tid=22904] ppid=22898 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/22900/task/22904/stat : 22904 (java) S 22898 22898 20023 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 477197927 28904853504 7516 33554432000 4194304 4196468 140728373234272 140099962050960 140100044314325 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17915904 140728373236694 140728373236870 140728373236870 140728373239759 0
[pid=22900/tid=22905] ppid=22898 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/22900/task/22905/stat : 22905 (java) S 22898 22898 20023 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 477197927 28904853504 7516 33554432000 4194304 4196468 140728373234272 140099960998160 140100044314325 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17915904 140728373236694 140728373236870 140728373236870 140728373239759 0
[pid=22900/tid=22906] ppid=22898 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/22900/task/22906/stat : 22906 (java) S 22898 22898 20023 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 477197927 28904853504 7516 33554432000 4194304 4196468 140728373234272 140099959946384 140100044314325 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17915904 140728373236694 140728373236870 140728373236870 140728373239759 0
[pid=22900/tid=22907] ppid=22898 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/22900/task/22907/stat : 22907 (java) S 22898 22898 20023 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 477197927 28904853504 7516 33554432000 4194304 4196468 140728373234272 140099958893584 140100044314325 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17915904 140728373236694 140728373236870 140728373236870 140728373239759 0
[pid=22900/tid=22908] ppid=22898 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/22900/task/22908/stat : 22908 (java) S 22898 22898 20023 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 477197927 28904853504 7516 33554432000 4194304 4196468 140728373234272 140099957840784 140100044314325 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17915904 140728373236694 140728373236870 140728373236870 140728373239759 0
[pid=22900/tid=22909] ppid=22898 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/22900/task/22909/stat : 22909 (java) S 22898 22898 20023 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 477197927 28904853504 7516 33554432000 4194304 4196468 140728373234272 140099956787984 140100044314325 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17915904 140728373236694 140728373236870 140728373236870 140728373239759 0
[pid=22900/tid=22910] ppid=22898 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/22900/task/22910/stat : 22910 (java) S 22898 22898 20023 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 477197929 28904853504 7516 33554432000 4194304 4196468 140728373234272 140098642639216 140100044315266 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17915904 140728373236694 140728373236870 140728373236870 140728373239759 0
[pid=22900/tid=22911] ppid=22898 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/22900/task/22911/stat : 22911 (java) S 22898 22898 20023 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 477197929 28904853504 7516 33554432000 4194304 4196468 140728373234272 140098641585184 140100044314325 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17915904 140728373236694 140728373236870 140728373236870 140728373239759 0
[pid=22900/tid=22912] ppid=22898 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/22900/task/22912/stat : 22912 (java) S 22898 22898 20023 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 477197929 28904853504 7516 33554432000 4194304 4196468 140728373234272 140098640532336 140100044314325 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17915904 140728373236694 140728373236870 140728373236870 140728373239759 0
[pid=22900/tid=22913] ppid=22898 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/22900/task/22913/stat : 22913 (java) S 22898 22898 20023 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 477197932 28904853504 7516 33554432000 4194304 4196468 140728373234272 140098639480656 140100044322715 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17915904 140728373236694 140728373236870 140728373236870 140728373239759 0
[pid=22900/tid=22914] ppid=22898 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/22900/task/22914/stat : 22914 (java) S 22898 22898 20023 0 -1 1077944384 305 0 0 0 0 0 0 0 20 0 20 0 477197932 28904853504 7516 33554432000 4194304 4196468 140728373234272 140098638429040 140100044315266 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17915904 140728373236694 140728373236870 140728373236870 140728373239759 0
[pid=22900/tid=22915] ppid=22898 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/22900/task/22915/stat : 22915 (java) S 22898 22898 20023 0 -1 1077944384 123 0 0 0 0 0 0 0 20 0 20 0 477197932 28904853504 7516 33554432000 4194304 4196468 140728373234272 140098637376240 140100044315266 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17915904 140728373236694 140728373236870 140728373236870 140728373239759 0
[pid=22900/tid=22916] ppid=22898 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/22900/task/22916/stat : 22916 (java) S 22898 22898 20023 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 477197932 28904853504 7516 33554432000 4194304 4196468 140728373234272 140098636323440 140100044315266 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17915904 140728373236694 140728373236870 140728373236870 140728373239759 0
[pid=22900/tid=22917] ppid=22898 vsize=28227396 memory=0 CPUtime=0.01 cores=0-7
/proc/22900/task/22917/stat : 22917 (java) R 22898 22898 20023 0 -1 4202560 349 0 0 0 1 0 0 0 20 0 20 0 477197932 28904853504 7516 33554432000 4194304 4196468 140728373234272 140098635270640 140100044316054 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 17915904 140728373236694 140728373236870 140728373236870 140728373239759 0
[pid=22900/tid=22918] ppid=22898 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/22900/task/22918/stat : 22918 (java) S 22898 22898 20023 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 477197932 28904853504 7516 33554432000 4194304 4196468 140728373234272 140098634218080 140100044314325 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17915904 140728373236694 140728373236870 140728373236870 140728373239759 0
[pid=22900/tid=22919] ppid=22898 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/22900/task/22919/stat : 22919 (java) S 22898 22898 20023 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 477197933 28904853504 7516 33554432000 4194304 4196468 140728373234272 140098633165360 140100044315266 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17915904 140728373236694 140728373236870 140728373236870 140728373239759 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 31512 KiB

[startup+0.21009 s]*
/proc/loadavg: 7.15 7.53 7.54 4/211 22919
/proc/meminfo: memFree=22240536/32770624 swapFree=67001832/67108860
[pid=22898] ppid=22895 vsize=113128 memory=1448 CPUtime=0 cores=0-7
/proc/22898/stat : 22898 (xcsp3-exec) S 22895 22898 20023 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 477197926 115843072 362 33554432000 4194304 5098028 140726325738464 140726325736568 139846219805308 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 20885504 140726325740369 140726325740629 140726325740629 140726325743558 0
/proc/22898/statm: 28282 362 304 221 0 87 0
[pid=22900] ppid=22898 vsize=28227396 memory=40692 CPUtime=0.32 cores=0-7
/proc/22900/stat : 22900 (java) S 22898 22898 20023 0 -1 1077944320 8854 0 0 0 29 3 0 0 20 0 20 0 477197926 28904853504 10173 33554432000 4194304 4196468 140728373234272 140728373216816 140100044304119 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 17915904 140728373236694 140728373236870 140728373236870 140728373239759 0
/proc/22900/statm: 7056849 10173 3301 1 0 7019032 0
[pid=22900/tid=22901] ppid=22898 vsize=28227396 memory=8318255677412212789 CPUtime=0.19 cores=0-7
/proc/22900/task/22901/stat : 22901 (java) R 22898 22898 20023 0 -1 4202560 6139 0 0 0 17 2 0 0 20 0 20 0 477197926 28904853504 10173 33554432000 4194304 4196468 140728373234272 140100048536032 140100044326045 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 17915904 140728373236694 140728373236870 140728373236870 140728373239759 0
[pid=22900/tid=22902] ppid=22898 vsize=28227396 memory=339 CPUtime=0 cores=0-7
/proc/22900/task/22902/stat : 22902 (java) S 22898 22898 20023 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 477197927 28904853504 10173 33554432000 4194304 4196468 140728373234272 140099964156560 140100044314325 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17915904 140728373236694 140728373236870 140728373236870 140728373239759 0
[pid=22900/tid=22903] ppid=22898 vsize=28227396 memory=288370858701526656 CPUtime=0 cores=0-7
/proc/22900/task/22903/stat : 22903 (java) S 22898 22898 20023 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 477197927 28904853504 10173 33554432000 4194304 4196468 140728373234272 140099963103760 140100044314325 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17915904 140728373236694 140728373236870 140728373236870 140728373239759 0
[pid=22900/tid=22904] ppid=22898 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/22900/task/22904/stat : 22904 (java) S 22898 22898 20023 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 477197927 28904853504 10173 33554432000 4194304 4196468 140728373234272 140099962050960 140100044314325 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17915904 140728373236694 140728373236870 140728373236870 140728373239759 0
[pid=22900/tid=22905] ppid=22898 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/22900/task/22905/stat : 22905 (java) S 22898 22898 20023 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 477197927 28904853504 10173 33554432000 4194304 4196468 140728373234272 140099960998160 140100044314325 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17915904 140728373236694 140728373236870 140728373236870 140728373239759 0
[pid=22900/tid=22906] ppid=22898 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/22900/task/22906/stat : 22906 (java) S 22898 22898 20023 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 477197927 28904853504 10173 33554432000 4194304 4196468 140728373234272 140099959946384 140100044314325 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17915904 140728373236694 140728373236870 140728373236870 140728373239759 0
[pid=22900/tid=22907] ppid=22898 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/22900/task/22907/stat : 22907 (java) S 22898 22898 20023 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 477197927 28904853504 10173 33554432000 4194304 4196468 140728373234272 140099958893584 140100044314325 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17915904 140728373236694 140728373236870 140728373236870 140728373239759 0
[pid=22900/tid=22908] ppid=22898 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/22900/task/22908/stat : 22908 (java) S 22898 22898 20023 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 477197927 28904853504 10173 33554432000 4194304 4196468 140728373234272 140099957840784 140100044314325 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17915904 140728373236694 140728373236870 140728373236870 140728373239759 0
[pid=22900/tid=22909] ppid=22898 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/22900/task/22909/stat : 22909 (java) S 22898 22898 20023 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 477197927 28904853504 10173 33554432000 4194304 4196468 140728373234272 140099956787984 140100044314325 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17915904 140728373236694 140728373236870 140728373236870 140728373239759 0
[pid=22900/tid=22910] ppid=22898 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/22900/task/22910/stat : 22910 (java) S 22898 22898 20023 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 477197929 28904853504 10173 33554432000 4194304 4196468 140728373234272 140098642639216 140100044315266 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17915904 140728373236694 140728373236870 140728373236870 140728373239759 0
[pid=22900/tid=22911] ppid=22898 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/22900/task/22911/stat : 22911 (java) S 22898 22898 20023 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 477197929 28904853504 10173 33554432000 4194304 4196468 140728373234272 140098641585184 140100044314325 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17915904 140728373236694 140728373236870 140728373236870 140728373239759 0
[pid=22900/tid=22912] ppid=22898 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/22900/task/22912/stat : 22912 (java) S 22898 22898 20023 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 477197929 28904853504 10173 33554432000 4194304 4196468 140728373234272 140098640532336 140100044314325 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17915904 140728373236694 140728373236870 140728373236870 140728373239759 0
[pid=22900/tid=22913] ppid=22898 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/22900/task/22913/stat : 22913 (java) S 22898 22898 20023 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 477197932 28904853504 10173 33554432000 4194304 4196468 140728373234272 140098639480656 140100044322715 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17915904 140728373236694 140728373236870 140728373236870 140728373239759 0
[pid=22900/tid=22914] ppid=22898 vsize=28227396 memory=0 CPUtime=0.02 cores=0-7
/proc/22900/task/22914/stat : 22914 (java) S 22898 22898 20023 0 -1 1077944384 476 0 0 0 2 0 0 0 20 0 20 0 477197932 28904853504 10173 33554432000 4194304 4196468 140728373234272 140098638429040 140100044315266 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17915904 140728373236694 140728373236870 140728373236870 140728373239759 0
[pid=22900/tid=22915] ppid=22898 vsize=28227396 memory=0 CPUtime=0.01 cores=0-7
/proc/22900/task/22915/stat : 22915 (java) S 22898 22898 20023 0 -1 1077944384 147 0 0 0 1 0 0 0 20 0 20 0 477197932 28904853504 10173 33554432000 4194304 4196468 140728373234272 140098637376240 140100044315266 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17915904 140728373236694 140728373236870 140728373236870 140728373239759 0
[pid=22900/tid=22916] ppid=22898 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/22900/task/22916/stat : 22916 (java) S 22898 22898 20023 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 20 0 477197932 28904853504 10173 33554432000 4194304 4196468 140728373234272 140098636323440 140100044315266 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17915904 140728373236694 140728373236870 140728373236870 140728373239759 0
[pid=22900/tid=22917] ppid=22898 vsize=28227396 memory=-1 CPUtime=0.07 cores=0-7
/proc/22900/task/22917/stat : 22917 (java) R 22898 22898 20023 0 -1 4202560 766 0 0 0 7 0 0 0 20 0 20 0 477197932 28904853504 10173 33554432000 4194304 4196468 140728373234272 140098635270640 140100029469705 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 17915904 140728373236694 140728373236870 140728373236870 140728373239759 0
[pid=22900/tid=22918] ppid=22898 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/22900/task/22918/stat : 22918 (java) S 22898 22898 20023 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 477197932 28904853504 10173 33554432000 4194304 4196468 140728373234272 140098634218080 140100044314325 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17915904 140728373236694 140728373236870 140728373236870 140728373239759 0
[pid=22900/tid=22919] ppid=22898 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/22900/task/22919/stat : 22919 (java) S 22898 22898 20023 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 477197933 28904853504 10173 33554432000 4194304 4196468 140728373234272 140098633165360 140100044315266 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17915904 140728373236694 140728373236870 140728373236870 140728373239759 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 42140 KiB

[startup+0.309578 s]*
/proc/loadavg: 7.15 7.53 7.54 2/211 22919
/proc/meminfo: memFree=22235576/32770624 swapFree=67001832/67108860
[pid=22898] ppid=22895 vsize=113128 memory=1448 CPUtime=0 cores=0-7
/proc/22898/stat : 22898 (xcsp3-exec) S 22895 22898 20023 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 477197926 115843072 362 33554432000 4194304 5098028 140726325738464 140726325736568 139846219805308 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 20885504 140726325740369 140726325740629 140726325740629 140726325743558 0
/proc/22898/statm: 28282 362 304 221 0 87 0
[pid=22900] ppid=22898 vsize=28231652 memory=49044 CPUtime=0.51 cores=0-7
/proc/22900/stat : 22900 (java) S 22898 22898 20023 0 -1 1077944320 10078 0 0 0 47 4 0 0 20 0 20 0 477197926 28909211648 12261 33554432000 4194304 4196468 140728373234272 140728373216816 140100044304119 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 17915904 140728373236694 140728373236870 140728373236870 140728373239759 0
/proc/22900/statm: 7057913 12261 3334 1 0 7019032 0
[pid=22900/tid=22901] ppid=22898 vsize=28231652 memory=1398722017469774279 CPUtime=0.29 cores=0-7
/proc/22900/task/22901/stat : 22901 (java) R 22898 22898 20023 0 -1 4202560 7155 0 0 0 26 3 0 0 20 0 20 0 477197926 28909211648 12327 33554432000 4194304 4196468 140728373234272 140100048535232 140100036982133 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 17915904 140728373236694 140728373236870 140728373236870 140728373239759 0
[pid=22900/tid=22902] ppid=22898 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/22900/task/22902/stat : 22902 (java) S 22898 22898 20023 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 477197927 28909211648 12327 33554432000 4194304 4196468 140728373234272 140099964156560 140100044314325 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17915904 140728373236694 140728373236870 140728373236870 140728373239759 0
[pid=22900/tid=22903] ppid=22898 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/22900/task/22903/stat : 22903 (java) S 22898 22898 20023 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 477197927 28909211648 12327 33554432000 4194304 4196468 140728373234272 140099963103760 140100044314325 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17915904 140728373236694 140728373236870 140728373236870 140728373239759 0
[pid=22900/tid=22904] ppid=22898 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/22900/task/22904/stat : 22904 (java) S 22898 22898 20023 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 477197927 28909211648 12327 33554432000 4194304 4196468 140728373234272 140099962050960 140100044314325 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17915904 140728373236694 140728373236870 140728373236870 140728373239759 0
[pid=22900/tid=22905] ppid=22898 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/22900/task/22905/stat : 22905 (java) S 22898 22898 20023 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 477197927 28909211648 12327 33554432000 4194304 4196468 140728373234272 140099960998160 140100044314325 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17915904 140728373236694 140728373236870 140728373236870 140728373239759 0
[pid=22900/tid=22906] ppid=22898 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/22900/task/22906/stat : 22906 (java) S 22898 22898 20023 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 477197927 28909211648 12327 33554432000 4194304 4196468 140728373234272 140099959946384 140100044314325 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17915904 140728373236694 140728373236870 140728373236870 140728373239759 0
[pid=22900/tid=22907] ppid=22898 vsize=28231652 memory=140482407656111 CPUtime=0 cores=0-7
/proc/22900/task/22907/stat : 22907 (java) S 22898 22898 20023 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 477197927 28909211648 12327 33554432000 4194304 4196468 140728373234272 140099958893584 140100044314325 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17915904 140728373236694 140728373236870 140728373236870 140728373239759 0
[pid=22900/tid=22908] ppid=22898 vsize=28231652 memory=140482407658416 CPUtime=0 cores=0-7
/proc/22900/task/22908/stat : 22908 (java) S 22898 22898 20023 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 477197927 28909211648 12327 33554432000 4194304 4196468 140728373234272 140099957840784 140100044314325 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17915904 140728373236694 140728373236870 140728373236870 140728373239759 0
[pid=22900/tid=22909] ppid=22898 vsize=28231652 memory=140482407660720 CPUtime=0 cores=0-7
/proc/22900/task/22909/stat : 22909 (java) S 22898 22898 20023 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 477197927 28909211648 12327 33554432000 4194304 4196468 140728373234272 140099956787984 140100044314325 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17915904 140728373236694 140728373236870 140728373236870 140728373239759 0
[pid=22900/tid=22910] ppid=22898 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/22900/task/22910/stat : 22910 (java) S 22898 22898 20023 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 477197929 28909211648 12327 33554432000 4194304 4196468 140728373234272 140098642639216 140100044315266 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17915904 140728373236694 140728373236870 140728373236870 140728373239759 0
[pid=22900/tid=22911] ppid=22898 vsize=28231652 memory=280964815335312 CPUtime=0 cores=0-7
/proc/22900/task/22911/stat : 22911 (java) S 22898 22898 20023 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 477197929 28909211648 12327 33554432000 4194304 4196468 140728373234272 140098641585184 140100044314325 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17915904 140728373236694 140728373236870 140728373236870 140728373239759 0
[pid=22900/tid=22912] ppid=22898 vsize=28231652 memory=280964815333008 CPUtime=0 cores=0-7
/proc/22900/task/22912/stat : 22912 (java) S 22898 22898 20023 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 477197929 28909211648 12327 33554432000 4194304 4196468 140728373234272 140098640532336 140100044314325 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17915904 140728373236694 140728373236870 140728373236870 140728373239759 0
[pid=22900/tid=22913] ppid=22898 vsize=28231652 memory=280964815339920 CPUtime=0 cores=0-7
/proc/22900/task/22913/stat : 22913 (java) S 22898 22898 20023 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 477197932 28909211648 12327 33554432000 4194304 4196468 140728373234272 140098639480656 140100044322715 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17915904 140728373236694 140728373236870 140728373236870 140728373239759 0
[pid=22900/tid=22914] ppid=22898 vsize=28231652 memory=280964815281200 CPUtime=0.03 cores=0-7
/proc/22900/task/22914/stat : 22914 (java) S 22898 22898 20023 0 -1 1077944384 481 0 0 0 3 0 0 0 20 0 20 0 477197932 28909211648 12327 33554432000 4194304 4196468 140728373234272 140098638429040 140100044315266 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17915904 140728373236694 140728373236870 140728373236870 140728373239759 0
[pid=22900/tid=22915] ppid=22898 vsize=28231652 memory=280964815353744 CPUtime=0.02 cores=0-7
/proc/22900/task/22915/stat : 22915 (java) R 22898 22898 20023 0 -1 4202560 220 0 0 0 2 0 0 0 20 0 20 0 477197932 28909211648 12327 33554432000 4194304 4196468 140728373234272 140098637376240 140100025004416 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 17915904 140728373236694 140728373236870 140728373236870 140728373239759 0
[pid=22900/tid=22916] ppid=22898 vsize=28231652 memory=280964815360656 CPUtime=0.02 cores=0-7
/proc/22900/task/22916/stat : 22916 (java) S 22898 22898 20023 0 -1 1077944384 34 0 0 0 2 0 0 0 20 0 20 0 477197932 28909211648 12327 33554432000 4194304 4196468 140728373234272 140098636323440 140100044315266 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17915904 140728373236694 140728373236870 140728373236870 140728373239759 0
[pid=22900/tid=22917] ppid=22898 vsize=28231652 memory=280964815358352 CPUtime=0.12 cores=0-7
/proc/22900/task/22917/stat : 22917 (java) S 22898 22898 20023 0 -1 1077944384 927 0 0 0 12 0 0 0 20 0 20 0 477197932 28909211648 12327 33554432000 4194304 4196468 140728373234272 140098635270640 140100044315266 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17915904 140728373236694 140728373236870 140728373236870 140728373239759 0
[pid=22900/tid=22918] ppid=22898 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/22900/task/22918/stat : 22918 (java) S 22898 22898 20023 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 477197932 28909211648 12327 33554432000 4194304 4196468 140728373234272 140098634218080 140100044314325 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17915904 140728373236694 140728373236870 140728373236870 140728373239759 0
[pid=22900/tid=22919] ppid=22898 vsize=28231652 memory=-1 CPUtime=0 cores=0-7
/proc/22900/task/22919/stat : 22919 (java) S 22898 22898 20023 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 477197933 28909211648 12327 33554432000 4194304 4196468 140728373234272 140098633165360 140100044315266 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17915904 140728373236694 140728373236870 140728373236870 140728373239759 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 28344780 KiB
Current children cumulated memory: 50492 KiB

[startup+0.700949 s]
/proc/loadavg: 7.15 7.53 7.54 5/211 22919
/proc/meminfo: memFree=22218648/32770624 swapFree=67001832/67108860
[pid=22898] ppid=22895 vsize=113128 memory=1448 CPUtime=0 cores=0-7
/proc/22898/stat : 22898 (xcsp3-exec) S 22895 22898 20023 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 477197926 115843072 362 33554432000 4194304 5098028 140726325738464 140726325736568 139846219805308 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 20885504 140726325740369 140726325740629 140726325740629 140726325743558 0
/proc/22898/statm: 28282 362 304 221 0 87 0
[pid=22900] ppid=22898 vsize=28233776 memory=93752 CPUtime=1.84 cores=0-7
/proc/22900/stat : 22900 (java) S 22898 22898 20023 0 -1 1077944320 15565 0 0 0 178 6 0 0 20 0 20 0 477197926 28911386624 23438 33554432000 4194304 4196468 140728373234272 140728373216816 140100044304119 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 17915904 140728373236694 140728373236870 140728373236870 140728373239759 0
/proc/22900/statm: 7058444 23438 3456 1 0 7019544 0
[pid=22900/tid=22901] ppid=22898 vsize=28233776 memory=0 CPUtime=0.67 cores=0-7
/proc/22900/task/22901/stat : 22901 (java) R 22898 22898 20023 0 -1 4202560 8787 0 0 0 63 4 0 0 20 0 20 0 477197926 28911386624 23438 33554432000 4194304 4196468 140728373234272 140100048539056 140099635530765 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 17915904 140728373236694 140728373236870 140728373236870 140728373239759 0
[pid=22900/tid=22902] ppid=22898 vsize=28233776 memory=140482407867248 CPUtime=0 cores=0-7
/proc/22900/task/22902/stat : 22902 (java) S 22898 22898 20023 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 477197927 28911386624 23438 33554432000 4194304 4196468 140728373234272 140099964156560 140100044314325 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17915904 140728373236694 140728373236870 140728373236870 140728373239759 0
[pid=22900/tid=22903] ppid=22898 vsize=28233776 memory=0 CPUtime=0 cores=0-7
/proc/22900/task/22903/stat : 22903 (java) S 22898 22898 20023 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 477197927 28911386624 23438 33554432000 4194304 4196468 140728373234272 140099963103760 140100044314325 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17915904 140728373236694 140728373236870 140728373236870 140728373239759 0
[pid=22900/tid=22904] ppid=22898 vsize=28233776 memory=1056 CPUtime=0 cores=0-7
/proc/22900/task/22904/stat : 22904 (java) S 22898 22898 20023 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 477197927 28911386624 23438 33554432000 4194304 4196468 140728373234272 140099962050960 140100044314325 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17915904 140728373236694 140728373236870 140728373236870 140728373239759 0

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

[pid=22900/tid=22927] ppid=22898 vsize=28768336 memory=1448 CPUtime=2417.31 cores=0-7
/proc/22900/task/22927/stat : 22927 (java) R 22898 22898 20023 0 -1 4202560 26198 0 0 0 241703 28 0 0 20 0 28 0 477198090 29458776064 619414 33554432000 4194304 4196468 140728373234272 140098614483824 140099646001237 0 4 0 16800975 0 0 0 -1 6 0 0 13 0 0 6293624 6294260 17915904 140728373236694 140728373236870 140728373236870 140728373239759 0
Current children cumulated CPU time: 19429.6 s
Current children cumulated vsize: 28881464 KiB
Current children cumulated memory: 2479104 KiB

[startup+2502.3 s]
/proc/loadavg: 9.09 8.58 8.33 9/220 23136
/proc/meminfo: memFree=19790108/32770624 swapFree=67001836/67108860
[pid=22898] ppid=22895 vsize=113128 memory=1448 CPUtime=0 cores=0-7
/proc/22898/stat : 22898 (xcsp3-exec) S 22895 22898 20023 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 477197926 115843072 362 33554432000 4194304 5098028 140726325738464 140726325736568 139846219805308 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 20885504 140726325740369 140726325740629 140726325740629 140726325743558 0
/proc/22898/statm: 28282 362 304 221 0 87 0
[pid=22900] ppid=22898 vsize=28768336 memory=2485736 CPUtime=19906.7 cores=0-7
/proc/22900/stat : 22900 (java) S 22898 22898 20023 0 -1 1077944320 644311 0 0 0 1989935 734 0 0 20 0 28 0 477197926 29458776064 621434 33554432000 4194304 4196468 140728373234272 140728373216816 140100044304119 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 17915904 140728373236694 140728373236870 140728373236870 140728373239759 0
/proc/22900/statm: 7192084 621434 3551 1 0 7153184 0
[pid=22900/tid=22901] ppid=22898 vsize=28768336 memory=2485736 CPUtime=1.55 cores=0-7
/proc/22900/task/22901/stat : 22901 (java) S 22898 22898 20023 0 -1 1077944384 9017 0 0 0 150 5 0 0 20 0 28 0 477197926 29458776064 621434 33554432000 4194304 4196468 140728373234272 140100048544896 140100044314325 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17915904 140728373236694 140728373236870 140728373236870 140728373239759 0
[pid=22900/tid=22902] ppid=22898 vsize=28768336 memory=1448 CPUtime=10.26 cores=0-7
/proc/22900/task/22902/stat : 22902 (java) S 22898 22898 20023 0 -1 1077944384 31761 0 0 0 989 37 0 0 20 0 28 0 477197927 29458776064 621434 33554432000 4194304 4196468 140728373234272 140099964156560 140100044314325 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 3 0 0 6293624 6294260 17915904 140728373236694 140728373236870 140728373236870 140728373239759 0
[pid=22900/tid=22903] ppid=22898 vsize=28768336 memory=1448 CPUtime=10.32 cores=0-7
/proc/22900/task/22903/stat : 22903 (java) S 22898 22898 20023 0 -1 1077944384 23634 0 0 0 995 37 0 0 20 0 28 0 477197927 29458776064 621434 33554432000 4194304 4196468 140728373234272 140099963103760 140100044314325 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 2 0 0 6293624 6294260 17915904 140728373236694 140728373236870 140728373236870 140728373239759 0
[pid=22900/tid=22904] ppid=22898 vsize=28768336 memory=1448 CPUtime=10.26 cores=0-7
/proc/22900/task/22904/stat : 22904 (java) S 22898 22898 20023 0 -1 1077944384 22602 0 0 0 988 38 0 0 20 0 28 0 477197927 29458776064 621434 33554432000 4194304 4196468 140728373234272 140099962050960 140100044314325 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 3 0 0 6293624 6294260 17915904 140728373236694 140728373236870 140728373236870 140728373239759 0
[pid=22900/tid=22905] ppid=22898 vsize=28768336 memory=1448 CPUtime=10.31 cores=0-7
/proc/22900/task/22905/stat : 22905 (java) S 22898 22898 20023 0 -1 1077944384 26942 0 0 0 992 39 0 0 20 0 28 0 477197927 29458776064 621434 33554432000 4194304 4196468 140728373234272 140099960998160 140100044314325 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 2 0 0 6293624 6294260 17915904 140728373236694 140728373236870 140728373236870 140728373239759 0
[pid=22900/tid=22906] ppid=22898 vsize=28768336 memory=1448 CPUtime=10.27 cores=0-7
/proc/22900/task/22906/stat : 22906 (java) S 22898 22898 20023 0 -1 1077944384 34502 0 0 0 989 38 0 0 20 0 28 0 477197927 29458776064 621434 33554432000 4194304 4196468 140728373234272 140099959946384 140100044314325 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 3 0 0 6293624 6294260 17915904 140728373236694 140728373236870 140728373236870 140728373239759 0
[pid=22900/tid=22907] ppid=22898 vsize=28768336 memory=2484636 CPUtime=10.21 cores=0-7
/proc/22900/task/22907/stat : 22907 (java) S 22898 22898 20023 0 -1 1077944384 33231 0 0 0 982 39 0 0 20 0 28 0 477197927 29458776064 621434 33554432000 4194304 4196468 140728373234272 140099958893584 140100044314325 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 2 0 0 6293624 6294260 17915904 140728373236694 140728373236870 140728373236870 140728373239759 0
[pid=22900/tid=22908] ppid=22898 vsize=28768336 memory=6791534058613427641 CPUtime=10.31 cores=0-7
/proc/22900/task/22908/stat : 22908 (java) S 22898 22898 20023 0 -1 1077944384 24968 0 0 0 992 39 0 0 20 0 28 0 477197927 29458776064 621434 33554432000 4194304 4196468 140728373234272 140099957840784 140100044314325 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 1 0 0 6293624 6294260 17915904 140728373236694 140728373236870 140728373236870 140728373239759 0
[pid=22900/tid=22909] ppid=22898 vsize=28768336 memory=2484712 CPUtime=10.29 cores=0-7
/proc/22900/task/22909/stat : 22909 (java) S 22898 22898 20023 0 -1 1077944384 27273 0 0 0 993 36 0 0 20 0 28 0 477197927 29458776064 621434 33554432000 4194304 4196468 140728373234272 140099956787984 140100044314325 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 2 0 0 6293624 6294260 17915904 140728373236694 140728373236870 140728373236870 140728373239759 0
[pid=22900/tid=22910] ppid=22898 vsize=28768336 memory=286 CPUtime=3.41 cores=0-7
/proc/22900/task/22910/stat : 22910 (java) S 22898 22898 20023 0 -1 1077944384 142876 0 0 0 221 120 0 0 20 0 28 0 477197929 29458776064 621434 33554432000 4194304 4196468 140728373234272 140098642639216 140100044315266 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17915904 140728373236694 140728373236870 140728373236870 140728373239759 0
[pid=22900/tid=22911] ppid=22898 vsize=28768336 memory=281 CPUtime=0 cores=0-7
/proc/22900/task/22911/stat : 22911 (java) S 22898 22898 20023 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 28 0 477197929 29458776064 621434 33554432000 4194304 4196468 140728373234272 140098641585248 140100044314325 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17915904 140728373236694 140728373236870 140728373236870 140728373239759 0
[pid=22900/tid=22912] ppid=22898 vsize=28768336 memory=2505300 CPUtime=0 cores=0-7
/proc/22900/task/22912/stat : 22912 (java) S 22898 22898 20023 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 28 0 477197929 29458776064 621434 33554432000 4194304 4196468 140728373234272 140098640532352 140100044314325 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17915904 140728373236694 140728373236870 140728373236870 140728373239759 0
[pid=22900/tid=22913] ppid=22898 vsize=28768336 memory=1448 CPUtime=0 cores=0-7
/proc/22900/task/22913/stat : 22913 (java) S 22898 22898 20023 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 477197932 29458776064 621434 33554432000 4194304 4196468 140728373234272 140098639480656 140100044322715 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17915904 140728373236694 140728373236870 140728373236870 140728373239759 0
[pid=22900/tid=22914] ppid=22898 vsize=28768336 memory=2505300 CPUtime=2.79 cores=0-7
/proc/22900/task/22914/stat : 22914 (java) S 22898 22898 20023 0 -1 1077944384 16199 0 0 0 277 2 0 0 20 0 28 0 477197932 29458776064 621434 33554432000 4194304 4196468 140728373234272 140098638429040 140100044315266 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 2 0 0 6293624 6294260 17915904 140728373236694 140728373236870 140728373236870 140728373239759 0
[pid=22900/tid=22915] ppid=22898 vsize=28768336 memory=6791534058613427641 CPUtime=2.86 cores=0-7
/proc/22900/task/22915/stat : 22915 (java) S 22898 22898 20023 0 -1 1077944384 16762 0 0 0 283 3 0 0 20 0 28 0 477197932 29458776064 621434 33554432000 4194304 4196468 140728373234272 140098637376240 140100044315266 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 12 0 0 6293624 6294260 17915904 140728373236694 140728373236870 140728373236870 140728373239759 0
[pid=22900/tid=22916] ppid=22898 vsize=28768336 memory=3616 CPUtime=2.81 cores=0-7
/proc/22900/task/22916/stat : 22916 (java) S 22898 22898 20023 0 -1 1077944384 13004 0 0 0 278 3 0 0 20 0 28 0 477197932 29458776064 621434 33554432000 4194304 4196468 140728373234272 140098636323440 140100044315266 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 7 0 0 6293624 6294260 17915904 140728373236694 140728373236870 140728373236870 140728373239759 0
[pid=22900/tid=22917] ppid=22898 vsize=28768336 memory=7548 CPUtime=0.93 cores=0-7
/proc/22900/task/22917/stat : 22917 (java) S 22898 22898 20023 0 -1 1077944384 9641 0 0 0 91 2 0 0 20 0 28 0 477197932 29458776064 621434 33554432000 4194304 4196468 140728373234272 140098635270640 140100044315266 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17915904 140728373236694 140728373236870 140728373236870 140728373239759 0
[pid=22900/tid=22918] ppid=22898 vsize=28768336 memory=532 CPUtime=0 cores=0-7
/proc/22900/task/22918/stat : 22918 (java) S 22898 22898 20023 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 477197932 29458776064 621434 33554432000 4194304 4196468 140728373234272 140098634218080 140100044314325 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17915904 140728373236694 140728373236870 140728373236870 140728373239759 0
[pid=22900/tid=22919] ppid=22898 vsize=28768336 memory=1564 CPUtime=0.89 cores=0-7
/proc/22900/task/22919/stat : 22919 (java) S 22898 22898 20023 0 -1 1077944384 5968 0 0 0 38 51 0 0 20 0 28 0 477197933 29458776064 621434 33554432000 4194304 4196468 140728373234272 140098633165360 140100044315266 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 11 0 0 6293624 6294260 17915904 140728373236694 140728373236870 140728373236870 140728373239759 0
[pid=22900/tid=22920] ppid=22898 vsize=28768336 memory=928 CPUtime=2477.08 cores=0-7
/proc/22900/task/22920/stat : 22920 (java) R 22898 22898 20023 0 -1 4202560 21475 0 0 0 247690 18 0 0 20 0 28 0 477198089 29458776064 621434 33554432000 4194304 4196468 140728373234272 140098623945008 140099643751114 0 4 0 16800975 0 0 0 -1 5 0 0 13 0 0 6293624 6294260 17915904 140728373236694 140728373236870 140728373236870 140728373239759 0
[pid=22900/tid=22921] ppid=22898 vsize=28768336 memory=772 CPUtime=2475.93 cores=0-7
/proc/22900/task/22921/stat : 22921 (java) R 22898 22898 20023 0 -1 4202560 14930 0 0 0 247581 12 0 0 20 0 28 0 477198089 29458776064 621434 33554432000 4194304 4196468 140728373234272 140098620796552 140099644149187 0 4 0 16800975 0 0 0 -1 3 0 0 16 0 0 6293624 6294260 17915904 140728373236694 140728373236870 140728373236870 140728373239759 0
[pid=22900/tid=22922] ppid=22898 vsize=28768336 memory=1556 CPUtime=2477.65 cores=0-7
/proc/22900/task/22922/stat : 22922 (java) R 22898 22898 20023 0 -1 4202560 44059 0 0 0 247666 99 0 0 20 0 28 0 477198089 29458776064 621434 33554432000 4194304 4196468 140728373234272 140098619744720 140099643750861 0 4 0 16800975 0 0 0 -1 1 0 0 16 0 0 6293624 6294260 17915904 140728373236694 140728373236870 140728373236870 140728373239759 0
[pid=22900/tid=22923] ppid=22898 vsize=28768336 memory=1056 CPUtime=2477.84 cores=0-7
/proc/22900/task/22923/stat : 22923 (java) R 22898 22898 20023 0 -1 4202560 39034 0 0 0 247696 88 0 0 20 0 28 0 477198089 29458776064 621434 33554432000 4194304 4196468 140728373234272 140098618694912 140099644209796 0 4 0 16800975 0 0 0 -1 2 0 0 17 0 0 6293624 6294260 17915904 140728373236694 140728373236870 140728373236870 140728373239759 0
[pid=22900/tid=22924] ppid=22898 vsize=28768336 memory=2485188 CPUtime=2476.95 cores=0-7
/proc/22900/task/22924/stat : 22924 (java) R 22898 22898 20023 0 -1 4202560 19807 0 0 0 247678 17 0 0 20 0 28 0 477198089 29458776064 621434 33554432000 4194304 4196468 140728373234272 140098617639120 140099643922124 0 4 0 16800975 0 0 0 -1 6 0 0 12 0 0 6293624 6294260 17915904 140728373236694 140728373236870 140728373236870 140728373239759 0
[pid=22900/tid=22925] ppid=22898 vsize=28768336 memory=3612 CPUtime=2473.23 cores=0-7
/proc/22900/task/22925/stat : 22925 (java) R 22898 22898 20023 0 -1 4202560 24028 0 0 0 247292 31 0 0 20 0 28 0 477198089 29458776064 621434 33554432000 4194304 4196468 140728373234272 140098616586368 140099645582142 0 4 0 16800975 0 0 0 -1 4 0 0 15 0 0 6293624 6294260 17915904 140728373236694 140728373236870 140728373236870 140728373239759 0
[pid=22900/tid=22926] ppid=22898 vsize=28768336 memory=1448 CPUtime=2473.63 cores=0-7
/proc/22900/task/22926/stat : 22926 (java) R 22898 22898 20023 0 -1 4202560 14743 0 0 0 247348 15 0 0 20 0 28 0 477198089 29458776064 621434 33554432000 4194304 4196468 140728373234272 140098615533720 140099643718298 0 4 0 16800975 0 0 0 -1 7 0 0 14 0 0 6293624 6294260 17915904 140728373236694 140728373236870 140728373236870 140728373239759 0
[pid=22900/tid=22927] ppid=22898 vsize=28768336 memory=1448 CPUtime=2476.7 cores=0-7
/proc/22900/task/22927/stat : 22927 (java) R 22898 22898 20023 0 -1 4202560 26525 0 0 0 247642 28 0 0 20 0 28 0 477198090 29458776064 621434 33554432000 4194304 4196468 140728373234272 140098614480904 140099644672228 0 4 0 16800975 0 0 0 -1 0 0 0 13 0 0 6293624 6294260 17915904 140728373236694 140728373236870 140728373236870 140728373239759 0
Current children cumulated CPU time: 19906.7 s
Current children cumulated vsize: 28881464 KiB
Current children cumulated memory: 2487184 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+2520 s]*
/proc/loadavg: 8.93 8.56 8.33 9/219 23138
/proc/meminfo: memFree=19789712/32770624 swapFree=67001836/67108860
[pid=22898] ppid=22895 vsize=113128 memory=1448 CPUtime=0 cores=0-7
/proc/22898/stat : 22898 (xcsp3-exec) S 22895 22898 20023 0 -1 4202496 544 0 0 0 0 0 0 0 20 0 1 0 477197926 115843072 362 33554432000 4194304 5098028 140726325738464 140726325736568 139846219805308 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 20885504 140726325740369 140726325740629 140726325740629 140726325743558 0
/proc/22898/statm: 28282 362 304 221 0 87 0
[pid=22900] ppid=22898 vsize=28768336 memory=2486236 CPUtime=20047.6 cores=0-7
/proc/22900/stat : 22900 (java) S 22898 22898 20023 0 -1 1077944320 644999 0 0 0 2004026 737 0 0 20 0 28 0 477197926 29458776064 621559 33554432000 4194304 4196468 140728373234272 140728373216816 140100044304119 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 17915904 140728373236694 140728373236870 140728373236870 140728373239759 0
/proc/22900/statm: 7192084 621559 3551 1 0 7153184 0
[pid=22900/tid=22901] ppid=22898 vsize=28768336 memory=1398722017469774279 CPUtime=1.55 cores=0-7
/proc/22900/task/22901/stat : 22901 (java) S 22898 22898 20023 0 -1 1077944384 9017 0 0 0 150 5 0 0 20 0 28 0 477197926 29458776064 621559 33554432000 4194304 4196468 140728373234272 140100048544896 140100044314325 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17915904 140728373236694 140728373236870 140728373236870 140728373239759 0
[pid=22900/tid=22902] ppid=22898 vsize=28768336 memory=4872558044660077418 CPUtime=10.36 cores=0-7
/proc/22900/task/22902/stat : 22902 (java) S 22898 22898 20023 0 -1 1077944384 31778 0 0 0 998 38 0 0 20 0 28 0 477197927 29458776064 621559 33554432000 4194304 4196468 140728373234272 140099964156560 140100044314325 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 3 0 0 6293624 6294260 17915904 140728373236694 140728373236870 140728373236870 140728373239759 0
[pid=22900/tid=22903] ppid=22898 vsize=28768336 memory=7548 CPUtime=10.41 cores=0-7
/proc/22900/task/22903/stat : 22903 (java) S 22898 22898 20023 0 -1 1077944384 23653 0 0 0 1004 37 0 0 20 0 28 0 477197927 29458776064 621559 33554432000 4194304 4196468 140728373234272 140099963103760 140100044314325 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 2 0 0 6293624 6294260 17915904 140728373236694 140728373236870 140728373236870 140728373239759 0
[pid=22900/tid=22904] ppid=22898 vsize=28768336 memory=2832 CPUtime=10.36 cores=0-7
/proc/22900/task/22904/stat : 22904 (java) S 22898 22898 20023 0 -1 1077944384 22622 0 0 0 998 38 0 0 20 0 28 0 477197927 29458776064 621559 33554432000 4194304 4196468 140728373234272 140099962050960 140100044314325 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 3 0 0 6293624 6294260 17915904 140728373236694 140728373236870 140728373236870 140728373239759 0
[pid=22900/tid=22905] ppid=22898 vsize=28768336 memory=1224 CPUtime=10.4 cores=0-7
/proc/22900/task/22905/stat : 22905 (java) S 22898 22898 20023 0 -1 1077944384 26949 0 0 0 1001 39 0 0 20 0 28 0 477197927 29458776064 621559 33554432000 4194304 4196468 140728373234272 140099960998160 140100044314325 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 2 0 0 6293624 6294260 17915904 140728373236694 140728373236870 140728373236870 140728373239759 0
[pid=22900/tid=22906] ppid=22898 vsize=28768336 memory=6100 CPUtime=10.37 cores=0-7
/proc/22900/task/22906/stat : 22906 (java) S 22898 22898 20023 0 -1 1077944384 34609 0 0 0 999 38 0 0 20 0 28 0 477197927 29458776064 621559 33554432000 4194304 4196468 140728373234272 140099959946384 140100044314325 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 3 0 0 6293624 6294260 17915904 140728373236694 140728373236870 140728373236870 140728373239759 0
[pid=22900/tid=22907] ppid=22898 vsize=28768336 memory=772 CPUtime=10.3 cores=0-7
/proc/22900/task/22907/stat : 22907 (java) S 22898 22898 20023 0 -1 1077944384 33245 0 0 0 991 39 0 0 20 0 28 0 477197927 29458776064 621559 33554432000 4194304 4196468 140728373234272 140099958893584 140100044314325 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 2 0 0 6293624 6294260 17915904 140728373236694 140728373236870 140728373236870 140728373239759 0
[pid=22900/tid=22908] ppid=22898 vsize=28768336 memory=1556 CPUtime=10.39 cores=0-7
/proc/22900/task/22908/stat : 22908 (java) S 22898 22898 20023 0 -1 1077944384 24987 0 0 0 1000 39 0 0 20 0 28 0 477197927 29458776064 621559 33554432000 4194304 4196468 140728373234272 140099957840784 140100044314325 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 1 0 0 6293624 6294260 17915904 140728373236694 140728373236870 140728373236870 140728373239759 0
[pid=22900/tid=22909] ppid=22898 vsize=28768336 memory=1056 CPUtime=10.38 cores=0-7
/proc/22900/task/22909/stat : 22909 (java) S 22898 22898 20023 0 -1 1077944384 27303 0 0 0 1002 36 0 0 20 0 28 0 477197927 29458776064 621559 33554432000 4194304 4196468 140728373234272 140099956787984 140100044314325 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 2 0 0 6293624 6294260 17915904 140728373236694 140728373236870 140728373236870 140728373239759 0
[pid=22900/tid=22910] ppid=22898 vsize=28768336 memory=6791534058613427641 CPUtime=3.44 cores=0-7
/proc/22900/task/22910/stat : 22910 (java) S 22898 22898 20023 0 -1 1077944384 143035 0 0 0 223 121 0 0 20 0 28 0 477197929 29458776064 621559 33554432000 4194304 4196468 140728373234272 140098642639216 140100044315266 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17915904 140728373236694 140728373236870 140728373236870 140728373239759 0
[pid=22900/tid=22911] ppid=22898 vsize=28768336 memory=477201210 CPUtime=0 cores=0-7
/proc/22900/task/22911/stat : 22911 (java) S 22898 22898 20023 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 28 0 477197929 29458776064 621559 33554432000 4194304 4196468 140728373234272 140098641585248 140100044314325 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17915904 140728373236694 140728373236870 140728373236870 140728373239759 0
[pid=22900/tid=22912] ppid=22898 vsize=28768336 memory=280964815820560 CPUtime=0 cores=0-7
/proc/22900/task/22912/stat : 22912 (java) S 22898 22898 20023 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 28 0 477197929 29458776064 621559 33554432000 4194304 4196468 140728373234272 140098640532352 140100044314325 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17915904 140728373236694 140728373236870 140728373236870 140728373239759 0
[pid=22900/tid=22913] ppid=22898 vsize=28768336 memory=11089 CPUtime=0 cores=0-7
/proc/22900/task/22913/stat : 22913 (java) S 22898 22898 20023 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 477197932 29458776064 621559 33554432000 4194304 4196468 140728373234272 140098639480656 140100044322715 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17915904 140728373236694 140728373236870 140728373236870 140728373239759 0
[pid=22900/tid=22914] ppid=22898 vsize=28768336 memory=4420 CPUtime=2.79 cores=0-7
/proc/22900/task/22914/stat : 22914 (java) S 22898 22898 20023 0 -1 1077944384 16199 0 0 0 277 2 0 0 20 0 28 0 477197932 29458776064 621559 33554432000 4194304 4196468 140728373234272 140098638429040 140100044315266 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 2 0 0 6293624 6294260 17915904 140728373236694 140728373236870 140728373236870 140728373239759 0
[pid=22900/tid=22915] ppid=22898 vsize=28768336 memory=6943526294502006880 CPUtime=2.86 cores=0-7
/proc/22900/task/22915/stat : 22915 (java) S 22898 22898 20023 0 -1 1077944384 16762 0 0 0 283 3 0 0 20 0 28 0 477197932 29458776064 621559 33554432000 4194304 4196468 140728373234272 140098637376240 140100044315266 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 12 0 0 6293624 6294260 17915904 140728373236694 140728373236870 140728373236870 140728373239759 0
[pid=22900/tid=22916] ppid=22898 vsize=28768336 memory=6943526294502006880 CPUtime=2.81 cores=0-7
/proc/22900/task/22916/stat : 22916 (java) S 22898 22898 20023 0 -1 1077944384 13004 0 0 0 278 3 0 0 20 0 28 0 477197932 29458776064 621559 33554432000 4194304 4196468 140728373234272 140098636323440 140100044315266 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 7 0 0 6293624 6294260 17915904 140728373236694 140728373236870 140728373236870 140728373239759 0
[pid=22900/tid=22917] ppid=22898 vsize=28768336 memory=6943526294502006880 CPUtime=0.93 cores=0-7
/proc/22900/task/22917/stat : 22917 (java) S 22898 22898 20023 0 -1 1077944384 9641 0 0 0 91 2 0 0 20 0 28 0 477197932 29458776064 621559 33554432000 4194304 4196468 140728373234272 140098635270640 140100044315266 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17915904 140728373236694 140728373236870 140728373236870 140728373239759 0
[pid=22900/tid=22918] ppid=22898 vsize=28768336 memory=6943526294502006880 CPUtime=0 cores=0-7
/proc/22900/task/22918/stat : 22918 (java) S 22898 22898 20023 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 477197932 29458776064 621559 33554432000 4194304 4196468 140728373234272 140098634218080 140100044314325 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17915904 140728373236694 140728373236870 140728373236870 140728373239759 0
[pid=22900/tid=22919] ppid=22898 vsize=28768336 memory=1448 CPUtime=0.89 cores=0-7
/proc/22900/task/22919/stat : 22919 (java) S 22898 22898 20023 0 -1 1077944384 5983 0 0 0 38 51 0 0 20 0 28 0 477197933 29458776064 621559 33554432000 4194304 4196468 140728373234272 140098633165360 140100044315266 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 11 0 0 6293624 6294260 17915904 140728373236694 140728373236870 140728373236870 140728373239759 0
[pid=22900/tid=22920] ppid=22898 vsize=28768336 memory=3616 CPUtime=2494.49 cores=0-7
/proc/22900/task/22920/stat : 22920 (java) R 22898 22898 20023 0 -1 4202560 21503 0 0 0 249431 18 0 0 20 0 28 0 477198089 29458776064 621559 33554432000 4194304 4196468 140728373234272 140098623945144 140099644149129 0 4 0 16800975 0 0 0 -1 1 0 0 13 0 0 6293624 6294260 17915904 140728373236694 140728373236870 140728373236870 140728373239759 0
[pid=22900/tid=22921] ppid=22898 vsize=28768336 memory=7548 CPUtime=2493.37 cores=0-7
/proc/22900/task/22921/stat : 22921 (java) R 22898 22898 20023 0 -1 4202560 14951 0 0 0 249325 12 0 0 20 0 28 0 477198089 29458776064 621559 33554432000 4194304 4196468 140728373234272 140098620796472 140099643718336 0 4 0 16800975 0 0 0 -1 3 0 0 16 0 0 6293624 6294260 17915904 140728373236694 140728373236870 140728373236870 140728373239759 0
[pid=22900/tid=22922] ppid=22898 vsize=28768336 memory=2832 CPUtime=2495.22 cores=0-7
/proc/22900/task/22922/stat : 22922 (java) R 22898 22898 20023 0 -1 4202560 44118 0 0 0 249423 99 0 0 20 0 28 0 477198089 29458776064 621559 33554432000 4194304 4196468 140728373234272 140098619744784 140099644149306 0 4 0 16800975 0 0 0 -1 4 0 0 16 0 0 6293624 6294260 17915904 140728373236694 140728373236870 140728373236870 140728373239759 0
[pid=22900/tid=22923] ppid=22898 vsize=28768336 memory=1224 CPUtime=2495.42 cores=0-7
/proc/22900/task/22923/stat : 22923 (java) R 22898 22898 20023 0 -1 4202560 39068 0 0 0 249454 88 0 0 20 0 28 0 477198089 29458776064 621559 33554432000 4194304 4196468 140728373234272 140098618692000 140099644082444 0 4 0 16800975 0 0 0 -1 6 0 0 17 0 0 6293624 6294260 17915904 140728373236694 140728373236870 140728373236870 140728373239759 0
[pid=22900/tid=22924] ppid=22898 vsize=28768336 memory=6100 CPUtime=2494.51 cores=0-7
/proc/22900/task/22924/stat : 22924 (java) R 22898 22898 20023 0 -1 4202560 19853 0 0 0 249433 18 0 0 20 0 28 0 477198089 29458776064 621559 33554432000 4194304 4196468 140728373234272 140098617639120 140099643718141 0 4 0 16800975 0 0 0 -1 0 0 0 12 0 0 6293624 6294260 17915904 140728373236694 140728373236870 140728373236870 140728373239759 0
[pid=22900/tid=22925] ppid=22898 vsize=28768336 memory=280964815541424 CPUtime=2490.79 cores=0-7
/proc/22900/task/22925/stat : 22925 (java) R 22898 22898 20023 0 -1 4202560 24071 0 0 0 249048 31 0 0 20 0 28 0 477198089 29458776064 621559 33554432000 4194304 4196468 140728373234272 140098616589424 140099646001489 0 4 0 16800975 0 0 0 -1 2 0 0 15 0 0 6293624 6294260 17915904 140728373236694 140728373236870 140728373236870 140728373239759 0
[pid=22900/tid=22926] ppid=22898 vsize=28768336 memory=808 CPUtime=2491.11 cores=0-7
/proc/22900/task/22926/stat : 22926 (java) R 22898 22898 20023 0 -1 4202560 14768 0 0 0 249096 15 0 0 20 0 28 0 477198089 29458776064 621559 33554432000 4194304 4196468 140728373234272 140098615533440 140099643750867 0 4 0 16800975 0 0 0 -1 5 0 0 14 0 0 6293624 6294260 17915904 140728373236694 140728373236870 140728373236870 140728373239759 0
[pid=22900/tid=22927] ppid=22898 vsize=28768336 memory=1804 CPUtime=2494.24 cores=0-7
/proc/22900/task/22927/stat : 22927 (java) R 22898 22898 20023 0 -1 4202560 26550 0 0 0 249396 28 0 0 20 0 28 0 477198090 29458776064 621559 33554432000 4194304 4196468 140728373234272 140098614480904 140099643718270 0 4 0 16800975 0 0 0 -1 7 0 0 13 0 0 6293624 6294260 17915904 140728373236694 140728373236870 140728373236870 140728373239759 0
Current children cumulated CPU time: 20047.6 s
Current children cumulated vsize: 28881464 KiB
Current children cumulated memory: 2487684 KiB

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

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

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

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 20040.9
system time used= 7.39492
maximum resident set size= 2542068
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 645774
page faults= 0
swaps= 0
block input operations= 8
block output operations= 3576
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 195889
involuntary context switches= 229739


# summary of solver processes directly reported to runsolver:
#   pid: 22898,22900
#   total CPU time (s): 20048.2
#   total CPU user time (s): 20040.9
#   total CPU system time (s): 7.39492

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 22.6095 second user time and 28.2893 second system time

The end

Launcher Data

Begin job on node146 at 2019-09-20 22:53:18
IDJOB=4404491
IDBENCH=141718
IDSOLVER=2865
FILE ID=node146/4404491-1569012840
RUNJOBID= node146-1569005116-20050
PBS_JOBID= 21704750
Free space on /var/tmp= 13508 MiB

SOLVER NAME= choco-solver 2019-09-20 parallel
BENCH NAME= XCSP19/ConsecutiveSquarePacking/ConsecutiveSquarePacking-sp-30-098.xml
COMMAND LINE= xcsp3-exec -dir DIR -tl TIMEOUT -p NBCORE -ml 24000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4404491-1569012840/watcher-4404491-1569012840 -o /var/tmp/evaluation-result-4404491-1569012840/solver-4404491-1569012840 -C 20160 -W 2520 -M 31000 --bin-var /var/tmp/runsolver-exch-node146-1569005116-20050 --watchdog 2580  xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 1572352415 HOME/instance-4404491-1569012840.xml

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

MD5SUM BENCH= fb27cd1d2814d0f1760e6f4b9d041fef
RANDOM SEED=1572352415

node146.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	: 5332.90
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	: 5332.90
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	: 5332.90
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	: 5332.90
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:        22269216 kB
MemAvailable:   31849016 kB
Buffers:          101720 kB
Cached:          9519360 kB
SwapCached:         3788 kB
Active:          4780616 kB
Inactive:        4846904 kB
Active(anon):       5340 kB
Inactive(anon):    48256 kB
Active(file):    4775276 kB
Inactive(file):  4798648 kB
Unevictable:      110940 kB
Mlocked:          110940 kB
SwapTotal:      67108860 kB
SwapFree:       67001832 kB
Dirty:             26148 kB
Writeback:             0 kB
AnonPages:        118588 kB
Mapped:            51820 kB
Shmem:             38920 kB
Slab:             462900 kB
SReclaimable:     434336 kB
SUnreclaim:        28564 kB
KernelStack:        3600 kB
PageTables:         6036 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     508076 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     71680 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      109952 kB
DirectMap2M:    33435648 kB

Free space on /var/tmp at the end= 13484 MiB
End job on node146 at 2019-09-20 23:35:19