Trace number 4270886

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
choco-solver 4.0.5 par (2017-08-09)? (TO) 20070.1 2520.1101

General information on the benchmark

NameColouredQueens/ColouredQueens-m1-s1/
ColouredQueens-19.xml
MD5SUM83a04d869151a5b67f4c27500757dc69
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 variables361
Number of constraints108
Number of domains1
Minimum domain size19
Maximum domain size19
Distribution of domain sizes[{"size":19,"count":361}]
Minimum variable degree3
Maximum variable degree4
Distribution of variable degrees[{"degree":3,"count":4},{"degree":4,"count":357}]
Minimum constraint arity2
Maximum constraint arity19
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":4},{"arity":17,"count":4},{"arity":18,"count":4},{"arity":19,"count":40}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"allDifferent","count":108}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.00	c java -server -Xmx22000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4270886-1502666091.xml"  -tl '20160s' -p 8 -x 0
0.13/0.14	c [HOME/instance-4270886-1502666091.xml, -tl, 20160s, -p, 8, -x, 0]
0.13/0.20	c 8 solvers in parallel
0.33/0.26	c parse instance...
1.48/0.63	c solve instance...
20069.29/2520.09	s UNKNOWN
20069.29/2520.09	c Unexpected resolution interruption!

Verifier Data


Watcher Data

