Trace number 4394039

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 2019-06-14 parallel? (TO) 20019.9 2520.14

General information on the benchmark

NameScheduling/Scheduling-os-taillard/
Taillard-os-15-15-5.xml
MD5SUM8b9c4e6e7c9e88d5c00f06b3f0219a0c
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 size13
Maximum domain size1059
Distribution of domain sizes[{"size":13,"count":30},{"size":14,"count":90},{"size":15,"count":330},{"size":1059,"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 -Xmx24000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4394039-1568417814.xml"  -tl '20160s' -p 8
0.10/0.19	c Choco e747e1e
0.10/0.19	c [HOME/instance-4394039-1568417814.xml, -tl, 20160s, -p, 8]
0.32/0.23	c 8 solvers in parallel
0.32/0.31	c parse instance...
3.72/1.25	c solve instance...
20019.22/2520.07	s UNKNOWN
20019.22/2520.07	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 (9629 MiB free)
  memory of node 1: 16384 MiB (15653 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4394039-1568417814/watcher-4394039-1568417814 -o /tmp/evaluation-result-4394039-1568417814/solver-4394039-1568417814 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node136-1568417770-10346 --watchdog 2580 xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 1656675226 HOME/instance-4394039-1568417814.xml 

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

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


[startup+0.100152 s]*
/proc/loadavg: 1.00 1.07 1.48 2/211 10384
/proc/meminfo: memFree=25874188/32770624 swapFree=67002136/67108860
[pid=10363] ppid=10360 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/10363/stat : 10363 (xcsp3-exec) S 10360 10363 10319 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 418030070 115843072 363 33554432000 4194304 5098028 140735258639216 140735258637320 139636169261692 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 25346048 140735258641269 140735258641513 140735258641513 140735258644426 0
/proc/10363/statm: 28282 363 305 221 0 87 0
[pid=10365] ppid=10363 vsize=28227388 memory=28524 CPUtime=0.1 cores=0-7
/proc/10365/stat : 10365 (java) S 10363 10363 10319 0 -1 1077944320 5612 0 0 0 9 1 0 0 20 0 20 0 418030070 28904845312 7131 33554432000 4194304 4196468 140722375907152 140722375889696 140667151781623 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 31834112 140722375914474 140722375914646 140722375914646 140722375917519 0
/proc/10365/statm: 7056847 7131 3103 1 0 7019032 0
[pid=10365/tid=10366] ppid=10363 vsize=28227388 memory=4134930498285298233 CPUtime=0.07 cores=0-7
/proc/10365/task/10366/stat : 10366 (java) R 10363 10363 10319 0 -1 4202560 3605 0 0 0 7 0 0 0 20 0 20 0 418030071 28904845312 7131 33554432000 4194304 4196468 140722375907152 140667156019504 140667151803549 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 31834112 140722375914474 140722375914646 140722375914646 140722375917519 0
[pid=10365/tid=10367] ppid=10363 vsize=28227388 memory=4126316290023845779 CPUtime=0 cores=0-7
/proc/10365/task/10367/stat : 10367 (java) S 10363 10363 10319 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418030072 28904845312 7131 33554432000 4194304 4196468 140722375907152 140667104401936 140667151791829 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31834112 140722375914474 140722375914646 140722375914646 140722375917519 0
[pid=10365/tid=10368] ppid=10363 vsize=28227388 memory=139858769344128 CPUtime=0 cores=0-7
/proc/10365/task/10368/stat : 10368 (java) S 10363 10363 10319 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418030072 28904845312 7131 33554432000 4194304 4196468 140722375907152 140667103349392 140667151791829 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31834112 140722375914474 140722375914646 140722375914646 140722375917519 0
[pid=10365/tid=10369] ppid=10363 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/10365/task/10369/stat : 10369 (java) S 10363 10363 10319 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418030072 28904845312 7131 33554432000 4194304 4196468 140722375907152 140667102296336 140667151791829 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31834112 140722375914474 140722375914646 140722375914646 140722375917519 0
[pid=10365/tid=10370] ppid=10363 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/10365/task/10370/stat : 10370 (java) S 10363 10363 10319 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418030072 28904845312 7131 33554432000 4194304 4196468 140722375907152 140667101243792 140667151791829 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31834112 140722375914474 140722375914646 140722375914646 140722375917519 0
[pid=10365/tid=10371] ppid=10363 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/10365/task/10371/stat : 10371 (java) S 10363 10363 10319 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418030072 28904845312 7131 33554432000 4194304 4196468 140722375907152 140667100191760 140667151791829 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31834112 140722375914474 140722375914646 140722375914646 140722375917519 0
[pid=10365/tid=10372] ppid=10363 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/10365/task/10372/stat : 10372 (java) S 10363 10363 10319 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418030072 28904845312 7131 33554432000 4194304 4196468 140722375907152 140667099139216 140667151791829 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31834112 140722375914474 140722375914646 140722375914646 140722375917519 0
[pid=10365/tid=10373] ppid=10363 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/10365/task/10373/stat : 10373 (java) S 10363 10363 10319 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418030072 28904845312 7131 33554432000 4194304 4196468 140722375907152 140667098086160 140667151791829 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31834112 140722375914474 140722375914646 140722375914646 140722375917519 0
[pid=10365/tid=10374] ppid=10363 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/10365/task/10374/stat : 10374 (java) S 10363 10363 10319 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418030072 28904845312 7131 33554432000 4194304 4196468 140722375907152 140667097033616 140667151791829 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31834112 140722375914474 140722375914646 140722375914646 140722375917519 0
[pid=10365/tid=10375] ppid=10363 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/10365/task/10375/stat : 10375 (java) S 10363 10363 10319 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418030074 28904845312 7131 33554432000 4194304 4196468 140722375907152 140665817254128 140667151792770 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31834112 140722375914474 140722375914646 140722375914646 140722375917519 0
[pid=10365/tid=10376] ppid=10363 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/10365/task/10376/stat : 10376 (java) S 10363 10363 10319 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 418030074 28904845312 7131 33554432000 4194304 4196468 140722375907152 140665480537248 140667151791829 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31834112 140722375914474 140722375914646 140722375914646 140722375917519 0
[pid=10365/tid=10377] ppid=10363 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/10365/task/10377/stat : 10377 (java) S 10363 10363 10319 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 418030074 28904845312 7131 33554432000 4194304 4196468 140722375907152 140665479484144 140667151791829 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31834112 140722375914474 140722375914646 140722375914646 140722375917519 0
[pid=10365/tid=10378] ppid=10363 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/10365/task/10378/stat : 10378 (java) S 10363 10363 10319 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418030077 28904845312 7131 33554432000 4194304 4196468 140722375907152 140665478432720 140667151800219 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31834112 140722375914474 140722375914646 140722375914646 140722375917519 0
[pid=10365/tid=10379] ppid=10363 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/10365/task/10379/stat : 10379 (java) S 10363 10363 10319 0 -1 1077944384 306 0 0 0 0 0 0 0 20 0 20 0 418030077 28904845312 7131 33554432000 4194304 4196468 140722375907152 140665477380848 140667151792770 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31834112 140722375914474 140722375914646 140722375914646 140722375917519 0
[pid=10365/tid=10380] ppid=10363 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/10365/task/10380/stat : 10380 (java) S 10363 10363 10319 0 -1 1077944384 123 0 0 0 0 0 0 0 20 0 20 0 418030077 28904845312 7131 33554432000 4194304 4196468 140722375907152 140665476328304 140667151792770 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31834112 140722375914474 140722375914646 140722375914646 140722375917519 0
[pid=10365/tid=10381] ppid=10363 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/10365/task/10381/stat : 10381 (java) S 10363 10363 10319 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418030077 28904845312 7131 33554432000 4194304 4196468 140722375907152 140665475275248 140667151792770 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31834112 140722375914474 140722375914646 140722375914646 140722375917519 0
[pid=10365/tid=10382] ppid=10363 vsize=28227388 memory=0 CPUtime=0.01 cores=0-7
/proc/10365/task/10382/stat : 10382 (java) R 10363 10363 10319 0 -1 4202560 272 0 0 0 1 0 0 0 20 0 20 0 418030077 28904845312 7131 33554432000 4194304 4196468 140722375907152 140665474222704 140667151793558 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31834112 140722375914474 140722375914646 140722375914646 140722375917519 0
[pid=10365/tid=10383] ppid=10363 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/10365/task/10383/stat : 10383 (java) S 10363 10363 10319 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418030077 28904845312 7131 33554432000 4194304 4196468 140722375907152 140665473169888 140667151791829 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31834112 140722375914474 140722375914646 140722375914646 140722375917519 0
[pid=10365/tid=10384] ppid=10363 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/10365/task/10384/stat : 10384 (java) S 10363 10363 10319 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418030078 28904845312 7131 33554432000 4194304 4196468 140722375907152 140665472117424 140667151792770 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31834112 140722375914474 140722375914646 140722375914646 140722375917519 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 28340516 KiB
Current children cumulated memory: 29976 KiB

[startup+0.21048 s]*
/proc/loadavg: 0.92 1.05 1.47 2/211 10384
/proc/meminfo: memFree=25860128/32770624 swapFree=67002136/67108860
[pid=10363] ppid=10360 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/10363/stat : 10363 (xcsp3-exec) S 10360 10363 10319 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 418030070 115843072 363 33554432000 4194304 5098028 140735258639216 140735258637320 139636169261692 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 25346048 140735258641269 140735258641513 140735258641513 140735258644426 0
/proc/10363/statm: 28282 363 305 221 0 87 0
[pid=10365] ppid=10363 vsize=28227388 memory=41096 CPUtime=0.32 cores=0-7
/proc/10365/stat : 10365 (java) S 10363 10363 10319 0 -1 1077944320 9479 0 0 0 29 3 0 0 20 0 20 0 418030070 28904845312 10274 33554432000 4194304 4196468 140722375907152 140722375889696 140667151781623 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 31834112 140722375914474 140722375914646 140722375914646 140722375917519 0
/proc/10365/statm: 7056847 10274 3302 1 0 7019032 0
[pid=10365/tid=10366] ppid=10363 vsize=28227388 memory=8318255677412212789 CPUtime=0.19 cores=0-7
/proc/10365/task/10366/stat : 10366 (java) R 10363 10363 10319 0 -1 4202560 6597 0 0 0 17 2 0 0 20 0 20 0 418030071 28904845312 10274 33554432000 4194304 4196468 140722375907152 140667156007984 140667151803549 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 31834112 140722375914474 140722375914646 140722375914646 140722375917519 0
[pid=10365/tid=10367] ppid=10363 vsize=28227388 memory=330 CPUtime=0 cores=0-7
/proc/10365/task/10367/stat : 10367 (java) S 10363 10363 10319 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418030072 28904845312 10274 33554432000 4194304 4196468 140722375907152 140667104401936 140667151791829 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31834112 140722375914474 140722375914646 140722375914646 140722375917519 0
[pid=10365/tid=10368] ppid=10363 vsize=28227388 memory=4121271274863851168 CPUtime=0 cores=0-7
/proc/10365/task/10368/stat : 10368 (java) S 10363 10363 10319 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418030072 28904845312 10274 33554432000 4194304 4196468 140722375907152 140667103349392 140667151791829 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31834112 140722375914474 140722375914646 140722375914646 140722375917519 0
[pid=10365/tid=10369] ppid=10363 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/10365/task/10369/stat : 10369 (java) S 10363 10363 10319 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418030072 28904845312 10274 33554432000 4194304 4196468 140722375907152 140667102296336 140667151791829 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31834112 140722375914474 140722375914646 140722375914646 140722375917519 0
[pid=10365/tid=10370] ppid=10363 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/10365/task/10370/stat : 10370 (java) S 10363 10363 10319 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418030072 28904845312 10274 33554432000 4194304 4196468 140722375907152 140667101243792 140667151791829 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31834112 140722375914474 140722375914646 140722375914646 140722375917519 0
[pid=10365/tid=10371] ppid=10363 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/10365/task/10371/stat : 10371 (java) S 10363 10363 10319 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418030072 28904845312 10274 33554432000 4194304 4196468 140722375907152 140667100191760 140667151791829 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31834112 140722375914474 140722375914646 140722375914646 140722375917519 0
[pid=10365/tid=10372] ppid=10363 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/10365/task/10372/stat : 10372 (java) S 10363 10363 10319 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418030072 28904845312 10274 33554432000 4194304 4196468 140722375907152 140667099139216 140667151791829 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31834112 140722375914474 140722375914646 140722375914646 140722375917519 0
[pid=10365/tid=10373] ppid=10363 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/10365/task/10373/stat : 10373 (java) S 10363 10363 10319 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418030072 28904845312 10274 33554432000 4194304 4196468 140722375907152 140667098086160 140667151791829 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31834112 140722375914474 140722375914646 140722375914646 140722375917519 0
[pid=10365/tid=10374] ppid=10363 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/10365/task/10374/stat : 10374 (java) S 10363 10363 10319 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418030072 28904845312 10274 33554432000 4194304 4196468 140722375907152 140667097033616 140667151791829 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31834112 140722375914474 140722375914646 140722375914646 140722375917519 0
[pid=10365/tid=10375] ppid=10363 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/10365/task/10375/stat : 10375 (java) S 10363 10363 10319 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418030074 28904845312 10274 33554432000 4194304 4196468 140722375907152 140665817254128 140667151792770 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31834112 140722375914474 140722375914646 140722375914646 140722375917519 0
[pid=10365/tid=10376] ppid=10363 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/10365/task/10376/stat : 10376 (java) S 10363 10363 10319 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 418030074 28904845312 10274 33554432000 4194304 4196468 140722375907152 140665480537248 140667151791829 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31834112 140722375914474 140722375914646 140722375914646 140722375917519 0
[pid=10365/tid=10377] ppid=10363 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/10365/task/10377/stat : 10377 (java) S 10363 10363 10319 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 418030074 28904845312 10274 33554432000 4194304 4196468 140722375907152 140665479484144 140667151791829 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31834112 140722375914474 140722375914646 140722375914646 140722375917519 0
[pid=10365/tid=10378] ppid=10363 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/10365/task/10378/stat : 10378 (java) S 10363 10363 10319 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418030077 28904845312 10274 33554432000 4194304 4196468 140722375907152 140665478432720 140667151800219 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31834112 140722375914474 140722375914646 140722375914646 140722375917519 0
[pid=10365/tid=10379] ppid=10363 vsize=28227388 memory=0 CPUtime=0.01 cores=0-7
/proc/10365/task/10379/stat : 10379 (java) S 10363 10363 10319 0 -1 1077944384 409 0 0 0 1 0 0 0 20 0 20 0 418030077 28904845312 10274 33554432000 4194304 4196468 140722375907152 140665477380848 140667151792770 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31834112 140722375914474 140722375914646 140722375914646 140722375917519 0
[pid=10365/tid=10380] ppid=10363 vsize=28227388 memory=0 CPUtime=0.02 cores=0-7
/proc/10365/task/10380/stat : 10380 (java) S 10363 10363 10319 0 -1 1077944384 286 0 0 0 2 0 0 0 20 0 20 0 418030077 28904845312 10274 33554432000 4194304 4196468 140722375907152 140665476328304 140667151792770 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31834112 140722375914474 140722375914646 140722375914646 140722375917519 0
[pid=10365/tid=10381] ppid=10363 vsize=28227388 memory=-1 CPUtime=0.01 cores=0-7
/proc/10365/task/10381/stat : 10381 (java) S 10363 10363 10319 0 -1 1077944384 99 0 0 0 1 0 0 0 20 0 20 0 418030077 28904845312 10274 33554432000 4194304 4196468 140722375907152 140665475275248 140667151792770 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31834112 140722375914474 140722375914646 140722375914646 140722375917519 0
[pid=10365/tid=10382] ppid=10363 vsize=28227388 memory=-1 CPUtime=0.07 cores=0-7
/proc/10365/task/10382/stat : 10382 (java) S 10363 10363 10319 0 -1 1077944384 776 0 0 0 7 0 0 0 20 0 20 0 418030077 28904845312 10274 33554432000 4194304 4196468 140722375907152 140665474222704 140667151792770 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31834112 140722375914474 140722375914646 140722375914646 140722375917519 0
[pid=10365/tid=10383] ppid=10363 vsize=28227388 memory=0 CPUtime=0 cores=0-7
/proc/10365/task/10383/stat : 10383 (java) S 10363 10363 10319 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418030077 28904845312 10274 33554432000 4194304 4196468 140722375907152 140665473169888 140667151791829 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31834112 140722375914474 140722375914646 140722375914646 140722375917519 0
[pid=10365/tid=10384] ppid=10363 vsize=28227388 memory=-1 CPUtime=0 cores=0-7
/proc/10365/task/10384/stat : 10384 (java) S 10363 10363 10319 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418030078 28904845312 10274 33554432000 4194304 4196468 140722375907152 140665472117424 140667151792770 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31834112 140722375914474 140722375914646 140722375914646 140722375917519 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 28340516 KiB
Current children cumulated memory: 42548 KiB

[startup+0.315102 s]*
/proc/loadavg: 0.92 1.05 1.47 2/211 10384
/proc/meminfo: memFree=25856008/32770624 swapFree=67002136/67108860
[pid=10363] ppid=10360 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/10363/stat : 10363 (xcsp3-exec) S 10360 10363 10319 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 418030070 115843072 363 33554432000 4194304 5098028 140735258639216 140735258637320 139636169261692 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 25346048 140735258641269 140735258641513 140735258641513 140735258644426 0
/proc/10363/statm: 28282 363 305 221 0 87 0
[pid=10365] ppid=10363 vsize=28231644 memory=47140 CPUtime=0.49 cores=0-7
/proc/10365/stat : 10365 (java) S 10363 10363 10319 0 -1 1077944320 10614 0 0 0 45 4 0 0 20 0 20 0 418030070 28909203456 11785 33554432000 4194304 4196468 140722375907152 140722375889696 140667151781623 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 31834112 140722375914474 140722375914646 140722375914646 140722375917519 0
/proc/10365/statm: 7057911 11785 3335 1 0 7019032 0
[pid=10365/tid=10366] ppid=10363 vsize=28231644 memory=6791534058613427641 CPUtime=0.28 cores=0-7
/proc/10365/task/10366/stat : 10366 (java) R 10363 10363 10319 0 -1 4202560 7628 0 0 0 25 3 0 0 20 0 20 0 418030071 28909203456 11785 33554432000 4194304 4196468 140722375907152 140667156018032 140667135862110 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31834112 140722375914474 140722375914646 140722375914646 140722375917519 0
[pid=10365/tid=10367] ppid=10363 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/10365/task/10367/stat : 10367 (java) S 10363 10363 10319 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418030072 28909203456 11785 33554432000 4194304 4196468 140722375907152 140667104401936 140667151791829 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31834112 140722375914474 140722375914646 140722375914646 140722375917519 0
[pid=10365/tid=10368] ppid=10363 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/10365/task/10368/stat : 10368 (java) S 10363 10363 10319 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418030072 28909203456 11785 33554432000 4194304 4196468 140722375907152 140667103349392 140667151791829 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31834112 140722375914474 140722375914646 140722375914646 140722375917519 0
[pid=10365/tid=10369] ppid=10363 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/10365/task/10369/stat : 10369 (java) S 10363 10363 10319 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418030072 28909203456 11785 33554432000 4194304 4196468 140722375907152 140667102296336 140667151791829 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31834112 140722375914474 140722375914646 140722375914646 140722375917519 0
[pid=10365/tid=10370] ppid=10363 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/10365/task/10370/stat : 10370 (java) S 10363 10363 10319 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418030072 28909203456 11785 33554432000 4194304 4196468 140722375907152 140667101243792 140667151791829 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31834112 140722375914474 140722375914646 140722375914646 140722375917519 0
[pid=10365/tid=10371] ppid=10363 vsize=28231644 memory=2244 CPUtime=0 cores=0-7
/proc/10365/task/10371/stat : 10371 (java) S 10363 10363 10319 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418030072 28909203456 11785 33554432000 4194304 4196468 140722375907152 140667100191760 140667151791829 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31834112 140722375914474 140722375914646 140722375914646 140722375917519 0
[pid=10365/tid=10372] ppid=10363 vsize=28231644 memory=139858630767535 CPUtime=0 cores=0-7
/proc/10365/task/10372/stat : 10372 (java) S 10363 10363 10319 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418030072 28909203456 11785 33554432000 4194304 4196468 140722375907152 140667099139216 140667151791829 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31834112 140722375914474 140722375914646 140722375914646 140722375917519 0
[pid=10365/tid=10373] ppid=10363 vsize=28231644 memory=139858630769840 CPUtime=0 cores=0-7
/proc/10365/task/10373/stat : 10373 (java) S 10363 10363 10319 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418030072 28909203456 11785 33554432000 4194304 4196468 140722375907152 140667098086160 140667151791829 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31834112 140722375914474 140722375914646 140722375914646 140722375917519 0
[pid=10365/tid=10374] ppid=10363 vsize=28231644 memory=139858630772144 CPUtime=0 cores=0-7
/proc/10365/task/10374/stat : 10374 (java) S 10363 10363 10319 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418030072 28909203456 11785 33554432000 4194304 4196468 140722375907152 140667097033616 140667151791829 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31834112 140722375914474 140722375914646 140722375914646 140722375917519 0
[pid=10365/tid=10375] ppid=10363 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/10365/task/10375/stat : 10375 (java) S 10363 10363 10319 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 418030074 28909203456 11785 33554432000 4194304 4196468 140722375907152 140665817254128 140667151792770 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31834112 140722375914474 140722375914646 140722375914646 140722375917519 0
[pid=10365/tid=10376] ppid=10363 vsize=28231644 memory=279717261551248 CPUtime=0 cores=0-7
/proc/10365/task/10376/stat : 10376 (java) S 10363 10363 10319 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 418030074 28909203456 11785 33554432000 4194304 4196468 140722375907152 140665480537248 140667151791829 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31834112 140722375914474 140722375914646 140722375914646 140722375917519 0
[pid=10365/tid=10377] ppid=10363 vsize=28231644 memory=279717261558160 CPUtime=0 cores=0-7
/proc/10365/task/10377/stat : 10377 (java) S 10363 10363 10319 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 418030074 28909203456 11785 33554432000 4194304 4196468 140722375907152 140665479484144 140667151791829 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31834112 140722375914474 140722375914646 140722375914646 140722375917519 0
[pid=10365/tid=10378] ppid=10363 vsize=28231644 memory=279717261499440 CPUtime=0 cores=0-7
/proc/10365/task/10378/stat : 10378 (java) S 10363 10363 10319 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418030077 28909203456 11785 33554432000 4194304 4196468 140722375907152 140665478432720 140667151800219 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31834112 140722375914474 140722375914646 140722375914646 140722375917519 0
[pid=10365/tid=10379] ppid=10363 vsize=28231644 memory=279717261571984 CPUtime=0.02 cores=0-7
/proc/10365/task/10379/stat : 10379 (java) S 10363 10363 10319 0 -1 1077944384 418 0 0 0 2 0 0 0 20 0 20 0 418030077 28909203456 11785 33554432000 4194304 4196468 140722375907152 140665477380848 140667151792770 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31834112 140722375914474 140722375914646 140722375914646 140722375917519 0
[pid=10365/tid=10380] ppid=10363 vsize=28231644 memory=279717261578896 CPUtime=0.03 cores=0-7
/proc/10365/task/10380/stat : 10380 (java) S 10363 10363 10319 0 -1 1077944384 303 0 0 0 3 0 0 0 20 0 20 0 418030077 28909203456 11785 33554432000 4194304 4196468 140722375907152 140665476328304 140667151792770 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31834112 140722375914474 140722375914646 140722375914646 140722375917519 0
[pid=10365/tid=10381] ppid=10363 vsize=28231644 memory=279717261576592 CPUtime=0.01 cores=0-7
/proc/10365/task/10381/stat : 10381 (java) S 10363 10363 10319 0 -1 1077944384 99 0 0 0 1 0 0 0 20 0 20 0 418030077 28909203456 11785 33554432000 4194304 4196468 140722375907152 140665475275248 140667151792770 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31834112 140722375914474 140722375914646 140722375914646 140722375917519 0
[pid=10365/tid=10382] ppid=10363 vsize=28231644 memory=279717261592752 CPUtime=0.11 cores=0-7
/proc/10365/task/10382/stat : 10382 (java) R 10363 10363 10319 0 -1 4202560 855 0 0 0 11 0 0 0 20 0 20 0 418030077 28909203456 11785 33554432000 4194304 4196468 140722375907152 140665474222704 140667144018750 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 31834112 140722375914474 140722375914646 140722375914646 140722375917519 0
[pid=10365/tid=10383] ppid=10363 vsize=28231644 memory=0 CPUtime=0 cores=0-7
/proc/10365/task/10383/stat : 10383 (java) S 10363 10363 10319 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418030077 28909203456 11785 33554432000 4194304 4196468 140722375907152 140665473169888 140667151791829 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31834112 140722375914474 140722375914646 140722375914646 140722375917519 0
[pid=10365/tid=10384] ppid=10363 vsize=28231644 memory=-1 CPUtime=0 cores=0-7
/proc/10365/task/10384/stat : 10384 (java) S 10363 10363 10319 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 418030078 28909203456 11785 33554432000 4194304 4196468 140722375907152 140665472117424 140667151792770 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31834112 140722375914474 140722375914646 140722375914646 140722375917519 0
Current children cumulated CPU time: 0.49 s
Current children cumulated vsize: 28344772 KiB
Current children cumulated memory: 48592 KiB

[startup+0.700988 s]
/proc/loadavg: 0.92 1.05 1.47 5/211 10384
/proc/meminfo: memFree=25837708/32770624 swapFree=67002136/67108860
[pid=10363] ppid=10360 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/10363/stat : 10363 (xcsp3-exec) S 10360 10363 10319 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 418030070 115843072 363 33554432000 4194304 5098028 140735258639216 140735258637320 139636169261692 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 25346048 140735258641269 140735258641513 140735258641513 140735258644426 0
/proc/10363/statm: 28282 363 305 221 0 87 0
[pid=10365] ppid=10363 vsize=28233768 memory=83760 CPUtime=1.59 cores=0-7
/proc/10365/stat : 10365 (java) S 10363 10363 10319 0 -1 1077944320 14655 0 0 0 153 6 0 0 20 0 20 0 418030070 28911378432 20940 33554432000 4194304 4196468 140722375907152 140722375889696 140667151781623 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 31834112 140722375914474 140722375914646 140722375914646 140722375917519 0
/proc/10365/statm: 7058442 20940 3449 1 0 7019544 0
[pid=10365/tid=10366] ppid=10363 vsize=28233768 memory=279717261950640 CPUtime=0.65 cores=0-7
/proc/10365/task/10366/stat : 10366 (java) R 10363 10363 10319 0 -1 4202560 8711 0 0 0 61 4 0 0 20 0 20 0 418030071 28911378432 20940 33554432000 4194304 4196468 140722375907152 140667156017568 140666777026767 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 31834112 140722375914474 140722375914646 140722375914646 140722375917519 0
[pid=10365/tid=10367] ppid=10363 vsize=28233768 memory=139858630976368 CPUtime=0 cores=0-7
/proc/10365/task/10367/stat : 10367 (java) S 10363 10363 10319 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418030072 28911378432 20940 33554432000 4194304 4196468 140722375907152 140667104401936 140667151791829 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31834112 140722375914474 140722375914646 140722375914646 140722375917519 0
[pid=10365/tid=10368] ppid=10363 vsize=28233768 memory=0 CPUtime=0 cores=0-7
/proc/10365/task/10368/stat : 10368 (java) S 10363 10363 10319 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 418030072 28911378432 20940 33554432000 4194304 4196468 140722375907152 140667103349392 140667151791829 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31834112 140722375914474 140722375914646 140722375914646 140722375917519 0
[pid=10365/tid=10369] ppid=10363 vsize=28233768 memory=1056 CPUtime=0 cores=0-7
/proc/10365/task/10369/stat : 10369 (java) S 10363 10363 10319 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 418030072 28911378432 20940 33554432000 4194304 4196468 140722375907152 140667102296336 140667151791829 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31834112 140722375914474 140722375914646 140722375914646 140722375917519 0

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

/proc/meminfo: memFree=24452584/32770624 swapFree=67002140/67108860
[pid=10363] ppid=10360 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/10363/stat : 10363 (xcsp3-exec) S 10360 10363 10319 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 418030070 115843072 363 33554432000 4194304 5098028 140735258639216 140735258637320 139636169261692 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 25346048 140735258641269 140735258641513 140735258641513 140735258644426 0
/proc/10363/statm: 28282 363 305 221 0 87 0
[pid=10365] ppid=10363 vsize=28768328 memory=1448192 CPUtime=19878.4 cores=0-7
/proc/10365/stat : 10365 (java) S 10363 10363 10319 0 -1 1077944320 1870722 0 0 0 1986139 1705 0 0 20 0 28 0 418030070 29458767872 362048 33554432000 4194304 4196468 140722375907152 140722375889696 140667151781623 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 31834112 140722375914474 140722375914646 140722375914646 140722375917519 0
/proc/10365/statm: 7192082 362048 3562 1 0 7153184 0
[pid=10365/tid=10366] ppid=10363 vsize=28768328 memory=1448192 CPUtime=1.21 cores=0-7
/proc/10365/task/10366/stat : 10366 (java) S 10363 10363 10319 0 -1 1077944384 11107 0 0 0 115 6 0 0 20 0 28 0 418030071 29458767872 362048 33554432000 4194304 4196468 140722375907152 140667156022400 140667151791829 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31834112 140722375914474 140722375914646 140722375914646 140722375917519 0
[pid=10365/tid=10367] ppid=10363 vsize=28768328 memory=1448192 CPUtime=14.83 cores=0-7
/proc/10365/task/10367/stat : 10367 (java) S 10363 10363 10319 0 -1 1077944384 61220 0 0 0 1405 78 0 0 20 0 28 0 418030072 29458767872 362048 33554432000 4194304 4196468 140722375907152 140667104401936 140667151791829 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 21 0 0 6293624 6294260 31834112 140722375914474 140722375914646 140722375914646 140722375917519 0
[pid=10365/tid=10368] ppid=10363 vsize=28768328 memory=1452 CPUtime=14.85 cores=0-7
/proc/10365/task/10368/stat : 10368 (java) S 10363 10363 10319 0 -1 1077944384 66134 0 0 0 1408 77 0 0 20 0 28 0 418030072 29458767872 362048 33554432000 4194304 4196468 140722375907152 140667103349392 140667151791829 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 21 0 0 6293624 6294260 31834112 140722375914474 140722375914646 140722375914646 140722375917519 0
[pid=10365/tid=10369] ppid=10363 vsize=28768328 memory=1448192 CPUtime=14.84 cores=0-7
/proc/10365/task/10369/stat : 10369 (java) S 10363 10363 10319 0 -1 1077944384 62779 0 0 0 1407 77 0 0 20 0 28 0 418030072 29458767872 362048 33554432000 4194304 4196468 140722375907152 140667102296336 140667151791829 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 18 0 0 6293624 6294260 31834112 140722375914474 140722375914646 140722375914646 140722375917519 0
[pid=10365/tid=10370] ppid=10363 vsize=28768328 memory=1656 CPUtime=14.78 cores=0-7
/proc/10365/task/10370/stat : 10370 (java) S 10363 10363 10319 0 -1 1077944384 67286 0 0 0 1399 79 0 0 20 0 28 0 418030072 29458767872 362048 33554432000 4194304 4196468 140722375907152 140667101243792 140667151791829 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 20 0 0 6293624 6294260 31834112 140722375914474 140722375914646 140722375914646 140722375917519 0
[pid=10365/tid=10371] ppid=10363 vsize=28768328 memory=804 CPUtime=14.92 cores=0-7
/proc/10365/task/10371/stat : 10371 (java) S 10363 10363 10319 0 -1 1077944384 64295 0 0 0 1414 78 0 0 20 0 28 0 418030072 29458767872 362048 33554432000 4194304 4196468 140722375907152 140667100191760 140667151791829 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 18 0 0 6293624 6294260 31834112 140722375914474 140722375914646 140722375914646 140722375917519 0
[pid=10365/tid=10372] ppid=10363 vsize=28768328 memory=6791534058613427641 CPUtime=14.9 cores=0-7
/proc/10365/task/10372/stat : 10372 (java) S 10363 10363 10319 0 -1 1077944384 64789 0 0 0 1410 80 0 0 20 0 28 0 418030072 29458767872 362048 33554432000 4194304 4196468 140722375907152 140667099139216 140667151791829 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 17 0 0 6293624 6294260 31834112 140722375914474 140722375914646 140722375914646 140722375917519 0
[pid=10365/tid=10373] ppid=10363 vsize=28768328 memory=1452 CPUtime=14.89 cores=0-7
/proc/10365/task/10373/stat : 10373 (java) S 10363 10363 10319 0 -1 1077944384 59234 0 0 0 1407 82 0 0 20 0 28 0 418030072 29458767872 362048 33554432000 4194304 4196468 140722375907152 140667098086160 140667151791829 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 17 0 0 6293624 6294260 31834112 140722375914474 140722375914646 140722375914646 140722375917519 0
[pid=10365/tid=10374] ppid=10363 vsize=28768328 memory=2832 CPUtime=14.8 cores=0-7
/proc/10365/task/10374/stat : 10374 (java) S 10363 10363 10319 0 -1 1077944384 63412 0 0 0 1401 79 0 0 20 0 28 0 418030072 29458767872 362048 33554432000 4194304 4196468 140722375907152 140667097033616 140667151791829 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 20 0 0 6293624 6294260 31834112 140722375914474 140722375914646 140722375914646 140722375917519 0
[pid=10365/tid=10375] ppid=10363 vsize=28768328 memory=1056 CPUtime=7.9 cores=0-7
/proc/10365/task/10375/stat : 10375 (java) S 10363 10363 10319 0 -1 1077944384 139468 0 0 0 373 417 0 0 20 0 28 0 418030074 29458767872 362048 33554432000 4194304 4196468 140722375907152 140665817254128 140667151792770 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31834112 140722375914474 140722375914646 140722375914646 140722375917519 0
[pid=10365/tid=10376] ppid=10363 vsize=28768328 memory=1452 CPUtime=0 cores=0-7
/proc/10365/task/10376/stat : 10376 (java) S 10363 10363 10319 0 -1 1077944384 86 0 0 0 0 0 0 0 20 0 28 0 418030074 29458767872 362048 33554432000 4194304 4196468 140722375907152 140665480537312 140667151791829 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31834112 140722375914474 140722375914646 140722375914646 140722375917519 0
[pid=10365/tid=10377] ppid=10363 vsize=28768328 memory=1448228 CPUtime=0 cores=0-7
/proc/10365/task/10377/stat : 10377 (java) S 10363 10363 10319 0 -1 1077944384 138 0 0 0 0 0 0 0 20 0 28 0 418030074 29458767872 362048 33554432000 4194304 4196468 140722375907152 140665479484160 140667151791829 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31834112 140722375914474 140722375914646 140722375914646 140722375917519 0
[pid=10365/tid=10378] ppid=10363 vsize=28768328 memory=1448192 CPUtime=0 cores=0-7
/proc/10365/task/10378/stat : 10378 (java) S 10363 10363 10319 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 418030077 29458767872 362048 33554432000 4194304 4196468 140722375907152 140665478432720 140667151800219 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31834112 140722375914474 140722375914646 140722375914646 140722375917519 0
[pid=10365/tid=10379] ppid=10363 vsize=28768328 memory=1452 CPUtime=10.28 cores=0-7
/proc/10365/task/10379/stat : 10379 (java) S 10363 10363 10319 0 -1 1077944384 62451 0 0 0 1017 11 0 0 20 0 28 0 418030077 29458767872 362048 33554432000 4194304 4196468 140722375907152 140665477380848 140667151792770 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 48 0 0 6293624 6294260 31834112 140722375914474 140722375914646 140722375914646 140722375917519 0
[pid=10365/tid=10380] ppid=10363 vsize=28768328 memory=1448192 CPUtime=9.63 cores=0-7
/proc/10365/task/10380/stat : 10380 (java) S 10363 10363 10319 0 -1 1077944384 50896 0 0 0 955 8 0 0 20 0 28 0 418030077 29458767872 362048 33554432000 4194304 4196468 140722375907152 140665476328304 140667151792770 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31834112 140722375914474 140722375914646 140722375914646 140722375917519 0
[pid=10365/tid=10381] ppid=10363 vsize=28768328 memory=500 CPUtime=9.95 cores=0-7
/proc/10365/task/10381/stat : 10381 (java) S 10363 10363 10319 0 -1 1077944384 70437 0 0 0 982 13 0 0 20 0 28 0 418030077 29458767872 362048 33554432000 4194304 4196468 140722375907152 140665475275248 140667151792770 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31834112 140722375914474 140722375914646 140722375914646 140722375917519 0
[pid=10365/tid=10382] ppid=10363 vsize=28768328 memory=932 CPUtime=1.74 cores=0-7
/proc/10365/task/10382/stat : 10382 (java) S 10363 10363 10319 0 -1 1077944384 35859 0 0 0 165 9 0 0 20 0 28 0 418030077 29458767872 362048 33554432000 4194304 4196468 140722375907152 140665474222704 140667151792770 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 47 0 0 6293624 6294260 31834112 140722375914474 140722375914646 140722375914646 140722375917519 0
[pid=10365/tid=10383] ppid=10363 vsize=28768328 memory=1768 CPUtime=0 cores=0-7
/proc/10365/task/10383/stat : 10383 (java) S 10363 10363 10319 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 418030077 29458767872 362048 33554432000 4194304 4196468 140722375907152 140665473169888 140667151791829 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31834112 140722375914474 140722375914646 140722375914646 140722375917519 0
[pid=10365/tid=10384] ppid=10363 vsize=28768328 memory=1452 CPUtime=0.8 cores=0-7
/proc/10365/task/10384/stat : 10384 (java) S 10363 10363 10319 0 -1 1077944384 7840 0 0 0 22 58 0 0 20 0 28 0 418030078 29458767872 362048 33554432000 4194304 4196468 140722375907152 140665472117424 140667151792770 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 46 0 0 6293624 6294260 31834112 140722375914474 140722375914646 140722375914646 140722375917519 0
[pid=10365/tid=10385] ppid=10363 vsize=28768328 memory=1452 CPUtime=2466.82 cores=0-7
/proc/10365/task/10385/stat : 10385 (java) R 10363 10363 10319 0 -1 4202560 68986 0 0 0 246647 35 0 0 20 0 28 0 418030199 29458767872 362048 33554432000 4194304 4196468 140722375907152 140665460808752 140666779295500 0 4 0 16800975 0 0 0 -1 3 0 0 23 0 0 6293624 6294260 31834112 140722375914474 140722375914646 140722375914646 140722375917519 0
[pid=10365/tid=10386] ppid=10363 vsize=28768328 memory=1448192 CPUtime=2460.43 cores=0-7
/proc/10365/task/10386/stat : 10386 (java) R 10363 10363 10319 0 -1 4202560 46570 0 0 0 246019 24 0 0 20 0 28 0 418030199 29458767872 362048 33554432000 4194304 4196468 140722375907152 140665459756520 140666779295528 0 4 0 16800975 0 0 0 -1 7 0 0 22 0 0 6293624 6294260 31834112 140722375914474 140722375914646 140722375914646 140722375917519 0
[pid=10365/tid=10387] ppid=10363 vsize=28768328 memory=3616 CPUtime=2459.92 cores=0-7
/proc/10365/task/10387/stat : 10387 (java) R 10363 10363 10319 0 -1 4202560 485496 0 0 0 245665 327 0 0 20 0 28 0 418030199 29458767872 362048 33554432000 4194304 4196468 140722375907152 140665458704800 140666785716832 0 4 0 16800975 0 0 0 -1 1 0 0 23 0 0 6293624 6294260 31834112 140722375914474 140722375914646 140722375914646 140722375917519 0
[pid=10365/tid=10388] ppid=10363 vsize=28768328 memory=39272 CPUtime=2467.29 cores=0-7
/proc/10365/task/10388/stat : 10388 (java) R 10363 10363 10319 0 -1 4202560 158472 0 0 0 246617 112 0 0 20 0 28 0 418030199 29458767872 362048 33554432000 4194304 4196468 140722375907152 140665457654976 140666788662093 0 4 0 16800975 0 0 0 -1 4 0 0 18 0 0 6293624 6294260 31834112 140722375914474 140722375914646 140722375914646 140722375917519 0
[pid=10365/tid=10389] ppid=10363 vsize=28768328 memory=988 CPUtime=2467.18 cores=0-7
/proc/10365/task/10389/stat : 10389 (java) R 10363 10363 10319 0 -1 4202560 91059 0 0 0 246657 61 0 0 20 0 28 0 418030199 29458767872 362048 33554432000 4194304 4196468 140722375907152 140665456598888 140666785716815 0 4 0 16800975 0 0 0 -1 0 0 0 17 0 0 6293624 6294260 31834112 140722375914474 140722375914646 140722375914646 140722375917519 0
[pid=10365/tid=10390] ppid=10363 vsize=28768328 memory=1452 CPUtime=2465.43 cores=0-7
/proc/10365/task/10390/stat : 10390 (java) R 10363 10363 10319 0 -1 4202560 41052 0 0 0 246521 22 0 0 20 0 28 0 418030199 29458767872 362048 33554432000 4194304 4196468 140722375907152 140665455545776 140666780427733 0 4 0 16800975 0 0 0 -1 2 0 0 21 0 0 6293624 6294260 31834112 140722375914474 140722375914646 140722375914646 140722375917519 0
[pid=10365/tid=10391] ppid=10363 vsize=28768328 memory=1448228 CPUtime=2467.19 cores=0-7
/proc/10365/task/10391/stat : 10391 (java) R 10363 10363 10319 0 -1 4202560 49041 0 0 0 246690 29 0 0 20 0 28 0 418030199 29458767872 362048 33554432000 4194304 4196468 140722375907152 140665454493288 140666785716694 0 4 0 16800975 0 0 0 -1 5 0 0 23 0 0 6293624 6294260 31834112 140722375914474 140722375914646 140722375914646 140722375917519 0
[pid=10365/tid=10392] ppid=10363 vsize=28768328 memory=4108 CPUtime=2463.65 cores=0-7
/proc/10365/task/10392/stat : 10392 (java) R 10363 10363 10319 0 -1 4202560 41375 0 0 0 246344 21 0 0 20 0 28 0 418030199 29458767872 362048 33554432000 4194304 4196468 140722375907152 140665453440424 140666785716623 0 4 0 16800975 0 0 0 -1 6 0 0 22 0 0 6293624 6294260 31834112 140722375914474 140722375914646 140722375914646 140722375917519 0
Current children cumulated CPU time: 19878.4 s
Current children cumulated vsize: 28881456 KiB
Current children cumulated memory: 1449644 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+2520 s]*
/proc/loadavg: 8.01 8.17 7.81 10/219 10605
/proc/meminfo: memFree=24489904/32770624 swapFree=67002140/67108860
[pid=10363] ppid=10360 vsize=113128 memory=1452 CPUtime=0 cores=0-7
/proc/10363/stat : 10363 (xcsp3-exec) S 10360 10363 10319 0 -1 4202496 543 0 0 0 0 0 0 0 20 0 1 0 418030070 115843072 363 33554432000 4194304 5098028 140735258639216 140735258637320 139636169261692 0 65536 4100 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 25346048 140735258641269 140735258641513 140735258641513 140735258644426 0
/proc/10363/statm: 28282 363 305 221 0 87 0
[pid=10365] ppid=10363 vsize=28768328 memory=1409176 CPUtime=20019.2 cores=0-7
/proc/10365/stat : 10365 (java) S 10363 10363 10319 0 -1 1077944320 1889629 0 0 0 2000204 1718 0 0 20 0 28 0 418030070 29458767872 352294 33554432000 4194304 4196468 140722375907152 140722375889696 140667151781623 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 31834112 140722375914474 140722375914646 140722375914646 140722375917519 0
/proc/10365/statm: 7192082 352294 3562 1 0 7153184 0
[pid=10365/tid=10366] ppid=10363 vsize=28768328 memory=6791534058613427641 CPUtime=1.21 cores=0-7
/proc/10365/task/10366/stat : 10366 (java) S 10363 10363 10319 0 -1 1077944384 11107 0 0 0 115 6 0 0 20 0 28 0 418030071 29458767872 352294 33554432000 4194304 4196468 140722375907152 140667156022400 140667151791829 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31834112 140722375914474 140722375914646 140722375914646 140722375917519 0
[pid=10365/tid=10367] ppid=10363 vsize=28768328 memory=4126316290023845779 CPUtime=14.87 cores=0-7
/proc/10365/task/10367/stat : 10367 (java) S 10363 10363 10319 0 -1 1077944384 61719 0 0 0 1409 78 0 0 20 0 28 0 418030072 29458767872 352294 33554432000 4194304 4196468 140722375907152 140667104401936 140667151791829 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 21 0 0 6293624 6294260 31834112 140722375914474 140722375914646 140722375914646 140722375917519 0
[pid=10365/tid=10368] ppid=10363 vsize=28768328 memory=1056 CPUtime=14.88 cores=0-7
/proc/10365/task/10368/stat : 10368 (java) S 10363 10363 10319 0 -1 1077944384 66686 0 0 0 1411 77 0 0 20 0 28 0 418030072 29458767872 352294 33554432000 4194304 4196468 140722375907152 140667103349392 140667151791829 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 21 0 0 6293624 6294260 31834112 140722375914474 140722375914646 140722375914646 140722375917519 0
[pid=10365/tid=10369] ppid=10363 vsize=28768328 memory=1568 CPUtime=14.87 cores=0-7
/proc/10365/task/10369/stat : 10369 (java) S 10363 10363 10319 0 -1 1077944384 63323 0 0 0 1410 77 0 0 20 0 28 0 418030072 29458767872 352294 33554432000 4194304 4196468 140722375907152 140667102296336 140667151791829 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 18 0 0 6293624 6294260 31834112 140722375914474 140722375914646 140722375914646 140722375917519 0
[pid=10365/tid=10370] ppid=10363 vsize=28768328 memory=1040 CPUtime=14.82 cores=0-7
/proc/10365/task/10370/stat : 10370 (java) S 10363 10363 10319 0 -1 1077944384 68023 0 0 0 1402 80 0 0 20 0 28 0 418030072 29458767872 352294 33554432000 4194304 4196468 140722375907152 140667101243792 140667151791829 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 20 0 0 6293624 6294260 31834112 140722375914474 140722375914646 140722375914646 140722375917519 0
[pid=10365/tid=10371] ppid=10363 vsize=28768328 memory=14004 CPUtime=14.95 cores=0-7
/proc/10365/task/10371/stat : 10371 (java) S 10363 10363 10319 0 -1 1077944384 64708 0 0 0 1417 78 0 0 20 0 28 0 418030072 29458767872 352294 33554432000 4194304 4196468 140722375907152 140667100191760 140667151791829 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 18 0 0 6293624 6294260 31834112 140722375914474 140722375914646 140722375914646 140722375917519 0
[pid=10365/tid=10372] ppid=10363 vsize=28768328 memory=12040 CPUtime=14.93 cores=0-7
/proc/10365/task/10372/stat : 10372 (java) S 10363 10363 10319 0 -1 1077944384 65721 0 0 0 1413 80 0 0 20 0 28 0 418030072 29458767872 352294 33554432000 4194304 4196468 140722375907152 140667099139216 140667151791829 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 18 0 0 6293624 6294260 31834112 140722375914474 140722375914646 140722375914646 140722375917519 0
[pid=10365/tid=10373] ppid=10363 vsize=28768328 memory=2120 CPUtime=14.93 cores=0-7
/proc/10365/task/10373/stat : 10373 (java) S 10363 10363 10319 0 -1 1077944384 59571 0 0 0 1411 82 0 0 20 0 28 0 418030072 29458767872 352294 33554432000 4194304 4196468 140722375907152 140667098086160 140667151791829 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 17 0 0 6293624 6294260 31834112 140722375914474 140722375914646 140722375914646 140722375917519 0
[pid=10365/tid=10374] ppid=10363 vsize=28768328 memory=21464 CPUtime=14.84 cores=0-7
/proc/10365/task/10374/stat : 10374 (java) S 10363 10363 10319 0 -1 1077944384 63751 0 0 0 1405 79 0 0 20 0 28 0 418030072 29458767872 352294 33554432000 4194304 4196468 140722375907152 140667097033616 140667151791829 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 20 0 0 6293624 6294260 31834112 140722375914474 140722375914646 140722375914646 140722375917519 0
[pid=10365/tid=10375] ppid=10363 vsize=28768328 memory=1556 CPUtime=7.97 cores=0-7
/proc/10365/task/10375/stat : 10375 (java) S 10363 10363 10319 0 -1 1077944384 139903 0 0 0 375 422 0 0 20 0 28 0 418030074 29458767872 352294 33554432000 4194304 4196468 140722375907152 140665817254128 140667151792770 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31834112 140722375914474 140722375914646 140722375914646 140722375917519 0
[pid=10365/tid=10376] ppid=10363 vsize=28768328 memory=500 CPUtime=0 cores=0-7
/proc/10365/task/10376/stat : 10376 (java) S 10363 10363 10319 0 -1 1077944384 86 0 0 0 0 0 0 0 20 0 28 0 418030074 29458767872 352294 33554432000 4194304 4196468 140722375907152 140665480537312 140667151791829 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31834112 140722375914474 140722375914646 140722375914646 140722375917519 0
[pid=10365/tid=10377] ppid=10363 vsize=28768328 memory=932 CPUtime=0 cores=0-7
/proc/10365/task/10377/stat : 10377 (java) S 10363 10363 10319 0 -1 1077944384 138 0 0 0 0 0 0 0 20 0 28 0 418030074 29458767872 352294 33554432000 4194304 4196468 140722375907152 140665479484160 140667151791829 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31834112 140722375914474 140722375914646 140722375914646 140722375917519 0
[pid=10365/tid=10378] ppid=10363 vsize=28768328 memory=1768 CPUtime=0 cores=0-7
/proc/10365/task/10378/stat : 10378 (java) S 10363 10363 10319 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 418030077 29458767872 352294 33554432000 4194304 4196468 140722375907152 140665478432720 140667151800219 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31834112 140722375914474 140722375914646 140722375914646 140722375917519 0
[pid=10365/tid=10379] ppid=10363 vsize=28768328 memory=1656 CPUtime=10.28 cores=0-7
/proc/10365/task/10379/stat : 10379 (java) S 10363 10363 10319 0 -1 1077944384 62453 0 0 0 1017 11 0 0 20 0 28 0 418030077 29458767872 352294 33554432000 4194304 4196468 140722375907152 140665477380848 140667151792770 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 48 0 0 6293624 6294260 31834112 140722375914474 140722375914646 140722375914646 140722375917519 0
[pid=10365/tid=10380] ppid=10363 vsize=28768328 memory=804 CPUtime=9.63 cores=0-7
/proc/10365/task/10380/stat : 10380 (java) S 10363 10363 10319 0 -1 1077944384 50898 0 0 0 955 8 0 0 20 0 28 0 418030077 29458767872 352294 33554432000 4194304 4196468 140722375907152 140665476328304 140667151792770 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31834112 140722375914474 140722375914646 140722375914646 140722375917519 0
[pid=10365/tid=10381] ppid=10363 vsize=28768328 memory=1448 CPUtime=9.95 cores=0-7
/proc/10365/task/10381/stat : 10381 (java) S 10363 10363 10319 0 -1 1077944384 70439 0 0 0 982 13 0 0 20 0 28 0 418030077 29458767872 352294 33554432000 4194304 4196468 140722375907152 140665475275248 140667151792770 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31834112 140722375914474 140722375914646 140722375914646 140722375917519 0
[pid=10365/tid=10382] ppid=10363 vsize=28768328 memory=1980 CPUtime=1.74 cores=0-7
/proc/10365/task/10382/stat : 10382 (java) S 10363 10363 10319 0 -1 1077944384 35861 0 0 0 165 9 0 0 20 0 28 0 418030077 29458767872 352294 33554432000 4194304 4196468 140722375907152 140665474222704 140667151792770 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 47 0 0 6293624 6294260 31834112 140722375914474 140722375914646 140722375914646 140722375917519 0
[pid=10365/tid=10383] ppid=10363 vsize=28768328 memory=2580 CPUtime=0 cores=0-7
/proc/10365/task/10383/stat : 10383 (java) S 10363 10363 10319 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 418030077 29458767872 352294 33554432000 4194304 4196468 140722375907152 140665473169888 140667151791829 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31834112 140722375914474 140722375914646 140722375914646 140722375917519 0
[pid=10365/tid=10384] ppid=10363 vsize=28768328 memory=1452 CPUtime=0.81 cores=0-7
/proc/10365/task/10384/stat : 10384 (java) S 10363 10363 10319 0 -1 1077944384 7891 0 0 0 22 59 0 0 20 0 28 0 418030078 29458767872 352294 33554432000 4194304 4196468 140722375907152 140665472117424 140667151792770 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 46 0 0 6293624 6294260 31834112 140722375914474 140722375914646 140722375914646 140722375917519 0
[pid=10365/tid=10385] ppid=10363 vsize=28768328 memory=-3622645143214314312 CPUtime=2484.42 cores=0-7
/proc/10365/task/10385/stat : 10385 (java) R 10363 10363 10319 0 -1 4202560 69827 0 0 0 248406 36 0 0 20 0 28 0 418030199 29458767872 352294 33554432000 4194304 4196468 140722375907152 140665460810672 140666781896138 0 4 0 16800975 0 0 0 -1 0 0 0 23 0 0 6293624 6294260 31834112 140722375914474 140722375914646 140722375914646 140722375917519 0
[pid=10365/tid=10386] ppid=10363 vsize=28768328 memory=2120 CPUtime=2477.87 cores=0-7
/proc/10365/task/10386/stat : 10386 (java) R 10363 10363 10319 0 -1 4202560 47114 0 0 0 247763 24 0 0 20 0 28 0 418030199 29458767872 352294 33554432000 4194304 4196468 140722375907152 140665459756520 140666785716432 0 4 0 16800975 0 0 0 -1 5 0 0 23 0 0 6293624 6294260 31834112 140722375914474 140722375914646 140722375914646 140722375917519 0
[pid=10365/tid=10387] ppid=10363 vsize=28768328 memory=21464 CPUtime=2477.51 cores=0-7
/proc/10365/task/10387/stat : 10387 (java) R 10363 10363 10319 0 -1 4202560 491385 0 0 0 247420 331 0 0 20 0 28 0 418030199 29458767872 352294 33554432000 4194304 4196468 140722375907152 140665458704488 140666779295517 0 4 0 16800975 0 0 0 -1 7 0 0 24 0 0 6293624 6294260 31834112 140722375914474 140722375914646 140722375914646 140722375917519 0
[pid=10365/tid=10388] ppid=10363 vsize=28768328 memory=1556 CPUtime=2484.93 cores=0-7
/proc/10365/task/10388/stat : 10388 (java) R 10363 10363 10319 0 -1 4202560 161772 0 0 0 248380 113 0 0 20 0 28 0 418030199 29458767872 352294 33554432000 4194304 4196468 140722375907152 140665457652016 140666788662077 0 4 0 16800975 0 0 0 -1 4 0 0 18 0 0 6293624 6294260 31834112 140722375914474 140722375914646 140722375914646 140722375917519 0
[pid=10365/tid=10389] ppid=10363 vsize=28768328 memory=500 CPUtime=2484.78 cores=0-7
/proc/10365/task/10389/stat : 10389 (java) R 10363 10363 10319 0 -1 4202560 92801 0 0 0 248416 62 0 0 20 0 28 0 418030199 29458767872 352294 33554432000 4194304 4196468 140722375907152 140665456598888 140666785716504 0 4 0 16800975 0 0 0 -1 6 0 0 17 0 0 6293624 6294260 31834112 140722375914474 140722375914646 140722375914646 140722375917519 0
[pid=10365/tid=10390] ppid=10363 vsize=28768328 memory=932 CPUtime=2482.88 cores=0-7
/proc/10365/task/10390/stat : 10390 (java) R 10363 10363 10319 0 -1 4202560 41624 0 0 0 248266 22 0 0 20 0 28 0 418030199 29458767872 352294 33554432000 4194304 4196468 140722375907152 140665455546024 140666780427742 0 4 0 16800975 0 0 0 -1 3 0 0 21 0 0 6293624 6294260 31834112 140722375914474 140722375914646 140722375914646 140722375917519 0
[pid=10365/tid=10391] ppid=10363 vsize=28768328 memory=1768 CPUtime=2484.72 cores=0-7
/proc/10365/task/10391/stat : 10391 (java) R 10363 10363 10319 0 -1 4202560 49772 0 0 0 248442 30 0 0 20 0 28 0 418030199 29458767872 352294 33554432000 4194304 4196468 140722375907152 140665454493288 140666780427764 0 4 0 16800975 0 0 0 -1 1 0 0 24 0 0 6293624 6294260 31834112 140722375914474 140722375914646 140722375914646 140722375917519 0
[pid=10365/tid=10392] ppid=10363 vsize=28768328 memory=6791534058613427641 CPUtime=2481.24 cores=0-7
/proc/10365/task/10392/stat : 10392 (java) R 10363 10363 10319 0 -1 4202560 41817 0 0 0 248103 21 0 0 20 0 28 0 418030199 29458767872 352294 33554432000 4194304 4196468 140722375907152 140665453440152 140666785716930 0 4 0 16800975 0 0 0 -1 2 0 0 23 0 0 6293624 6294260 31834112 140722375914474 140722375914646 140722375914646 140722375917519 0
Current children cumulated CPU time: 20019.2 s
Current children cumulated vsize: 28881456 KiB
Current children cumulated memory: 1410628 KiB

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

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

[startup+2520.14 s]
# the end of solver process 10365 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=20002.7 s, system=17.2158 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

[startup+2520.13 s]*
/proc/loadavg: 8.01 8.17 7.81 2/192 10607
/proc/meminfo: memFree=25886900/32770624 swapFree=67002140/67108860
Current cumulated CPU time of completed processes: 0.002805 s
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 143
Real time (s): 2520.14
CPU time (s): 20019.9
CPU user time (s): 20002.7
CPU system time (s): 17.2158
CPU usage (%): 794.397
Max. virtual memory (cumulated for all children) (KiB): 28886680
Max. memory (cumulated for all children) (KiB): 1478424

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 20002.7
system time used= 17.2158
maximum resident set size= 1476972
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1890840
page faults= 0
swaps= 0
block input operations= 1088
block output operations= 4048
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 185227
involuntary context switches= 231262


# summary of solver processes directly reported to runsolver:
#   pid: 10363,10365
#   total CPU time (s): 20019.9
#   total CPU user time (s): 20002.7
#   total CPU system time (s): 17.2158

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 22.8034 second user time and 30.0378 second system time

The end

Launcher Data

Begin job on node136 at 2019-09-14 01:36:10
IDJOB=4394039
IDBENCH=115801
IDSOLVER=2841
FILE ID=node136/4394039-1568417814
RUNJOBID= node136-1568417770-10346
PBS_JOBID= 21702281
Free space on /tmp= 61168 MiB

SOLVER NAME= choco-solver parallel 2019-06-14
BENCH NAME= XCSP17/Scheduling/Scheduling-os-taillard/Taillard-os-15-15-5.xml
COMMAND LINE= xcsp3-exec -dir DIR -tl TIMEOUT -p NBCORE -ml 24000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4394039-1568417814/watcher-4394039-1568417814 -o /tmp/evaluation-result-4394039-1568417814/solver-4394039-1568417814 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node136-1568417770-10346 --watchdog 2580  xcsp3-exec -dir HOME -tl 20160 -p 8 -ml 24000 -tdir HOME -seed 1656675226 HOME/instance-4394039-1568417814.xml

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

MD5SUM BENCH= 8b9c4e6e7c9e88d5c00f06b3f0219a0c
RANDOM SEED=1656675226

node136.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.00
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.54
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.00
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.54
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.00
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.54
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.00
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.54
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        25890736 kB
MemAvailable:   31893264 kB
Buffers:           73276 kB
Cached:          6206400 kB
SwapCached:         3100 kB
Active:          1987752 kB
Inactive:        4298820 kB
Active(anon):       5076 kB
Inactive(anon):    42360 kB
Active(file):    1982676 kB
Inactive(file):  4256460 kB
Unevictable:      108064 kB
Mlocked:          108064 kB
SwapTotal:      67108860 kB
SwapFree:       67002136 kB
Dirty:             26020 kB
Writeback:             0 kB
AnonPages:        113248 kB
Mapped:            43532 kB
Shmem:             31932 kB
Slab:             187812 kB
SReclaimable:     158452 kB
SUnreclaim:        29360 kB
KernelStack:        3280 kB
PageTables:         5264 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     497640 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     67584 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= 61140 MiB
End job on node136 at 2019-09-14 02:18:10