Trace number 4281677

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 NameAnswerobjective functionCPU timeWall clock time
choco-solver 4.0.5 par (2017-08-18)? (TO) 2004.22 252.092

General information on the benchmark

NameScheduling/Scheduling-os-taillard/
Taillard-os-15-15-8.xml
MD5SUMf4343428e383d05385b00a8c52a8c02b
Bench CategoryCOP (optimization 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 variables915
Number of constraints720
Number of domains17
Minimum domain size12
Maximum domain size1051
Distribution of domain sizes[{"size":12,"count":45},{"size":13,"count":15},{"size":14,"count":90},{"size":15,"count":300},{"size":1051,"count":465}]
Minimum variable degree2
Maximum variable degree16
Distribution of variable degrees[{"degree":2,"count":240},{"degree":3,"count":450},{"degree":16,"count":225}]
Minimum constraint arity1
Maximum constraint arity17
Distribution of constraint arities[{"arity":1,"count":15},{"arity":2,"count":225},{"arity":3,"count":225},{"arity":15,"count":30},{"arity":17,"count":225}]
Number of extensional constraints225
Number of intensional constraints240
Distribution of constraint types[{"type":"extension","count":225},{"type":"intension","count":240},{"type":"allDifferent","count":15},{"type":"noOverlap","count":15},{"type":"element","count":225}]
Optimization problemYES
Type of objectivemin MAXIMUM

Solver Data

0.00/0.00	c java -server -Xmx22000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4281677-1503176611.xml"  -tl '2016s' -p 8 -x 0
0.12/0.14	c [HOME/instance-4281677-1503176611.xml, -tl, 2016s, -p, 8, -x, 0]
0.12/0.20	c 8 solvers in parallel
0.33/0.26	c parse instance...
3.19/1.05	c solve instance...
2003.69/252.06	s UNKNOWN
2003.69/252.06	c Unexpected resolution interruption!

Verifier Data


Watcher Data

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

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

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4281677-1503176611/watcher-4281677-1503176611 -o /tmp/evaluation-result-4281677-1503176611/solver-4281677-1503176611 -C 2016 -W 252 -M 31000 --bin-var /tmp/runsolver-exch-node105-1503165003-13785 --watchdog 312 ./xcsp3-exec -dir HOME -tl 2016 -p 8 -ml 22000 -tdir HOME -seed 570990378 HOME/instance-4281677-1503176611.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2016 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2046 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 252 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=15677, runsolver pid=15674

[startup+0.100146 s]*
/proc/loadavg: 6.68 7.43 7.86 3/199 15698
/proc/meminfo: memFree=23408744/32770624 swapFree=67108860/67108860
[pid=15677] ppid=15674 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/15677/stat : 15677 (xcsp3-exec) S 15674 15677 13758 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 150732526 9740288 346 33554432000 4194304 5098028 140736465705536 140736465703640 140280103002748 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 38469632 140736465712235 140736465712444 140736465712444 140736465715179 0
/proc/15677/statm: 2378 346 289 221 0 87 0
[pid=15679] ppid=15677 vsize=25999808 memory=26884 CPUtime=0.12 cores=0-7
/proc/15679/stat : 15679 (java) S 15677 15677 13758 0 -1 1077944320 5664 0 0 0 11 1 0 0 20 0 20 0 150732526 26623803392 6721 33554432000 4194304 4196468 140729893624336 140729893606880 139687244197623 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 37814272 140729893631128 140729893631304 140729893631304 140729893633999 0
/proc/15679/statm: 6499952 6721 2839 1 0 6488269 0
[pid=15679/tid=15680] ppid=15677 vsize=25999808 memory=4134930498285298233 CPUtime=0.08 cores=0-7
/proc/15679/task/15680/stat : 15680 (java) R 15677 15677 13758 0 -1 4202560 3666 0 0 0 8 0 0 0 20 0 20 0 150732526 26623803392 6721 33554432000 4194304 4196468 140729893624336 139687248421952 139687244219549 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 37814272 140729893631128 140729893631304 140729893631304 140729893633999 0
[pid=15679/tid=15681] ppid=15677 vsize=25999808 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/15679/task/15681/stat : 15681 (java) S 15677 15677 13758 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 150732527 26623803392 6721 33554432000 4194304 4196468 140729893624336 139687196817680 139687244207829 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37814272 140729893631128 140729893631304 140729893631304 140729893633999 0
[pid=15679/tid=15682] ppid=15677 vsize=25999808 memory=139870637381248 CPUtime=0 cores=0-7
/proc/15679/task/15682/stat : 15682 (java) S 15677 15677 13758 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 150732527 26623803392 6721 33554432000 4194304 4196468 140729893624336 139687195765136 139687244207829 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37814272 140729893631128 140729893631304 140729893631304 140729893633999 0
[pid=15679/tid=15683] ppid=15677 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/15679/task/15683/stat : 15683 (java) S 15677 15677 13758 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 150732527 26623803392 6721 33554432000 4194304 4196468 140729893624336 139687194712592 139687244207829 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37814272 140729893631128 140729893631304 140729893631304 140729893633999 0
[pid=15679/tid=15684] ppid=15677 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/15679/task/15684/stat : 15684 (java) S 15677 15677 13758 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 150732527 26623803392 6721 33554432000 4194304 4196468 140729893624336 139687193660048 139687244207829 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37814272 140729893631128 140729893631304 140729893631304 140729893633999 0
[pid=15679/tid=15685] ppid=15677 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/15679/task/15685/stat : 15685 (java) S 15677 15677 13758 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 150732527 26623803392 6721 33554432000 4194304 4196468 140729893624336 139687192607504 139687244207829 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37814272 140729893631128 140729893631304 140729893631304 140729893633999 0
[pid=15679/tid=15686] ppid=15677 vsize=25999808 memory=-1 CPUtime=0 cores=0-7
/proc/15679/task/15686/stat : 15686 (java) S 15677 15677 13758 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 150732527 26623803392 6721 33554432000 4194304 4196468 140729893624336 139687191554960 139687244207829 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37814272 140729893631128 140729893631304 140729893631304 140729893633999 0
[pid=15679/tid=15687] ppid=15677 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/15679/task/15687/stat : 15687 (java) S 15677 15677 13758 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 150732527 26623803392 6721 33554432000 4194304 4196468 140729893624336 139687190502416 139687244207829 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37814272 140729893631128 140729893631304 140729893631304 140729893633999 0
[pid=15679/tid=15688] ppid=15677 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/15679/task/15688/stat : 15688 (java) S 15677 15677 13758 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 150732527 26623803392 6721 33554432000 4194304 4196468 140729893624336 139687189449872 139687244207829 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37814272 140729893631128 140729893631304 140729893631304 140729893633999 0
[pid=15679/tid=15689] ppid=15677 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/15679/task/15689/stat : 15689 (java) S 15677 15677 13758 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 150732528 26623803392 6721 33554432000 4194304 4196468 140729893624336 139686505715696 139687244208770 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37814272 140729893631128 140729893631304 140729893631304 140729893633999 0
[pid=15679/tid=15690] ppid=15677 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/15679/task/15690/stat : 15690 (java) S 15677 15677 13758 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 150732529 26623803392 6721 33554432000 4194304 4196468 140729893624336 139686504661920 139687244207829 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37814272 140729893631128 140729893631304 140729893631304 140729893633999 0
[pid=15679/tid=15691] ppid=15677 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/15679/task/15691/stat : 15691 (java) S 15677 15677 13758 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 150732529 26623803392 6721 33554432000 4194304 4196468 140729893624336 139686503609328 139687244207829 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37814272 140729893631128 140729893631304 140729893631304 140729893633999 0
[pid=15679/tid=15692] ppid=15677 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/15679/task/15692/stat : 15692 (java) S 15677 15677 13758 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 150732531 26623803392 6721 33554432000 4194304 4196468 140729893624336 139686502557904 139687244216219 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37814272 140729893631128 140729893631304 140729893631304 140729893633999 0
[pid=15679/tid=15693] ppid=15677 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/15679/task/15693/stat : 15693 (java) S 15677 15677 13758 0 -1 1077944384 315 0 0 0 0 0 0 0 20 0 20 0 150732531 26623803392 6721 33554432000 4194304 4196468 140729893624336 139686501505520 139687244208770 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37814272 140729893631128 140729893631304 140729893631304 140729893633999 0
[pid=15679/tid=15694] ppid=15677 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/15679/task/15694/stat : 15694 (java) S 15677 15677 13758 0 -1 1077944384 121 0 0 0 0 0 0 0 20 0 20 0 150732531 26623803392 6721 33554432000 4194304 4196468 140729893624336 139686500452976 139687244208770 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37814272 140729893631128 140729893631304 140729893631304 140729893633999 0
[pid=15679/tid=15695] ppid=15677 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/15679/task/15695/stat : 15695 (java) S 15677 15677 13758 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 150732532 26623803392 6721 33554432000 4194304 4196468 140729893624336 139686499400432 139687244208770 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37814272 140729893631128 140729893631304 140729893631304 140729893633999 0
[pid=15679/tid=15696] ppid=15677 vsize=25999808 memory=0 CPUtime=0.01 cores=0-7
/proc/15679/task/15696/stat : 15696 (java) S 15677 15677 13758 0 -1 1077944384 251 0 0 0 1 0 0 0 20 0 20 0 150732532 26623803392 6721 33554432000 4194304 4196468 140729893624336 139686498347888 139687244208770 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37814272 140729893631128 140729893631304 140729893631304 140729893633999 0
[pid=15679/tid=15697] ppid=15677 vsize=25999808 memory=0 CPUtime=0 cores=0-7
/proc/15679/task/15697/stat : 15697 (java) S 15677 15677 13758 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 150732532 26623803392 6721 33554432000 4194304 4196468 140729893624336 139686429321440 139687244207829 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37814272 140729893631128 140729893631304 140729893631304 140729893633999 0
[pid=15679/tid=15698] ppid=15677 vsize=25999808 memory=-1 CPUtime=0 cores=0-7
/proc/15679/task/15698/stat : 15698 (java) S 15677 15677 13758 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 150732532 26623803392 6721 33554432000 4194304 4196468 140729893624336 139686428268976 139687244208770 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37814272 140729893631128 140729893631304 140729893631304 140729893633999 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 26009320 KiB
Current children cumulated memory: 28268 KiB

[startup+0.210467 s]*
/proc/loadavg: 6.68 7.43 7.86 2/199 15698
/proc/meminfo: memFree=23397164/32770624 swapFree=67108860/67108860
[pid=15677] ppid=15674 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/15677/stat : 15677 (xcsp3-exec) S 15674 15677 13758 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 150732526 9740288 346 33554432000 4194304 5098028 140736465705536 140736465703640 140280103002748 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 38469632 140736465712235 140736465712444 140736465712444 140736465715179 0
/proc/15677/statm: 2378 346 289 221 0 87 0
[pid=15679] ppid=15677 vsize=26004064 memory=39064 CPUtime=0.33 cores=0-7
/proc/15679/stat : 15679 (java) S 15677 15677 13758 0 -1 1077944320 8370 0 0 0 31 2 0 0 20 0 20 0 150732526 26628161536 9766 33554432000 4194304 4196468 140729893624336 140729893606880 139687244197623 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 37814272 140729893631128 140729893631304 140729893631304 140729893633999 0
/proc/15679/statm: 6501016 9766 3037 1 0 6488269 0
[pid=15679/tid=15680] ppid=15677 vsize=26004096 memory=8318255677412212789 CPUtime=0.19 cores=0-7
/proc/15679/task/15680/stat : 15680 (java) R 15677 15677 13758 0 -1 4202560 5458 0 0 0 18 1 0 0 20 0 20 0 150732526 26628194304 9766 33554432000 4194304 4196468 140729893624336 139687248408432 139687236877341 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 37814272 140729893631128 140729893631304 140729893631304 140729893633999 0
[pid=15679/tid=15681] ppid=15677 vsize=26004096 memory=339 CPUtime=0 cores=0-7
/proc/15679/task/15681/stat : 15681 (java) S 15677 15677 13758 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 150732527 26628194304 9766 33554432000 4194304 4196468 140729893624336 139687196817680 139687244207829 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37814272 140729893631128 140729893631304 140729893631304 140729893633999 0
[pid=15679/tid=15682] ppid=15677 vsize=26004064 memory=139870638100661 CPUtime=0 cores=0-7
/proc/15679/task/15682/stat : 15682 (java) S 15677 15677 13758 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 150732527 26628161536 9766 33554432000 4194304 4196468 140729893624336 139687195765136 139687244207829 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37814272 140729893631128 140729893631304 140729893631304 140729893633999 0
[pid=15679/tid=15683] ppid=15677 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/15679/task/15683/stat : 15683 (java) S 15677 15677 13758 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 150732527 26628161536 9766 33554432000 4194304 4196468 140729893624336 139687194712592 139687244207829 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37814272 140729893631128 140729893631304 140729893631304 140729893633999 0
[pid=15679/tid=15684] ppid=15677 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/15679/task/15684/stat : 15684 (java) S 15677 15677 13758 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 150732527 26628161536 9766 33554432000 4194304 4196468 140729893624336 139687193660048 139687244207829 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37814272 140729893631128 140729893631304 140729893631304 140729893633999 0
[pid=15679/tid=15685] ppid=15677 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/15679/task/15685/stat : 15685 (java) S 15677 15677 13758 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 150732527 26628161536 9766 33554432000 4194304 4196468 140729893624336 139687192607504 139687244207829 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37814272 140729893631128 140729893631304 140729893631304 140729893633999 0
[pid=15679/tid=15686] ppid=15677 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/15679/task/15686/stat : 15686 (java) S 15677 15677 13758 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 150732527 26628161536 9766 33554432000 4194304 4196468 140729893624336 139687191554960 139687244207829 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37814272 140729893631128 140729893631304 140729893631304 140729893633999 0
[pid=15679/tid=15687] ppid=15677 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/15679/task/15687/stat : 15687 (java) S 15677 15677 13758 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 150732527 26628161536 9766 33554432000 4194304 4196468 140729893624336 139687190502416 139687244207829 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37814272 140729893631128 140729893631304 140729893631304 140729893633999 0
[pid=15679/tid=15688] ppid=15677 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/15679/task/15688/stat : 15688 (java) S 15677 15677 13758 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 150732527 26628161536 9766 33554432000 4194304 4196468 140729893624336 139687189449872 139687244207829 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37814272 140729893631128 140729893631304 140729893631304 140729893633999 0
[pid=15679/tid=15689] ppid=15677 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/15679/task/15689/stat : 15689 (java) S 15677 15677 13758 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 150732528 26628161536 9766 33554432000 4194304 4196468 140729893624336 139686505715696 139687244208770 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37814272 140729893631128 140729893631304 140729893631304 140729893633999 0
[pid=15679/tid=15690] ppid=15677 vsize=26004096 memory=0 CPUtime=0 cores=0-7
/proc/15679/task/15690/stat : 15690 (java) S 15677 15677 13758 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 150732529 26628194304 9766 33554432000 4194304 4196468 140729893624336 139686504661920 139687244207829 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37814272 140729893631128 140729893631304 140729893631304 140729893633999 0
[pid=15679/tid=15691] ppid=15677 vsize=26004096 memory=0 CPUtime=0 cores=0-7
/proc/15679/task/15691/stat : 15691 (java) S 15677 15677 13758 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 150732529 26628194304 9766 33554432000 4194304 4196468 140729893624336 139686503609328 139687244207829 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37814272 140729893631128 140729893631304 140729893631304 140729893633999 0
[pid=15679/tid=15692] ppid=15677 vsize=26004096 memory=0 CPUtime=0 cores=0-7
/proc/15679/task/15692/stat : 15692 (java) S 15677 15677 13758 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 150732531 26628194304 9766 33554432000 4194304 4196468 140729893624336 139686502557904 139687244216219 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37814272 140729893631128 140729893631304 140729893631304 140729893633999 0
[pid=15679/tid=15693] ppid=15677 vsize=26004064 memory=0 CPUtime=0.01 cores=0-7
/proc/15679/task/15693/stat : 15693 (java) S 15677 15677 13758 0 -1 1077944384 539 0 0 0 1 0 0 0 20 0 20 0 150732531 26628161536 9766 33554432000 4194304 4196468 140729893624336 139686501505520 139687244208770 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37814272 140729893631128 140729893631304 140729893631304 140729893633999 0
[pid=15679/tid=15694] ppid=15677 vsize=26004064 memory=0 CPUtime=0.01 cores=0-7
/proc/15679/task/15694/stat : 15694 (java) S 15677 15677 13758 0 -1 1077944384 253 0 0 0 1 0 0 0 20 0 20 0 150732531 26628161536 9766 33554432000 4194304 4196468 140729893624336 139686500452976 139687244208770 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37814272 140729893631128 140729893631304 140729893631304 140729893633999 0
[pid=15679/tid=15695] ppid=15677 vsize=26004064 memory=-1 CPUtime=0.01 cores=0-7
/proc/15679/task/15695/stat : 15695 (java) S 15677 15677 13758 0 -1 1077944384 114 0 0 0 1 0 0 0 20 0 20 0 150732532 26628161536 9766 33554432000 4194304 4196468 140729893624336 139686499400432 139687244208770 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37814272 140729893631128 140729893631304 140729893631304 140729893633999 0
[pid=15679/tid=15696] ppid=15677 vsize=26004064 memory=-1 CPUtime=0.07 cores=0-7
/proc/15679/task/15696/stat : 15696 (java) S 15677 15677 13758 0 -1 1077944384 712 0 0 0 7 0 0 0 20 0 20 0 150732532 26628161536 9766 33554432000 4194304 4196468 140729893624336 139686498347888 139687244208770 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37814272 140729893631128 140729893631304 140729893631304 140729893633999 0
[pid=15679/tid=15697] ppid=15677 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/15679/task/15697/stat : 15697 (java) S 15677 15677 13758 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 150732532 26628161536 9766 33554432000 4194304 4196468 140729893624336 139686429321440 139687244207829 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37814272 140729893631128 140729893631304 140729893631304 140729893633999 0
[pid=15679/tid=15698] ppid=15677 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/15679/task/15698/stat : 15698 (java) S 15677 15677 13758 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 150732532 26628161536 9766 33554432000 4194304 4196468 140729893624336 139686428268976 139687244208770 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37814272 140729893631128 140729893631304 140729893631304 140729893633999 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 26013576 KiB
Current children cumulated memory: 40448 KiB

[startup+0.3103 s]*
/proc/loadavg: 6.68 7.43 7.86 3/199 15698
/proc/meminfo: memFree=23393672/32770624 swapFree=67108860/67108860
[pid=15677] ppid=15674 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/15677/stat : 15677 (xcsp3-exec) S 15674 15677 13758 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 150732526 9740288 346 33554432000 4194304 5098028 140736465705536 140736465703640 140280103002748 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 38469632 140736465712235 140736465712444 140736465712444 140736465715179 0
/proc/15677/statm: 2378 346 289 221 0 87 0
[pid=15679] ppid=15677 vsize=26004064 memory=45916 CPUtime=0.5 cores=0-7
/proc/15679/stat : 15679 (java) S 15677 15677 13758 0 -1 1077944320 9167 0 0 0 47 3 0 0 20 0 20 0 150732526 26628161536 11479 33554432000 4194304 4196468 140729893624336 140729893606880 139687244197623 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 37814272 140729893631128 140729893631304 140729893631304 140729893633999 0
/proc/15679/statm: 6501016 11479 3099 1 0 6488269 0
[pid=15679/tid=15680] ppid=15677 vsize=26004064 memory=6791534058613427641 CPUtime=0.29 cores=0-7
/proc/15679/task/15680/stat : 15680 (java) R 15677 15677 13758 0 -1 4202560 6098 0 0 0 28 1 0 0 20 0 20 0 150732526 26628161536 11479 33554432000 4194304 4196468 140729893624336 139687248436320 139686848892996 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 37814272 140729893631128 140729893631304 140729893631304 140729893633999 0
[pid=15679/tid=15681] ppid=15677 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/15679/task/15681/stat : 15681 (java) S 15677 15677 13758 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 150732527 26628161536 11479 33554432000 4194304 4196468 140729893624336 139687196817680 139687244207829 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37814272 140729893631128 140729893631304 140729893631304 140729893633999 0
[pid=15679/tid=15682] ppid=15677 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/15679/task/15682/stat : 15682 (java) S 15677 15677 13758 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 150732527 26628161536 11479 33554432000 4194304 4196468 140729893624336 139687195765136 139687244207829 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37814272 140729893631128 140729893631304 140729893631304 140729893633999 0
[pid=15679/tid=15683] ppid=15677 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/15679/task/15683/stat : 15683 (java) S 15677 15677 13758 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 150732527 26628161536 11479 33554432000 4194304 4196468 140729893624336 139687194712592 139687244207829 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37814272 140729893631128 140729893631304 140729893631304 140729893633999 0
[pid=15679/tid=15684] ppid=15677 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/15679/task/15684/stat : 15684 (java) S 15677 15677 13758 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 150732527 26628161536 11479 33554432000 4194304 4196468 140729893624336 139687193660048 139687244207829 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37814272 140729893631128 140729893631304 140729893631304 140729893633999 0
[pid=15679/tid=15685] ppid=15677 vsize=26004064 memory=2244 CPUtime=0 cores=0-7
/proc/15679/task/15685/stat : 15685 (java) S 15677 15677 13758 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 150732527 26628161536 11479 33554432000 4194304 4196468 140729893624336 139687192607504 139687244207829 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37814272 140729893631128 140729893631304 140729893631304 140729893633999 0
[pid=15679/tid=15686] ppid=15677 vsize=26004064 memory=139870509036463 CPUtime=0 cores=0-7
/proc/15679/task/15686/stat : 15686 (java) S 15677 15677 13758 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 150732527 26628161536 11479 33554432000 4194304 4196468 140729893624336 139687191554960 139687244207829 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37814272 140729893631128 140729893631304 140729893631304 140729893633999 0
[pid=15679/tid=15687] ppid=15677 vsize=26004064 memory=139870509038768 CPUtime=0 cores=0-7
/proc/15679/task/15687/stat : 15687 (java) S 15677 15677 13758 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 150732527 26628161536 11479 33554432000 4194304 4196468 140729893624336 139687190502416 139687244207829 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37814272 140729893631128 140729893631304 140729893631304 140729893633999 0
[pid=15679/tid=15688] ppid=15677 vsize=26004064 memory=139870509041072 CPUtime=0 cores=0-7
/proc/15679/task/15688/stat : 15688 (java) S 15677 15677 13758 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 150732527 26628161536 11479 33554432000 4194304 4196468 140729893624336 139687189449872 139687244207829 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37814272 140729893631128 140729893631304 140729893631304 140729893633999 0
[pid=15679/tid=15689] ppid=15677 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/15679/task/15689/stat : 15689 (java) S 15677 15677 13758 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 150732528 26628161536 11479 33554432000 4194304 4196468 140729893624336 139686505715696 139687244208770 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37814272 140729893631128 140729893631304 140729893631304 140729893633999 0
[pid=15679/tid=15690] ppid=15677 vsize=26004064 memory=279741018089104 CPUtime=0 cores=0-7
/proc/15679/task/15690/stat : 15690 (java) S 15677 15677 13758 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 150732529 26628161536 11479 33554432000 4194304 4196468 140729893624336 139686504661920 139687244207829 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37814272 140729893631128 140729893631304 140729893631304 140729893633999 0
[pid=15679/tid=15691] ppid=15677 vsize=26004064 memory=279741018096016 CPUtime=0 cores=0-7
/proc/15679/task/15691/stat : 15691 (java) S 15677 15677 13758 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 150732529 26628161536 11479 33554432000 4194304 4196468 140729893624336 139686503609328 139687244207829 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37814272 140729893631128 140729893631304 140729893631304 140729893633999 0
[pid=15679/tid=15692] ppid=15677 vsize=26004064 memory=279741018037296 CPUtime=0 cores=0-7
/proc/15679/task/15692/stat : 15692 (java) S 15677 15677 13758 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 150732531 26628161536 11479 33554432000 4194304 4196468 140729893624336 139686502557904 139687244216219 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37814272 140729893631128 140729893631304 140729893631304 140729893633999 0
[pid=15679/tid=15693] ppid=15677 vsize=26004064 memory=279741018109840 CPUtime=0.01 cores=0-7
/proc/15679/task/15693/stat : 15693 (java) S 15677 15677 13758 0 -1 1077944384 542 0 0 0 1 0 0 0 20 0 20 0 150732531 26628161536 11479 33554432000 4194304 4196468 140729893624336 139686501505520 139687244208770 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37814272 140729893631128 140729893631304 140729893631304 140729893633999 0
[pid=15679/tid=15694] ppid=15677 vsize=26004064 memory=279741018116752 CPUtime=0.03 cores=0-7
/proc/15679/task/15694/stat : 15694 (java) R 15677 15677 13758 0 -1 4202560 305 0 0 0 3 0 0 0 20 0 20 0 150732531 26628161536 11479 33554432000 4194304 4196468 140729893624336 139686500444432 139687223346312 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 37814272 140729893631128 140729893631304 140729893631304 140729893633999 0
[pid=15679/tid=15695] ppid=15677 vsize=26004064 memory=279741018114448 CPUtime=0.01 cores=0-7
/proc/15679/task/15695/stat : 15695 (java) S 15677 15677 13758 0 -1 1077944384 116 0 0 0 1 0 0 0 20 0 20 0 150732532 26628161536 11479 33554432000 4194304 4196468 140729893624336 139686499400432 139687244208770 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37814272 140729893631128 140729893631304 140729893631304 140729893633999 0
[pid=15679/tid=15696] ppid=15677 vsize=26004064 memory=279741018130608 CPUtime=0.12 cores=0-7
/proc/15679/task/15696/stat : 15696 (java) R 15677 15677 13758 0 -1 4202560 811 0 0 0 12 0 0 0 20 0 20 0 150732532 26628161536 11479 33554432000 4194304 4196468 140729893624336 139686498344256 139687244209558 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 37814272 140729893631128 140729893631304 140729893631304 140729893633999 0
[pid=15679/tid=15697] ppid=15677 vsize=26004064 memory=0 CPUtime=0 cores=0-7
/proc/15679/task/15697/stat : 15697 (java) S 15677 15677 13758 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 150732532 26628161536 11479 33554432000 4194304 4196468 140729893624336 139686429321440 139687244207829 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37814272 140729893631128 140729893631304 140729893631304 140729893633999 0
[pid=15679/tid=15698] ppid=15677 vsize=26004064 memory=-1 CPUtime=0 cores=0-7
/proc/15679/task/15698/stat : 15698 (java) S 15677 15677 13758 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 150732532 26628161536 11479 33554432000 4194304 4196468 140729893624336 139686428268976 139687244208770 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37814272 140729893631128 140729893631304 140729893631304 140729893633999 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 26013576 KiB
Current children cumulated memory: 47300 KiB

[startup+0.701035 s]
/proc/loadavg: 6.68 7.43 7.86 4/199 15698
/proc/meminfo: memFree=23372072/32770624 swapFree=67108860/67108860
[pid=15677] ppid=15674 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/15677/stat : 15677 (xcsp3-exec) S 15674 15677 13758 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 150732526 9740288 346 33554432000 4194304 5098028 140736465705536 140736465703640 140280103002748 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 38469632 140736465712235 140736465712444 140736465712444 140736465715179 0
/proc/15677/statm: 2378 346 289 221 0 87 0
[pid=15679] ppid=15677 vsize=26006188 memory=87540 CPUtime=1.78 cores=0-7
/proc/15679/stat : 15679 (java) S 15677 15677 13758 0 -1 1077944320 13091 0 0 0 173 5 0 0 20 0 20 0 150732526 26630336512 21885 33554432000 4194304 4196468 140729893624336 140729893606880 139687244197623 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 37814272 140729893631128 140729893631304 140729893631304 140729893633999 0
/proc/15679/statm: 6501547 21885 3213 1 0 6488781 0
[pid=15679/tid=15680] ppid=15677 vsize=26006188 memory=279741018488496 CPUtime=0.66 cores=0-7
/proc/15679/task/15680/stat : 15680 (java) R 15677 15677 13758 0 -1 4202560 7012 0 0 0 64 2 0 0 20 0 20 0 150732526 26630336512 21885 33554432000 4194304 4196468 140729893624336 139687248434416 139686851419819 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 37814272 140729893631128 140729893631304 140729893631304 140729893633999 0
[pid=15679/tid=15681] ppid=15677 vsize=26006188 memory=139870509245296 CPUtime=0 cores=0-7
/proc/15679/task/15681/stat : 15681 (java) S 15677 15677 13758 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 150732527 26630336512 21885 33554432000 4194304 4196468 140729893624336 139687196817680 139687244207829 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37814272 140729893631128 140729893631304 140729893631304 140729893633999 0
[pid=15679/tid=15682] ppid=15677 vsize=26006188 memory=0 CPUtime=0 cores=0-7
/proc/15679/task/15682/stat : 15682 (java) S 15677 15677 13758 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 150732527 26630336512 21885 33554432000 4194304 4196468 140729893624336 139687195765136 139687244207829 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37814272 140729893631128 140729893631304 140729893631304 140729893633999 0
[pid=15679/tid=15683] ppid=15677 vsize=26006188 memory=1428 CPUtime=0 cores=0-7
/proc/15679/task/15683/stat : 15683 (java) S 15677 15677 13758 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 150732527 26630336512 21885 33554432000 4194304 4196468 140729893624336 139687194712592 139687244207829 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37814272 140729893631128 140729893631304 140729893631304 140729893633999 0

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

[pid=15679/tid=15706] ppid=15677 vsize=26540748 memory=1384 CPUtime=159.76 cores=0-7
/proc/15679/task/15706/stat : 15706 (java) R 15677 15677 13758 0 -1 4202560 1941 0 0 0 15975 1 0 0 20 0 28 0 150732632 27177725952 231200 33554432000 4194304 4196468 140729893624336 139686413385624 139686860410346 0 4 0 16800975 0 0 0 -1 4 0 0 2 0 0 6293624 6294260 37814272 140729893631128 140729893631304 140729893631304 140729893633999 0
Current children cumulated CPU time: 1288.23 s
Current children cumulated vsize: 26550260 KiB
Current children cumulated memory: 926184 KiB

[startup+222.302 s]
/proc/loadavg: 7.97 7.74 7.89 9/208 15714
/proc/meminfo: memFree=22568824/32770624 swapFree=67108860/67108860
[pid=15677] ppid=15674 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/15677/stat : 15677 (xcsp3-exec) S 15674 15677 13758 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 150732526 9740288 346 33554432000 4194304 5098028 140736465705536 140736465703640 140280103002748 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 38469632 140736465712235 140736465712444 140736465712444 140736465715179 0
/proc/15677/statm: 2378 346 289 221 0 87 0
[pid=15679] ppid=15677 vsize=26540748 memory=870436 CPUtime=1766.78 cores=0-7
/proc/15679/stat : 15679 (java) S 15677 15677 13758 0 -1 1077944320 135971 0 0 0 176536 142 0 0 20 0 28 0 150732526 27177725952 217609 33554432000 4194304 4196468 140729893624336 140729893606880 139687244197623 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 37814272 140729893631128 140729893631304 140729893631304 140729893633999 0
/proc/15679/statm: 6635187 217609 3290 1 0 6622421 0
[pid=15679/tid=15680] ppid=15677 vsize=26540748 memory=870436 CPUtime=1 cores=0-7
/proc/15679/task/15680/stat : 15680 (java) S 15677 15677 13758 0 -1 1077944384 7148 0 0 0 96 4 0 0 20 0 28 0 150732526 27177725952 217609 33554432000 4194304 4196468 140729893624336 139687248438400 139687244207829 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37814272 140729893631128 140729893631304 140729893631304 140729893633999 0
[pid=15679/tid=15681] ppid=15677 vsize=26540748 memory=870436 CPUtime=0.17 cores=0-7
/proc/15679/task/15681/stat : 15681 (java) S 15677 15677 13758 0 -1 1077944384 369 0 0 0 13 4 0 0 20 0 28 0 150732527 27177725952 217609 33554432000 4194304 4196468 140729893624336 139687196817680 139687244207829 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37814272 140729893631128 140729893631304 140729893631304 140729893633999 0
[pid=15679/tid=15682] ppid=15677 vsize=26540748 memory=6788 CPUtime=0.16 cores=0-7
/proc/15679/task/15682/stat : 15682 (java) S 15677 15677 13758 0 -1 1077944384 2289 0 0 0 11 5 0 0 20 0 28 0 150732527 27177725952 217609 33554432000 4194304 4196468 140729893624336 139687195765136 139687244207829 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37814272 140729893631128 140729893631304 140729893631304 140729893633999 0
[pid=15679/tid=15683] ppid=15677 vsize=26540748 memory=2428 CPUtime=0.16 cores=0-7
/proc/15679/task/15683/stat : 15683 (java) S 15677 15677 13758 0 -1 1077944384 1914 0 0 0 12 4 0 0 20 0 28 0 150732527 27177725952 217609 33554432000 4194304 4196468 140729893624336 139687194712592 139687244207829 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37814272 140729893631128 140729893631304 140729893631304 140729893633999 0
[pid=15679/tid=15684] ppid=15677 vsize=26540748 memory=1576 CPUtime=0.15 cores=0-7
/proc/15679/task/15684/stat : 15684 (java) S 15677 15677 13758 0 -1 1077944384 669 0 0 0 10 5 0 0 20 0 28 0 150732527 27177725952 217609 33554432000 4194304 4196468 140729893624336 139687193660048 139687244207829 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37814272 140729893631128 140729893631304 140729893631304 140729893633999 0
[pid=15679/tid=15685] ppid=15677 vsize=26540748 memory=0 CPUtime=0.17 cores=0-7
/proc/15679/task/15685/stat : 15685 (java) S 15677 15677 13758 0 -1 1077944384 800 0 0 0 12 5 0 0 20 0 28 0 150732527 27177725952 217609 33554432000 4194304 4196468 140729893624336 139687192607504 139687244207829 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37814272 140729893631128 140729893631304 140729893631304 140729893633999 0
[pid=15679/tid=15686] ppid=15677 vsize=26540748 memory=40226 CPUtime=0.18 cores=0-7
/proc/15679/task/15686/stat : 15686 (java) S 15677 15677 13758 0 -1 1077944384 3615 0 0 0 12 6 0 0 20 0 28 0 150732527 27177725952 217609 33554432000 4194304 4196468 140729893624336 139687191554960 139687244207829 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37814272 140729893631128 140729893631304 140729893631304 140729893633999 0
[pid=15679/tid=15687] ppid=15677 vsize=26540748 memory=1228 CPUtime=0.16 cores=0-7
/proc/15679/task/15687/stat : 15687 (java) S 15677 15677 13758 0 -1 1077944384 658 0 0 0 11 5 0 0 20 0 28 0 150732527 27177725952 217609 33554432000 4194304 4196468 140729893624336 139687190502416 139687244207829 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37814272 140729893631128 140729893631304 140729893631304 140729893633999 0
[pid=15679/tid=15688] ppid=15677 vsize=26540748 memory=5784 CPUtime=0.17 cores=0-7
/proc/15679/task/15688/stat : 15688 (java) S 15677 15677 13758 0 -1 1077944384 1187 0 0 0 12 5 0 0 20 0 28 0 150732527 27177725952 217609 33554432000 4194304 4196468 140729893624336 139687189449872 139687244207829 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37814272 140729893631128 140729893631304 140729893631304 140729893633999 0
[pid=15679/tid=15689] ppid=15677 vsize=26540748 memory=1384 CPUtime=0.14 cores=0-7
/proc/15679/task/15689/stat : 15689 (java) S 15677 15677 13758 0 -1 1077944384 4382 0 0 0 7 7 0 0 20 0 28 0 150732528 27177725952 217609 33554432000 4194304 4196468 140729893624336 139686505715696 139687244208770 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37814272 140729893631128 140729893631304 140729893631304 140729893633999 0
[pid=15679/tid=15690] ppid=15677 vsize=26540748 memory=886336 CPUtime=0 cores=0-7
/proc/15679/task/15690/stat : 15690 (java) S 15677 15677 13758 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 28 0 150732529 27177725952 217609 33554432000 4194304 4196468 140729893624336 139686504661984 139687244207829 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37814272 140729893631128 140729893631304 140729893631304 140729893633999 0
[pid=15679/tid=15691] ppid=15677 vsize=26540748 memory=1384 CPUtime=0 cores=0-7
/proc/15679/task/15691/stat : 15691 (java) S 15677 15677 13758 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 28 0 150732529 27177725952 217609 33554432000 4194304 4196468 140729893624336 139686503609344 139687244207829 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37814272 140729893631128 140729893631304 140729893631304 140729893633999 0
[pid=15679/tid=15692] ppid=15677 vsize=26540748 memory=1384 CPUtime=0 cores=0-7
/proc/15679/task/15692/stat : 15692 (java) S 15677 15677 13758 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 150732531 27177725952 217609 33554432000 4194304 4196468 140729893624336 139686502557904 139687244216219 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37814272 140729893631128 140729893631304 140729893631304 140729893633999 0
[pid=15679/tid=15693] ppid=15677 vsize=26540748 memory=870436 CPUtime=4.04 cores=0-7
/proc/15679/task/15693/stat : 15693 (java) S 15677 15677 13758 0 -1 1077944384 23726 0 0 0 399 5 0 0 20 0 28 0 150732531 27177725952 217609 33554432000 4194304 4196468 140729893624336 139686501505520 139687244208770 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37814272 140729893631128 140729893631304 140729893631304 140729893633999 0
[pid=15679/tid=15694] ppid=15677 vsize=26540748 memory=870436 CPUtime=3.84 cores=0-7
/proc/15679/task/15694/stat : 15694 (java) S 15677 15677 13758 0 -1 1077944384 19375 0 0 0 378 6 0 0 20 0 28 0 150732531 27177725952 217609 33554432000 4194304 4196468 140729893624336 139686500452976 139687244208770 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37814272 140729893631128 140729893631304 140729893631304 140729893633999 0
[pid=15679/tid=15695] ppid=15677 vsize=26540748 memory=1384 CPUtime=3.87 cores=0-7
/proc/15679/task/15695/stat : 15695 (java) S 15677 15677 13758 0 -1 1077944384 21341 0 0 0 381 6 0 0 20 0 28 0 150732532 27177725952 217609 33554432000 4194304 4196468 140729893624336 139686499400432 139687244208770 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37814272 140729893631128 140729893631304 140729893631304 140729893633999 0
[pid=15679/tid=15696] ppid=15677 vsize=26540748 memory=870436 CPUtime=1.11 cores=0-7
/proc/15679/task/15696/stat : 15696 (java) S 15677 15677 13758 0 -1 1077944384 16061 0 0 0 107 4 0 0 20 0 28 0 150732532 27177725952 217609 33554432000 4194304 4196468 140729893624336 139686498347888 139687244208770 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 4 0 0 6293624 6294260 37814272 140729893631128 140729893631304 140729893631304 140729893633999 0
[pid=15679/tid=15697] ppid=15677 vsize=26540748 memory=1296 CPUtime=0 cores=0-7
/proc/15679/task/15697/stat : 15697 (java) S 15677 15677 13758 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 150732532 27177725952 217609 33554432000 4194304 4196468 140729893624336 139686429321440 139687244207829 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37814272 140729893631128 140729893631304 140729893631304 140729893633999 0
[pid=15679/tid=15698] ppid=15677 vsize=26540748 memory=2400 CPUtime=0.06 cores=0-7
/proc/15679/task/15698/stat : 15698 (java) S 15677 15677 13758 0 -1 1077944384 1822 0 0 0 0 6 0 0 20 0 28 0 150732532 27177725952 217609 33554432000 4194304 4196468 140729893624336 139686428268976 139687244208770 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 9 0 0 6293624 6294260 37814272 140729893631128 140729893631304 140729893631304 140729893633999 0
[pid=15679/tid=15699] ppid=15677 vsize=26540748 memory=1728 CPUtime=219.45 cores=0-7
/proc/15679/task/15699/stat : 15699 (java) R 15677 15677 13758 0 -1 4202560 2180 0 0 0 21942 3 0 0 20 0 28 0 150732632 27177725952 217609 33554432000 4194304 4196468 140729893624336 139686420753352 139686858482825 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 37814272 140729893631128 140729893631304 140729893631304 140729893633999 0
[pid=15679/tid=15700] ppid=15677 vsize=26540748 memory=12136 CPUtime=218.28 cores=0-7
/proc/15679/task/15700/stat : 15700 (java) R 15677 15677 13758 0 -1 4202560 2170 0 0 0 21825 3 0 0 20 0 28 0 150732632 27177725952 217609 33554432000 4194304 4196468 140729893624336 139686419701912 139686860589132 0 4 0 16800975 0 0 0 -1 5 0 0 1 0 0 6293624 6294260 37814272 140729893631128 140729893631304 140729893631304 140729893633999 0
[pid=15679/tid=15701] ppid=15677 vsize=26540748 memory=6791534058613427641 CPUtime=217.68 cores=0-7
/proc/15679/task/15701/stat : 15701 (java) R 15677 15677 13758 0 -1 4202560 3306 0 0 0 21766 2 0 0 20 0 28 0 150732632 27177725952 217609 33554432000 4194304 4196468 140729893624336 139686418649960 139686861857186 0 4 0 16800975 0 0 0 -1 3 0 0 2 0 0 6293624 6294260 37814272 140729893631128 140729893631304 140729893631304 140729893633999 0
[pid=15679/tid=15702] ppid=15677 vsize=26540748 memory=4420 CPUtime=218.9 cores=0-7
/proc/15679/task/15702/stat : 15702 (java) R 15677 15677 13758 0 -1 4202560 4168 0 0 0 21883 7 0 0 20 0 28 0 150732632 27177725952 217609 33554432000 4194304 4196468 140729893624336 139686417596592 139686862148765 0 4 0 16800975 0 0 0 -1 1 0 0 1 0 0 6293624 6294260 37814272 140729893631128 140729893631304 140729893631304 140729893633999 0
[pid=15679/tid=15703] ppid=15677 vsize=26540748 memory=6628 CPUtime=218.95 cores=0-7
/proc/15679/task/15703/stat : 15703 (java) R 15677 15677 13758 0 -1 4202560 11046 0 0 0 21855 40 0 0 20 0 28 0 150732632 27177725952 217609 33554432000 4194304 4196468 140729893624336 139686416544456 139686858988102 0 4 0 16800975 0 0 0 -1 4 0 0 2 0 0 6293624 6294260 37814272 140729893631128 140729893631304 140729893631304 140729893633999 0
[pid=15679/tid=15704] ppid=15677 vsize=26540748 memory=8836 CPUtime=219.71 cores=0-7
/proc/15679/task/15704/stat : 15704 (java) R 15677 15677 13758 0 -1 4202560 2135 0 0 0 21970 1 0 0 20 0 28 0 150732632 27177725952 217609 33554432000 4194304 4196468 140729893624336 139686415490904 139686857924448 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 37814272 140729893631128 140729893631304 140729893631304 140729893633999 0
[pid=15679/tid=15705] ppid=15677 vsize=26540748 memory=11044 CPUtime=218.47 cores=0-7
/proc/15679/task/15705/stat : 15705 (java) R 15677 15677 13758 0 -1 4202560 2229 0 0 0 21845 2 0 0 20 0 28 0 150732632 27177725952 217609 33554432000 4194304 4196468 140729893624336 139686414441168 139686862495720 0 4 0 16800975 0 0 0 -1 7 0 0 1 0 0 6293624 6294260 37814272 140729893631128 140729893631304 140729893631304 140729893633999 0
[pid=15679/tid=15706] ppid=15677 vsize=26540748 memory=13252 CPUtime=219.72 cores=0-7
/proc/15679/task/15706/stat : 15706 (java) R 15677 15677 13758 0 -1 4202560 2026 0 0 0 21971 1 0 0 20 0 28 0 150732632 27177725952 217609 33554432000 4194304 4196468 140729893624336 139686413385624 139686858485711 0 4 0 16800975 0 0 0 -1 6 0 0 2 0 0 6293624 6294260 37814272 140729893631128 140729893631304 140729893631304 140729893633999 0
Current children cumulated CPU time: 1766.78 s
Current children cumulated vsize: 26550260 KiB
Current children cumulated memory: 871820 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+252.002 s]*
/proc/loadavg: 7.98 7.76 7.89 9/208 15714
/proc/meminfo: memFree=22593700/32770624 swapFree=67108860/67108860
[pid=15677] ppid=15674 vsize=9512 memory=1384 CPUtime=0 cores=0-7
/proc/15677/stat : 15677 (xcsp3-exec) S 15674 15677 13758 0 -1 4202496 515 0 0 0 0 0 0 0 20 0 1 0 150732526 9740288 346 33554432000 4194304 5098028 140736465705536 140736465703640 140280103002748 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 38469632 140736465712235 140736465712444 140736465712444 140736465715179 0
/proc/15677/statm: 2378 346 289 221 0 87 0
[pid=15679] ppid=15677 vsize=26540748 memory=844280 CPUtime=2003.69 cores=0-7
/proc/15679/stat : 15679 (java) S 15677 15677 13758 0 -1 1077944320 138749 0 0 0 200225 144 0 0 20 0 28 0 150732526 27177725952 211070 33554432000 4194304 4196468 140729893624336 140729893606880 139687244197623 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 37814272 140729893631128 140729893631304 140729893631304 140729893633999 0
/proc/15679/statm: 6635187 211070 3290 1 0 6622421 0
[pid=15679/tid=15680] ppid=15677 vsize=26540748 memory=4616 CPUtime=1 cores=0-7
/proc/15679/task/15680/stat : 15680 (java) S 15677 15677 13758 0 -1 1077944384 7148 0 0 0 96 4 0 0 20 0 28 0 150732526 27177725952 211070 33554432000 4194304 4196468 140729893624336 139687248438400 139687244207829 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37814272 140729893631128 140729893631304 140729893631304 140729893633999 0
[pid=15679/tid=15681] ppid=15677 vsize=26540748 memory=4872558044660077418 CPUtime=0.17 cores=0-7
/proc/15679/task/15681/stat : 15681 (java) S 15677 15677 13758 0 -1 1077944384 418 0 0 0 13 4 0 0 20 0 28 0 150732527 27177725952 211070 33554432000 4194304 4196468 140729893624336 139687196817680 139687244207829 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37814272 140729893631128 140729893631304 140729893631304 140729893633999 0
[pid=15679/tid=15682] ppid=15677 vsize=26540748 memory=1708 CPUtime=0.17 cores=0-7
/proc/15679/task/15682/stat : 15682 (java) S 15677 15677 13758 0 -1 1077944384 2307 0 0 0 12 5 0 0 20 0 28 0 150732527 27177725952 211070 33554432000 4194304 4196468 140729893624336 139687195765136 139687244207829 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37814272 140729893631128 140729893631304 140729893631304 140729893633999 0
[pid=15679/tid=15683] ppid=15677 vsize=26540748 memory=1012 CPUtime=0.17 cores=0-7
/proc/15679/task/15683/stat : 15683 (java) S 15677 15677 13758 0 -1 1077944384 2201 0 0 0 12 5 0 0 20 0 28 0 150732527 27177725952 211070 33554432000 4194304 4196468 140729893624336 139687194712592 139687244207829 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37814272 140729893631128 140729893631304 140729893631304 140729893633999 0
[pid=15679/tid=15684] ppid=15677 vsize=26540748 memory=796 CPUtime=0.15 cores=0-7
/proc/15679/task/15684/stat : 15684 (java) S 15677 15677 13758 0 -1 1077944384 725 0 0 0 10 5 0 0 20 0 28 0 150732527 27177725952 211070 33554432000 4194304 4196468 140729893624336 139687193660048 139687244207829 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37814272 140729893631128 140729893631304 140729893631304 140729893633999 0
[pid=15679/tid=15685] ppid=15677 vsize=26540748 memory=1228 CPUtime=0.17 cores=0-7
/proc/15679/task/15685/stat : 15685 (java) S 15677 15677 13758 0 -1 1077944384 839 0 0 0 12 5 0 0 20 0 28 0 150732527 27177725952 211070 33554432000 4194304 4196468 140729893624336 139687192607504 139687244207829 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37814272 140729893631128 140729893631304 140729893631304 140729893633999 0
[pid=15679/tid=15686] ppid=15677 vsize=26540748 memory=960 CPUtime=0.19 cores=0-7
/proc/15679/task/15686/stat : 15686 (java) S 15677 15677 13758 0 -1 1077944384 3642 0 0 0 13 6 0 0 20 0 28 0 150732527 27177725952 211070 33554432000 4194304 4196468 140729893624336 139687191554960 139687244207829 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37814272 140729893631128 140729893631304 140729893631304 140729893633999 0
[pid=15679/tid=15687] ppid=15677 vsize=26540748 memory=1232 CPUtime=0.17 cores=0-7
/proc/15679/task/15687/stat : 15687 (java) S 15677 15677 13758 0 -1 1077944384 785 0 0 0 12 5 0 0 20 0 28 0 150732527 27177725952 211070 33554432000 4194304 4196468 140729893624336 139687190502416 139687244207829 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37814272 140729893631128 140729893631304 140729893631304 140729893633999 0
[pid=15679/tid=15688] ppid=15677 vsize=26540748 memory=2428 CPUtime=0.18 cores=0-7
/proc/15679/task/15688/stat : 15688 (java) S 15677 15677 13758 0 -1 1077944384 1246 0 0 0 13 5 0 0 20 0 28 0 150732527 27177725952 211070 33554432000 4194304 4196468 140729893624336 139687189449872 139687244207829 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37814272 140729893631128 140729893631304 140729893631304 140729893633999 0
[pid=15679/tid=15689] ppid=15677 vsize=26540748 memory=1576 CPUtime=0.16 cores=0-7
/proc/15679/task/15689/stat : 15689 (java) S 15677 15677 13758 0 -1 1077944384 4686 0 0 0 8 8 0 0 20 0 28 0 150732528 27177725952 211070 33554432000 4194304 4196468 140729893624336 139686505715696 139687244208770 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37814272 140729893631128 140729893631304 140729893631304 140729893633999 0
[pid=15679/tid=15690] ppid=15677 vsize=26540748 memory=928 CPUtime=0 cores=0-7
/proc/15679/task/15690/stat : 15690 (java) S 15677 15677 13758 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 28 0 150732529 27177725952 211070 33554432000 4194304 4196468 140729893624336 139686504661984 139687244207829 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37814272 140729893631128 140729893631304 140729893631304 140729893633999 0
[pid=15679/tid=15691] ppid=15677 vsize=26540748 memory=2240 CPUtime=0 cores=0-7
/proc/15679/task/15691/stat : 15691 (java) S 15677 15677 13758 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 28 0 150732529 27177725952 211070 33554432000 4194304 4196468 140729893624336 139686503609344 139687244207829 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37814272 140729893631128 140729893631304 140729893631304 140729893633999 0
[pid=15679/tid=15692] ppid=15677 vsize=26540748 memory=1384 CPUtime=0 cores=0-7
/proc/15679/task/15692/stat : 15692 (java) S 15677 15677 13758 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 150732531 27177725952 211070 33554432000 4194304 4196468 140729893624336 139686502557904 139687244216219 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37814272 140729893631128 140729893631304 140729893631304 140729893633999 0
[pid=15679/tid=15693] ppid=15677 vsize=26540748 memory=4012 CPUtime=4.04 cores=0-7
/proc/15679/task/15693/stat : 15693 (java) S 15677 15677 13758 0 -1 1077944384 23728 0 0 0 399 5 0 0 20 0 28 0 150732531 27177725952 211070 33554432000 4194304 4196468 140729893624336 139686501505520 139687244208770 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37814272 140729893631128 140729893631304 140729893631304 140729893633999 0
[pid=15679/tid=15694] ppid=15677 vsize=26540748 memory=844280 CPUtime=3.84 cores=0-7
/proc/15679/task/15694/stat : 15694 (java) S 15677 15677 13758 0 -1 1077944384 19377 0 0 0 378 6 0 0 20 0 28 0 150732531 27177725952 211070 33554432000 4194304 4196468 140729893624336 139686500452976 139687244208770 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37814272 140729893631128 140729893631304 140729893631304 140729893633999 0
[pid=15679/tid=15695] ppid=15677 vsize=26540748 memory=6791534058613427641 CPUtime=3.88 cores=0-7
/proc/15679/task/15695/stat : 15695 (java) S 15677 15677 13758 0 -1 1077944384 22207 0 0 0 382 6 0 0 20 0 28 0 150732532 27177725952 211070 33554432000 4194304 4196468 140729893624336 139686499400432 139687244208770 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37814272 140729893631128 140729893631304 140729893631304 140729893633999 0
[pid=15679/tid=15696] ppid=15677 vsize=26540748 memory=1792 CPUtime=1.11 cores=0-7
/proc/15679/task/15696/stat : 15696 (java) S 15677 15677 13758 0 -1 1077944384 16063 0 0 0 107 4 0 0 20 0 28 0 150732532 27177725952 211070 33554432000 4194304 4196468 140729893624336 139686498347888 139687244208770 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 4 0 0 6293624 6294260 37814272 140729893631128 140729893631304 140729893631304 140729893633999 0
[pid=15679/tid=15697] ppid=15677 vsize=26540748 memory=4012 CPUtime=0 cores=0-7
/proc/15679/task/15697/stat : 15697 (java) S 15677 15677 13758 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 150732532 27177725952 211070 33554432000 4194304 4196468 140729893624336 139686429321440 139687244207829 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37814272 140729893631128 140729893631304 140729893631304 140729893633999 0
[pid=15679/tid=15698] ppid=15677 vsize=26540748 memory=840 CPUtime=0.07 cores=0-7
/proc/15679/task/15698/stat : 15698 (java) S 15677 15677 13758 0 -1 1077944384 1890 0 0 0 0 7 0 0 20 0 28 0 150732532 27177725952 211070 33554432000 4194304 4196468 140729893624336 139686428268976 139687244208770 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 9 0 0 6293624 6294260 37814272 140729893631128 140729893631304 140729893631304 140729893633999 0
[pid=15679/tid=15699] ppid=15677 vsize=26540748 memory=1696 CPUtime=249.13 cores=0-7
/proc/15679/task/15699/stat : 15699 (java) R 15677 15677 13758 0 -1 4202560 2258 0 0 0 24910 3 0 0 20 0 28 0 150732632 27177725952 211070 33554432000 4194304 4196468 140729893624336 139686420755952 139686860412701 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 37814272 140729893631128 140729893631304 140729893631304 140729893633999 0
[pid=15679/tid=15700] ppid=15677 vsize=26540748 memory=916 CPUtime=247.96 cores=0-7
/proc/15679/task/15700/stat : 15700 (java) R 15677 15677 13758 0 -1 4202560 2265 0 0 0 24793 3 0 0 20 0 28 0 150732632 27177725952 211070 33554432000 4194304 4196468 140729893624336 139686419702184 139686859345880 0 4 0 16800975 0 0 0 -1 5 0 0 1 0 0 6293624 6294260 37814272 140729893631128 140729893631304 140729893631304 140729893633999 0
[pid=15679/tid=15701] ppid=15677 vsize=26540748 memory=4420 CPUtime=247.14 cores=0-7
/proc/15679/task/15701/stat : 15701 (java) R 15677 15677 13758 0 -1 4202560 3457 0 0 0 24711 3 0 0 20 0 28 0 150732632 27177725952 211070 33554432000 4194304 4196468 140729893624336 139686418649272 139686856030144 0 4 0 16800975 0 0 0 -1 7 0 0 2 0 0 6293624 6294260 37814272 140729893631128 140729893631304 140729893631304 140729893633999 0
[pid=15679/tid=15702] ppid=15677 vsize=26540748 memory=4100 CPUtime=248.27 cores=0-7
/proc/15679/task/15702/stat : 15702 (java) R 15677 15677 13758 0 -1 4202560 4338 0 0 0 24820 7 0 0 20 0 28 0 150732632 27177725952 211070 33554432000 4194304 4196468 140729893624336 139686417596576 139686860368334 0 4 0 16800975 0 0 0 -1 4 0 0 1 0 0 6293624 6294260 37814272 140729893631128 140729893631304 140729893631304 140729893633999 0
[pid=15679/tid=15703] ppid=15677 vsize=26540748 memory=1160 CPUtime=248.63 cores=0-7
/proc/15679/task/15703/stat : 15703 (java) R 15677 15677 13758 0 -1 4202560 11188 0 0 0 24823 40 0 0 20 0 28 0 150732632 27177725952 211070 33554432000 4194304 4196468 140729893624336 139686416544136 139686849894055 0 4 0 16800975 0 0 0 -1 2 0 0 2 0 0 6293624 6294260 37814272 140729893631128 140729893631304 140729893631304 140729893633999 0
[pid=15679/tid=15704] ppid=15677 vsize=26540748 memory=3692 CPUtime=249.4 cores=0-7
/proc/15679/task/15704/stat : 15704 (java) R 15677 15677 13758 0 -1 4202560 2202 0 0 0 24938 2 0 0 20 0 28 0 150732632 27177725952 211070 33554432000 4194304 4196468 140729893624336 139686415491272 139686860411039 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 37814272 140729893631128 140729893631304 140729893631304 140729893633999 0
[pid=15679/tid=15705] ppid=15677 vsize=26540748 memory=1384 CPUtime=248.08 cores=0-7
/proc/15679/task/15705/stat : 15705 (java) R 15677 15677 13758 0 -1 4202560 2315 0 0 0 24805 3 0 0 20 0 28 0 150732632 27177725952 211070 33554432000 4194304 4196468 140729893624336 139686414437912 139686859704904 0 4 0 16800975 0 0 0 -1 3 0 0 2 0 0 6293624 6294260 37814272 140729893631128 140729893631304 140729893631304 140729893633999 0
[pid=15679/tid=15706] ppid=15677 vsize=26540748 memory=844280 CPUtime=249.4 cores=0-7
/proc/15679/task/15706/stat : 15706 (java) R 15677 15677 13758 0 -1 4202560 2109 0 0 0 24939 1 0 0 20 0 28 0 150732632 27177725952 211070 33554432000 4194304 4196468 140729893624336 139686413385688 139686860619339 0 4 0 16800975 0 0 0 -1 6 0 0 2 0 0 6293624 6294260 37814272 140729893631128 140729893631304 140729893631304 140729893633999 0
Current children cumulated CPU time: 2003.69 s
Current children cumulated vsize: 26550260 KiB
Current children cumulated memory: 845664 KiB

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

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