runsolver version 3.4.0 (svn: 3012) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 16374 MiB (13353 MiB free)
  memory of node 1: 16384 MiB (13834 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4270886-1502666091/watcher-4270886-1502666091 -o /tmp/evaluation-result-4270886-1502666091/solver-4270886-1502666091 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node149-1502660189-16427 --watchdog 2580 ./xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 22000 -tdir HOME -seed 781431432 HOME/instance-4270886-1502666091.xml 

running on 8 cores: 0,2,4,6,1,3,5,7

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

solver pid=16776, runsolver pid=16773

[startup+0.104177 s]*
/proc/loadavg: 7.72 8.28 8.30 3/200 16797
/proc/meminfo: memFree=27826440/32770624 swapFree=67108860/67108860
[pid=16776] ppid=16773 vsize=9512 memory=1380 CPUtime=0 cores=0-7
/proc/16776/stat : 16776 (xcsp3-exec) S 16773 16776 16400 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 99689973 9740288 345 33554432000 4194304 5098028 140734738045696 140734738043800 140465224495740 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 36839424 140734738048101 140734738048311 140734738048311 140734738051051 0
/proc/16776/statm: 2378 345 289 221 0 87 0
[pid=16778] ppid=16776 vsize=25999808 memory=27000 CPUtime=0.13 cores=0-7
/proc/16778/stat : 16778 (java) S 16776 16776 16400 0 -1 1077944320 5568 0 0 0 12 1 0 0 20 0 20 0 99689974 26623803392 6750 33554432000 4194304 4196468 140724512162240 140724512144784 140657698545399 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 18923520 140724512167058 140724512167235 140724512167235 140724512169935 0
/proc/16778/statm: 6499952 6750 2899 1 0 6488269 0
[pid=16778/tid=16779] ppid=16776 vsize=25999808 memory=4134930498285298233 CPUtime=0.09 cores=0-7
/proc/16778/task/16779/stat : 16779 (java) R 16776 16776 16400 0 -1 4202560 3489 0 0 0 9 0 0 0 20 0 20 0 99689974 26623803392 6750 33554432000 4194304 4196468 140724512162240 140657702778672 140657682625886 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 18923520 140724512167058 140724512167235 140724512167235 140724512169935 0
[pid=16778/tid=16780] ppid=16776 vsize=25999808 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/16778/task/16780/stat : 16780 (java) S 16776 16776 16400 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 99689975 26623803392 6750 33554432000 4194304 4196468 140724512162240 140657651166096 140657698555605 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18923520 140724512167058 140724512167235 140724512167235 140724512169935 0
[pid=16778/tid=16781] ppid=16776 vsize=25999808 memory=140328075097728 CPUtime=0 cores=0-7
/proc/16778/task/16781/stat : 16781 (java) S 16776 16776 16400 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 99689975 26623803392 6750 33554432000 4194304 4196468 140724512162240 140657650113296 140657698555605 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18923520 140724512167058 140724512167235 140724512167235 140724512169935 0
[pid=16778/tid=16782] ppid=16776 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/16778/task/16782/stat : 16782 (java) S 16776 16776 16400 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 99689975 26623803392 6750 33554432000 4194304 4196468 140724512162240 140657649061008 140657698555605 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18923520 140724512167058 140724512167235 140724512167235 140724512169935 0
[pid=16778/tid=16783] ppid=16776 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/16778/task/16783/stat : 16783 (java) S 16776 16776 16400 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 99689975 26623803392 6750 33554432000 4194304 4196468 140724512162240 140657648008208 140657698555605 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18923520 140724512167058 140724512167235 140724512167235 140724512169935 0
[pid=16778/tid=16784] ppid=16776 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/16778/task/16784/stat : 16784 (java) S 16776 16776 16400 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 99689975 26623803392 6750 33554432000 4194304 4196468 140724512162240 140657646954896 140657698555605 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18923520 140724512167058 140724512167235 140724512167235 140724512169935 0
[pid=16778/tid=16785] ppid=16776 vsize=25999808 memory=-1 CPUtime=0 cores=0-7
/proc/16778/task/16785/stat : 16785 (java) S 16776 16776 16400 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 99689975 26623803392 6750 33554432000 4194304 4196468 140724512162240 140657645902096 140657698555605 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18923520 140724512167058 140724512167235 140724512167235 140724512169935 0
[pid=16778/tid=16786] ppid=16776 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/16778/task/16786/stat : 16786 (java) S 16776 16776 16400 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 99689975 26623803392 6750 33554432000 4194304 4196468 140724512162240 140657644849808 140657698555605 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18923520 140724512167058 140724512167235 140724512167235 140724512169935 0
[pid=16778/tid=16787] ppid=16776 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/16778/task/16787/stat : 16787 (java) S 16776 16776 16400 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 99689975 26623803392 6750 33554432000 4194304 4196468 140724512162240 140657643797008 140657698555605 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18923520 140724512167058 140724512167235 140724512167235 140724512169935 0
[pid=16778/tid=16788] ppid=16776 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/16778/task/16788/stat : 16788 (java) S 16776 16776 16400 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 99689976 26623803392 6750 33554432000 4194304 4196468 140724512162240 140657094359664 140657698556546 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18923520 140724512167058 140724512167235 140724512167235 140724512169935 0
[pid=16778/tid=16789] ppid=16776 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/16778/task/16789/stat : 16789 (java) S 16776 16776 16400 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 99689977 26623803392 6750 33554432000 4194304 4196468 140724512162240 140657093305632 140657698555605 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18923520 140724512167058 140724512167235 140724512167235 140724512169935 0
[pid=16778/tid=16790] ppid=16776 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/16778/task/16790/stat : 16790 (java) S 16776 16776 16400 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 99689977 26623803392 6750 33554432000 4194304 4196468 140724512162240 140657024820848 140657698555605 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18923520 140724512167058 140724512167235 140724512167235 140724512169935 0
[pid=16778/tid=16791] ppid=16776 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/16778/task/16791/stat : 16791 (java) S 16776 16776 16400 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 99689979 26623803392 6750 33554432000 4194304 4196468 140724512162240 140657023769168 140657698563995 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18923520 140724512167058 140724512167235 140724512167235 140724512169935 0
[pid=16778/tid=16792] ppid=16776 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/16778/task/16792/stat : 16792 (java) S 16776 16776 16400 0 -1 1077944384 425 0 0 0 0 0 0 0 20 0 20 0 99689979 26623803392 6750 33554432000 4194304 4196468 140724512162240 140657022716016 140657698556546 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18923520 140724512167058 140724512167235 140724512167235 140724512169935 0
[pid=16778/tid=16793] ppid=16776 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/16778/task/16793/stat : 16793 (java) S 16776 16776 16400 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 99689979 26623803392 6750 33554432000 4194304 4196468 140724512162240 140657021663216 140657698556546 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18923520 140724512167058 140724512167235 140724512167235 140724512169935 0
[pid=16778/tid=16794] ppid=16776 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/16778/task/16794/stat : 16794 (java) S 16776 16776 16400 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 99689979 26623803392 6750 33554432000 4194304 4196468 140724512162240 140657020610928 140657698556546 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18923520 140724512167058 140724512167235 140724512167235 140724512169935 0
[pid=16778/tid=16795] ppid=16776 vsize=25999808 memory=0 CPUtime=0.01 cores=0-7
/proc/16778/task/16795/stat : 16795 (java) R 16776 16776 16400 0 -1 4202560 339 0 0 0 1 0 0 0 20 0 20 0 99689979 26623803392 6750 33554432000 4194304 4196468 140724512162240 140657019558128 140657698557334 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 18923520 140724512167058 140724512167235 140724512167235 140724512169935 0
[pid=16778/tid=16796] ppid=16776 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/16778/task/16796/stat : 16796 (java) S 16776 16776 16400 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 99689979 26623803392 6750 33554432000 4194304 4196468 140724512162240 140657018506080 140657698555605 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18923520 140724512167058 140724512167235 140724512167235 140724512169935 0
[pid=16778/tid=16797] ppid=16776 vsize=25999808 memory=-1 CPUtime=0 cores=0-7
/proc/16778/task/16797/stat : 16797 (java) S 16776 16776 16400 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 99689980 26623803392 6750 33554432000 4194304 4196468 140724512162240 140657017453360 140657698556546 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18923520 140724512167058 140724512167235 140724512167235 140724512169935 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 26009320 KiB
Current children cumulated memory: 28380 KiB

[startup+0.210747 s]*
/proc/loadavg: 7.72 8.28 8.30 2/200 16797
/proc/meminfo: memFree=27814376/32770624 swapFree=67108860/67108860
[pid=16776] ppid=16773 vsize=9512 memory=1380 CPUtime=0 cores=0-7
/proc/16776/stat : 16776 (xcsp3-exec) S 16773 16776 16400 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 99689973 9740288 345 33554432000 4194304 5098028 140734738045696 140734738043800 140465224495740 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 36839424 140734738048101 140734738048311 140734738048311 140734738051051 0
/proc/16776/statm: 2378 345 289 221 0 87 0
[pid=16778] ppid=16776 vsize=26004064 memory=38524 CPUtime=0.33 cores=0-7
/proc/16778/stat : 16778 (java) S 16776 16776 16400 0 -1 1077944320 8246 0 0 0 31 2 0 0 20 0 20 0 99689974 26628161536 9631 33554432000 4194304 4196468 140724512162240 140724512144784 140657698545399 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 18923520 140724512167058 140724512167235 140724512167235 140724512169935 0
/proc/16778/statm: 6501016 9631 3025 1 0 6488269 0
[pid=16778/tid=16779] ppid=16776 vsize=26004096 memory=8318255677412212789 CPUtime=0.19 cores=0-7
/proc/16778/task/16779/stat : 16779 (java) R 16776 16776 16400 0 -1 4202560 5399 0 0 0 18 1 0 0 20 0 20 0 99689974 26628194304 9651 33554432000 4194304 4196468 140724512162240 140657702747088 140657691225117 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 18923520 140724512167058 140724512167235 140724512167235 140724512169935 0
[pid=16778/tid=16780] ppid=16776 vsize=26004096 memory=330 CPUtime=0 cores=0-7
/proc/16778/task/16780/stat : 16780 (java) S 16776 16776 16400 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 99689975 26628194304 9651 33554432000 4194304 4196468 140724512162240 140657651166096 140657698555605 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18923520 140724512167058 140724512167235 140724512167235 140724512169935 0
[pid=16778/tid=16781] ppid=16776 vsize=26004064 memory=288370704226809472 CPUtime=0 cores=0-7
/proc/16778/task/16781/stat : 16781 (java) S 16776 16776 16400 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 99689975 26628161536 9651 33554432000 4194304 4196468 140724512162240 140657650113296 140657698555605 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18923520 140724512167058 140724512167235 140724512167235 140724512169935 0
[pid=16778/tid=16782] ppid=16776 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/16778/task/16782/stat : 16782 (java) S 16776 16776 16400 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 99689975 26628161536 9651 33554432000 4194304 4196468 140724512162240 140657649061008 140657698555605 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18923520 140724512167058 140724512167235 140724512167235 140724512169935 0
[pid=16778/tid=16783] ppid=16776 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/16778/task/16783/stat : 16783 (java) S 16776 16776 16400 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 99689975 26628161536 9651 33554432000 4194304 4196468 140724512162240 140657648008208 140657698555605 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18923520 140724512167058 140724512167235 140724512167235 140724512169935 0
[pid=16778/tid=16784] ppid=16776 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/16778/task/16784/stat : 16784 (java) S 16776 16776 16400 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 99689975 26628161536 9651 33554432000 4194304 4196468 140724512162240 140657646954896 140657698555605 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18923520 140724512167058 140724512167235 140724512167235 140724512169935 0
[pid=16778/tid=16785] ppid=16776 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/16778/task/16785/stat : 16785 (java) S 16776 16776 16400 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 99689975 26628161536 9651 33554432000 4194304 4196468 140724512162240 140657645902096 140657698555605 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18923520 140724512167058 140724512167235 140724512167235 140724512169935 0
[pid=16778/tid=16786] ppid=16776 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/16778/task/16786/stat : 16786 (java) S 16776 16776 16400 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 99689975 26628161536 9651 33554432000 4194304 4196468 140724512162240 140657644849808 140657698555605 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18923520 140724512167058 140724512167235 140724512167235 140724512169935 0
[pid=16778/tid=16787] ppid=16776 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/16778/task/16787/stat : 16787 (java) S 16776 16776 16400 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 99689975 26628161536 9651 33554432000 4194304 4196468 140724512162240 140657643797008 140657698555605 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18923520 140724512167058 140724512167235 140724512167235 140724512169935 0
[pid=16778/tid=16788] ppid=16776 vsize=26004096 memory=0 CPUtime=0 cores=0-7
/proc/16778/task/16788/stat : 16788 (java) S 16776 16776 16400 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 99689976 26628194304 9651 33554432000 4194304 4196468 140724512162240 140657094359664 140657698556546 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18923520 140724512167058 140724512167235 140724512167235 140724512169935 0
[pid=16778/tid=16789] ppid=16776 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/16778/task/16789/stat : 16789 (java) S 16776 16776 16400 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 99689977 26628161536 9651 33554432000 4194304 4196468 140724512162240 140657093305632 140657698555605 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18923520 140724512167058 140724512167235 140724512167235 140724512169935 0
[pid=16778/tid=16790] ppid=16776 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/16778/task/16790/stat : 16790 (java) S 16776 16776 16400 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 99689977 26628161536 9651 33554432000 4194304 4196468 140724512162240 140657024820848 140657698555605 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18923520 140724512167058 140724512167235 140724512167235 140724512169935 0
[pid=16778/tid=16791] ppid=16776 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/16778/task/16791/stat : 16791 (java) S 16776 16776 16400 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 99689979 26628161536 9651 33554432000 4194304 4196468 140724512162240 140657023769168 140657698563995 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18923520 140724512167058 140724512167235 140724512167235 140724512169935 0
[pid=16778/tid=16792] ppid=16776 vsize=26004064 memory=0 CPUtime=0.01 cores=0-7
/proc/16778/task/16792/stat : 16792 (java) S 16776 16776 16400 0 -1 1077944384 515 0 0 0 1 0 0 0 20 0 20 0 99689979 26628161536 9651 33554432000 4194304 4196468 140724512162240 140657022716016 140657698556546 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18923520 140724512167058 140724512167235 140724512167235 140724512169935 0
[pid=16778/tid=16793] ppid=16776 vsize=26004064 memory=0 CPUtime=0.01 cores=0-7
/proc/16778/task/16793/stat : 16793 (java) S 16776 16776 16400 0 -1 1077944384 240 0 0 0 1 0 0 0 20 0 20 0 99689979 26628161536 9651 33554432000 4194304 4196468 140724512162240 140657021663216 140657698556546 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18923520 140724512167058 140724512167235 140724512167235 140724512169935 0
[pid=16778/tid=16794] ppid=16776 vsize=26004064 memory=-1 CPUtime=0.01 cores=0-7
/proc/16778/task/16794/stat : 16794 (java) S 16776 16776 16400 0 -1 1077944384 57 0 0 0 1 0 0 0 20 0 20 0 99689979 26628161536 9651 33554432000 4194304 4196468 140724512162240 140657020610928 140657698556546 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18923520 140724512167058 140724512167235 140724512167235 140724512169935 0
[pid=16778/tid=16795] ppid=16776 vsize=26004064 memory=-1 CPUtime=0.07 cores=0-7
/proc/16778/task/16795/stat : 16795 (java) R 16776 16776 16400 0 -1 4202560 742 0 0 0 7 0 0 0 20 0 20 0 99689979 26628161536 9651 33554432000 4194304 4196468 140724512162240 140657019556088 140657677414965 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 18923520 140724512167058 140724512167235 140724512167235 140724512169935 0
[pid=16778/tid=16796] ppid=16776 vsize=26004096 memory=0 CPUtime=0 cores=0-7
/proc/16778/task/16796/stat : 16796 (java) S 16776 16776 16400 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 99689979 26628194304 9651 33554432000 4194304 4196468 140724512162240 140657018506080 140657698555605 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18923520 140724512167058 140724512167235 140724512167235 140724512169935 0
[pid=16778/tid=16797] ppid=16776 vsize=26004096 memory=-1 CPUtime=0 cores=0-7
/proc/16778/task/16797/stat : 16797 (java) S 16776 16776 16400 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 99689980 26628194304 9651 33554432000 4194304 4196468 140724512162240 140657017453360 140657698556546 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18923520 140724512167058 140724512167235 140724512167235 140724512169935 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 26013576 KiB
Current children cumulated memory: 39904 KiB

[startup+0.31066 s]*
/proc/loadavg: 7.72 8.28 8.30 4/200 16797
/proc/meminfo: memFree=27807428/32770624 swapFree=67108860/67108860
[pid=16776] ppid=16773 vsize=9512 memory=1380 CPUtime=0 cores=0-7
/proc/16776/stat : 16776 (xcsp3-exec) S 16773 16776 16400 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 99689973 9740288 345 33554432000 4194304 5098028 140734738045696 140734738043800 140465224495740 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 36839424 140734738048101 140734738048311 140734738048311 140734738051051 0
/proc/16776/statm: 2378 345 289 221 0 87 0
[pid=16778] ppid=16776 vsize=26004064 memory=45748 CPUtime=0.5 cores=0-7
/proc/16778/stat : 16778 (java) S 16776 16776 16400 0 -1 1077944320 9201 0 0 0 47 3 0 0 20 0 20 0 99689974 26628161536 11437 33554432000 4194304 4196468 140724512162240 140724512144784 140657698545399 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 18923520 140724512167058 140724512167235 140724512167235 140724512169935 0
/proc/16778/statm: 6501016 11437 3104 1 0 6488269 0
[pid=16778/tid=16779] ppid=16776 vsize=26004064 memory=6791534058613427641 CPUtime=0.29 cores=0-7
/proc/16778/task/16779/stat : 16779 (java) R 16776 16776 16400 0 -1 4202560 6108 0 0 0 27 2 0 0 20 0 20 0 99689974 26628161536 11437 33554432000 4194304 4196468 140724512162240 140657702779952 140657684238880 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 18923520 140724512167058 140724512167235 140724512167235 140724512169935 0
[pid=16778/tid=16780] ppid=16776 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/16778/task/16780/stat : 16780 (java) S 16776 16776 16400 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 99689975 26628161536 11437 33554432000 4194304 4196468 140724512162240 140657651166096 140657698555605 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18923520 140724512167058 140724512167235 140724512167235 140724512169935 0
[pid=16778/tid=16781] ppid=16776 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/16778/task/16781/stat : 16781 (java) S 16776 16776 16400 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 99689975 26628161536 11501 33554432000 4194304 4196468 140724512162240 140657650113296 140657698555605 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18923520 140724512167058 140724512167235 140724512167235 140724512169935 0
[pid=16778/tid=16782] ppid=16776 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/16778/task/16782/stat : 16782 (java) S 16776 16776 16400 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 99689975 26628161536 11501 33554432000 4194304 4196468 140724512162240 140657649061008 140657698555605 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18923520 140724512167058 140724512167235 140724512167235 140724512169935 0
[pid=16778/tid=16783] ppid=16776 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/16778/task/16783/stat : 16783 (java) S 16776 16776 16400 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 99689975 26628161536 11501 33554432000 4194304 4196468 140724512162240 140657648008208 140657698555605 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18923520 140724512167058 140724512167235 140724512167235 140724512169935 0
[pid=16778/tid=16784] ppid=16776 vsize=26004064 memory=2244 CPUtime=0 cores=0-7
/proc/16778/task/16784/stat : 16784 (java) S 16776 16776 16400 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 99689975 26628161536 11501 33554432000 4194304 4196468 140724512162240 140657646954896 140657698555605 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18923520 140724512167058 140724512167235 140724512167235 140724512169935 0
[pid=16778/tid=16785] ppid=16776 vsize=26004064 memory=140327923053487 CPUtime=0 cores=0-7
/proc/16778/task/16785/stat : 16785 (java) S 16776 16776 16400 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 99689975 26628161536 11501 33554432000 4194304 4196468 140724512162240 140657645902096 140657698555605 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18923520 140724512167058 140724512167235 140724512167235 140724512169935 0
[pid=16778/tid=16786] ppid=16776 vsize=26004064 memory=140327923055792 CPUtime=0 cores=0-7
/proc/16778/task/16786/stat : 16786 (java) S 16776 16776 16400 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 99689975 26628161536 11501 33554432000 4194304 4196468 140724512162240 140657644849808 140657698555605 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18923520 140724512167058 140724512167235 140724512167235 140724512169935 0
[pid=16778/tid=16787] ppid=16776 vsize=26004064 memory=140327923058096 CPUtime=0 cores=0-7
/proc/16778/task/16787/stat : 16787 (java) S 16776 16776 16400 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 99689975 26628161536 11501 33554432000 4194304 4196468 140724512162240 140657643797008 140657698555605 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18923520 140724512167058 140724512167235 140724512167235 140724512169935 0
[pid=16778/tid=16788] ppid=16776 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/16778/task/16788/stat : 16788 (java) S 16776 16776 16400 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 99689976 26628161536 11501 33554432000 4194304 4196468 140724512162240 140657094359664 140657698556546 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18923520 140724512167058 140724512167235 140724512167235 140724512169935 0
[pid=16778/tid=16789] ppid=16776 vsize=26004064 memory=280655846123152 CPUtime=0 cores=0-7
/proc/16778/task/16789/stat : 16789 (java) S 16776 16776 16400 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 99689977 26628161536 11501 33554432000 4194304 4196468 140724512162240 140657093305632 140657698555605 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18923520 140724512167058 140724512167235 140724512167235 140724512169935 0
[pid=16778/tid=16790] ppid=16776 vsize=26004064 memory=280655846130064 CPUtime=0 cores=0-7
/proc/16778/task/16790/stat : 16790 (java) S 16776 16776 16400 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 99689977 26628161536 11501 33554432000 4194304 4196468 140724512162240 140657024820848 140657698555605 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18923520 140724512167058 140724512167235 140724512167235 140724512169935 0
[pid=16778/tid=16791] ppid=16776 vsize=26004064 memory=280655846071344 CPUtime=0 cores=0-7
/proc/16778/task/16791/stat : 16791 (java) S 16776 16776 16400 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 99689979 26628161536 11501 33554432000 4194304 4196468 140724512162240 140657023769168 140657698563995 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18923520 140724512167058 140724512167235 140724512167235 140724512169935 0
[pid=16778/tid=16792] ppid=16776 vsize=26004064 memory=280655846143888 CPUtime=0.02 cores=0-7
/proc/16778/task/16792/stat : 16792 (java) S 16776 16776 16400 0 -1 1077944384 541 0 0 0 2 0 0 0 20 0 20 0 99689979 26628161536 11501 33554432000 4194304 4196468 140724512162240 140657022716016 140657698556546 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18923520 140724512167058 140724512167235 140724512167235 140724512169935 0
[pid=16778/tid=16793] ppid=16776 vsize=26004064 memory=280655846150800 CPUtime=0.01 cores=0-7
/proc/16778/task/16793/stat : 16793 (java) S 16776 16776 16400 0 -1 1077944384 244 0 0 0 1 0 0 0 20 0 20 0 99689979 26628161536 11501 33554432000 4194304 4196468 140724512162240 140657021663216 140657698556546 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18923520 140724512167058 140724512167235 140724512167235 140724512169935 0
[pid=16778/tid=16794] ppid=16776 vsize=26004064 memory=280655846148496 CPUtime=0.02 cores=0-7
/proc/16778/task/16794/stat : 16794 (java) S 16776 16776 16400 0 -1 1077944384 130 0 0 0 2 0 0 0 20 0 20 0 99689979 26628161536 11501 33554432000 4194304 4196468 140724512162240 140657020610928 140657698556546 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18923520 140724512167058 140724512167235 140724512167235 140724512169935 0
[pid=16778/tid=16795] ppid=16776 vsize=26004064 memory=280655846164656 CPUtime=0.12 cores=0-7
/proc/16778/task/16795/stat : 16795 (java) R 16776 16776 16400 0 -1 4202560 881 0 0 0 12 0 0 0 20 0 20 0 99689979 26628161536 11501 33554432000 4194304 4196468 140724512162240 140657019558256 140657698566746 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 18923520 140724512167058 140724512167235 140724512167235 140724512169935 0
[pid=16778/tid=16796] ppid=16776 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/16778/task/16796/stat : 16796 (java) S 16776 16776 16400 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 99689979 26628161536 11501 33554432000 4194304 4196468 140724512162240 140657018506080 140657698555605 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18923520 140724512167058 140724512167235 140724512167235 140724512169935 0
[pid=16778/tid=16797] ppid=16776 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/16778/task/16797/stat : 16797 (java) S 16776 16776 16400 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 99689980 26628161536 11501 33554432000 4194304 4196468 140724512162240 140657017453360 140657698556546 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18923520 140724512167058 140724512167235 140724512167235 140724512169935 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 26013576 KiB
Current children cumulated memory: 47128 KiB

[startup+0.704554 s]
/proc/loadavg: 7.72 8.28 8.30 6/200 16797
/proc/meminfo: memFree=27791700/32770624 swapFree=67108860/67108860
[pid=16776] ppid=16773 vsize=9512 memory=1380 CPUtime=0 cores=0-7
/proc/16776/stat : 16776 (xcsp3-exec) S 16773 16776 16400 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 99689973 9740288 345 33554432000 4194304 5098028 140734738045696 140734738043800 140465224495740 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 36839424 140734738048101 140734738048311 140734738048311 140734738051051 0
/proc/16776/statm: 2378 345 289 221 0 87 0
[pid=16778] ppid=16776 vsize=26538700 memory=116380 CPUtime=2.08 cores=0-7
/proc/16778/stat : 16778 (java) S 16776 16776 16400 0 -1 1077944320 13915 0 0 0 201 7 0 0 20 0 28 0 99689974 27175628800 29095 33554432000 4194304 4196468 140724512162240 140724512144784 140657698545399 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 18923520 140724512167058 140724512167235 140724512167235 140724512169935 0
/proc/16778/statm: 6634675 29095 3201 1 0 6621909 0
[pid=16778/tid=16779] ppid=16776 vsize=26538700 memory=280655846522544 CPUtime=0.61 cores=0-7
/proc/16778/task/16779/stat : 16779 (java) S 16776 16776 16400 0 -1 1077944384 6738 0 0 0 58 3 0 0 20 0 28 0 99689974 27175628800 29095 33554432000 4194304 4196468 140724512162240 140657702786176 140657698555605 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18923520 140724512167058 140724512167235 140724512167235 140724512169935 0
[pid=16778/tid=16780] ppid=16776 vsize=26538700 memory=140327923262320 CPUtime=0 cores=0-7
/proc/16778/task/16780/stat : 16780 (java) S 16776 16776 16400 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 99689975 27175628800 29095 33554432000 4194304 4196468 140724512162240 140657651166096 140657698555605 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18923520 140724512167058 140724512167235 140724512167235 140724512169935 0
[pid=16778/tid=16781] ppid=16776 vsize=26538700 memory=0 CPUtime=0 cores=0-7
/proc/16778/task/16781/stat : 16781 (java) S 16776 16776 16400 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 28 0 99689975 27175628800 29095 33554432000 4194304 4196468 140724512162240 140657650113296 140657698555605 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18923520 140724512167058 140724512167235 140724512167235 140724512169935 0
[pid=16778/tid=16782] ppid=16776 vsize=26538700 memory=8612 CPUtime=0 cores=0-7
/proc/16778/task/16782/stat : 16782 (java) S 16776 16776 16400 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 28 0 99689975 27175628800 29095 33554432000 4194304 4196468 140724512162240 140657649061008 140657698555605 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18923520 140724512167058 140724512167235 140724512167235 140724512169935 0

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

[pid=16778/tid=16805] ppid=16776 vsize=26538700 memory=4144 CPUtime=2424.51 cores=0-7
/proc/16778/task/16805/stat : 16805 (java) R 16776 16776 16400 0 -1 4202560 36426 0 0 0 242393 58 0 0 20 0 28 0 99690038 27175628800 123081 33554432000 4194304 4196468 140724512162240 140657002074360 140657317837293 0 4 0 16800975 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 18923520 140724512167058 140724512167235 140724512167235 140724512169935 0
Current children cumulated CPU time: 19449.7 s
Current children cumulated vsize: 26548212 KiB
Current children cumulated memory: 493704 KiB

[startup+2502.3 s]
/proc/loadavg: 8.07 8.30 8.33 9/208 16861
/proc/meminfo: memFree=27360228/32770624 swapFree=67108860/67108860
[pid=16776] ppid=16773 vsize=9512 memory=1380 CPUtime=0 cores=0-7
/proc/16776/stat : 16776 (xcsp3-exec) S 16773 16776 16400 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 99689973 9740288 345 33554432000 4194304 5098028 140734738045696 140734738043800 140465224495740 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 36839424 140734738048101 140734738048311 140734738048311 140734738051051 0
/proc/16776/statm: 2378 345 289 221 0 87 0
[pid=16778] ppid=16776 vsize=26538700 memory=492324 CPUtime=19928 cores=0-7
/proc/16778/stat : 16778 (java) S 16776 16776 16400 0 -1 1077944320 236659 0 0 0 1992517 287 0 0 20 0 28 0 99689974 27175628800 123081 33554432000 4194304 4196468 140724512162240 140724512144784 140657698545399 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 18923520 140724512167058 140724512167235 140724512167235 140724512169935 0
/proc/16778/statm: 6634675 123081 3292 1 0 6621909 0
[pid=16778/tid=16779] ppid=16776 vsize=26538700 memory=492324 CPUtime=0.61 cores=0-7
/proc/16778/task/16779/stat : 16779 (java) S 16776 16776 16400 0 -1 1077944384 6738 0 0 0 58 3 0 0 20 0 28 0 99689974 27175628800 123081 33554432000 4194304 4196468 140724512162240 140657702786176 140657698555605 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18923520 140724512167058 140724512167235 140724512167235 140724512169935 0
[pid=16778/tid=16780] ppid=16776 vsize=26538700 memory=1380 CPUtime=2.5 cores=0-7
/proc/16778/task/16780/stat : 16780 (java) S 16776 16776 16400 0 -1 1077944384 11083 0 0 0 239 11 0 0 20 0 28 0 99689975 27175628800 123081 33554432000 4194304 4196468 140724512162240 140657651166096 140657698555605 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 1 0 0 6293624 6294260 18923520 140724512167058 140724512167235 140724512167235 140724512169935 0
[pid=16778/tid=16781] ppid=16776 vsize=26538700 memory=1380 CPUtime=2.54 cores=0-7
/proc/16778/task/16781/stat : 16781 (java) S 16776 16776 16400 0 -1 1077944384 10121 0 0 0 243 11 0 0 20 0 28 0 99689975 27175628800 123081 33554432000 4194304 4196468 140724512162240 140657650113296 140657698555605 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 1 0 0 6293624 6294260 18923520 140724512167058 140724512167235 140724512167235 140724512169935 0
[pid=16778/tid=16782] ppid=16776 vsize=26538700 memory=492324 CPUtime=2.53 cores=0-7
/proc/16778/task/16782/stat : 16782 (java) S 16776 16776 16400 0 -1 1077944384 9247 0 0 0 241 12 0 0 20 0 28 0 99689975 27175628800 123081 33554432000 4194304 4196468 140724512162240 140657649061008 140657698555605 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 1 0 0 6293624 6294260 18923520 140724512167058 140724512167235 140724512167235 140724512169935 0
[pid=16778/tid=16783] ppid=16776 vsize=26538700 memory=492324 CPUtime=2.54 cores=0-7
/proc/16778/task/16783/stat : 16783 (java) S 16776 16776 16400 0 -1 1077944384 10620 0 0 0 242 12 0 0 20 0 28 0 99689975 27175628800 123081 33554432000 4194304 4196468 140724512162240 140657648008208 140657698555605 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 1 0 0 6293624 6294260 18923520 140724512167058 140724512167235 140724512167235 140724512169935 0
[pid=16778/tid=16784] ppid=16776 vsize=26538700 memory=1380 CPUtime=2.53 cores=0-7
/proc/16778/task/16784/stat : 16784 (java) S 16776 16776 16400 0 -1 1077944384 9831 0 0 0 242 11 0 0 20 0 28 0 99689975 27175628800 123081 33554432000 4194304 4196468 140724512162240 140657646954896 140657698555605 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 1 0 0 6293624 6294260 18923520 140724512167058 140724512167235 140724512167235 140724512169935 0
[pid=16778/tid=16785] ppid=16776 vsize=26538700 memory=2257 CPUtime=2.57 cores=0-7
/proc/16778/task/16785/stat : 16785 (java) S 16776 16776 16400 0 -1 1077944384 7756 0 0 0 245 12 0 0 20 0 28 0 99689975 27175628800 123081 33554432000 4194304 4196468 140724512162240 140657645902096 140657698555605 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 1 0 0 6293624 6294260 18923520 140724512167058 140724512167235 140724512167235 140724512169935 0
[pid=16778/tid=16786] ppid=16776 vsize=26538700 memory=492324 CPUtime=2.57 cores=0-7
/proc/16778/task/16786/stat : 16786 (java) S 16776 16776 16400 0 -1 1077944384 11799 0 0 0 246 11 0 0 20 0 28 0 99689975 27175628800 123081 33554432000 4194304 4196468 140724512162240 140657644849808 140657698555605 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18923520 140724512167058 140724512167235 140724512167235 140724512169935 0
[pid=16778/tid=16787] ppid=16776 vsize=26538700 memory=1380 CPUtime=2.55 cores=0-7
/proc/16778/task/16787/stat : 16787 (java) S 16776 16776 16400 0 -1 1077944384 9291 0 0 0 244 11 0 0 20 0 28 0 99689975 27175628800 123081 33554432000 4194304 4196468 140724512162240 140657643797008 140657698555605 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 1 0 0 6293624 6294260 18923520 140724512167058 140724512167235 140724512167235 140724512169935 0
[pid=16778/tid=16788] ppid=16776 vsize=26538700 memory=1380 CPUtime=2.47 cores=0-7
/proc/16778/task/16788/stat : 16788 (java) S 16776 16776 16400 0 -1 1077944384 29958 0 0 0 165 82 0 0 20 0 28 0 99689976 27175628800 123081 33554432000 4194304 4196468 140724512162240 140657094359664 140657698556546 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18923520 140724512167058 140724512167235 140724512167235 140724512169935 0
[pid=16778/tid=16789] ppid=16776 vsize=26538700 memory=4144 CPUtime=0 cores=0-7
/proc/16778/task/16789/stat : 16789 (java) S 16776 16776 16400 0 -1 1077944384 61 0 0 0 0 0 0 0 20 0 28 0 99689977 27175628800 123081 33554432000 4194304 4196468 140724512162240 140657093305632 140657698555605 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18923520 140724512167058 140724512167235 140724512167235 140724512169935 0
[pid=16778/tid=16790] ppid=16776 vsize=26538700 memory=1380 CPUtime=0 cores=0-7
/proc/16778/task/16790/stat : 16790 (java) S 16776 16776 16400 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 28 0 99689977 27175628800 123081 33554432000 4194304 4196468 140724512162240 140657024820848 140657698555605 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18923520 140724512167058 140724512167235 140724512167235 140724512169935 0
[pid=16778/tid=16791] ppid=16776 vsize=26538700 memory=492324 CPUtime=0 cores=0-7
/proc/16778/task/16791/stat : 16791 (java) S 16776 16776 16400 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 99689979 27175628800 123081 33554432000 4194304 4196468 140724512162240 140657023769168 140657698563995 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18923520 140724512167058 140724512167235 140724512167235 140724512169935 0
[pid=16778/tid=16792] ppid=16776 vsize=26538700 memory=1572 CPUtime=1.46 cores=0-7
/proc/16778/task/16792/stat : 16792 (java) S 16776 16776 16400 0 -1 1077944384 7057 0 0 0 144 2 0 0 20 0 28 0 99689979 27175628800 123081 33554432000 4194304 4196468 140724512162240 140657022716016 140657698556546 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18923520 140724512167058 140724512167235 140724512167235 140724512169935 0
[pid=16778/tid=16793] ppid=16776 vsize=26538700 memory=2244 CPUtime=1.51 cores=0-7
/proc/16778/task/16793/stat : 16793 (java) S 16776 16776 16400 0 -1 1077944384 6469 0 0 0 149 2 0 0 20 0 28 0 99689979 27175628800 123081 33554432000 4194304 4196468 140724512162240 140657021663216 140657698556546 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18923520 140724512167058 140724512167235 140724512167235 140724512169935 0
[pid=16778/tid=16794] ppid=16776 vsize=26538700 memory=1380 CPUtime=1.58 cores=0-7
/proc/16778/task/16794/stat : 16794 (java) S 16776 16776 16400 0 -1 1077944384 7418 0 0 0 156 2 0 0 20 0 28 0 99689979 27175628800 123081 33554432000 4194304 4196468 140724512162240 140657020610928 140657698556546 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18923520 140724512167058 140724512167235 140724512167235 140724512169935 0
[pid=16778/tid=16795] ppid=16776 vsize=26538700 memory=1380 CPUtime=0.66 cores=0-7
/proc/16778/task/16795/stat : 16795 (java) S 16776 16776 16400 0 -1 1077944384 6798 0 0 0 64 2 0 0 20 0 28 0 99689979 27175628800 123081 33554432000 4194304 4196468 140724512162240 140657019558128 140657698556546 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18923520 140724512167058 140724512167235 140724512167235 140724512169935 0
[pid=16778/tid=16796] ppid=16776 vsize=26538700 memory=1380 CPUtime=0 cores=0-7
/proc/16778/task/16796/stat : 16796 (java) S 16776 16776 16400 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 99689979 27175628800 123081 33554432000 4194304 4196468 140724512162240 140657018506080 140657698555605 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18923520 140724512167058 140724512167235 140724512167235 140724512169935 0
[pid=16778/tid=16797] ppid=16776 vsize=26538700 memory=492324 CPUtime=0.66 cores=0-7
/proc/16778/task/16797/stat : 16797 (java) S 16776 16776 16400 0 -1 1077944384 1870 0 0 0 0 66 0 0 20 0 28 0 99689980 27175628800 123081 33554432000 4194304 4196468 140724512162240 140657017453360 140657698556546 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 15 0 0 6293624 6294260 18923520 140724512167058 140724512167235 140724512167235 140724512169935 0
[pid=16778/tid=16798] ppid=16776 vsize=26538700 memory=6791534058613427641 CPUtime=2490.22 cores=0-7
/proc/16778/task/16798/stat : 16798 (java) R 16776 16776 16400 0 -1 4202560 3902 0 0 0 249017 5 0 0 20 0 28 0 99690038 27175628800 123081 33554432000 4194304 4196468 140724512162240 140657009442176 140657316154555 0 4 0 16800975 0 0 0 -1 4 0 0 5 0 0 6293624 6294260 18923520 140724512167058 140724512167235 140724512167235 140724512169935 0
[pid=16778/tid=16799] ppid=16776 vsize=26538700 memory=492324 CPUtime=2488.24 cores=0-7
/proc/16778/task/16799/stat : 16799 (java) R 16776 16776 16400 0 -1 4202560 4540 0 0 0 248819 5 0 0 20 0 28 0 99690038 27175628800 123081 33554432000 4194304 4196468 140724512162240 140657008390512 140657316156931 0 4 0 16800975 0 0 0 -1 5 0 0 5 0 0 6293624 6294260 18923520 140724512167058 140724512167235 140724512167235 140724512169935 0
[pid=16778/tid=16800] ppid=16776 vsize=26538700 memory=1380 CPUtime=2484.77 cores=0-7
/proc/16778/task/16800/stat : 16800 (java) R 16776 16776 16400 0 -1 4202560 15666 0 0 0 248466 11 0 0 20 0 28 0 99690038 27175628800 123081 33554432000 4194304 4196468 140724512162240 140657007337184 140657317039327 0 4 0 16800975 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 18923520 140724512167058 140724512167235 140724512167235 140724512169935 0
[pid=16778/tid=16801] ppid=16776 vsize=26538700 memory=1380 CPUtime=2485.06 cores=0-7
/proc/16778/task/16801/stat : 16801 (java) R 16776 16776 16400 0 -1 4202560 7677 0 0 0 248496 10 0 0 20 0 28 0 99690038 27175628800 123081 33554432000 4194304 4196468 140724512162240 140657006285032 140657316609821 0 4 0 16800975 0 0 0 -1 3 0 0 5 0 0 6293624 6294260 18923520 140724512167058 140724512167235 140724512167235 140724512169935 0
[pid=16778/tid=16802] ppid=16776 vsize=26538700 memory=492324 CPUtime=2483.51 cores=0-7
/proc/16778/task/16802/stat : 16802 (java) R 16776 16776 16400 0 -1 4202560 11585 0 0 0 248340 11 0 0 20 0 28 0 99690038 27175628800 123081 33554432000 4194304 4196468 140724512162240 140657005232744 140657317016157 0 4 0 16800975 0 0 0 -1 6 0 0 4 0 0 6293624 6294260 18923520 140724512167058 140724512167235 140724512167235 140724512169935 0
[pid=16778/tid=16803] ppid=16776 vsize=26538700 memory=4100 CPUtime=2489.12 cores=0-7
/proc/16778/task/16803/stat : 16803 (java) R 16776 16776 16400 0 -1 4202560 4580 0 0 0 248905 7 0 0 20 0 28 0 99690038 27175628800 123081 33554432000 4194304 4196468 140724512162240 140657004179296 140657315879692 0 4 0 16800975 0 0 0 -1 0 0 0 3 0 0 6293624 6294260 18923520 140724512167058 140724512167235 140724512167235 140724512169935 0
[pid=16778/tid=16804] ppid=16776 vsize=26538700 memory=1152 CPUtime=2493.6 cores=0-7
/proc/16778/task/16804/stat : 16804 (java) R 16776 16776 16400 0 -1 4202560 4037 0 0 0 249356 4 0 0 20 0 28 0 99690038 27175628800 123081 33554432000 4194304 4196468 140724512162240 140657003127024 140657315776461 0 4 0 16800975 0 0 0 -1 2 0 0 4 0 0 6293624 6294260 18923520 140724512167058 140724512167235 140724512167235 140724512169935 0
[pid=16778/tid=16805] ppid=16776 vsize=26538700 memory=1380 CPUtime=2484.05 cores=0-7
/proc/16778/task/16805/stat : 16805 (java) R 16776 16776 16400 0 -1 4202560 37264 0 0 0 248347 58 0 0 20 0 28 0 99690038 27175628800 123081 33554432000 4194304 4196468 140724512162240 140657002077120 140657316610279 0 4 0 16800975 0 0 0 -1 7 0 0 4 0 0 6293624 6294260 18923520 140724512167058 140724512167235 140724512167235 140724512169935 0
Current children cumulated CPU time: 19928 s
Current children cumulated vsize: 26548212 KiB
Current children cumulated memory: 493704 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+2520 s]*
/proc/loadavg: 8.05 8.28 8.33 9/208 16861
/proc/meminfo: memFree=27360268/32770624 swapFree=67108860/67108860
[pid=16776] ppid=16773 vsize=9512 memory=1380 CPUtime=0 cores=0-7
/proc/16776/stat : 16776 (xcsp3-exec) S 16773 16776 16400 0 -1 4202496 513 0 0 0 0 0 0 0 20 0 1 0 99689973 9740288 345 33554432000 4194304 5098028 140734738045696 140734738043800 140465224495740 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 36839424 140734738048101 140734738048311 140734738048311 140734738051051 0
/proc/16776/statm: 2378 345 289 221 0 87 0
[pid=16778] ppid=16776 vsize=26538700 memory=492324 CPUtime=20069.3 cores=0-7
/proc/16778/stat : 16778 (java) S 16776 16776 16400 0 -1 1077944320 236682 0 0 0 2006642 287 0 0 20 0 28 0 99689974 27175628800 123081 33554432000 4194304 4196468 140724512162240 140724512144784 140657698545399 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 18923520 140724512167058 140724512167235 140724512167235 140724512169935 0
/proc/16778/statm: 6634675 123081 3292 1 0 6621909 0
[pid=16778/tid=16779] ppid=16776 vsize=26538700 memory=1692 CPUtime=0.61 cores=0-7
/proc/16778/task/16779/stat : 16779 (java) S 16776 16776 16400 0 -1 1077944384 6738 0 0 0 58 3 0 0 20 0 28 0 99689974 27175628800 123081 33554432000 4194304 4196468 140724512162240 140657702786176 140657698555605 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18923520 140724512167058 140724512167235 140724512167235 140724512169935 0
[pid=16778/tid=16780] ppid=16776 vsize=26538700 memory=916 CPUtime=2.5 cores=0-7
/proc/16778/task/16780/stat : 16780 (java) S 16776 16776 16400 0 -1 1077944384 11084 0 0 0 239 11 0 0 20 0 28 0 99689975 27175628800 123081 33554432000 4194304 4196468 140724512162240 140657651166096 140657698555605 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 1 0 0 6293624 6294260 18923520 140724512167058 140724512167235 140724512167235 140724512169935 0
[pid=16778/tid=16781] ppid=16776 vsize=26538700 memory=4116 CPUtime=2.54 cores=0-7
/proc/16778/task/16781/stat : 16781 (java) S 16776 16776 16400 0 -1 1077944384 10123 0 0 0 243 11 0 0 20 0 28 0 99689975 27175628800 123081 33554432000 4194304 4196468 140724512162240 140657650113296 140657698555605 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 1 0 0 6293624 6294260 18923520 140724512167058 140724512167235 140724512167235 140724512169935 0
[pid=16778/tid=16782] ppid=16776 vsize=26538700 memory=4872558044660077418 CPUtime=2.54 cores=0-7
/proc/16778/task/16782/stat : 16782 (java) S 16776 16776 16400 0 -1 1077944384 9249 0 0 0 242 12 0 0 20 0 28 0 99689975 27175628800 123081 33554432000 4194304 4196468 140724512162240 140657649061008 140657698555605 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 1 0 0 6293624 6294260 18923520 140724512167058 140724512167235 140724512167235 140724512169935 0
[pid=16778/tid=16783] ppid=16776 vsize=26538700 memory=1436 CPUtime=2.54 cores=0-7
/proc/16778/task/16783/stat : 16783 (java) S 16776 16776 16400 0 -1 1077944384 10620 0 0 0 242 12 0 0 20 0 28 0 99689975 27175628800 123081 33554432000 4194304 4196468 140724512162240 140657648008208 140657698555605 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 1 0 0 6293624 6294260 18923520 140724512167058 140724512167235 140724512167235 140724512169935 0
[pid=16778/tid=16784] ppid=16776 vsize=26538700 memory=1012 CPUtime=2.54 cores=0-7
/proc/16778/task/16784/stat : 16784 (java) S 16776 16776 16400 0 -1 1077944384 9831 0 0 0 243 11 0 0 20 0 28 0 99689975 27175628800 123081 33554432000 4194304 4196468 140724512162240 140657646954896 140657698555605 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 1 0 0 6293624 6294260 18923520 140724512167058 140724512167235 140724512167235 140724512169935 0
[pid=16778/tid=16785] ppid=16776 vsize=26538700 memory=1712 CPUtime=2.58 cores=0-7
/proc/16778/task/16785/stat : 16785 (java) S 16776 16776 16400 0 -1 1077944384 7756 0 0 0 246 12 0 0 20 0 28 0 99689975 27175628800 123081 33554432000 4194304 4196468 140724512162240 140657645902096 140657698555605 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 1 0 0 6293624 6294260 18923520 140724512167058 140724512167235 140724512167235 140724512169935 0
[pid=16778/tid=16786] ppid=16776 vsize=26538700 memory=1952 CPUtime=2.57 cores=0-7
/proc/16778/task/16786/stat : 16786 (java) S 16776 16776 16400 0 -1 1077944384 11800 0 0 0 246 11 0 0 20 0 28 0 99689975 27175628800 123081 33554432000 4194304 4196468 140724512162240 140657644849808 140657698555605 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18923520 140724512167058 140724512167235 140724512167235 140724512169935 0
[pid=16778/tid=16787] ppid=16776 vsize=26538700 memory=8612 CPUtime=2.55 cores=0-7
/proc/16778/task/16787/stat : 16787 (java) S 16776 16776 16400 0 -1 1077944384 9292 0 0 0 244 11 0 0 20 0 28 0 99689975 27175628800 123081 33554432000 4194304 4196468 140724512162240 140657643797008 140657698555605 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 1 0 0 6293624 6294260 18923520 140724512167058 140724512167235 140724512167235 140724512169935 0
[pid=16778/tid=16788] ppid=16776 vsize=26538700 memory=492324 CPUtime=2.48 cores=0-7
/proc/16778/task/16788/stat : 16788 (java) S 16776 16776 16400 0 -1 1077944384 29964 0 0 0 166 82 0 0 20 0 28 0 99689976 27175628800 123081 33554432000 4194304 4196468 140724512162240 140657094359664 140657698556546 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18923520 140724512167058 140724512167235 140724512167235 140724512169935 0
[pid=16778/tid=16789] ppid=16776 vsize=26538700 memory=29108 CPUtime=0 cores=0-7
/proc/16778/task/16789/stat : 16789 (java) S 16776 16776 16400 0 -1 1077944384 61 0 0 0 0 0 0 0 20 0 28 0 99689977 27175628800 123081 33554432000 4194304 4196468 140724512162240 140657093305632 140657698555605 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18923520 140724512167058 140724512167235 140724512167235 140724512169935 0
[pid=16778/tid=16790] ppid=16776 vsize=26538700 memory=1296 CPUtime=0 cores=0-7
/proc/16778/task/16790/stat : 16790 (java) S 16776 16776 16400 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 28 0 99689977 27175628800 123081 33554432000 4194304 4196468 140724512162240 140657024820848 140657698555605 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18923520 140724512167058 140724512167235 140724512167235 140724512169935 0
[pid=16778/tid=16791] ppid=16776 vsize=26538700 memory=492324 CPUtime=0 cores=0-7
/proc/16778/task/16791/stat : 16791 (java) S 16776 16776 16400 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 99689979 27175628800 123081 33554432000 4194304 4196468 140724512162240 140657023769168 140657698563995 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18923520 140724512167058 140724512167235 140724512167235 140724512169935 0
[pid=16778/tid=16792] ppid=16776 vsize=26538700 memory=4124 CPUtime=1.46 cores=0-7
/proc/16778/task/16792/stat : 16792 (java) S 16776 16776 16400 0 -1 1077944384 7057 0 0 0 144 2 0 0 20 0 28 0 99689979 27175628800 123081 33554432000 4194304 4196468 140724512162240 140657022716016 140657698556546 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18923520 140724512167058 140724512167235 140724512167235 140724512169935 0
[pid=16778/tid=16793] ppid=16776 vsize=26538700 memory=2208 CPUtime=1.51 cores=0-7
/proc/16778/task/16793/stat : 16793 (java) S 16776 16776 16400 0 -1 1077944384 6469 0 0 0 149 2 0 0 20 0 28 0 99689979 27175628800 123081 33554432000 4194304 4196468 140724512162240 140657021663216 140657698556546 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18923520 140724512167058 140724512167235 140724512167235 140724512169935 0
[pid=16778/tid=16794] ppid=16776 vsize=26538700 memory=6508 CPUtime=1.58 cores=0-7
/proc/16778/task/16794/stat : 16794 (java) S 16776 16776 16400 0 -1 1077944384 7418 0 0 0 156 2 0 0 20 0 28 0 99689979 27175628800 123081 33554432000 4194304 4196468 140724512162240 140657020610928 140657698556546 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18923520 140724512167058 140724512167235 140724512167235 140724512169935 0
[pid=16778/tid=16795] ppid=16776 vsize=26538700 memory=844 CPUtime=0.66 cores=0-7
/proc/16778/task/16795/stat : 16795 (java) S 16776 16776 16400 0 -1 1077944384 6798 0 0 0 64 2 0 0 20 0 28 0 99689979 27175628800 123081 33554432000 4194304 4196468 140724512162240 140657019558128 140657698556546 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18923520 140724512167058 140724512167235 140724512167235 140724512169935 0
[pid=16778/tid=16796] ppid=16776 vsize=26538700 memory=1692 CPUtime=0 cores=0-7
/proc/16778/task/16796/stat : 16796 (java) S 16776 16776 16400 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 99689979 27175628800 123081 33554432000 4194304 4196468 140724512162240 140657018506080 140657698555605 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18923520 140724512167058 140724512167235 140724512167235 140724512169935 0
[pid=16778/tid=16797] ppid=16776 vsize=26538700 memory=916 CPUtime=0.66 cores=0-7
/proc/16778/task/16797/stat : 16797 (java) S 16776 16776 16400 0 -1 1077944384 1872 0 0 0 0 66 0 0 20 0 28 0 99689980 27175628800 123081 33554432000 4194304 4196468 140724512162240 140657017453360 140657698556546 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 15 0 0 6293624 6294260 18923520 140724512167058 140724512167235 140724512167235 140724512169935 0
[pid=16778/tid=16798] ppid=16776 vsize=26538700 memory=4116 CPUtime=2507.91 cores=0-7
/proc/16778/task/16798/stat : 16798 (java) R 16776 16776 16400 0 -1 4202560 3903 0 0 0 250786 5 0 0 20 0 28 0 99690038 27175628800 123081 33554432000 4194304 4196468 140724512162240 140657009442152 140657315776727 0 4 0 16800975 0 0 0 -1 2 0 0 5 0 0 6293624 6294260 18923520 140724512167058 140724512167235 140724512167235 140724512169935 0
[pid=16778/tid=16799] ppid=16776 vsize=26538700 memory=4100 CPUtime=2505.94 cores=0-7
/proc/16778/task/16799/stat : 16799 (java) R 16776 16776 16400 0 -1 4202560 4541 0 0 0 250589 5 0 0 20 0 28 0 99690038 27175628800 123081 33554432000 4194304 4196468 140724512162240 140657008390496 140657316125855 0 4 0 16800975 0 0 0 -1 5 0 0 5 0 0 6293624 6294260 18923520 140724512167058 140724512167235 140724512167235 140724512169935 0
[pid=16778/tid=16800] ppid=16776 vsize=26538700 memory=1152 CPUtime=2502.46 cores=0-7
/proc/16778/task/16800/stat : 16800 (java) R 16776 16776 16400 0 -1 4202560 15669 0 0 0 250235 11 0 0 20 0 28 0 99690038 27175628800 123081 33554432000 4194304 4196468 140724512162240 140657007340208 140657316154555 0 4 0 16800975 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 18923520 140724512167058 140724512167235 140724512167235 140724512169935 0
[pid=16778/tid=16801] ppid=16776 vsize=26538700 memory=4872558044660077418 CPUtime=2502.74 cores=0-7
/proc/16778/task/16801/stat : 16801 (java) R 16776 16776 16400 0 -1 4202560 7677 0 0 0 250264 10 0 0 20 0 28 0 99690038 27175628800 123081 33554432000 4194304 4196468 140724512162240 140657006284168 140657315776632 0 4 0 16800975 0 0 0 -1 7 0 0 5 0 0 6293624 6294260 18923520 140724512167058 140724512167235 140724512167235 140724512169935 0
[pid=16778/tid=16802] ppid=16776 vsize=26538700 memory=1296 CPUtime=2501.19 cores=0-7
/proc/16778/task/16802/stat : 16802 (java) R 16776 16776 16400 0 -1 4202560 11587 0 0 0 250108 11 0 0 20 0 28 0 99690038 27175628800 123081 33554432000 4194304 4196468 140724512162240 140657005231984 140657315451525 0 4 0 16800975 0 0 0 -1 4 0 0 4 0 0 6293624 6294260 18923520 140724512167058 140724512167235 140724512167235 140724512169935 0
[pid=16778/tid=16803] ppid=16776 vsize=26538700 memory=2408 CPUtime=2506.81 cores=0-7
/proc/16778/task/16803/stat : 16803 (java) R 16776 16776 16400 0 -1 4202560 4581 0 0 0 250674 7 0 0 20 0 28 0 99690038 27175628800 123081 33554432000 4194304 4196468 140724512162240 140657004179528 140657315879170 0 4 0 16800975 0 0 0 -1 0 0 0 3 0 0 6293624 6294260 18923520 140724512167058 140724512167235 140724512167235 140724512169935 0
[pid=16778/tid=16804] ppid=16776 vsize=26538700 memory=1732 CPUtime=2511.29 cores=0-7
/proc/16778/task/16804/stat : 16804 (java) R 16776 16776 16400 0 -1 4202560 4037 0 0 0 251125 4 0 0 20 0 28 0 99690038 27175628800 123081 33554432000 4194304 4196468 140724512162240 140657003127024 140657316610351 0 4 0 16800975 0 0 0 -1 6 0 0 4 0 0 6293624 6294260 18923520 140724512167058 140724512167235 140724512167235 140724512169935 0
[pid=16778/tid=16805] ppid=16776 vsize=26538700 memory=1224 CPUtime=2501.39 cores=0-7
/proc/16778/task/16805/stat : 16805 (java) R 16776 16776 16400 0 -1 4202560 37264 0 0 0 250081 58 0 0 20 0 28 0 99690038 27175628800 123081 33554432000 4194304 4196468 140724512162240 140657002073992 140657315653781 0 4 0 16800975 0 0 0 -1 3 0 0 4 0 0 6293624 6294260 18923520 140724512167058 140724512167235 140724512167235 140724512169935 0
Current children cumulated CPU time: 20069.3 s
Current children cumulated vsize: 26548212 KiB
Current children cumulated memory: 493704 KiB

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

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

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

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

