Trace number 4306889

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.12 2506.61

General information on the benchmark

NameSportsScheduling/
SportsScheduling-16_c18.xml
MD5SUM5770900a9b2cb93904bf32b5a50ba98d
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark321.729
Satisfiable
(Un)Satisfiability was proved
Number of variables376
Number of constraints184
Number of domains2
Minimum domain size16
Maximum domain size120
Distribution of domain sizes[{"size":16,"count":256},{"size":120,"count":120}]
Minimum variable degree3
Maximum variable degree4
Distribution of variable degrees[{"degree":3,"count":128},{"degree":4,"count":248}]
Minimum constraint arity1
Maximum constraint arity120
Distribution of constraint arities[{"arity":1,"count":8},{"arity":2,"count":8},{"arity":3,"count":120},{"arity":8,"count":15},{"arity":16,"count":16},{"arity":30,"count":8},{"arity":32,"count":8},{"arity":120,"count":1}]
Number of extensional constraints120
Number of intensional constraints16
Distribution of constraint types[{"type":"extension","count":120},{"type":"intension","count":16},{"type":"allDifferent","count":17},{"type":"count","count":15},{"type":"cardinality","count":16}]
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-4306889-1534138001.xml"  -tl '2520s' -p 1
0.11/0.18	c Choco e747e1e
0.11/0.18	c [HOME/instance-4306889-1534138001.xml, -tl, 2520s, -p, 1]
0.34/0.22	c simple solver
0.34/0.28	c parse instance...
1.03/0.60	c solve instance...
2520.09/2506.60	s UNKNOWN
2520.09/2506.60	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 (6897 MiB free)
  memory of node 1: 16384 MiB (10435 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4306889-1534138001/watcher-4306889-1534138001 -o /tmp/evaluation-result-4306889-1534138001/solver-4306889-1534138001 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node132-1534138001-15591 --watchdog 2580 HOME/xcsp3-exec -seed 1658862002 -dir HOME -tl 2520 -ml 11000 -p 1 HOME/instance-4306889-1534138001.xml 

running on 4 cores: 1,3,5,7

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=15614, runsolver pid=15611

[startup+0.10088 s]*
/proc/loadavg: 1.15 1.56 1.87 4/221 15651
/proc/meminfo: memFree=17716060/32770624 swapFree=67108860/67108860
[pid=15614] ppid=15611 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/15614/stat : 15614 (xcsp3-exec) S 15611 15614 14305 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 231363264 115843072 364 33554432000 4194304 5098028 140726862333520 140726862331624 139837933232764 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 19365888 140726862337082 140726862337284 140726862337284 140726862340042 0
/proc/15614/statm: 28282 364 306 221 0 87 0
[pid=15616] ppid=15614 vsize=14082940 memory=28012 CPUtime=0.11 cores=1,3,5,7
/proc/15616/stat : 15616 (java) S 15614 15614 14305 0 -1 1077944320 5337 0 0 0 10 1 0 0 20 0 15 0 231363264 14420930560 7003 33554432000 4194304 4196468 140734646036736 140734646019280 140644709314295 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 39796736 140734646039686 140734646039857 140734646039857 140734646042575 0
/proc/15616/statm: 3520735 7003 3041 1 0 3483012 0
[pid=15616/tid=15618] ppid=15614 vsize=14082940 memory=4351193298051630222 CPUtime=0.09 cores=1,3,5,7
/proc/15616/task/15618/stat : 15618 (java) R 15614 15614 14305 0 -1 4202560 3309 0 0 0 8 1 0 0 20 0 15 0 231363264 14420930560 7003 33554432000 4194304 4196468 140734646036736 140644713540208 140644347100442 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 39796736 140734646039686 140734646039857 140734646039857 140734646042575 0
[pid=15616/tid=15625] ppid=15614 vsize=14082940 memory=-3689451258167578675 CPUtime=0 cores=1,3,5,7
/proc/15616/task/15625/stat : 15625 (java) S 15614 15614 14305 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 231363265 14420930560 7003 33554432000 4194304 4196468 140734646036736 140644305534096 140644709324501 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39796736 140734646039686 140734646039857 140734646039857 140734646042575 0
[pid=15616/tid=15626] ppid=15614 vsize=14082940 memory=139667824170624 CPUtime=0 cores=1,3,5,7
/proc/15616/task/15626/stat : 15626 (java) S 15614 15614 14305 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 231363265 14420930560 7003 33554432000 4194304 4196468 140734646036736 140644304481296 140644709324501 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39796736 140734646039686 140734646039857 140734646039857 140734646042575 0
[pid=15616/tid=15627] ppid=15614 vsize=14082940 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15616/task/15627/stat : 15627 (java) S 15614 15614 14305 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 231363265 14420930560 7003 33554432000 4194304 4196468 140734646036736 140644303428496 140644709324501 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39796736 140734646039686 140734646039857 140734646039857 140734646042575 0
[pid=15616/tid=15628] ppid=15614 vsize=14082940 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/15616/task/15628/stat : 15628 (java) S 15614 15614 14305 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 231363265 14420930560 7003 33554432000 4194304 4196468 140734646036736 140644302375696 140644709324501 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39796736 140734646039686 140734646039857 140734646039857 140734646042575 0
[pid=15616/tid=15634] ppid=15614 vsize=14082940 memory=139667824170624 CPUtime=0 cores=1,3,5,7
/proc/15616/task/15634/stat : 15634 (java) S 15614 15614 14305 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 231363266 14420930560 7003 33554432000 4194304 4196468 140734646036736 140644183497072 140644709325442 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39796736 140734646039686 140734646039857 140734646039857 140734646042575 0
[pid=15616/tid=15635] ppid=15614 vsize=14082940 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/15616/task/15635/stat : 15635 (java) S 15614 15614 14305 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 231363267 14420930560 7003 33554432000 4194304 4196468 140734646036736 140644182443040 140644709324501 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39796736 140734646039686 140734646039857 140734646039857 140734646042575 0
[pid=15616/tid=15636] ppid=15614 vsize=14082940 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15616/task/15636/stat : 15636 (java) S 15614 15614 14305 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 231363267 14420930560 7003 33554432000 4194304 4196468 140734646036736 140644181390192 140644709324501 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39796736 140734646039686 140734646039857 140734646039857 140734646042575 0
[pid=15616/tid=15640] ppid=15614 vsize=14082940 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15616/task/15640/stat : 15640 (java) S 15614 15614 14305 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 231363269 14420930560 7003 33554432000 4194304 4196468 140734646036736 140644180338512 140644709332891 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39796736 140734646039686 140734646039857 140734646039857 140734646042575 0
[pid=15616/tid=15641] ppid=15614 vsize=14082940 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15616/task/15641/stat : 15641 (java) S 15614 15614 14305 0 -1 1077944384 422 0 0 0 0 0 0 0 20 0 15 0 231363269 14420930560 7003 33554432000 4194304 4196468 140734646036736 140644179286896 140644709325442 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39796736 140734646039686 140734646039857 140734646039857 140734646042575 0
[pid=15616/tid=15642] ppid=15614 vsize=14082940 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/15616/task/15642/stat : 15642 (java) S 15614 15614 14305 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 231363269 14420930560 7003 33554432000 4194304 4196468 140734646036736 140644178234096 140644709325442 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39796736 140734646039686 140734646039857 140734646039857 140734646042575 0
[pid=15616/tid=15643] ppid=15614 vsize=14082940 memory=139667824170624 CPUtime=0.01 cores=1,3,5,7
/proc/15616/task/15643/stat : 15643 (java) R 15614 15614 14305 0 -1 4202560 307 0 0 0 1 0 0 0 20 0 15 0 231363270 14420930560 7003 33554432000 4194304 4196468 140734646036736 140644177181296 140644702420495 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 39796736 140734646039686 140734646039857 140734646039857 140734646042575 0
[pid=15616/tid=15644] ppid=15614 vsize=14082940 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/15616/task/15644/stat : 15644 (java) S 15614 15614 14305 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 231363270 14420930560 7003 33554432000 4194304 4196468 140734646036736 140644176128736 140644709324501 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39796736 140734646039686 140734646039857 140734646039857 140734646042575 0
[pid=15616/tid=15645] ppid=15614 vsize=14082940 memory=139667824170624 CPUtime=0 cores=1,3,5,7
/proc/15616/task/15645/stat : 15645 (java) S 15614 15614 14305 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 231363270 14420930560 7003 33554432000 4194304 4196468 140734646036736 140644175076016 140644709325442 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39796736 140734646039686 140734646039857 140734646039857 140734646042575 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 14196068 KiB
Current children cumulated memory: 29468 KiB

[startup+0.210729 s]*
/proc/loadavg: 1.15 1.56 1.87 4/221 15651
/proc/meminfo: memFree=17694384/32770624 swapFree=67108860/67108860
[pid=15614] ppid=15611 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/15614/stat : 15614 (xcsp3-exec) S 15611 15614 14305 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 231363264 115843072 364 33554432000 4194304 5098028 140726862333520 140726862331624 139837933232764 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 19365888 140726862337082 140726862337284 140726862337284 140726862340042 0
/proc/15614/statm: 28282 364 306 221 0 87 0
[pid=15616] ppid=15614 vsize=14082940 memory=40392 CPUtime=0.34 cores=1,3,5,7
/proc/15616/stat : 15616 (java) S 15614 15614 14305 0 -1 1077944320 8078 0 0 0 32 2 0 0 20 0 15 0 231363264 14420930560 10098 33554432000 4194304 4196468 140734646036736 140734646019280 140644709314295 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 39796736 140734646039686 140734646039857 140734646039857 140734646042575 0
/proc/15616/statm: 3520735 10098 3225 1 0 3483012 0
[pid=15616/tid=15618] ppid=15614 vsize=14082940 memory=7883960649037381690 CPUtime=0.19 cores=1,3,5,7
/proc/15616/task/15618/stat : 15618 (java) R 15614 15614 14305 0 -1 4202560 4995 0 0 0 18 1 0 0 20 0 15 0 231363264 14420930560 10098 33554432000 4194304 4196468 140734646036736 140644713551904 140644689125354 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 39796736 140734646039686 140734646039857 140734646039857 140734646042575 0
[pid=15616/tid=15625] ppid=15614 vsize=14082940 memory=15369 CPUtime=0 cores=1,3,5,7
/proc/15616/task/15625/stat : 15625 (java) S 15614 15614 14305 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 231363265 14420930560 10098 33554432000 4194304 4196468 140734646036736 140644305534096 140644709324501 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39796736 140734646039686 140734646039857 140734646039857 140734646042575 0
[pid=15616/tid=15626] ppid=15614 vsize=14082940 memory=139667825448105 CPUtime=0 cores=1,3,5,7
/proc/15616/task/15626/stat : 15626 (java) S 15614 15614 14305 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 231363265 14420930560 10098 33554432000 4194304 4196468 140734646036736 140644304481296 140644709324501 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39796736 140734646039686 140734646039857 140734646039857 140734646042575 0
[pid=15616/tid=15627] ppid=15614 vsize=14082940 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15616/task/15627/stat : 15627 (java) S 15614 15614 14305 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 231363265 14420930560 10098 33554432000 4194304 4196468 140734646036736 140644303428496 140644709324501 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39796736 140734646039686 140734646039857 140734646039857 140734646042575 0
[pid=15616/tid=15628] ppid=15614 vsize=14082940 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/15616/task/15628/stat : 15628 (java) S 15614 15614 14305 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 231363265 14420930560 10098 33554432000 4194304 4196468 140734646036736 140644302375696 140644709324501 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39796736 140734646039686 140734646039857 140734646039857 140734646042575 0
[pid=15616/tid=15634] ppid=15614 vsize=14082940 memory=139667824170624 CPUtime=0 cores=1,3,5,7
/proc/15616/task/15634/stat : 15634 (java) S 15614 15614 14305 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 231363266 14420930560 10098 33554432000 4194304 4196468 140734646036736 140644183497072 140644709325442 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39796736 140734646039686 140734646039857 140734646039857 140734646042575 0
[pid=15616/tid=15635] ppid=15614 vsize=14082940 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/15616/task/15635/stat : 15635 (java) S 15614 15614 14305 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 231363267 14420930560 10098 33554432000 4194304 4196468 140734646036736 140644182443040 140644709324501 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39796736 140734646039686 140734646039857 140734646039857 140734646042575 0
[pid=15616/tid=15636] ppid=15614 vsize=14082940 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15616/task/15636/stat : 15636 (java) S 15614 15614 14305 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 231363267 14420930560 10098 33554432000 4194304 4196468 140734646036736 140644181390192 140644709324501 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39796736 140734646039686 140734646039857 140734646039857 140734646042575 0
[pid=15616/tid=15640] ppid=15614 vsize=14082940 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15616/task/15640/stat : 15640 (java) S 15614 15614 14305 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 231363269 14420930560 10098 33554432000 4194304 4196468 140734646036736 140644180338512 140644709332891 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39796736 140734646039686 140734646039857 140734646039857 140734646042575 0
[pid=15616/tid=15641] ppid=15614 vsize=14082940 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/15616/task/15641/stat : 15641 (java) S 15614 15614 14305 0 -1 1077944384 814 0 0 0 2 0 0 0 20 0 15 0 231363269 14420930560 10098 33554432000 4194304 4196468 140734646036736 140644179286896 140644709325442 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39796736 140734646039686 140734646039857 140734646039857 140734646042575 0
[pid=15616/tid=15642] ppid=15614 vsize=14082940 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/15616/task/15642/stat : 15642 (java) S 15614 15614 14305 0 -1 1077944384 80 0 0 0 2 0 0 0 20 0 15 0 231363269 14420930560 10098 33554432000 4194304 4196468 140734646036736 140644178234096 140644709325442 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39796736 140734646039686 140734646039857 140734646039857 140734646042575 0
[pid=15616/tid=15643] ppid=15614 vsize=14082940 memory=139667824170624 CPUtime=0.07 cores=1,3,5,7
/proc/15616/task/15643/stat : 15643 (java) S 15614 15614 14305 0 -1 1077944384 883 0 0 0 7 0 0 0 20 0 15 0 231363270 14420930560 10098 33554432000 4194304 4196468 140734646036736 140644177181296 140644709325442 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39796736 140734646039686 140734646039857 140734646039857 140734646042575 0
[pid=15616/tid=15644] ppid=15614 vsize=14082940 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/15616/task/15644/stat : 15644 (java) S 15614 15614 14305 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 231363270 14420930560 10098 33554432000 4194304 4196468 140734646036736 140644176128736 140644709324501 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39796736 140734646039686 140734646039857 140734646039857 140734646042575 0
[pid=15616/tid=15645] ppid=15614 vsize=14082940 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15616/task/15645/stat : 15645 (java) S 15614 15614 14305 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 231363270 14420930560 10098 33554432000 4194304 4196468 140734646036736 140644175076016 140644709325442 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39796736 140734646039686 140734646039857 140734646039857 140734646042575 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 14196068 KiB
Current children cumulated memory: 41848 KiB

[startup+0.311655 s]*
/proc/loadavg: 1.15 1.56 1.87 5/221 15651
/proc/meminfo: memFree=17681108/32770624 swapFree=67108860/67108860
[pid=15614] ppid=15611 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/15614/stat : 15614 (xcsp3-exec) S 15611 15614 14305 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 231363264 115843072 364 33554432000 4194304 5098028 140726862333520 140726862331624 139837933232764 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 19365888 140726862337082 140726862337284 140726862337284 140726862340042 0
/proc/15614/statm: 28282 364 306 221 0 87 0
[pid=15616] ppid=15614 vsize=14087196 memory=46840 CPUtime=0.51 cores=1,3,5,7
/proc/15616/stat : 15616 (java) S 15614 15614 14305 0 -1 1077944320 8881 0 0 0 48 3 0 0 20 0 15 0 231363264 14425288704 11710 33554432000 4194304 4196468 140734646036736 140734646019280 140644709314295 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 39796736 140734646039686 140734646039857 140734646039857 140734646042575 0
/proc/15616/statm: 3521799 11710 3254 1 0 3483012 0
[pid=15616/tid=15618] ppid=15614 vsize=14087196 memory=6791534058613427641 CPUtime=0.28 cores=1,3,5,7
/proc/15616/task/15618/stat : 15618 (java) R 15614 15614 14305 0 -1 4202560 5654 0 0 0 27 1 0 0 20 0 15 0 231363264 14425288704 11710 33554432000 4194304 4196468 140734646036736 140644713545408 140644693394782 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 39796736 140734646039686 140734646039857 140734646039857 140734646042575 0
[pid=15616/tid=15625] ppid=15614 vsize=14087196 memory=4872558044660077418 CPUtime=0 cores=1,3,5,7
/proc/15616/task/15625/stat : 15625 (java) S 15614 15614 14305 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 231363265 14425288704 11710 33554432000 4194304 4196468 140734646036736 140644305534096 140644709324501 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39796736 140734646039686 140734646039857 140734646039857 140734646042575 0
[pid=15616/tid=15626] ppid=15614 vsize=14087196 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15616/task/15626/stat : 15626 (java) S 15614 15614 14305 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 231363265 14425288704 11710 33554432000 4194304 4196468 140734646036736 140644304481296 140644709324501 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39796736 140734646039686 140734646039857 140734646039857 140734646042575 0
[pid=15616/tid=15627] ppid=15614 vsize=14087196 memory=-2893623298589923098 CPUtime=0 cores=1,3,5,7
/proc/15616/task/15627/stat : 15627 (java) S 15614 15614 14305 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 231363265 14425288704 11710 33554432000 4194304 4196468 140734646036736 140644303428496 140644709324501 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39796736 140734646039686 140734646039857 140734646039857 140734646042575 0
[pid=15616/tid=15628] ppid=15614 vsize=14087196 memory=6944656592455359580 CPUtime=0 cores=1,3,5,7
/proc/15616/task/15628/stat : 15628 (java) S 15614 15614 14305 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 231363265 14425288704 11710 33554432000 4194304 4196468 140734646036736 140644302375696 140644709324501 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39796736 140734646039686 140734646039857 140734646039857 140734646042575 0
[pid=15616/tid=15634] ppid=15614 vsize=14087196 memory=6943526294502006880 CPUtime=0 cores=1,3,5,7
/proc/15616/task/15634/stat : 15634 (java) S 15614 15614 14305 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 231363266 14425288704 11710 33554432000 4194304 4196468 140734646036736 140644183497072 140644709325442 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39796736 140734646039686 140734646039857 140734646039857 140734646042575 0
[pid=15616/tid=15635] ppid=15614 vsize=14087196 memory=6944656575208382560 CPUtime=0 cores=1,3,5,7
/proc/15616/task/15635/stat : 15635 (java) S 15614 15614 14305 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 231363267 14425288704 11710 33554432000 4194304 4196468 140734646036736 140644182443040 140644709324501 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39796736 140734646039686 140734646039857 140734646039857 140734646042575 0
[pid=15616/tid=15636] ppid=15614 vsize=14087196 memory=-3258418265892434876 CPUtime=0 cores=1,3,5,7
/proc/15616/task/15636/stat : 15636 (java) S 15614 15614 14305 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 231363267 14425288704 11710 33554432000 4194304 4196468 140734646036736 140644181390192 140644709324501 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39796736 140734646039686 140734646039857 140734646039857 140734646042575 0
[pid=15616/tid=15640] ppid=15614 vsize=14087196 memory=4572146066226452084 CPUtime=0 cores=1,3,5,7
/proc/15616/task/15640/stat : 15640 (java) S 15614 15614 14305 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 231363269 14425288704 11710 33554432000 4194304 4196468 140734646036736 140644180338512 140644709332891 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39796736 140734646039686 140734646039857 140734646039857 140734646042575 0
[pid=15616/tid=15641] ppid=15614 vsize=14087196 memory=6944613755495348631 CPUtime=0.04 cores=1,3,5,7
/proc/15616/task/15641/stat : 15641 (java) S 15614 15614 14305 0 -1 1077944384 844 0 0 0 4 0 0 0 20 0 15 0 231363269 14425288704 11710 33554432000 4194304 4196468 140734646036736 140644179286896 140644709325442 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39796736 140734646039686 140734646039857 140734646039857 140734646042575 0
[pid=15616/tid=15642] ppid=15614 vsize=14087196 memory=-9001728533042062950 CPUtime=0.03 cores=1,3,5,7
/proc/15616/task/15642/stat : 15642 (java) S 15614 15614 14305 0 -1 1077944384 88 0 0 0 3 0 0 0 20 0 15 0 231363269 14425288704 11710 33554432000 4194304 4196468 140734646036736 140644178234096 140644709325442 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39796736 140734646039686 140734646039857 140734646039857 140734646042575 0
[pid=15616/tid=15643] ppid=15614 vsize=14087196 memory=-8813974798734826869 CPUtime=0.12 cores=1,3,5,7
/proc/15616/task/15643/stat : 15643 (java) S 15614 15614 14305 0 -1 1077944384 1002 0 0 0 12 0 0 0 20 0 15 0 231363270 14425288704 11710 33554432000 4194304 4196468 140734646036736 140644177181296 140644709325442 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39796736 140734646039686 140734646039857 140734646039857 140734646042575 0
[pid=15616/tid=15644] ppid=15614 vsize=14087196 memory=7031125463459224206 CPUtime=0 cores=1,3,5,7
/proc/15616/task/15644/stat : 15644 (java) S 15614 15614 14305 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 231363270 14425288704 11710 33554432000 4194304 4196468 140734646036736 140644176128736 140644709324501 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39796736 140734646039686 140734646039857 140734646039857 140734646042575 0
[pid=15616/tid=15645] ppid=15614 vsize=14087196 memory=4426078206164241782 CPUtime=0 cores=1,3,5,7
/proc/15616/task/15645/stat : 15645 (java) S 15614 15614 14305 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 231363270 14425288704 11710 33554432000 4194304 4196468 140734646036736 140644175076016 140644709325442 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39796736 140734646039686 140734646039857 140734646039857 140734646042575 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 14200324 KiB
Current children cumulated memory: 48296 KiB

[startup+0.701475 s]
/proc/loadavg: 1.15 1.56 1.87 7/221 15651
/proc/meminfo: memFree=17654000/32770624 swapFree=67108860/67108860
[pid=15614] ppid=15611 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/15614/stat : 15614 (xcsp3-exec) S 15611 15614 14305 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 231363264 115843072 364 33554432000 4194304 5098028 140726862333520 140726862331624 139837933232764 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 19365888 140726862337082 140726862337284 140726862337284 140726862340042 0
/proc/15614/statm: 28282 364 306 221 0 87 0
[pid=15616] ppid=15614 vsize=14089320 memory=70352 CPUtime=1.55 cores=1,3,5,7
/proc/15616/stat : 15616 (java) S 15614 15614 14305 0 -1 1077944320 11775 0 0 0 150 5 0 0 20 0 15 0 231363264 14427463680 17588 33554432000 4194304 4196468 140734646036736 140734646019280 140644709314295 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 39796736 140734646039686 140734646039857 140734646039857 140734646042575 0
/proc/15616/statm: 3522330 17588 3359 1 0 3483524 0
[pid=15616/tid=15618] ppid=15614 vsize=14089320 memory=0 CPUtime=0.66 cores=1,3,5,7
/proc/15616/task/15618/stat : 15618 (java) R 15614 15614 14305 0 -1 4202560 6689 0 0 0 64 2 0 0 20 0 15 0 231363264 14427463680 17588 33554432000 4194304 4196468 140734646036736 140644713553456 140644692656578 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 39796736 140734646039686 140734646039857 140734646039857 140734646042575 0
[pid=15616/tid=15625] ppid=15614 vsize=14089320 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15616/task/15625/stat : 15625 (java) S 15614 15614 14305 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 231363265 14427463680 17588 33554432000 4194304 4196468 140734646036736 140644305534096 140644709324501 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39796736 140734646039686 140734646039857 140734646039857 140734646042575 0
[pid=15616/tid=15626] ppid=15614 vsize=14089320 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15616/task/15626/stat : 15626 (java) S 15614 15614 14305 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 231363265 14427463680 17588 33554432000 4194304 4196468 140734646036736 140644304481296 140644709324501 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39796736 140734646039686 140734646039857 140734646039857 140734646042575 0
[pid=15616/tid=15627] ppid=15614 vsize=14089320 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15616/task/15627/stat : 15627 (java) S 15614 15614 14305 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 231363265 14427463680 17588 33554432000 4194304 4196468 140734646036736 140644303428496 140644709324501 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39796736 140734646039686 140734646039857 140734646039857 140734646042575 0
[pid=15616/tid=15628] ppid=15614 vsize=14089320 memory=1384 CPUtime=0 cores=1,3,5,7
/proc/15616/task/15628/stat : 15628 (java) S 15614 15614 14305 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 231363265 14427463680 17588 33554432000 4194304 4196468 140734646036736 140644302375696 140644709324501 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39796736 140734646039686 140734646039857 140734646039857 140734646042575 0
[pid=15616/tid=15634] ppid=15614 vsize=14089320 memory=752 CPUtime=0 cores=1,3,5,7
/proc/15616/task/15634/stat : 15634 (java) S 15614 15614 14305 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 231363266 14427463680 17588 33554432000 4194304 4196468 140734646036736 140644183497072 140644709325442 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39796736 140734646039686 140734646039857 140734646039857 140734646042575 0
[pid=15616/tid=15635] ppid=15614 vsize=14089320 memory=7304 CPUtime=0 cores=1,3,5,7
/proc/15616/task/15635/stat : 15635 (java) S 15614 15614 14305 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 231363267 14427463680 17588 33554432000 4194304 4196468 140734646036736 140644182443040 140644709324501 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39796736 140734646039686 140734646039857 140734646039857 140734646042575 0
[pid=15616/tid=15636] ppid=15614 vsize=14089320 memory=5400 CPUtime=0 cores=1,3,5,7
/proc/15616/task/15636/stat : 15636 (java) S 15614 15614 14305 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 231363267 14427463680 17588 33554432000 4194304 4196468 140734646036736 140644181390192 140644709324501 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39796736 140734646039686 140734646039857 140734646039857 140734646042575 0
[pid=15616/tid=15640] ppid=15614 vsize=14089320 memory=1108 CPUtime=0 cores=1,3,5,7
/proc/15616/task/15640/stat : 15640 (java) S 15614 15614 14305 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 231363269 14427463680 17588 33554432000 4194304 4196468 140734646036736 140644180338512 140644709332891 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39796736 140734646039686 140734646039857 140734646039857 140734646042575 0
[pid=15616/tid=15641] ppid=15614 vsize=14089320 memory=10784 CPUtime=0.26 cores=1,3,5,7
/proc/15616/task/15641/stat : 15641 (java) S 15614 15614 14305 0 -1 1077944384 1406 0 0 0 26 0 0 0 20 0 15 0 231363269 14427463680 17588 33554432000 4194304 4196468 140734646036736 140644179286896 140644709325442 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39796736 140734646039686 140734646039857 140734646039857 140734646042575 0
[pid=15616/tid=15642] ppid=15614 vsize=14089320 memory=872 CPUtime=0.22 cores=1,3,5,7
/proc/15616/task/15642/stat : 15642 (java) S 15614 15614 14305 0 -1 1077944384 624 0 0 0 22 0 0 0 20 0 15 0 231363269 14427463680 17588 33554432000 4194304 4196468 140734646036736 140644178234096 140644709325442 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39796736 140734646039686 140734646039857 140734646039857 140734646042575 0
[pid=15616/tid=15643] ppid=15614 vsize=14089320 memory=4280 CPUtime=0.37 cores=1,3,5,7
/proc/15616/task/15643/stat : 15643 (java) S 15614 15614 14305 0 -1 1077944384 1748 0 0 0 36 1 0 0 20 0 15 0 231363270 14427463680 17588 33554432000 4194304 4196468 140734646036736 140644177181296 140644709325442 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39796736 140734646039686 140734646039857 140734646039857 140734646042575 0
[pid=15616/tid=15644] ppid=15614 vsize=14089320 memory=14888 CPUtime=0 cores=1,3,5,7
/proc/15616/task/15644/stat : 15644 (java) S 15614 15614 14305 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 231363270 14427463680 17588 33554432000 4194304 4196468 140734646036736 140644176128736 140644709324501 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39796736 140734646039686 140734646039857 140734646039857 140734646042575 0
[pid=15616/tid=15645] ppid=15614 vsize=14089320 memory=34756 CPUtime=0 cores=1,3,5,7
/proc/15616/task/15645/stat : 15645 (java) S 15614 15614 14305 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 231363270 14427463680 17588 33554432000 4194304 4196468 140734646036736 140644175076016 140644709325442 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39796736 140734646039686 140734646039857 140734646039857 140734646042575 0
Current children cumulated CPU time: 1.55 s
Current children cumulated vsize: 14202448 KiB
Current children cumulated memory: 71808 KiB

[startup+1.50084 s]
/proc/loadavg: 1.15 1.56 1.87 8/221 15651
/proc/meminfo: memFree=17604556/32770624 swapFree=67108860/67108860
[pid=15614] ppid=15611 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/15614/stat : 15614 (xcsp3-exec) S 15611 15614 14305 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 231363264 115843072 364 33554432000 4194304 5098028 140726862333520 140726862331624 139837933232764 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 19365888 140726862337082 140726862337284 140726862337284 140726862340042 0
/proc/15614/statm: 28282 364 306 221 0 87 0

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

/proc/15616/task/15636/stat : 15636 (java) S 15614 15614 14305 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 15 0 231363267 14427463680 63427 33554432000 4194304 4196468 140734646036736 140644181390192 140644709324501 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39796736 140734646039686 140734646039857 140734646039857 140734646042575 0
[pid=15616/tid=15640] ppid=15614 vsize=14089320 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/15616/task/15640/stat : 15640 (java) S 15614 15614 14305 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 231363269 14427463680 63427 33554432000 4194304 4196468 140734646036736 140644180338512 140644709332891 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39796736 140734646039686 140734646039857 140734646039857 140734646042575 0
[pid=15616/tid=15641] ppid=15614 vsize=14089320 memory=4132 CPUtime=2.8 cores=1,3,5,7
/proc/15616/task/15641/stat : 15641 (java) S 15614 15614 14305 0 -1 1077944384 11705 0 0 0 278 2 0 0 20 0 15 0 231363269 14427463680 63427 33554432000 4194304 4196468 140734646036736 140644179286896 140644709325442 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39796736 140734646039686 140734646039857 140734646039857 140734646042575 0
[pid=15616/tid=15642] ppid=15614 vsize=14089320 memory=1456 CPUtime=2.4 cores=1,3,5,7
/proc/15616/task/15642/stat : 15642 (java) S 15614 15614 14305 0 -1 1077944384 10096 0 0 0 239 1 0 0 20 0 15 0 231363269 14427463680 63427 33554432000 4194304 4196468 140734646036736 140644178234096 140644709325442 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39796736 140734646039686 140734646039857 140734646039857 140734646042575 0
[pid=15616/tid=15643] ppid=15614 vsize=14089320 memory=4132 CPUtime=0.61 cores=1,3,5,7
/proc/15616/task/15643/stat : 15643 (java) S 15614 15614 14305 0 -1 1077944384 6780 0 0 0 59 2 0 0 20 0 15 0 231363270 14427463680 63427 33554432000 4194304 4196468 140734646036736 140644177181296 140644709325442 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39796736 140734646039686 140734646039857 140734646039857 140734646042575 0
[pid=15616/tid=15644] ppid=15614 vsize=14089320 memory=-3622645143214314312 CPUtime=0 cores=1,3,5,7
/proc/15616/task/15644/stat : 15644 (java) S 15614 15614 14305 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 231363270 14427463680 63427 33554432000 4194304 4196468 140734646036736 140644176128736 140644709324501 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39796736 140734646039686 140734646039857 140734646039857 140734646042575 0
[pid=15616/tid=15645] ppid=15614 vsize=14089320 memory=1404 CPUtime=0.6 cores=1,3,5,7
/proc/15616/task/15645/stat : 15645 (java) S 15614 15614 14305 0 -1 1077944384 727 0 0 0 24 36 0 0 20 0 15 0 231363270 14427463680 63427 33554432000 4194304 4196468 140734646036736 140644175076016 140644709325442 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39796736 140734646039686 140734646039857 140734646039857 140734646042575 0
Current children cumulated CPU time: 2395.23 s
Current children cumulated vsize: 14202448 KiB
Current children cumulated memory: 255164 KiB

[startup+2442.3 s]
/proc/loadavg: 1.40 1.40 1.45 3/220 15832
/proc/meminfo: memFree=17330484/32770624 swapFree=67108860/67108860
[pid=15614] ppid=15611 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/15614/stat : 15614 (xcsp3-exec) S 15611 15614 14305 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 231363264 115843072 364 33554432000 4194304 5098028 140726862333520 140726862331624 139837933232764 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 19365888 140726862337082 140726862337284 140726862337284 140726862340042 0
/proc/15614/statm: 28282 364 306 221 0 87 0
[pid=15616] ppid=15614 vsize=14089320 memory=253708 CPUtime=2455.51 cores=1,3,5,7
/proc/15616/stat : 15616 (java) S 15614 15614 14305 0 -1 1077944320 74494 0 0 0 245429 122 0 0 20 0 15 0 231363264 14427463680 63427 33554432000 4194304 4196468 140734646036736 140734646019280 140644709314295 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 39796736 140734646039686 140734646039857 140734646039857 140734646042575 0
/proc/15616/statm: 3522330 63427 3414 1 0 3483524 0
[pid=15616/tid=15618] ppid=15614 vsize=14089320 memory=253708 CPUtime=2435.39 cores=1,3,5,7
/proc/15616/task/15618/stat : 15618 (java) R 15614 15614 14305 0 -1 4202560 23742 0 0 0 243529 10 0 0 20 0 15 0 231363264 14427463680 63427 33554432000 4194304 4196468 140734646036736 140644713553600 140644351365726 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 39796736 140734646039686 140734646039857 140734646039857 140734646042575 0
[pid=15616/tid=15625] ppid=15614 vsize=14089320 memory=253708 CPUtime=2.77 cores=1,3,5,7
/proc/15616/task/15625/stat : 15625 (java) S 15614 15614 14305 0 -1 1077944384 4304 0 0 0 257 20 0 0 20 0 15 0 231363265 14427463680 63427 33554432000 4194304 4196468 140734646036736 140644305534096 140644709324501 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39796736 140734646039686 140734646039857 140734646039857 140734646042575 0
[pid=15616/tid=15626] ppid=15614 vsize=14089320 memory=253708 CPUtime=2.77 cores=1,3,5,7
/proc/15616/task/15626/stat : 15626 (java) S 15614 15614 14305 0 -1 1077944384 4754 0 0 0 257 20 0 0 20 0 15 0 231363265 14427463680 63427 33554432000 4194304 4196468 140734646036736 140644304481296 140644709324501 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39796736 140734646039686 140734646039857 140734646039857 140734646042575 0
[pid=15616/tid=15627] ppid=15614 vsize=14089320 memory=253708 CPUtime=2.77 cores=1,3,5,7
/proc/15616/task/15627/stat : 15627 (java) S 15614 15614 14305 0 -1 1077944384 3684 0 0 0 256 21 0 0 20 0 15 0 231363265 14427463680 63427 33554432000 4194304 4196468 140734646036736 140644303428496 140644709324501 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39796736 140734646039686 140734646039857 140734646039857 140734646042575 0
[pid=15616/tid=15628] ppid=15614 vsize=14089320 memory=253708 CPUtime=2.76 cores=1,3,5,7
/proc/15616/task/15628/stat : 15628 (java) S 15614 15614 14305 0 -1 1077944384 2118 0 0 0 255 21 0 0 20 0 15 0 231363265 14427463680 63427 33554432000 4194304 4196468 140734646036736 140644302375696 140644709324501 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39796736 140734646039686 140734646039857 140734646039857 140734646042575 0
[pid=15616/tid=15634] ppid=15614 vsize=14089320 memory=253708 CPUtime=2.52 cores=1,3,5,7
/proc/15616/task/15634/stat : 15634 (java) S 15614 15614 14305 0 -1 1077944384 5219 0 0 0 234 18 0 0 20 0 15 0 231363266 14427463680 63427 33554432000 4194304 4196468 140734646036736 140644183497072 140644709325442 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39796736 140734646039686 140734646039857 140734646039857 140734646042575 0
[pid=15616/tid=15635] ppid=15614 vsize=14089320 memory=253708 CPUtime=0 cores=1,3,5,7
/proc/15616/task/15635/stat : 15635 (java) S 15614 15614 14305 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 15 0 231363267 14427463680 63427 33554432000 4194304 4196468 140734646036736 140644182443040 140644709324501 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39796736 140734646039686 140734646039857 140734646039857 140734646042575 0
[pid=15616/tid=15636] ppid=15614 vsize=14089320 memory=253708 CPUtime=0 cores=1,3,5,7
/proc/15616/task/15636/stat : 15636 (java) S 15614 15614 14305 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 15 0 231363267 14427463680 63427 33554432000 4194304 4196468 140734646036736 140644181390192 140644709324501 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39796736 140734646039686 140734646039857 140734646039857 140734646042575 0
[pid=15616/tid=15640] ppid=15614 vsize=14089320 memory=253708 CPUtime=0 cores=1,3,5,7
/proc/15616/task/15640/stat : 15640 (java) S 15614 15614 14305 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 231363269 14427463680 63427 33554432000 4194304 4196468 140734646036736 140644180338512 140644709332891 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39796736 140734646039686 140734646039857 140734646039857 140734646042575 0
[pid=15616/tid=15641] ppid=15614 vsize=14089320 memory=253708 CPUtime=2.8 cores=1,3,5,7
/proc/15616/task/15641/stat : 15641 (java) S 15614 15614 14305 0 -1 1077944384 11707 0 0 0 278 2 0 0 20 0 15 0 231363269 14427463680 63427 33554432000 4194304 4196468 140734646036736 140644179286896 140644709325442 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39796736 140734646039686 140734646039857 140734646039857 140734646042575 0
[pid=15616/tid=15642] ppid=15614 vsize=14089320 memory=253708 CPUtime=2.4 cores=1,3,5,7
/proc/15616/task/15642/stat : 15642 (java) S 15614 15614 14305 0 -1 1077944384 10098 0 0 0 239 1 0 0 20 0 15 0 231363269 14427463680 63427 33554432000 4194304 4196468 140734646036736 140644178234096 140644709325442 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39796736 140734646039686 140734646039857 140734646039857 140734646042575 0
[pid=15616/tid=15643] ppid=15614 vsize=14089320 memory=253708 CPUtime=0.62 cores=1,3,5,7
/proc/15616/task/15643/stat : 15643 (java) S 15614 15614 14305 0 -1 1077944384 6782 0 0 0 60 2 0 0 20 0 15 0 231363270 14427463680 63427 33554432000 4194304 4196468 140734646036736 140644177181296 140644709325442 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39796736 140734646039686 140734646039857 140734646039857 140734646042575 0
[pid=15616/tid=15644] ppid=15614 vsize=14089320 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/15616/task/15644/stat : 15644 (java) S 15614 15614 14305 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 231363270 14427463680 63427 33554432000 4194304 4196468 140734646036736 140644176128736 140644709324501 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39796736 140734646039686 140734646039857 140734646039857 140734646042575 0
[pid=15616/tid=15645] ppid=15614 vsize=14089320 memory=1456 CPUtime=0.62 cores=1,3,5,7
/proc/15616/task/15645/stat : 15645 (java) S 15614 15614 14305 0 -1 1077944384 742 0 0 0 25 37 0 0 20 0 15 0 231363270 14427463680 63427 33554432000 4194304 4196468 140734646036736 140644175076016 140644709325442 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39796736 140734646039686 140734646039857 140734646039857 140734646042575 0
Current children cumulated CPU time: 2455.51 s
Current children cumulated vsize: 14202448 KiB
Current children cumulated memory: 255164 KiB

[startup+2502.3 s]
/proc/loadavg: 1.39 1.40 1.45 5/220 15912
/proc/meminfo: memFree=17434844/32770624 swapFree=67108860/67108860
[pid=15614] ppid=15611 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/15614/stat : 15614 (xcsp3-exec) S 15611 15614 14305 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 231363264 115843072 364 33554432000 4194304 5098028 140726862333520 140726862331624 139837933232764 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 19365888 140726862337082 140726862337284 140726862337284 140726862340042 0
/proc/15614/statm: 28282 364 306 221 0 87 0
[pid=15616] ppid=15614 vsize=14089320 memory=257804 CPUtime=2515.78 cores=1,3,5,7
/proc/15616/stat : 15616 (java) S 15614 15614 14305 0 -1 1077944320 74819 0 0 0 251453 125 0 0 20 0 15 0 231363264 14427463680 64451 33554432000 4194304 4196468 140734646036736 140734646019280 140644709314295 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 39796736 140734646039686 140734646039857 140734646039857 140734646042575 0
/proc/15616/statm: 3522330 64451 3414 1 0 3483524 0
[pid=15616/tid=15618] ppid=15614 vsize=14089320 memory=1456 CPUtime=2495.17 cores=1,3,5,7
/proc/15616/task/15618/stat : 15618 (java) R 15614 15614 14305 0 -1 4202560 23947 0 0 0 249507 10 0 0 20 0 15 0 231363264 14427463680 64451 33554432000 4194304 4196468 140734646036736 140644713553600 140644351873201 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 39796736 140734646039686 140734646039857 140734646039857 140734646042575 0
[pid=15616/tid=15625] ppid=15614 vsize=14089320 memory=257804 CPUtime=2.87 cores=1,3,5,7
/proc/15616/task/15625/stat : 15625 (java) S 15614 15614 14305 0 -1 1077944384 4331 0 0 0 266 21 0 0 20 0 15 0 231363265 14427463680 64451 33554432000 4194304 4196468 140734646036736 140644305534096 140644709324501 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39796736 140734646039686 140734646039857 140734646039857 140734646042575 0
[pid=15616/tid=15626] ppid=15614 vsize=14089320 memory=257804 CPUtime=2.87 cores=1,3,5,7
/proc/15616/task/15626/stat : 15626 (java) S 15614 15614 14305 0 -1 1077944384 4778 0 0 0 266 21 0 0 20 0 15 0 231363265 14427463680 64451 33554432000 4194304 4196468 140734646036736 140644304481296 140644709324501 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39796736 140734646039686 140734646039857 140734646039857 140734646042575 0
[pid=15616/tid=15627] ppid=15614 vsize=14089320 memory=257804 CPUtime=2.86 cores=1,3,5,7
/proc/15616/task/15627/stat : 15627 (java) S 15614 15614 14305 0 -1 1077944384 3707 0 0 0 265 21 0 0 20 0 15 0 231363265 14427463680 64451 33554432000 4194304 4196468 140734646036736 140644303428496 140644709324501 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39796736 140734646039686 140734646039857 140734646039857 140734646042575 0
[pid=15616/tid=15628] ppid=15614 vsize=14089320 memory=255756 CPUtime=2.86 cores=1,3,5,7
/proc/15616/task/15628/stat : 15628 (java) S 15614 15614 14305 0 -1 1077944384 2152 0 0 0 264 22 0 0 20 0 15 0 231363265 14427463680 64451 33554432000 4194304 4196468 140734646036736 140644302375696 140644709324501 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39796736 140734646039686 140734646039857 140734646039857 140734646042575 0
[pid=15616/tid=15634] ppid=15614 vsize=14089320 memory=1456 CPUtime=2.6 cores=1,3,5,7
/proc/15616/task/15634/stat : 15634 (java) S 15614 15614 14305 0 -1 1077944384 5227 0 0 0 241 19 0 0 20 0 15 0 231363266 14427463680 64451 33554432000 4194304 4196468 140734646036736 140644183497072 140644709325442 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39796736 140734646039686 140734646039857 140734646039857 140734646042575 0
[pid=15616/tid=15635] ppid=15614 vsize=14089320 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/15616/task/15635/stat : 15635 (java) S 15614 15614 14305 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 15 0 231363267 14427463680 64451 33554432000 4194304 4196468 140734646036736 140644182443040 140644709324501 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39796736 140734646039686 140734646039857 140734646039857 140734646042575 0
[pid=15616/tid=15636] ppid=15614 vsize=14089320 memory=257804 CPUtime=0 cores=1,3,5,7
/proc/15616/task/15636/stat : 15636 (java) S 15614 15614 14305 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 15 0 231363267 14427463680 64451 33554432000 4194304 4196468 140734646036736 140644181390192 140644709324501 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39796736 140734646039686 140734646039857 140734646039857 140734646042575 0
[pid=15616/tid=15640] ppid=15614 vsize=14089320 memory=4132 CPUtime=0 cores=1,3,5,7
/proc/15616/task/15640/stat : 15640 (java) S 15614 15614 14305 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 231363269 14427463680 64451 33554432000 4194304 4196468 140734646036736 140644180338512 140644709332891 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39796736 140734646039686 140734646039857 140734646039857 140734646042575 0
[pid=15616/tid=15641] ppid=15614 vsize=14089320 memory=1456 CPUtime=2.8 cores=1,3,5,7
/proc/15616/task/15641/stat : 15641 (java) S 15614 15614 14305 0 -1 1077944384 11707 0 0 0 278 2 0 0 20 0 15 0 231363269 14427463680 64451 33554432000 4194304 4196468 140734646036736 140644179286896 140644709325442 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39796736 140734646039686 140734646039857 140734646039857 140734646042575 0
[pid=15616/tid=15642] ppid=15614 vsize=14089320 memory=255756 CPUtime=2.4 cores=1,3,5,7
/proc/15616/task/15642/stat : 15642 (java) S 15614 15614 14305 0 -1 1077944384 10098 0 0 0 239 1 0 0 20 0 15 0 231363269 14427463680 64451 33554432000 4194304 4196468 140734646036736 140644178234096 140644709325442 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39796736 140734646039686 140734646039857 140734646039857 140734646042575 0
[pid=15616/tid=15643] ppid=15614 vsize=14089320 memory=1732 CPUtime=0.62 cores=1,3,5,7
/proc/15616/task/15643/stat : 15643 (java) S 15614 15614 14305 0 -1 1077944384 6782 0 0 0 60 2 0 0 20 0 15 0 231363270 14427463680 64451 33554432000 4194304 4196468 140734646036736 140644177181296 140644709325442 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39796736 140734646039686 140734646039857 140734646039857 140734646042575 0
[pid=15616/tid=15644] ppid=15614 vsize=14089320 memory=1172 CPUtime=0 cores=1,3,5,7
/proc/15616/task/15644/stat : 15644 (java) S 15614 15614 14305 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 231363270 14427463680 64451 33554432000 4194304 4196468 140734646036736 140644176128736 140644709324501 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39796736 140734646039686 140734646039857 140734646039857 140734646042575 0
[pid=15616/tid=15645] ppid=15614 vsize=14089320 memory=1456 CPUtime=0.64 cores=1,3,5,7
/proc/15616/task/15645/stat : 15645 (java) S 15614 15614 14305 0 -1 1077944384 746 0 0 0 26 38 0 0 20 0 15 0 231363270 14427463680 64451 33554432000 4194304 4196468 140734646036736 140644175076016 140644709325442 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39796736 140734646039686 140734646039857 140734646039857 140734646042575 0
Current children cumulated CPU time: 2515.78 s
Current children cumulated vsize: 14202448 KiB
Current children cumulated memory: 259260 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2506.6 s]
/proc/loadavg: 1.44 1.41 1.45 3/220 15912
/proc/meminfo: memFree=17420572/32770624 swapFree=67108860/67108860
[pid=15614] ppid=15611 vsize=113128 memory=1456 CPUtime=0 cores=1,3,5,7
/proc/15614/stat : 15614 (xcsp3-exec) S 15611 15614 14305 0 -1 4202496 536 0 0 0 0 0 0 0 20 0 1 0 231363264 115843072 364 33554432000 4194304 5098028 140726862333520 140726862331624 139837933232764 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 19365888 140726862337082 140726862337284 140726862337284 140726862340042 0
/proc/15614/statm: 28282 364 306 221 0 87 0
[pid=15616] ppid=15614 vsize=14089320 memory=257804 CPUtime=2520.09 cores=1,3,5,7
/proc/15616/stat : 15616 (java) S 15614 15614 14305 0 -1 1077944320 74826 0 0 0 251884 125 0 0 20 0 15 0 231363264 14427463680 64451 33554432000 4194304 4196468 140734646036736 140734646019280 140644709314295 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 39796736 140734646039686 140734646039857 140734646039857 140734646042575 0
/proc/15616/statm: 3522330 64451 3414 1 0 3483524 0
[pid=15616/tid=15618] ppid=15614 vsize=14089320 memory=15932 CPUtime=2499.46 cores=1,3,5,7
/proc/15616/task/15618/stat : 15618 (java) R 15614 15614 14305 0 -1 4202560 23954 0 0 0 249936 10 0 0 20 0 15 0 231363264 14427463680 64451 33554432000 4194304 4196468 140734646036736 140644713553600 140644351873103 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 39796736 140734646039686 140734646039857 140734646039857 140734646042575 0
[pid=15616/tid=15625] ppid=15614 vsize=14089320 memory=3332 CPUtime=2.88 cores=1,3,5,7
/proc/15616/task/15625/stat : 15625 (java) S 15614 15614 14305 0 -1 1077944384 4331 0 0 0 267 21 0 0 20 0 15 0 231363265 14427463680 64451 33554432000 4194304 4196468 140734646036736 140644305534096 140644709324501 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39796736 140734646039686 140734646039857 140734646039857 140734646042575 0
[pid=15616/tid=15626] ppid=15614 vsize=14089320 memory=1732 CPUtime=2.88 cores=1,3,5,7
/proc/15616/task/15626/stat : 15626 (java) S 15614 15614 14305 0 -1 1077944384 4778 0 0 0 267 21 0 0 20 0 15 0 231363265 14427463680 64451 33554432000 4194304 4196468 140734646036736 140644304481296 140644709324501 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39796736 140734646039686 140734646039857 140734646039857 140734646042575 0
[pid=15616/tid=15627] ppid=15614 vsize=14089320 memory=1172 CPUtime=2.87 cores=1,3,5,7
/proc/15616/task/15627/stat : 15627 (java) S 15614 15614 14305 0 -1 1077944384 3707 0 0 0 266 21 0 0 20 0 15 0 231363265 14427463680 64451 33554432000 4194304 4196468 140734646036736 140644303428496 140644709324501 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39796736 140734646039686 140734646039857 140734646039857 140734646042575 0
[pid=15616/tid=15628] ppid=15614 vsize=14089320 memory=1456 CPUtime=2.86 cores=1,3,5,7
/proc/15616/task/15628/stat : 15628 (java) S 15614 15614 14305 0 -1 1077944384 2152 0 0 0 264 22 0 0 20 0 15 0 231363265 14427463680 64451 33554432000 4194304 4196468 140734646036736 140644302375696 140644709324501 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39796736 140734646039686 140734646039857 140734646039857 140734646042575 0
[pid=15616/tid=15634] ppid=15614 vsize=14089320 memory=257804 CPUtime=2.61 cores=1,3,5,7
/proc/15616/task/15634/stat : 15634 (java) S 15614 15614 14305 0 -1 1077944384 5227 0 0 0 242 19 0 0 20 0 15 0 231363266 14427463680 64451 33554432000 4194304 4196468 140734646036736 140644183497072 140644709325442 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39796736 140734646039686 140734646039857 140734646039857 140734646042575 0
[pid=15616/tid=15635] ppid=15614 vsize=14089320 memory=257804 CPUtime=0 cores=1,3,5,7
/proc/15616/task/15635/stat : 15635 (java) S 15614 15614 14305 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 15 0 231363267 14427463680 64451 33554432000 4194304 4196468 140734646036736 140644182443040 140644709324501 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39796736 140734646039686 140734646039857 140734646039857 140734646042575 0
[pid=15616/tid=15636] ppid=15614 vsize=14089320 memory=1732 CPUtime=0 cores=1,3,5,7
/proc/15616/task/15636/stat : 15636 (java) S 15614 15614 14305 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 15 0 231363267 14427463680 64451 33554432000 4194304 4196468 140734646036736 140644181390192 140644709324501 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39796736 140734646039686 140734646039857 140734646039857 140734646042575 0
[pid=15616/tid=15640] ppid=15614 vsize=14089320 memory=1172 CPUtime=0 cores=1,3,5,7
/proc/15616/task/15640/stat : 15640 (java) S 15614 15614 14305 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 231363269 14427463680 64451 33554432000 4194304 4196468 140734646036736 140644180338512 140644709332891 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39796736 140734646039686 140734646039857 140734646039857 140734646042575 0
[pid=15616/tid=15641] ppid=15614 vsize=14089320 memory=500 CPUtime=2.8 cores=1,3,5,7
/proc/15616/task/15641/stat : 15641 (java) S 15614 15614 14305 0 -1 1077944384 11707 0 0 0 278 2 0 0 20 0 15 0 231363269 14427463680 64451 33554432000 4194304 4196468 140734646036736 140644179286896 140644709325442 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39796736 140734646039686 140734646039857 140734646039857 140734646042575 0
[pid=15616/tid=15642] ppid=15614 vsize=14089320 memory=928 CPUtime=2.4 cores=1,3,5,7
/proc/15616/task/15642/stat : 15642 (java) S 15614 15614 14305 0 -1 1077944384 10098 0 0 0 239 1 0 0 20 0 15 0 231363269 14427463680 64451 33554432000 4194304 4196468 140734646036736 140644178234096 140644709325442 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39796736 140734646039686 140734646039857 140734646039857 140734646042575 0
[pid=15616/tid=15643] ppid=15614 vsize=14089320 memory=2336 CPUtime=0.62 cores=1,3,5,7
/proc/15616/task/15643/stat : 15643 (java) S 15614 15614 14305 0 -1 1077944384 6782 0 0 0 60 2 0 0 20 0 15 0 231363270 14427463680 64451 33554432000 4194304 4196468 140734646036736 140644177181296 140644709325442 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39796736 140734646039686 140734646039857 140734646039857 140734646042575 0
[pid=15616/tid=15644] ppid=15614 vsize=14089320 memory=1580 CPUtime=0 cores=1,3,5,7
/proc/15616/task/15644/stat : 15644 (java) S 15614 15614 14305 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 231363270 14427463680 64451 33554432000 4194304 4196468 140734646036736 140644176128736 140644709324501 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39796736 140734646039686 140734646039857 140734646039857 140734646042575 0
[pid=15616/tid=15645] ppid=15614 vsize=14089320 memory=924 CPUtime=0.64 cores=1,3,5,7
/proc/15616/task/15645/stat : 15645 (java) S 15614 15614 14305 0 -1 1077944384 746 0 0 0 26 38 0 0 20 0 15 0 231363270 14427463680 64451 33554432000 4194304 4196468 140734646036736 140644175076016 140644709325442 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39796736 140734646039686 140734646039857 140734646039857 140734646042575 0
Current children cumulated CPU time: 2520.09 s
Current children cumulated vsize: 14202448 KiB
Current children cumulated memory: 259260 KiB

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

