Trace number 4403585

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? (TO) 2520.51 636.686

General information on the benchmark

NameMagicHexagon/MagicHexagon-m1-s1/
MagicHexagon-08-m039.xml
MD5SUMcf7d41cb48e0c265061ebe127338815d
Bench CategoryCSP (decision problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables225
Number of constraints52
Number of domains1
Minimum domain size169
Maximum domain size169
Distribution of domain sizes[{"size":169,"count":169}]
Minimum variable degree0
Maximum variable degree9
Distribution of variable degrees[{"degree":0,"count":56},{"degree":4,"count":163},{"degree":5,"count":3},{"degree":6,"count":2},{"degree":9,"count":1}]
Minimum constraint arity2
Maximum constraint arity169
Distribution of constraint arities[{"arity":2,"count":6},{"arity":8,"count":6},{"arity":9,"count":6},{"arity":10,"count":6},{"arity":11,"count":6},{"arity":12,"count":6},{"arity":13,"count":6},{"arity":14,"count":6},{"arity":15,"count":3},{"arity":169,"count":1}]
Number of extensional constraints0
Number of intensional constraints6
Distribution of constraint types[{"type":"intension","count":6},{"type":"allDifferent","count":1},{"type":"sum","count":45}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.00	c java -server -Xmx12000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4403585-1568991644.xml"  -tl '2520s' -p 4
0.13/0.18	c Choco 3fb4b153
0.13/0.18	c [HOME/instance-4403585-1568991644.xml, -tl, 2520s, -p, 4]
0.35/0.22	c 4 solvers in parallel
0.35/0.28	c parse instance...
0.98/0.60	c solve instance...
2520.19/636.66	s UNKNOWN
2520.19/636.66	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 (12393 MiB free)
  memory of node 1: 16384 MiB (12475 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4403585-1568991644/watcher-4403585-1568991644 -o /var/tmp/evaluation-result-4403585-1568991644/solver-4403585-1568991644 -C 2520 -W 2520 -M 15500 --bin-var /var/tmp/runsolver-exch-node145-1568987924-19057 --watchdog 2580 xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 686231163 HOME/instance-4403585-1568991644.xml 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2550 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
solver pid=22303, runsolver pid=22300
Current StackSize limit: 8192 KiB


[startup+0.100815 s]*
/proc/loadavg: 8.36 8.21 7.82 7/234 22319
/proc/meminfo: memFree=25449780/32770624 swapFree=66966844/67108860
[pid=22303] ppid=22300 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/22303/stat : 22303 (xcsp3-exec) S 22300 22303 19026 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 475100852 115843072 363 33554432000 4194304 5098028 140733213290576 140733213288680 140603924939388 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 36970496 140733213295447 140733213295705 140733213295705 140733213298630 0
/proc/22303/statm: 28282 363 304 221 0 87 0
[pid=22305] ppid=22303 vsize=15144776 memory=29436 CPUtime=0.13 cores=0,2,4,6
/proc/22305/stat : 22305 (java) S 22303 22303 19026 0 -1 1077944320 5783 0 0 0 12 1 0 0 20 0 15 0 475100852 15508250624 7359 33554432000 4194304 4196468 140734096436896 140734096419440 140102968655607 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 18644992 140734096442331 140734096442506 140734096442506 140734096445391 0
/proc/22305/statm: 3786194 7359 3147 1 0 3748377 0
[pid=22305/tid=22306] ppid=22303 vsize=15144776 memory=8180089925722843723 CPUtime=0.09 cores=0,2,4,6
/proc/22305/task/22306/stat : 22306 (java) R 22303 22303 19026 0 -1 4202560 3659 0 0 0 9 0 0 0 20 0 15 0 475100852 15508250624 7359 33554432000 4194304 4196468 140734096436896 140102972886880 140102968667542 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18644992 140734096442331 140734096442506 140734096442506 140734096445391 0
[pid=22305/tid=22307] ppid=22303 vsize=15144776 memory=-3689349214911541841 CPUtime=0 cores=0,2,4,6
/proc/22305/task/22307/stat : 22307 (java) S 22303 22303 19026 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475100853 15508250624 7359 33554432000 4194304 4196468 140734096436896 140102921276432 140102968665813 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18644992 140734096442331 140734096442506 140734096442506 140734096445391 0
[pid=22305/tid=22308] ppid=22303 vsize=15144776 memory=139918453417600 CPUtime=0 cores=0,2,4,6
/proc/22305/task/22308/stat : 22308 (java) S 22303 22303 19026 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475100853 15508250624 7359 33554432000 4194304 4196468 140734096436896 140102920223888 140102968665813 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18644992 140734096442331 140734096442506 140734096442506 140734096445391 0
[pid=22305/tid=22309] ppid=22303 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22305/task/22309/stat : 22309 (java) S 22303 22303 19026 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475100853 15508250624 7359 33554432000 4194304 4196468 140734096436896 140102919170832 140102968665813 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18644992 140734096442331 140734096442506 140734096442506 140734096445391 0
[pid=22305/tid=22310] ppid=22303 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/22305/task/22310/stat : 22310 (java) S 22303 22303 19026 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475100853 15508250624 7359 33554432000 4194304 4196468 140734096436896 140102918118288 140102968665813 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18644992 140734096442331 140734096442506 140734096442506 140734096445391 0
[pid=22305/tid=22311] ppid=22303 vsize=15144776 memory=139918453417600 CPUtime=0 cores=0,2,4,6
/proc/22305/task/22311/stat : 22311 (java) S 22303 22303 19026 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475100855 15508250624 7359 33554432000 4194304 4196468 140734096436896 140102437169392 140102968666754 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18644992 140734096442331 140734096442506 140734096442506 140734096445391 0
[pid=22305/tid=22312] ppid=22303 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/22305/task/22312/stat : 22312 (java) S 22303 22303 19026 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 475100855 15508250624 7359 33554432000 4194304 4196468 140734096436896 140102436115616 140102968665813 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18644992 140734096442331 140734096442506 140734096442506 140734096445391 0
[pid=22305/tid=22313] ppid=22303 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22305/task/22313/stat : 22313 (java) S 22303 22303 19026 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 475100855 15508250624 7359 33554432000 4194304 4196468 140734096436896 140102435062512 140102968665813 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18644992 140734096442331 140734096442506 140734096442506 140734096445391 0
[pid=22305/tid=22314] ppid=22303 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22305/task/22314/stat : 22314 (java) S 22303 22303 19026 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475100858 15508250624 7359 33554432000 4194304 4196468 140734096436896 140102434011088 140102968674203 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18644992 140734096442331 140734096442506 140734096442506 140734096445391 0
[pid=22305/tid=22315] ppid=22303 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22305/task/22315/stat : 22315 (java) S 22303 22303 19026 0 -1 1077944384 355 0 0 0 0 0 0 0 20 0 15 0 475100858 15508250624 7359 33554432000 4194304 4196468 140734096436896 140102432959216 140102968666754 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18644992 140734096442331 140734096442506 140734096442506 140734096445391 0
[pid=22305/tid=22316] ppid=22303 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/22305/task/22316/stat : 22316 (java) R 22303 22303 19026 0 -1 4202560 123 0 0 0 0 0 0 0 20 0 15 0 475100858 15508250624 7359 33554432000 4194304 4196468 140734096436896 140102431906672 140102968666754 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18644992 140734096442331 140734096442506 140734096442506 140734096445391 0
[pid=22305/tid=22317] ppid=22303 vsize=15144776 memory=139918453417600 CPUtime=0.02 cores=0,2,4,6
/proc/22305/task/22317/stat : 22317 (java) R 22303 22303 19026 0 -1 4202560 340 0 0 0 2 0 0 0 20 0 15 0 475100858 15508250624 7359 33554432000 4194304 4196468 140734096436896 140102430853616 140102968676954 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18644992 140734096442331 140734096442506 140734096442506 140734096445391 0
[pid=22305/tid=22318] ppid=22303 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/22305/task/22318/stat : 22318 (java) S 22303 22303 19026 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475100858 15508250624 7359 33554432000 4194304 4196468 140734096436896 140102429801312 140102968665813 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18644992 140734096442331 140734096442506 140734096442506 140734096445391 0
[pid=22305/tid=22319] ppid=22303 vsize=15144776 memory=139918453417600 CPUtime=0 cores=0,2,4,6
/proc/22305/task/22319/stat : 22319 (java) S 22303 22303 19026 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475100858 15508250624 7359 33554432000 4194304 4196468 140734096436896 140102428748336 140102968666754 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18644992 140734096442331 140734096442506 140734096442506 140734096445391 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 30888 KiB

[startup+0.210716 s]*
/proc/loadavg: 8.36 8.21 7.82 7/234 22319
/proc/meminfo: memFree=25436908/32770624 swapFree=66966844/67108860
[pid=22303] ppid=22300 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/22303/stat : 22303 (xcsp3-exec) S 22300 22303 19026 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 475100852 115843072 363 33554432000 4194304 5098028 140733213290576 140733213288680 140603924939388 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 36970496 140733213295447 140733213295705 140733213295705 140733213298630 0
/proc/22303/statm: 28282 363 304 221 0 87 0
[pid=22305] ppid=22303 vsize=15144776 memory=40904 CPUtime=0.35 cores=0,2,4,6
/proc/22305/stat : 22305 (java) S 22303 22303 19026 0 -1 1077944320 9456 0 0 0 32 3 0 0 20 0 15 0 475100852 15508250624 10226 33554432000 4194304 4196468 140734096436896 140734096419440 140102968655607 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 18644992 140734096442331 140734096442506 140734096442506 140734096445391 0
/proc/22305/statm: 3786194 10226 3300 1 0 3748377 0
[pid=22305/tid=22306] ppid=22303 vsize=15144776 memory=7883960649037381690 CPUtime=0.2 cores=0,2,4,6
/proc/22305/task/22306/stat : 22306 (java) R 22303 22303 19026 0 -1 4202560 6608 0 0 0 18 2 0 0 20 0 15 0 475100852 15508250624 10226 33554432000 4194304 4196468 140734096436896 140102972893424 140102952736094 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18644992 140734096442331 140734096442506 140734096442506 140734096445391 0
[pid=22305/tid=22307] ppid=22303 vsize=15144776 memory=9276 CPUtime=0 cores=0,2,4,6
/proc/22305/task/22307/stat : 22307 (java) S 22303 22303 19026 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475100853 15508250624 10226 33554432000 4194304 4196468 140734096436896 140102921276432 140102968665813 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18644992 140734096442331 140734096442506 140734096442506 140734096445391 0
[pid=22305/tid=22308] ppid=22303 vsize=15144776 memory=3526928 CPUtime=0 cores=0,2,4,6
/proc/22305/task/22308/stat : 22308 (java) S 22303 22303 19026 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475100853 15508250624 10226 33554432000 4194304 4196468 140734096436896 140102920223888 140102968665813 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18644992 140734096442331 140734096442506 140734096442506 140734096445391 0
[pid=22305/tid=22309] ppid=22303 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22305/task/22309/stat : 22309 (java) S 22303 22303 19026 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475100853 15508250624 10226 33554432000 4194304 4196468 140734096436896 140102919170832 140102968665813 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18644992 140734096442331 140734096442506 140734096442506 140734096445391 0
[pid=22305/tid=22310] ppid=22303 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/22305/task/22310/stat : 22310 (java) S 22303 22303 19026 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475100853 15508250624 10226 33554432000 4194304 4196468 140734096436896 140102918118288 140102968665813 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18644992 140734096442331 140734096442506 140734096442506 140734096445391 0
[pid=22305/tid=22311] ppid=22303 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22305/task/22311/stat : 22311 (java) S 22303 22303 19026 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 475100855 15508250624 10226 33554432000 4194304 4196468 140734096436896 140102437169392 140102968666754 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18644992 140734096442331 140734096442506 140734096442506 140734096445391 0
[pid=22305/tid=22312] ppid=22303 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/22305/task/22312/stat : 22312 (java) S 22303 22303 19026 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 475100855 15508250624 10226 33554432000 4194304 4196468 140734096436896 140102436115616 140102968665813 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18644992 140734096442331 140734096442506 140734096442506 140734096445391 0
[pid=22305/tid=22313] ppid=22303 vsize=15144776 memory=139918453417600 CPUtime=0 cores=0,2,4,6
/proc/22305/task/22313/stat : 22313 (java) S 22303 22303 19026 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 475100855 15508250624 10226 33554432000 4194304 4196468 140734096436896 140102435062512 140102968665813 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18644992 140734096442331 140734096442506 140734096442506 140734096445391 0
[pid=22305/tid=22314] ppid=22303 vsize=15144776 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/22305/task/22314/stat : 22314 (java) S 22303 22303 19026 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475100858 15508250624 10226 33554432000 4194304 4196468 140734096436896 140102434011088 140102968674203 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18644992 140734096442331 140734096442506 140734096442506 140734096445391 0
[pid=22305/tid=22315] ppid=22303 vsize=15144776 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/22305/task/22315/stat : 22315 (java) S 22303 22303 19026 0 -1 1077944384 598 0 0 0 2 0 0 0 20 0 15 0 475100858 15508250624 10226 33554432000 4194304 4196468 140734096436896 140102432959216 140102968666754 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18644992 140734096442331 140734096442506 140734096442506 140734096445391 0
[pid=22305/tid=22316] ppid=22303 vsize=15144776 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/22305/task/22316/stat : 22316 (java) S 22303 22303 19026 0 -1 1077944384 196 0 0 0 2 0 0 0 20 0 15 0 475100858 15508250624 10226 33554432000 4194304 4196468 140734096436896 140102431906672 140102968666754 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18644992 140734096442331 140734096442506 140734096442506 140734096445391 0
[pid=22305/tid=22317] ppid=22303 vsize=15144776 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/22305/task/22317/stat : 22317 (java) R 22303 22303 19026 0 -1 4202560 749 0 0 0 8 0 0 0 20 0 15 0 475100858 15508250624 10226 33554432000 4194304 4196468 140734096436896 140102430853616 140102951834124 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18644992 140734096442331 140734096442506 140734096442506 140734096445391 0
[pid=22305/tid=22318] ppid=22303 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22305/task/22318/stat : 22318 (java) S 22303 22303 19026 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475100858 15508250624 10226 33554432000 4194304 4196468 140734096436896 140102429801312 140102968665813 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18644992 140734096442331 140734096442506 140734096442506 140734096445391 0
[pid=22305/tid=22319] ppid=22303 vsize=15144776 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22305/task/22319/stat : 22319 (java) S 22303 22303 19026 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475100858 15508250624 10226 33554432000 4194304 4196468 140734096436896 140102428748336 140102968666754 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18644992 140734096442331 140734096442506 140734096442506 140734096445391 0
Current children cumulated CPU time: 0.35 s
Current children cumulated vsize: 15257904 KiB
Current children cumulated memory: 42356 KiB

[startup+0.311825 s]*
/proc/loadavg: 8.36 8.21 7.82 6/234 22319
/proc/meminfo: memFree=25429524/32770624 swapFree=66966844/67108860
[pid=22303] ppid=22300 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/22303/stat : 22303 (xcsp3-exec) S 22300 22303 19026 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 475100852 115843072 363 33554432000 4194304 5098028 140733213290576 140733213288680 140603924939388 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 36970496 140733213295447 140733213295705 140733213295705 140733213298630 0
/proc/22303/statm: 28282 363 304 221 0 87 0
[pid=22305] ppid=22303 vsize=15149032 memory=49892 CPUtime=0.52 cores=0,2,4,6
/proc/22305/stat : 22305 (java) S 22303 22303 19026 0 -1 1077944320 10748 0 0 0 49 3 0 0 20 0 15 0 475100852 15512608768 12473 33554432000 4194304 4196468 140734096436896 140734096419440 140102968655607 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 18644992 140734096442331 140734096442506 140734096442506 140734096445391 0
/proc/22305/statm: 3787258 12473 3358 1 0 3748377 0
[pid=22305/tid=22306] ppid=22303 vsize=15149032 memory=8389772277269004345 CPUtime=0.3 cores=0,2,4,6
/proc/22305/task/22306/stat : 22306 (java) R 22303 22303 19026 0 -1 4202560 7801 0 0 0 28 2 0 0 20 0 15 0 475100852 15512608768 12473 33554432000 4194304 4196468 140734096436896 140102972886720 140102952736094 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18644992 140734096442331 140734096442506 140734096442506 140734096445391 0
[pid=22305/tid=22307] ppid=22303 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22305/task/22307/stat : 22307 (java) S 22303 22303 19026 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475100853 15512608768 12473 33554432000 4194304 4196468 140734096436896 140102921276432 140102968665813 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18644992 140734096442331 140734096442506 140734096442506 140734096445391 0
[pid=22305/tid=22308] ppid=22303 vsize=15149032 memory=3526730 CPUtime=0 cores=0,2,4,6
/proc/22305/task/22308/stat : 22308 (java) S 22303 22303 19026 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475100853 15512608768 12473 33554432000 4194304 4196468 140734096436896 140102920223888 140102968665813 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18644992 140734096442331 140734096442506 140734096442506 140734096445391 0
[pid=22305/tid=22309] ppid=22303 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22305/task/22309/stat : 22309 (java) S 22303 22303 19026 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475100853 15512608768 12473 33554432000 4194304 4196468 140734096436896 140102919170832 140102968665813 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18644992 140734096442331 140734096442506 140734096442506 140734096445391 0
[pid=22305/tid=22310] ppid=22303 vsize=15149032 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/22305/task/22310/stat : 22310 (java) S 22303 22303 19026 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 475100853 15512608768 12473 33554432000 4194304 4196468 140734096436896 140102918118288 140102968665813 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18644992 140734096442331 140734096442506 140734096442506 140734096445391 0
[pid=22305/tid=22311] ppid=22303 vsize=15149032 memory=139918453417600 CPUtime=0 cores=0,2,4,6
/proc/22305/task/22311/stat : 22311 (java) S 22303 22303 19026 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 475100855 15512608768 12473 33554432000 4194304 4196468 140734096436896 140102437169392 140102968666754 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18644992 140734096442331 140734096442506 140734096442506 140734096445391 0
[pid=22305/tid=22312] ppid=22303 vsize=15149032 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/22305/task/22312/stat : 22312 (java) S 22303 22303 19026 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 475100855 15512608768 12473 33554432000 4194304 4196468 140734096436896 140102436115616 140102968665813 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18644992 140734096442331 140734096442506 140734096442506 140734096445391 0
[pid=22305/tid=22313] ppid=22303 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22305/task/22313/stat : 22313 (java) S 22303 22303 19026 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 475100855 15512608768 12473 33554432000 4194304 4196468 140734096436896 140102435062512 140102968665813 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18644992 140734096442331 140734096442506 140734096442506 140734096445391 0
[pid=22305/tid=22314] ppid=22303 vsize=15149032 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22305/task/22314/stat : 22314 (java) S 22303 22303 19026 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475100858 15512608768 12473 33554432000 4194304 4196468 140734096436896 140102434011088 140102968674203 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18644992 140734096442331 140734096442506 140734096442506 140734096445391 0
[pid=22305/tid=22315] ppid=22303 vsize=15149032 memory=0 CPUtime=0.04 cores=0,2,4,6
/proc/22305/task/22315/stat : 22315 (java) S 22303 22303 19026 0 -1 1077944384 607 0 0 0 4 0 0 0 20 0 15 0 475100858 15512608768 12473 33554432000 4194304 4196468 140734096436896 140102432959216 140102968666754 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18644992 140734096442331 140734096442506 140734096442506 140734096445391 0
[pid=22305/tid=22316] ppid=22303 vsize=15149032 memory=-1 CPUtime=0.03 cores=0,2,4,6
/proc/22305/task/22316/stat : 22316 (java) S 22303 22303 19026 0 -1 1077944384 204 0 0 0 3 0 0 0 20 0 15 0 475100858 15512608768 12473 33554432000 4194304 4196468 140734096436896 140102431906672 140102968666754 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18644992 140734096442331 140734096442506 140734096442506 140734096445391 0
[pid=22305/tid=22317] ppid=22303 vsize=15149032 memory=139918453417600 CPUtime=0.12 cores=0,2,4,6
/proc/22305/task/22317/stat : 22317 (java) S 22303 22303 19026 0 -1 1077944384 833 0 0 0 12 0 0 0 20 0 15 0 475100858 15512608768 12473 33554432000 4194304 4196468 140734096436896 140102430853616 140102968666754 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18644992 140734096442331 140734096442506 140734096442506 140734096445391 0
[pid=22305/tid=22318] ppid=22303 vsize=15149032 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/22305/task/22318/stat : 22318 (java) S 22303 22303 19026 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 475100858 15512608768 12473 33554432000 4194304 4196468 140734096436896 140102429801312 140102968665813 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18644992 140734096442331 140734096442506 140734096442506 140734096445391 0
[pid=22305/tid=22319] ppid=22303 vsize=15149032 memory=139918453417600 CPUtime=0 cores=0,2,4,6
/proc/22305/task/22319/stat : 22319 (java) S 22303 22303 19026 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 475100858 15512608768 12473 33554432000 4194304 4196468 140734096436896 140102428748336 140102968666754 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18644992 140734096442331 140734096442506 140734096442506 140734096445391 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 15262160 KiB
Current children cumulated memory: 51344 KiB

[startup+0.700713 s]
/proc/loadavg: 8.36 8.21 7.82 8/234 22319
/proc/meminfo: memFree=25417552/32770624 swapFree=66966844/67108860
[pid=22303] ppid=22300 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/22303/stat : 22303 (xcsp3-exec) S 22300 22303 19026 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 475100852 115843072 363 33554432000 4194304 5098028 140733213290576 140733213288680 140603924939388 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 36970496 140733213295447 140733213295705 140733213295705 140733213298630 0
/proc/22303/statm: 28282 363 304 221 0 87 0
[pid=22305] ppid=22303 vsize=15417412 memory=79820 CPUtime=1.58 cores=0,2,4,6
/proc/22305/stat : 22305 (java) S 22303 22303 19026 0 -1 1077944320 13688 0 0 0 153 5 0 0 20 0 19 0 475100852 15787429888 19955 33554432000 4194304 4196468 140734096436896 140734096419440 140102968655607 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 18644992 140734096442331 140734096442506 140734096442506 140734096445391 0
/proc/22305/statm: 3854353 19955 3449 1 0 3815453 0
[pid=22305/tid=22306] ppid=22303 vsize=15417412 memory=2120 CPUtime=0.59 cores=0,2,4,6
/proc/22305/task/22306/stat : 22306 (java) S 22303 22303 19026 0 -1 1077944384 9111 0 0 0 56 3 0 0 20 0 19 0 475100852 15787429888 19955 33554432000 4194304 4196468 140734096436896 140102972896384 140102968665813 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18644992 140734096442331 140734096442506 140734096442506 140734096445391 0
[pid=22305/tid=22307] ppid=22303 vsize=15417412 memory=508 CPUtime=0 cores=0,2,4,6
/proc/22305/task/22307/stat : 22307 (java) S 22303 22303 19026 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 475100853 15787429888 19955 33554432000 4194304 4196468 140734096436896 140102921276432 140102968665813 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18644992 140734096442331 140734096442506 140734096442506 140734096445391 0
[pid=22305/tid=22308] ppid=22303 vsize=15417412 memory=1560 CPUtime=0 cores=0,2,4,6
/proc/22305/task/22308/stat : 22308 (java) S 22303 22303 19026 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 475100853 15787429888 19955 33554432000 4194304 4196468 140734096436896 140102920223888 140102968665813 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18644992 140734096442331 140734096442506 140734096442506 140734096445391 0
[pid=22305/tid=22309] ppid=22303 vsize=15417412 memory=932 CPUtime=0 cores=0,2,4,6
/proc/22305/task/22309/stat : 22309 (java) S 22303 22303 19026 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 475100853 15787429888 19955 33554432000 4194304 4196468 140734096436896 140102919170832 140102968665813 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18644992 140734096442331 140734096442506 140734096442506 140734096445391 0
[pid=22305/tid=22310] ppid=22303 vsize=15417412 memory=1568 CPUtime=0 cores=0,2,4,6
/proc/22305/task/22310/stat : 22310 (java) S 22303 22303 19026 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 19 0 475100853 15787429888 19955 33554432000 4194304 4196468 140734096436896 140102918118288 140102968665813 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18644992 140734096442331 140734096442506 140734096442506 140734096445391 0
[pid=22305/tid=22311] ppid=22303 vsize=15417412 memory=1444 CPUtime=0 cores=0,2,4,6
/proc/22305/task/22311/stat : 22311 (java) S 22303 22303 19026 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 19 0 475100855 15787429888 19955 33554432000 4194304 4196468 140734096436896 140102437169392 140102968666754 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18644992 140734096442331 140734096442506 140734096442506 140734096445391 0
[pid=22305/tid=22312] ppid=22303 vsize=15417412 memory=864 CPUtime=0 cores=0,2,4,6
/proc/22305/task/22312/stat : 22312 (java) S 22303 22303 19026 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 19 0 475100855 15787429888 19955 33554432000 4194304 4196468 140734096436896 140102436115616 140102968665813 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18644992 140734096442331 140734096442506 140734096442506 140734096445391 0
[pid=22305/tid=22313] ppid=22303 vsize=15417412 memory=1976 CPUtime=0 cores=0,2,4,6
/proc/22305/task/22313/stat : 22313 (java) S 22303 22303 19026 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 19 0 475100855 15787429888 19955 33554432000 4194304 4196468 140734096436896 140102435062512 140102968665813 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18644992 140734096442331 140734096442506 140734096442506 140734096445391 0
[pid=22305/tid=22314] ppid=22303 vsize=15417412 memory=7086240636128743779 CPUtime=0 cores=0,2,4,6
/proc/22305/task/22314/stat : 22314 (java) S 22303 22303 19026 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475100858 15787429888 19955 33554432000 4194304 4196468 140734096436896 140102434011088 140102968674203 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18644992 140734096442331 140734096442506 140734096442506 140734096445391 0
[pid=22305/tid=22315] ppid=22303 vsize=15417412 memory=7453282923427948884 CPUtime=0.21 cores=0,2,4,6
/proc/22305/task/22315/stat : 22315 (java) R 22303 22303 19026 0 -1 1077944384 1012 0 0 0 21 0 0 0 20 0 19 0 475100858 15787429888 19955 33554432000 4194304 4196468 140734096436896 140102432945936 140102968665813 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 18644992 140734096442331 140734096442506 140734096442506 140734096445391 0
[pid=22305/tid=22316] ppid=22303 vsize=15417412 memory=6935650355287975249 CPUtime=0.18 cores=0,2,4,6
/proc/22305/task/22316/stat : 22316 (java) R 22303 22303 19026 0 -1 4202560 536 0 0 0 18 0 0 0 20 0 19 0 475100858 15787429888 19955 33554432000 4194304 4196468 140734096436896 140102431896088 140102952942330 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 18644992 140734096442331 140734096442506 140734096442506 140734096445391 0
[pid=22305/tid=22317] ppid=22303 vsize=15417412 memory=8514726395715219869 CPUtime=0.36 cores=0,2,4,6
/proc/22305/task/22317/stat : 22317 (java) S 22303 22303 19026 0 -1 1077944384 1548 0 0 0 36 0 0 0 20 0 19 0 475100858 15787429888 19955 33554432000 4194304 4196468 140734096436896 140102430848384 140102968665813 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18644992 140734096442331 140734096442506 140734096442506 140734096445391 0
[pid=22305/tid=22318] ppid=22303 vsize=15417412 memory=7451600730414739299 CPUtime=0 cores=0,2,4,6
/proc/22305/task/22318/stat : 22318 (java) S 22303 22303 19026 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475100858 15787429888 19955 33554432000 4194304 4196468 140734096436896 140102429801312 140102968665813 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18644992 140734096442331 140734096442506 140734096442506 140734096445391 0
[pid=22305/tid=22319] ppid=22303 vsize=15417412 memory=0 CPUtime=0 cores=0,2,4,6
/proc/22305/task/22319/stat : 22319 (java) S 22303 22303 19026 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 19 0 475100858 15787429888 19955 33554432000 4194304 4196468 140734096436896 140102428748336 140102968666754 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18644992 140734096442331 140734096442506 140734096442506 140734096445391 0
Current children cumulated CPU time: 1.58 s
Current children cumulated vsize: 15530540 KiB
Current children cumulated memory: 81272 KiB

[startup+1.50139 s]
/proc/loadavg: 8.36 8.21 7.82 11/238 22323
/proc/meminfo: memFree=25348760/32770624 swapFree=66966844/67108860
[pid=22303] ppid=22300 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/22303/stat : 22303 (xcsp3-exec) S 22300 22303 19026 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 475100852 115843072 363 33554432000 4194304 5098028 140733213290576 140733213288680 140603924939388 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 36970496 140733213295447 140733213295705 140733213295705 140733213298630 0
/proc/22303/statm: 28282 363 304 221 0 87 0

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

/proc/22305/stat : 22305 (java) S 22303 22303 19026 0 -1 1077944320 63359 0 0 0 206526 303 0 0 20 0 19 0 475100852 15787429888 74847 33554432000 4194304 4196468 140734096436896 140734096419440 140102968655607 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 18644992 140734096442331 140734096442506 140734096442506 140734096445391 0
/proc/22305/statm: 3854353 74847 3542 1 0 3815453 0
[pid=22305/tid=22306] ppid=22303 vsize=15417412 memory=299388 CPUtime=0.59 cores=0,2,4,6
/proc/22305/task/22306/stat : 22306 (java) S 22303 22303 19026 0 -1 1077944384 9111 0 0 0 56 3 0 0 20 0 19 0 475100852 15787429888 74847 33554432000 4194304 4196468 140734096436896 140102972896384 140102968665813 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18644992 140734096442331 140734096442506 140734096442506 140734096445391 0
[pid=22305/tid=22307] ppid=22303 vsize=15417412 memory=301940 CPUtime=1.13 cores=0,2,4,6
/proc/22305/task/22307/stat : 22307 (java) S 22303 22303 19026 0 -1 1077944384 1927 0 0 0 98 15 0 0 20 0 19 0 475100853 15787429888 74847 33554432000 4194304 4196468 140734096436896 140102921276432 140102968665813 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18644992 140734096442331 140734096442506 140734096442506 140734096445391 0
[pid=22305/tid=22308] ppid=22303 vsize=15417412 memory=301940 CPUtime=1.11 cores=0,2,4,6
/proc/22305/task/22308/stat : 22308 (java) S 22303 22303 19026 0 -1 1077944384 2999 0 0 0 96 15 0 0 20 0 19 0 475100853 15787429888 74847 33554432000 4194304 4196468 140734096436896 140102920223888 140102968665813 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18644992 140734096442331 140734096442506 140734096442506 140734096445391 0
[pid=22305/tid=22309] ppid=22303 vsize=15417412 memory=301940 CPUtime=1.11 cores=0,2,4,6
/proc/22305/task/22309/stat : 22309 (java) S 22303 22303 19026 0 -1 1077944384 3306 0 0 0 96 15 0 0 20 0 19 0 475100853 15787429888 74847 33554432000 4194304 4196468 140734096436896 140102919170832 140102968665813 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18644992 140734096442331 140734096442506 140734096442506 140734096445391 0
[pid=22305/tid=22310] ppid=22303 vsize=15417412 memory=299388 CPUtime=1.11 cores=0,2,4,6
/proc/22305/task/22310/stat : 22310 (java) S 22303 22303 19026 0 -1 1077944384 2877 0 0 0 97 14 0 0 20 0 19 0 475100853 15787429888 74847 33554432000 4194304 4196468 140734096436896 140102918118288 140102968665813 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18644992 140734096442331 140734096442506 140734096442506 140734096445391 0
[pid=22305/tid=22311] ppid=22303 vsize=15417412 memory=1452 CPUtime=3.4 cores=0,2,4,6
/proc/22305/task/22311/stat : 22311 (java) S 22303 22303 19026 0 -1 1077944384 5699 0 0 0 105 235 0 0 20 0 19 0 475100855 15787429888 74847 33554432000 4194304 4196468 140734096436896 140102437169392 140102968666754 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18644992 140734096442331 140734096442506 140734096442506 140734096445391 0
[pid=22305/tid=22312] ppid=22303 vsize=15417412 memory=299388 CPUtime=0 cores=0,2,4,6
/proc/22305/task/22312/stat : 22312 (java) S 22303 22303 19026 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 19 0 475100855 15787429888 74847 33554432000 4194304 4196468 140734096436896 140102436115680 140102968665813 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18644992 140734096442331 140734096442506 140734096442506 140734096445391 0
[pid=22305/tid=22313] ppid=22303 vsize=15417412 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/22305/task/22313/stat : 22313 (java) S 22303 22303 19026 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 19 0 475100855 15787429888 74847 33554432000 4194304 4196468 140734096436896 140102435062528 140102968665813 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18644992 140734096442331 140734096442506 140734096442506 140734096445391 0
[pid=22305/tid=22314] ppid=22303 vsize=15417412 memory=2257 CPUtime=0 cores=0,2,4,6
/proc/22305/task/22314/stat : 22314 (java) S 22303 22303 19026 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475100858 15787429888 74847 33554432000 4194304 4196468 140734096436896 140102434011088 140102968674203 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18644992 140734096442331 140734096442506 140734096442506 140734096445391 0
[pid=22305/tid=22315] ppid=22303 vsize=15417412 memory=13996 CPUtime=2.09 cores=0,2,4,6
/proc/22305/task/22315/stat : 22315 (java) S 22303 22303 19026 0 -1 1077944384 11914 0 0 0 208 1 0 0 20 0 19 0 475100858 15787429888 74847 33554432000 4194304 4196468 140734096436896 140102432959216 140102968666754 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18644992 140734096442331 140734096442506 140734096442506 140734096445391 0
[pid=22305/tid=22316] ppid=22303 vsize=15417412 memory=14080 CPUtime=2.11 cores=0,2,4,6
/proc/22305/task/22316/stat : 22316 (java) S 22303 22303 19026 0 -1 1077944384 8492 0 0 0 210 1 0 0 20 0 19 0 475100858 15787429888 74847 33554432000 4194304 4196468 140734096436896 140102431906672 140102968666754 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18644992 140734096442331 140734096442506 140734096442506 140734096445391 0
[pid=22305/tid=22317] ppid=22303 vsize=15417412 memory=1452 CPUtime=0.64 cores=0,2,4,6
/proc/22305/task/22317/stat : 22317 (java) S 22303 22303 19026 0 -1 1077944384 5098 0 0 0 63 1 0 0 20 0 19 0 475100858 15787429888 74847 33554432000 4194304 4196468 140734096436896 140102430853616 140102968666754 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18644992 140734096442331 140734096442506 140734096442506 140734096445391 0
[pid=22305/tid=22318] ppid=22303 vsize=15417412 memory=299376 CPUtime=0 cores=0,2,4,6
/proc/22305/task/22318/stat : 22318 (java) S 22303 22303 19026 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475100858 15787429888 74847 33554432000 4194304 4196468 140734096436896 140102429801312 140102968665813 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18644992 140734096442331 140734096442506 140734096442506 140734096445391 0
[pid=22305/tid=22319] ppid=22303 vsize=15417412 memory=301940 CPUtime=0.14 cores=0,2,4,6
/proc/22305/task/22319/stat : 22319 (java) S 22303 22303 19026 0 -1 1077944384 572 0 0 0 0 14 0 0 20 0 19 0 475100858 15787429888 74847 33554432000 4194304 4196468 140734096436896 140102428748336 140102968666754 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18644992 140734096442331 140734096442506 140734096442506 140734096445391 0
[pid=22305/tid=22320] ppid=22303 vsize=15417412 memory=1452 CPUtime=513.15 cores=0,2,4,6
/proc/22305/task/22320/stat : 22320 (java) R 22303 22303 19026 0 -1 4202560 1393 0 0 0 51310 5 0 0 20 0 19 0 475100913 15787429888 74847 33554432000 4194304 4196468 140734096436896 140102419528664 140102593470047 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 18644992 140734096442331 140734096442506 140734096442506 140734096445391 0
[pid=22305/tid=22321] ppid=22303 vsize=15417412 memory=1452 CPUtime=513.76 cores=0,2,4,6
/proc/22305/task/22321/stat : 22321 (java) R 22303 22303 19026 0 -1 4202560 4709 0 0 0 51373 3 0 0 20 0 19 0 475100913 15787429888 74847 33554432000 4194304 4196468 140734096436896 140102418476760 140102595837697 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18644992 140734096442331 140734096442506 140734096442506 140734096445391 0
[pid=22305/tid=22322] ppid=22303 vsize=15417412 memory=1452 CPUtime=512.9 cores=0,2,4,6
/proc/22305/task/22322/stat : 22322 (java) R 22303 22303 19026 0 -1 4202560 1416 0 0 0 51287 3 0 0 20 0 19 0 475100913 15787429888 74847 33554432000 4194304 4196468 140734096436896 140102417424064 140102595595940 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18644992 140734096442331 140734096442506 140734096442506 140734096445391 0
[pid=22305/tid=22323] ppid=22303 vsize=15417412 memory=1452 CPUtime=514.92 cores=0,2,4,6
/proc/22305/task/22323/stat : 22323 (java) R 22303 22303 19026 0 -1 4202560 2547 0 0 0 51489 3 0 0 20 0 19 0 475100913 15787429888 74847 33554432000 4194304 4196468 140734096436896 140102416374976 140102593701722 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18644992 140734096442331 140734096442506 140734096442506 140734096445391 0
Current children cumulated CPU time: 2068.29 s
Current children cumulated vsize: 15530540 KiB
Current children cumulated memory: 300840 KiB

[startup+582.305 s]
/proc/loadavg: 8.18 8.42 8.16 9/237 22683
/proc/meminfo: memFree=25042340/32770624 swapFree=66966844/67108860
[pid=22303] ppid=22300 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/22303/stat : 22303 (xcsp3-exec) S 22300 22303 19026 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 475100852 115843072 363 33554432000 4194304 5098028 140733213290576 140733213288680 140603924939388 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 36970496 140733213295447 140733213295705 140733213295705 140733213298630 0
/proc/22303/statm: 28282 363 304 221 0 87 0
[pid=22305] ppid=22303 vsize=15417412 memory=297872 CPUtime=2305.37 cores=0,2,4,6
/proc/22305/stat : 22305 (java) S 22303 22303 19026 0 -1 1077944320 66521 0 0 0 230177 360 0 0 20 0 19 0 475100852 15787429888 74468 33554432000 4194304 4196468 140734096436896 140734096419440 140102968655607 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 18644992 140734096442331 140734096442506 140734096442506 140734096445391 0
/proc/22305/statm: 3854353 74468 3542 1 0 3815453 0
[pid=22305/tid=22306] ppid=22303 vsize=15417412 memory=1452 CPUtime=0.59 cores=0,2,4,6
/proc/22305/task/22306/stat : 22306 (java) S 22303 22303 19026 0 -1 1077944384 9111 0 0 0 56 3 0 0 20 0 19 0 475100852 15787429888 74468 33554432000 4194304 4196468 140734096436896 140102972896384 140102968665813 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18644992 140734096442331 140734096442506 140734096442506 140734096445391 0
[pid=22305/tid=22307] ppid=22303 vsize=15417412 memory=297872 CPUtime=1.25 cores=0,2,4,6
/proc/22305/task/22307/stat : 22307 (java) S 22303 22303 19026 0 -1 1077944384 2261 0 0 0 110 15 0 0 20 0 19 0 475100853 15787429888 74468 33554432000 4194304 4196468 140734096436896 140102921276432 140102968665813 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18644992 140734096442331 140734096442506 140734096442506 140734096445391 0
[pid=22305/tid=22308] ppid=22303 vsize=15417412 memory=297872 CPUtime=1.24 cores=0,2,4,6
/proc/22305/task/22308/stat : 22308 (java) S 22303 22303 19026 0 -1 1077944384 3107 0 0 0 108 16 0 0 20 0 19 0 475100853 15787429888 74468 33554432000 4194304 4196468 140734096436896 140102920223888 140102968665813 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18644992 140734096442331 140734096442506 140734096442506 140734096445391 0
[pid=22305/tid=22309] ppid=22303 vsize=15417412 memory=297872 CPUtime=1.23 cores=0,2,4,6
/proc/22305/task/22309/stat : 22309 (java) S 22303 22303 19026 0 -1 1077944384 3556 0 0 0 107 16 0 0 20 0 19 0 475100853 15787429888 74468 33554432000 4194304 4196468 140734096436896 140102919170832 140102968665813 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18644992 140734096442331 140734096442506 140734096442506 140734096445391 0
[pid=22305/tid=22310] ppid=22303 vsize=15417412 memory=1452 CPUtime=1.24 cores=0,2,4,6
/proc/22305/task/22310/stat : 22310 (java) S 22303 22303 19026 0 -1 1077944384 3108 0 0 0 109 15 0 0 20 0 19 0 475100853 15787429888 74468 33554432000 4194304 4196468 140734096436896 140102918118288 140102968665813 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18644992 140734096442331 140734096442506 140734096442506 140734096445391 0
[pid=22305/tid=22311] ppid=22303 vsize=15417412 memory=1452 CPUtime=4.16 cores=0,2,4,6
/proc/22305/task/22311/stat : 22311 (java) S 22303 22303 19026 0 -1 1077944384 7151 0 0 0 125 291 0 0 20 0 19 0 475100855 15787429888 74468 33554432000 4194304 4196468 140734096436896 140102437169392 140102968666754 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18644992 140734096442331 140734096442506 140734096442506 140734096445391 0
[pid=22305/tid=22312] ppid=22303 vsize=15417412 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/22305/task/22312/stat : 22312 (java) S 22303 22303 19026 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 19 0 475100855 15787429888 74468 33554432000 4194304 4196468 140734096436896 140102436115680 140102968665813 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18644992 140734096442331 140734096442506 140734096442506 140734096445391 0
[pid=22305/tid=22313] ppid=22303 vsize=15417412 memory=297872 CPUtime=0 cores=0,2,4,6
/proc/22305/task/22313/stat : 22313 (java) S 22303 22303 19026 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 19 0 475100855 15787429888 74468 33554432000 4194304 4196468 140734096436896 140102435062528 140102968665813 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18644992 140734096442331 140734096442506 140734096442506 140734096445391 0
[pid=22305/tid=22314] ppid=22303 vsize=15417412 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/22305/task/22314/stat : 22314 (java) S 22303 22303 19026 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475100858 15787429888 74468 33554432000 4194304 4196468 140734096436896 140102434011088 140102968674203 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18644992 140734096442331 140734096442506 140734096442506 140734096445391 0
[pid=22305/tid=22315] ppid=22303 vsize=15417412 memory=3608 CPUtime=2.09 cores=0,2,4,6
/proc/22305/task/22315/stat : 22315 (java) S 22303 22303 19026 0 -1 1077944384 11915 0 0 0 208 1 0 0 20 0 19 0 475100858 15787429888 74468 33554432000 4194304 4196468 140734096436896 140102432959216 140102968666754 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18644992 140734096442331 140734096442506 140734096442506 140734096445391 0
[pid=22305/tid=22316] ppid=22303 vsize=15417412 memory=1452 CPUtime=2.11 cores=0,2,4,6
/proc/22305/task/22316/stat : 22316 (java) S 22303 22303 19026 0 -1 1077944384 8492 0 0 0 210 1 0 0 20 0 19 0 475100858 15787429888 74468 33554432000 4194304 4196468 140734096436896 140102431906672 140102968666754 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18644992 140734096442331 140734096442506 140734096442506 140734096445391 0
[pid=22305/tid=22317] ppid=22303 vsize=15417412 memory=1452 CPUtime=0.64 cores=0,2,4,6
/proc/22305/task/22317/stat : 22317 (java) S 22303 22303 19026 0 -1 1077944384 5098 0 0 0 63 1 0 0 20 0 19 0 475100858 15787429888 74468 33554432000 4194304 4196468 140734096436896 140102430853616 140102968666754 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18644992 140734096442331 140734096442506 140734096442506 140734096445391 0
[pid=22305/tid=22318] ppid=22303 vsize=15417412 memory=297872 CPUtime=0 cores=0,2,4,6
/proc/22305/task/22318/stat : 22318 (java) S 22303 22303 19026 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475100858 15787429888 74468 33554432000 4194304 4196468 140734096436896 140102429801312 140102968665813 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18644992 140734096442331 140734096442506 140734096442506 140734096445391 0
[pid=22305/tid=22319] ppid=22303 vsize=15417412 memory=1452 CPUtime=0.16 cores=0,2,4,6
/proc/22305/task/22319/stat : 22319 (java) S 22303 22303 19026 0 -1 1077944384 575 0 0 0 0 16 0 0 20 0 19 0 475100858 15787429888 74468 33554432000 4194304 4196468 140734096436896 140102428748336 140102968666754 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18644992 140734096442331 140734096442506 140734096442506 140734096445391 0
[pid=22305/tid=22320] ppid=22303 vsize=15417412 memory=297872 CPUtime=572.05 cores=0,2,4,6
/proc/22305/task/22320/stat : 22320 (java) R 22303 22303 19026 0 -1 4202560 1447 0 0 0 57200 5 0 0 20 0 19 0 475100913 15787429888 74468 33554432000 4194304 4196468 140734096436896 140102419528632 140102593604217 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18644992 140734096442331 140734096442506 140734096442506 140734096445391 0
[pid=22305/tid=22321] ppid=22303 vsize=15417412 memory=1452 CPUtime=572.57 cores=0,2,4,6
/proc/22305/task/22321/stat : 22321 (java) R 22303 22303 19026 0 -1 4202560 5322 0 0 0 57254 3 0 0 20 0 19 0 475100913 15787429888 74468 33554432000 4194304 4196468 140734096436896 140102418476544 140102595595343 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18644992 140734096442331 140734096442506 140734096442506 140734096445391 0
[pid=22305/tid=22322] ppid=22303 vsize=15417412 memory=297872 CPUtime=571.67 cores=0,2,4,6
/proc/22305/task/22322/stat : 22322 (java) R 22303 22303 19026 0 -1 4202560 1455 0 0 0 57164 3 0 0 20 0 19 0 475100913 15787429888 74468 33554432000 4194304 4196468 140734096436896 140102417427056 140102593252617 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 18644992 140734096442331 140734096442506 140734096442506 140734096445391 0
[pid=22305/tid=22323] ppid=22303 vsize=15417412 memory=988 CPUtime=574.24 cores=0,2,4,6
/proc/22305/task/22323/stat : 22323 (java) R 22303 22303 19026 0 -1 4202560 2624 0 0 0 57421 3 0 0 20 0 19 0 475100913 15787429888 74468 33554432000 4194304 4196468 140734096436896 140102416371936 140102595725746 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18644992 140734096442331 140734096442506 140734096442506 140734096445391 0
Current children cumulated CPU time: 2305.37 s
Current children cumulated vsize: 15530540 KiB
Current children cumulated memory: 299324 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+636.601 s]
/proc/loadavg: 8.65 8.51 8.20 9/237 22693
/proc/meminfo: memFree=25028764/32770624 swapFree=66966844/67108860
[pid=22303] ppid=22300 vsize=113128 memory=1452 CPUtime=0 cores=0,2,4,6
/proc/22303/stat : 22303 (xcsp3-exec) S 22300 22303 19026 0 -1 4202496 545 0 0 0 0 0 0 0 20 0 1 0 475100852 115843072 363 33554432000 4194304 5098028 140733213290576 140733213288680 140603924939388 0 65536 4100 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 36970496 140733213295447 140733213295705 140733213295705 140733213298630 0
/proc/22303/statm: 28282 363 304 221 0 87 0
[pid=22305] ppid=22303 vsize=15417412 memory=297876 CPUtime=2520.19 cores=0,2,4,6
/proc/22305/stat : 22305 (java) S 22303 22303 19026 0 -1 1077944320 67693 0 0 0 251619 400 0 0 20 0 19 0 475100852 15787429888 74469 33554432000 4194304 4196468 140734096436896 140734096419440 140102968655607 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 18644992 140734096442331 140734096442506 140734096442506 140734096445391 0
/proc/22305/statm: 3854353 74469 3542 1 0 3815453 0
[pid=22305/tid=22306] ppid=22303 vsize=15417412 memory=14408211662899591 CPUtime=0.59 cores=0,2,4,6
/proc/22305/task/22306/stat : 22306 (java) S 22303 22303 19026 0 -1 1077944384 9111 0 0 0 56 3 0 0 20 0 19 0 475100852 15787429888 74469 33554432000 4194304 4196468 140734096436896 140102972896384 140102968665813 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18644992 140734096442331 140734096442506 140734096442506 140734096445391 0
[pid=22305/tid=22307] ppid=22303 vsize=15417412 memory=804 CPUtime=1.32 cores=0,2,4,6
/proc/22305/task/22307/stat : 22307 (java) S 22303 22303 19026 0 -1 1077944384 2408 0 0 0 117 15 0 0 20 0 19 0 475100853 15787429888 74469 33554432000 4194304 4196468 140734096436896 140102921276432 140102968665813 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18644992 140734096442331 140734096442506 140734096442506 140734096445391 0
[pid=22305/tid=22308] ppid=22303 vsize=15417412 memory=1804 CPUtime=1.31 cores=0,2,4,6
/proc/22305/task/22308/stat : 22308 (java) S 22303 22303 19026 0 -1 1077944384 3175 0 0 0 115 16 0 0 20 0 19 0 475100853 15787429888 74469 33554432000 4194304 4196468 140734096436896 140102920223888 140102968665813 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18644992 140734096442331 140734096442506 140734096442506 140734096445391 0
[pid=22305/tid=22309] ppid=22303 vsize=15417412 memory=916 CPUtime=1.3 cores=0,2,4,6
/proc/22305/task/22309/stat : 22309 (java) S 22303 22303 19026 0 -1 1077944384 3636 0 0 0 114 16 0 0 20 0 19 0 475100853 15787429888 74469 33554432000 4194304 4196468 140734096436896 140102919170832 140102968665813 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18644992 140734096442331 140734096442506 140734096442506 140734096445391 0
[pid=22305/tid=22310] ppid=22303 vsize=15417412 memory=3736 CPUtime=1.31 cores=0,2,4,6
/proc/22305/task/22310/stat : 22310 (java) S 22303 22303 19026 0 -1 1077944384 3133 0 0 0 116 15 0 0 20 0 19 0 475100853 15787429888 74469 33554432000 4194304 4196468 140734096436896 140102918118288 140102968665813 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18644992 140734096442331 140734096442506 140734096442506 140734096445391 0
[pid=22305/tid=22311] ppid=22303 vsize=15417412 memory=2592 CPUtime=4.71 cores=0,2,4,6
/proc/22305/task/22311/stat : 22311 (java) S 22303 22303 19026 0 -1 1077944384 7333 0 0 0 141 330 0 0 20 0 19 0 475100855 15787429888 74469 33554432000 4194304 4196468 140734096436896 140102437169392 140102968666754 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18644992 140734096442331 140734096442506 140734096442506 140734096445391 0
[pid=22305/tid=22312] ppid=22303 vsize=15417412 memory=2604 CPUtime=0 cores=0,2,4,6
/proc/22305/task/22312/stat : 22312 (java) S 22303 22303 19026 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 19 0 475100855 15787429888 74469 33554432000 4194304 4196468 140734096436896 140102436115680 140102968665813 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18644992 140734096442331 140734096442506 140734096442506 140734096445391 0
[pid=22305/tid=22313] ppid=22303 vsize=15417412 memory=4108 CPUtime=0 cores=0,2,4,6
/proc/22305/task/22313/stat : 22313 (java) S 22303 22303 19026 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 19 0 475100855 15787429888 74469 33554432000 4194304 4196468 140734096436896 140102435062528 140102968665813 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18644992 140734096442331 140734096442506 140734096442506 140734096445391 0
[pid=22305/tid=22314] ppid=22303 vsize=15417412 memory=1412 CPUtime=0 cores=0,2,4,6
/proc/22305/task/22314/stat : 22314 (java) S 22303 22303 19026 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475100858 15787429888 74469 33554432000 4194304 4196468 140734096436896 140102434011088 140102968674203 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18644992 140734096442331 140734096442506 140734096442506 140734096445391 0
[pid=22305/tid=22315] ppid=22303 vsize=15417412 memory=3324 CPUtime=2.12 cores=0,2,4,6
/proc/22305/task/22315/stat : 22315 (java) S 22303 22303 19026 0 -1 1077944384 11988 0 0 0 211 1 0 0 20 0 19 0 475100858 15787429888 74469 33554432000 4194304 4196468 140734096436896 140102432959216 140102968666754 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18644992 140734096442331 140734096442506 140734096442506 140734096445391 0
[pid=22305/tid=22316] ppid=22303 vsize=15417412 memory=1452 CPUtime=2.18 cores=0,2,4,6
/proc/22305/task/22316/stat : 22316 (java) S 22303 22303 19026 0 -1 1077944384 8536 0 0 0 217 1 0 0 20 0 19 0 475100858 15787429888 74469 33554432000 4194304 4196468 140734096436896 140102431906672 140102968666754 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18644992 140734096442331 140734096442506 140734096442506 140734096445391 0
[pid=22305/tid=22317] ppid=22303 vsize=15417412 memory=297876 CPUtime=0.64 cores=0,2,4,6
/proc/22305/task/22317/stat : 22317 (java) S 22303 22303 19026 0 -1 1077944384 5240 0 0 0 63 1 0 0 20 0 19 0 475100858 15787429888 74469 33554432000 4194304 4196468 140734096436896 140102430853616 140102968666754 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18644992 140734096442331 140734096442506 140734096442506 140734096445391 0
[pid=22305/tid=22318] ppid=22303 vsize=15417412 memory=1412 CPUtime=0 cores=0,2,4,6
/proc/22305/task/22318/stat : 22318 (java) S 22303 22303 19026 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 19 0 475100858 15787429888 74469 33554432000 4194304 4196468 140734096436896 140102429801312 140102968665813 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18644992 140734096442331 140734096442506 140734096442506 140734096445391 0
[pid=22305/tid=22319] ppid=22303 vsize=15417412 memory=3436 CPUtime=0.18 cores=0,2,4,6
/proc/22305/task/22319/stat : 22319 (java) S 22303 22303 19026 0 -1 1077944384 586 0 0 0 0 18 0 0 20 0 19 0 475100858 15787429888 74469 33554432000 4194304 4196468 140734096436896 140102428748336 140102968666754 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18644992 140734096442331 140734096442506 140734096442506 140734096445391 0
[pid=22305/tid=22320] ppid=22303 vsize=15417412 memory=1452 CPUtime=625.51 cores=0,2,4,6
/proc/22305/task/22320/stat : 22320 (java) R 22303 22303 19026 0 -1 4202560 1550 0 0 0 62546 5 0 0 20 0 19 0 475100913 15787429888 74469 33554432000 4194304 4196468 140734096436896 140102419528632 140102593563980 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18644992 140734096442331 140734096442506 140734096442506 140734096445391 0
[pid=22305/tid=22321] ppid=22303 vsize=15417412 memory=448660 CPUtime=625.89 cores=0,2,4,6
/proc/22305/task/22321/stat : 22321 (java) R 22303 22303 19026 0 -1 4202560 5487 0 0 0 62585 4 0 0 20 0 19 0 475100913 15787429888 74469 33554432000 4194304 4196468 140734096436896 140102418479440 140102595725712 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18644992 140734096442331 140734096442506 140734096442506 140734096445391 0
[pid=22305/tid=22322] ppid=22303 vsize=15417412 memory=1660 CPUtime=625.04 cores=0,2,4,6
/proc/22305/task/22322/stat : 22322 (java) R 22303 22303 19026 0 -1 4202560 1534 0 0 0 62501 3 0 0 20 0 19 0 475100913 15787429888 74469 33554432000 4194304 4196468 140734096436896 140102417424040 140102593470665 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 18644992 140734096442331 140734096442506 140734096442506 140734096445391 0
[pid=22305/tid=22323] ppid=22303 vsize=15417412 memory=1398722017469774279 CPUtime=627.98 cores=0,2,4,6
/proc/22305/task/22323/stat : 22323 (java) R 22303 22303 19026 0 -1 4202560 2677 0 0 0 62794 4 0 0 20 0 19 0 475100913 15787429888 74469 33554432000 4194304 4196468 140734096436896 140102416371824 140102595726111 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18644992 140734096442331 140734096442506 140734096442506 140734096445391 0
Current children cumulated CPU time: 2520.19 s
Current children cumulated vsize: 15530540 KiB
Current children cumulated memory: 299328 KiB

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

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

[startup+636.686 s]
# the end of solver process 22305 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.5 s, system=4.0092 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): 636.686
CPU time (s): 2520.51
CPU user time (s): 2516.5
CPU system time (s): 4.0092
CPU usage (%): 395.88
Max. virtual memory (cumulated for all children) (KiB): 15530540
Max. memory (cumulated for all children) (KiB): 470612

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.5
system time used= 4.0092
maximum resident set size= 492848
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 68592
page faults= 0
swaps= 0
block input operations= 0
block output operations= 864
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 39766
involuntary context switches= 52809


# summary of solver processes directly reported to runsolver:
#   pid: 22303,22305
#   total CPU time (s): 2520.51
#   total CPU user time (s): 2516.5
#   total CPU system time (s): 4.0092

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.96636 second user time and 7.05333 second system time

The end

Launcher Data

Begin job on node145 at 2019-09-20 17:00:02
IDJOB=4403585
IDBENCH=133582
IDSOLVER=2863
FILE ID=node145/4403585-1568991644
RUNJOBID= node145-1568987924-19057
PBS_JOBID= 21704638
Free space on /var/tmp= 13488 MiB

SOLVER NAME= choco-solver 2019-09-20
BENCH NAME= XCSP17/MagicHexagon/MagicHexagon-m1-s1/MagicHexagon-08-m039.xml
COMMAND LINE= xcsp3-exec -dir DIR -tl TIMEOUT -p NBCORE -ml 12000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4403585-1568991644/watcher-4403585-1568991644 -o /var/tmp/evaluation-result-4403585-1568991644/solver-4403585-1568991644 -C 2520 -W 2520 -M 15500 --bin-var /var/tmp/runsolver-exch-node145-1568987924-19057 --watchdog 2580  xcsp3-exec -dir HOME -tl 2520 -p 4 -ml 12000 -tdir HOME -seed 686231163 HOME/instance-4403585-1568991644.xml

TIME LIMIT= 2520 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= cf7d41cb48e0c265061ebe127338815d
RANDOM SEED=686231163

node145.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.59
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.59
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.59
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.59
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:        25466116 kB
MemAvailable:   31531248 kB
Buffers:           86988 kB
Cached:          6138872 kB
SwapCached:        32484 kB
Active:          3333056 kB
Inactive:        3219140 kB
Active(anon):     293692 kB
Inactive(anon):    81680 kB
Active(file):    3039364 kB
Inactive(file):  3137460 kB
Unevictable:      110664 kB
Mlocked:          110664 kB
SwapTotal:      67108860 kB
SwapFree:       66966844 kB
Dirty:             26088 kB
Writeback:             0 kB
AnonPages:        404600 kB
Mapped:            64640 kB
Shmem:             40640 kB
Slab:             345200 kB
SReclaimable:     316768 kB
SUnreclaim:        28432 kB
KernelStack:        3776 kB
PageTables:         6236 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1180548 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    262144 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /var/tmp at the end= 13460 MiB
End job on node145 at 2019-09-20 17:10:39