Child status: 143
Real time (s): 2520.11
CPU time (s): 20070.1
CPU user time (s): 20067.2
CPU system time (s): 2.88377
CPU usage (%): 796.396
Max. virtual memory (cumulated for all children) (KiB): 26548212
Max. memory (cumulated for all children) (KiB): 1686888

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 20067.2
system time used= 2.88377
maximum resident set size= 1724752
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 237449
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3216
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 162055
involuntary context switches= 206183


# summary of solver processes directly reported to runsolver:
#   pid: 16776,16778
#   total CPU time (s): 20070.1
#   total CPU user time (s): 20067.2
#   total CPU system time (s): 2.88377

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 27.0196 second user time and 24.1541 second system time

The end

Launcher Data

Begin job on node149 at 2017-08-14 01:00:32
IDJOB=4270886
IDBENCH=115862
IDSOLVER=2662
FILE ID=node149/4270886-1502666091
RUNJOBID= node149-1502660189-16427
PBS_JOBID= 20628958
Free space on /tmp= 61936 MiB

SOLVER NAME= choco-solver 4.0.5 par
BENCH NAME= XCSP17/ColouredQueens/ColouredQueens-m1-s1/ColouredQueens-19.xml
COMMAND LINE= ./xcsp3-exec -dir DIR -tl TIMEOUT -p NBCORE -ml 22000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4270886-1502666091/watcher-4270886-1502666091 -o /tmp/evaluation-result-4270886-1502666091/solver-4270886-1502666091 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node149-1502660189-16427 --watchdog 2580  ./xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 22000 -tdir HOME -seed 781431432 HOME/instance-4270886-1502666091.xml

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

MD5SUM BENCH= 83a04d869151a5b67f4c27500757dc69
RANDOM SEED=781431432

node149.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.43
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.43
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.43
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.43
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:        27841792 kB
MemAvailable:   31973188 kB
Buffers:          281196 kB
Cached:          4123272 kB
SwapCached:            0 kB
Active:          1128676 kB
Inactive:        3329680 kB
Active(anon):      56860 kB
Inactive(anon):    24944 kB
Active(file):    1071816 kB
Inactive(file):  3304736 kB
Unevictable:        6360 kB
Mlocked:            6360 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7912 kB
Writeback:             0 kB
AnonPages:         58332 kB
Mapped:            44072 kB
Shmem:             25224 kB
Slab:             167888 kB
SReclaimable:     141360 kB
SUnreclaim:        26528 kB
KernelStack:        3312 kB
PageTables:         4800 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     323364 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      4096 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:       97664 kB
DirectMap2M:    33447936 kB

Free space on /tmp at the end= 61928 MiB
End job on node149 at 2017-08-14 01:42:33