Trace number 4285728

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
OscaR - Parallel with EPS 2017-08-22? (TO) 1634.54 252.158

General information on the benchmark

NameCutstock/Cutstock-zinc-s1/
Cutstock-t16-1.xml
MD5SUM36688640cc45f0157406ded158d596cc
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark1510
Best CPU time to get the best result obtained on this benchmark1975.21
Satisfiable
(Un)Satisfiability was proved
Number of variables31773
Number of constraints1535
Number of domains17
Minimum domain size2
Maximum domain size195
Distribution of domain sizes[{"size":2,"count":1513},{"size":4,"count":1513},{"size":25,"count":3026},{"size":44,"count":1513},{"size":45,"count":1513},{"size":73,"count":1513},{"size":78,"count":1513},{"size":87,"count":3026},{"size":102,"count":1513},{"size":107,"count":1513},{"size":130,"count":1513},{"size":131,"count":1513},{"size":132,"count":3026},{"size":139,"count":3026},{"size":170,"count":1513},{"size":175,"count":1513},{"size":195,"count":1513}]
Minimum variable degree3
Maximum variable degree3
Distribution of variable degrees[{"degree":3,"count":31773}]
Minimum constraint arity21
Maximum constraint arity30260
Distribution of constraint arities[{"arity":21,"count":1513},{"arity":1513,"count":21},{"arity":30260,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"ordered","count":1},{"type":"lex","count":1},{"type":"sum","count":1533}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

0.29/0.25	c version: 2017-08-22
0.29/0.26	c seed: 1563613869
0.29/0.26	c timeout: 2016
0.29/0.26	c memlimit: 22000
0.29/0.26	c nbcore: 8
0.29/0.28	c Parsing instance...
3.19/1.15	c Parsing done, starting search...
1633.66/252.10	s UNKNOWN

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 (10479 MiB free)
  memory of node 1: 16384 MiB (12128 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4285728-1503440426/watcher-4285728-1503440426 -o /tmp/evaluation-result-4285728-1503440426/solver-4285728-1503440426 -C 2016 -W 252 -M 31000 --bin-var /tmp/runsolver-exch-node103-1503426507-17115 --watchdog 312 java -Xmx22000m -jar oscar-cp-xcsp3-parallel.jar --randomseed 1563613869 --timelimit 2016 --memlimit 22000 --nbcore 8 HOME/instance-4285728-1503440426.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=19682, runsolver pid=19679

[startup+0.100087 s]*
/proc/loadavg: 8.38 7.59 7.28 2/198 19702
/proc/meminfo: memFree=23132544/32770624 swapFree=67108860/67108860
[pid=19682] ppid=19679 vsize=26000852 memory=33384 CPUtime=0.12 cores=0-7
/proc/19682/stat : 19682 (java) S 19679 19682 17088 0 -1 1077944320 8224 0 0 0 10 2 0 0 20 0 20 0 177130542 26624872448 8346 33554432000 4194304 4196468 140737010467360 140737010449904 139691631718135 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 16801792 140737010472039 140737010472224 140737010472224 140737010474959 0
/proc/19682/statm: 6500213 8346 3408 1 0 6487932 0
[pid=19682/tid=19684] ppid=19679 vsize=26000852 memory=8114811911707466655 CPUtime=0.08 cores=0-7
/proc/19682/task/19684/stat : 19684 (java) R 19679 19682 17088 0 -1 4202560 6171 0 0 0 7 1 0 0 20 0 20 0 177130542 26624872448 8346 33554432000 4194304 4196468 140737010467360 139691635934832 139691615798622 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 16801792 140737010472039 140737010472224 140737010472224 140737010474959 0
[pid=19682/tid=19685] ppid=19679 vsize=26000852 memory=732370758105103333 CPUtime=0 cores=0-7
/proc/19682/task/19685/stat : 19685 (java) S 19679 19682 17088 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 177130543 26624872448 8346 33554432000 4194304 4196468 140737010467360 139691190176656 139691631728341 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16801792 140737010472039 140737010472224 140737010472224 140737010474959 0
[pid=19682/tid=19686] ppid=19679 vsize=26000852 memory=140619767649920 CPUtime=0 cores=0-7
/proc/19682/task/19686/stat : 19686 (java) S 19679 19682 17088 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 177130543 26624872448 8346 33554432000 4194304 4196468 140737010467360 139691189123856 139691631728341 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16801792 140737010472039 140737010472224 140737010472224 140737010474959 0
[pid=19682/tid=19687] ppid=19679 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/19682/task/19687/stat : 19687 (java) S 19679 19682 17088 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 177130543 26624872448 8346 33554432000 4194304 4196468 140737010467360 139691188071568 139691631728341 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16801792 140737010472039 140737010472224 140737010472224 140737010474959 0
[pid=19682/tid=19688] ppid=19679 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/19682/task/19688/stat : 19688 (java) S 19679 19682 17088 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 177130543 26624872448 8346 33554432000 4194304 4196468 140737010467360 139691187018768 139691631728341 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16801792 140737010472039 140737010472224 140737010472224 140737010474959 0
[pid=19682/tid=19689] ppid=19679 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/19682/task/19689/stat : 19689 (java) S 19679 19682 17088 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 177130543 26624872448 8346 33554432000 4194304 4196468 140737010467360 139691185965456 139691631728341 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16801792 140737010472039 140737010472224 140737010472224 140737010474959 0
[pid=19682/tid=19690] ppid=19679 vsize=26000852 memory=-1 CPUtime=0 cores=0-7
/proc/19682/task/19690/stat : 19690 (java) S 19679 19682 17088 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 177130543 26624872448 8346 33554432000 4194304 4196468 140737010467360 139691184912656 139691631728341 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16801792 140737010472039 140737010472224 140737010472224 140737010474959 0
[pid=19682/tid=19691] ppid=19679 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/19682/task/19691/stat : 19691 (java) S 19679 19682 17088 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 177130543 26624872448 8346 33554432000 4194304 4196468 140737010467360 139691183860368 139691631728341 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16801792 140737010472039 140737010472224 140737010472224 140737010474959 0
[pid=19682/tid=19692] ppid=19679 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/19682/task/19692/stat : 19692 (java) S 19679 19682 17088 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 177130543 26624872448 8346 33554432000 4194304 4196468 140737010467360 139691182807568 139691631728341 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16801792 140737010472039 140737010472224 140737010472224 140737010474959 0
[pid=19682/tid=19693] ppid=19679 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/19682/task/19693/stat : 19693 (java) S 19679 19682 17088 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 177130545 26624872448 8346 33554432000 4194304 4196468 140737010467360 139691028286064 139691631729282 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16801792 140737010472039 140737010472224 140737010472224 140737010474959 0
[pid=19682/tid=19694] ppid=19679 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/19682/task/19694/stat : 19694 (java) S 19679 19682 17088 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 177130545 26624872448 8346 33554432000 4194304 4196468 140737010467360 139691027232032 139691631728341 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16801792 140737010472039 140737010472224 140737010472224 140737010474959 0
[pid=19682/tid=19695] ppid=19679 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/19682/task/19695/stat : 19695 (java) S 19679 19682 17088 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 177130545 26624872448 8346 33554432000 4194304 4196468 140737010467360 139691026179696 139691631728341 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16801792 140737010472039 140737010472224 140737010472224 140737010474959 0
[pid=19682/tid=19696] ppid=19679 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/19682/task/19696/stat : 19696 (java) S 19679 19682 17088 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 177130548 26624872448 8346 33554432000 4194304 4196468 140737010467360 139691025128016 139691631736731 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16801792 140737010472039 140737010472224 140737010472224 140737010474959 0
[pid=19682/tid=19697] ppid=19679 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/19682/task/19697/stat : 19697 (java) S 19679 19682 17088 0 -1 1077944384 302 0 0 0 0 0 0 0 20 0 20 0 177130548 26624872448 8346 33554432000 4194304 4196468 140737010467360 139691024074864 139691631729282 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16801792 140737010472039 140737010472224 140737010472224 140737010474959 0
[pid=19682/tid=19698] ppid=19679 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/19682/task/19698/stat : 19698 (java) S 19679 19682 17088 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 177130548 26624872448 8346 33554432000 4194304 4196468 140737010467360 139691023022064 139691631729282 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16801792 140737010472039 140737010472224 140737010472224 140737010474959 0
[pid=19682/tid=19699] ppid=19679 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/19682/task/19699/stat : 19699 (java) S 19679 19682 17088 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 177130548 26624872448 8346 33554432000 4194304 4196468 140737010467360 139691021969776 139691631729282 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16801792 140737010472039 140737010472224 140737010472224 140737010474959 0
[pid=19682/tid=19700] ppid=19679 vsize=26000852 memory=0 CPUtime=0.01 cores=0-7
/proc/19682/task/19700/stat : 19700 (java) R 19679 19682 17088 0 -1 4202560 363 0 0 0 1 0 0 0 20 0 20 0 177130548 26624872448 8346 33554432000 4194304 4196468 140737010467360 139691020916976 139691610208368 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 16801792 140737010472039 140737010472224 140737010472224 140737010474959 0
[pid=19682/tid=19701] ppid=19679 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/19682/task/19701/stat : 19701 (java) S 19679 19682 17088 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 177130548 26624872448 8346 33554432000 4194304 4196468 140737010467360 139691019864928 139691631728341 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16801792 140737010472039 140737010472224 140737010472224 140737010474959 0
[pid=19682/tid=19702] ppid=19679 vsize=26000852 memory=-1 CPUtime=0 cores=0-7
/proc/19682/task/19702/stat : 19702 (java) S 19679 19682 17088 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 177130548 26624872448 8346 33554432000 4194304 4196468 140737010467360 139691018812208 139691631729282 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16801792 140737010472039 140737010472224 140737010472224 140737010474959 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 26000852 KiB
Current children cumulated memory: 33384 KiB

[startup+0.209648 s]*
/proc/loadavg: 8.38 7.59 7.28 2/198 19702
/proc/meminfo: memFree=23124604/32770624 swapFree=67108860/67108860
[pid=19682] ppid=19679 vsize=26000852 memory=42792 CPUtime=0.29 cores=0-7
/proc/19682/stat : 19682 (java) S 19679 19682 17088 0 -1 1077944320 9248 0 0 0 26 3 0 0 20 0 20 0 177130542 26624872448 10698 33554432000 4194304 4196468 140737010467360 140737010449904 139691631718135 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 16801792 140737010472039 140737010472224 140737010472224 140737010474959 0
/proc/19682/statm: 6500213 10698 3625 1 0 6487932 0
[pid=19682/tid=19684] ppid=19679 vsize=26000852 memory=29681743523217448 CPUtime=0.19 cores=0-7
/proc/19682/task/19684/stat : 19684 (java) R 19679 19682 17088 0 -1 4202560 6800 0 0 0 17 2 0 0 20 0 20 0 177130542 26624872448 10698 33554432000 4194304 4196468 140737010467360 139691635936496 139691615798622 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 16801792 140737010472039 140737010472224 140737010472224 140737010474959 0
[pid=19682/tid=19685] ppid=19679 vsize=26000852 memory=288230583233151328 CPUtime=0 cores=0-7
/proc/19682/task/19685/stat : 19685 (java) S 19679 19682 17088 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 177130543 26624872448 10698 33554432000 4194304 4196468 140737010467360 139691190176656 139691631728341 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16801792 140737010472039 140737010472224 140737010472224 140737010474959 0
[pid=19682/tid=19686] ppid=19679 vsize=26000852 memory=288370995919361664 CPUtime=0 cores=0-7
/proc/19682/task/19686/stat : 19686 (java) S 19679 19682 17088 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 177130543 26624872448 10698 33554432000 4194304 4196468 140737010467360 139691189123856 139691631728341 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16801792 140737010472039 140737010472224 140737010472224 140737010474959 0
[pid=19682/tid=19687] ppid=19679 vsize=26000852 memory=-1 CPUtime=0 cores=0-7
/proc/19682/task/19687/stat : 19687 (java) S 19679 19682 17088 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 177130543 26624872448 10698 33554432000 4194304 4196468 140737010467360 139691188071568 139691631728341 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16801792 140737010472039 140737010472224 140737010472224 140737010474959 0
[pid=19682/tid=19688] ppid=19679 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/19682/task/19688/stat : 19688 (java) S 19679 19682 17088 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 177130543 26624872448 10698 33554432000 4194304 4196468 140737010467360 139691187018768 139691631728341 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16801792 140737010472039 140737010472224 140737010472224 140737010474959 0
[pid=19682/tid=19689] ppid=19679 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/19682/task/19689/stat : 19689 (java) S 19679 19682 17088 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 177130543 26624872448 10698 33554432000 4194304 4196468 140737010467360 139691185965456 139691631728341 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16801792 140737010472039 140737010472224 140737010472224 140737010474959 0
[pid=19682/tid=19690] ppid=19679 vsize=26000852 memory=-1 CPUtime=0 cores=0-7
/proc/19682/task/19690/stat : 19690 (java) S 19679 19682 17088 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 177130543 26624872448 10698 33554432000 4194304 4196468 140737010467360 139691184912656 139691631728341 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16801792 140737010472039 140737010472224 140737010472224 140737010474959 0
[pid=19682/tid=19691] ppid=19679 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/19682/task/19691/stat : 19691 (java) S 19679 19682 17088 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 177130543 26624872448 10698 33554432000 4194304 4196468 140737010467360 139691183860368 139691631728341 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16801792 140737010472039 140737010472224 140737010472224 140737010474959 0
[pid=19682/tid=19692] ppid=19679 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/19682/task/19692/stat : 19692 (java) S 19679 19682 17088 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 177130543 26624872448 10698 33554432000 4194304 4196468 140737010467360 139691182807568 139691631728341 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16801792 140737010472039 140737010472224 140737010472224 140737010474959 0
[pid=19682/tid=19693] ppid=19679 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/19682/task/19693/stat : 19693 (java) S 19679 19682 17088 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 177130545 26624872448 10698 33554432000 4194304 4196468 140737010467360 139691028286064 139691631729282 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16801792 140737010472039 140737010472224 140737010472224 140737010474959 0
[pid=19682/tid=19694] ppid=19679 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/19682/task/19694/stat : 19694 (java) S 19679 19682 17088 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 177130545 26624872448 10698 33554432000 4194304 4196468 140737010467360 139691027232032 139691631728341 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16801792 140737010472039 140737010472224 140737010472224 140737010474959 0
[pid=19682/tid=19695] ppid=19679 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/19682/task/19695/stat : 19695 (java) S 19679 19682 17088 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 177130545 26624872448 10698 33554432000 4194304 4196468 140737010467360 139691026179696 139691631728341 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16801792 140737010472039 140737010472224 140737010472224 140737010474959 0
[pid=19682/tid=19696] ppid=19679 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/19682/task/19696/stat : 19696 (java) S 19679 19682 17088 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 177130548 26624872448 10698 33554432000 4194304 4196468 140737010467360 139691025128016 139691631736731 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16801792 140737010472039 140737010472224 140737010472224 140737010474959 0
[pid=19682/tid=19697] ppid=19679 vsize=26000852 memory=0 CPUtime=0.01 cores=0-7
/proc/19682/task/19697/stat : 19697 (java) S 19679 19682 17088 0 -1 1077944384 335 0 0 0 1 0 0 0 20 0 20 0 177130548 26624872448 10698 33554432000 4194304 4196468 140737010467360 139691024074864 139691631729282 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16801792 140737010472039 140737010472224 140737010472224 140737010474959 0
[pid=19682/tid=19698] ppid=19679 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/19682/task/19698/stat : 19698 (java) S 19679 19682 17088 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 20 0 177130548 26624872448 10698 33554432000 4194304 4196468 140737010467360 139691023022064 139691631729282 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16801792 140737010472039 140737010472224 140737010472224 140737010474959 0
[pid=19682/tid=19699] ppid=19679 vsize=26000852 memory=0 CPUtime=0.01 cores=0-7
/proc/19682/task/19699/stat : 19699 (java) S 19679 19682 17088 0 -1 1077944384 277 0 0 0 1 0 0 0 20 0 20 0 177130548 26624872448 10698 33554432000 4194304 4196468 140737010467360 139691021969776 139691631729282 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16801792 140737010472039 140737010472224 140737010472224 140737010474959 0
[pid=19682/tid=19700] ppid=19679 vsize=26000852 memory=0 CPUtime=0.05 cores=0-7
/proc/19682/task/19700/stat : 19700 (java) S 19679 19682 17088 0 -1 1077944384 401 0 0 0 5 0 0 0 20 0 20 0 177130548 26624872448 10698 33554432000 4194304 4196468 140737010467360 139691020916976 139691631729282 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16801792 140737010472039 140737010472224 140737010472224 140737010474959 0
[pid=19682/tid=19701] ppid=19679 vsize=26000852 memory=0 CPUtime=0 cores=0-7
/proc/19682/task/19701/stat : 19701 (java) S 19679 19682 17088 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 177130548 26624872448 10698 33554432000 4194304 4196468 140737010467360 139691019864928 139691631728341 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16801792 140737010472039 140737010472224 140737010472224 140737010474959 0
[pid=19682/tid=19702] ppid=19679 vsize=26000852 memory=-1 CPUtime=0 cores=0-7
/proc/19682/task/19702/stat : 19702 (java) S 19679 19682 17088 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 177130548 26624872448 10698 33554432000 4194304 4196468 140737010467360 139691018812208 139691631729282 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16801792 140737010472039 140737010472224 140737010472224 140737010474959 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 26000852 KiB
Current children cumulated memory: 42792 KiB

[startup+0.309394 s]*
/proc/loadavg: 8.38 7.59 7.28 2/198 19702
/proc/meminfo: memFree=23115544/32770624 swapFree=67108860/67108860
[pid=19682] ppid=19679 vsize=26000872 memory=49932 CPUtime=0.48 cores=0-7
/proc/19682/stat : 19682 (java) S 19679 19682 17088 0 -1 1077944320 10280 0 0 0 44 4 0 0 20 0 20 0 177130542 26624892928 12483 33554432000 4194304 4196468 140737010467360 140737010449904 139691631718135 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 16801792 140737010472039 140737010472224 140737010472224 140737010474959 0
/proc/19682/statm: 6500218 12483 3700 1 0 6487932 0
[pid=19682/tid=19684] ppid=19679 vsize=26000872 memory=6791534058613427641 CPUtime=0.29 cores=0-7
/proc/19682/task/19684/stat : 19684 (java) R 19679 19682 17088 0 -1 4202560 7369 0 0 0 26 3 0 0 20 0 20 0 177130542 26624892928 12483 33554432000 4194304 4196468 140737010467360 139691635955536 139691631740061 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 16801792 140737010472039 140737010472224 140737010472224 140737010474959 0
[pid=19682/tid=19685] ppid=19679 vsize=26000872 memory=0 CPUtime=0 cores=0-7
/proc/19682/task/19685/stat : 19685 (java) S 19679 19682 17088 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 177130543 26624892928 12483 33554432000 4194304 4196468 140737010467360 139691190176656 139691631728341 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16801792 140737010472039 140737010472224 140737010472224 140737010474959 0
[pid=19682/tid=19686] ppid=19679 vsize=26000872 memory=0 CPUtime=0 cores=0-7
/proc/19682/task/19686/stat : 19686 (java) S 19679 19682 17088 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 177130543 26624892928 12483 33554432000 4194304 4196468 140737010467360 139691189123856 139691631728341 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16801792 140737010472039 140737010472224 140737010472224 140737010474959 0
[pid=19682/tid=19687] ppid=19679 vsize=26000872 memory=0 CPUtime=0 cores=0-7
/proc/19682/task/19687/stat : 19687 (java) S 19679 19682 17088 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 177130543 26624892928 12483 33554432000 4194304 4196468 140737010467360 139691188071568 139691631728341 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16801792 140737010472039 140737010472224 140737010472224 140737010474959 0
[pid=19682/tid=19688] ppid=19679 vsize=26000872 memory=0 CPUtime=0 cores=0-7
/proc/19682/task/19688/stat : 19688 (java) S 19679 19682 17088 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 177130543 26624892928 12483 33554432000 4194304 4196468 140737010467360 139691187018768 139691631728341 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16801792 140737010472039 140737010472224 140737010472224 140737010474959 0
[pid=19682/tid=19689] ppid=19679 vsize=26000872 memory=2244 CPUtime=0 cores=0-7
/proc/19682/task/19689/stat : 19689 (java) S 19679 19682 17088 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 177130543 26624892928 12483 33554432000 4194304 4196468 140737010467360 139691185965456 139691631728341 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16801792 140737010472039 140737010472224 140737010472224 140737010474959 0
[pid=19682/tid=19690] ppid=19679 vsize=26000872 memory=140619645285295 CPUtime=0 cores=0-7
/proc/19682/task/19690/stat : 19690 (java) S 19679 19682 17088 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 177130543 26624892928 12483 33554432000 4194304 4196468 140737010467360 139691184912656 139691631728341 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16801792 140737010472039 140737010472224 140737010472224 140737010474959 0
[pid=19682/tid=19691] ppid=19679 vsize=26000872 memory=140619645287600 CPUtime=0 cores=0-7
/proc/19682/task/19691/stat : 19691 (java) S 19679 19682 17088 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 177130543 26624892928 12483 33554432000 4194304 4196468 140737010467360 139691183860368 139691631728341 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16801792 140737010472039 140737010472224 140737010472224 140737010474959 0
[pid=19682/tid=19692] ppid=19679 vsize=26000872 memory=140619645289904 CPUtime=0 cores=0-7
/proc/19682/task/19692/stat : 19692 (java) S 19679 19682 17088 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 177130543 26624892928 12483 33554432000 4194304 4196468 140737010467360 139691182807568 139691631728341 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16801792 140737010472039 140737010472224 140737010472224 140737010474959 0
[pid=19682/tid=19693] ppid=19679 vsize=26000872 memory=0 CPUtime=0 cores=0-7
/proc/19682/task/19693/stat : 19693 (java) S 19679 19682 17088 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 177130545 26624892928 12483 33554432000 4194304 4196468 140737010467360 139691028286064 139691631729282 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16801792 140737010472039 140737010472224 140737010472224 140737010474959 0
[pid=19682/tid=19694] ppid=19679 vsize=26000872 memory=281239290586768 CPUtime=0 cores=0-7
/proc/19682/task/19694/stat : 19694 (java) S 19679 19682 17088 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 177130545 26624892928 12483 33554432000 4194304 4196468 140737010467360 139691027232032 139691631728341 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16801792 140737010472039 140737010472224 140737010472224 140737010474959 0
[pid=19682/tid=19695] ppid=19679 vsize=26000872 memory=281239290593680 CPUtime=0 cores=0-7
/proc/19682/task/19695/stat : 19695 (java) S 19679 19682 17088 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 177130545 26624892928 12483 33554432000 4194304 4196468 140737010467360 139691026179696 139691631728341 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16801792 140737010472039 140737010472224 140737010472224 140737010474959 0
[pid=19682/tid=19696] ppid=19679 vsize=26000872 memory=281239290534960 CPUtime=0 cores=0-7
/proc/19682/task/19696/stat : 19696 (java) S 19679 19682 17088 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 177130548 26624892928 12483 33554432000 4194304 4196468 140737010467360 139691025128016 139691631736731 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16801792 140737010472039 140737010472224 140737010472224 140737010474959 0
[pid=19682/tid=19697] ppid=19679 vsize=26000872 memory=281239290607504 CPUtime=0.02 cores=0-7
/proc/19682/task/19697/stat : 19697 (java) S 19679 19682 17088 0 -1 1077944384 450 0 0 0 2 0 0 0 20 0 20 0 177130548 26624892928 12483 33554432000 4194304 4196468 140737010467360 139691024074864 139691631729282 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16801792 140737010472039 140737010472224 140737010472224 140737010474959 0
[pid=19682/tid=19698] ppid=19679 vsize=26000872 memory=281239290614416 CPUtime=0.04 cores=0-7
/proc/19682/task/19698/stat : 19698 (java) S 19679 19682 17088 0 -1 1077944384 282 0 0 0 4 0 0 0 20 0 20 0 177130548 26624892928 12483 33554432000 4194304 4196468 140737010467360 139691023022064 139691631729282 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16801792 140737010472039 140737010472224 140737010472224 140737010474959 0
[pid=19682/tid=19699] ppid=19679 vsize=26000872 memory=281239290612112 CPUtime=0.02 cores=0-7
/proc/19682/task/19699/stat : 19699 (java) S 19679 19682 17088 0 -1 1077944384 285 0 0 0 2 0 0 0 20 0 20 0 177130548 26624892928 12483 33554432000 4194304 4196468 140737010467360 139691021969776 139691631729282 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16801792 140737010472039 140737010472224 140737010472224 140737010474959 0
[pid=19682/tid=19700] ppid=19679 vsize=26000872 memory=281239290628672 CPUtime=0.08 cores=0-7
/proc/19682/task/19700/stat : 19700 (java) R 19679 19682 17088 0 -1 1077944384 507 0 0 0 8 0 0 0 20 0 20 0 177130548 26624892928 12483 33554432000 4194304 4196468 140737010467360 139691020916976 139691631729282 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 16801792 140737010472039 140737010472224 140737010472224 140737010474959 0
[pid=19682/tid=19701] ppid=19679 vsize=26000872 memory=0 CPUtime=0 cores=0-7
/proc/19682/task/19701/stat : 19701 (java) S 19679 19682 17088 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 177130548 26624892928 12483 33554432000 4194304 4196468 140737010467360 139691019864928 139691631728341 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16801792 140737010472039 140737010472224 140737010472224 140737010474959 0
[pid=19682/tid=19702] ppid=19679 vsize=26000872 memory=-1 CPUtime=0 cores=0-7
/proc/19682/task/19702/stat : 19702 (java) S 19679 19682 17088 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 177130548 26624892928 12483 33554432000 4194304 4196468 140737010467360 139691018812208 139691631729282 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16801792 140737010472039 140737010472224 140737010472224 140737010474959 0
Current children cumulated CPU time: 0.48 s
Current children cumulated vsize: 26000872 KiB
Current children cumulated memory: 49932 KiB

[startup+0.700828 s]
/proc/loadavg: 8.38 7.59 7.28 5/198 19702
/proc/meminfo: memFree=23101956/32770624 swapFree=67108860/67108860
[pid=19682] ppid=19679 vsize=26002920 memory=102296 CPUtime=1.58 cores=0-7
/proc/19682/stat : 19682 (java) S 19679 19682 17088 0 -1 1077944320 13621 0 0 0 152 6 0 0 20 0 20 0 177130542 26626990080 25574 33554432000 4194304 4196468 140737010467360 140737010449904 139691631718135 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 16801792 140737010472039 140737010472224 140737010472224 140737010474959 0
/proc/19682/statm: 6500730 25574 3781 1 0 6488444 0
[pid=19682/tid=19684] ppid=19679 vsize=26002920 memory=7230638415873731927 CPUtime=0.67 cores=0-7
/proc/19682/task/19684/stat : 19684 (java) R 19679 19682 17088 0 -1 4202560 8024 0 0 0 64 3 0 0 20 0 20 0 177130542 26626990080 25574 33554432000 4194304 4196468 140737010467360 139691635953408 139691614696061 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 16801792 140737010472039 140737010472224 140737010472224 140737010474959 0
[pid=19682/tid=19685] ppid=19679 vsize=26002920 memory=84615150737898 CPUtime=0 cores=0-7
/proc/19682/task/19685/stat : 19685 (java) S 19679 19682 17088 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 177130543 26626990080 25574 33554432000 4194304 4196468 140737010467360 139691190176656 139691631728341 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16801792 140737010472039 140737010472224 140737010472224 140737010474959 0
[pid=19682/tid=19686] ppid=19679 vsize=26002920 memory=140619645307163 CPUtime=0 cores=0-7
/proc/19682/task/19686/stat : 19686 (java) S 19679 19682 17088 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 177130543 26626990080 25574 33554432000 4194304 4196468 140737010467360 139691189123856 139691631728341 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16801792 140737010472039 140737010472224 140737010472224 140737010474959 0
[pid=19682/tid=19687] ppid=19679 vsize=26002920 memory=0 CPUtime=0 cores=0-7
/proc/19682/task/19687/stat : 19687 (java) S 19679 19682 17088 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 177130543 26626990080 25574 33554432000 4194304 4196468 140737010467360 139691188071568 139691631728341 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16801792 140737010472039 140737010472224 140737010472224 140737010474959 0
[pid=19682/tid=19688] ppid=19679 vsize=26002920 memory=0 CPUtime=0 cores=0-7
/proc/19682/task/19688/stat : 19688 (java) S 19679 19682 17088 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 177130543 26626990080 25574 33554432000 4194304 4196468 140737010467360 139691187018768 139691631728341 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16801792 140737010472039 140737010472224 140737010472224 140737010474959 0
[pid=19682/tid=19689] ppid=19679 vsize=26002920 memory=0 CPUtime=0 cores=0-7
/proc/19682/task/19689/stat : 19689 (java) S 19679 19682 17088 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 177130543 26626990080 25574 33554432000 4194304 4196468 140737010467360 139691185965456 139691631728341 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 16801792 140737010472039 140737010472224 140737010472224 140737010474959 0
[pid=19682/tid=19690] ppid=19679 vsize=26002920 memory=2353 CPUtime=0 cores=0-7
/proc/19682/task/19690/stat : 19690 (java) S 19679 19682 17088 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 177130543 26626990080 25574 33554432000 4194304 4196468 140737010467360 139691184912656 139691631728341 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16801792 140737010472039 140737010472224 140737010472224 140737010474959 0
[pid=19682/tid=19691] ppid=19679 vsize=26002920 memory=0 CPUtime=0 cores=0-7
/proc/19682/task/19691/stat : 19691 (java) S 19679 19682 17088 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 177130543 26626990080 25574 33554432000 4194304 4196468 140737010467360 139691183860368 139691631728341 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 16801792 140737010472039 140737010472224 140737010472224 140737010474959 0
[pid=19682/tid=19692] ppid=19679 vsize=26002920 memory=1724 CPUtime=0 cores=0-7
/proc/19682/task/19692/stat : 19692 (java) S 19679 19682 17088 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 177130543 26626990080 25574 33554432000 4194304 4196468 140737010467360 139691182807568 139691631728341 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16801792 140737010472039 140737010472224 140737010472224 140737010474959 0
[pid=19682/tid=19693] ppid=19679 vsize=26002920 memory=1012 CPUtime=0 cores=0-7
/proc/19682/task/19693/stat : 19693 (java) S 19679 19682 17088 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 177130545 26626990080 25574 33554432000 4194304 4196468 140737010467360 139691028286064 139691631729282 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16801792 140737010472039 140737010472224 140737010472224 140737010474959 0

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

[pid=19682/tid=19696] ppid=19679 vsize=27211348 memory=4616 CPUtime=0 cores=0-7
/proc/19682/task/19696/stat : 19696 (java) S 19679 19682 17088 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 38 0 177130548 27864420352 2010689 33554432000 4194304 4196468 140737010467360 139691025128016 139691631736731 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16801792 140737010472039 140737010472224 140737010472224 140737010474959 0
[pid=19682/tid=19697] ppid=19679 vsize=27211348 memory=6791534058613427641 CPUtime=2.55 cores=0-7
/proc/19682/task/19697/stat : 19697 (java) S 19679 19682 17088 0 -1 1077944384 19563 0 0 0 251 4 0 0 20 0 38 0 177130548 27864420352 2010689 33554432000 4194304 4196468 140737010467360 139691024074864 139691631729282 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16801792 140737010472039 140737010472224 140737010472224 140737010474959 0
[pid=19682/tid=19698] ppid=19679 vsize=27211348 memory=2240 CPUtime=3.09 cores=0-7
/proc/19682/task/19698/stat : 19698 (java) S 19679 19682 17088 0 -1 1077944384 17519 0 0 0 307 2 0 0 20 0 38 0 177130548 27864420352 2010689 33554432000 4194304 4196468 140737010467360 139691023022064 139691631729282 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16801792 140737010472039 140737010472224 140737010472224 140737010474959 0
[pid=19682/tid=19699] ppid=19679 vsize=27211348 memory=8042484 CPUtime=3.04 cores=0-7
/proc/19682/task/19699/stat : 19699 (java) S 19679 19682 17088 0 -1 1077944384 20105 0 0 0 300 4 0 0 20 0 38 0 177130548 27864420352 2010689 33554432000 4194304 4196468 140737010467360 139691021969776 139691631729282 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16801792 140737010472039 140737010472224 140737010472224 140737010474959 0
[pid=19682/tid=19700] ppid=19679 vsize=27211348 memory=257 CPUtime=1.34 cores=0-7
/proc/19682/task/19700/stat : 19700 (java) S 19679 19682 17088 0 -1 1077944384 23225 0 0 0 129 5 0 0 20 0 38 0 177130548 27864420352 2010689 33554432000 4194304 4196468 140737010467360 139691020916976 139691631729282 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16801792 140737010472039 140737010472224 140737010472224 140737010474959 0
[pid=19682/tid=19701] ppid=19679 vsize=27211348 memory=8027764 CPUtime=0 cores=0-7
/proc/19682/task/19701/stat : 19701 (java) S 19679 19682 17088 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 38 0 177130548 27864420352 2010689 33554432000 4194304 4196468 140737010467360 139691019864928 139691631728341 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16801792 140737010472039 140737010472224 140737010472224 140737010474959 0
[pid=19682/tid=19702] ppid=19679 vsize=27211348 memory=6948 CPUtime=0.1 cores=0-7
/proc/19682/task/19702/stat : 19702 (java) S 19679 19682 17088 0 -1 1077944384 1461 0 0 0 4 6 0 0 20 0 38 0 177130548 27864420352 2010689 33554432000 4194304 4196468 140737010467360 139691018812208 139691631729282 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16801792 140737010472039 140737010472224 140737010472224 140737010474959 0
[pid=19682/tid=19703] ppid=19679 vsize=27211348 memory=1156 CPUtime=0.06 cores=0-7
/proc/19682/task/19703/stat : 19703 (java) S 19679 19682 17088 0 -1 1077944384 679 0 0 0 4 2 0 0 20 0 38 0 177135932 27864420352 2010689 33554432000 4194304 4196468 140737010467360 139691008521552 139691631728341 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16801792 140737010472039 140737010472224 140737010472224 140737010474959 0
[pid=19682/tid=19704] ppid=19679 vsize=27211348 memory=836 CPUtime=0.58 cores=0-7
/proc/19682/task/19704/stat : 19704 (java) R 19679 19682 17088 0 -1 1077944384 2149 0 0 0 34 24 0 0 20 0 38 0 177135944 27864420352 2010689 33554432000 4194304 4196468 140737010467360 139691005371824 139691631729282 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 16801792 140737010472039 140737010472224 140737010472224 140737010474959 0
[pid=19682/tid=19705] ppid=19679 vsize=27211348 memory=1692 CPUtime=165.01 cores=0-7
/proc/19682/task/19705/stat : 19705 (java) R 19679 19682 17088 0 -1 4202560 16570 0 0 0 16460 41 0 0 20 0 38 0 177135953 27864420352 2010689 33554432000 4194304 4196468 140737010467360 139691002215592 139691278625910 0 4 0 16800975 0 0 0 -1 6 0 0 1 0 0 6293624 6294260 16801792 140737010472039 140737010472224 140737010472224 140737010474959 0
[pid=19682/tid=19706] ppid=19679 vsize=27211348 memory=916 CPUtime=80.29 cores=0-7
/proc/19682/task/19706/stat : 19706 (java) S 19679 19682 17088 0 -1 1077944384 20141 0 0 0 7991 38 0 0 20 0 38 0 177135954 27864420352 2010689 33554432000 4194304 4196468 140737010467360 139691001168784 139691631728341 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16801792 140737010472039 140737010472224 140737010472224 140737010474959 0
[pid=19682/tid=19707] ppid=19679 vsize=27211348 memory=48824 CPUtime=142.77 cores=0-7
/proc/19682/task/19707/stat : 19707 (java) R 19679 19682 17088 0 -1 4202560 25319 0 0 0 14247 30 0 0 20 0 38 0 177135955 27864420352 2010689 33554432000 4194304 4196468 140737010467360 139691000110344 139691278625937 0 4 0 16800975 0 0 0 -1 3 0 0 1 0 0 6293624 6294260 16801792 140737010472039 140737010472224 140737010472224 140737010474959 0
[pid=19682/tid=19708] ppid=19679 vsize=27211348 memory=1296 CPUtime=164.6 cores=0-7
/proc/19682/task/19708/stat : 19708 (java) R 19679 19682 17088 0 -1 4202560 14294 0 0 0 16415 45 0 0 20 0 38 0 177135957 27864420352 2010689 33554432000 4194304 4196468 140737010467360 139690999062784 139691276135266 0 4 0 16800975 0 0 0 -1 5 0 0 2 0 0 6293624 6294260 16801792 140737010472039 140737010472224 140737010472224 140737010474959 0
[pid=19682/tid=19709] ppid=19679 vsize=27211348 memory=4140 CPUtime=164.64 cores=0-7
/proc/19682/task/19709/stat : 19709 (java) R 19679 19682 17088 0 -1 4202560 26182 0 0 0 16426 38 0 0 20 0 38 0 177135957 27864420352 2010689 33554432000 4194304 4196468 140737010467360 139690998005304 139691278227764 0 4 0 16800975 0 0 0 -1 1 0 0 1 0 0 6293624 6294260 16801792 140737010472039 140737010472224 140737010472224 140737010474959 0
[pid=19682/tid=19710] ppid=19679 vsize=27211348 memory=14688 CPUtime=121.46 cores=0-7
/proc/19682/task/19710/stat : 19710 (java) R 19679 19682 17088 0 -1 4202560 12900 0 0 0 12128 18 0 0 20 0 38 0 177135957 27864420352 2010689 33554432000 4194304 4196468 140737010467360 139690996957696 139691276135266 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 16801792 140737010472039 140737010472224 140737010472224 140737010474959 0
[pid=19682/tid=19711] ppid=19679 vsize=27211348 memory=14693 CPUtime=162.49 cores=0-7
/proc/19682/task/19711/stat : 19711 (java) R 19679 19682 17088 0 -1 4202560 17533 0 0 0 16196 53 0 0 20 0 38 0 177135957 27864420352 2010689 33554432000 4194304 4196468 140737010467360 139690995900376 139691276135266 0 4 0 16800975 0 0 0 -1 2 0 0 1 0 0 6293624 6294260 16801792 140737010472039 140737010472224 140737010472224 140737010474959 0
[pid=19682/tid=19712] ppid=19679 vsize=27211348 memory=10687 CPUtime=2.69 cores=0-7
/proc/19682/task/19712/stat : 19712 (java) S 19679 19682 17088 0 -1 1077944384 97 0 0 0 269 0 0 0 20 0 38 0 177135957 27864420352 2010689 33554432000 4194304 4196468 140737010467360 139690994853296 139691631728341 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16801792 140737010472039 140737010472224 140737010472224 140737010474959 0
[pid=19682/tid=19713] ppid=19679 vsize=27211348 memory=8042756 CPUtime=151.5 cores=0-7
/proc/19682/task/19713/stat : 19713 (java) S 19679 19682 17088 0 -1 1077944384 26249 0 0 0 15100 50 0 0 20 0 38 0 177135957 27864420352 2010689 33554432000 4194304 4196468 140737010467360 139690993800208 139691631728341 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 2 0 0 6293624 6294260 16801792 140737010472039 140737010472224 140737010472224 140737010474959 0
[pid=19682/tid=19714] ppid=19679 vsize=27211348 memory=8042756 CPUtime=1.98 cores=0-7
/proc/19682/task/19714/stat : 19714 (java) R 19679 19682 17088 0 -1 4202560 89 0 0 0 198 0 0 0 20 0 38 0 177135957 27864420352 2010689 33554432000 4194304 4196468 140737010467360 139690070499328 139691276135266 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 16801792 140737010472039 140737010472224 140737010472224 140737010474959 0
[pid=19682/tid=19715] ppid=19679 vsize=27211348 memory=4140 CPUtime=79.85 cores=0-7
/proc/19682/task/19715/stat : 19715 (java) R 19679 19682 17088 0 -1 4202560 14626 0 0 0 7947 38 0 0 20 0 38 0 177136329 27864420352 2010689 33554432000 4194304 4196468 140737010467360 139690069442008 139691278625910 0 4 0 16800975 0 0 0 -1 7 0 0 1 0 0 6293624 6294260 16801792 140737010472039 140737010472224 140737010472224 140737010474959 0
[pid=19682/tid=19716] ppid=19679 vsize=27211348 memory=8042756 CPUtime=3.63 cores=0-7
/proc/19682/task/19716/stat : 19716 (java) S 19679 19682 17088 0 -1 1077944384 126 0 0 0 363 0 0 0 20 0 38 0 177136329 27864420352 2010689 33554432000 4194304 4196468 140737010467360 139690068395152 139691631728341 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16801792 140737010472039 140737010472224 140737010472224 140737010474959 0
[pid=19682/tid=19717] ppid=19679 vsize=27211348 memory=48824 CPUtime=0 cores=0-7
/proc/19682/task/19717/stat : 19717 (java) S 19679 19682 17088 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 38 0 177136329 27864420352 2010689 33554432000 4194304 4196468 140737010467360 139690067342640 139691631728341 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16801792 140737010472039 140737010472224 140737010472224 140737010474959 0
[pid=19682/tid=19718] ppid=19679 vsize=27211348 memory=1296 CPUtime=0 cores=0-7
/proc/19682/task/19718/stat : 19718 (java) S 19679 19682 17088 0 -1 1077944384 28 0 0 0 0 0 0 0 20 0 38 0 177136329 27864420352 2010689 33554432000 4194304 4196468 140737010467360 139690066290064 139691631728341 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16801792 140737010472039 140737010472224 140737010472224 140737010474959 0
[pid=19682/tid=19719] ppid=19679 vsize=27211348 memory=6948 CPUtime=23.47 cores=0-7
/proc/19682/task/19719/stat : 19719 (java) S 19679 19682 17088 0 -1 1077944384 6778 0 0 0 2346 1 0 0 20 0 38 0 177136330 27864420352 2010689 33554432000 4194304 4196468 140737010467360 139690065237776 139691631728341 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16801792 140737010472039 140737010472224 140737010472224 140737010474959 0
[pid=19682/tid=19720] ppid=19679 vsize=27211348 memory=1156 CPUtime=54.79 cores=0-7
/proc/19682/task/19720/stat : 19720 (java) S 19679 19682 17088 0 -1 1077944384 7374 0 0 0 5473 6 0 0 20 0 38 0 177136330 27864420352 2010689 33554432000 4194304 4196468 140737010467360 139690064184976 139691631728341 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16801792 140737010472039 140737010472224 140737010472224 140737010474959 0
Current children cumulated CPU time: 1396.94 s
Current children cumulated vsize: 27211348 KiB
Current children cumulated memory: 8042756 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+252.002 s]*
/proc/loadavg: 8.83 7.60 7.28 10/218 19732
/proc/meminfo: memFree=15096048/32770624 swapFree=67108860/67108860
[pid=19682] ppid=19679 vsize=27211348 memory=8054568 CPUtime=1633.66 cores=0-7
/proc/19682/stat : 19682 (java) S 19679 19682 17088 0 -1 1077944320 370064 0 0 0 162714 652 0 0 20 0 38 0 177130542 27864420352 2013642 33554432000 4194304 4196468 140737010467360 140737010449904 139691631718135 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 16801792 140737010472039 140737010472224 140737010472224 140737010474959 0
/proc/19682/statm: 6802837 2013642 3873 1 0 6790030 0
[pid=19682/tid=19684] ppid=19679 vsize=27211348 memory=1398720917958146503 CPUtime=53.77 cores=0-7
/proc/19682/task/19684/stat : 19684 (java) S 19679 19682 17088 0 -1 1077944384 21560 0 0 0 5337 40 0 0 20 0 38 0 177130542 27864420352 2013642 33554432000 4194304 4196468 140737010467360 139691635955840 139691631728341 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16801792 140737010472039 140737010472224 140737010472224 140737010474959 0
[pid=19682/tid=19685] ppid=19679 vsize=27211348 memory=-7003737579269690708 CPUtime=1.66 cores=0-7
/proc/19682/task/19685/stat : 19685 (java) S 19679 19682 17088 0 -1 1077944384 7915 0 0 0 141 25 0 0 20 0 38 0 177130543 27864420352 2013642 33554432000 4194304 4196468 140737010467360 139691190176656 139691631728341 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 1 0 0 6293624 6294260 16801792 140737010472039 140737010472224 140737010472224 140737010474959 0
[pid=19682/tid=19686] ppid=19679 vsize=27211348 memory=27212 CPUtime=1.64 cores=0-7
/proc/19682/task/19686/stat : 19686 (java) S 19679 19682 17088 0 -1 1077944384 6336 0 0 0 135 29 0 0 20 0 38 0 177130543 27864420352 2013642 33554432000 4194304 4196468 140737010467360 139691189123856 139691631728341 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 1 0 0 6293624 6294260 16801792 140737010472039 140737010472224 140737010472224 140737010474959 0
[pid=19682/tid=19687] ppid=19679 vsize=27211348 memory=4040 CPUtime=1.65 cores=0-7
/proc/19682/task/19687/stat : 19687 (java) S 19679 19682 17088 0 -1 1077944384 4906 0 0 0 138 27 0 0 20 0 38 0 177130543 27864420352 2013642 33554432000 4194304 4196468 140737010467360 139691188071568 139691631728341 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16801792 140737010472039 140737010472224 140737010472224 140737010474959 0
[pid=19682/tid=19688] ppid=19679 vsize=27211348 memory=1236 CPUtime=1.67 cores=0-7
/proc/19682/task/19688/stat : 19688 (java) S 19679 19682 17088 0 -1 1077944384 5489 0 0 0 141 26 0 0 20 0 38 0 177130543 27864420352 2013642 33554432000 4194304 4196468 140737010467360 139691187018768 139691631728341 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16801792 140737010472039 140737010472224 140737010472224 140737010474959 0
[pid=19682/tid=19689] ppid=19679 vsize=27211348 memory=644 CPUtime=1.69 cores=0-7
/proc/19682/task/19689/stat : 19689 (java) S 19679 19682 17088 0 -1 1077944384 6606 0 0 0 141 28 0 0 20 0 38 0 177130543 27864420352 2013642 33554432000 4194304 4196468 140737010467360 139691185965456 139691631728341 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16801792 140737010472039 140737010472224 140737010472224 140737010474959 0
[pid=19682/tid=19690] ppid=19679 vsize=27211348 memory=1788 CPUtime=1.65 cores=0-7
/proc/19682/task/19690/stat : 19690 (java) S 19679 19682 17088 0 -1 1077944384 8015 0 0 0 141 24 0 0 20 0 38 0 177130543 27864420352 2013642 33554432000 4194304 4196468 140737010467360 139691184912656 139691631728341 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 1 0 0 6293624 6294260 16801792 140737010472039 140737010472224 140737010472224 140737010474959 0
[pid=19682/tid=19691] ppid=19679 vsize=27211348 memory=956 CPUtime=1.61 cores=0-7
/proc/19682/task/19691/stat : 19691 (java) S 19679 19682 17088 0 -1 1077944384 6995 0 0 0 139 22 0 0 20 0 38 0 177130543 27864420352 2013642 33554432000 4194304 4196468 140737010467360 139691183860368 139691631728341 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16801792 140737010472039 140737010472224 140737010472224 140737010474959 0
[pid=19682/tid=19692] ppid=19679 vsize=27211348 memory=288230574492221466 CPUtime=1.67 cores=0-7
/proc/19682/task/19692/stat : 19692 (java) S 19679 19682 17088 0 -1 1077944384 5794 0 0 0 142 25 0 0 20 0 38 0 177130543 27864420352 2013642 33554432000 4194304 4196468 140737010467360 139691182807568 139691631728341 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16801792 140737010472039 140737010472224 140737010472224 140737010474959 0
[pid=19682/tid=19693] ppid=19679 vsize=27211348 memory=288230583166042426 CPUtime=0.29 cores=0-7
/proc/19682/task/19693/stat : 19693 (java) S 19679 19682 17088 0 -1 1077944384 13985 0 0 0 27 2 0 0 20 0 38 0 177130545 27864420352 2013642 33554432000 4194304 4196468 140737010467360 139691028286064 139691631729282 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16801792 140737010472039 140737010472224 140737010472224 140737010474959 0
[pid=19682/tid=19694] ppid=19679 vsize=27211348 memory=13572582892903439 CPUtime=0 cores=0-7
/proc/19682/task/19694/stat : 19694 (java) S 19679 19682 17088 0 -1 1077944384 70 0 0 0 0 0 0 0 20 0 38 0 177130545 27864420352 2013642 33554432000 4194304 4196468 140737010467360 139691027232096 139691631728341 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16801792 140737010472039 140737010472224 140737010472224 140737010474959 0
[pid=19682/tid=19695] ppid=19679 vsize=27211348 memory=1692 CPUtime=0 cores=0-7
/proc/19682/task/19695/stat : 19695 (java) S 19679 19682 17088 0 -1 1077944384 78 0 0 0 0 0 0 0 20 0 38 0 177130545 27864420352 2013642 33554432000 4194304 4196468 140737010467360 139691026179712 139691631728341 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16801792 140737010472039 140737010472224 140737010472224 140737010474959 0
[pid=19682/tid=19696] ppid=19679 vsize=27211348 memory=916 CPUtime=0 cores=0-7
/proc/19682/task/19696/stat : 19696 (java) S 19679 19682 17088 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 38 0 177130548 27864420352 2013642 33554432000 4194304 4196468 140737010467360 139691025128016 139691631736731 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16801792 140737010472039 140737010472224 140737010472224 140737010474959 0
[pid=19682/tid=19697] ppid=19679 vsize=27211348 memory=6948 CPUtime=2.55 cores=0-7
/proc/19682/task/19697/stat : 19697 (java) S 19679 19682 17088 0 -1 1077944384 19568 0 0 0 251 4 0 0 20 0 38 0 177130548 27864420352 2013642 33554432000 4194304 4196468 140737010467360 139691024074864 139691631729282 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16801792 140737010472039 140737010472224 140737010472224 140737010474959 0
[pid=19682/tid=19698] ppid=19679 vsize=27211348 memory=1156 CPUtime=3.11 cores=0-7
/proc/19682/task/19698/stat : 19698 (java) S 19679 19682 17088 0 -1 1077944384 18406 0 0 0 309 2 0 0 20 0 38 0 177130548 27864420352 2013642 33554432000 4194304 4196468 140737010467360 139691023022064 139691631729282 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16801792 140737010472039 140737010472224 140737010472224 140737010474959 0
[pid=19682/tid=19699] ppid=19679 vsize=27211348 memory=8053056 CPUtime=3.04 cores=0-7
/proc/19682/task/19699/stat : 19699 (java) S 19679 19682 17088 0 -1 1077944384 20108 0 0 0 300 4 0 0 20 0 38 0 177130548 27864420352 2013642 33554432000 4194304 4196468 140737010467360 139691021969776 139691631729282 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16801792 140737010472039 140737010472224 140737010472224 140737010474959 0
[pid=19682/tid=19700] ppid=19679 vsize=27211348 memory=8053056 CPUtime=1.34 cores=0-7
/proc/19682/task/19700/stat : 19700 (java) S 19679 19682 17088 0 -1 1077944384 23235 0 0 0 129 5 0 0 20 0 38 0 177130548 27864420352 2013642 33554432000 4194304 4196468 140737010467360 139691020916976 139691631729282 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16801792 140737010472039 140737010472224 140737010472224 140737010474959 0
[pid=19682/tid=19701] ppid=19679 vsize=27211348 memory=8054568 CPUtime=0 cores=0-7
/proc/19682/task/19701/stat : 19701 (java) S 19679 19682 17088 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 38 0 177130548 27864420352 2013642 33554432000 4194304 4196468 140737010467360 139691019864928 139691631728341 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16801792 140737010472039 140737010472224 140737010472224 140737010474959 0
[pid=19682/tid=19702] ppid=19679 vsize=27211348 memory=8046900 CPUtime=0.12 cores=0-7
/proc/19682/task/19702/stat : 19702 (java) S 19679 19682 17088 0 -1 1077944384 1492 0 0 0 4 8 0 0 20 0 38 0 177130548 27864420352 2013642 33554432000 4194304 4196468 140737010467360 139691018812208 139691631729282 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16801792 140737010472039 140737010472224 140737010472224 140737010474959 0
[pid=19682/tid=19703] ppid=19679 vsize=27211348 memory=2336 CPUtime=0.06 cores=0-7
/proc/19682/task/19703/stat : 19703 (java) S 19679 19682 17088 0 -1 1077944384 681 0 0 0 4 2 0 0 20 0 38 0 177135932 27864420352 2013642 33554432000 4194304 4196468 140737010467360 139691008521552 139691631728341 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16801792 140737010472039 140737010472224 140737010472224 140737010474959 0
[pid=19682/tid=19704] ppid=19679 vsize=27211348 memory=1724 CPUtime=0.68 cores=0-7
/proc/19682/task/19704/stat : 19704 (java) R 19679 19682 17088 0 -1 1077944384 2268 0 0 0 42 26 0 0 20 0 38 0 177135944 27864420352 2013642 33554432000 4194304 4196468 140737010467360 139691005371824 139691631729282 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 16801792 140737010472039 140737010472224 140737010472224 140737010474959 0
[pid=19682/tid=19705] ppid=19679 vsize=27211348 memory=1012 CPUtime=194.6 cores=0-7
/proc/19682/task/19705/stat : 19705 (java) R 19679 19682 17088 0 -1 4202560 17413 0 0 0 19416 44 0 0 20 0 38 0 177135953 27864420352 2013642 33554432000 4194304 4196468 140737010467360 139691002215344 139691279489504 0 4 0 16800975 0 0 0 -1 2 0 0 1 0 0 6293624 6294260 16801792 140737010472039 140737010472224 140737010472224 140737010474959 0
[pid=19682/tid=19706] ppid=19679 vsize=27211348 memory=6791534058613427641 CPUtime=108.32 cores=0-7
/proc/19682/task/19706/stat : 19706 (java) R 19679 19682 17088 0 -1 4202560 21050 0 0 0 10793 39 0 0 20 0 38 0 177135954 27864420352 2013642 33554432000 4194304 4196468 140737010467360 139691001162120 139691278761521 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 16801792 140737010472039 140737010472224 140737010472224 140737010474959 0
[pid=19682/tid=19707] ppid=19679 vsize=27211348 memory=1568 CPUtime=172.33 cores=0-7
/proc/19682/task/19707/stat : 19707 (java) R 19679 19682 17088 0 -1 4202560 26211 0 0 0 17201 32 0 0 20 0 38 0 177135955 27864420352 2013642 33554432000 4194304 4196468 140737010467360 139691000109784 139691279534275 0 4 0 16800975 0 0 0 -1 1 0 0 1 0 0 6293624 6294260 16801792 140737010472039 140737010472224 140737010472224 140737010474959 0
[pid=19682/tid=19708] ppid=19679 vsize=27211348 memory=2240 CPUtime=194.22 cores=0-7
/proc/19682/task/19708/stat : 19708 (java) R 19679 19682 17088 0 -1 4202560 15147 0 0 0 19375 47 0 0 20 0 38 0 177135957 27864420352 2013642 33554432000 4194304 4196468 140737010467360 139690999060384 139691279489649 0 4 0 16800975 0 0 0 -1 5 0 0 2 0 0 6293624 6294260 16801792 140737010472039 140737010472224 140737010472224 140737010474959 0
[pid=19682/tid=19709] ppid=19679 vsize=27211348 memory=4128 CPUtime=193.94 cores=0-7
/proc/19682/task/19709/stat : 19709 (java) R 19679 19682 17088 0 -1 4202560 26948 0 0 0 19355 39 0 0 20 0 38 0 177135957 27864420352 2013642 33554432000 4194304 4196468 140737010467360 139690998005464 139691278227812 0 4 0 16800975 0 0 0 -1 7 0 0 2 0 0 6293624 6294260 16801792 140737010472039 140737010472224 140737010472224 140737010474959 0
[pid=19682/tid=19710] ppid=19679 vsize=27211348 memory=2204 CPUtime=151.05 cores=0-7
/proc/19682/task/19710/stat : 19710 (java) R 19679 19682 17088 0 -1 4202560 13764 0 0 0 15084 21 0 0 20 0 38 0 177135957 27864420352 2013642 33554432000 4194304 4196468 140737010467360 139690996952664 139691278646689 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 16801792 140737010472039 140737010472224 140737010472224 140737010474959 0
[pid=19682/tid=19711] ppid=19679 vsize=27211348 memory=7788 CPUtime=192.1 cores=0-7
/proc/19682/task/19711/stat : 19711 (java) R 19679 19682 17088 0 -1 4202560 18074 0 0 0 19155 55 0 0 20 0 38 0 177135957 27864420352 2013642 33554432000 4194304 4196468 140737010467360 139690995900216 139691276135266 0 4 0 16800975 0 0 0 -1 6 0 0 1 0 0 6293624 6294260 16801792 140737010472039 140737010472224 140737010472224 140737010474959 0
[pid=19682/tid=19712] ppid=19679 vsize=27211348 memory=836 CPUtime=2.69 cores=0-7
/proc/19682/task/19712/stat : 19712 (java) S 19679 19682 17088 0 -1 1077944384 97 0 0 0 269 0 0 0 20 0 38 0 177135957 27864420352 2013642 33554432000 4194304 4196468 140737010467360 139690994853296 139691631728341 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16801792 140737010472039 140737010472224 140737010472224 140737010474959 0
[pid=19682/tid=19713] ppid=19679 vsize=27211348 memory=1692 CPUtime=151.5 cores=0-7
/proc/19682/task/19713/stat : 19713 (java) S 19679 19682 17088 0 -1 1077944384 26249 0 0 0 15100 50 0 0 20 0 38 0 177135957 27864420352 2013642 33554432000 4194304 4196468 140737010467360 139690993800208 139691631728341 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 2 0 0 6293624 6294260 16801792 140737010472039 140737010472224 140737010472224 140737010474959 0
[pid=19682/tid=19714] ppid=19679 vsize=27211348 memory=916 CPUtime=3.53 cores=0-7
/proc/19682/task/19714/stat : 19714 (java) S 19679 19682 17088 0 -1 1077944384 105 0 0 0 353 0 0 0 20 0 38 0 177135957 27864420352 2013642 33554432000 4194304 4196468 140737010467360 139690070500240 139691631728341 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16801792 140737010472039 140737010472224 140737010472224 140737010474959 0
[pid=19682/tid=19715] ppid=19679 vsize=27211348 memory=6948 CPUtime=109.01 cores=0-7
/proc/19682/task/19715/stat : 19715 (java) R 19679 19682 17088 0 -1 4202560 15858 0 0 0 10861 40 0 0 20 0 38 0 177136329 27864420352 2013642 33554432000 4194304 4196468 140737010467360 139690069442008 139691278227764 0 4 0 16800975 0 0 0 -1 3 0 0 1 0 0 6293624 6294260 16801792 140737010472039 140737010472224 140737010472224 140737010474959 0
[pid=19682/tid=19716] ppid=19679 vsize=27211348 memory=1156 CPUtime=3.63 cores=0-7
/proc/19682/task/19716/stat : 19716 (java) S 19679 19682 17088 0 -1 1077944384 126 0 0 0 363 0 0 0 20 0 38 0 177136329 27864420352 2013642 33554432000 4194304 4196468 140737010467360 139690068395152 139691631728341 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16801792 140737010472039 140737010472224 140737010472224 140737010474959 0
[pid=19682/tid=19717] ppid=19679 vsize=27211348 memory=3936 CPUtime=0 cores=0-7
/proc/19682/task/19717/stat : 19717 (java) S 19679 19682 17088 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 38 0 177136329 27864420352 2013642 33554432000 4194304 4196468 140737010467360 139690067342640 139691631728341 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16801792 140737010472039 140737010472224 140737010472224 140737010474959 0
[pid=19682/tid=19718] ppid=19679 vsize=27211348 memory=8054568 CPUtime=0 cores=0-7
/proc/19682/task/19718/stat : 19718 (java) S 19679 19682 17088 0 -1 1077944384 28 0 0 0 0 0 0 0 20 0 38 0 177136329 27864420352 2013642 33554432000 4194304 4196468 140737010467360 139690066290064 139691631728341 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16801792 140737010472039 140737010472224 140737010472224 140737010474959 0
[pid=19682/tid=19719] ppid=19679 vsize=27211348 memory=4104 CPUtime=23.47 cores=0-7
/proc/19682/task/19719/stat : 19719 (java) S 19679 19682 17088 0 -1 1077944384 6778 0 0 0 2346 1 0 0 20 0 38 0 177136330 27864420352 2013642 33554432000 4194304 4196468 140737010467360 139690065237776 139691631728341 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 16801792 140737010472039 140737010472224 140737010472224 140737010474959 0
[pid=19682/tid=19720] ppid=19679 vsize=27211348 memory=1398720917958146503 CPUtime=54.79 cores=0-7
/proc/19682/task/19720/stat : 19720 (java) S 19679 19682 17088 0 -1 1077944384 7375 0 0 0 5473 6 0 0 20 0 38 0 177136330 27864420352 2013642 33554432000 4194304 4196468 140737010467360 139690064184976 139691631728341 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 16801792 140737010472039 140737010472224 140737010472224 140737010474959 0
Current children cumulated CPU time: 1633.66 s
Current children cumulated vsize: 27211348 KiB
Current children cumulated memory: 8054568 KiB

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

[startup+252.158 s]
# the end of solver process 19682 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=1627.98 s, system=6.56269 s

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

[startup+252.123 s]*
/proc/loadavg: 8.83 7.60 7.28 2/182 19734
/proc/meminfo: memFree=15811744/32770624 swapFree=67108860/67108860
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): 252.158
CPU time (s): 1634.54
CPU user time (s): 1627.98
CPU system time (s): 6.56269
CPU usage (%): 648.221
Max. virtual memory (cumulated for all children) (KiB): 27211348
Max. memory (cumulated for all children) (KiB): 8054568

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1627.98
system time used= 6.56269
maximum resident set size= 8055072
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 370942
page faults= 0
swaps= 0
block input operations= 0
block output operations= 512
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38925
involuntary context switches= 36246


