Trace number 4406891

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-24 parallel? (TO) 20041.3 2520.09

General information on the benchmark

NameXCSP19/ConsecutiveSquarePacking/
ConsecutiveSquarePacking-sp-30-098.xml
MD5SUMfb27cd1d2814d0f1760e6f4b9d041fef
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark153.956
Satisfiable
(Un)Satisfiability was proved
Number of variables60
Number of constraints435
Number of domains30
Minimum domain size69
Maximum domain size98
Distribution of domain sizes[{"size":69,"count":2},{"size":70,"count":2},{"size":71,"count":2},{"size":72,"count":2},{"size":73,"count":2},{"size":74,"count":2},{"size":75,"count":2},{"size":76,"count":2},{"size":77,"count":2},{"size":78,"count":2},{"size":79,"count":2},{"size":80,"count":2},{"size":81,"count":2},{"size":82,"count":2},{"size":83,"count":2},{"size":84,"count":2},{"size":85,"count":2},{"size":86,"count":2},{"size":87,"count":2},{"size":88,"count":2},{"size":89,"count":2},{"size":90,"count":2},{"size":91,"count":2},{"size":92,"count":2},{"size":93,"count":2},{"size":94,"count":2},{"size":95,"count":2},{"size":96,"count":2},{"size":97,"count":2},{"size":98,"count":2}]
Minimum variable degree29
Maximum variable degree29
Distribution of variable degrees[{"degree":29,"count":60}]
Minimum constraint arity4
Maximum constraint arity4
Distribution of constraint arities[{"arity":4,"count":435}]
Number of extensional constraints0
Number of intensional constraints435
Distribution of constraint types[{"type":"intension","count":435}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.00	c java -server -Xmx24000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4406891-1569365589.xml"  -tl '20160s' -p 8
0.12/0.18	c Choco e747e1e
0.12/0.18	c [HOME/instance-4406891-1569365589.xml, -tl, 20160s, -p, 8]
0.33/0.22	c 8 solvers in parallel
0.33/0.29	c parse instance...
5.29/1.58	c solve instance...
20040.74/2520.06	s UNKNOWN
20040.74/2520.06	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 (13785 MiB free)
  memory of node 1: 16384 MiB (10818 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4406891-1569365589/watcher-4406891-1569365589 -o /var/tmp/evaluation-result-4406891-1569365589/solver-4406891-1569365589 -C 20160 -W 2520 -M 31000 --bin-var /var/tmp/runsolver-exch-node147-1569358595-24367 --watchdog 2580 xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 1685016897 HOME/instance-4406891-1569365589.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
Current StackSize limit: 8192 KiB

solver pid=26204, runsolver pid=26201

[startup+0.100137 s]*
/proc/loadavg: 7.83 7.93 8.00 2/211 26225
/proc/meminfo: memFree=25179436/32770624 swapFree=66935948/67108860
[pid=26204] ppid=26201 vsize=113128 memory=1448 CPUtime=0 cores=0-7
/proc/26204/stat : 26204 (xcsp3-exec) S 26201 26204 24340 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 512472683 115843072 362 33554432000 4194304 5098028 140722308263872 140722308261976 139712343908988 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 32837632 140722308272977 140722308273237 140722308273237 140722308276166 0
/proc/26204/statm: 28282 362 304 221 0 87 0
[pid=26206] ppid=26204 vsize=28227396 memory=27520 CPUtime=0.12 cores=0-7
/proc/26206/stat : 26206 (java) S 26204 26204 24340 0 -1 1077944320 5853 0 0 0 11 1 0 0 20 0 20 0 512472683 28904853504 6880 33554432000 4194304 4196468 140725351904096 140725351886640 139975233208055 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 32485376 140725351908310 140725351908486 140725351908486 140725351911375 0
/proc/26206/statm: 7056849 6880 3124 1 0 7019032 0
[pid=26206/tid=26207] ppid=26204 vsize=28227396 memory=4134930498285298233 CPUtime=0.08 cores=0-7
/proc/26206/task/26207/stat : 26207 (java) R 26204 26204 24340 0 -1 4202560 3755 0 0 0 8 0 0 0 20 0 20 0 512472683 28904853504 6880 33554432000 4194304 4196468 140725351904096 139975237441328 139975233219990 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 32485376 140725351908310 140725351908486 140725351908486 140725351911375 0
[pid=26206/tid=26208] ppid=26204 vsize=28227396 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/26206/task/26208/stat : 26208 (java) S 26204 26204 24340 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512472684 28904853504 6880 33554432000 4194304 4196468 140725351904096 139975200766352 139975233218261 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32485376 140725351908310 140725351908486 140725351908486 140725351911375 0
[pid=26206/tid=26209] ppid=26204 vsize=28227396 memory=140605932267136 CPUtime=0 cores=0-7
/proc/26206/task/26209/stat : 26209 (java) S 26204 26204 24340 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 512472684 28904853504 6880 33554432000 4194304 4196468 140725351904096 139974783133968 139975233218261 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32485376 140725351908310 140725351908486 140725351908486 140725351911375 0
[pid=26206/tid=26210] ppid=26204 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/26206/task/26210/stat : 26210 (java) S 26204 26204 24340 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512472684 28904853504 6880 33554432000 4194304 4196468 140725351904096 139974782081680 139975233218261 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32485376 140725351908310 140725351908486 140725351908486 140725351911375 0
[pid=26206/tid=26211] ppid=26204 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/26206/task/26211/stat : 26211 (java) S 26204 26204 24340 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 512472684 28904853504 6880 33554432000 4194304 4196468 140725351904096 139974781028880 139975233218261 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32485376 140725351908310 140725351908486 140725351908486 140725351911375 0
[pid=26206/tid=26212] ppid=26204 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/26206/task/26212/stat : 26212 (java) S 26204 26204 24340 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 512472684 28904853504 6880 33554432000 4194304 4196468 140725351904096 139974779976592 139975233218261 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32485376 140725351908310 140725351908486 140725351908486 140725351911375 0
[pid=26206/tid=26213] ppid=26204 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/26206/task/26213/stat : 26213 (java) S 26204 26204 24340 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 512472684 28904853504 6880 33554432000 4194304 4196468 140725351904096 139974778923792 139975233218261 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32485376 140725351908310 140725351908486 140725351908486 140725351911375 0
[pid=26206/tid=26214] ppid=26204 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/26206/task/26214/stat : 26214 (java) S 26204 26204 24340 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512472684 28904853504 6880 33554432000 4194304 4196468 140725351904096 139974777871504 139975233218261 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32485376 140725351908310 140725351908486 140725351908486 140725351911375 0
[pid=26206/tid=26215] ppid=26204 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/26206/task/26215/stat : 26215 (java) S 26204 26204 24340 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 512472684 28904853504 6880 33554432000 4194304 4196468 140725351904096 139974776818704 139975233218261 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32485376 140725351908310 140725351908486 140725351908486 140725351911375 0
[pid=26206/tid=26216] ppid=26204 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/26206/task/26216/stat : 26216 (java) S 26204 26204 24340 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 512472685 28904853504 6880 33554432000 4194304 4196468 140725351904096 139974734284912 139975233219202 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32485376 140725351908310 140725351908486 140725351908486 140725351911375 0
[pid=26206/tid=26217] ppid=26204 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/26206/task/26217/stat : 26217 (java) S 26204 26204 24340 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 512472686 28904853504 6880 33554432000 4194304 4196468 140725351904096 139974733230880 139975233218261 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32485376 140725351908310 140725351908486 140725351908486 140725351911375 0
[pid=26206/tid=26218] ppid=26204 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/26206/task/26218/stat : 26218 (java) S 26204 26204 24340 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 512472686 28904853504 6880 33554432000 4194304 4196468 140725351904096 139974732178544 139975233218261 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32485376 140725351908310 140725351908486 140725351908486 140725351911375 0
[pid=26206/tid=26219] ppid=26204 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/26206/task/26219/stat : 26219 (java) S 26204 26204 24340 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512472689 28904853504 6880 33554432000 4194304 4196468 140725351904096 139974731126864 139975233226651 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32485376 140725351908310 140725351908486 140725351908486 140725351911375 0
[pid=26206/tid=26220] ppid=26204 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/26206/task/26220/stat : 26220 (java) S 26204 26204 24340 0 -1 1077944384 311 0 0 0 0 0 0 0 20 0 20 0 512472689 28904853504 6880 33554432000 4194304 4196468 140725351904096 139974730074736 139975233219202 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32485376 140725351908310 140725351908486 140725351908486 140725351911375 0
[pid=26206/tid=26221] ppid=26204 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/26206/task/26221/stat : 26221 (java) S 26204 26204 24340 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 512472689 28904853504 6880 33554432000 4194304 4196468 140725351904096 139974344305136 139975233219202 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32485376 140725351908310 140725351908486 140725351908486 140725351911375 0
[pid=26206/tid=26222] ppid=26204 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/26206/task/26222/stat : 26222 (java) S 26204 26204 24340 0 -1 1077944384 124 0 0 0 0 0 0 0 20 0 20 0 512472689 28904853504 6880 33554432000 4194304 4196468 140725351904096 139974343252848 139975233219202 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32485376 140725351908310 140725351908486 140725351908486 140725351911375 0
[pid=26206/tid=26223] ppid=26204 vsize=28227396 memory=0 CPUtime=0.01 cores=0-7
/proc/26206/task/26223/stat : 26223 (java) R 26204 26204 24340 0 -1 4202560 351 0 0 0 1 0 0 0 20 0 20 0 512472689 28904853504 6880 33554432000 4194304 4196468 140725351904096 139974342200048 139975211908256 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 32485376 140725351908310 140725351908486 140725351908486 140725351911375 0
[pid=26206/tid=26224] ppid=26204 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/26206/task/26224/stat : 26224 (java) S 26204 26204 24340 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 512472689 28904853504 6880 33554432000 4194304 4196468 140725351904096 139974341146976 139975233218261 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32485376 140725351908310 140725351908486 140725351908486 140725351911375 0
[pid=26206/tid=26225] ppid=26204 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/26206/task/26225/stat : 26225 (java) S 26204 26204 24340 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512472689 28904853504 6880 33554432000 4194304 4196468 140725351904096 139974340094256 139975233219202 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32485376 140725351908310 140725351908486 140725351908486 140725351911375 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 28968 KiB

[startup+0.21019 s]*
/proc/loadavg: 7.83 7.93 8.00 3/211 26225
/proc/meminfo: memFree=25164828/32770624 swapFree=66935948/67108860
[pid=26204] ppid=26201 vsize=113128 memory=1448 CPUtime=0 cores=0-7
/proc/26204/stat : 26204 (xcsp3-exec) S 26201 26204 24340 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 512472683 115843072 362 33554432000 4194304 5098028 140722308263872 140722308261976 139712343908988 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 32837632 140722308272977 140722308273237 140722308273237 140722308276166 0
/proc/26204/statm: 28282 362 304 221 0 87 0
[pid=26206] ppid=26204 vsize=28227396 memory=39436 CPUtime=0.33 cores=0-7
/proc/26206/stat : 26206 (java) S 26204 26204 24340 0 -1 1077944320 9619 0 0 0 30 3 0 0 20 0 20 0 512472683 28904853504 9859 33554432000 4194304 4196468 140725351904096 140725351886640 139975233208055 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 32485376 140725351908310 140725351908486 140725351908486 140725351911375 0
/proc/26206/statm: 7056849 9859 3312 1 0 7019032 0
[pid=26206/tid=26207] ppid=26204 vsize=28227396 memory=8318255677412212789 CPUtime=0.19 cores=0-7
/proc/26206/task/26207/stat : 26207 (java) R 26204 26204 24340 0 -1 4202560 6690 0 0 0 17 2 0 0 20 0 20 0 512472683 28904853504 9859 33554432000 4194304 4196468 140725351904096 139975237437776 139975217288542 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 32485376 140725351908310 140725351908486 140725351908486 140725351911375 0
[pid=26206/tid=26208] ppid=26204 vsize=28227396 memory=331 CPUtime=0 cores=0-7
/proc/26206/task/26208/stat : 26208 (java) S 26204 26204 24340 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512472684 28904853504 9859 33554432000 4194304 4196468 140725351904096 139975200766352 139975233218261 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32485376 140725351908310 140725351908486 140725351908486 140725351911375 0
[pid=26206/tid=26209] ppid=26204 vsize=28227396 memory=3978564226031117984 CPUtime=0 cores=0-7
/proc/26206/task/26209/stat : 26209 (java) S 26204 26204 24340 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 512472684 28904853504 9859 33554432000 4194304 4196468 140725351904096 139974783133968 139975233218261 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32485376 140725351908310 140725351908486 140725351908486 140725351911375 0
[pid=26206/tid=26210] ppid=26204 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/26206/task/26210/stat : 26210 (java) S 26204 26204 24340 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512472684 28904853504 9859 33554432000 4194304 4196468 140725351904096 139974782081680 139975233218261 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32485376 140725351908310 140725351908486 140725351908486 140725351911375 0
[pid=26206/tid=26211] ppid=26204 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/26206/task/26211/stat : 26211 (java) S 26204 26204 24340 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 512472684 28904853504 9859 33554432000 4194304 4196468 140725351904096 139974781028880 139975233218261 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32485376 140725351908310 140725351908486 140725351908486 140725351911375 0
[pid=26206/tid=26212] ppid=26204 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/26206/task/26212/stat : 26212 (java) S 26204 26204 24340 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 512472684 28904853504 9859 33554432000 4194304 4196468 140725351904096 139974779976592 139975233218261 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32485376 140725351908310 140725351908486 140725351908486 140725351911375 0
[pid=26206/tid=26213] ppid=26204 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/26206/task/26213/stat : 26213 (java) S 26204 26204 24340 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 512472684 28904853504 9859 33554432000 4194304 4196468 140725351904096 139974778923792 139975233218261 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32485376 140725351908310 140725351908486 140725351908486 140725351911375 0
[pid=26206/tid=26214] ppid=26204 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/26206/task/26214/stat : 26214 (java) S 26204 26204 24340 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512472684 28904853504 9859 33554432000 4194304 4196468 140725351904096 139974777871504 139975233218261 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32485376 140725351908310 140725351908486 140725351908486 140725351911375 0
[pid=26206/tid=26215] ppid=26204 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/26206/task/26215/stat : 26215 (java) S 26204 26204 24340 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 512472684 28904853504 9859 33554432000 4194304 4196468 140725351904096 139974776818704 139975233218261 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32485376 140725351908310 140725351908486 140725351908486 140725351911375 0
[pid=26206/tid=26216] ppid=26204 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/26206/task/26216/stat : 26216 (java) S 26204 26204 24340 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 512472685 28904853504 9859 33554432000 4194304 4196468 140725351904096 139974734284912 139975233219202 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32485376 140725351908310 140725351908486 140725351908486 140725351911375 0
[pid=26206/tid=26217] ppid=26204 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/26206/task/26217/stat : 26217 (java) S 26204 26204 24340 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 512472686 28904853504 9859 33554432000 4194304 4196468 140725351904096 139974733230880 139975233218261 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32485376 140725351908310 140725351908486 140725351908486 140725351911375 0
[pid=26206/tid=26218] ppid=26204 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/26206/task/26218/stat : 26218 (java) S 26204 26204 24340 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 512472686 28904853504 9859 33554432000 4194304 4196468 140725351904096 139974732178544 139975233218261 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32485376 140725351908310 140725351908486 140725351908486 140725351911375 0
[pid=26206/tid=26219] ppid=26204 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/26206/task/26219/stat : 26219 (java) S 26204 26204 24340 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512472689 28904853504 9859 33554432000 4194304 4196468 140725351904096 139974731126864 139975233226651 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32485376 140725351908310 140725351908486 140725351908486 140725351911375 0
[pid=26206/tid=26220] ppid=26204 vsize=28227396 memory=0 CPUtime=0.01 cores=0-7
/proc/26206/task/26220/stat : 26220 (java) S 26204 26204 24340 0 -1 1077944384 355 0 0 0 1 0 0 0 20 0 20 0 512472689 28904853504 9859 33554432000 4194304 4196468 140725351904096 139974730074736 139975233219202 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32485376 140725351908310 140725351908486 140725351908486 140725351911375 0
[pid=26206/tid=26221] ppid=26204 vsize=28227396 memory=0 CPUtime=0.01 cores=0-7
/proc/26206/task/26221/stat : 26221 (java) S 26204 26204 24340 0 -1 1077944384 107 0 0 0 1 0 0 0 20 0 20 0 512472689 28904853504 9859 33554432000 4194304 4196468 140725351904096 139974344305136 139975233219202 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32485376 140725351908310 140725351908486 140725351908486 140725351911375 0
[pid=26206/tid=26222] ppid=26204 vsize=28227396 memory=-1 CPUtime=0.02 cores=0-7
/proc/26206/task/26222/stat : 26222 (java) S 26204 26204 24340 0 -1 1077944384 259 0 0 0 2 0 0 0 20 0 20 0 512472689 28904853504 9859 33554432000 4194304 4196468 140725351904096 139974343252848 139975233219202 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32485376 140725351908310 140725351908486 140725351908486 140725351911375 0
[pid=26206/tid=26223] ppid=26204 vsize=28227396 memory=-1 CPUtime=0.07 cores=0-7
/proc/26206/task/26223/stat : 26223 (java) S 26204 26204 24340 0 -1 1077944384 899 0 0 0 7 0 0 0 20 0 20 0 512472689 28904853504 9859 33554432000 4194304 4196468 140725351904096 139974342200048 139975233219202 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32485376 140725351908310 140725351908486 140725351908486 140725351911375 0
[pid=26206/tid=26224] ppid=26204 vsize=28227396 memory=0 CPUtime=0 cores=0-7
/proc/26206/task/26224/stat : 26224 (java) S 26204 26204 24340 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 512472689 28904853504 9859 33554432000 4194304 4196468 140725351904096 139974341146976 139975233218261 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32485376 140725351908310 140725351908486 140725351908486 140725351911375 0
[pid=26206/tid=26225] ppid=26204 vsize=28227396 memory=-1 CPUtime=0 cores=0-7
/proc/26206/task/26225/stat : 26225 (java) S 26204 26204 24340 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512472689 28904853504 9859 33554432000 4194304 4196468 140725351904096 139974340094256 139975233219202 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32485376 140725351908310 140725351908486 140725351908486 140725351911375 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 28340524 KiB
Current children cumulated memory: 40884 KiB

[startup+0.30935 s]*
/proc/loadavg: 7.83 7.93 8.00 3/211 26225
/proc/meminfo: memFree=25159740/32770624 swapFree=66935948/67108860
[pid=26204] ppid=26201 vsize=113128 memory=1448 CPUtime=0 cores=0-7
/proc/26204/stat : 26204 (xcsp3-exec) S 26201 26204 24340 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 512472683 115843072 362 33554432000 4194304 5098028 140722308263872 140722308261976 139712343908988 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 32837632 140722308272977 140722308273237 140722308273237 140722308276166 0
/proc/26204/statm: 28282 362 304 221 0 87 0
[pid=26206] ppid=26204 vsize=28231652 memory=47980 CPUtime=0.51 cores=0-7
/proc/26206/stat : 26206 (java) S 26204 26204 24340 0 -1 1077944320 10949 0 0 0 47 4 0 0 20 0 20 0 512472683 28909211648 11995 33554432000 4194304 4196468 140725351904096 140725351886640 139975233208055 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 32485376 140725351908310 140725351908486 140725351908486 140725351911375 0
/proc/26206/statm: 7057913 11995 3340 1 0 7019032 0
[pid=26206/tid=26207] ppid=26204 vsize=28231652 memory=6791534058613427641 CPUtime=0.3 cores=0-7
/proc/26206/task/26207/stat : 26207 (java) R 26204 26204 24340 0 -1 4202560 7737 0 0 0 27 3 0 0 20 0 20 0 512472683 28909211648 11995 33554432000 4194304 4196468 140725351904096 139975237444672 139975217288542 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 32485376 140725351908310 140725351908486 140725351908486 140725351911375 0
[pid=26206/tid=26208] ppid=26204 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/26206/task/26208/stat : 26208 (java) S 26204 26204 24340 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512472684 28909211648 12059 33554432000 4194304 4196468 140725351904096 139975200766352 139975233218261 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32485376 140725351908310 140725351908486 140725351908486 140725351911375 0
[pid=26206/tid=26209] ppid=26204 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/26206/task/26209/stat : 26209 (java) S 26204 26204 24340 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 512472684 28909211648 12059 33554432000 4194304 4196468 140725351904096 139974783133968 139975233218261 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32485376 140725351908310 140725351908486 140725351908486 140725351911375 0
[pid=26206/tid=26210] ppid=26204 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/26206/task/26210/stat : 26210 (java) S 26204 26204 24340 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512472684 28909211648 12059 33554432000 4194304 4196468 140725351904096 139974782081680 139975233218261 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32485376 140725351908310 140725351908486 140725351908486 140725351911375 0
[pid=26206/tid=26211] ppid=26204 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/26206/task/26211/stat : 26211 (java) S 26204 26204 24340 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 512472684 28909211648 12059 33554432000 4194304 4196468 140725351904096 139974781028880 139975233218261 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32485376 140725351908310 140725351908486 140725351908486 140725351911375 0
[pid=26206/tid=26212] ppid=26204 vsize=28231652 memory=2244 CPUtime=0 cores=0-7
/proc/26206/task/26212/stat : 26212 (java) S 26204 26204 24340 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 512472684 28909211648 12059 33554432000 4194304 4196468 140725351904096 139974779976592 139975233218261 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32485376 140725351908310 140725351908486 140725351908486 140725351911375 0
[pid=26206/tid=26213] ppid=26204 vsize=28231652 memory=140605820859311 CPUtime=0 cores=0-7
/proc/26206/task/26213/stat : 26213 (java) S 26204 26204 24340 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 512472684 28909211648 12059 33554432000 4194304 4196468 140725351904096 139974778923792 139975233218261 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32485376 140725351908310 140725351908486 140725351908486 140725351911375 0
[pid=26206/tid=26214] ppid=26204 vsize=28231652 memory=140605820861616 CPUtime=0 cores=0-7
/proc/26206/task/26214/stat : 26214 (java) S 26204 26204 24340 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512472684 28909211648 12059 33554432000 4194304 4196468 140725351904096 139974777871504 139975233218261 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32485376 140725351908310 140725351908486 140725351908486 140725351911375 0
[pid=26206/tid=26215] ppid=26204 vsize=28231652 memory=140605820863920 CPUtime=0 cores=0-7
/proc/26206/task/26215/stat : 26215 (java) S 26204 26204 24340 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 512472684 28909211648 12059 33554432000 4194304 4196468 140725351904096 139974776818704 139975233218261 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32485376 140725351908310 140725351908486 140725351908486 140725351911375 0
[pid=26206/tid=26216] ppid=26204 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/26206/task/26216/stat : 26216 (java) S 26204 26204 24340 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 512472685 28909211648 12059 33554432000 4194304 4196468 140725351904096 139974734284912 139975233219202 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32485376 140725351908310 140725351908486 140725351908486 140725351911375 0
[pid=26206/tid=26217] ppid=26204 vsize=28231652 memory=281211641734800 CPUtime=0 cores=0-7
/proc/26206/task/26217/stat : 26217 (java) S 26204 26204 24340 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 512472686 28909211648 12059 33554432000 4194304 4196468 140725351904096 139974733230880 139975233218261 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32485376 140725351908310 140725351908486 140725351908486 140725351911375 0
[pid=26206/tid=26218] ppid=26204 vsize=28231652 memory=281211641741712 CPUtime=0 cores=0-7
/proc/26206/task/26218/stat : 26218 (java) S 26204 26204 24340 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 512472686 28909211648 12059 33554432000 4194304 4196468 140725351904096 139974732178544 139975233218261 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32485376 140725351908310 140725351908486 140725351908486 140725351911375 0
[pid=26206/tid=26219] ppid=26204 vsize=28231652 memory=281211641682992 CPUtime=0 cores=0-7
/proc/26206/task/26219/stat : 26219 (java) S 26204 26204 24340 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512472689 28909211648 12059 33554432000 4194304 4196468 140725351904096 139974731126864 139975233226651 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32485376 140725351908310 140725351908486 140725351908486 140725351911375 0
[pid=26206/tid=26220] ppid=26204 vsize=28231652 memory=281211641755536 CPUtime=0.02 cores=0-7
/proc/26206/task/26220/stat : 26220 (java) S 26204 26204 24340 0 -1 1077944384 388 0 0 0 2 0 0 0 20 0 20 0 512472689 28909211648 12059 33554432000 4194304 4196468 140725351904096 139974730074736 139975233219202 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32485376 140725351908310 140725351908486 140725351908486 140725351911375 0
[pid=26206/tid=26221] ppid=26204 vsize=28231652 memory=281211641762448 CPUtime=0.01 cores=0-7
/proc/26206/task/26221/stat : 26221 (java) S 26204 26204 24340 0 -1 1077944384 110 0 0 0 1 0 0 0 20 0 20 0 512472689 28909211648 12059 33554432000 4194304 4196468 140725351904096 139974344305136 139975233219202 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32485376 140725351908310 140725351908486 140725351908486 140725351911375 0
[pid=26206/tid=26222] ppid=26204 vsize=28231652 memory=281211641760144 CPUtime=0.03 cores=0-7
/proc/26206/task/26222/stat : 26222 (java) S 26204 26204 24340 0 -1 1077944384 279 0 0 0 3 0 0 0 20 0 20 0 512472689 28909211648 12059 33554432000 4194304 4196468 140725351904096 139974343252848 139975233219202 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32485376 140725351908310 140725351908486 140725351908486 140725351911375 0
[pid=26206/tid=26223] ppid=26204 vsize=28231652 memory=281211641776304 CPUtime=0.12 cores=0-7
/proc/26206/task/26223/stat : 26223 (java) S 26204 26204 24340 0 -1 1077944384 1124 0 0 0 12 0 0 0 20 0 20 0 512472689 28909211648 12059 33554432000 4194304 4196468 140725351904096 139974342200048 139975233219202 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32485376 140725351908310 140725351908486 140725351908486 140725351911375 0
[pid=26206/tid=26224] ppid=26204 vsize=28231652 memory=0 CPUtime=0 cores=0-7
/proc/26206/task/26224/stat : 26224 (java) S 26204 26204 24340 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 512472689 28909211648 12059 33554432000 4194304 4196468 140725351904096 139974341146976 139975233218261 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32485376 140725351908310 140725351908486 140725351908486 140725351911375 0
[pid=26206/tid=26225] ppid=26204 vsize=28231652 memory=-1 CPUtime=0 cores=0-7
/proc/26206/task/26225/stat : 26225 (java) S 26204 26204 24340 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512472689 28909211648 12059 33554432000 4194304 4196468 140725351904096 139974340094256 139975233219202 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32485376 140725351908310 140725351908486 140725351908486 140725351911375 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 28344780 KiB
Current children cumulated memory: 49428 KiB

[startup+0.700926 s]
/proc/loadavg: 7.83 7.93 8.00 4/211 26225
/proc/meminfo: memFree=25143056/32770624 swapFree=66935948/67108860
[pid=26204] ppid=26201 vsize=113128 memory=1448 CPUtime=0 cores=0-7
/proc/26204/stat : 26204 (xcsp3-exec) S 26201 26204 24340 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 512472683 115843072 362 33554432000 4194304 5098028 140722308263872 140722308261976 139712343908988 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 32837632 140722308272977 140722308273237 140722308273237 140722308276166 0
/proc/26204/statm: 28282 362 304 221 0 87 0
[pid=26206] ppid=26204 vsize=28233776 memory=91864 CPUtime=1.82 cores=0-7
/proc/26206/stat : 26206 (java) S 26204 26204 24340 0 -1 1077944320 16732 0 0 0 176 6 0 0 20 0 20 0 512472683 28911386624 22966 33554432000 4194304 4196468 140725351904096 140725351886640 139975233208055 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 32485376 140725351908310 140725351908486 140725351908486 140725351911375 0
/proc/26206/statm: 7058444 22966 3456 1 0 7019544 0
[pid=26206/tid=26207] ppid=26204 vsize=28233776 memory=281211642134192 CPUtime=0.67 cores=0-7
/proc/26206/task/26207/stat : 26207 (java) R 26204 26204 24340 0 -1 4202560 9302 0 0 0 64 3 0 0 20 0 20 0 512472683 28911386624 22966 33554432000 4194304 4196468 140725351904096 139975237445584 139974872743396 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 32485376 140725351908310 140725351908486 140725351908486 140725351911375 0
[pid=26206/tid=26208] ppid=26204 vsize=28233776 memory=140605821068144 CPUtime=0 cores=0-7
/proc/26206/task/26208/stat : 26208 (java) S 26204 26204 24340 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512472684 28911386624 22966 33554432000 4194304 4196468 140725351904096 139975200766352 139975233218261 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32485376 140725351908310 140725351908486 140725351908486 140725351911375 0
[pid=26206/tid=26209] ppid=26204 vsize=28233776 memory=0 CPUtime=0 cores=0-7
/proc/26206/task/26209/stat : 26209 (java) S 26204 26204 24340 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 512472684 28911386624 22966 33554432000 4194304 4196468 140725351904096 139974783133968 139975233218261 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32485376 140725351908310 140725351908486 140725351908486 140725351911375 0
[pid=26206/tid=26210] ppid=26204 vsize=28233776 memory=1128 CPUtime=0 cores=0-7
/proc/26206/task/26210/stat : 26210 (java) S 26204 26204 24340 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 512472684 28911386624 22966 33554432000 4194304 4196468 140725351904096 139974782081680 139975233218261 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32485376 140725351908310 140725351908486 140725351908486 140725351911375 0

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

[pid=26206/tid=26233] ppid=26204 vsize=28768336 memory=2020 CPUtime=2411.53 cores=0-7
/proc/26206/task/26233/stat : 26233 (java) R 26204 26204 24340 0 -1 4202560 21717 0 0 0 241130 23 0 0 20 0 28 0 512472845 29458776064 323977 33554432000 4194304 4196468 140725351904096 139973333319296 139974877331673 0 4 0 16800975 0 0 0 -1 0 0 0 14 0 0 6293624 6294260 32485376 140725351908310 140725351908486 140725351908486 140725351911375 0
Current children cumulated CPU time: 19423.5 s
Current children cumulated vsize: 28881464 KiB
Current children cumulated memory: 1297356 KiB

[startup+2502.3 s]
/proc/loadavg: 8.35 8.23 8.22 9/220 26467
/proc/meminfo: memFree=23924744/32770624 swapFree=66935972/67108860
[pid=26204] ppid=26201 vsize=113128 memory=1448 CPUtime=0 cores=0-7
/proc/26204/stat : 26204 (xcsp3-exec) S 26201 26204 24340 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 512472683 115843072 362 33554432000 4194304 5098028 140722308263872 140722308261976 139712343908988 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 32837632 140722308272977 140722308273237 140722308273237 140722308276166 0
/proc/26204/statm: 28282 362 304 221 0 87 0
[pid=26206] ppid=26204 vsize=28768336 memory=1274932 CPUtime=19900.1 cores=0-7
/proc/26206/stat : 26206 (java) S 26204 26204 24340 0 -1 1077944320 587778 0 0 0 1989429 579 0 0 20 0 28 0 512472683 29458776064 318733 33554432000 4194304 4196468 140725351904096 140725351886640 139975233208055 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 32485376 140725351908310 140725351908486 140725351908486 140725351911375 0
/proc/26206/statm: 7192084 318733 3550 1 0 7153184 0
[pid=26206/tid=26207] ppid=26204 vsize=28768336 memory=1448 CPUtime=1.55 cores=0-7
/proc/26206/task/26207/stat : 26207 (java) S 26204 26204 24340 0 -1 1077944384 9936 0 0 0 150 5 0 0 20 0 28 0 512472683 29458776064 318733 33554432000 4194304 4196468 140725351904096 139975237448832 139975233218261 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32485376 140725351908310 140725351908486 140725351908486 140725351911375 0
[pid=26206/tid=26208] ppid=26204 vsize=28768336 memory=1286744 CPUtime=10.15 cores=0-7
/proc/26206/task/26208/stat : 26208 (java) S 26204 26204 24340 0 -1 1077944384 24213 0 0 0 996 19 0 0 20 0 28 0 512472684 29458776064 318733 33554432000 4194304 4196468 140725351904096 139975200766352 139975233218261 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 1 0 0 6293624 6294260 32485376 140725351908310 140725351908486 140725351908486 140725351911375 0
[pid=26206/tid=26209] ppid=26204 vsize=28768336 memory=-1664385933527490352 CPUtime=10.13 cores=0-7
/proc/26206/task/26209/stat : 26209 (java) S 26204 26204 24340 0 -1 1077944384 21299 0 0 0 996 17 0 0 20 0 28 0 512472684 29458776064 318733 33554432000 4194304 4196468 140725351904096 139974783133968 139975233218261 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 1 0 0 6293624 6294260 32485376 140725351908310 140725351908486 140725351908486 140725351911375 0
[pid=26206/tid=26210] ppid=26204 vsize=28768336 memory=-3253322038155611931 CPUtime=10.12 cores=0-7
/proc/26206/task/26210/stat : 26210 (java) S 26204 26204 24340 0 -1 1077944384 22976 0 0 0 994 18 0 0 20 0 28 0 512472684 29458776064 318733 33554432000 4194304 4196468 140725351904096 139974782081680 139975233218261 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 1 0 0 6293624 6294260 32485376 140725351908310 140725351908486 140725351908486 140725351911375 0
[pid=26206/tid=26211] ppid=26204 vsize=28768336 memory=1001 CPUtime=10.16 cores=0-7
/proc/26206/task/26211/stat : 26211 (java) S 26204 26204 24340 0 -1 1077944384 25273 0 0 0 998 18 0 0 20 0 28 0 512472684 29458776064 318733 33554432000 4194304 4196468 140725351904096 139974781028880 139975233218261 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 3 0 0 6293624 6294260 32485376 140725351908310 140725351908486 140725351908486 140725351911375 0
[pid=26206/tid=26212] ppid=26204 vsize=28768336 memory=1000 CPUtime=10.11 cores=0-7
/proc/26206/task/26212/stat : 26212 (java) S 26204 26204 24340 0 -1 1077944384 22725 0 0 0 993 18 0 0 20 0 28 0 512472684 29458776064 318733 33554432000 4194304 4196468 140725351904096 139974779976592 139975233218261 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 2 0 0 6293624 6294260 32485376 140725351908310 140725351908486 140725351908486 140725351911375 0
[pid=26206/tid=26213] ppid=26204 vsize=28768336 memory=1282128 CPUtime=10.14 cores=0-7
/proc/26206/task/26213/stat : 26213 (java) S 26204 26204 24340 0 -1 1077944384 25642 0 0 0 994 20 0 0 20 0 28 0 512472684 29458776064 318733 33554432000 4194304 4196468 140725351904096 139974778923792 139975233218261 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 2 0 0 6293624 6294260 32485376 140725351908310 140725351908486 140725351908486 140725351911375 0
[pid=26206/tid=26214] ppid=26204 vsize=28768336 memory=1560 CPUtime=10.17 cores=0-7
/proc/26206/task/26214/stat : 26214 (java) S 26204 26204 24340 0 -1 1077944384 30386 0 0 0 1000 17 0 0 20 0 28 0 512472684 29458776064 318733 33554432000 4194304 4196468 140725351904096 139974777871504 139975233218261 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 1 0 0 6293624 6294260 32485376 140725351908310 140725351908486 140725351908486 140725351911375 0
[pid=26206/tid=26215] ppid=26204 vsize=28768336 memory=281211644637248 CPUtime=10.15 cores=0-7
/proc/26206/task/26215/stat : 26215 (java) S 26204 26204 24340 0 -1 1077944384 25999 0 0 0 997 18 0 0 20 0 28 0 512472684 29458776064 318733 33554432000 4194304 4196468 140725351904096 139974776818704 139975233218261 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 2 0 0 6293624 6294260 32485376 140725351908310 140725351908486 140725351908486 140725351911375 0
[pid=26206/tid=26216] ppid=26204 vsize=28768336 memory=6944656592455360608 CPUtime=3.67 cores=0-7
/proc/26206/task/26216/stat : 26216 (java) S 26204 26204 24340 0 -1 1077944384 117149 0 0 0 221 146 0 0 20 0 28 0 512472685 29458776064 318733 33554432000 4194304 4196468 140725351904096 139974734284912 139975233219202 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32485376 140725351908310 140725351908486 140725351908486 140725351911375 0
[pid=26206/tid=26217] ppid=26204 vsize=28768336 memory=1448 CPUtime=0 cores=0-7
/proc/26206/task/26217/stat : 26217 (java) S 26204 26204 24340 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 28 0 512472686 29458776064 318733 33554432000 4194304 4196468 140725351904096 139974733230944 139975233218261 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32485376 140725351908310 140725351908486 140725351908486 140725351911375 0
[pid=26206/tid=26218] ppid=26204 vsize=28768336 memory=1294372 CPUtime=0 cores=0-7
/proc/26206/task/26218/stat : 26218 (java) S 26204 26204 24340 0 -1 1077944384 52 0 0 0 0 0 0 0 20 0 28 0 512472686 29458776064 318733 33554432000 4194304 4196468 140725351904096 139974732178560 139975233218261 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32485376 140725351908310 140725351908486 140725351908486 140725351911375 0
[pid=26206/tid=26219] ppid=26204 vsize=28768336 memory=0 CPUtime=0 cores=0-7
/proc/26206/task/26219/stat : 26219 (java) S 26204 26204 24340 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 512472689 29458776064 318733 33554432000 4194304 4196468 140725351904096 139974731126864 139975233226651 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32485376 140725351908310 140725351908486 140725351908486 140725351911375 0
[pid=26206/tid=26220] ppid=26204 vsize=28768336 memory=281211641528560 CPUtime=2.91 cores=0-7
/proc/26206/task/26220/stat : 26220 (java) S 26204 26204 24340 0 -1 1077944384 16077 0 0 0 288 3 0 0 20 0 28 0 512472689 29458776064 318733 33554432000 4194304 4196468 140725351904096 139974730074736 139975233219202 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32485376 140725351908310 140725351908486 140725351908486 140725351911375 0
[pid=26206/tid=26221] ppid=26204 vsize=28768336 memory=1448 CPUtime=3.09 cores=0-7
/proc/26206/task/26221/stat : 26221 (java) S 26204 26204 24340 0 -1 1077944384 15616 0 0 0 304 5 0 0 20 0 28 0 512472689 29458776064 318733 33554432000 4194304 4196468 140725351904096 139974344305136 139975233219202 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32485376 140725351908310 140725351908486 140725351908486 140725351911375 0
[pid=26206/tid=26222] ppid=26204 vsize=28768336 memory=1283668 CPUtime=3.16 cores=0-7
/proc/26206/task/26222/stat : 26222 (java) S 26204 26204 24340 0 -1 1077944384 17669 0 0 0 314 2 0 0 20 0 28 0 512472689 29458776064 318733 33554432000 4194304 4196468 140725351904096 139974343252848 139975233219202 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32485376 140725351908310 140725351908486 140725351908486 140725351911375 0
[pid=26206/tid=26223] ppid=26204 vsize=28768336 memory=1760 CPUtime=0.95 cores=0-7
/proc/26206/task/26223/stat : 26223 (java) S 26204 26204 24340 0 -1 1077944384 11899 0 0 0 92 3 0 0 20 0 28 0 512472689 29458776064 318733 33554432000 4194304 4196468 140725351904096 139974342200048 139975233219202 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32485376 140725351908310 140725351908486 140725351908486 140725351911375 0
[pid=26206/tid=26224] ppid=26204 vsize=28768336 memory=1660 CPUtime=0 cores=0-7
/proc/26206/task/26224/stat : 26224 (java) S 26204 26204 24340 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 512472689 29458776064 318733 33554432000 4194304 4196468 140725351904096 139974341146976 139975233218261 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32485376 140725351908310 140725351908486 140725351908486 140725351911375 0
[pid=26206/tid=26225] ppid=26204 vsize=28768336 memory=0 CPUtime=0.91 cores=0-7
/proc/26206/task/26225/stat : 26225 (java) S 26204 26204 24340 0 -1 1077944384 5046 0 0 0 30 61 0 0 20 0 28 0 512472689 29458776064 318733 33554432000 4194304 4196468 140725351904096 139974340094256 139975233219202 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32485376 140725351908310 140725351908486 140725351908486 140725351911375 0
[pid=26206/tid=26226] ppid=26204 vsize=28768336 memory=6944656592455097440 CPUtime=2470.76 cores=0-7
/proc/26206/task/26226/stat : 26226 (java) R 26204 26204 24340 0 -1 4202560 20365 0 0 0 247063 13 0 0 20 0 28 0 512472844 29458776064 318733 33554432000 4194304 4196468 140725351904096 139974330875336 139974877331877 0 4 0 16800975 0 0 0 -1 0 0 0 12 0 0 6293624 6294260 32485376 140725351908310 140725351908486 140725351908486 140725351911375 0
[pid=26206/tid=26227] ppid=26204 vsize=28768336 memory=1448 CPUtime=2480.12 cores=0-7
/proc/26206/task/26227/stat : 26227 (java) R 26204 26204 24340 0 -1 4202560 14607 0 0 0 248001 11 0 0 20 0 28 0 512472844 29458776064 318733 33554432000 4194304 4196468 140725351904096 139974327725808 139974877041688 0 4 0 16800975 0 0 0 -1 4 0 0 12 0 0 6293624 6294260 32485376 140725351908310 140725351908486 140725351908486 140725351911375 0
[pid=26206/tid=26228] ppid=26204 vsize=28768336 memory=1282128 CPUtime=2471.59 cores=0-7
/proc/26206/task/26228/stat : 26228 (java) R 26204 26204 24340 0 -1 4202560 42693 0 0 0 247065 94 0 0 20 0 28 0 512472844 29458776064 318733 33554432000 4194304 4196468 140725351904096 139973338583928 139974879815683 0 4 0 16800975 0 0 0 -1 7 0 0 13 0 0 6293624 6294260 32485376 140725351908310 140725351908486 140725351908486 140725351911375 0
[pid=26206/tid=26229] ppid=26204 vsize=28768336 memory=1448 CPUtime=2477.3 cores=0-7
/proc/26206/task/26229/stat : 26229 (java) R 26204 26204 24340 0 -1 4202560 39572 0 0 0 247639 91 0 0 20 0 28 0 512472844 29458776064 318733 33554432000 4194304 4196468 140725351904096 139973337530712 139974876725248 0 4 0 16800975 0 0 0 -1 1 0 0 13 0 0 6293624 6294260 32485376 140725351908310 140725351908486 140725351908486 140725351911375 0
[pid=26206/tid=26230] ppid=26204 vsize=28768336 memory=1448 CPUtime=2472.87 cores=0-7
/proc/26206/task/26230/stat : 26230 (java) R 26204 26204 24340 0 -1 4202560 18384 0 0 0 247274 13 0 0 20 0 28 0 512472845 29458776064 318733 33554432000 4194304 4196468 140725351904096 139973336481136 139974879606152 0 4 0 16800975 0 0 0 -1 6 0 0 12 0 0 6293624 6294260 32485376 140725351908310 140725351908486 140725351908486 140725351911375 0
[pid=26206/tid=26231] ppid=26204 vsize=28768336 memory=1274932 CPUtime=2479.04 cores=0-7
/proc/26206/task/26231/stat : 26231 (java) R 26204 26204 24340 0 -1 4202560 22303 0 0 0 247868 36 0 0 20 0 28 0 512472845 29458776064 318733 33554432000 4194304 4196468 140725351904096 139973335426040 139974877041795 0 4 0 16800975 0 0 0 -1 2 0 0 11 0 0 6293624 6294260 32485376 140725351908310 140725351908486 140725351908486 140725351911375 0
[pid=26206/tid=26232] ppid=26204 vsize=28768336 memory=65668 CPUtime=2480.46 cores=0-7
/proc/26206/task/26232/stat : 26232 (java) R 26204 26204 24340 0 -1 4202560 14650 0 0 0 248036 10 0 0 20 0 28 0 512472845 29458776064 318733 33554432000 4194304 4196468 140725351904096 139973334371824 139974877331762 0 4 0 16800975 0 0 0 -1 5 0 0 10 0 0 6293624 6294260 32485376 140725351908310 140725351908486 140725351908486 140725351911375 0
[pid=26206/tid=26233] ppid=26204 vsize=28768336 memory=2020 CPUtime=2470.41 cores=0-7
/proc/26206/task/26233/stat : 26233 (java) R 26204 26204 24340 0 -1 4202560 21966 0 0 0 247017 24 0 0 20 0 28 0 512472845 29458776064 318733 33554432000 4194304 4196468 140725351904096 139973333319288 139974878301889 0 4 0 16800975 0 0 0 -1 3 0 0 14 0 0 6293624 6294260 32485376 140725351908310 140725351908486 140725351908486 140725351911375 0
Current children cumulated CPU time: 19900.1 s
Current children cumulated vsize: 28881464 KiB
Current children cumulated memory: 1276380 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+2520 s]*
/proc/loadavg: 8.53 8.28 8.24 9/220 26469
/proc/meminfo: memFree=23928776/32770624 swapFree=66935972/67108860
[pid=26204] ppid=26201 vsize=113128 memory=1448 CPUtime=0 cores=0-7
/proc/26204/stat : 26204 (xcsp3-exec) S 26201 26204 24340 0 -1 4202496 546 0 0 0 0 0 0 0 20 0 1 0 512472683 115843072 362 33554432000 4194304 5098028 140722308263872 140722308261976 139712343908988 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 32837632 140722308272977 140722308273237 140722308273237 140722308276166 0
/proc/26204/statm: 28282 362 304 221 0 87 0
[pid=26206] ppid=26204 vsize=28768336 memory=1270316 CPUtime=20040.7 cores=0-7
/proc/26206/stat : 26206 (java) S 26204 26204 24340 0 -1 1077944320 587923 0 0 0 2003493 581 0 0 20 0 28 0 512472683 29458776064 317579 33554432000 4194304 4196468 140725351904096 140725351886640 139975233208055 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 32485376 140725351908310 140725351908486 140725351908486 140725351911375 0
/proc/26206/statm: 7192084 317579 3550 1 0 7153184 0
[pid=26206/tid=26207] ppid=26204 vsize=28768336 memory=6791534058613427641 CPUtime=1.55 cores=0-7
/proc/26206/task/26207/stat : 26207 (java) S 26204 26204 24340 0 -1 1077944384 9936 0 0 0 150 5 0 0 20 0 28 0 512472683 29458776064 317579 33554432000 4194304 4196468 140725351904096 139975237448832 139975233218261 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32485376 140725351908310 140725351908486 140725351908486 140725351911375 0
[pid=26206/tid=26208] ppid=26204 vsize=28768336 memory=4872558044660077418 CPUtime=10.21 cores=0-7
/proc/26206/task/26208/stat : 26208 (java) S 26204 26204 24340 0 -1 1077944384 24236 0 0 0 1002 19 0 0 20 0 28 0 512472684 29458776064 317579 33554432000 4194304 4196468 140725351904096 139975200766352 139975233218261 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 1 0 0 6293624 6294260 32485376 140725351908310 140725351908486 140725351908486 140725351911375 0
[pid=26206/tid=26209] ppid=26204 vsize=28768336 memory=1271344 CPUtime=10.21 cores=0-7
/proc/26206/task/26209/stat : 26209 (java) S 26204 26204 24340 0 -1 1077944384 21312 0 0 0 1004 17 0 0 20 0 28 0 512472684 29458776064 317579 33554432000 4194304 4196468 140725351904096 139974783133968 139975233218261 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 1 0 0 6293624 6294260 32485376 140725351908310 140725351908486 140725351908486 140725351911375 0
[pid=26206/tid=26210] ppid=26204 vsize=28768336 memory=6791534058613427641 CPUtime=10.19 cores=0-7
/proc/26206/task/26210/stat : 26210 (java) S 26204 26204 24340 0 -1 1077944384 22984 0 0 0 1001 18 0 0 20 0 28 0 512472684 29458776064 317579 33554432000 4194304 4196468 140725351904096 139974782081680 139975233218261 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 1 0 0 6293624 6294260 32485376 140725351908310 140725351908486 140725351908486 140725351911375 0
[pid=26206/tid=26211] ppid=26204 vsize=28768336 memory=4872558044660077418 CPUtime=10.24 cores=0-7
/proc/26206/task/26211/stat : 26211 (java) S 26204 26204 24340 0 -1 1077944384 25273 0 0 0 1006 18 0 0 20 0 28 0 512472684 29458776064 317579 33554432000 4194304 4196468 140725351904096 139974781028880 139975233218261 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 3 0 0 6293624 6294260 32485376 140725351908310 140725351908486 140725351908486 140725351911375 0
[pid=26206/tid=26212] ppid=26204 vsize=28768336 memory=1560 CPUtime=10.19 cores=0-7
/proc/26206/task/26212/stat : 26212 (java) S 26204 26204 24340 0 -1 1077944384 22727 0 0 0 1001 18 0 0 20 0 28 0 512472684 29458776064 317579 33554432000 4194304 4196468 140725351904096 139974779976592 139975233218261 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 2 0 0 6293624 6294260 32485376 140725351908310 140725351908486 140725351908486 140725351911375 0
[pid=26206/tid=26213] ppid=26204 vsize=28768336 memory=3592 CPUtime=10.2 cores=0-7
/proc/26206/task/26213/stat : 26213 (java) S 26204 26204 24340 0 -1 1077944384 25644 0 0 0 1000 20 0 0 20 0 28 0 512472684 29458776064 317579 33554432000 4194304 4196468 140725351904096 139974778923792 139975233218261 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 2 0 0 6293624 6294260 32485376 140725351908310 140725351908486 140725351908486 140725351911375 0
[pid=26206/tid=26214] ppid=26204 vsize=28768336 memory=1128 CPUtime=10.24 cores=0-7
/proc/26206/task/26214/stat : 26214 (java) S 26204 26204 24340 0 -1 1077944384 30398 0 0 0 1007 17 0 0 20 0 28 0 512472684 29458776064 317579 33554432000 4194304 4196468 140725351904096 139974777871504 139975233218261 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 1 0 0 6293624 6294260 32485376 140725351908310 140725351908486 140725351908486 140725351911375 0
[pid=26206/tid=26215] ppid=26204 vsize=28768336 memory=303430223234596890 CPUtime=10.23 cores=0-7
/proc/26206/task/26215/stat : 26215 (java) S 26204 26204 24340 0 -1 1077944384 26012 0 0 0 1005 18 0 0 20 0 28 0 512472684 29458776064 317579 33554432000 4194304 4196468 140725351904096 139974776818704 139975233218261 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 2 0 0 6293624 6294260 32485376 140725351908310 140725351908486 140725351908486 140725351911375 0
[pid=26206/tid=26216] ppid=26204 vsize=28768336 memory=288230583166042426 CPUtime=3.7 cores=0-7
/proc/26206/task/26216/stat : 26216 (java) S 26204 26204 24340 0 -1 1077944384 117149 0 0 0 223 147 0 0 20 0 28 0 512472685 29458776064 317579 33554432000 4194304 4196468 140725351904096 139974734284912 139975233219202 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32485376 140725351908310 140725351908486 140725351908486 140725351911375 0
[pid=26206/tid=26217] ppid=26204 vsize=28768336 memory=13848568834296438 CPUtime=0 cores=0-7
/proc/26206/task/26217/stat : 26217 (java) S 26204 26204 24340 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 28 0 512472686 29458776064 317579 33554432000 4194304 4196468 140725351904096 139974733230944 139975233218261 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32485376 140725351908310 140725351908486 140725351908486 140725351911375 0
[pid=26206/tid=26218] ppid=26204 vsize=28768336 memory=1448 CPUtime=0 cores=0-7
/proc/26206/task/26218/stat : 26218 (java) S 26204 26204 24340 0 -1 1077944384 52 0 0 0 0 0 0 0 20 0 28 0 512472686 29458776064 317579 33554432000 4194304 4196468 140725351904096 139974732178560 139975233218261 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32485376 140725351908310 140725351908486 140725351908486 140725351911375 0
[pid=26206/tid=26219] ppid=26204 vsize=28768336 memory=1432 CPUtime=0 cores=0-7
/proc/26206/task/26219/stat : 26219 (java) S 26204 26204 24340 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 512472689 29458776064 317579 33554432000 4194304 4196468 140725351904096 139974731126864 139975233226651 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32485376 140725351908310 140725351908486 140725351908486 140725351911375 0
[pid=26206/tid=26220] ppid=26204 vsize=28768336 memory=1056 CPUtime=2.91 cores=0-7
/proc/26206/task/26220/stat : 26220 (java) S 26204 26204 24340 0 -1 1077944384 16077 0 0 0 288 3 0 0 20 0 28 0 512472689 29458776064 317579 33554432000 4194304 4196468 140725351904096 139974730074736 139975233219202 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32485376 140725351908310 140725351908486 140725351908486 140725351911375 0
[pid=26206/tid=26221] ppid=26204 vsize=28768336 memory=1448 CPUtime=3.09 cores=0-7
/proc/26206/task/26221/stat : 26221 (java) S 26204 26204 24340 0 -1 1077944384 15616 0 0 0 304 5 0 0 20 0 28 0 512472689 29458776064 317579 33554432000 4194304 4196468 140725351904096 139974344305136 139975233219202 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32485376 140725351908310 140725351908486 140725351908486 140725351911375 0
[pid=26206/tid=26222] ppid=26204 vsize=28768336 memory=1270316 CPUtime=3.16 cores=0-7
/proc/26206/task/26222/stat : 26222 (java) S 26204 26204 24340 0 -1 1077944384 17669 0 0 0 314 2 0 0 20 0 28 0 512472689 29458776064 317579 33554432000 4194304 4196468 140725351904096 139974343252848 139975233219202 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32485376 140725351908310 140725351908486 140725351908486 140725351911375 0
[pid=26206/tid=26223] ppid=26204 vsize=28768336 memory=11528 CPUtime=0.95 cores=0-7
/proc/26206/task/26223/stat : 26223 (java) S 26204 26204 24340 0 -1 1077944384 11899 0 0 0 92 3 0 0 20 0 28 0 512472689 29458776064 317579 33554432000 4194304 4196468 140725351904096 139974342200048 139975233219202 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32485376 140725351908310 140725351908486 140725351908486 140725351911375 0
[pid=26206/tid=26224] ppid=26204 vsize=28768336 memory=1448 CPUtime=0 cores=0-7
/proc/26206/task/26224/stat : 26224 (java) S 26204 26204 24340 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 512472689 29458776064 317579 33554432000 4194304 4196468 140725351904096 139974341146976 139975233218261 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32485376 140725351908310 140725351908486 140725351908486 140725351911375 0
[pid=26206/tid=26225] ppid=26204 vsize=28768336 memory=1271856 CPUtime=0.91 cores=0-7
/proc/26206/task/26225/stat : 26225 (java) S 26204 26204 24340 0 -1 1077944384 5046 0 0 0 30 61 0 0 20 0 28 0 512472689 29458776064 317579 33554432000 4194304 4196468 140725351904096 139974340094256 139975233219202 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32485376 140725351908310 140725351908486 140725351908486 140725351911375 0
[pid=26206/tid=26226] ppid=26204 vsize=28768336 memory=4100 CPUtime=2488.29 cores=0-7
/proc/26206/task/26226/stat : 26226 (java) R 26204 26204 24340 0 -1 4202560 20377 0 0 0 248815 14 0 0 20 0 28 0 512472844 29458776064 317579 33554432000 4194304 4196468 140725351904096 139974330874680 139974877041564 0 4 0 16800975 0 0 0 -1 1 0 0 12 0 0 6293624 6294260 32485376 140725351908310 140725351908486 140725351908486 140725351911375 0
[pid=26206/tid=26227] ppid=26204 vsize=28768336 memory=1412 CPUtime=2497.68 cores=0-7
/proc/26206/task/26227/stat : 26227 (java) R 26204 26204 24340 0 -1 4202560 14611 0 0 0 249757 11 0 0 20 0 28 0 512472844 29458776064 317579 33554432000 4194304 4196468 140725351904096 139974327725944 139974879607180 0 4 0 16800975 0 0 0 -1 0 0 0 12 0 0 6293624 6294260 32485376 140725351908310 140725351908486 140725351908486 140725351911375 0
[pid=26206/tid=26228] ppid=26204 vsize=28768336 memory=3820 CPUtime=2488.97 cores=0-7
/proc/26206/task/26228/stat : 26228 (java) R 26204 26204 24340 0 -1 4202560 42706 0 0 0 248803 94 0 0 20 0 28 0 512472844 29458776064 317579 33554432000 4194304 4196468 140725351904096 139973338583432 139974877743012 0 4 0 16800975 0 0 0 -1 7 0 0 13 0 0 6293624 6294260 32485376 140725351908310 140725351908486 140725351908486 140725351911375 0
[pid=26206/tid=26229] ppid=26204 vsize=28768336 memory=1804 CPUtime=2494.82 cores=0-7
/proc/26206/task/26229/stat : 26229 (java) R 26204 26204 24340 0 -1 4202560 39586 0 0 0 249391 91 0 0 20 0 28 0 512472844 29458776064 317579 33554432000 4194304 4196468 140725351904096 139973337530432 139974879607858 0 4 0 16800975 0 0 0 -1 4 0 0 13 0 0 6293624 6294260 32485376 140725351908310 140725351908486 140725351908486 140725351911375 0
[pid=26206/tid=26230] ppid=26204 vsize=28768336 memory=916 CPUtime=2490.41 cores=0-7
/proc/26206/task/26230/stat : 26230 (java) R 26204 26204 24340 0 -1 4202560 18394 0 0 0 249028 13 0 0 20 0 28 0 512472845 29458776064 317579 33554432000 4194304 4196468 140725351904096 139973336478232 139974877869530 0 4 0 16800975 0 0 0 -1 2 0 0 12 0 0 6293624 6294260 32485376 140725351908310 140725351908486 140725351908486 140725351911375 0
[pid=26206/tid=26231] ppid=26204 vsize=28768336 memory=4420 CPUtime=2496.53 cores=0-7
/proc/26206/task/26231/stat : 26231 (java) R 26204 26204 24340 0 -1 4202560 22309 0 0 0 249617 36 0 0 20 0 28 0 512472845 29458776064 317579 33554432000 4194304 4196468 140725351904096 139973335428224 139974879606361 0 4 0 16800975 0 0 0 -1 6 0 0 11 0 0 6293624 6294260 32485376 140725351908310 140725351908486 140725351908486 140725351911375 0
[pid=26206/tid=26232] ppid=26204 vsize=28768336 memory=4100 CPUtime=2497.94 cores=0-7
/proc/26206/task/26232/stat : 26232 (java) R 26204 26204 24340 0 -1 4202560 14656 0 0 0 249784 10 0 0 20 0 28 0 512472845 29458776064 317579 33554432000 4194304 4196468 140725351904096 139973334372088 139974877041733 0 4 0 16800975 0 0 0 -1 5 0 0 10 0 0 6293624 6294260 32485376 140725351908310 140725351908486 140725351908486 140725351911375 0
[pid=26206/tid=26233] ppid=26204 vsize=28768336 memory=1412 CPUtime=2487.96 cores=0-7
/proc/26206/task/26233/stat : 26233 (java) R 26204 26204 24340 0 -1 4202560 21973 0 0 0 248772 24 0 0 20 0 28 0 512472845 29458776064 317579 33554432000 4194304 4196468 140725351904096 139973333319024 139974877331713 0 4 0 16800975 0 0 0 -1 3 0 0 14 0 0 6293624 6294260 32485376 140725351908310 140725351908486 140725351908486 140725351911375 0
Current children cumulated CPU time: 20040.7 s
Current children cumulated vsize: 28881464 KiB
Current children cumulated memory: 1271764 KiB

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

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

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

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

Child status: 143
Real time (s): 2520.09
CPU time (s): 20041.3
CPU user time (s): 20035.5
CPU system time (s): 5.82094
CPU usage (%): 795.262
Max. virtual memory (cumulated for all children) (KiB): 28881464
Max. memory (cumulated for all children) (KiB): 2222552

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 20035.5
system time used= 5.82094
maximum resident set size= 2229288
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 588643
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3440
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 198829
involuntary context switches= 231902


# summary of solver processes directly reported to runsolver:
#   pid: 26204,26206
#   total CPU time (s): 20041.3
#   total CPU user time (s): 20035.5
#   total CPU system time (s): 5.82094

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 21.3627 second user time and 30.4596 second system time

The end

Launcher Data

Begin job on node147 at 2019-09-25 00:52:25
IDJOB=4406891
IDBENCH=141718
IDSOLVER=2871
FILE ID=node147/4406891-1569365589
RUNJOBID= node147-1569358595-24367
PBS_JOBID= 21705113
Free space on /var/tmp= 13508 MiB

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

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

MD5SUM BENCH= fb27cd1d2814d0f1760e6f4b9d041fef
RANDOM SEED=1685016897

node147.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.52
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.52
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.52
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.52
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:        25194576 kB
MemAvailable:   31776096 kB
Buffers:          156956 kB
Cached:          6480244 kB
SwapCached:        68688 kB
Active:          3298424 kB
Inactive:        3411896 kB
Active(anon):       3832 kB
Inactive(anon):   126988 kB
Active(file):    3294592 kB
Inactive(file):  3284908 kB
Unevictable:      106784 kB
Mlocked:          106784 kB
SwapTotal:      67108860 kB
SwapFree:       66935948 kB
Dirty:             26020 kB
Writeback:             0 kB
AnonPages:        113332 kB
Mapped:            57868 kB
Shmem:             49088 kB
Slab:             459092 kB
SReclaimable:     430480 kB
SUnreclaim:        28612 kB
KernelStack:        3344 kB
PageTables:         5276 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     514436 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     67584 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /var/tmp at the end= 13492 MiB
End job on node147 at 2019-09-25 01:34:25