Trace number 4306784

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 seq (e747e1e)? (TO) 2520.03 2510.41

General information on the benchmark

NameColouredQueens/
ColouredQueens-16_c18.xml
MD5SUMca60191094dbbdd7cca22b5ebea1cb75
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 variables256
Number of constraints90
Number of domains1
Minimum domain size16
Maximum domain size16
Distribution of domain sizes[{"size":16,"count":256}]
Minimum variable degree3
Maximum variable degree4
Distribution of variable degrees[{"degree":3,"count":4},{"degree":4,"count":252}]
Minimum constraint arity2
Maximum constraint arity16
Distribution of constraint arities[{"arity":2,"count":4},{"arity":3,"count":4},{"arity":4,"count":4},{"arity":5,"count":4},{"arity":6,"count":4},{"arity":7,"count":4},{"arity":8,"count":4},{"arity":9,"count":4},{"arity":10,"count":4},{"arity":11,"count":4},{"arity":12,"count":4},{"arity":13,"count":4},{"arity":14,"count":4},{"arity":15,"count":4},{"arity":16,"count":34}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"allDifferent","count":90}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.00	c java -server -Xmx11000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4306784-1534038673.xml"  -tl '2520s' -p 1
0.12/0.18	c Choco e747e1e
0.12/0.18	c [HOME/instance-4306784-1534038673.xml, -tl, 2520s, -p, 1]
0.31/0.24	c simple solver
0.46/0.32	c parse instance...
0.85/0.56	c solve instance...
2520.00/2510.40	s UNKNOWN
2520.00/2510.40	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 (10629 MiB free)
  memory of node 1: 16384 MiB (6379 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4306784-1534038673/watcher-4306784-1534038673 -o /tmp/evaluation-result-4306784-1534038673/solver-4306784-1534038673 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node138-1534038673-26647 --watchdog 2580 HOME/xcsp3-exec -seed 1350098412 -dir HOME -tl 2520 -ml 11000 -p 1 HOME/instance-4306784-1534038673.xml 

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

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

solver pid=26678, runsolver pid=26671

[startup+0.10009 s]*
/proc/loadavg: 1.00 1.01 1.20 5/218 26709
/proc/meminfo: memFree=17380428/32770624 swapFree=67108796/67108860
[pid=26678] ppid=26671 vsize=113128 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/26678/stat : 26678 (xcsp3-exec) S 26671 26678 25340 0 -1 4202496 537 0 0 0 0 0 0 0 20 0 1 0 221430519 115843072 364 33554432000 4194304 5098028 140721797278256 140721797276360 140258815103612 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 24502272 140721797284922 140721797285124 140721797285124 140721797287882 0
/proc/26678/statm: 28282 364 306 221 0 87 0
[pid=26681] ppid=26678 vsize=14082940 memory=29304 CPUtime=0.12 cores=0,2,4,6
/proc/26681/stat : 26681 (java) S 26678 26678 25340 0 -1 1077944320 5225 0 0 0 10 2 0 0 20 0 15 0 221430519 14420930560 7326 33554432000 4194304 4196468 140721662898496 140721662881040 140687788433143 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 32100352 140721662907526 140721662907697 140721662907697 140721662910415 0
/proc/26681/statm: 3520735 7326 2993 1 0 3483012 0
[pid=26681/tid=26683] ppid=26678 vsize=14082940 memory=4351193298017878160 CPUtime=0.09 cores=0,2,4,6
/proc/26681/task/26683/stat : 26683 (java) R 26678 26678 25340 0 -1 4202560 3249 0 0 0 8 1 0 0 20 0 15 0 221430519 14420930560 7326 33554432000 4194304 4196468 140721662898496 140687792665376 140687788445078 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 32100352 140721662907526 140721662907697 140721662907697 140721662910415 0
[pid=26681/tid=26686] ppid=26678 vsize=14082940 memory=-3689349214911541841 CPUtime=0 cores=0,2,4,6
/proc/26681/task/26686/stat : 26686 (java) S 26678 26678 25340 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 221430520 14420930560 7326 33554432000 4194304 4196468 140721662898496 140687703501840 140687788443349 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32100352 140721662907526 140721662907697 140721662907697 140721662910415 0
[pid=26681/tid=26688] ppid=26678 vsize=14082940 memory=139986841839232 CPUtime=0 cores=0,2,4,6
/proc/26681/task/26688/stat : 26688 (java) S 26678 26678 25340 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 221430520 14420930560 7326 33554432000 4194304 4196468 140721662898496 140687702449296 140687788443349 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32100352 140721662907526 140721662907697 140721662907697 140721662910415 0
[pid=26681/tid=26690] ppid=26678 vsize=14082940 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26681/task/26690/stat : 26690 (java) S 26678 26678 25340 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 221430520 14420930560 7326 33554432000 4194304 4196468 140721662898496 140687701396240 140687788443349 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32100352 140721662907526 140721662907697 140721662907697 140721662910415 0
[pid=26681/tid=26691] ppid=26678 vsize=14082940 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26681/task/26691/stat : 26691 (java) S 26678 26678 25340 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 221430520 14420930560 7326 33554432000 4194304 4196468 140721662898496 140687700343696 140687788443349 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32100352 140721662907526 140721662907697 140721662907697 140721662910415 0
[pid=26681/tid=26693] ppid=26678 vsize=14082940 memory=139986841839232 CPUtime=0 cores=0,2,4,6
/proc/26681/task/26693/stat : 26693 (java) S 26678 26678 25340 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 221430521 14420930560 7326 33554432000 4194304 4196468 140721662898496 140687262075120 140687788444290 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32100352 140721662907526 140721662907697 140721662907697 140721662910415 0
[pid=26681/tid=26694] ppid=26678 vsize=14082940 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26681/task/26694/stat : 26694 (java) S 26678 26678 25340 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 221430522 14420930560 7326 33554432000 4194304 4196468 140721662898496 140687261021344 140687788443349 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32100352 140721662907526 140721662907697 140721662907697 140721662910415 0
[pid=26681/tid=26696] ppid=26678 vsize=14082940 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26681/task/26696/stat : 26696 (java) S 26678 26678 25340 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 221430522 14420930560 7326 33554432000 4194304 4196468 140721662898496 140687259968240 140687788443349 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32100352 140721662907526 140721662907697 140721662907697 140721662910415 0
[pid=26681/tid=26698] ppid=26678 vsize=14082940 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26681/task/26698/stat : 26698 (java) S 26678 26678 25340 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 221430524 14420930560 7326 33554432000 4194304 4196468 140721662898496 140687258916816 140687788451739 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32100352 140721662907526 140721662907697 140721662907697 140721662910415 0
[pid=26681/tid=26699] ppid=26678 vsize=14082940 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26681/task/26699/stat : 26699 (java) S 26678 26678 25340 0 -1 1077944384 303 0 0 0 0 0 0 0 20 0 15 0 221430524 14420930560 7326 33554432000 4194304 4196468 140721662898496 140687257864944 140687788444290 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32100352 140721662907526 140721662907697 140721662907697 140721662910415 0
[pid=26681/tid=26700] ppid=26678 vsize=14082940 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26681/task/26700/stat : 26700 (java) S 26678 26678 25340 0 -1 1077944384 124 0 0 0 0 0 0 0 20 0 15 0 221430524 14420930560 7326 33554432000 4194304 4196468 140721662898496 140687256812400 140687788444290 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32100352 140721662907526 140721662907697 140721662907697 140721662910415 0
[pid=26681/tid=26701] ppid=26678 vsize=14082940 memory=139986841839232 CPUtime=0.01 cores=0,2,4,6
/proc/26681/task/26701/stat : 26701 (java) R 26678 26678 25340 0 -1 4202560 244 0 0 0 1 0 0 0 20 0 15 0 221430524 14420930560 7326 33554432000 4194304 4196468 140721662898496 140687255759344 140687780670270 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 32100352 140721662907526 140721662907697 140721662907697 140721662910415 0
[pid=26681/tid=26706] ppid=26678 vsize=14082940 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26681/task/26706/stat : 26706 (java) S 26678 26678 25340 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 221430525 14420930560 7326 33554432000 4194304 4196468 140721662898496 140687254707040 140687788443349 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32100352 140721662907526 140721662907697 140721662907697 140721662910415 0
[pid=26681/tid=26708] ppid=26678 vsize=14082940 memory=139986841839232 CPUtime=0 cores=0,2,4,6
/proc/26681/task/26708/stat : 26708 (java) S 26678 26678 25340 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 221430525 14420930560 7326 33554432000 4194304 4196468 140721662898496 140687253654064 140687788444290 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32100352 140721662907526 140721662907697 140721662907697 140721662910415 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 14196068 KiB
Current children cumulated memory: 30760 KiB

[startup+0.210533 s]*
/proc/loadavg: 1.00 1.01 1.20 4/218 26709
/proc/meminfo: memFree=17358448/32770624 swapFree=67108796/67108860
[pid=26678] ppid=26671 vsize=113128 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/26678/stat : 26678 (xcsp3-exec) S 26671 26678 25340 0 -1 4202496 537 0 0 0 0 0 0 0 20 0 1 0 221430519 115843072 364 33554432000 4194304 5098028 140721797278256 140721797276360 140258815103612 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 24502272 140721797284922 140721797285124 140721797285124 140721797287882 0
/proc/26678/statm: 28282 364 306 221 0 87 0
[pid=26681] ppid=26678 vsize=14082940 memory=41052 CPUtime=0.31 cores=0,2,4,6
/proc/26681/stat : 26681 (java) S 26678 26678 25340 0 -1 1077944320 7746 0 0 0 28 3 0 0 20 0 15 0 221430519 14420930560 10263 33554432000 4194304 4196468 140721662898496 140721662881040 140687788433143 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 32100352 140721662907526 140721662907697 140721662907697 140721662910415 0
/proc/26681/statm: 3520735 10263 3200 1 0 3483012 0
[pid=26681/tid=26683] ppid=26678 vsize=14082940 memory=7883960649037381690 CPUtime=0.18 cores=0,2,4,6
/proc/26681/task/26683/stat : 26683 (java) R 26678 26678 25340 0 -1 4202560 4902 0 0 0 16 2 0 0 20 0 15 0 221430519 14420930560 10263 33554432000 4194304 4196468 140721662898496 140687792667072 140687788445078 0 4 0 16800975 0 0 0 -1 0 0 0 2 0 0 6293624 6294260 32100352 140721662907526 140721662907697 140721662907697 140721662910415 0
[pid=26681/tid=26686] ppid=26678 vsize=14082940 memory=8987 CPUtime=0 cores=0,2,4,6
/proc/26681/task/26686/stat : 26686 (java) S 26678 26678 25340 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 221430520 14420930560 10263 33554432000 4194304 4196468 140721662898496 140687703501840 140687788443349 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32100352 140721662907526 140721662907697 140721662907697 140721662910415 0
[pid=26681/tid=26688] ppid=26678 vsize=14082940 memory=288370362993550976 CPUtime=0 cores=0,2,4,6
/proc/26681/task/26688/stat : 26688 (java) S 26678 26678 25340 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 221430520 14420930560 10263 33554432000 4194304 4196468 140721662898496 140687702449296 140687788443349 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32100352 140721662907526 140721662907697 140721662907697 140721662910415 0
[pid=26681/tid=26690] ppid=26678 vsize=14082940 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26681/task/26690/stat : 26690 (java) S 26678 26678 25340 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 221430520 14420930560 10263 33554432000 4194304 4196468 140721662898496 140687701396240 140687788443349 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32100352 140721662907526 140721662907697 140721662907697 140721662910415 0
[pid=26681/tid=26691] ppid=26678 vsize=14082940 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26681/task/26691/stat : 26691 (java) S 26678 26678 25340 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 221430520 14420930560 10263 33554432000 4194304 4196468 140721662898496 140687700343696 140687788443349 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32100352 140721662907526 140721662907697 140721662907697 140721662910415 0
[pid=26681/tid=26693] ppid=26678 vsize=14082940 memory=139986841839232 CPUtime=0 cores=0,2,4,6
/proc/26681/task/26693/stat : 26693 (java) S 26678 26678 25340 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 221430521 14420930560 10263 33554432000 4194304 4196468 140721662898496 140687262075120 140687788444290 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32100352 140721662907526 140721662907697 140721662907697 140721662910415 0
[pid=26681/tid=26694] ppid=26678 vsize=14082940 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26681/task/26694/stat : 26694 (java) S 26678 26678 25340 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 221430522 14420930560 10263 33554432000 4194304 4196468 140721662898496 140687261021344 140687788443349 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32100352 140721662907526 140721662907697 140721662907697 140721662910415 0
[pid=26681/tid=26696] ppid=26678 vsize=14082940 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26681/task/26696/stat : 26696 (java) S 26678 26678 25340 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 221430522 14420930560 10263 33554432000 4194304 4196468 140721662898496 140687259968240 140687788443349 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32100352 140721662907526 140721662907697 140721662907697 140721662910415 0
[pid=26681/tid=26698] ppid=26678 vsize=14082940 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26681/task/26698/stat : 26698 (java) S 26678 26678 25340 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 221430524 14420930560 10263 33554432000 4194304 4196468 140721662898496 140687258916816 140687788451739 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32100352 140721662907526 140721662907697 140721662907697 140721662910415 0
[pid=26681/tid=26699] ppid=26678 vsize=14082940 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/26681/task/26699/stat : 26699 (java) S 26678 26678 25340 0 -1 1077944384 625 0 0 0 2 0 0 0 20 0 15 0 221430524 14420930560 10263 33554432000 4194304 4196468 140721662898496 140687257864944 140687788444290 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32100352 140721662907526 140721662907697 140721662907697 140721662910415 0
[pid=26681/tid=26700] ppid=26678 vsize=14082940 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/26681/task/26700/stat : 26700 (java) S 26678 26678 25340 0 -1 1077944384 168 0 0 0 1 0 0 0 20 0 15 0 221430524 14420930560 10263 33554432000 4194304 4196468 140721662898496 140687256812400 140687788444290 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32100352 140721662907526 140721662907697 140721662907697 140721662910415 0
[pid=26681/tid=26701] ppid=26678 vsize=14082940 memory=139986841839232 CPUtime=0.06 cores=0,2,4,6
/proc/26681/task/26701/stat : 26701 (java) R 26678 26678 25340 0 -1 4202560 746 0 0 0 6 0 0 0 20 0 15 0 221430524 14420930560 10263 33554432000 4194304 4196468 140721662898496 140687255759344 140687788445078 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 32100352 140721662907526 140721662907697 140721662907697 140721662910415 0
[pid=26681/tid=26706] ppid=26678 vsize=14082940 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26681/task/26706/stat : 26706 (java) S 26678 26678 25340 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 221430525 14420930560 10263 33554432000 4194304 4196468 140721662898496 140687254707040 140687788443349 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32100352 140721662907526 140721662907697 140721662907697 140721662910415 0
[pid=26681/tid=26708] ppid=26678 vsize=14082940 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26681/task/26708/stat : 26708 (java) S 26678 26678 25340 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 221430525 14420930560 10263 33554432000 4194304 4196468 140721662898496 140687253654064 140687788444290 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32100352 140721662907526 140721662907697 140721662907697 140721662910415 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 14196068 KiB
Current children cumulated memory: 42508 KiB

[startup+0.311779 s]*
/proc/loadavg: 1.00 1.01 1.20 6/218 26709
/proc/meminfo: memFree=17349608/32770624 swapFree=67108796/67108860
[pid=26678] ppid=26671 vsize=113128 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/26678/stat : 26678 (xcsp3-exec) S 26671 26678 25340 0 -1 4202496 537 0 0 0 0 0 0 0 20 0 1 0 221430519 115843072 364 33554432000 4194304 5098028 140721797278256 140721797276360 140258815103612 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 24502272 140721797284922 140721797285124 140721797285124 140721797287882 0
/proc/26678/statm: 28282 364 306 221 0 87 0
[pid=26681] ppid=26678 vsize=14087196 memory=46072 CPUtime=0.46 cores=0,2,4,6
/proc/26681/stat : 26681 (java) S 26678 26678 25340 0 -1 1077944320 8253 0 0 0 42 4 0 0 20 0 15 0 221430519 14425288704 11518 33554432000 4194304 4196468 140721662898496 140721662881040 140687788433143 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 32100352 140721662907526 140721662907697 140721662907697 140721662910415 0
/proc/26681/statm: 3521799 11518 3218 1 0 3483012 0
[pid=26681/tid=26683] ppid=26678 vsize=14087196 memory=6791534058613427641 CPUtime=0.26 cores=0,2,4,6
/proc/26681/task/26683/stat : 26683 (java) R 26678 26678 25340 0 -1 4202560 5353 0 0 0 24 2 0 0 20 0 15 0 221430519 14425288704 11518 33554432000 4194304 4196468 140721662898496 140687792654448 140687770574935 0 4 0 16800975 0 0 0 -1 4 0 0 3 0 0 6293624 6294260 32100352 140721662907526 140721662907697 140721662907697 140721662910415 0
[pid=26681/tid=26686] ppid=26678 vsize=14087196 memory=4126316290023845779 CPUtime=0 cores=0,2,4,6
/proc/26681/task/26686/stat : 26686 (java) S 26678 26678 25340 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 221430520 14425288704 11518 33554432000 4194304 4196468 140721662898496 140687703501840 140687788443349 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32100352 140721662907526 140721662907697 140721662907697 140721662910415 0
[pid=26681/tid=26688] ppid=26678 vsize=14087196 memory=6943526294502006880 CPUtime=0 cores=0,2,4,6
/proc/26681/task/26688/stat : 26688 (java) S 26678 26678 25340 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 221430520 14425288704 11518 33554432000 4194304 4196468 140721662898496 140687702449296 140687788443349 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32100352 140721662907526 140721662907697 140721662907697 140721662910415 0
[pid=26681/tid=26690] ppid=26678 vsize=14087196 memory=6944656575208382560 CPUtime=0 cores=0,2,4,6
/proc/26681/task/26690/stat : 26690 (java) S 26678 26678 25340 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 221430520 14425288704 11518 33554432000 4194304 4196468 140721662898496 140687701396240 140687788443349 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32100352 140721662907526 140721662907697 140721662907697 140721662910415 0
[pid=26681/tid=26691] ppid=26678 vsize=14087196 memory=-3258418265892434876 CPUtime=0 cores=0,2,4,6
/proc/26681/task/26691/stat : 26691 (java) S 26678 26678 25340 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 221430520 14425288704 11518 33554432000 4194304 4196468 140721662898496 140687700343696 140687788443349 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32100352 140721662907526 140721662907697 140721662907697 140721662910415 0
[pid=26681/tid=26693] ppid=26678 vsize=14087196 memory=4572146066226452084 CPUtime=0 cores=0,2,4,6
/proc/26681/task/26693/stat : 26693 (java) S 26678 26678 25340 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 221430521 14425288704 11518 33554432000 4194304 4196468 140721662898496 140687262075120 140687788444290 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32100352 140721662907526 140721662907697 140721662907697 140721662910415 0
[pid=26681/tid=26694] ppid=26678 vsize=14087196 memory=6944613755495348631 CPUtime=0 cores=0,2,4,6
/proc/26681/task/26694/stat : 26694 (java) S 26678 26678 25340 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 221430522 14425288704 11518 33554432000 4194304 4196468 140721662898496 140687261021344 140687788443349 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32100352 140721662907526 140721662907697 140721662907697 140721662910415 0
[pid=26681/tid=26696] ppid=26678 vsize=14087196 memory=-9001728533042062950 CPUtime=0 cores=0,2,4,6
/proc/26681/task/26696/stat : 26696 (java) S 26678 26678 25340 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 221430522 14425288704 11518 33554432000 4194304 4196468 140721662898496 140687259968240 140687788443349 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32100352 140721662907526 140721662907697 140721662907697 140721662910415 0
[pid=26681/tid=26698] ppid=26678 vsize=14087196 memory=-8813974798734826869 CPUtime=0 cores=0,2,4,6
/proc/26681/task/26698/stat : 26698 (java) S 26678 26678 25340 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 221430524 14425288704 11518 33554432000 4194304 4196468 140721662898496 140687258916816 140687788451739 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32100352 140721662907526 140721662907697 140721662907697 140721662910415 0
[pid=26681/tid=26699] ppid=26678 vsize=14087196 memory=7031125463459224206 CPUtime=0.04 cores=0,2,4,6
/proc/26681/task/26699/stat : 26699 (java) R 26678 26678 25340 0 -1 4202560 634 0 0 0 4 0 0 0 20 0 15 0 221430524 14425288704 11518 33554432000 4194304 4196468 140721662898496 140687257853088 140687771819965 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 32100352 140721662907526 140721662907697 140721662907697 140721662910415 0
[pid=26681/tid=26700] ppid=26678 vsize=14087196 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/26681/task/26700/stat : 26700 (java) R 26678 26678 25340 0 -1 1077944384 172 0 0 0 2 0 0 0 20 0 15 0 221430524 14425288704 11518 33554432000 4194304 4196468 140721662898496 140687256812496 140687788443349 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 32100352 140721662907526 140721662907697 140721662907697 140721662910415 0
[pid=26681/tid=26701] ppid=26678 vsize=14087196 memory=0 CPUtime=0.11 cores=0,2,4,6
/proc/26681/task/26701/stat : 26701 (java) R 26678 26678 25340 0 -1 4202560 791 0 0 0 11 0 0 0 20 0 15 0 221430524 14425288704 11518 33554432000 4194304 4196468 140721662898496 140687255759344 140687766801782 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 32100352 140721662907526 140721662907697 140721662907697 140721662910415 0
[pid=26681/tid=26706] ppid=26678 vsize=14087196 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26681/task/26706/stat : 26706 (java) S 26678 26678 25340 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 221430525 14425288704 11518 33554432000 4194304 4196468 140721662898496 140687254707040 140687788443349 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32100352 140721662907526 140721662907697 140721662907697 140721662910415 0
[pid=26681/tid=26708] ppid=26678 vsize=14087196 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26681/task/26708/stat : 26708 (java) S 26678 26678 25340 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 221430525 14425288704 11518 33554432000 4194304 4196468 140721662898496 140687253654064 140687788444290 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32100352 140721662907526 140721662907697 140721662907697 140721662910415 0
Current children cumulated CPU time: 0.46 s
Current children cumulated vsize: 14200324 KiB
Current children cumulated memory: 47528 KiB

[startup+0.701302 s]
/proc/loadavg: 1.00 1.01 1.20 5/218 26709
/proc/meminfo: memFree=17319248/32770624 swapFree=67108796/67108860
[pid=26678] ppid=26671 vsize=113128 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/26678/stat : 26678 (xcsp3-exec) S 26671 26678 25340 0 -1 4202496 537 0 0 0 0 0 0 0 20 0 1 0 221430519 115843072 364 33554432000 4194304 5098028 140721797278256 140721797276360 140258815103612 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 24502272 140721797284922 140721797285124 140721797285124 140721797287882 0
/proc/26678/statm: 28282 364 306 221 0 87 0
[pid=26681] ppid=26678 vsize=14089320 memory=68404 CPUtime=1.44 cores=0,2,4,6
/proc/26681/stat : 26681 (java) S 26678 26678 25340 0 -1 1077944320 11880 0 0 0 139 5 0 0 20 0 15 0 221430519 14427463680 17101 33554432000 4194304 4196468 140721662898496 140721662881040 140687788433143 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 32100352 140721662907526 140721662907697 140721662907697 140721662910415 0
/proc/26681/statm: 3522330 17101 3359 1 0 3483524 0
[pid=26681/tid=26683] ppid=26678 vsize=14089320 memory=0 CPUtime=0.62 cores=0,2,4,6
/proc/26681/task/26683/stat : 26683 (java) R 26678 26678 25340 0 -1 4202560 6423 0 0 0 59 3 0 0 20 0 15 0 221430519 14427463680 17101 33554432000 4194304 4196468 140721662898496 140687792672608 140687788445078 0 4 0 16800975 0 0 0 -1 4 0 0 3 0 0 6293624 6294260 32100352 140721662907526 140721662907697 140721662907697 140721662910415 0
[pid=26681/tid=26686] ppid=26678 vsize=14089320 memory=3472328296227679313 CPUtime=0 cores=0,2,4,6
/proc/26681/task/26686/stat : 26686 (java) S 26678 26678 25340 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 221430520 14427463680 17101 33554432000 4194304 4196468 140721662898496 140687703501840 140687788443349 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32100352 140721662907526 140721662907697 140721662907697 140721662910415 0
[pid=26681/tid=26688] ppid=26678 vsize=14089320 memory=-7082918048272507482 CPUtime=0 cores=0,2,4,6
/proc/26681/task/26688/stat : 26688 (java) S 26678 26678 25340 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 221430520 14427463680 17101 33554432000 4194304 4196468 140721662898496 140687702449296 140687788443349 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32100352 140721662907526 140721662907697 140721662907697 140721662910415 0
[pid=26681/tid=26690] ppid=26678 vsize=14089320 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26681/task/26690/stat : 26690 (java) S 26678 26678 25340 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 221430520 14427463680 17101 33554432000 4194304 4196468 140721662898496 140687701396240 140687788443349 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32100352 140721662907526 140721662907697 140721662907697 140721662910415 0
[pid=26681/tid=26691] ppid=26678 vsize=14089320 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26681/task/26691/stat : 26691 (java) S 26678 26678 25340 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 221430520 14427463680 17101 33554432000 4194304 4196468 140721662898496 140687700343696 140687788443349 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32100352 140721662907526 140721662907697 140721662907697 140721662910415 0
[pid=26681/tid=26693] ppid=26678 vsize=14089320 memory=60144 CPUtime=0 cores=0,2,4,6
/proc/26681/task/26693/stat : 26693 (java) S 26678 26678 25340 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 221430521 14427463680 17101 33554432000 4194304 4196468 140721662898496 140687262075120 140687788444290 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32100352 140721662907526 140721662907697 140721662907697 140721662910415 0
[pid=26681/tid=26694] ppid=26678 vsize=14089320 memory=2056 CPUtime=0 cores=0,2,4,6
/proc/26681/task/26694/stat : 26694 (java) S 26678 26678 25340 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 221430522 14427463680 17101 33554432000 4194304 4196468 140721662898496 140687261021344 140687788443349 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32100352 140721662907526 140721662907697 140721662907697 140721662910415 0
[pid=26681/tid=26696] ppid=26678 vsize=14089320 memory=932 CPUtime=0 cores=0,2,4,6
/proc/26681/task/26696/stat : 26696 (java) S 26678 26678 25340 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 221430522 14427463680 17101 33554432000 4194304 4196468 140721662898496 140687259968240 140687788443349 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32100352 140721662907526 140721662907697 140721662907697 140721662910415 0
[pid=26681/tid=26698] ppid=26678 vsize=14089320 memory=1608 CPUtime=0 cores=0,2,4,6
/proc/26681/task/26698/stat : 26698 (java) S 26678 26678 25340 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 221430524 14427463680 17101 33554432000 4194304 4196468 140721662898496 140687258916816 140687788451739 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32100352 140721662907526 140721662907697 140721662907697 140721662910415 0
[pid=26681/tid=26699] ppid=26678 vsize=14089320 memory=8628 CPUtime=0.25 cores=0,2,4,6
/proc/26681/task/26699/stat : 26699 (java) R 26678 26678 25340 0 -1 4202560 1549 0 0 0 25 0 0 0 20 0 15 0 221430524 14427463680 17101 33554432000 4194304 4196468 140721662898496 140687257855056 140687773540599 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 32100352 140721662907526 140721662907697 140721662907697 140721662910415 0
[pid=26681/tid=26700] ppid=26678 vsize=14089320 memory=1080 CPUtime=0.2 cores=0,2,4,6
/proc/26681/task/26700/stat : 26700 (java) R 26678 26678 25340 0 -1 4202560 854 0 0 0 20 0 0 0 20 0 15 0 221430524 14427463680 17101 33554432000 4194304 4196468 140721662898496 140687256800912 140687774496368 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 32100352 140721662907526 140721662907697 140721662907697 140721662910415 0
[pid=26681/tid=26701] ppid=26678 vsize=14089320 memory=752 CPUtime=0.33 cores=0,2,4,6
/proc/26681/task/26701/stat : 26701 (java) R 26678 26678 25340 0 -1 4202560 1745 0 0 0 33 0 0 0 20 0 15 0 221430524 14427463680 17101 33554432000 4194304 4196468 140721662898496 140687255759344 140687788454490 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 32100352 140721662907526 140721662907697 140721662907697 140721662910415 0
[pid=26681/tid=26706] ppid=26678 vsize=14089320 memory=820 CPUtime=0 cores=0,2,4,6
/proc/26681/task/26706/stat : 26706 (java) S 26678 26678 25340 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 221430525 14427463680 17101 33554432000 4194304 4196468 140721662898496 140687254707040 140687788443349 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32100352 140721662907526 140721662907697 140721662907697 140721662910415 0
[pid=26681/tid=26708] ppid=26678 vsize=14089320 memory=1592 CPUtime=0 cores=0,2,4,6
/proc/26681/task/26708/stat : 26708 (java) S 26678 26678 25340 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 221430525 14427463680 17101 33554432000 4194304 4196468 140721662898496 140687253654064 140687788444290 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32100352 140721662907526 140721662907697 140721662907697 140721662910415 0
Current children cumulated CPU time: 1.44 s
Current children cumulated vsize: 14202448 KiB
Current children cumulated memory: 69860 KiB

[startup+1.502 s]
/proc/loadavg: 1.00 1.01 1.20 9/218 26709
/proc/meminfo: memFree=17279496/32770624 swapFree=67108796/67108860
[pid=26678] ppid=26671 vsize=113128 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/26678/stat : 26678 (xcsp3-exec) S 26671 26678 25340 0 -1 4202496 537 0 0 0 0 0 0 0 20 0 1 0 221430519 115843072 364 33554432000 4194304 5098028 140721797278256 140721797276360 140258815103612 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 24502272 140721797284922 140721797285124 140721797285124 140721797287882 0
/proc/26678/statm: 28282 364 306 221 0 87 0

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

/proc/26681/task/26696/stat : 26696 (java) S 26678 26678 25340 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 221430522 14427463680 545666 33554432000 4194304 4196468 140721662898496 140687259968240 140687788443349 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32100352 140721662907526 140721662907697 140721662907697 140721662910415 0
[pid=26681/tid=26698] ppid=26678 vsize=14089320 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/26681/task/26698/stat : 26698 (java) S 26678 26678 25340 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 221430524 14427463680 545666 33554432000 4194304 4196468 140721662898496 140687258916816 140687788451739 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32100352 140721662907526 140721662907697 140721662907697 140721662910415 0
[pid=26681/tid=26699] ppid=26678 vsize=14089320 memory=164 CPUtime=1.47 cores=0,2,4,6
/proc/26681/task/26699/stat : 26699 (java) S 26678 26678 25340 0 -1 1077944384 11082 0 0 0 146 1 0 0 20 0 15 0 221430524 14427463680 545666 33554432000 4194304 4196468 140721662898496 140687257864944 140687788444290 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32100352 140721662907526 140721662907697 140721662907697 140721662910415 0
[pid=26681/tid=26700] ppid=26678 vsize=14089320 memory=6655300316396806240 CPUtime=1.71 cores=0,2,4,6
/proc/26681/task/26700/stat : 26700 (java) S 26678 26678 25340 0 -1 1077944384 12618 0 0 0 169 2 0 0 20 0 15 0 221430524 14427463680 545666 33554432000 4194304 4196468 140721662898496 140687256812400 140687788444290 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 41 0 0 6293624 6294260 32100352 140721662907526 140721662907697 140721662907697 140721662910415 0
[pid=26681/tid=26701] ppid=26678 vsize=14089320 memory=6154540943708016748 CPUtime=0.51 cores=0,2,4,6
/proc/26681/task/26701/stat : 26701 (java) S 26678 26678 25340 0 -1 1077944384 8250 0 0 0 50 1 0 0 20 0 15 0 221430524 14427463680 545666 33554432000 4194304 4196468 140721662898496 140687255759344 140687788444290 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32100352 140721662907526 140721662907697 140721662907697 140721662910415 0
[pid=26681/tid=26706] ppid=26678 vsize=14089320 memory=7156608284753291093 CPUtime=0 cores=0,2,4,6
/proc/26681/task/26706/stat : 26706 (java) S 26678 26678 25340 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 221430525 14427463680 545666 33554432000 4194304 4196468 140721662898496 140687254707040 140687788443349 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32100352 140721662907526 140721662907697 140721662907697 140721662910415 0
[pid=26681/tid=26708] ppid=26678 vsize=14089320 memory=13481902344460 CPUtime=0.72 cores=0,2,4,6
/proc/26681/task/26708/stat : 26708 (java) S 26678 26678 25340 0 -1 1077944384 1184 0 0 0 35 37 0 0 20 0 15 0 221430525 14427463680 545666 33554432000 4194304 4196468 140721662898496 140687253654064 140687788444290 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 58 0 0 6293624 6294260 32100352 140721662907526 140721662907697 140721662907697 140721662910415 0
Current children cumulated CPU time: 2390.62 s
Current children cumulated vsize: 14202448 KiB
Current children cumulated memory: 2184120 KiB

[startup+2442.3 s]
/proc/loadavg: 1.69 1.79 1.68 4/218 26808
/proc/meminfo: memFree=5821612/32770624 swapFree=67108796/67108860
[pid=26678] ppid=26671 vsize=113128 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/26678/stat : 26678 (xcsp3-exec) S 26671 26678 25340 0 -1 4202496 537 0 0 0 0 0 0 0 20 0 1 0 221430519 115843072 364 33554432000 4194304 5098028 140721797278256 140721797276360 140258815103612 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 24502272 140721797284922 140721797285124 140721797285124 140721797287882 0
/proc/26678/statm: 28282 364 306 221 0 87 0
[pid=26681] ppid=26678 vsize=14089320 memory=3846000 CPUtime=2451.38 cores=0,2,4,6
/proc/26681/stat : 26681 (java) S 26678 26678 25340 0 -1 1077944320 118629 0 0 0 244798 340 0 0 20 0 15 0 221430519 14427463680 961500 33554432000 4194304 4196468 140721662898496 140721662881040 140687788433143 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 32100352 140721662907526 140721662907697 140721662907697 140721662910415 0
/proc/26681/statm: 3522330 961500 3431 1 0 3483524 0
[pid=26681/tid=26683] ppid=26678 vsize=14089320 memory=3815160 CPUtime=2439.25 cores=0,2,4,6
/proc/26681/task/26683/stat : 26683 (java) R 26678 26678 25340 0 -1 4202560 57356 0 0 0 243652 273 0 0 20 0 15 0 221430519 14427463680 961500 33554432000 4194304 4196468 140721662898496 140687792673024 140687378756994 0 4 0 16800975 0 0 0 -1 4 0 0 3 0 0 6293624 6294260 32100352 140721662907526 140721662907697 140721662907697 140721662910415 0
[pid=26681/tid=26686] ppid=26678 vsize=14089320 memory=3663008 CPUtime=1.7 cores=0,2,4,6
/proc/26681/task/26686/stat : 26686 (java) S 26678 26678 25340 0 -1 1077944384 4592 0 0 0 163 7 0 0 20 0 15 0 221430520 14427463680 961500 33554432000 4194304 4196468 140721662898496 140687703501840 140687788443349 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32100352 140721662907526 140721662907697 140721662907697 140721662910415 0
[pid=26681/tid=26688] ppid=26678 vsize=14089320 memory=3663008 CPUtime=1.7 cores=0,2,4,6
/proc/26681/task/26688/stat : 26688 (java) S 26678 26678 25340 0 -1 1077944384 2807 0 0 0 165 5 0 0 20 0 15 0 221430520 14427463680 961500 33554432000 4194304 4196468 140721662898496 140687702449296 140687788443349 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32100352 140721662907526 140721662907697 140721662907697 140721662910415 0
[pid=26681/tid=26690] ppid=26678 vsize=14089320 memory=1456 CPUtime=1.71 cores=0,2,4,6
/proc/26681/task/26690/stat : 26690 (java) S 26678 26678 25340 0 -1 1077944384 5247 0 0 0 165 6 0 0 20 0 15 0 221430520 14427463680 961500 33554432000 4194304 4196468 140721662898496 140687701396240 140687788443349 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32100352 140721662907526 140721662907697 140721662907697 140721662910415 0
[pid=26681/tid=26691] ppid=26678 vsize=14089320 memory=1456 CPUtime=1.69 cores=0,2,4,6
/proc/26681/task/26691/stat : 26691 (java) S 26678 26678 25340 0 -1 1077944384 4449 0 0 0 164 5 0 0 20 0 15 0 221430520 14427463680 961500 33554432000 4194304 4196468 140721662898496 140687700343696 140687788443349 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32100352 140721662907526 140721662907697 140721662907697 140721662910415 0
[pid=26681/tid=26693] ppid=26678 vsize=14089320 memory=3663008 CPUtime=0.83 cores=0,2,4,6
/proc/26681/task/26693/stat : 26693 (java) S 26678 26678 25340 0 -1 1077944384 9684 0 0 0 69 14 0 0 20 0 15 0 221430521 14427463680 961500 33554432000 4194304 4196468 140721662898496 140687262075120 140687788444290 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32100352 140721662907526 140721662907697 140721662907697 140721662910415 0
[pid=26681/tid=26694] ppid=26678 vsize=14089320 memory=3663008 CPUtime=0 cores=0,2,4,6
/proc/26681/task/26694/stat : 26694 (java) S 26678 26678 25340 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 15 0 221430522 14427463680 961500 33554432000 4194304 4196468 140721662898496 140687261021344 140687788443349 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32100352 140721662907526 140721662907697 140721662907697 140721662910415 0
[pid=26681/tid=26696] ppid=26678 vsize=14089320 memory=3784320 CPUtime=0 cores=0,2,4,6
/proc/26681/task/26696/stat : 26696 (java) S 26678 26678 25340 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 221430522 14427463680 961500 33554432000 4194304 4196468 140721662898496 140687259968240 140687788443349 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32100352 140721662907526 140721662907697 140721662907697 140721662910415 0
[pid=26681/tid=26698] ppid=26678 vsize=14089320 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/26681/task/26698/stat : 26698 (java) S 26678 26678 25340 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 221430524 14427463680 961500 33554432000 4194304 4196468 140721662898496 140687258916816 140687788451739 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32100352 140721662907526 140721662907697 140721662907697 140721662910415 0
[pid=26681/tid=26699] ppid=26678 vsize=14089320 memory=2257 CPUtime=1.47 cores=0,2,4,6
/proc/26681/task/26699/stat : 26699 (java) S 26678 26678 25340 0 -1 1077944384 11083 0 0 0 146 1 0 0 20 0 15 0 221430524 14427463680 961500 33554432000 4194304 4196468 140721662898496 140687257864944 140687788444290 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32100352 140721662907526 140721662907697 140721662907697 140721662910415 0
[pid=26681/tid=26700] ppid=26678 vsize=14089320 memory=3663008 CPUtime=1.71 cores=0,2,4,6
/proc/26681/task/26700/stat : 26700 (java) S 26678 26678 25340 0 -1 1077944384 12618 0 0 0 169 2 0 0 20 0 15 0 221430524 14427463680 961500 33554432000 4194304 4196468 140721662898496 140687256812400 140687788444290 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 41 0 0 6293624 6294260 32100352 140721662907526 140721662907697 140721662907697 140721662910415 0
[pid=26681/tid=26701] ppid=26678 vsize=14089320 memory=1456 CPUtime=0.51 cores=0,2,4,6
/proc/26681/task/26701/stat : 26701 (java) S 26678 26678 25340 0 -1 1077944384 8250 0 0 0 50 1 0 0 20 0 15 0 221430524 14427463680 961500 33554432000 4194304 4196468 140721662898496 140687255759344 140687788444290 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32100352 140721662907526 140721662907697 140721662907697 140721662910415 0
[pid=26681/tid=26706] ppid=26678 vsize=14089320 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/26681/task/26706/stat : 26706 (java) S 26678 26678 25340 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 221430525 14427463680 961500 33554432000 4194304 4196468 140721662898496 140687254707040 140687788443349 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32100352 140721662907526 140721662907697 140721662907697 140721662910415 0
[pid=26681/tid=26708] ppid=26678 vsize=14089320 memory=3815160 CPUtime=0.74 cores=0,2,4,6
/proc/26681/task/26708/stat : 26708 (java) S 26678 26678 25340 0 -1 1077944384 1188 0 0 0 36 38 0 0 20 0 15 0 221430525 14427463680 961500 33554432000 4194304 4196468 140721662898496 140687253654064 140687788444290 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 58 0 0 6293624 6294260 32100352 140721662907526 140721662907697 140721662907697 140721662910415 0
Current children cumulated CPU time: 2451.38 s
Current children cumulated vsize: 14202448 KiB
Current children cumulated memory: 3847456 KiB

[startup+2502.3 s]
/proc/loadavg: 1.71 1.77 1.68 4/218 26809
/proc/meminfo: memFree=9058720/32770624 swapFree=67108796/67108860
[pid=26678] ppid=26671 vsize=113128 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/26678/stat : 26678 (xcsp3-exec) S 26671 26678 25340 0 -1 4202496 537 0 0 0 0 0 0 0 20 0 1 0 221430519 115843072 364 33554432000 4194304 5098028 140721797278256 140721797276360 140258815103612 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 24502272 140721797284922 140721797285124 140721797285124 140721797287882 0
/proc/26678/statm: 28282 364 306 221 0 87 0
[pid=26681] ppid=26678 vsize=14089320 memory=646884 CPUtime=2511.88 cores=0,2,4,6
/proc/26681/stat : 26681 (java) S 26678 26678 25340 0 -1 1077944320 135296 0 0 0 250807 381 0 0 20 0 15 0 221430519 14427463680 161721 33554432000 4194304 4196468 140721662898496 140721662881040 140687788433143 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 32100352 140721662907526 140721662907697 140721662907697 140721662910415 0
/proc/26681/statm: 3522330 161721 3431 1 0 3483524 0
[pid=26681/tid=26683] ppid=26678 vsize=14089320 memory=459780 CPUtime=2498.97 cores=0,2,4,6
/proc/26681/task/26683/stat : 26683 (java) R 26678 26678 25340 0 -1 4202560 70546 0 0 0 249589 308 0 0 20 0 15 0 221430519 14427463680 161721 33554432000 4194304 4196468 140721662898496 140687792672808 140687379194016 0 4 0 16800975 0 0 0 -1 0 0 0 3 0 0 6293624 6294260 32100352 140721662907526 140721662907697 140721662907697 140721662910415 0
[pid=26681/tid=26686] ppid=26678 vsize=14089320 memory=554356 CPUtime=1.86 cores=0,2,4,6
/proc/26681/task/26686/stat : 26686 (java) S 26678 26678 25340 0 -1 1077944384 4702 0 0 0 179 7 0 0 20 0 15 0 221430520 14427463680 161721 33554432000 4194304 4196468 140721662898496 140687703501840 140687788443349 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32100352 140721662907526 140721662907697 140721662907697 140721662910415 0
[pid=26681/tid=26688] ppid=26678 vsize=14089320 memory=616040 CPUtime=1.86 cores=0,2,4,6
/proc/26681/task/26688/stat : 26688 (java) S 26678 26678 25340 0 -1 1077944384 2854 0 0 0 181 5 0 0 20 0 15 0 221430520 14427463680 161721 33554432000 4194304 4196468 140721662898496 140687702449296 140687788443349 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32100352 140721662907526 140721662907697 140721662907697 140721662910415 0
[pid=26681/tid=26690] ppid=26678 vsize=14089320 memory=1456 CPUtime=1.87 cores=0,2,4,6
/proc/26681/task/26690/stat : 26690 (java) S 26678 26678 25340 0 -1 1077944384 5640 0 0 0 181 6 0 0 20 0 15 0 221430520 14427463680 161721 33554432000 4194304 4196468 140721662898496 140687701396240 140687788443349 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32100352 140721662907526 140721662907697 140721662907697 140721662910415 0
[pid=26681/tid=26691] ppid=26678 vsize=14089320 memory=616040 CPUtime=1.86 cores=0,2,4,6
/proc/26681/task/26691/stat : 26691 (java) S 26678 26678 25340 0 -1 1077944384 4916 0 0 0 180 6 0 0 20 0 15 0 221430520 14427463680 161721 33554432000 4194304 4196468 140721662898496 140687700343696 140687788443349 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32100352 140721662907526 140721662907697 140721662907697 140721662910415 0
[pid=26681/tid=26693] ppid=26678 vsize=14089320 memory=1456 CPUtime=0.91 cores=0,2,4,6
/proc/26681/task/26693/stat : 26693 (java) S 26678 26678 25340 0 -1 1077944384 12108 0 0 0 75 16 0 0 20 0 15 0 221430521 14427463680 161721 33554432000 4194304 4196468 140721662898496 140687262075120 140687788444290 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32100352 140721662907526 140721662907697 140721662907697 140721662910415 0
[pid=26681/tid=26694] ppid=26678 vsize=14089320 memory=129 CPUtime=0 cores=0,2,4,6
/proc/26681/task/26694/stat : 26694 (java) S 26678 26678 25340 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 15 0 221430522 14427463680 161721 33554432000 4194304 4196468 140721662898496 140687261021344 140687788443349 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32100352 140721662907526 140721662907697 140721662907697 140721662910415 0
[pid=26681/tid=26696] ppid=26678 vsize=14089320 memory=2257 CPUtime=0 cores=0,2,4,6
/proc/26681/task/26696/stat : 26696 (java) S 26678 26678 25340 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 221430522 14427463680 161721 33554432000 4194304 4196468 140721662898496 140687259968240 140687788443349 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32100352 140721662907526 140721662907697 140721662907697 140721662910415 0
[pid=26681/tid=26698] ppid=26678 vsize=14089320 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/26681/task/26698/stat : 26698 (java) S 26678 26678 25340 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 221430524 14427463680 161721 33554432000 4194304 4196468 140721662898496 140687258916816 140687788451739 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32100352 140721662907526 140721662907697 140721662907697 140721662910415 0
[pid=26681/tid=26699] ppid=26678 vsize=14089320 memory=585196 CPUtime=1.47 cores=0,2,4,6
/proc/26681/task/26699/stat : 26699 (java) S 26678 26678 25340 0 -1 1077944384 11085 0 0 0 146 1 0 0 20 0 15 0 221430524 14427463680 161721 33554432000 4194304 4196468 140721662898496 140687257864944 140687788444290 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32100352 140721662907526 140721662907697 140721662907697 140721662910415 0
[pid=26681/tid=26700] ppid=26678 vsize=14089320 memory=6791534058613427641 CPUtime=1.71 cores=0,2,4,6
/proc/26681/task/26700/stat : 26700 (java) S 26678 26678 25340 0 -1 1077944384 12620 0 0 0 169 2 0 0 20 0 15 0 221430524 14427463680 161721 33554432000 4194304 4196468 140721662898496 140687256812400 140687788444290 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 41 0 0 6293624 6294260 32100352 140721662907526 140721662907697 140721662907697 140721662910415 0
[pid=26681/tid=26701] ppid=26678 vsize=14089320 memory=3160 CPUtime=0.51 cores=0,2,4,6
/proc/26681/task/26701/stat : 26701 (java) S 26678 26678 25340 0 -1 1077944384 8252 0 0 0 50 1 0 0 20 0 15 0 221430524 14427463680 161721 33554432000 4194304 4196468 140721662898496 140687255759344 140687788444290 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32100352 140721662907526 140721662907697 140721662907697 140721662910415 0
[pid=26681/tid=26706] ppid=26678 vsize=14089320 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/26681/task/26706/stat : 26706 (java) S 26678 26678 25340 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 221430525 14427463680 161721 33554432000 4194304 4196468 140721662898496 140687254707040 140687788443349 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32100352 140721662907526 140721662907697 140721662907697 140721662910415 0
[pid=26681/tid=26708] ppid=26678 vsize=14089320 memory=1456 CPUtime=0.75 cores=0,2,4,6
/proc/26681/task/26708/stat : 26708 (java) S 26678 26678 25340 0 -1 1077944384 1218 0 0 0 36 39 0 0 20 0 15 0 221430525 14427463680 161721 33554432000 4194304 4196468 140721662898496 140687253654064 140687788444290 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 58 0 0 6293624 6294260 32100352 140721662907526 140721662907697 140721662907697 140721662910415 0
Current children cumulated CPU time: 2511.88 s
Current children cumulated vsize: 14202448 KiB
Current children cumulated memory: 648340 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2510.4 s]
/proc/loadavg: 1.76 1.78 1.68 5/218 26887
/proc/meminfo: memFree=16406356/32770624 swapFree=67108796/67108860
[pid=26678] ppid=26671 vsize=113128 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/26678/stat : 26678 (xcsp3-exec) S 26671 26678 25340 0 -1 4202496 537 0 0 0 0 0 0 0 20 0 1 0 221430519 115843072 364 33554432000 4194304 5098028 140721797278256 140721797276360 140258815103612 0 65536 4100 65538 18446744071579417331 0 0 17 6 0 0 0 0 0 7196144 7232144 24502272 140721797284922 140721797285124 140721797285124 140721797287882 0
/proc/26678/statm: 28282 364 306 221 0 87 0
[pid=26681] ppid=26678 vsize=14089320 memory=866872 CPUtime=2520 cores=0,2,4,6
/proc/26681/stat : 26681 (java) S 26678 26678 25340 0 -1 1077944320 135623 0 0 0 251615 385 0 0 20 0 15 0 221430519 14427463680 216718 33554432000 4194304 4196468 140721662898496 140721662881040 140687788433143 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 32100352 140721662907526 140721662907697 140721662907697 140721662910415 0
/proc/26681/statm: 3522330 216718 3431 1 0 3483524 0
[pid=26681/tid=26683] ppid=26678 vsize=14089320 memory=1456 CPUtime=2507.06 cores=0,2,4,6
/proc/26681/task/26683/stat : 26683 (java) R 26678 26678 25340 0 -1 4202560 70870 0 0 0 250394 312 0 0 20 0 15 0 221430519 14427463680 216718 33554432000 4194304 4196468 140721662898496 140687792672912 140687378500886 0 4 0 16800975 0 0 0 -1 2 0 0 3 0 0 6293624 6294260 32100352 140721662907526 140721662907697 140721662907697 140721662910415 0
[pid=26681/tid=26686] ppid=26678 vsize=14089320 memory=866872 CPUtime=1.87 cores=0,2,4,6
/proc/26681/task/26686/stat : 26686 (java) S 26678 26678 25340 0 -1 1077944384 4702 0 0 0 180 7 0 0 20 0 15 0 221430520 14427463680 216718 33554432000 4194304 4196468 140721662898496 140687703501840 140687788443349 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32100352 140721662907526 140721662907697 140721662907697 140721662910415 0
[pid=26681/tid=26688] ppid=26678 vsize=14089320 memory=3884 CPUtime=1.86 cores=0,2,4,6
/proc/26681/task/26688/stat : 26688 (java) S 26678 26678 25340 0 -1 1077944384 2855 0 0 0 181 5 0 0 20 0 15 0 221430520 14427463680 216718 33554432000 4194304 4196468 140721662898496 140687702449296 140687788443349 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32100352 140721662907526 140721662907697 140721662907697 140721662910415 0
[pid=26681/tid=26690] ppid=26678 vsize=14089320 memory=2180 CPUtime=1.88 cores=0,2,4,6
/proc/26681/task/26690/stat : 26690 (java) S 26678 26678 25340 0 -1 1077944384 5641 0 0 0 182 6 0 0 20 0 15 0 221430520 14427463680 216718 33554432000 4194304 4196468 140721662898496 140687701396240 140687788443349 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32100352 140721662907526 140721662907697 140721662907697 140721662910415 0
[pid=26681/tid=26691] ppid=26678 vsize=14089320 memory=3980 CPUtime=1.87 cores=0,2,4,6
/proc/26681/task/26691/stat : 26691 (java) S 26678 26678 25340 0 -1 1077944384 4917 0 0 0 181 6 0 0 20 0 15 0 221430520 14427463680 216718 33554432000 4194304 4196468 140721662898496 140687700343696 140687788443349 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32100352 140721662907526 140721662907697 140721662907697 140721662910415 0
[pid=26681/tid=26693] ppid=26678 vsize=14089320 memory=866872 CPUtime=0.93 cores=0,2,4,6
/proc/26681/task/26693/stat : 26693 (java) S 26678 26678 25340 0 -1 1077944384 12108 0 0 0 76 17 0 0 20 0 15 0 221430521 14427463680 216718 33554432000 4194304 4196468 140721662898496 140687262075120 140687788444290 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32100352 140721662907526 140721662907697 140721662907697 140721662910415 0
[pid=26681/tid=26694] ppid=26678 vsize=14089320 memory=-3622645143214314312 CPUtime=0 cores=0,2,4,6
/proc/26681/task/26694/stat : 26694 (java) S 26678 26678 25340 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 15 0 221430522 14427463680 216718 33554432000 4194304 4196468 140721662898496 140687261021344 140687788443349 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32100352 140721662907526 140721662907697 140721662907697 140721662910415 0
[pid=26681/tid=26696] ppid=26678 vsize=14089320 memory=1600 CPUtime=0 cores=0,2,4,6
/proc/26681/task/26696/stat : 26696 (java) S 26678 26678 25340 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 221430522 14427463680 216718 33554432000 4194304 4196468 140721662898496 140687259968240 140687788443349 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32100352 140721662907526 140721662907697 140721662907697 140721662910415 0
[pid=26681/tid=26698] ppid=26678 vsize=14089320 memory=932 CPUtime=0 cores=0,2,4,6
/proc/26681/task/26698/stat : 26698 (java) S 26678 26678 25340 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 221430524 14427463680 216718 33554432000 4194304 4196468 140721662898496 140687258916816 140687788451739 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32100352 140721662907526 140721662907697 140721662907697 140721662910415 0
[pid=26681/tid=26699] ppid=26678 vsize=14089320 memory=1168 CPUtime=1.47 cores=0,2,4,6
/proc/26681/task/26699/stat : 26699 (java) S 26678 26678 25340 0 -1 1077944384 11085 0 0 0 146 1 0 0 20 0 15 0 221430524 14427463680 216718 33554432000 4194304 4196468 140721662898496 140687257864944 140687788444290 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32100352 140721662907526 140721662907697 140721662907697 140721662910415 0
[pid=26681/tid=26700] ppid=26678 vsize=14089320 memory=6791534058613427641 CPUtime=1.71 cores=0,2,4,6
/proc/26681/task/26700/stat : 26700 (java) S 26678 26678 25340 0 -1 1077944384 12620 0 0 0 169 2 0 0 20 0 15 0 221430524 14427463680 216718 33554432000 4194304 4196468 140721662898496 140687256812400 140687788444290 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 41 0 0 6293624 6294260 32100352 140721662907526 140721662907697 140721662907697 140721662910415 0
[pid=26681/tid=26701] ppid=26678 vsize=14089320 memory=1060 CPUtime=0.51 cores=0,2,4,6
/proc/26681/task/26701/stat : 26701 (java) S 26678 26678 25340 0 -1 1077944384 8252 0 0 0 50 1 0 0 20 0 15 0 221430524 14427463680 216718 33554432000 4194304 4196468 140721662898496 140687255759344 140687788444290 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32100352 140721662907526 140721662907697 140721662907697 140721662910415 0
[pid=26681/tid=26706] ppid=26678 vsize=14089320 memory=1776 CPUtime=0 cores=0,2,4,6
/proc/26681/task/26706/stat : 26706 (java) S 26678 26678 25340 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 221430525 14427463680 216718 33554432000 4194304 4196468 140721662898496 140687254707040 140687788443349 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32100352 140721662907526 140721662907697 140721662907697 140721662910415 0
[pid=26681/tid=26708] ppid=26678 vsize=14089320 memory=5640 CPUtime=0.75 cores=0,2,4,6
/proc/26681/task/26708/stat : 26708 (java) S 26678 26678 25340 0 -1 1077944384 1218 0 0 0 36 39 0 0 20 0 15 0 221430525 14427463680 216718 33554432000 4194304 4196468 140721662898496 140687253654064 140687788444290 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 58 0 0 6293624 6294260 32100352 140721662907526 140721662907697 140721662907697 140721662910415 0
Current children cumulated CPU time: 2520 s
Current children cumulated vsize: 14202448 KiB
Current children cumulated memory: 868328 KiB

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