# summary of solver processes directly reported to runsolver:
#   pid: 19682
#   total CPU time (s): 1634.54
#   total CPU user time (s): 1627.98
#   total CPU system time (s): 6.56269

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.22049 second user time and 3.31376 second system time

The end

Launcher Data

Begin job on node103 at 2017-08-23 00:06:05
IDJOB=4285728
IDBENCH=124244
IDSOLVER=2682
FILE ID=node103/4285728-1503440426
RUNJOBID= node103-1503426507-17115
PBS_JOBID= 20632139
Free space on /tmp= 60764 MiB

SOLVER NAME= OscaR - Parallel with EPS 2017-08-22
BENCH NAME= XCSP17/Cutstock/Cutstock-zinc-s1/Cutstock-t16-1.xml
COMMAND LINE= java -Xmx22000m -jar oscar-cp-xcsp3-parallel.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 22000 --nbcore NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4285728-1503440426/watcher-4285728-1503440426 -o /tmp/evaluation-result-4285728-1503440426/solver-4285728-1503440426 -C 2016 -W 252 -M 31000 --bin-var /tmp/runsolver-exch-node103-1503426507-17115 --watchdog 312  java -Xmx22000m -jar oscar-cp-xcsp3-parallel.jar --randomseed 1563613869 --timelimit 2016 --memlimit 22000 --nbcore 8 HOME/instance-4285728-1503440426.xml

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

MD5SUM BENCH= 36688640cc45f0157406ded158d596cc
RANDOM SEED=1563613869

node103.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.56
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.56
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.56
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.56
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:        23150428 kB
MemAvailable:   31943152 kB
Buffers:          221612 kB
Cached:          8855688 kB
SwapCached:            0 kB
Active:          2643860 kB
Inactive:        6491640 kB
Active(anon):       4712 kB
Inactive(anon):    97696 kB
Active(file):    2639148 kB
Inactive(file):  6393944 kB
Unevictable:        7472 kB
Mlocked:            7472 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             42124 kB
Writeback:             0 kB
AnonPages:         78716 kB
Mapped:            55084 kB
Shmem:             41612 kB
Slab:             178088 kB
SReclaimable:     150932 kB
SUnreclaim:        27156 kB
KernelStack:        3520 kB
PageTables:         5640 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     344632 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     22528 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      114048 kB
DirectMap2M:    33431552 kB

Free space on /tmp at the end= 60720 MiB
End job on node103 at 2017-08-23 00:10:17