[startup+252.092 s]
# the end of solver process 15679 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2002.76 s, system=1.46333 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): 252.092
CPU time (s): 2004.22
CPU user time (s): 2002.76
CPU system time (s): 1.46333
CPU usage (%): 795.036
Max. virtual memory (cumulated for all children) (KiB): 26554968
Max. memory (cumulated for all children) (KiB): 1221392

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2002.76
system time used= 1.46333
maximum resident set size= 1235436
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 139846
page faults= 0
swaps= 0
block input operations= 0
block output operations= 504
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 14448
involuntary context switches= 21961


# summary of solver processes directly reported to runsolver:
#   pid: 15677,15679
#   total CPU time (s): 2004.22
#   total CPU user time (s): 2002.76
#   total CPU system time (s): 1.46333

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.34955 second user time and 2.76546 second system time

The end

Launcher Data

Begin job on node105 at 2017-08-19 22:49:11
IDJOB=4281677
IDBENCH=115819
IDSOLVER=2676
FILE ID=node105/4281677-1503176611
RUNJOBID= node105-1503165003-13785
PBS_JOBID= 20630832
Free space on /tmp= 61848 MiB

SOLVER NAME= choco-solver 4.0.5 par
BENCH NAME= XCSP17/Scheduling/Scheduling-os-taillard/Taillard-os-15-15-8.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-4281677-1503176611/watcher-4281677-1503176611 -o /tmp/evaluation-result-4281677-1503176611/solver-4281677-1503176611 -C 2016 -W 252 -M 31000 --bin-var /tmp/runsolver-exch-node105-1503165003-13785 --watchdog 312  ./xcsp3-exec -dir HOME -tl 2016 -p 8 -ml 22000 -tdir HOME -seed 570990378 HOME/instance-4281677-1503176611.xml

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

MD5SUM BENCH= f4343428e383d05385b00a8c52a8c02b
RANDOM SEED=570990378

node105.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.17
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.17
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.17
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.17
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:        23424700 kB
MemAvailable:   31970272 kB
Buffers:          236340 kB
Cached:          8599596 kB
SwapCached:            0 kB
Active:          1040860 kB
Inactive:        7849668 kB
Active(anon):       3456 kB
Inactive(anon):    87148 kB
Active(file):    1037404 kB
Inactive(file):  7762520 kB
Unevictable:        7324 kB
Mlocked:            7324 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7564 kB
Writeback:             0 kB
AnonPages:         73488 kB
Mapped:            51108 kB
Shmem:             33420 kB
Slab:             149548 kB
SReclaimable:     122968 kB
SUnreclaim:        26580 kB
KernelStack:        3520 kB
PageTables:         5548 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     332868 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     20480 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= 61840 MiB
End job on node105 at 2017-08-19 22:53:23