[startup+2510.41 s]
# the end of solver process 26678 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=0.001068 s, system=0.00153 s

[startup+2510.41 s]
# the end of solver process 26681 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.17 s, system=3.8618 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): 2510.41
CPU time (s): 2520.03
CPU user time (s): 2516.17
CPU system time (s): 3.8618
CPU usage (%): 100.383
Max. virtual memory (cumulated for all children) (KiB): 14202448
Max. memory (cumulated for all children) (KiB): 4766676

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.17
system time used= 3.8618
maximum resident set size= 4804272
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 136316
page faults= 0
swaps= 0
block input operations= 928
block output operations= 2896
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 72957
involuntary context switches= 3262


# summary of solver processes directly reported to runsolver:
#   pid: 26678,26681
#   total CPU time (s): 2520.03
#   total CPU user time (s): 2516.17
#   total CPU system time (s): 3.8618

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 16.064 second user time and 22.5813 second system time

The end

Launcher Data

Begin job on node138 at 2018-08-12 03:51:13
IDJOB=4306784
IDBENCH=141020
IDSOLVER=2787
FILE ID=node138/4306784-1534038673
RUNJOBID= node138-1534038673-26647
PBS_JOBID= 21036965
Free space on /tmp= 24256 MiB

SOLVER NAME= Choco-solver 4.0.7b seq (e747e1e)
BENCH NAME= XCSP18/ColouredQueens/ColouredQueens-16_c18.xml
COMMAND LINE= HOME/xcsp3-exec -seed RANDOMSEED -dir DIR -tl TIMEOUT -ml 11000 -p 1 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4306784-1534038673/watcher-4306784-1534038673 -o /tmp/evaluation-result-4306784-1534038673/solver-4306784-1534038673 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node138-1534038673-26647 --watchdog 2580  HOME/xcsp3-exec -seed 1350098412 -dir HOME -tl 2520 -ml 11000 -p 1 HOME/instance-4306784-1534038673.xml

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

MD5SUM BENCH= ca60191094dbbdd7cca22b5ebea1cb75
RANDOM SEED=1350098412

node138.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.71
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.71
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.71
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.71
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:        17418512 kB
MemAvailable:   31899044 kB
Buffers:          137372 kB
Cached:         14408956 kB
SwapCached:           12 kB
Active:          7223048 kB
Inactive:        7382116 kB
Active(anon):       3112 kB
Inactive(anon):   108460 kB
Active(file):    7219936 kB
Inactive(file):  7273656 kB
Unevictable:        7276 kB
Mlocked:            7276 kB
SwapTotal:      67108860 kB
SwapFree:       67108796 kB
Dirty:             43580 kB
Writeback:             0 kB
AnonPages:         66000 kB
Mapped:            49488 kB
Shmem:             49740 kB
Slab:             443264 kB
SReclaimable:     415400 kB
SUnreclaim:        27864 kB
KernelStack:        3168 kB
PageTables:         5076 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     350756 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     12288 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      112000 kB
DirectMap2M:    33433600 kB

Free space on /tmp at the end= 24212 MiB
End job on node138 at 2018-08-12 04:33:04