Trace number 4297687

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.7b par (e747e1e)? (TO) 19994.5 2520.12

General information on the benchmark

NameMagicHexagon/
MagicHexagon-06-0010_c18.xml
MD5SUMa4a3304b5e9aae9c2bcc59fc5ef6ae6f
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 variables121
Number of constraints40
Number of domains1
Minimum domain size91
Maximum domain size91
Distribution of domain sizes[{"size":91,"count":91}]
Minimum variable degree0
Maximum variable degree9
Distribution of variable degrees[{"degree":0,"count":30},{"degree":4,"count":85},{"degree":5,"count":3},{"degree":6,"count":2},{"degree":9,"count":1}]
Minimum constraint arity2
Maximum constraint arity91
Distribution of constraint arities[{"arity":2,"count":6},{"arity":6,"count":6},{"arity":7,"count":6},{"arity":8,"count":6},{"arity":9,"count":6},{"arity":10,"count":6},{"arity":11,"count":3},{"arity":91,"count":1}]
Number of extensional constraints0
Number of intensional constraints6
Distribution of constraint types[{"type":"intension","count":6},{"type":"allDifferent","count":1},{"type":"sum","count":33}]
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-4297687-1532726729.xml"  -tl '20160s' -p 8
0.11/0.18	c Choco e747e1e
0.11/0.18	c [HOME/instance-4297687-1532726729.xml, -tl, 20160s, -p, 8]
0.33/0.22	c 8 solvers in parallel
0.33/0.28	c parse instance...
1.27/0.63	c solve instance...
19993.73/2520.09	s UNKNOWN
19993.73/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 (8300 MiB free)
  memory of node 1: 16384 MiB (14820 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4297687-1532726729/watcher-4297687-1532726729 -o /tmp/evaluation-result-4297687-1532726729/solver-4297687-1532726729 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node148-1532719268-22150 --watchdog 2580 HOME/xcsp3-exec -seed 871353817 -dir HOME -tl 20160 -ml 22000 -p 8 HOME/instance-4297687-1532726729.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=25343, runsolver pid=25340
Current StackSize limit: 8192 KiB


[startup+0.100145 s]*
/proc/loadavg: 7.22 7.58 7.75 2/199 25364
/proc/meminfo: memFree=23659940/32770624 swapFree=67108404/67108860
[pid=25343] ppid=25340 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/25343/stat : 25343 (xcsp3-exec) S 25340 25343 22123 0 -1 4202496 537 0 0 0 0 0 0 0 20 0 1 0 90236062 115843072 364 33554432000 4194304 5098028 140727072630944 140727072629048 139804663296636 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 9797632 140727072638006 140727072638208 140727072638208 140727072640970 0
/proc/25343/statm: 28282 364 306 221 0 87 0
[pid=25345] ppid=25343 vsize=26104152 memory=27716 CPUtime=0.11 cores=0-7
/proc/25345/stat : 25345 (java) S 25343 25343 22123 0 -1 1077944320 5795 0 0 0 10 1 0 0 20 0 20 0 90236063 26730651648 6929 33554432000 4194304 4196468 140727461668720 140727461651264 140129451298551 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 16244736 140727461672065 140727461672237 140727461672237 140727461674959 0
/proc/25345/statm: 6526038 6929 3031 1 0 6488315 0
[pid=25345/tid=25346] ppid=25343 vsize=26104152 memory=4134930498285298233 CPUtime=0.09 cores=0-7
/proc/25345/task/25346/stat : 25346 (java) R 25343 25343 22123 0 -1 4202560 3806 0 0 0 8 1 0 0 20 0 20 0 90236063 26730651648 6929 33554432000 4194304 4196468 140727461668720 140129455524800 140129451310486 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 16244736 140727461672065 140727461672237 140727461672237 140727461674959 0
[pid=25345/tid=25347] ppid=25343 vsize=26104152 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/25345/task/25347/stat : 25347 (java) S 25343 25343 22123 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 90236064 26730651648 6929 33554432000 4194304 4196468 140727461668720 140129416580112 140129451308757 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16244736 140727461672065 140727461672237 140727461672237 140727461674959 0
[pid=25345/tid=25348] ppid=25343 vsize=26104152 memory=140590554166912 CPUtime=0 cores=0-7
/proc/25345/task/25348/stat : 25348 (java) S 25343 25343 22123 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 90236064 26730651648 6929 33554432000 4194304 4196468 140727461668720 140129008405648 140129451308757 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16244736 140727461672065 140727461672237 140727461672237 140727461674959 0
[pid=25345/tid=25349] ppid=25343 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/25345/task/25349/stat : 25349 (java) S 25343 25343 22123 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 90236064 26730651648 6929 33554432000 4194304 4196468 140727461668720 140129007352592 140129451308757 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16244736 140727461672065 140727461672237 140727461672237 140727461674959 0
[pid=25345/tid=25350] ppid=25343 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/25345/task/25350/stat : 25350 (java) S 25343 25343 22123 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 90236064 26730651648 6929 33554432000 4194304 4196468 140727461668720 140129006300048 140129451308757 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16244736 140727461672065 140727461672237 140727461672237 140727461674959 0
[pid=25345/tid=25351] ppid=25343 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/25345/task/25351/stat : 25351 (java) S 25343 25343 22123 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 90236064 26730651648 6929 33554432000 4194304 4196468 140727461668720 140129005246992 140129451308757 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16244736 140727461672065 140727461672237 140727461672237 140727461674959 0
[pid=25345/tid=25352] ppid=25343 vsize=26104152 memory=-1 CPUtime=0 cores=0-7
/proc/25345/task/25352/stat : 25352 (java) S 25343 25343 22123 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 90236064 26730651648 6929 33554432000 4194304 4196468 140727461668720 140129004194448 140129451308757 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16244736 140727461672065 140727461672237 140727461672237 140727461674959 0
[pid=25345/tid=25353] ppid=25343 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/25345/task/25353/stat : 25353 (java) S 25343 25343 22123 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 90236064 26730651648 6929 33554432000 4194304 4196468 140727461668720 140129003141392 140129451308757 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16244736 140727461672065 140727461672237 140727461672237 140727461674959 0
[pid=25345/tid=25354] ppid=25343 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/25345/task/25354/stat : 25354 (java) S 25343 25343 22123 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 90236064 26730651648 6929 33554432000 4194304 4196468 140727461668720 140129002088848 140129451308757 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16244736 140727461672065 140727461672237 140727461672237 140727461674959 0
[pid=25345/tid=25355] ppid=25343 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/25345/task/25355/stat : 25355 (java) S 25343 25343 22123 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 90236065 26730651648 6929 33554432000 4194304 4196468 140727461668720 140127656282864 140129451309698 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16244736 140727461672065 140727461672237 140727461672237 140727461674959 0
[pid=25345/tid=25356] ppid=25343 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/25345/task/25356/stat : 25356 (java) S 25343 25343 22123 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 90236066 26730651648 6929 33554432000 4194304 4196468 140727461668720 140127655229088 140129451308757 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16244736 140727461672065 140727461672237 140727461672237 140727461674959 0
[pid=25345/tid=25357] ppid=25343 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/25345/task/25357/stat : 25357 (java) S 25343 25343 22123 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 90236066 26730651648 6929 33554432000 4194304 4196468 140727461668720 140127654175984 140129451308757 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16244736 140727461672065 140727461672237 140727461672237 140727461674959 0
[pid=25345/tid=25358] ppid=25343 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/25345/task/25358/stat : 25358 (java) S 25343 25343 22123 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 90236068 26730651648 6929 33554432000 4194304 4196468 140727461668720 140127653124560 140129451317147 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16244736 140727461672065 140727461672237 140727461672237 140727461674959 0
[pid=25345/tid=25359] ppid=25343 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/25345/task/25359/stat : 25359 (java) S 25343 25343 22123 0 -1 1077944384 422 0 0 0 0 0 0 0 20 0 20 0 90236068 26730651648 6929 33554432000 4194304 4196468 140727461668720 140127652071664 140129451309698 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16244736 140727461672065 140727461672237 140727461672237 140727461674959 0
[pid=25345/tid=25360] ppid=25343 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/25345/task/25360/stat : 25360 (java) S 25343 25343 22123 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 90236068 26730651648 6929 33554432000 4194304 4196468 140727461668720 140127651019120 140129451309698 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16244736 140727461672065 140727461672237 140727461672237 140727461674959 0
[pid=25345/tid=25361] ppid=25343 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/25345/task/25361/stat : 25361 (java) S 25343 25343 22123 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 90236068 26730651648 6929 33554432000 4194304 4196468 140727461668720 140127649966064 140129451309698 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16244736 140727461672065 140727461672237 140727461672237 140727461674959 0
[pid=25345/tid=25362] ppid=25343 vsize=26104152 memory=0 CPUtime=0.01 cores=0-7
/proc/25345/task/25362/stat : 25362 (java) R 25343 25343 22123 0 -1 4202560 250 0 0 0 1 0 0 0 20 0 20 0 90236068 26730651648 6929 33554432000 4194304 4196468 140727461668720 140127648913520 140129436980346 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 16244736 140727461672065 140727461672237 140727461672237 140727461674959 0
[pid=25345/tid=25363] ppid=25343 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/25345/task/25363/stat : 25363 (java) S 25343 25343 22123 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 90236069 26730651648 6929 33554432000 4194304 4196468 140727461668720 140127647861728 140129451308757 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16244736 140727461672065 140727461672237 140727461672237 140727461674959 0
[pid=25345/tid=25364] ppid=25343 vsize=26104152 memory=-1 CPUtime=0 cores=0-7
/proc/25345/task/25364/stat : 25364 (java) S 25343 25343 22123 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 90236069 26730651648 6929 33554432000 4194304 4196468 140727461668720 140127646809264 140129451309698 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16244736 140727461672065 140727461672237 140727461672237 140727461674959 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 26217280 KiB
Current children cumulated memory: 29172 KiB

[startup+0.210192 s]*
/proc/loadavg: 7.22 7.58 7.75 3/199 25364
/proc/meminfo: memFree=23648588/32770624 swapFree=67108404/67108860
[pid=25343] ppid=25340 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/25343/stat : 25343 (xcsp3-exec) S 25340 25343 22123 0 -1 4202496 537 0 0 0 0 0 0 0 20 0 1 0 90236062 115843072 364 33554432000 4194304 5098028 140727072630944 140727072629048 139804663296636 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 9797632 140727072638006 140727072638208 140727072638208 140727072640970 0
/proc/25343/statm: 28282 364 306 221 0 87 0
[pid=25345] ppid=25343 vsize=26104152 memory=39504 CPUtime=0.33 cores=0-7
/proc/25345/stat : 25345 (java) S 25343 25343 22123 0 -1 1077944320 8521 0 0 0 31 2 0 0 20 0 20 0 90236063 26730651648 9876 33554432000 4194304 4196468 140727461668720 140727461651264 140129451298551 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 16244736 140727461672065 140727461672237 140727461672237 140727461674959 0
/proc/25345/statm: 6526038 9876 3154 1 0 6488315 0
[pid=25345/tid=25346] ppid=25343 vsize=26104152 memory=8318255677412212789 CPUtime=0.2 cores=0-7
/proc/25345/task/25346/stat : 25346 (java) R 25343 25343 22123 0 -1 4202560 5627 0 0 0 18 2 0 0 20 0 20 0 90236063 26730651648 9876 33554432000 4194304 4196468 140727461668720 140129455535600 140129435379038 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 16244736 140727461672065 140727461672237 140727461672237 140727461674959 0
[pid=25345/tid=25347] ppid=25343 vsize=26104152 memory=331 CPUtime=0 cores=0-7
/proc/25345/task/25347/stat : 25347 (java) S 25343 25343 22123 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 90236064 26730651648 9876 33554432000 4194304 4196468 140727461668720 140129416580112 140129451308757 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16244736 140727461672065 140727461672237 140727461672237 140727461674959 0
[pid=25345/tid=25348] ppid=25343 vsize=26104152 memory=140590554671987 CPUtime=0 cores=0-7
/proc/25345/task/25348/stat : 25348 (java) S 25343 25343 22123 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 90236064 26730651648 9876 33554432000 4194304 4196468 140727461668720 140129008405648 140129451308757 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16244736 140727461672065 140727461672237 140727461672237 140727461674959 0
[pid=25345/tid=25349] ppid=25343 vsize=26104152 memory=-1 CPUtime=0 cores=0-7
/proc/25345/task/25349/stat : 25349 (java) S 25343 25343 22123 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 90236064 26730651648 9876 33554432000 4194304 4196468 140727461668720 140129007352592 140129451308757 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16244736 140727461672065 140727461672237 140727461672237 140727461674959 0
[pid=25345/tid=25350] ppid=25343 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/25345/task/25350/stat : 25350 (java) S 25343 25343 22123 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 90236064 26730651648 9876 33554432000 4194304 4196468 140727461668720 140129006300048 140129451308757 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16244736 140727461672065 140727461672237 140727461672237 140727461674959 0
[pid=25345/tid=25351] ppid=25343 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/25345/task/25351/stat : 25351 (java) S 25343 25343 22123 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 90236064 26730651648 9876 33554432000 4194304 4196468 140727461668720 140129005246992 140129451308757 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16244736 140727461672065 140727461672237 140727461672237 140727461674959 0
[pid=25345/tid=25352] ppid=25343 vsize=26104152 memory=-1 CPUtime=0 cores=0-7
/proc/25345/task/25352/stat : 25352 (java) S 25343 25343 22123 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 90236064 26730651648 9876 33554432000 4194304 4196468 140727461668720 140129004194448 140129451308757 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16244736 140727461672065 140727461672237 140727461672237 140727461674959 0
[pid=25345/tid=25353] ppid=25343 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/25345/task/25353/stat : 25353 (java) S 25343 25343 22123 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 90236064 26730651648 9876 33554432000 4194304 4196468 140727461668720 140129003141392 140129451308757 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16244736 140727461672065 140727461672237 140727461672237 140727461674959 0
[pid=25345/tid=25354] ppid=25343 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/25345/task/25354/stat : 25354 (java) S 25343 25343 22123 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 90236064 26730651648 9876 33554432000 4194304 4196468 140727461668720 140129002088848 140129451308757 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16244736 140727461672065 140727461672237 140727461672237 140727461674959 0
[pid=25345/tid=25355] ppid=25343 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/25345/task/25355/stat : 25355 (java) S 25343 25343 22123 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 90236065 26730651648 9876 33554432000 4194304 4196468 140727461668720 140127656282864 140129451309698 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16244736 140727461672065 140727461672237 140727461672237 140727461674959 0
[pid=25345/tid=25356] ppid=25343 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/25345/task/25356/stat : 25356 (java) S 25343 25343 22123 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 90236066 26730651648 9876 33554432000 4194304 4196468 140727461668720 140127655229088 140129451308757 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16244736 140727461672065 140727461672237 140727461672237 140727461674959 0
[pid=25345/tid=25357] ppid=25343 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/25345/task/25357/stat : 25357 (java) S 25343 25343 22123 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 90236066 26730651648 9876 33554432000 4194304 4196468 140727461668720 140127654175984 140129451308757 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16244736 140727461672065 140727461672237 140727461672237 140727461674959 0
[pid=25345/tid=25358] ppid=25343 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/25345/task/25358/stat : 25358 (java) S 25343 25343 22123 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 90236068 26730651648 9876 33554432000 4194304 4196468 140727461668720 140127653124560 140129451317147 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16244736 140727461672065 140727461672237 140727461672237 140727461674959 0
[pid=25345/tid=25359] ppid=25343 vsize=26104152 memory=0 CPUtime=0.01 cores=0-7
/proc/25345/task/25359/stat : 25359 (java) S 25343 25343 22123 0 -1 1077944384 460 0 0 0 1 0 0 0 20 0 20 0 90236068 26730651648 9876 33554432000 4194304 4196468 140727461668720 140127652071664 140129451309698 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16244736 140727461672065 140727461672237 140727461672237 140727461674959 0
[pid=25345/tid=25360] ppid=25343 vsize=26104152 memory=0 CPUtime=0.01 cores=0-7
/proc/25345/task/25360/stat : 25360 (java) R 25343 25343 22123 0 -1 1077944384 180 0 0 0 1 0 0 0 20 0 20 0 90236068 26730651648 9876 33554432000 4194304 4196468 140727461668720 140127651019120 140129451309698 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 16244736 140727461672065 140727461672237 140727461672237 140727461674959 0
[pid=25345/tid=25361] ppid=25343 vsize=26104152 memory=-1 CPUtime=0.01 cores=0-7
/proc/25345/task/25361/stat : 25361 (java) R 25343 25343 22123 0 -1 1077944384 182 0 0 0 1 0 0 0 20 0 20 0 90236068 26730651648 9876 33554432000 4194304 4196468 140727461668720 140127649966064 140129451309698 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 16244736 140727461672065 140727461672237 140727461672237 140727461674959 0
[pid=25345/tid=25362] ppid=25343 vsize=26104152 memory=-1 CPUtime=0.08 cores=0-7
/proc/25345/task/25362/stat : 25362 (java) S 25343 25343 22123 0 -1 1077944384 761 0 0 0 8 0 0 0 20 0 20 0 90236068 26730651648 9876 33554432000 4194304 4196468 140727461668720 140127648913520 140129451309698 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16244736 140727461672065 140727461672237 140727461672237 140727461674959 0
[pid=25345/tid=25363] ppid=25343 vsize=26104152 memory=0 CPUtime=0 cores=0-7
/proc/25345/task/25363/stat : 25363 (java) S 25343 25343 22123 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 90236069 26730651648 9876 33554432000 4194304 4196468 140727461668720 140127647861728 140129451308757 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16244736 140727461672065 140727461672237 140727461672237 140727461674959 0
[pid=25345/tid=25364] ppid=25343 vsize=26104152 memory=-1 CPUtime=0 cores=0-7
/proc/25345/task/25364/stat : 25364 (java) S 25343 25343 22123 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 90236069 26730651648 9876 33554432000 4194304 4196468 140727461668720 140127646809264 140129451309698 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16244736 140727461672065 140727461672237 140727461672237 140727461674959 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 26217280 KiB
Current children cumulated memory: 40960 KiB

[startup+0.309403 s]*
/proc/loadavg: 7.22 7.58 7.75 4/199 25364
/proc/meminfo: memFree=23642384/32770624 swapFree=67108404/67108860
[pid=25343] ppid=25340 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/25343/stat : 25343 (xcsp3-exec) S 25340 25343 22123 0 -1 4202496 537 0 0 0 0 0 0 0 20 0 1 0 90236062 115843072 364 33554432000 4194304 5098028 140727072630944 140727072629048 139804663296636 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 9797632 140727072638006 140727072638208 140727072638208 140727072640970 0
/proc/25343/statm: 28282 364 306 221 0 87 0
[pid=25345] ppid=25343 vsize=26108408 memory=46276 CPUtime=0.52 cores=0-7
/proc/25345/stat : 25345 (java) S 25343 25343 22123 0 -1 1077944320 9359 0 0 0 48 4 0 0 20 0 20 0 90236063 26735009792 11569 33554432000 4194304 4196468 140727461668720 140727461651264 140129451298551 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 16244736 140727461672065 140727461672237 140727461672237 140727461674959 0
/proc/25345/statm: 6527102 11569 3200 1 0 6488315 0
[pid=25345/tid=25346] ppid=25343 vsize=26108408 memory=6791534058613427641 CPUtime=0.29 cores=0-7
/proc/25345/task/25346/stat : 25346 (java) R 25343 25343 22123 0 -1 4202560 6297 0 0 0 26 3 0 0 20 0 20 0 90236063 26735009792 11569 33554432000 4194304 4196468 140727461668720 140129455529664 140129435379038 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 16244736 140727461672065 140727461672237 140727461672237 140727461674959 0
[pid=25345/tid=25347] ppid=25343 vsize=26108408 memory=0 CPUtime=0 cores=0-7
/proc/25345/task/25347/stat : 25347 (java) S 25343 25343 22123 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 90236064 26735009792 11569 33554432000 4194304 4196468 140727461668720 140129416580112 140129451308757 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16244736 140727461672065 140727461672237 140727461672237 140727461674959 0
[pid=25345/tid=25348] ppid=25343 vsize=26108408 memory=0 CPUtime=0 cores=0-7
/proc/25345/task/25348/stat : 25348 (java) S 25343 25343 22123 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 90236064 26735009792 11569 33554432000 4194304 4196468 140727461668720 140129008405648 140129451308757 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16244736 140727461672065 140727461672237 140727461672237 140727461674959 0
[pid=25345/tid=25349] ppid=25343 vsize=26108408 memory=0 CPUtime=0 cores=0-7
/proc/25345/task/25349/stat : 25349 (java) S 25343 25343 22123 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 90236064 26735009792 11569 33554432000 4194304 4196468 140727461668720 140129007352592 140129451308757 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16244736 140727461672065 140727461672237 140727461672237 140727461674959 0
[pid=25345/tid=25350] ppid=25343 vsize=26108408 memory=0 CPUtime=0 cores=0-7
/proc/25345/task/25350/stat : 25350 (java) S 25343 25343 22123 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 90236064 26735009792 11569 33554432000 4194304 4196468 140727461668720 140129006300048 140129451308757 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16244736 140727461672065 140727461672237 140727461672237 140727461674959 0
[pid=25345/tid=25351] ppid=25343 vsize=26108408 memory=2244 CPUtime=0 cores=0-7
/proc/25345/task/25351/stat : 25351 (java) S 25343 25343 22123 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 90236064 26735009792 11569 33554432000 4194304 4196468 140727461668720 140129005246992 140129451308757 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16244736 140727461672065 140727461672237 140727461672237 140727461674959 0
[pid=25345/tid=25352] ppid=25343 vsize=26108408 memory=140590452929455 CPUtime=0 cores=0-7
/proc/25345/task/25352/stat : 25352 (java) S 25343 25343 22123 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 90236064 26735009792 11569 33554432000 4194304 4196468 140727461668720 140129004194448 140129451308757 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16244736 140727461672065 140727461672237 140727461672237 140727461674959 0
[pid=25345/tid=25353] ppid=25343 vsize=26108408 memory=140590452931760 CPUtime=0 cores=0-7
/proc/25345/task/25353/stat : 25353 (java) S 25343 25343 22123 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 90236064 26735009792 11569 33554432000 4194304 4196468 140727461668720 140129003141392 140129451308757 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16244736 140727461672065 140727461672237 140727461672237 140727461674959 0
[pid=25345/tid=25354] ppid=25343 vsize=26108408 memory=140590452934064 CPUtime=0 cores=0-7
/proc/25345/task/25354/stat : 25354 (java) S 25343 25343 22123 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 90236064 26735009792 11569 33554432000 4194304 4196468 140727461668720 140129002088848 140129451308757 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16244736 140727461672065 140727461672237 140727461672237 140727461674959 0
[pid=25345/tid=25355] ppid=25343 vsize=26108408 memory=0 CPUtime=0 cores=0-7
/proc/25345/task/25355/stat : 25355 (java) S 25343 25343 22123 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 90236065 26735009792 11569 33554432000 4194304 4196468 140727461668720 140127656282864 140129451309698 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16244736 140727461672065 140727461672237 140727461672237 140727461674959 0
[pid=25345/tid=25356] ppid=25343 vsize=26108408 memory=281180905875088 CPUtime=0 cores=0-7
/proc/25345/task/25356/stat : 25356 (java) S 25343 25343 22123 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 90236066 26735009792 11569 33554432000 4194304 4196468 140727461668720 140127655229088 140129451308757 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16244736 140727461672065 140727461672237 140727461672237 140727461674959 0
[pid=25345/tid=25357] ppid=25343 vsize=26108408 memory=281180905882000 CPUtime=0 cores=0-7
/proc/25345/task/25357/stat : 25357 (java) S 25343 25343 22123 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 90236066 26735009792 11569 33554432000 4194304 4196468 140727461668720 140127654175984 140129451308757 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16244736 140727461672065 140727461672237 140727461672237 140727461674959 0
[pid=25345/tid=25358] ppid=25343 vsize=26108408 memory=281180905823280 CPUtime=0 cores=0-7
/proc/25345/task/25358/stat : 25358 (java) S 25343 25343 22123 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 90236068 26735009792 11569 33554432000 4194304 4196468 140727461668720 140127653124560 140129451317147 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16244736 140727461672065 140727461672237 140727461672237 140727461674959 0
[pid=25345/tid=25359] ppid=25343 vsize=26108408 memory=281180905895824 CPUtime=0.02 cores=0-7
/proc/25345/task/25359/stat : 25359 (java) S 25343 25343 22123 0 -1 1077944384 460 0 0 0 2 0 0 0 20 0 20 0 90236068 26735009792 11569 33554432000 4194304 4196468 140727461668720 140127652071664 140129451309698 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16244736 140727461672065 140727461672237 140727461672237 140727461674959 0
[pid=25345/tid=25360] ppid=25343 vsize=26108408 memory=281180905902736 CPUtime=0.03 cores=0-7
/proc/25345/task/25360/stat : 25360 (java) S 25343 25343 22123 0 -1 1077944384 188 0 0 0 3 0 0 0 20 0 20 0 90236068 26735009792 11569 33554432000 4194304 4196468 140727461668720 140127651019120 140129451309698 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16244736 140727461672065 140727461672237 140727461672237 140727461674959 0
[pid=25345/tid=25361] ppid=25343 vsize=26108408 memory=281180905900432 CPUtime=0.03 cores=0-7
/proc/25345/task/25361/stat : 25361 (java) R 25343 25343 22123 0 -1 4202560 282 0 0 0 3 0 0 0 20 0 20 0 90236068 26735009792 11569 33554432000 4194304 4196468 140727461668720 140127649956448 140129430553334 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 16244736 140727461672065 140727461672237 140727461672237 140727461674959 0
[pid=25345/tid=25362] ppid=25343 vsize=26108408 memory=281180905916592 CPUtime=0.12 cores=0-7
/proc/25345/task/25362/stat : 25362 (java) S 25343 25343 22123 0 -1 1077944384 820 0 0 0 12 0 0 0 20 0 20 0 90236068 26735009792 11569 33554432000 4194304 4196468 140727461668720 140127648913520 140129451309698 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16244736 140727461672065 140727461672237 140727461672237 140727461674959 0
[pid=25345/tid=25363] ppid=25343 vsize=26108408 memory=0 CPUtime=0 cores=0-7
/proc/25345/task/25363/stat : 25363 (java) S 25343 25343 22123 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 90236069 26735009792 11569 33554432000 4194304 4196468 140727461668720 140127647861728 140129451308757 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16244736 140727461672065 140727461672237 140727461672237 140727461674959 0
[pid=25345/tid=25364] ppid=25343 vsize=26108408 memory=-1 CPUtime=0 cores=0-7
/proc/25345/task/25364/stat : 25364 (java) S 25343 25343 22123 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 90236069 26735009792 11627 33554432000 4194304 4196468 140727461668720 140127646809264 140129451309698 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16244736 140727461672065 140727461672237 140727461672237 140727461674959 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 26221536 KiB
Current children cumulated memory: 47732 KiB

[startup+0.700961 s]
/proc/loadavg: 7.22 7.58 7.75 4/199 25364
/proc/meminfo: memFree=23626008/32770624 swapFree=67108404/67108860
[pid=25343] ppid=25340 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/25343/stat : 25343 (xcsp3-exec) S 25340 25343 22123 0 -1 4202496 537 0 0 0 0 0 0 0 20 0 1 0 90236062 115843072 364 33554432000 4194304 5098028 140727072630944 140727072629048 139804663296636 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 9797632 140727072638006 140727072638208 140727072638208 140727072640970 0
/proc/25343/statm: 28282 364 306 221 0 87 0
[pid=25345] ppid=25343 vsize=26643044 memory=90832 CPUtime=1.72 cores=0-7
/proc/25345/stat : 25345 (java) S 25343 25343 22123 0 -1 1077944320 12631 0 0 0 166 6 0 0 20 0 28 0 90236063 27282477056 22708 33554432000 4194304 4196468 140727461668720 140727461651264 140129451298551 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 16244736 140727461672065 140727461672237 140727461672237 140727461674959 0
/proc/25345/statm: 6660761 22708 3359 1 0 6621955 0
[pid=25345/tid=25346] ppid=25343 vsize=26643044 memory=281180906274480 CPUtime=0.62 cores=0-7
/proc/25345/task/25346/stat : 25346 (java) S 25343 25343 22123 0 -1 1077944384 7295 0 0 0 58 4 0 0 20 0 28 0 90236063 27282477056 22708 33554432000 4194304 4196468 140727461668720 140129455539328 140129451308757 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16244736 140727461672065 140727461672237 140727461672237 140727461674959 0
[pid=25345/tid=25347] ppid=25343 vsize=26643044 memory=140590453138288 CPUtime=0 cores=0-7
/proc/25345/task/25347/stat : 25347 (java) S 25343 25343 22123 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 28 0 90236064 27282477056 22708 33554432000 4194304 4196468 140727461668720 140129416580112 140129451308757 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16244736 140727461672065 140727461672237 140727461672237 140727461674959 0
[pid=25345/tid=25348] ppid=25343 vsize=26643044 memory=0 CPUtime=0 cores=0-7
/proc/25345/task/25348/stat : 25348 (java) S 25343 25343 22123 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 90236064 27282477056 22708 33554432000 4194304 4196468 140727461668720 140129008405648 140129451308757 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16244736 140727461672065 140727461672237 140727461672237 140727461674959 0
[pid=25345/tid=25349] ppid=25343 vsize=26643044 memory=1440 CPUtime=0 cores=0-7
/proc/25345/task/25349/stat : 25349 (java) S 25343 25343 22123 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 28 0 90236064 27282477056 22708 33554432000 4194304 4196468 140727461668720 140129007352592 140129451308757 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16244736 140727461672065 140727461672237 140727461672237 140727461674959 0

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

[pid=25345/tid=25372] ppid=25343 vsize=26643044 memory=1456 CPUtime=2409.43 cores=0-7
/proc/25345/task/25372/stat : 25372 (java) R 25343 25343 22123 0 -1 4202560 217324 0 0 0 240803 140 0 0 20 0 28 0 90236128 27282477056 345919 33554432000 4194304 4196468 140727461668720 140127630656592 140129093949334 0 4 0 16800975 0 0 0 -1 5 0 0 17 0 0 6293624 6294260 16244736 140727461672065 140727461672237 140727461672237 140727461674959 0
Current children cumulated CPU time: 19377.5 s
Current children cumulated vsize: 26756172 KiB
Current children cumulated memory: 1385132 KiB

[startup+2502.3 s]
/proc/loadavg: 8.29 8.20 8.22 9/207 25446
/proc/meminfo: memFree=22301088/32770624 swapFree=67108404/67108860
[pid=25343] ppid=25340 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/25343/stat : 25343 (xcsp3-exec) S 25340 25343 22123 0 -1 4202496 537 0 0 0 0 0 0 0 20 0 1 0 90236062 115843072 364 33554432000 4194304 5098028 140727072630944 140727072629048 139804663296636 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 9797632 140727072638006 140727072638208 140727072638208 140727072640970 0
/proc/25343/statm: 28282 364 306 221 0 87 0
[pid=25345] ppid=25343 vsize=26643044 memory=1383676 CPUtime=19853.3 cores=0-7
/proc/25345/stat : 25345 (java) S 25343 25343 22123 0 -1 1077944320 1048095 0 0 0 1984649 686 0 0 20 0 28 0 90236063 27282477056 345919 33554432000 4194304 4196468 140727461668720 140727461651264 140129451298551 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 16244736 140727461672065 140727461672237 140727461672237 140727461674959 0
/proc/25345/statm: 6660761 345919 3447 1 0 6621955 0
[pid=25345/tid=25346] ppid=25343 vsize=26643044 memory=1383676 CPUtime=0.62 cores=0-7
/proc/25345/task/25346/stat : 25346 (java) S 25343 25343 22123 0 -1 1077944384 7295 0 0 0 58 4 0 0 20 0 28 0 90236063 27282477056 345919 33554432000 4194304 4196468 140727461668720 140129455539328 140129451308757 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16244736 140727461672065 140727461672237 140727461672237 140727461674959 0
[pid=25345/tid=25347] ppid=25343 vsize=26643044 memory=1383676 CPUtime=9.07 cores=0-7
/proc/25345/task/25347/stat : 25347 (java) S 25343 25343 22123 0 -1 1077944384 39222 0 0 0 877 30 0 0 20 0 28 0 90236064 27282477056 345919 33554432000 4194304 4196468 140727461668720 140129416580112 140129451308757 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 4 0 0 6293624 6294260 16244736 140727461672065 140727461672237 140727461672237 140727461674959 0
[pid=25345/tid=25348] ppid=25343 vsize=26643044 memory=1456 CPUtime=9.04 cores=0-7
/proc/25345/task/25348/stat : 25348 (java) S 25343 25343 22123 0 -1 1077944384 40615 0 0 0 874 30 0 0 20 0 28 0 90236064 27282477056 345919 33554432000 4194304 4196468 140727461668720 140129008405648 140129451308757 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 3 0 0 6293624 6294260 16244736 140727461672065 140727461672237 140727461672237 140727461674959 0
[pid=25345/tid=25349] ppid=25343 vsize=26643044 memory=1383676 CPUtime=9.1 cores=0-7
/proc/25345/task/25349/stat : 25349 (java) S 25343 25343 22123 0 -1 1077944384 39329 0 0 0 879 31 0 0 20 0 28 0 90236064 27282477056 345919 33554432000 4194304 4196468 140727461668720 140129007352592 140129451308757 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 3 0 0 6293624 6294260 16244736 140727461672065 140727461672237 140727461672237 140727461674959 0
[pid=25345/tid=25350] ppid=25343 vsize=26643044 memory=1456 CPUtime=9.09 cores=0-7
/proc/25345/task/25350/stat : 25350 (java) S 25343 25343 22123 0 -1 1077944384 40218 0 0 0 879 30 0 0 20 0 28 0 90236064 27282477056 345919 33554432000 4194304 4196468 140727461668720 140129006300048 140129451308757 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 3 0 0 6293624 6294260 16244736 140727461672065 140727461672237 140727461672237 140727461674959 0
[pid=25345/tid=25351] ppid=25343 vsize=26643044 memory=281177619160916 CPUtime=9.1 cores=0-7
/proc/25345/task/25351/stat : 25351 (java) S 25343 25343 22123 0 -1 1077944384 46703 0 0 0 879 31 0 0 20 0 28 0 90236064 27282477056 345919 33554432000 4194304 4196468 140727461668720 140129005246992 140129451308757 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 4 0 0 6293624 6294260 16244736 140727461672065 140727461672237 140727461672237 140727461674959 0
[pid=25345/tid=25352] ppid=25343 vsize=26643044 memory=1456 CPUtime=9.12 cores=0-7
/proc/25345/task/25352/stat : 25352 (java) S 25343 25343 22123 0 -1 1077944384 44678 0 0 0 883 29 0 0 20 0 28 0 90236064 27282477056 345919 33554432000 4194304 4196468 140727461668720 140129004194448 140129451308757 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 4 0 0 6293624 6294260 16244736 140727461672065 140727461672237 140727461672237 140727461674959 0
[pid=25345/tid=25353] ppid=25343 vsize=26643044 memory=1383676 CPUtime=9.12 cores=0-7
/proc/25345/task/25353/stat : 25353 (java) S 25343 25343 22123 0 -1 1077944384 42879 0 0 0 880 32 0 0 20 0 28 0 90236064 27282477056 345919 33554432000 4194304 4196468 140727461668720 140129003141392 140129451308757 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 3 0 0 6293624 6294260 16244736 140727461672065 140727461672237 140727461672237 140727461674959 0
[pid=25345/tid=25354] ppid=25343 vsize=26643044 memory=1383676 CPUtime=9.06 cores=0-7
/proc/25345/task/25354/stat : 25354 (java) S 25343 25343 22123 0 -1 1077944384 41625 0 0 0 877 29 0 0 20 0 28 0 90236064 27282477056 345919 33554432000 4194304 4196468 140727461668720 140129002088848 140129451308757 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 3 0 0 6293624 6294260 16244736 140727461672065 140727461672237 140727461672237 140727461674959 0
[pid=25345/tid=25355] ppid=25343 vsize=26643044 memory=1456 CPUtime=6.1 cores=0-7
/proc/25345/task/25355/stat : 25355 (java) S 25343 25343 22123 0 -1 1077944384 158387 0 0 0 444 166 0 0 20 0 28 0 90236065 27282477056 345919 33554432000 4194304 4196468 140727461668720 140127656282864 140129451309698 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 34 0 0 6293624 6294260 16244736 140727461672065 140727461672237 140727461672237 140727461674959 0
[pid=25345/tid=25356] ppid=25343 vsize=26643044 memory=140590454103073 CPUtime=0 cores=0-7
/proc/25345/task/25356/stat : 25356 (java) S 25343 25343 22123 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 28 0 90236066 27282477056 345919 33554432000 4194304 4196468 140727461668720 140127655229088 140129451308757 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16244736 140727461672065 140727461672237 140727461672237 140727461674959 0
[pid=25345/tid=25357] ppid=25343 vsize=26643044 memory=281180905668848 CPUtime=0 cores=0-7
/proc/25345/task/25357/stat : 25357 (java) S 25343 25343 22123 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 28 0 90236066 27282477056 345919 33554432000 4194304 4196468 140727461668720 140127654175984 140129451308757 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16244736 140727461672065 140727461672237 140727461672237 140727461674959 0
[pid=25345/tid=25358] ppid=25343 vsize=26643044 memory=0 CPUtime=0 cores=0-7
/proc/25345/task/25358/stat : 25358 (java) S 25343 25343 22123 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 90236068 27282477056 345919 33554432000 4194304 4196468 140727461668720 140127653124560 140129451317147 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16244736 140727461672065 140727461672237 140727461672237 140727461674959 0
[pid=25345/tid=25359] ppid=25343 vsize=26643044 memory=1787448 CPUtime=1.69 cores=0-7
/proc/25345/task/25359/stat : 25359 (java) S 25343 25343 22123 0 -1 1077944384 10642 0 0 0 167 2 0 0 20 0 28 0 90236068 27282477056 345919 33554432000 4194304 4196468 140727461668720 140127652071664 140129451309698 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 32 0 0 6293624 6294260 16244736 140727461672065 140727461672237 140727461672237 140727461674959 0
[pid=25345/tid=25360] ppid=25343 vsize=26643044 memory=1383676 CPUtime=1.39 cores=0-7
/proc/25345/task/25360/stat : 25360 (java) S 25343 25343 22123 0 -1 1077944384 9890 0 0 0 137 2 0 0 20 0 28 0 90236068 27282477056 345919 33554432000 4194304 4196468 140727461668720 140127651019120 140129451309698 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16244736 140727461672065 140727461672237 140727461672237 140727461674959 0
[pid=25345/tid=25361] ppid=25343 vsize=26643044 memory=1456 CPUtime=1.51 cores=0-7
/proc/25345/task/25361/stat : 25361 (java) S 25343 25343 22123 0 -1 1077944384 9467 0 0 0 149 2 0 0 20 0 28 0 90236068 27282477056 345919 33554432000 4194304 4196468 140727461668720 140127649966064 140129451309698 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16244736 140727461672065 140727461672237 140727461672237 140727461674959 0
[pid=25345/tid=25362] ppid=25343 vsize=26643044 memory=1456 CPUtime=0.68 cores=0-7
/proc/25345/task/25362/stat : 25362 (java) S 25343 25343 22123 0 -1 1077944384 6876 0 0 0 66 2 0 0 20 0 28 0 90236068 27282477056 345919 33554432000 4194304 4196468 140727461668720 140127648913520 140129451309698 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16244736 140727461672065 140727461672237 140727461672237 140727461674959 0
[pid=25345/tid=25363] ppid=25343 vsize=26643044 memory=1456 CPUtime=0 cores=0-7
/proc/25345/task/25363/stat : 25363 (java) S 25343 25343 22123 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 90236069 27282477056 345919 33554432000 4194304 4196468 140727461668720 140127647861728 140129451308757 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16244736 140727461672065 140727461672237 140727461672237 140727461674959 0
[pid=25345/tid=25364] ppid=25343 vsize=26643044 memory=1716 CPUtime=0.51 cores=0-7
/proc/25345/task/25364/stat : 25364 (java) S 25343 25343 22123 0 -1 1077944384 5409 0 0 0 13 38 0 0 20 0 28 0 90236069 27282477056 345919 33554432000 4194304 4196468 140727461668720 140127646809264 140129451309698 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 35 0 0 6293624 6294260 16244736 140727461672065 140727461672237 140727461672237 140727461674959 0
[pid=25345/tid=25365] ppid=25343 vsize=26643044 memory=796 CPUtime=2473.57 cores=0-7
/proc/25345/task/25365/stat : 25365 (java) R 25343 25343 22123 0 -1 4202560 17605 0 0 0 247340 17 0 0 20 0 28 0 90236127 27282477056 345919 33554432000 4194304 4196468 140727461668720 140127638025776 140129094365529 0 4 0 16800975 0 0 0 -1 6 0 0 14 0 0 6293624 6294260 16244736 140727461672065 140727461672237 140727461672237 140727461674959 0
[pid=25345/tid=25366] ppid=25343 vsize=26643044 memory=1456 CPUtime=2469.66 cores=0-7
/proc/25345/task/25366/stat : 25366 (java) R 25343 25343 22123 0 -1 4202560 12195 0 0 0 246956 10 0 0 20 0 28 0 90236127 27282477056 345919 33554432000 4194304 4196468 140727461668720 140127636971456 140129092515649 0 4 0 16800975 0 0 0 -1 2 0 0 12 0 0 6293624 6294260 16244736 140727461672065 140727461672237 140727461672237 140727461674959 0
[pid=25345/tid=25367] ppid=25343 vsize=26643044 memory=1383676 CPUtime=2470.81 cores=0-7
/proc/25345/task/25367/stat : 25367 (java) R 25343 25343 22123 0 -1 4202560 71008 0 0 0 247040 41 0 0 20 0 28 0 90236127 27282477056 345919 33554432000 4194304 4196468 140727461668720 140127635918824 140129093057305 0 4 0 16800975 0 0 0 -1 7 0 0 20 0 0 6293624 6294260 16244736 140727461672065 140727461672237 140727461672237 140727461674959 0
[pid=25345/tid=25368] ppid=25343 vsize=26643044 memory=956 CPUtime=2470.97 cores=0-7
/proc/25345/task/25368/stat : 25368 (java) R 25343 25343 22123 0 -1 4202560 77506 0 0 0 247057 40 0 0 20 0 28 0 90236128 27282477056 345919 33554432000 4194304 4196468 140727461668720 140127634866000 140129093210318 0 4 0 16800975 0 0 0 -1 0 0 0 21 0 0 6293624 6294260 16244736 140727461672065 140727461672237 140727461672237 140727461674959 0
[pid=25345/tid=25369] ppid=25343 vsize=26643044 memory=1232 CPUtime=2471.29 cores=0-7
/proc/25345/task/25369/stat : 25369 (java) R 25343 25343 22123 0 -1 4202560 67613 0 0 0 247093 36 0 0 20 0 28 0 90236128 27282477056 345919 33554432000 4194304 4196468 140727461668720 140127633812960 140129093035924 0 4 0 16800975 0 0 0 -1 3 0 0 22 0 0 6293624 6294260 16244736 140727461672065 140727461672237 140727461672237 140727461674959 0
[pid=25345/tid=25370] ppid=25343 vsize=26643044 memory=4012 CPUtime=2471.12 cores=0-7
/proc/25345/task/25370/stat : 25370 (java) R 25343 25343 22123 0 -1 4202560 22491 0 0 0 247094 18 0 0 20 0 28 0 90236128 27282477056 345919 33554432000 4194304 4196468 140727461668720 140127632760416 140129092516463 0 4 0 16800975 0 0 0 -1 1 0 0 39 0 0 6293624 6294260 16244736 140727461672065 140727461672237 140727461672237 140727461674959 0
[pid=25345/tid=25371] ppid=25343 vsize=26643044 memory=26032 CPUtime=2471.83 cores=0-7
/proc/25345/task/25371/stat : 25371 (java) R 25343 25343 22123 0 -1 4202560 16854 0 0 0 247171 12 0 0 20 0 28 0 90236128 27282477056 345919 33554432000 4194304 4196468 140727461668720 140127631708544 140129093382848 0 4 0 16800975 0 0 0 -1 5 0 0 12 0 0 6293624 6294260 16244736 140727461672065 140727461672237 140727461672237 140727461674959 0
[pid=25345/tid=25372] ppid=25343 vsize=26643044 memory=2396 CPUtime=2468.68 cores=0-7
/proc/25345/task/25372/stat : 25372 (java) R 25343 25343 22123 0 -1 4202560 218237 0 0 0 246727 141 0 0 20 0 28 0 90236128 27282477056 345919 33554432000 4194304 4196468 140727461668720 140127630655816 140727461796040 0 4 0 16800975 0 0 0 -1 4 0 0 17 0 0 6293624 6294260 16244736 140727461672065 140727461672237 140727461672237 140727461674959 0
Current children cumulated CPU time: 19853.3 s
Current children cumulated vsize: 26756172 KiB
Current children cumulated memory: 1385132 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+2520 s]*
/proc/loadavg: 8.31 8.21 8.23 9/207 25446
/proc/meminfo: memFree=22301068/32770624 swapFree=67108404/67108860
[pid=25343] ppid=25340 vsize=113128 memory=1456 CPUtime=0 cores=0-7
/proc/25343/stat : 25343 (xcsp3-exec) S 25340 25343 22123 0 -1 4202496 537 0 0 0 0 0 0 0 20 0 1 0 90236062 115843072 364 33554432000 4194304 5098028 140727072630944 140727072629048 139804663296636 0 65536 4100 65538 18446744071579417331 0 0 17 2 0 0 0 0 0 7196144 7232144 9797632 140727072638006 140727072638208 140727072638208 140727072640970 0
/proc/25343/statm: 28282 364 306 221 0 87 0
[pid=25345] ppid=25343 vsize=26643044 memory=1383676 CPUtime=19993.7 cores=0-7
/proc/25345/stat : 25345 (java) S 25343 25343 22123 0 -1 1077944320 1061432 0 0 0 1998681 692 0 0 20 0 28 0 90236063 27282477056 345919 33554432000 4194304 4196468 140727461668720 140727461651264 140129451298551 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 16244736 140727461672065 140727461672237 140727461672237 140727461674959 0
/proc/25345/statm: 6660761 345919 3447 1 0 6621955 0
[pid=25345/tid=25346] ppid=25343 vsize=26643044 memory=6791534058613427641 CPUtime=0.62 cores=0-7
/proc/25345/task/25346/stat : 25346 (java) S 25343 25343 22123 0 -1 1077944384 7295 0 0 0 58 4 0 0 20 0 28 0 90236063 27282477056 345919 33554432000 4194304 4196468 140727461668720 140129455539328 140129451308757 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16244736 140727461672065 140727461672237 140727461672237 140727461674959 0
[pid=25345/tid=25347] ppid=25343 vsize=26643044 memory=4872558044660077418 CPUtime=9.13 cores=0-7
/proc/25345/task/25347/stat : 25347 (java) S 25343 25343 22123 0 -1 1077944384 40163 0 0 0 883 30 0 0 20 0 28 0 90236064 27282477056 345919 33554432000 4194304 4196468 140727461668720 140129416580112 140129451308757 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 4 0 0 6293624 6294260 16244736 140727461672065 140727461672237 140727461672237 140727461674959 0
[pid=25345/tid=25348] ppid=25343 vsize=26643044 memory=1456 CPUtime=9.1 cores=0-7
/proc/25345/task/25348/stat : 25348 (java) S 25343 25343 22123 0 -1 1077944384 41903 0 0 0 880 30 0 0 20 0 28 0 90236064 27282477056 345919 33554432000 4194304 4196468 140727461668720 140129008405648 140129451308757 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 3 0 0 6293624 6294260 16244736 140727461672065 140727461672237 140727461672237 140727461674959 0
[pid=25345/tid=25349] ppid=25343 vsize=26643044 memory=1383676 CPUtime=9.16 cores=0-7
/proc/25345/task/25349/stat : 25349 (java) S 25343 25343 22123 0 -1 1077944384 39730 0 0 0 884 32 0 0 20 0 28 0 90236064 27282477056 345919 33554432000 4194304 4196468 140727461668720 140129007352592 140129451308757 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 3 0 0 6293624 6294260 16244736 140727461672065 140727461672237 140727461672237 140727461674959 0
[pid=25345/tid=25350] ppid=25343 vsize=26643044 memory=928 CPUtime=9.14 cores=0-7
/proc/25345/task/25350/stat : 25350 (java) S 25343 25343 22123 0 -1 1077944384 41214 0 0 0 884 30 0 0 20 0 28 0 90236064 27282477056 345919 33554432000 4194304 4196468 140727461668720 140129006300048 140129451308757 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 3 0 0 6293624 6294260 16244736 140727461672065 140727461672237 140727461672237 140727461674959 0
[pid=25345/tid=25351] ppid=25343 vsize=26643044 memory=2244 CPUtime=9.16 cores=0-7
/proc/25345/task/25351/stat : 25351 (java) S 25343 25343 22123 0 -1 1077944384 47536 0 0 0 885 31 0 0 20 0 28 0 90236064 27282477056 345919 33554432000 4194304 4196468 140727461668720 140129005246992 140129451308757 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 4 0 0 6293624 6294260 16244736 140727461672065 140727461672237 140727461672237 140727461674959 0
[pid=25345/tid=25352] ppid=25343 vsize=26643044 memory=4124 CPUtime=9.17 cores=0-7
/proc/25345/task/25352/stat : 25352 (java) S 25343 25343 22123 0 -1 1077944384 45228 0 0 0 888 29 0 0 20 0 28 0 90236064 27282477056 345919 33554432000 4194304 4196468 140727461668720 140129004194448 140129451308757 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 4 0 0 6293624 6294260 16244736 140727461672065 140727461672237 140727461672237 140727461674959 0
[pid=25345/tid=25353] ppid=25343 vsize=26643044 memory=2200 CPUtime=9.18 cores=0-7
/proc/25345/task/25353/stat : 25353 (java) S 25343 25343 22123 0 -1 1077944384 43674 0 0 0 886 32 0 0 20 0 28 0 90236064 27282477056 345919 33554432000 4194304 4196468 140727461668720 140129003141392 140129451308757 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 3 0 0 6293624 6294260 16244736 140727461672065 140727461672237 140727461672237 140727461674959 0
[pid=25345/tid=25354] ppid=25343 vsize=26643044 memory=7284 CPUtime=9.12 cores=0-7
/proc/25345/task/25354/stat : 25354 (java) S 25343 25343 22123 0 -1 1077944384 42241 0 0 0 883 29 0 0 20 0 28 0 90236064 27282477056 345919 33554432000 4194304 4196468 140727461668720 140129002088848 140129451308757 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 3 0 0 6293624 6294260 16244736 140727461672065 140727461672237 140727461672237 140727461674959 0
[pid=25345/tid=25355] ppid=25343 vsize=26643044 memory=1456 CPUtime=6.15 cores=0-7
/proc/25345/task/25355/stat : 25355 (java) S 25343 25343 22123 0 -1 1077944384 159858 0 0 0 448 167 0 0 20 0 28 0 90236065 27282477056 345919 33554432000 4194304 4196468 140727461668720 140127656282864 140129451309698 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 34 0 0 6293624 6294260 16244736 140727461672065 140727461672237 140727461672237 140727461674959 0
[pid=25345/tid=25356] ppid=25343 vsize=26643044 memory=1383676 CPUtime=0 cores=0-7
/proc/25345/task/25356/stat : 25356 (java) S 25343 25343 22123 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 28 0 90236066 27282477056 345919 33554432000 4194304 4196468 140727461668720 140127655229088 140129451308757 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16244736 140727461672065 140727461672237 140727461672237 140727461674959 0
[pid=25345/tid=25357] ppid=25343 vsize=26643044 memory=644 CPUtime=0 cores=0-7
/proc/25345/task/25357/stat : 25357 (java) S 25343 25343 22123 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 28 0 90236066 27282477056 345919 33554432000 4194304 4196468 140727461668720 140127654175984 140129451308757 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16244736 140727461672065 140727461672237 140727461672237 140727461674959 0
[pid=25345/tid=25358] ppid=25343 vsize=26643044 memory=956 CPUtime=0 cores=0-7
/proc/25345/task/25358/stat : 25358 (java) S 25343 25343 22123 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 90236068 27282477056 345919 33554432000 4194304 4196468 140727461668720 140127653124560 140129451317147 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16244736 140727461672065 140727461672237 140727461672237 140727461674959 0
[pid=25345/tid=25359] ppid=25343 vsize=26643044 memory=1232 CPUtime=1.69 cores=0-7
/proc/25345/task/25359/stat : 25359 (java) S 25343 25343 22123 0 -1 1077944384 10648 0 0 0 167 2 0 0 20 0 28 0 90236068 27282477056 345919 33554432000 4194304 4196468 140727461668720 140127652071664 140129451309698 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 32 0 0 6293624 6294260 16244736 140727461672065 140727461672237 140727461672237 140727461674959 0
[pid=25345/tid=25360] ppid=25343 vsize=26643044 memory=2336 CPUtime=1.39 cores=0-7
/proc/25345/task/25360/stat : 25360 (java) S 25343 25343 22123 0 -1 1077944384 9897 0 0 0 137 2 0 0 20 0 28 0 90236068 27282477056 345919 33554432000 4194304 4196468 140727461668720 140127651019120 140129451309698 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16244736 140727461672065 140727461672237 140727461672237 140727461674959 0
[pid=25345/tid=25361] ppid=25343 vsize=26643044 memory=1580 CPUtime=1.51 cores=0-7
/proc/25345/task/25361/stat : 25361 (java) S 25343 25343 22123 0 -1 1077944384 9473 0 0 0 149 2 0 0 20 0 28 0 90236068 27282477056 345919 33554432000 4194304 4196468 140727461668720 140127649966064 140129451309698 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16244736 140727461672065 140727461672237 140727461672237 140727461674959 0
[pid=25345/tid=25362] ppid=25343 vsize=26643044 memory=928 CPUtime=0.68 cores=0-7
/proc/25345/task/25362/stat : 25362 (java) S 25343 25343 22123 0 -1 1077944384 6882 0 0 0 66 2 0 0 20 0 28 0 90236068 27282477056 345919 33554432000 4194304 4196468 140727461668720 140127648913520 140129451309698 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16244736 140727461672065 140727461672237 140727461672237 140727461674959 0
[pid=25345/tid=25363] ppid=25343 vsize=26643044 memory=2244 CPUtime=0 cores=0-7
/proc/25345/task/25363/stat : 25363 (java) S 25343 25343 22123 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 90236069 27282477056 345919 33554432000 4194304 4196468 140727461668720 140127647861728 140129451308757 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16244736 140727461672065 140727461672237 140727461672237 140727461674959 0
[pid=25345/tid=25364] ppid=25343 vsize=26643044 memory=4124 CPUtime=0.51 cores=0-7
/proc/25345/task/25364/stat : 25364 (java) S 25343 25343 22123 0 -1 1077944384 5499 0 0 0 13 38 0 0 20 0 28 0 90236069 27282477056 345919 33554432000 4194304 4196468 140727461668720 140127646809264 140129451309698 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 35 0 0 6293624 6294260 16244736 140727461672065 140727461672237 140727461672237 140727461674959 0
[pid=25345/tid=25365] ppid=25343 vsize=26643044 memory=6791534058613427641 CPUtime=2490.97 cores=0-7
/proc/25345/task/25365/stat : 25365 (java) R 25343 25343 22123 0 -1 4202560 17920 0 0 0 249080 17 0 0 20 0 28 0 90236127 27282477056 345919 33554432000 4194304 4196468 140727461668720 140127638023024 140129087781616 0 4 0 16800975 0 0 0 -1 5 0 0 15 0 0 6293624 6294260 16244736 140727461672065 140727461672237 140727461672237 140727461674959 0
[pid=25345/tid=25366] ppid=25343 vsize=26643044 memory=7164495180880963392 CPUtime=2487.2 cores=0-7
/proc/25345/task/25366/stat : 25366 (java) R 25343 25343 22123 0 -1 4202560 12473 0 0 0 248710 10 0 0 20 0 28 0 90236127 27282477056 345919 33554432000 4194304 4196468 140727461668720 140127636971896 140129094922259 0 4 0 16800975 0 0 0 -1 0 0 0 13 0 0 6293624 6294260 16244736 140727461672065 140727461672237 140727461672237 140727461674959 0
[pid=25345/tid=25367] ppid=25343 vsize=26643044 memory=7164495180880963392 CPUtime=2488.31 cores=0-7
/proc/25345/task/25367/stat : 25367 (java) R 25343 25343 22123 0 -1 4202560 72087 0 0 0 248789 42 0 0 20 0 28 0 90236127 27282477056 345919 33554432000 4194304 4196468 140727461668720 140127635921696 140129095091660 0 4 0 16800975 0 0 0 -1 4 0 0 20 0 0 6293624 6294260 16244736 140727461672065 140727461672237 140727461672237 140727461674959 0
[pid=25345/tid=25368] ppid=25343 vsize=26643044 memory=7164495180880963392 CPUtime=2488.46 cores=0-7
/proc/25345/task/25368/stat : 25368 (java) R 25343 25343 22123 0 -1 4202560 78372 0 0 0 248806 40 0 0 20 0 28 0 90236128 27282477056 345919 33554432000 4194304 4196468 140727461668720 140127634865992 140129094922505 0 4 0 16800975 0 0 0 -1 1 0 0 22 0 0 6293624 6294260 16244736 140727461672065 140727461672237 140727461672237 140727461674959 0
[pid=25345/tid=25369] ppid=25343 vsize=26643044 memory=7164495180880963392 CPUtime=2488.7 cores=0-7
/proc/25345/task/25369/stat : 25369 (java) R 25343 25343 22123 0 -1 4202560 68518 0 0 0 248834 36 0 0 20 0 28 0 90236128 27282477056 345919 33554432000 4194304 4196468 140727461668720 140127633813848 140129093007254 0 4 0 16800975 0 0 0 -1 7 0 0 23 0 0 6293624 6294260 16244736 140727461672065 140727461672237 140727461672237 140727461674959 0
[pid=25345/tid=25370] ppid=25343 vsize=26643044 memory=7164495180880963392 CPUtime=2488.66 cores=0-7
/proc/25345/task/25370/stat : 25370 (java) R 25343 25343 22123 0 -1 4202560 22899 0 0 0 248848 18 0 0 20 0 28 0 90236128 27282477056 345919 33554432000 4194304 4196468 140727461668720 140127632760544 140129092516377 0 4 0 16800975 0 0 0 -1 3 0 0 39 0 0 6293624 6294260 16244736 140727461672065 140727461672237 140727461672237 140727461674959 0
[pid=25345/tid=25371] ppid=25343 vsize=26643044 memory=0 CPUtime=2489.3 cores=0-7
/proc/25345/task/25371/stat : 25371 (java) R 25343 25343 22123 0 -1 4202560 17166 0 0 0 248918 12 0 0 20 0 28 0 90236128 27282477056 345919 33554432000 4194304 4196468 140727461668720 140127631708664 140129094922283 0 4 0 16800975 0 0 0 -1 2 0 0 12 0 0 6293624 6294260 16244736 140727461672065 140727461672237 140727461672237 140727461674959 0
[pid=25345/tid=25372] ppid=25343 vsize=26643044 memory=4629771062077588875 CPUtime=2486.21 cores=0-7
/proc/25345/task/25372/stat : 25372 (java) R 25343 25343 22123 0 -1 4202560 219405 0 0 0 248478 143 0 0 20 0 28 0 90236128 27282477056 345919 33554432000 4194304 4196468 140727461668720 140127630656592 140129093035354 0 4 0 16800975 0 0 0 -1 6 0 0 18 0 0 6293624 6294260 16244736 140727461672065 140727461672237 140727461672237 140727461674959 0
Current children cumulated CPU time: 19993.7 s
Current children cumulated vsize: 26756172 KiB
Current children cumulated memory: 1385132 KiB

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

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

