Trace number 4271284

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 4.0.5 par (2017-08-09)? (TO) 20074.6 2520.1499

General information on the benchmark

NameSportsScheduling/SportsScheduling-m1-s1/
SportsScheduling-34.xml
MD5SUM1b92d79ba6653e54d61f1abcadddddde
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 variables1717
Number of constraints697
Number of domains2
Minimum domain size34
Maximum domain size561
Distribution of domain sizes[{"size":34,"count":1156},{"size":561,"count":561}]
Minimum variable degree3
Maximum variable degree4
Distribution of variable degrees[{"degree":3,"count":578},{"degree":4,"count":1139}]
Minimum constraint arity1
Maximum constraint arity561
Distribution of constraint arities[{"arity":1,"count":17},{"arity":2,"count":17},{"arity":3,"count":561},{"arity":17,"count":33},{"arity":34,"count":34},{"arity":66,"count":17},{"arity":68,"count":17},{"arity":561,"count":1}]
Number of extensional constraints561
Number of intensional constraints34
Distribution of constraint types[{"type":"extension","count":561},{"type":"intension","count":34},{"type":"allDifferent","count":35},{"type":"count","count":33},{"type":"cardinality","count":34}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.00	c java -server -Xmx22000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4271284-1502766465.xml"  -tl '20160s' -p 8 -x 0
0.11/0.14	c [HOME/instance-4271284-1502766465.xml, -tl, 20160s, -p, 8, -x, 0]
0.11/0.20	c 8 solvers in parallel
0.33/0.26	c parse instance...
4.45/1.53	c solve instance...
20073.81/2520.09	s UNKNOWN
20073.81/2520.09	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 (15276 MiB free)
  memory of node 1: 16384 MiB (15402 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4271284-1502766465/watcher-4271284-1502766465 -o /tmp/evaluation-result-4271284-1502766465/solver-4271284-1502766465 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node102-1502765606-27138 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 22000 -tdir HOME -seed 544576005 HOME/instance-4271284-1502766465.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=27155, runsolver pid=27152
Current StackSize limit: 8192 KiB


[startup+0.100111 s]*
/proc/loadavg: 9.15 8.93 8.80 2/201 27176
/proc/meminfo: memFree=31399740/32770624 swapFree=67108860/67108860
[pid=27155] ppid=27152 vsize=9512 memory=1380 CPUtime=0 cores=0-7
/proc/27155/stat : 27155 (xcsp3-exec) S 27152 27155 27111 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 109734782 9740288 345 33554432000 4194304 5098028 140729740835824 140729740833928 139946944619132 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 16605184 140729740837989 140729740838199 140729740838199 140729740840939 0
/proc/27155/statm: 2378 345 289 221 0 87 0
[pid=27157] ppid=27155 vsize=25999808 memory=26168 CPUtime=0.11 cores=0-7
/proc/27157/stat : 27157 (java) S 27155 27155 27111 0 -1 1077944320 5494 0 0 0 10 1 0 0 20 0 20 0 109734782 26623803392 6542 33554432000 4194304 4196468 140735186772320 140735186754864 139969004814071 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 25407488 140735186777234 140735186777411 140735186777411 140735186780111 0
/proc/27157/statm: 6499952 6542 2842 1 0 6488269 0
[pid=27157/tid=27158] ppid=27155 vsize=25999808 memory=4134930498285298233 CPUtime=0.08 cores=0-7
/proc/27157/task/27158/stat : 27158 (java) R 27155 27155 27111 0 -1 4202560 3486 0 0 0 8 0 0 0 20 0 20 0 109734783 26623803392 6542 33554432000 4194304 4196468 140735186772320 139969009045984 139969004835997 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 25407488 140735186777234 140735186777411 140735186777411 140735186780111 0
[pid=27157/tid=27159] ppid=27155 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/27157/task/27159/stat : 27159 (java) S 27155 27155 27111 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 109734783 26623803392 6542 33554432000 4194304 4196468 140735186772320 139968961366544 139969004824277 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25407488 140735186777234 140735186777411 140735186777411 140735186780111 0
[pid=27157/tid=27160] ppid=27155 vsize=25999808 memory=140658963355264 CPUtime=0 cores=0-7
/proc/27157/task/27160/stat : 27160 (java) S 27155 27155 27111 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 109734783 26623803392 6542 33554432000 4194304 4196468 140735186772320 139968960314000 139969004824277 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25407488 140735186777234 140735186777411 140735186777411 140735186780111 0
[pid=27157/tid=27161] ppid=27155 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/27157/task/27161/stat : 27161 (java) S 27155 27155 27111 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 109734783 26623803392 6542 33554432000 4194304 4196468 140735186772320 139968959260944 139969004824277 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25407488 140735186777234 140735186777411 140735186777411 140735186780111 0
[pid=27157/tid=27162] ppid=27155 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/27157/task/27162/stat : 27162 (java) S 27155 27155 27111 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 109734783 26623803392 6542 33554432000 4194304 4196468 140735186772320 139968559839632 139969004824277 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25407488 140735186777234 140735186777411 140735186777411 140735186780111 0
[pid=27157/tid=27163] ppid=27155 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/27157/task/27163/stat : 27163 (java) S 27155 27155 27111 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 109734783 26623803392 6542 33554432000 4194304 4196468 140735186772320 139968558787600 139969004824277 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25407488 140735186777234 140735186777411 140735186777411 140735186780111 0
[pid=27157/tid=27164] ppid=27155 vsize=25999808 memory=-1 CPUtime=0 cores=0-7
/proc/27157/task/27164/stat : 27164 (java) S 27155 27155 27111 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 109734783 26623803392 6542 33554432000 4194304 4196468 140735186772320 139968557735056 139969004824277 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25407488 140735186777234 140735186777411 140735186777411 140735186780111 0
[pid=27157/tid=27165] ppid=27155 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/27157/task/27165/stat : 27165 (java) S 27155 27155 27111 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 109734783 26623803392 6542 33554432000 4194304 4196468 140735186772320 139968556682000 139969004824277 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25407488 140735186777234 140735186777411 140735186777411 140735186780111 0
[pid=27157/tid=27166] ppid=27155 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/27157/task/27166/stat : 27166 (java) S 27155 27155 27111 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 109734783 26623803392 6542 33554432000 4194304 4196468 140735186772320 139968555629456 139969004824277 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25407488 140735186777234 140735186777411 140735186777411 140735186780111 0
[pid=27157/tid=27167] ppid=27155 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/27157/task/27167/stat : 27167 (java) S 27155 27155 27111 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 20 0 109734785 26623803392 6542 33554432000 4194304 4196468 140735186772320 139968132167920 139969004825218 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25407488 140735186777234 140735186777411 140735186777411 140735186780111 0
[pid=27157/tid=27168] ppid=27155 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/27157/task/27168/stat : 27168 (java) S 27155 27155 27111 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 109734785 26623803392 6542 33554432000 4194304 4196468 140735186772320 139968131114144 139969004824277 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25407488 140735186777234 140735186777411 140735186777411 140735186780111 0
[pid=27157/tid=27169] ppid=27155 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/27157/task/27169/stat : 27169 (java) S 27155 27155 27111 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 109734786 26623803392 6542 33554432000 4194304 4196468 140735186772320 139968130061040 139969004824277 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25407488 140735186777234 140735186777411 140735186777411 140735186780111 0
[pid=27157/tid=27170] ppid=27155 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/27157/task/27170/stat : 27170 (java) S 27155 27155 27111 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 109734788 26623803392 6542 33554432000 4194304 4196468 140735186772320 139968129009616 139969004832667 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25407488 140735186777234 140735186777411 140735186777411 140735186780111 0
[pid=27157/tid=27171] ppid=27155 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/27157/task/27171/stat : 27171 (java) S 27155 27155 27111 0 -1 1077944384 316 0 0 0 0 0 0 0 20 0 20 0 109734788 26623803392 6542 33554432000 4194304 4196468 140735186772320 139968127957744 139969004825218 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25407488 140735186777234 140735186777411 140735186777411 140735186780111 0
[pid=27157/tid=27172] ppid=27155 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/27157/task/27172/stat : 27172 (java) S 27155 27155 27111 0 -1 1077944384 123 0 0 0 0 0 0 0 20 0 20 0 109734788 26623803392 6542 33554432000 4194304 4196468 140735186772320 139968126905200 139969004825218 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25407488 140735186777234 140735186777411 140735186777411 140735186780111 0
[pid=27157/tid=27173] ppid=27155 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/27157/task/27173/stat : 27173 (java) S 27155 27155 27111 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 109734788 26623803392 6542 33554432000 4194304 4196468 140735186772320 139968125852144 139969004825218 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25407488 140735186777234 140735186777411 140735186777411 140735186780111 0
[pid=27157/tid=27174] ppid=27155 vsize=25999808 memory=0 CPUtime=0.01 cores=0-7
/proc/27157/task/27174/stat : 27174 (java) S 27155 27155 27111 0 -1 1077944384 257 0 0 0 1 0 0 0 20 0 20 0 109734788 26623803392 6542 33554432000 4194304 4196468 140735186772320 139968124799600 139969004825218 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25407488 140735186777234 140735186777411 140735186777411 140735186780111 0
[pid=27157/tid=27175] ppid=27155 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/27157/task/27175/stat : 27175 (java) S 27155 27155 27111 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 109734788 26623803392 6542 33554432000 4194304 4196468 140735186772320 139968123746784 139969004824277 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25407488 140735186777234 140735186777411 140735186777411 140735186780111 0
[pid=27157/tid=27176] ppid=27155 vsize=25999808 memory=-1 CPUtime=0 cores=0-7
/proc/27157/task/27176/stat : 27176 (java) S 27155 27155 27111 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 109734789 26623803392 6542 33554432000 4194304 4196468 140735186772320 139968122694320 139969004825218 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25407488 140735186777234 140735186777411 140735186777411 140735186780111 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 26009320 KiB
Current children cumulated memory: 27548 KiB

[startup+0.210589 s]*
/proc/loadavg: 9.15 8.93 8.80 3/201 27176
/proc/meminfo: memFree=31389072/32770624 swapFree=67108860/67108860
[pid=27155] ppid=27152 vsize=9512 memory=1380 CPUtime=0 cores=0-7
/proc/27155/stat : 27155 (xcsp3-exec) S 27152 27155 27111 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 109734782 9740288 345 33554432000 4194304 5098028 140729740835824 140729740833928 139946944619132 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 16605184 140729740837989 140729740838199 140729740838199 140729740840939 0
/proc/27155/statm: 2378 345 289 221 0 87 0
[pid=27157] ppid=27155 vsize=26004064 memory=38832 CPUtime=0.33 cores=0-7
/proc/27157/stat : 27157 (java) S 27155 27155 27111 0 -1 1077944320 8301 0 0 0 30 3 0 0 20 0 20 0 109734782 26628161536 9708 33554432000 4194304 4196468 140735186772320 140735186754864 139969004814071 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 25407488 140735186777234 140735186777411 140735186777411 140735186780111 0
/proc/27157/statm: 6501016 9708 3049 1 0 6488269 0
[pid=27157/tid=27158] ppid=27155 vsize=26004064 memory=8318255677412212789 CPUtime=0.19 cores=0-7
/proc/27157/task/27158/stat : 27158 (java) R 27155 27155 27111 0 -1 4202560 5394 0 0 0 18 1 0 0 20 0 20 0 109734783 26628161536 9708 33554432000 4194304 4196468 140735186772320 139969009050912 139968988894558 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 25407488 140735186777234 140735186777411 140735186777411 140735186780111 0
[pid=27157/tid=27159] ppid=27155 vsize=26004064 memory=331 CPUtime=0 cores=0-7
/proc/27157/task/27159/stat : 27159 (java) S 27155 27155 27111 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 109734783 26628161536 9708 33554432000 4194304 4196468 140735186772320 139968961366544 139969004824277 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25407488 140735186777234 140735186777411 140735186777411 140735186780111 0
[pid=27157/tid=27160] ppid=27155 vsize=26004064 memory=140658963841469 CPUtime=0 cores=0-7
/proc/27157/task/27160/stat : 27160 (java) S 27155 27155 27111 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 109734783 26628161536 9708 33554432000 4194304 4196468 140735186772320 139968960314000 139969004824277 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25407488 140735186777234 140735186777411 140735186777411 140735186780111 0
[pid=27157/tid=27161] ppid=27155 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/27157/task/27161/stat : 27161 (java) S 27155 27155 27111 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 109734783 26628161536 9708 33554432000 4194304 4196468 140735186772320 139968959260944 139969004824277 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25407488 140735186777234 140735186777411 140735186777411 140735186780111 0
[pid=27157/tid=27162] ppid=27155 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/27157/task/27162/stat : 27162 (java) S 27155 27155 27111 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 109734783 26628161536 9708 33554432000 4194304 4196468 140735186772320 139968559839632 139969004824277 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25407488 140735186777234 140735186777411 140735186777411 140735186780111 0
[pid=27157/tid=27163] ppid=27155 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/27157/task/27163/stat : 27163 (java) S 27155 27155 27111 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 109734783 26628161536 9708 33554432000 4194304 4196468 140735186772320 139968558787600 139969004824277 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25407488 140735186777234 140735186777411 140735186777411 140735186780111 0
[pid=27157/tid=27164] ppid=27155 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/27157/task/27164/stat : 27164 (java) S 27155 27155 27111 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 109734783 26628161536 9708 33554432000 4194304 4196468 140735186772320 139968557735056 139969004824277 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25407488 140735186777234 140735186777411 140735186777411 140735186780111 0
[pid=27157/tid=27165] ppid=27155 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/27157/task/27165/stat : 27165 (java) S 27155 27155 27111 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 109734783 26628161536 9708 33554432000 4194304 4196468 140735186772320 139968556682000 139969004824277 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25407488 140735186777234 140735186777411 140735186777411 140735186780111 0
[pid=27157/tid=27166] ppid=27155 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/27157/task/27166/stat : 27166 (java) S 27155 27155 27111 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 109734783 26628161536 9708 33554432000 4194304 4196468 140735186772320 139968555629456 139969004824277 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25407488 140735186777234 140735186777411 140735186777411 140735186780111 0
[pid=27157/tid=27167] ppid=27155 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/27157/task/27167/stat : 27167 (java) S 27155 27155 27111 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 20 0 109734785 26628161536 9708 33554432000 4194304 4196468 140735186772320 139968132167920 139969004825218 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25407488 140735186777234 140735186777411 140735186777411 140735186780111 0
[pid=27157/tid=27168] ppid=27155 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/27157/task/27168/stat : 27168 (java) S 27155 27155 27111 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 109734785 26628161536 9708 33554432000 4194304 4196468 140735186772320 139968131114144 139969004824277 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25407488 140735186777234 140735186777411 140735186777411 140735186780111 0
[pid=27157/tid=27169] ppid=27155 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/27157/task/27169/stat : 27169 (java) S 27155 27155 27111 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 109734786 26628161536 9708 33554432000 4194304 4196468 140735186772320 139968130061040 139969004824277 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25407488 140735186777234 140735186777411 140735186777411 140735186780111 0
[pid=27157/tid=27170] ppid=27155 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/27157/task/27170/stat : 27170 (java) S 27155 27155 27111 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 109734788 26628161536 9708 33554432000 4194304 4196468 140735186772320 139968129009616 139969004832667 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25407488 140735186777234 140735186777411 140735186777411 140735186780111 0
[pid=27157/tid=27171] ppid=27155 vsize=26004064 memory=0 CPUtime=0.01 cores=0-7
/proc/27157/task/27171/stat : 27171 (java) S 27155 27155 27111 0 -1 1077944384 434 0 0 0 1 0 0 0 20 0 20 0 109734788 26628161536 9708 33554432000 4194304 4196468 140735186772320 139968127957744 139969004825218 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25407488 140735186777234 140735186777411 140735186777411 140735186780111 0
[pid=27157/tid=27172] ppid=27155 vsize=26004064 memory=0 CPUtime=0.02 cores=0-7
/proc/27157/task/27172/stat : 27172 (java) S 27155 27155 27111 0 -1 1077944384 377 0 0 0 2 0 0 0 20 0 20 0 109734788 26628161536 9708 33554432000 4194304 4196468 140735186772320 139968126905200 139969004825218 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25407488 140735186777234 140735186777411 140735186777411 140735186780111 0
[pid=27157/tid=27173] ppid=27155 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/27157/task/27173/stat : 27173 (java) S 27155 27155 27111 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 20 0 109734788 26628161536 9708 33554432000 4194304 4196468 140735186772320 139968125852144 139969004825218 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25407488 140735186777234 140735186777411 140735186777411 140735186780111 0
[pid=27157/tid=27174] ppid=27155 vsize=26004064 memory=-1 CPUtime=0.07 cores=0-7
/proc/27157/task/27174/stat : 27174 (java) R 27155 27155 27111 0 -1 4202560 747 0 0 0 7 0 0 0 20 0 20 0 109734788 26628161536 9708 33554432000 4194304 4196468 140735186772320 139968124799600 139968988894558 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 25407488 140735186777234 140735186777411 140735186777411 140735186780111 0
[pid=27157/tid=27175] ppid=27155 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/27157/task/27175/stat : 27175 (java) S 27155 27155 27111 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 109734788 26628161536 9708 33554432000 4194304 4196468 140735186772320 139968123746784 139969004824277 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25407488 140735186777234 140735186777411 140735186777411 140735186780111 0
[pid=27157/tid=27176] ppid=27155 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/27157/task/27176/stat : 27176 (java) S 27155 27155 27111 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 109734789 26628161536 9708 33554432000 4194304 4196468 140735186772320 139968122694320 139969004825218 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25407488 140735186777234 140735186777411 140735186777411 140735186780111 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 26013576 KiB
Current children cumulated memory: 40212 KiB

[startup+0.310437 s]*
/proc/loadavg: 9.15 8.93 8.80 3/201 27176
/proc/meminfo: memFree=31384668/32770624 swapFree=67108860/67108860
[pid=27155] ppid=27152 vsize=9512 memory=1380 CPUtime=0 cores=0-7
/proc/27155/stat : 27155 (xcsp3-exec) S 27152 27155 27111 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 109734782 9740288 345 33554432000 4194304 5098028 140729740835824 140729740833928 139946944619132 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 16605184 140729740837989 140729740838199 140729740838199 140729740840939 0
/proc/27155/statm: 2378 345 289 221 0 87 0
[pid=27157] ppid=27155 vsize=26004064 memory=45796 CPUtime=0.5 cores=0-7
/proc/27157/stat : 27157 (java) S 27155 27155 27111 0 -1 1077944320 9188 0 0 0 47 3 0 0 20 0 20 0 109734782 26628161536 11449 33554432000 4194304 4196468 140735186772320 140735186754864 139969004814071 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 25407488 140735186777234 140735186777411 140735186777411 140735186780111 0
/proc/27157/statm: 6501016 11449 3075 1 0 6488269 0
[pid=27157/tid=27158] ppid=27155 vsize=26004064 memory=6791534058613427641 CPUtime=0.29 cores=0-7
/proc/27157/task/27158/stat : 27158 (java) R 27155 27155 27111 0 -1 4202560 6070 0 0 0 28 1 0 0 20 0 20 0 109734783 26628161536 11449 33554432000 4194304 4196468 140735186772320 139969009053296 139969004826006 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 25407488 140735186777234 140735186777411 140735186777411 140735186780111 0
[pid=27157/tid=27159] ppid=27155 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/27157/task/27159/stat : 27159 (java) S 27155 27155 27111 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 109734783 26628161536 11449 33554432000 4194304 4196468 140735186772320 139968961366544 139969004824277 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25407488 140735186777234 140735186777411 140735186777411 140735186780111 0
[pid=27157/tid=27160] ppid=27155 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/27157/task/27160/stat : 27160 (java) S 27155 27155 27111 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 109734783 26628161536 11449 33554432000 4194304 4196468 140735186772320 139968960314000 139969004824277 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25407488 140735186777234 140735186777411 140735186777411 140735186780111 0
[pid=27157/tid=27161] ppid=27155 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/27157/task/27161/stat : 27161 (java) S 27155 27155 27111 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 109734783 26628161536 11449 33554432000 4194304 4196468 140735186772320 139968959260944 139969004824277 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25407488 140735186777234 140735186777411 140735186777411 140735186780111 0
[pid=27157/tid=27162] ppid=27155 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/27157/task/27162/stat : 27162 (java) S 27155 27155 27111 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 109734783 26628161536 11449 33554432000 4194304 4196468 140735186772320 139968559839632 139969004824277 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25407488 140735186777234 140735186777411 140735186777411 140735186780111 0
[pid=27157/tid=27163] ppid=27155 vsize=26004064 memory=2244 CPUtime=0 cores=0-7
/proc/27157/task/27163/stat : 27163 (java) S 27155 27155 27111 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 109734783 26628161536 11449 33554432000 4194304 4196468 140735186772320 139968558787600 139969004824277 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25407488 140735186777234 140735186777411 140735186777411 140735186780111 0
[pid=27157/tid=27164] ppid=27155 vsize=26004064 memory=140658836861871 CPUtime=0 cores=0-7
/proc/27157/task/27164/stat : 27164 (java) S 27155 27155 27111 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 109734783 26628161536 11449 33554432000 4194304 4196468 140735186772320 139968557735056 139969004824277 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25407488 140735186777234 140735186777411 140735186777411 140735186780111 0
[pid=27157/tid=27165] ppid=27155 vsize=26004064 memory=140658836864176 CPUtime=0 cores=0-7
/proc/27157/task/27165/stat : 27165 (java) S 27155 27155 27111 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 109734783 26628161536 11449 33554432000 4194304 4196468 140735186772320 139968556682000 139969004824277 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25407488 140735186777234 140735186777411 140735186777411 140735186780111 0
[pid=27157/tid=27166] ppid=27155 vsize=26004064 memory=140658836866480 CPUtime=0 cores=0-7
/proc/27157/task/27166/stat : 27166 (java) S 27155 27155 27111 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 109734783 26628161536 11449 33554432000 4194304 4196468 140735186772320 139968555629456 139969004824277 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25407488 140735186777234 140735186777411 140735186777411 140735186780111 0
[pid=27157/tid=27167] ppid=27155 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/27157/task/27167/stat : 27167 (java) S 27155 27155 27111 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 20 0 109734785 26628161536 11449 33554432000 4194304 4196468 140735186772320 139968132167920 139969004825218 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25407488 140735186777234 140735186777411 140735186777411 140735186780111 0
[pid=27157/tid=27168] ppid=27155 vsize=26004064 memory=281317673739920 CPUtime=0 cores=0-7
/proc/27157/task/27168/stat : 27168 (java) S 27155 27155 27111 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 109734785 26628161536 11449 33554432000 4194304 4196468 140735186772320 139968131114144 139969004824277 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25407488 140735186777234 140735186777411 140735186777411 140735186780111 0
[pid=27157/tid=27169] ppid=27155 vsize=26004064 memory=281317673746832 CPUtime=0 cores=0-7
/proc/27157/task/27169/stat : 27169 (java) S 27155 27155 27111 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 109734786 26628161536 11449 33554432000 4194304 4196468 140735186772320 139968130061040 139969004824277 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25407488 140735186777234 140735186777411 140735186777411 140735186780111 0
[pid=27157/tid=27170] ppid=27155 vsize=26004064 memory=281317673688112 CPUtime=0 cores=0-7
/proc/27157/task/27170/stat : 27170 (java) S 27155 27155 27111 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 109734788 26628161536 11449 33554432000 4194304 4196468 140735186772320 139968129009616 139969004832667 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25407488 140735186777234 140735186777411 140735186777411 140735186780111 0
[pid=27157/tid=27171] ppid=27155 vsize=26004064 memory=281317673760656 CPUtime=0.02 cores=0-7
/proc/27157/task/27171/stat : 27171 (java) R 27155 27155 27111 0 -1 4202560 525 0 0 0 2 0 0 0 20 0 20 0 109734788 26628161536 11449 33554432000 4194304 4196468 140735186772320 139968127957744 139968990846109 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 25407488 140735186777234 140735186777411 140735186777411 140735186780111 0
[pid=27157/tid=27172] ppid=27155 vsize=26004064 memory=281317673767568 CPUtime=0.03 cores=0-7
/proc/27157/task/27172/stat : 27172 (java) S 27155 27155 27111 0 -1 1077944384 379 0 0 0 3 0 0 0 20 0 20 0 109734788 26628161536 11449 33554432000 4194304 4196468 140735186772320 139968126905200 139969004825218 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25407488 140735186777234 140735186777411 140735186777411 140735186780111 0
[pid=27157/tid=27173] ppid=27155 vsize=26004064 memory=281317673765264 CPUtime=0.01 cores=0-7
/proc/27157/task/27173/stat : 27173 (java) R 27155 27155 27111 0 -1 4202560 42 0 0 0 1 0 0 0 20 0 20 0 109734788 26628161536 11449 33554432000 4194304 4196468 140735186772320 139968125852144 139968984318016 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 25407488 140735186777234 140735186777411 140735186777411 140735186780111 0
[pid=27157/tid=27174] ppid=27155 vsize=26004064 memory=281317673781424 CPUtime=0.12 cores=0-7
/proc/27157/task/27174/stat : 27174 (java) R 27155 27155 27111 0 -1 4202560 861 0 0 0 12 0 0 0 20 0 20 0 109734788 26628161536 11449 33554432000 4194304 4196468 140735186772320 139968124795328 139968983737847 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 25407488 140735186777234 140735186777411 140735186777411 140735186780111 0
[pid=27157/tid=27175] ppid=27155 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/27157/task/27175/stat : 27175 (java) S 27155 27155 27111 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 109734788 26628161536 11449 33554432000 4194304 4196468 140735186772320 139968123746784 139969004824277 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25407488 140735186777234 140735186777411 140735186777411 140735186780111 0
[pid=27157/tid=27176] ppid=27155 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/27157/task/27176/stat : 27176 (java) S 27155 27155 27111 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 109734789 26628161536 11449 33554432000 4194304 4196468 140735186772320 139968122694320 139969004825218 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25407488 140735186777234 140735186777411 140735186777411 140735186780111 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 26013576 KiB
Current children cumulated memory: 47176 KiB

[startup+0.700964 s]
/proc/loadavg: 9.15 8.93 8.80 3/201 27176
/proc/meminfo: memFree=31366692/32770624 swapFree=67108860/67108860
[pid=27155] ppid=27152 vsize=9512 memory=1380 CPUtime=0 cores=0-7
/proc/27155/stat : 27155 (xcsp3-exec) S 27152 27155 27111 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 109734782 9740288 345 33554432000 4194304 5098028 140729740835824 140729740833928 139946944619132 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 16605184 140729740837989 140729740838199 140729740838199 140729740840939 0
/proc/27155/statm: 2378 345 289 221 0 87 0
[pid=27157] ppid=27155 vsize=26006188 memory=83828 CPUtime=1.66 cores=0-7
/proc/27157/stat : 27157 (java) S 27155 27155 27111 0 -1 1077944320 12118 0 0 0 162 4 0 0 20 0 20 0 109734782 26630336512 20957 33554432000 4194304 4196468 140735186772320 140735186754864 139969004814071 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 25407488 140735186777234 140735186777411 140735186777411 140735186780111 0
/proc/27157/statm: 6501547 20957 3198 1 0 6488781 0
[pid=27157/tid=27158] ppid=27155 vsize=26006188 memory=281317674139312 CPUtime=0.67 cores=0-7
/proc/27157/task/27158/stat : 27158 (java) R 27155 27155 27111 0 -1 4202560 6722 0 0 0 65 2 0 0 20 0 20 0 109734783 26630336512 20957 33554432000 4194304 4196468 140735186772320 139969009052192 139968639002341 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 25407488 140735186777234 140735186777411 140735186777411 140735186780111 0
[pid=27157/tid=27159] ppid=27155 vsize=26006188 memory=140658837070704 CPUtime=0 cores=0-7
/proc/27157/task/27159/stat : 27159 (java) S 27155 27155 27111 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 109734783 26630336512 20957 33554432000 4194304 4196468 140735186772320 139968961366544 139969004824277 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25407488 140735186777234 140735186777411 140735186777411 140735186780111 0
[pid=27157/tid=27160] ppid=27155 vsize=26006188 memory=0 CPUtime=0 cores=0-7
/proc/27157/task/27160/stat : 27160 (java) S 27155 27155 27111 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 109734783 26630336512 20957 33554432000 4194304 4196468 140735186772320 139968960314000 139969004824277 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25407488 140735186777234 140735186777411 140735186777411 140735186780111 0
[pid=27157/tid=27161] ppid=27155 vsize=26006188 memory=5792 CPUtime=0 cores=0-7
/proc/27157/task/27161/stat : 27161 (java) S 27155 27155 27111 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 109734783 26630336512 20957 33554432000 4194304 4196468 140735186772320 139968959260944 139969004824277 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25407488 140735186777234 140735186777411 140735186777411 140735186780111 0

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

/proc/meminfo: memFree=24887508/32770624 swapFree=67108860/67108860
[pid=27155] ppid=27152 vsize=9512 memory=1380 CPUtime=0 cores=0-7
/proc/27155/stat : 27155 (xcsp3-exec) S 27152 27155 27111 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 109734782 9740288 345 33554432000 4194304 5098028 140729740835824 140729740833928 139946944619132 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 16605184 140729740837989 140729740838199 140729740838199 140729740840939 0
/proc/27155/statm: 2378 345 289 221 0 87 0
[pid=27157] ppid=27155 vsize=26538700 memory=6527608 CPUtime=19933.1 cores=0-7
/proc/27157/stat : 27157 (java) S 27155 27155 27111 0 -1 1077944320 466889 0 0 0 1992383 924 0 0 20 0 28 0 109734782 27175628800 1631902 33554432000 4194304 4196468 140735186772320 140735186754864 139969004814071 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 25407488 140735186777234 140735186777411 140735186777411 140735186780111 0
/proc/27157/statm: 6634675 1631902 3302 1 0 6621909 0
[pid=27157/tid=27158] ppid=27155 vsize=26538700 memory=6527608 CPUtime=1.49 cores=0-7
/proc/27157/task/27158/stat : 27158 (java) S 27155 27155 27111 0 -1 1077944384 8154 0 0 0 146 3 0 0 20 0 28 0 109734783 27175628800 1631902 33554432000 4194304 4196468 140735186772320 139969009054848 139969004824277 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25407488 140735186777234 140735186777411 140735186777411 140735186780111 0
[pid=27157/tid=27159] ppid=27155 vsize=26538700 memory=1380 CPUtime=4.67 cores=0-7
/proc/27157/task/27159/stat : 27159 (java) S 27155 27155 27111 0 -1 1077944384 9657 0 0 0 438 29 0 0 20 0 28 0 109734783 27175628800 1631902 33554432000 4194304 4196468 140735186772320 139968961366544 139969004824277 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25407488 140735186777234 140735186777411 140735186777411 140735186780111 0
[pid=27157/tid=27160] ppid=27155 vsize=26538700 memory=33 CPUtime=4.62 cores=0-7
/proc/27157/task/27160/stat : 27160 (java) S 27155 27155 27111 0 -1 1077944384 10495 0 0 0 434 28 0 0 20 0 28 0 109734783 27175628800 1631902 33554432000 4194304 4196468 140735186772320 139968960314000 139969004824277 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25407488 140735186777234 140735186777411 140735186777411 140735186780111 0
[pid=27157/tid=27161] ppid=27155 vsize=26538700 memory=1380 CPUtime=4.56 cores=0-7
/proc/27157/task/27161/stat : 27161 (java) S 27155 27155 27111 0 -1 1077944384 11716 0 0 0 430 26 0 0 20 0 28 0 109734783 27175628800 1631902 33554432000 4194304 4196468 140735186772320 139968959260944 139969004824277 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25407488 140735186777234 140735186777411 140735186777411 140735186780111 0
[pid=27157/tid=27162] ppid=27155 vsize=26538700 memory=6538896 CPUtime=4.64 cores=0-7
/proc/27157/task/27162/stat : 27162 (java) S 27155 27155 27111 0 -1 1077944384 12372 0 0 0 434 30 0 0 20 0 28 0 109734783 27175628800 1631902 33554432000 4194304 4196468 140735186772320 139968559839632 139969004824277 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 1 0 0 6293624 6294260 25407488 140735186777234 140735186777411 140735186777411 140735186780111 0
[pid=27157/tid=27163] ppid=27155 vsize=26538700 memory=56 CPUtime=4.65 cores=0-7
/proc/27157/task/27163/stat : 27163 (java) S 27155 27155 27111 0 -1 1077944384 13106 0 0 0 435 30 0 0 20 0 28 0 109734783 27175628800 1631902 33554432000 4194304 4196468 140735186772320 139968558787600 139969004824277 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25407488 140735186777234 140735186777411 140735186777411 140735186780111 0
[pid=27157/tid=27164] ppid=27155 vsize=26538700 memory=7955445358381917799 CPUtime=4.64 cores=0-7
/proc/27157/task/27164/stat : 27164 (java) S 27155 27155 27111 0 -1 1077944384 9066 0 0 0 436 28 0 0 20 0 28 0 109734783 27175628800 1631902 33554432000 4194304 4196468 140735186772320 139968557735056 139969004824277 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25407488 140735186777234 140735186777411 140735186777411 140735186780111 0
[pid=27157/tid=27165] ppid=27155 vsize=26538700 memory=33 CPUtime=4.66 cores=0-7
/proc/27157/task/27165/stat : 27165 (java) S 27155 27155 27111 0 -1 1077944384 12045 0 0 0 439 27 0 0 20 0 28 0 109734783 27175628800 1631902 33554432000 4194304 4196468 140735186772320 139968556682000 139969004824277 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25407488 140735186777234 140735186777411 140735186777411 140735186780111 0
[pid=27157/tid=27166] ppid=27155 vsize=26538700 memory=6944656592387989600 CPUtime=4.55 cores=0-7
/proc/27157/task/27166/stat : 27166 (java) S 27155 27155 27111 0 -1 1077944384 11553 0 0 0 428 27 0 0 20 0 28 0 109734783 27175628800 1631902 33554432000 4194304 4196468 140735186772320 139968555629456 139969004824277 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25407488 140735186777234 140735186777411 140735186777411 140735186780111 0
[pid=27157/tid=27167] ppid=27155 vsize=26538700 memory=1380 CPUtime=2.41 cores=0-7
/proc/27157/task/27167/stat : 27167 (java) S 27155 27155 27111 0 -1 1077944384 27762 0 0 0 185 56 0 0 20 0 28 0 109734785 27175628800 1631902 33554432000 4194304 4196468 140735186772320 139968132167920 139969004825218 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25407488 140735186777234 140735186777411 140735186777411 140735186780111 0
[pid=27157/tid=27168] ppid=27155 vsize=26538700 memory=4316 CPUtime=0 cores=0-7
/proc/27157/task/27168/stat : 27168 (java) S 27155 27155 27111 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 28 0 109734785 27175628800 1631902 33554432000 4194304 4196468 140735186772320 139968131114208 139969004824277 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25407488 140735186777234 140735186777411 140735186777411 140735186780111 0
[pid=27157/tid=27169] ppid=27155 vsize=26538700 memory=1936 CPUtime=0 cores=0-7
/proc/27157/task/27169/stat : 27169 (java) S 27155 27155 27111 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 28 0 109734786 27175628800 1631902 33554432000 4194304 4196468 140735186772320 139968130061056 139969004824277 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25407488 140735186777234 140735186777411 140735186777411 140735186780111 0
[pid=27157/tid=27170] ppid=27155 vsize=26538700 memory=1424 CPUtime=0 cores=0-7
/proc/27157/task/27170/stat : 27170 (java) S 27155 27155 27111 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 109734788 27175628800 1631902 33554432000 4194304 4196468 140735186772320 139968129009616 139969004832667 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25407488 140735186777234 140735186777411 140735186777411 140735186780111 0
[pid=27157/tid=27171] ppid=27155 vsize=26538700 memory=6791534058613427641 CPUtime=3.69 cores=0-7
/proc/27157/task/27171/stat : 27171 (java) S 27155 27155 27111 0 -1 1077944384 25869 0 0 0 366 3 0 0 20 0 28 0 109734788 27175628800 1631902 33554432000 4194304 4196468 140735186772320 139968127957744 139969004825218 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 1 0 0 6293624 6294260 25407488 140735186777234 140735186777411 140735186777411 140735186780111 0
[pid=27157/tid=27172] ppid=27155 vsize=26538700 memory=6530172 CPUtime=3.47 cores=0-7
/proc/27157/task/27172/stat : 27172 (java) S 27155 27155 27111 0 -1 1077944384 22231 0 0 0 344 3 0 0 20 0 28 0 109734788 27175628800 1631902 33554432000 4194304 4196468 140735186772320 139968126905200 139969004825218 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25407488 140735186777234 140735186777411 140735186777411 140735186780111 0
[pid=27157/tid=27173] ppid=27155 vsize=26538700 memory=0 CPUtime=3.53 cores=0-7
/proc/27157/task/27173/stat : 27173 (java) S 27155 27155 27111 0 -1 1077944384 22775 0 0 0 350 3 0 0 20 0 28 0 109734788 27175628800 1631902 33554432000 4194304 4196468 140735186772320 139968125852144 139969004825218 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25407488 140735186777234 140735186777411 140735186777411 140735186780111 0
[pid=27157/tid=27174] ppid=27155 vsize=26538700 memory=7594315162551608424 CPUtime=0.91 cores=0-7
/proc/27157/task/27174/stat : 27174 (java) S 27155 27155 27111 0 -1 1077944384 15459 0 0 0 89 2 0 0 20 0 28 0 109734788 27175628800 1631902 33554432000 4194304 4196468 140735186772320 139968124799600 139969004825218 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 16 0 0 6293624 6294260 25407488 140735186777234 140735186777411 140735186777411 140735186780111 0
[pid=27157/tid=27175] ppid=27155 vsize=26538700 memory=1380 CPUtime=0 cores=0-7
/proc/27157/task/27175/stat : 27175 (java) S 27155 27155 27111 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 109734788 27175628800 1631902 33554432000 4194304 4196468 140735186772320 139968123746784 139969004824277 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25407488 140735186777234 140735186777411 140735186777411 140735186780111 0
[pid=27157/tid=27176] ppid=27155 vsize=26538700 memory=1380 CPUtime=0.95 cores=0-7
/proc/27157/task/27176/stat : 27176 (java) S 27155 27155 27111 0 -1 1077944384 2599 0 0 0 0 95 0 0 20 0 28 0 109734789 27175628800 1631902 33554432000 4194304 4196468 140735186772320 139968122694320 139969004825218 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25407488 140735186777234 140735186777411 140735186777411 140735186780111 0
[pid=27157/tid=27177] ppid=27155 vsize=26538700 memory=1380 CPUtime=2482.4 cores=0-7
/proc/27157/task/27177/stat : 27177 (java) R 27155 27155 27111 0 -1 4202560 28617 0 0 0 248156 84 0 0 20 0 28 0 109734937 27175628800 1631902 33554432000 4194304 4196468 140735186772320 139968114682336 139968645265788 0 4 0 16800975 0 0 0 -1 5 0 0 3 0 0 6293624 6294260 25407488 140735186777234 140735186777411 140735186777411 140735186780111 0
[pid=27157/tid=27178] ppid=27155 vsize=26538700 memory=0 CPUtime=2490.67 cores=0-7
/proc/27157/task/27178/stat : 27178 (java) R 27155 27155 27111 0 -1 4202560 35409 0 0 0 248962 105 0 0 20 0 28 0 109734937 27175628800 1631902 33554432000 4194304 4196468 140735186772320 139968113631016 139968648768292 0 4 0 16800975 0 0 0 -1 0 0 0 5 0 0 6293624 6294260 25407488 140735186777234 140735186777411 140735186777411 140735186780111 0
[pid=27157/tid=27179] ppid=27155 vsize=26538700 memory=7453008144337756774 CPUtime=2481.92 cores=0-7
/proc/27157/task/27179/stat : 27179 (java) R 27155 27155 27111 0 -1 4202560 53643 0 0 0 248071 121 0 0 20 0 28 0 109734937 27175628800 1631902 33554432000 4194304 4196468 140735186772320 139968112579016 139968648730873 0 4 0 16800975 0 0 0 -1 1 0 0 5 0 0 6293624 6294260 25407488 140735186777234 140735186777411 140735186777411 140735186780111 0
[pid=27157/tid=27180] ppid=27155 vsize=26538700 memory=56 CPUtime=2486.02 cores=0-7
/proc/27157/task/27180/stat : 27180 (java) R 27155 27155 27111 0 -1 4202560 30983 0 0 0 248525 77 0 0 20 0 28 0 109734937 27175628800 1631902 33554432000 4194304 4196468 140735186772320 139968111526528 139968646914802 0 4 0 16800975 0 0 0 -1 4 0 0 6 0 0 6293624 6294260 25407488 140735186777234 140735186777411 140735186777411 140735186780111 0
[pid=27157/tid=27181] ppid=27155 vsize=26538700 memory=6531200 CPUtime=2477.12 cores=0-7
/proc/27157/task/27181/stat : 27181 (java) R 27155 27155 27111 0 -1 4202560 21879 0 0 0 247669 43 0 0 20 0 28 0 109734937 27175628800 1631902 33554432000 4194304 4196468 140735186772320 139968110473608 139968642598982 0 4 0 16800975 0 0 0 -1 3 0 0 4 0 0 6293624 6294260 25407488 140735186777234 140735186777411 140735186777411 140735186780111 0
[pid=27157/tid=27182] ppid=27155 vsize=26538700 memory=1380 CPUtime=2491.12 cores=0-7
/proc/27157/task/27182/stat : 27182 (java) R 27155 27155 27111 0 -1 4202560 33311 0 0 0 249021 91 0 0 20 0 28 0 109734937 27175628800 1631902 33554432000 4194304 4196468 140735186772320 139968109420520 139968646231409 0 4 0 16800975 0 0 0 -1 6 0 0 4 0 0 6293624 6294260 25407488 140735186777234 140735186777411 140735186777411 140735186780111 0
[pid=27157/tid=27183] ppid=27155 vsize=26538700 memory=1380 CPUtime=2488.96 cores=0-7
/proc/27157/task/27183/stat : 27183 (java) R 27155 27155 27111 0 -1 4202560 18167 0 0 0 248875 21 0 0 20 0 28 0 109734937 27175628800 1631902 33554432000 4194304 4196468 140735186772320 139968108370192 139968646915467 0 4 0 16800975 0 0 0 -1 2 0 0 2 0 0 6293624 6294260 25407488 140735186777234 140735186777411 140735186777411 140735186780111 0
[pid=27157/tid=27184] ppid=27155 vsize=26538700 memory=6530172 CPUtime=2481.21 cores=0-7
/proc/27157/task/27184/stat : 27184 (java) R 27155 27155 27111 0 -1 4202560 28652 0 0 0 248039 82 0 0 20 0 28 0 109734937 27175628800 1631902 33554432000 4194304 4196468 140735186772320 139968107315304 139968646915002 0 4 0 16800975 0 0 0 -1 7 0 0 2 0 0 6293624 6294260 25407488 140735186777234 140735186777411 140735186777411 140735186780111 0
Current children cumulated CPU time: 19933.1 s
Current children cumulated vsize: 26548212 KiB
Current children cumulated memory: 6528988 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+2520 s]*
/proc/loadavg: 8.14 8.33 8.39 9/207 27244
/proc/meminfo: memFree=24894424/32770624 swapFree=67108860/67108860
[pid=27155] ppid=27152 vsize=9512 memory=1380 CPUtime=0 cores=0-7
/proc/27155/stat : 27155 (xcsp3-exec) S 27152 27155 27111 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 109734782 9740288 345 33554432000 4194304 5098028 140729740835824 140729740833928 139946944619132 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 16605184 140729740837989 140729740838199 140729740838199 140729740840939 0
/proc/27155/statm: 2378 345 289 221 0 87 0
[pid=27157] ppid=27155 vsize=26538700 memory=6520936 CPUtime=20073.8 cores=0-7
/proc/27157/stat : 27157 (java) S 27155 27155 27111 0 -1 1077944320 469715 0 0 0 2006451 930 0 0 20 0 28 0 109734782 27175628800 1630234 33554432000 4194304 4196468 140735186772320 140735186754864 139969004814071 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 25407488 140735186777234 140735186777411 140735186777411 140735186780111 0
/proc/27157/statm: 6634675 1630234 3302 1 0 6621909 0
[pid=27157/tid=27158] ppid=27155 vsize=26538700 memory=832 CPUtime=1.49 cores=0-7
/proc/27157/task/27158/stat : 27158 (java) S 27155 27155 27111 0 -1 1077944384 8154 0 0 0 146 3 0 0 20 0 28 0 109734783 27175628800 1630234 33554432000 4194304 4196468 140735186772320 139969009054848 139969004824277 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25407488 140735186777234 140735186777411 140735186777411 140735186780111 0
[pid=27157/tid=27159] ppid=27155 vsize=26538700 memory=1696 CPUtime=4.76 cores=0-7
/proc/27157/task/27159/stat : 27159 (java) S 27155 27155 27111 0 -1 1077944384 9775 0 0 0 447 29 0 0 20 0 28 0 109734783 27175628800 1630234 33554432000 4194304 4196468 140735186772320 139968961366544 139969004824277 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25407488 140735186777234 140735186777411 140735186777411 140735186780111 0
[pid=27157/tid=27160] ppid=27155 vsize=26538700 memory=4126316290023845779 CPUtime=4.69 cores=0-7
/proc/27157/task/27160/stat : 27160 (java) S 27155 27155 27111 0 -1 1077944384 10757 0 0 0 441 28 0 0 20 0 28 0 109734783 27175628800 1630234 33554432000 4194304 4196468 140735186772320 139968960314000 139969004824277 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25407488 140735186777234 140735186777411 140735186777411 140735186780111 0
[pid=27157/tid=27161] ppid=27155 vsize=26538700 memory=648 CPUtime=4.65 cores=0-7
/proc/27157/task/27161/stat : 27161 (java) S 27155 27155 27111 0 -1 1077944384 11921 0 0 0 439 26 0 0 20 0 28 0 109734783 27175628800 1630234 33554432000 4194304 4196468 140735186772320 139968959260944 139969004824277 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25407488 140735186777234 140735186777411 140735186777411 140735186780111 0
[pid=27157/tid=27162] ppid=27155 vsize=26538700 memory=31384 CPUtime=4.72 cores=0-7
/proc/27157/task/27162/stat : 27162 (java) S 27155 27155 27111 0 -1 1077944384 12412 0 0 0 442 30 0 0 20 0 28 0 109734783 27175628800 1630234 33554432000 4194304 4196468 140735186772320 139968559839632 139969004824277 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 1 0 0 6293624 6294260 25407488 140735186777234 140735186777411 140735186777411 140735186780111 0
[pid=27157/tid=27163] ppid=27155 vsize=26538700 memory=1296 CPUtime=4.72 cores=0-7
/proc/27157/task/27163/stat : 27163 (java) S 27155 27155 27111 0 -1 1077944384 13168 0 0 0 442 30 0 0 20 0 28 0 109734783 27175628800 1630234 33554432000 4194304 4196468 140735186772320 139968558787600 139969004824277 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25407488 140735186777234 140735186777411 140735186777411 140735186780111 0
[pid=27157/tid=27164] ppid=27155 vsize=26538700 memory=2404 CPUtime=4.72 cores=0-7
/proc/27157/task/27164/stat : 27164 (java) S 27155 27155 27111 0 -1 1077944384 9382 0 0 0 444 28 0 0 20 0 28 0 109734783 27175628800 1630234 33554432000 4194304 4196468 140735186772320 139968557735056 139969004824277 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25407488 140735186777234 140735186777411 140735186777411 140735186780111 0
[pid=27157/tid=27165] ppid=27155 vsize=26538700 memory=1732 CPUtime=4.74 cores=0-7
/proc/27157/task/27165/stat : 27165 (java) S 27155 27155 27111 0 -1 1077944384 12085 0 0 0 447 27 0 0 20 0 28 0 109734783 27175628800 1630234 33554432000 4194304 4196468 140735186772320 139968556682000 139969004824277 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25407488 140735186777234 140735186777411 140735186777411 140735186780111 0
[pid=27157/tid=27166] ppid=27155 vsize=26538700 memory=796 CPUtime=4.63 cores=0-7
/proc/27157/task/27166/stat : 27166 (java) S 27155 27155 27111 0 -1 1077944384 11765 0 0 0 436 27 0 0 20 0 28 0 109734783 27175628800 1630234 33554432000 4194304 4196468 140735186772320 139968555629456 139969004824277 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25407488 140735186777234 140735186777411 140735186777411 140735186780111 0
[pid=27157/tid=27167] ppid=27155 vsize=26538700 memory=1004 CPUtime=2.48 cores=0-7
/proc/27157/task/27167/stat : 27167 (java) S 27155 27155 27111 0 -1 1077944384 28055 0 0 0 188 60 0 0 20 0 28 0 109734785 27175628800 1630234 33554432000 4194304 4196468 140735186772320 139968132167920 139969004825218 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25407488 140735186777234 140735186777411 140735186777411 140735186780111 0
[pid=27157/tid=27168] ppid=27155 vsize=26538700 memory=1936 CPUtime=0 cores=0-7
/proc/27157/task/27168/stat : 27168 (java) S 27155 27155 27111 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 28 0 109734785 27175628800 1630234 33554432000 4194304 4196468 140735186772320 139968131114208 139969004824277 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25407488 140735186777234 140735186777411 140735186777411 140735186780111 0
[pid=27157/tid=27169] ppid=27155 vsize=26538700 memory=4136 CPUtime=0 cores=0-7
/proc/27157/task/27169/stat : 27169 (java) S 27155 27155 27111 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 28 0 109734786 27175628800 1630234 33554432000 4194304 4196468 140735186772320 139968130061056 139969004824277 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25407488 140735186777234 140735186777411 140735186777411 140735186780111 0
[pid=27157/tid=27170] ppid=27155 vsize=26538700 memory=31384 CPUtime=0 cores=0-7
/proc/27157/task/27170/stat : 27170 (java) S 27155 27155 27111 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 109734788 27175628800 1630234 33554432000 4194304 4196468 140735186772320 139968129009616 139969004832667 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25407488 140735186777234 140735186777411 140735186777411 140735186780111 0
[pid=27157/tid=27171] ppid=27155 vsize=26538700 memory=1296 CPUtime=3.69 cores=0-7
/proc/27157/task/27171/stat : 27171 (java) S 27155 27155 27111 0 -1 1077944384 25872 0 0 0 366 3 0 0 20 0 28 0 109734788 27175628800 1630234 33554432000 4194304 4196468 140735186772320 139968127957744 139969004825218 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 1 0 0 6293624 6294260 25407488 140735186777234 140735186777411 140735186777411 140735186780111 0
[pid=27157/tid=27172] ppid=27155 vsize=26538700 memory=2404 CPUtime=3.47 cores=0-7
/proc/27157/task/27172/stat : 27172 (java) S 27155 27155 27111 0 -1 1077944384 22233 0 0 0 344 3 0 0 20 0 28 0 109734788 27175628800 1630234 33554432000 4194304 4196468 140735186772320 139968126905200 139969004825218 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25407488 140735186777234 140735186777411 140735186777411 140735186780111 0
[pid=27157/tid=27173] ppid=27155 vsize=26538700 memory=1732 CPUtime=3.53 cores=0-7
/proc/27157/task/27173/stat : 27173 (java) S 27155 27155 27111 0 -1 1077944384 22778 0 0 0 350 3 0 0 20 0 28 0 109734788 27175628800 1630234 33554432000 4194304 4196468 140735186772320 139968125852144 139969004825218 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25407488 140735186777234 140735186777411 140735186777411 140735186780111 0
[pid=27157/tid=27174] ppid=27155 vsize=26538700 memory=796 CPUtime=0.91 cores=0-7
/proc/27157/task/27174/stat : 27174 (java) S 27155 27155 27111 0 -1 1077944384 15461 0 0 0 89 2 0 0 20 0 28 0 109734788 27175628800 1630234 33554432000 4194304 4196468 140735186772320 139968124799600 139969004825218 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 16 0 0 6293624 6294260 25407488 140735186777234 140735186777411 140735186777411 140735186780111 0
[pid=27157/tid=27175] ppid=27155 vsize=26538700 memory=1380 CPUtime=0 cores=0-7
/proc/27157/task/27175/stat : 27175 (java) S 27155 27155 27111 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 109734788 27175628800 1630234 33554432000 4194304 4196468 140735186772320 139968123746784 139969004824277 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25407488 140735186777234 140735186777411 140735186777411 140735186780111 0
[pid=27157/tid=27176] ppid=27155 vsize=26538700 memory=1380 CPUtime=0.96 cores=0-7
/proc/27157/task/27176/stat : 27176 (java) S 27155 27155 27111 0 -1 1077944384 2619 0 0 0 0 96 0 0 20 0 28 0 109734789 27175628800 1630234 33554432000 4194304 4196468 140735186772320 139968122694320 139969004825218 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25407488 140735186777234 140735186777411 140735186777411 140735186780111 0
[pid=27157/tid=27177] ppid=27155 vsize=26538700 memory=6520940 CPUtime=2499.83 cores=0-7
/proc/27157/task/27177/stat : 27177 (java) R 27155 27155 27111 0 -1 4202560 28695 0 0 0 249899 84 0 0 20 0 28 0 109734937 27175628800 1630234 33554432000 4194304 4196468 140735186772320 139968114684944 139968648730175 0 4 0 16800975 0 0 0 -1 3 0 0 3 0 0 6293624 6294260 25407488 140735186777234 140735186777411 140735186777411 140735186780111 0
[pid=27157/tid=27178] ppid=27155 vsize=26538700 memory=281317675076704 CPUtime=2508.2 cores=0-7
/proc/27157/task/27178/stat : 27178 (java) R 27155 27155 27111 0 -1 4202560 35515 0 0 0 250715 105 0 0 20 0 28 0 109734937 27175628800 1630234 33554432000 4194304 4196468 140735186772320 139968113631144 139968647072987 0 4 0 16800975 0 0 0 -1 0 0 0 5 0 0 6293624 6294260 25407488 140735186777234 140735186777411 140735186777411 140735186780111 0
[pid=27157/tid=27179] ppid=27155 vsize=26538700 memory=11000 CPUtime=2499.43 cores=0-7
/proc/27157/task/27179/stat : 27179 (java) R 27155 27155 27111 0 -1 4202560 53817 0 0 0 249822 121 0 0 20 0 28 0 109734937 27175628800 1630234 33554432000 4194304 4196468 140735186772320 139968112579032 139968645657158 0 4 0 16800975 0 0 0 -1 5 0 0 5 0 0 6293624 6294260 25407488 140735186777234 140735186777411 140735186777411 140735186780111 0
[pid=27157/tid=27180] ppid=27155 vsize=26538700 memory=1224 CPUtime=2503.55 cores=0-7
/proc/27157/task/27180/stat : 27180 (java) R 27155 27155 27111 0 -1 4202560 31131 0 0 0 250278 77 0 0 20 0 28 0 109734937 27175628800 1630234 33554432000 4194304 4196468 140735186772320 139968111526488 139968648730928 0 4 0 16800975 0 0 0 -1 6 0 0 6 0 0 6293624 6294260 25407488 140735186777234 140735186777411 140735186777411 140735186780111 0
[pid=27157/tid=27181] ppid=27155 vsize=26538700 memory=1380 CPUtime=2494.58 cores=0-7
/proc/27157/task/27181/stat : 27181 (java) R 27155 27155 27111 0 -1 4202560 22024 0 0 0 249415 43 0 0 20 0 28 0 109734937 27175628800 1630234 33554432000 4194304 4196468 140735186772320 139968110473432 139968645599803 0 4 0 16800975 0 0 0 -1 1 0 0 5 0 0 6293624 6294260 25407488 140735186777234 140735186777411 140735186777411 140735186780111 0
[pid=27157/tid=27182] ppid=27155 vsize=26538700 memory=6521964 CPUtime=2508.67 cores=0-7
/proc/27157/task/27182/stat : 27182 (java) R 27155 27155 27111 0 -1 4202560 33706 0 0 0 250776 91 0 0 20 0 28 0 109734937 27175628800 1630234 33554432000 4194304 4196468 140735186772320 139968109420888 139968648075402 0 4 0 16800975 0 0 0 -1 2 0 0 4 0 0 6293624 6294260 25407488 140735186777234 140735186777411 140735186777411 140735186780111 0
[pid=27157/tid=27183] ppid=27155 vsize=26538700 memory=1200 CPUtime=2506.49 cores=0-7
/proc/27157/task/27183/stat : 27183 (java) R 27155 27155 27111 0 -1 4202560 18253 0 0 0 250628 21 0 0 20 0 28 0 109734937 27175628800 1630234 33554432000 4194304 4196468 140735186772320 139968108367600 139968646915406 0 4 0 16800975 0 0 0 -1 4 0 0 2 0 0 6293624 6294260 25407488 140735186777234 140735186777411 140735186777411 140735186780111 0
[pid=27157/tid=27184] ppid=27155 vsize=26538700 memory=15876 CPUtime=2498.7 cores=0-7
/proc/27157/task/27184/stat : 27184 (java) R 27155 27155 27111 0 -1 4202560 28768 0 0 0 249788 82 0 0 20 0 28 0 109734937 27175628800 1630234 33554432000 4194304 4196468 140735186772320 139968107315304 139968647072960 0 4 0 16800975 0 0 0 -1 7 0 0 2 0 0 6293624 6294260 25407488 140735186777234 140735186777411 140735186777411 140735186780111 0
Current children cumulated CPU time: 20073.8 s
Current children cumulated vsize: 26548212 KiB
Current children cumulated memory: 6522316 KiB

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

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

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

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

[startup+2520.13 s]*
/proc/loadavg: 8.14 8.33 8.39 2/180 27246
/proc/meminfo: memFree=30126160/32770624 swapFree=67108860/67108860
Current cumulated CPU time of completed processes: 0.001818 s
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 143
Real time (s): 2520.15
CPU time (s): 20074.6
CPU user time (s): 20065.3
CPU system time (s): 9.34253
CPU usage (%): 796.566
Max. virtual memory (cumulated for all children) (KiB): 26548212
Max. memory (cumulated for all children) (KiB): 6876480

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 20065.3
system time used= 9.34253
maximum resident set size= 6878692
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 470817
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3224
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 91357
involuntary context switches= 220485


# summary of solver processes directly reported to runsolver:
#   pid: 27155,27157
#   total CPU time (s): 20074.6
#   total CPU user time (s): 20065.3
#   total CPU system time (s): 9.34253

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 23.8478 second user time and 27.6708 second system time

The end

Launcher Data

Begin job on node102 at 2017-08-15 04:53:26
IDJOB=4271284
IDBENCH=133921
IDSOLVER=2662
FILE ID=node102/4271284-1502766465
RUNJOBID= node102-1502765606-27138
PBS_JOBID= 20629096
Free space on /tmp= 61912 MiB

SOLVER NAME= choco-solver 4.0.5 par
BENCH NAME= XCSP17/SportsScheduling/SportsScheduling-m1-s1/SportsScheduling-34.xml
COMMAND LINE= ./xcsp3-exec -dir DIR -tl TIMEOUT -p NBCORE -ml 22000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4271284-1502766465/watcher-4271284-1502766465 -o /tmp/evaluation-result-4271284-1502766465/solver-4271284-1502766465 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node102-1502765606-27138 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 22000 -tdir HOME -seed 544576005 HOME/instance-4271284-1502766465.xml

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

MD5SUM BENCH= 1b92d79ba6653e54d61f1abcadddddde
RANDOM SEED=544576005

node102.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.35
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.35
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.35
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.35
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:        31416024 kB
MemAvailable:   31982180 kB
Buffers:          165912 kB
Cached:           683252 kB
SwapCached:            0 kB
Active:           675712 kB
Inactive:         223900 kB
Active(anon):       3616 kB
Inactive(anon):    75040 kB
Active(file):     672096 kB
Inactive(file):   148860 kB
Unevictable:        6448 kB
Mlocked:            6448 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7788 kB
Writeback:             0 kB
AnonPages:         57144 kB
Mapped:            45308 kB
Shmem:             25228 kB
Slab:             148724 kB
SReclaimable:     122072 kB
SUnreclaim:        26652 kB
KernelStack:        3216 kB
PageTables:         4700 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     324624 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      4096 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      134528 kB
DirectMap2M:    33411072 kB

Free space on /tmp at the end= 61904 MiB
End job on node102 at 2017-08-15 05:35:26