[startup+2506.61 s]
# the end of solver process 15614 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=0 s, system=0.002227 s

[startup+2506.61 s]
# the end of solver process 15616 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2518.86 s, system=1.26378 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): 2506.61
CPU time (s): 2520.12
CPU user time (s): 2518.86
CPU system time (s): 1.26378
CPU usage (%): 100.539
Max. virtual memory (cumulated for all children) (KiB): 14202448
Max. memory (cumulated for all children) (KiB): 259260

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2518.86
system time used= 1.26378
maximum resident set size= 258400
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 75594
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3160
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 127990
involuntary context switches= 6338


# summary of solver processes directly reported to runsolver:
#   pid: 15614,15616
#   total CPU time (s): 2520.12
#   total CPU user time (s): 2518.86
#   total CPU system time (s): 1.26378

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.4156 second user time and 24.4936 second system time

The end

Launcher Data

Begin job on node132 at 2018-08-13 07:26:41
IDJOB=4306889
IDBENCH=141599
IDSOLVER=2787
FILE ID=node132/4306889-1534138001
RUNJOBID= node132-1534138001-15591
PBS_JOBID= 21037017
Free space on /tmp= 38200 MiB

SOLVER NAME= Choco-solver 4.0.7b seq (e747e1e)
BENCH NAME= XCSP18/SportsScheduling/SportsScheduling-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-4306889-1534138001/watcher-4306889-1534138001 -o /tmp/evaluation-result-4306889-1534138001/solver-4306889-1534138001 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node132-1534138001-15591 --watchdog 2580  HOME/xcsp3-exec -seed 1658862002 -dir HOME -tl 2520 -ml 11000 -p 1 HOME/instance-4306889-1534138001.xml

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

MD5SUM BENCH= 5770900a9b2cb93904bf32b5a50ba98d
RANDOM SEED=1658862002

node132.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.65
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.65
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.65
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.65
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:        17749848 kB
MemAvailable:   31905848 kB
Buffers:          253000 kB
Cached:         14013740 kB
SwapCached:            0 kB
Active:          7051044 kB
Inactive:        7269448 kB
Active(anon):       3324 kB
Inactive(anon):   102816 kB
Active(file):    7047720 kB
Inactive(file):  7166632 kB
Unevictable:        6988 kB
Mlocked:            6988 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             43672 kB
Writeback:             0 kB
AnonPages:        113100 kB
Mapped:            55576 kB
Shmem:             49824 kB
Slab:             398472 kB
SReclaimable:     370108 kB
SUnreclaim:        28364 kB
KernelStack:        3632 kB
PageTables:         5480 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     350556 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     59392 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /tmp at the end= 38156 MiB
End job on node132 at 2018-08-13 08:08:28