[startup+2520.12 s]
# the end of solver process 25345 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=19987.6 s, system=6.93778 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.12
CPU time (s): 19994.5
CPU user time (s): 19987.6
CPU system time (s): 6.93778
CPU usage (%): 793.396
Max. virtual memory (cumulated for all children) (KiB): 26756172
Max. memory (cumulated for all children) (KiB): 2123920

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 19987.6
system time used= 6.93778
maximum resident set size= 2128608
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1062326
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3848
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 414761
involuntary context switches= 233913


# summary of solver processes directly reported to runsolver:
#   pid: 25343,25345
#   total CPU time (s): 19994.5
#   total CPU user time (s): 19987.6
#   total CPU system time (s): 6.93778

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 28.9205 second user time and 20.3784 second system time

The end

Launcher Data

Begin job on node148 at 2018-07-27 23:25:29
IDJOB=4297687
IDBENCH=141560
IDSOLVER=2760
FILE ID=node148/4297687-1532726729
RUNJOBID= node148-1532719268-22150
PBS_JOBID= 21022332
Free space on /tmp= 43264 MiB

SOLVER NAME= Choco-solver 4.0.7b par (e747e1e)
BENCH NAME= XCSP18/MagicHexagon/MagicHexagon-06-0010_c18.xml
COMMAND LINE= HOME/xcsp3-exec -seed RANDOMSEED -dir DIR -tl TIMEOUT -ml 22000 -p NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4297687-1532726729/watcher-4297687-1532726729 -o /tmp/evaluation-result-4297687-1532726729/solver-4297687-1532726729 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node148-1532719268-22150 --watchdog 2580  HOME/xcsp3-exec -seed 871353817 -dir HOME -tl 20160 -ml 22000 -p 8 HOME/instance-4297687-1532726729.xml

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

MD5SUM BENCH= a4a3304b5e9aae9c2bcc59fc5ef6ae6f
RANDOM SEED=871353817

node148.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.50
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.50
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.50
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.50
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:        23676948 kB
MemAvailable:   31933028 kB
Buffers:          209784 kB
Cached:          8180740 kB
SwapCached:          352 kB
Active:          1992812 kB
Inactive:        6448892 kB
Active(anon):       4396 kB
Inactive(anon):    74236 kB
Active(file):    1988416 kB
Inactive(file):  6374656 kB
Unevictable:        7080 kB
Mlocked:            7080 kB
SwapTotal:      67108860 kB
SwapFree:       67108404 kB
Dirty:             21904 kB
Writeback:             0 kB
AnonPages:         56084 kB
Mapped:            42052 kB
Shmem:             25016 kB
Slab:             349104 kB
SReclaimable:     321468 kB
SUnreclaim:        27636 kB
KernelStack:        3168 kB
PageTables:         5100 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     323788 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:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 43244 MiB
End job on node148 at 2018-07-28 00:07:29