Trace number 4304678

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
Concrete 3.9.2-SuperNGOPT960 1621.03 1591.01

General information on the benchmark

NameKnapsack/
Knapsack-50-200-00_c18.xml
MD5SUM1dc4c7bf61332e07eccc684c7f29cd57
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark960
Best CPU time to get the best result obtained on this benchmark27.4011
Satisfiable
(Un)Satisfiability was proved
Number of variables50
Number of constraints1
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":50}]
Minimum variable degree2
Maximum variable degree2
Distribution of variable degrees[{"degree":2,"count":50}]
Minimum constraint arity50
Maximum constraint arity50
Distribution of constraint arities[{"arity":50,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"sum","count":1}]
Optimization problemYES
Type of objectivemax SUM

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

1.00/0.74	c Concrete v3.9.2.1532736233296 running
6.33/3.31	o 458
6.33/3.34	o 475
6.33/3.35	o 476
6.33/3.36	o 510
6.33/3.38	o 521
6.33/3.38	o 525
6.33/3.39	o 562
6.69/3.40	o 565
6.69/3.42	o 574
6.69/3.43	o 581
6.69/3.45	o 638
6.69/3.49	o 667
6.69/3.49	o 725
6.69/3.50	o 748
7.07/3.50	o 779
7.07/3.54	o 796
7.07/3.55	o 804
7.07/3.57	o 873
7.07/3.57	o 877
7.07/3.58	o 887
7.07/3.59	o 903
7.07/3.60	o 917
7.78/3.71	o 943
8.39/3.99	o 960
1620.90/1591.00	v <instantiation cost="960">
1620.90/1591.00	v       <list>
1620.90/1591.00	v         x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] x[16] x[17] x[18] x[19] x[20] x[21] x[22] x[23] x[24] x[25] x[26] x[27] x[28] x[29] x[30] x[31] x[32] x[33] x[34] x[35] x[36] x[37] x[38] x[39] x[40] x[41] x[42] x[43] x[44] x[45] x[46] x[47] x[48] x[49]
1620.90/1591.00	v       </list>
1620.90/1591.00	v       <values>
1620.90/1591.00	v         0 0 0 0 0 1 0 1 0 1 1 1 0 1 0 0 0 0 0 0 0 0 0 0 1 1 1 0 0 0 0 0 0 0 1 1 1 1 0 0 0 1 1 0 0 0 0 0 0 1
1620.90/1591.00	v       </values>
1620.90/1591.00	v     </instantiation>
1620.90/1591.00	s OPTIMUM FOUND

Verifier Data

OK	960

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4304678-1534126723/watcher-4304678-1534126723 -o /tmp/evaluation-result-4304678-1534126723/solver-4304678-1534126723 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node134-1534096675-9345 --watchdog 2580 bin/xcsp-3-concrete -J-Xss64M -randomseed=1384296123 -superng HOME/instance-4304678-1534126723.xml 

running on 4 cores: 0,2,4,6

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

solver pid=15337, runsolver pid=15334

[startup+0.100162 s]*
/proc/loadavg: 1.33 1.33 1.34 3/211 15394
/proc/meminfo: memFree=17570640/32770624 swapFree=67108688/67108860
[pid=15337] ppid=15334 vsize=10005480 memory=16812 CPUtime=0.09 cores=0,2,4,6
/proc/15337/stat : 15337 (java) S 15334 15337 9314 0 -1 1077944320 4373 12859 0 0 1 0 5 3 20 0 6 0 230235568 10245611520 4203 33554432000 4194304 4196468 140732190686256 140732190668800 140092843974391 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 39620608 140732190689891 140732190692700 140732190692700 140732190695375 0
/proc/15337/statm: 2501370 4203 1934 1 0 2489808 0
[pid=15337/tid=15390] ppid=15334 vsize=10005480 memory=4279135703946462605 CPUtime=0.09 cores=0,2,4,6
/proc/15337/task/15390/stat : 15390 (java) R 15334 15337 9314 0 -1 4202560 2221 12859 0 0 1 0 5 3 20 0 6 0 230235577 10245611520 4269 33554432000 4194304 4196468 140732190686256 140092815811152 140092828054878 0 4 0 16784584 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 39620608 140732190689891 140732190692700 140732190692700 140732190695375 0
[pid=15337/tid=15391] ppid=15334 vsize=10005480 memory=-7522837583129502606 CPUtime=0.08 cores=0,2,4,6
/proc/15337/task/15391/stat : 15391 (java) S 15334 15337 9314 0 -1 1077944384 1 12859 0 0 0 0 5 3 20 0 6 0 230235578 10245611520 4269 33554432000 4194304 4196468 140732190686256 140092848217104 140092843984597 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39620608 140732190689891 140732190692700 140732190692700 140732190695375 0
[pid=15337/tid=15392] ppid=15334 vsize=10005480 memory=140153395451520 CPUtime=0.08 cores=0,2,4,6
/proc/15337/task/15392/stat : 15392 (java) S 15334 15337 9314 0 -1 1077944384 1 12859 0 0 0 0 5 3 20 0 6 0 230235578 10245611520 4269 33554432000 4194304 4196468 140732190686256 140092713553040 140092843984597 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39620608 140732190689891 140732190692700 140732190692700 140732190695375 0
[pid=15337/tid=15393] ppid=15334 vsize=10005480 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/15337/task/15393/stat : 15393 (java) S 15334 15337 9314 0 -1 1077944384 1 12859 0 0 0 0 5 3 20 0 6 0 230235578 10245611520 4269 33554432000 4194304 4196468 140732190686256 140092712499984 140092843984597 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39620608 140732190689891 140732190692700 140732190692700 140732190695375 0
[pid=15337/tid=15394] ppid=15334 vsize=10005480 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/15337/task/15394/stat : 15394 (java) S 15334 15337 9314 0 -1 1077944384 2 12859 0 0 0 0 5 3 20 0 6 0 230235578 10245611520 4269 33554432000 4194304 4196468 140732190686256 140092711447440 140092843984597 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39620608 140732190689891 140732190692700 140732190692700 140732190695375 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 10005480 KiB
Current children cumulated memory: 16812 KiB

[startup+0.21018 s]*
/proc/loadavg: 1.33 1.33 1.34 3/220 15403
/proc/meminfo: memFree=17546168/32770624 swapFree=67108688/67108860
[pid=15337] ppid=15334 vsize=10982744 memory=45460 CPUtime=0.26 cores=0,2,4,6
/proc/15337/stat : 15337 (java) S 15334 15337 9314 0 -1 1077944320 8091 12859 0 0 17 1 5 3 20 0 15 0 230235568 11246329856 11365 33554432000 4194304 4196468 140732190686256 140732190668800 140092843974391 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 39620608 140732190689891 140732190692700 140732190692700 140732190695375 0
/proc/15337/statm: 2745686 11365 2958 1 0 2708109 0
[pid=15337/tid=15390] ppid=15334 vsize=10983736 memory=7022364594140610616 CPUtime=0.19 cores=0,2,4,6
/proc/15337/task/15390/stat : 15390 (java) R 15334 15337 9314 0 -1 4202560 4706 12859 0 0 11 0 5 3 20 0 15 0 230235577 11247345664 11431 33554432000 4194304 4196468 140732190686256 140092815799200 140092836654109 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 39620608 140732190689891 140732190692700 140732190692700 140732190695375 0
[pid=15337/tid=15391] ppid=15334 vsize=10983736 memory=365 CPUtime=0.08 cores=0,2,4,6
/proc/15337/task/15391/stat : 15391 (java) S 15334 15337 9314 0 -1 1077944384 1 12859 0 0 0 0 5 3 20 0 15 0 230235578 11247345664 11431 33554432000 4194304 4196468 140732190686256 140092848217104 140092843984597 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39620608 140732190689891 140732190692700 140732190692700 140732190695375 0
[pid=15337/tid=15392] ppid=15334 vsize=10983736 memory=140153396723465 CPUtime=0.08 cores=0,2,4,6
/proc/15337/task/15392/stat : 15392 (java) S 15334 15337 9314 0 -1 1077944384 1 12859 0 0 0 0 5 3 20 0 15 0 230235578 11247345664 11497 33554432000 4194304 4196468 140732190686256 140092713553040 140092843984597 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39620608 140732190689891 140732190692700 140732190692700 140732190695375 0
[pid=15337/tid=15393] ppid=15334 vsize=10983736 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/15337/task/15393/stat : 15393 (java) S 15334 15337 9314 0 -1 1077944384 1 12859 0 0 0 0 5 3 20 0 15 0 230235578 11247345664 11497 33554432000 4194304 4196468 140732190686256 140092712499984 140092843984597 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39620608 140732190689891 140732190692700 140732190692700 140732190695375 0
[pid=15337/tid=15394] ppid=15334 vsize=10983736 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/15337/task/15394/stat : 15394 (java) S 15334 15337 9314 0 -1 1077944384 2 12859 0 0 0 0 5 3 20 0 15 0 230235578 11247345664 11497 33554432000 4194304 4196468 140732190686256 140092711447440 140092843984597 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39620608 140732190689891 140732190692700 140732190692700 140732190695375 0
[pid=15337/tid=15395] ppid=15334 vsize=10983736 memory=140153395451520 CPUtime=0.08 cores=0,2,4,6
/proc/15337/task/15395/stat : 15395 (java) S 15334 15337 9314 0 -1 1077944384 2 12859 0 0 0 0 5 3 20 0 15 0 230235579 11247345664 11497 33554432000 4194304 4196468 140732190686256 140092268890352 140092843985538 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39620608 140732190689891 140732190692700 140732190692700 140732190695375 0
[pid=15337/tid=15396] ppid=15334 vsize=10983736 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/15337/task/15396/stat : 15396 (java) S 15334 15337 9314 0 -1 1077944384 13 12859 0 0 0 0 5 3 20 0 15 0 230235580 11247345664 11497 33554432000 4194304 4196468 140732190686256 140091699750048 140092843984597 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39620608 140732190689891 140732190692700 140732190692700 140732190695375 0
[pid=15337/tid=15397] ppid=15334 vsize=10983736 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/15337/task/15397/stat : 15397 (java) S 15334 15337 9314 0 -1 1077944384 1 12859 0 0 0 0 5 3 20 0 15 0 230235580 11247345664 11563 33554432000 4194304 4196468 140732190686256 140091498423024 140092843984597 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39620608 140732190689891 140732190692700 140732190692700 140732190695375 0
[pid=15337/tid=15398] ppid=15334 vsize=10983736 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/15337/task/15398/stat : 15398 (java) S 15334 15337 9314 0 -1 1077944384 3 12859 0 0 0 0 5 3 20 0 15 0 230235583 11247345664 11563 33554432000 4194304 4196468 140732190686256 140091191023568 140092843992987 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39620608 140732190689891 140732190692700 140732190692700 140732190695375 0
[pid=15337/tid=15399] ppid=15334 vsize=10983736 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/15337/task/15399/stat : 15399 (java) S 15334 15337 9314 0 -1 1077944384 359 12859 0 0 1 0 5 3 20 0 15 0 230235583 11247345664 11563 33554432000 4194304 4196468 140732190686256 140092267838192 140092843985538 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39620608 140732190689891 140732190692700 140732190692700 140732190695375 0
[pid=15337/tid=15400] ppid=15334 vsize=10983736 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/15337/task/15400/stat : 15400 (java) S 15334 15337 9314 0 -1 1077944384 257 12859 0 0 1 0 5 3 20 0 15 0 230235583 11247345664 11563 33554432000 4194304 4196468 140732190686256 140092266785648 140092843985538 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39620608 140732190689891 140732190692700 140732190692700 140732190695375 0
[pid=15337/tid=15401] ppid=15334 vsize=10983736 memory=140153395451520 CPUtime=0.11 cores=0,2,4,6
/proc/15337/task/15401/stat : 15401 (java) S 15334 15337 9314 0 -1 1077944384 600 12859 0 0 3 0 5 3 20 0 15 0 230235583 11247345664 11629 33554432000 4194304 4196468 140732190686256 140092265732592 140092843985538 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39620608 140732190689891 140732190692700 140732190692700 140732190695375 0
[pid=15337/tid=15402] ppid=15334 vsize=10983736 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/15337/task/15402/stat : 15402 (java) S 15334 15337 9314 0 -1 1077944384 3 12859 0 0 0 0 5 3 20 0 15 0 230235583 11247345664 11629 33554432000 4194304 4196468 140732190686256 140090760227680 140092843984597 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39620608 140732190689891 140732190692700 140732190692700 140732190695375 0
[pid=15337/tid=15403] ppid=15334 vsize=10983736 memory=140153395451520 CPUtime=0.08 cores=0,2,4,6
/proc/15337/task/15403/stat : 15403 (java) S 15334 15337 9314 0 -1 1077944384 1 12859 0 0 0 0 5 3 20 0 15 0 230235583 11247345664 11629 33554432000 4194304 4196468 140732190686256 140092264679984 140092843985538 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39620608 140732190689891 140732190692700 140732190692700 140732190695375 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10982744 KiB
Current children cumulated memory: 45460 KiB

[startup+0.310569 s]*
/proc/loadavg: 1.33 1.33 1.34 3/220 15403
/proc/meminfo: memFree=17534632/32770624 swapFree=67108688/67108860
[pid=15337] ppid=15334 vsize=10983192 memory=56172 CPUtime=0.39 cores=0,2,4,6
/proc/15337/stat : 15337 (java) S 15334 15337 9314 0 -1 1077944320 10589 12859 0 0 29 2 5 3 20 0 15 0 230235568 11246788608 14043 33554432000 4194304 4196468 140732190686256 140732190668800 140092843974391 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 39620608 140732190689891 140732190692700 140732190692700 140732190695375 0
/proc/15337/statm: 2745798 14043 3077 1 0 2708109 0
[pid=15337/tid=15390] ppid=15334 vsize=10983192 memory=6791534058613427641 CPUtime=0.29 cores=0,2,4,6
/proc/15337/task/15390/stat : 15390 (java) R 15334 15337 9314 0 -1 4202560 7154 12859 0 0 20 1 5 3 20 0 15 0 230235577 11246788608 14043 33554432000 4194304 4196468 140732190686256 140092815786400 140092828054878 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 39620608 140732190689891 140732190692700 140732190692700 140732190695375 0
[pid=15337/tid=15391] ppid=15334 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/15337/task/15391/stat : 15391 (java) S 15334 15337 9314 0 -1 1077944384 1 12859 0 0 0 0 5 3 20 0 15 0 230235578 11246788608 14043 33554432000 4194304 4196468 140732190686256 140092848217104 140092843984597 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39620608 140732190689891 140732190692700 140732190692700 140732190695375 0
[pid=15337/tid=15392] ppid=15334 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/15337/task/15392/stat : 15392 (java) S 15334 15337 9314 0 -1 1077944384 1 12859 0 0 0 0 5 3 20 0 15 0 230235578 11246788608 14043 33554432000 4194304 4196468 140732190686256 140092713553040 140092843984597 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39620608 140732190689891 140732190692700 140732190692700 140732190695375 0
[pid=15337/tid=15393] ppid=15334 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/15337/task/15393/stat : 15393 (java) S 15334 15337 9314 0 -1 1077944384 1 12859 0 0 0 0 5 3 20 0 15 0 230235578 11246788608 14043 33554432000 4194304 4196468 140732190686256 140092712499984 140092843984597 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39620608 140732190689891 140732190692700 140732190692700 140732190695375 0
[pid=15337/tid=15394] ppid=15334 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/15337/task/15394/stat : 15394 (java) S 15334 15337 9314 0 -1 1077944384 2 12859 0 0 0 0 5 3 20 0 15 0 230235578 11246788608 14043 33554432000 4194304 4196468 140732190686256 140092711447440 140092843984597 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39620608 140732190689891 140732190692700 140732190692700 140732190695375 0
[pid=15337/tid=15395] ppid=15334 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/15337/task/15395/stat : 15395 (java) S 15334 15337 9314 0 -1 1077944384 2 12859 0 0 0 0 5 3 20 0 15 0 230235579 11246788608 14043 33554432000 4194304 4196468 140732190686256 140092268890352 140092843985538 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39620608 140732190689891 140732190692700 140732190692700 140732190695375 0
[pid=15337/tid=15396] ppid=15334 vsize=10983192 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/15337/task/15396/stat : 15396 (java) S 15334 15337 9314 0 -1 1077944384 13 12859 0 0 0 0 5 3 20 0 15 0 230235580 11246788608 14043 33554432000 4194304 4196468 140732190686256 140091699750048 140092843984597 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39620608 140732190689891 140732190692700 140732190692700 140732190695375 0
[pid=15337/tid=15397] ppid=15334 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/15337/task/15397/stat : 15397 (java) S 15334 15337 9314 0 -1 1077944384 1 12859 0 0 0 0 5 3 20 0 15 0 230235580 11246788608 14043 33554432000 4194304 4196468 140732190686256 140091498423024 140092843984597 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39620608 140732190689891 140732190692700 140732190692700 140732190695375 0
[pid=15337/tid=15398] ppid=15334 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/15337/task/15398/stat : 15398 (java) S 15334 15337 9314 0 -1 1077944384 3 12859 0 0 0 0 5 3 20 0 15 0 230235583 11246788608 14043 33554432000 4194304 4196468 140732190686256 140091191023568 140092843992987 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39620608 140732190689891 140732190692700 140732190692700 140732190695375 0
[pid=15337/tid=15399] ppid=15334 vsize=10983192 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/15337/task/15399/stat : 15399 (java) S 15334 15337 9314 0 -1 1077944384 359 12859 0 0 2 0 5 3 20 0 15 0 230235583 11246788608 14043 33554432000 4194304 4196468 140732190686256 140092267838192 140092843985538 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39620608 140732190689891 140732190692700 140732190692700 140732190695375 0
[pid=15337/tid=15400] ppid=15334 vsize=10983192 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/15337/task/15400/stat : 15400 (java) S 15334 15337 9314 0 -1 1077944384 260 12859 0 0 1 0 5 3 20 0 15 0 230235583 11246788608 14043 33554432000 4194304 4196468 140732190686256 140092266785648 140092843985538 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39620608 140732190689891 140732190692700 140732190692700 140732190695375 0
[pid=15337/tid=15401] ppid=15334 vsize=10983192 memory=140153395451520 CPUtime=0.12 cores=0,2,4,6
/proc/15337/task/15401/stat : 15401 (java) S 15334 15337 9314 0 -1 1077944384 606 12859 0 0 4 0 5 3 20 0 15 0 230235583 11246788608 14043 33554432000 4194304 4196468 140732190686256 140092265732592 140092843985538 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39620608 140732190689891 140732190692700 140732190692700 140732190695375 0
[pid=15337/tid=15402] ppid=15334 vsize=10983192 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/15337/task/15402/stat : 15402 (java) S 15334 15337 9314 0 -1 1077944384 3 12859 0 0 0 0 5 3 20 0 15 0 230235583 11246788608 14043 33554432000 4194304 4196468 140732190686256 140090760227680 140092843984597 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39620608 140732190689891 140732190692700 140732190692700 140732190695375 0
[pid=15337/tid=15403] ppid=15334 vsize=10983192 memory=140153395451520 CPUtime=0.08 cores=0,2,4,6
/proc/15337/task/15403/stat : 15403 (java) S 15334 15337 9314 0 -1 1077944384 1 12859 0 0 0 0 5 3 20 0 15 0 230235583 11246788608 14043 33554432000 4194304 4196468 140732190686256 140092264679984 140092843985538 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39620608 140732190689891 140732190692700 140732190692700 140732190695375 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 56172 KiB

[startup+0.700792 s]
/proc/loadavg: 1.33 1.33 1.34 4/220 15403
/proc/meminfo: memFree=17523592/32770624 swapFree=67108688/67108860
[pid=15337] ppid=15334 vsize=10983192 memory=88688 CPUtime=1 cores=0,2,4,6
/proc/15337/stat : 15337 (java) S 15334 15337 9314 0 -1 1077944320 16780 12859 0 0 87 5 5 3 20 0 15 0 230235568 11246788608 22172 33554432000 4194304 4196468 140732190686256 140732190668800 140092843974391 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 39620608 140732190689891 140732190692700 140732190692700 140732190695375 0
/proc/15337/statm: 2745798 22172 3238 1 0 2708109 0
[pid=15337/tid=15390] ppid=15334 vsize=10983192 memory=0 CPUtime=0.67 cores=0,2,4,6
/proc/15337/task/15390/stat : 15390 (java) R 15334 15337 9314 0 -1 4202560 12299 12859 0 0 56 3 5 3 20 0 15 0 230235577 11246788608 22172 33554432000 4194304 4196468 140732190686256 140092815795216 140092824249725 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 39620608 140732190689891 140732190692700 140732190692700 140732190695375 0
[pid=15337/tid=15391] ppid=15334 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/15337/task/15391/stat : 15391 (java) S 15334 15337 9314 0 -1 1077944384 1 12859 0 0 0 0 5 3 20 0 15 0 230235578 11246788608 22172 33554432000 4194304 4196468 140732190686256 140092848217104 140092843984597 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39620608 140732190689891 140732190692700 140732190692700 140732190695375 0
[pid=15337/tid=15392] ppid=15334 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/15337/task/15392/stat : 15392 (java) S 15334 15337 9314 0 -1 1077944384 1 12859 0 0 0 0 5 3 20 0 15 0 230235578 11246788608 22172 33554432000 4194304 4196468 140732190686256 140092713553040 140092843984597 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39620608 140732190689891 140732190692700 140732190692700 140732190695375 0
[pid=15337/tid=15393] ppid=15334 vsize=10983192 memory=140153238729488 CPUtime=0.08 cores=0,2,4,6
/proc/15337/task/15393/stat : 15393 (java) S 15334 15337 9314 0 -1 1077944384 1 12859 0 0 0 0 5 3 20 0 15 0 230235578 11246788608 22172 33554432000 4194304 4196468 140732190686256 140092712499984 140092843984597 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39620608 140732190689891 140732190692700 140732190692700 140732190695375 0
[pid=15337/tid=15394] ppid=15334 vsize=10983192 memory=140153372803695 CPUtime=0.08 cores=0,2,4,6
/proc/15337/task/15394/stat : 15394 (java) S 15334 15337 9314 0 -1 1077944384 2 12859 0 0 0 0 5 3 20 0 15 0 230235578 11246788608 22172 33554432000 4194304 4196468 140732190686256 140092711447440 140092843984597 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39620608 140732190689891 140732190692700 140732190692700 140732190695375 0
[pid=15337/tid=15395] ppid=15334 vsize=10983192 memory=1832 CPUtime=0.08 cores=0,2,4,6
/proc/15337/task/15395/stat : 15395 (java) S 15334 15337 9314 0 -1 1077944384 5 12859 0 0 0 0 5 3 20 0 15 0 230235579 11246788608 22172 33554432000 4194304 4196468 140732190686256 140092268890352 140092843985538 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39620608 140732190689891 140732190692700 140732190692700 140732190695375 0
[pid=15337/tid=15396] ppid=15334 vsize=10983192 memory=7161944214934349376 CPUtime=0.08 cores=0,2,4,6
/proc/15337/task/15396/stat : 15396 (java) S 15334 15337 9314 0 -1 1077944384 13 12859 0 0 0 0 5 3 20 0 15 0 230235580 11246788608 22172 33554432000 4194304 4196468 140732190686256 140091699750048 140092843984597 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39620608 140732190689891 140732190692700 140732190692700 140732190695375 0
[pid=15337/tid=15397] ppid=15334 vsize=10983192 memory=6082220498227391592 CPUtime=0.08 cores=0,2,4,6
/proc/15337/task/15397/stat : 15397 (java) S 15334 15337 9314 0 -1 1077944384 1 12859 0 0 0 0 5 3 20 0 15 0 230235580 11246788608 22172 33554432000 4194304 4196468 140732190686256 140091498423024 140092843984597 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39620608 140732190689891 140732190692700 140732190692700 140732190695375 0
[pid=15337/tid=15398] ppid=15334 vsize=10983192 memory=16348 CPUtime=0.08 cores=0,2,4,6
/proc/15337/task/15398/stat : 15398 (java) S 15334 15337 9314 0 -1 1077944384 3 12859 0 0 0 0 5 3 20 0 15 0 230235583 11246788608 22172 33554432000 4194304 4196468 140732190686256 140091191023568 140092843992987 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39620608 140732190689891 140732190692700 140732190692700 140732190695375 0
[pid=15337/tid=15399] ppid=15334 vsize=10983192 memory=1176 CPUtime=0.15 cores=0,2,4,6
/proc/15337/task/15399/stat : 15399 (java) S 15334 15337 9314 0 -1 1077944384 703 12859 0 0 7 0 5 3 20 0 15 0 230235583 11246788608 22172 33554432000 4194304 4196468 140732190686256 140092267838192 140092843985538 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39620608 140732190689891 140732190692700 140732190692700 140732190695375 0
[pid=15337/tid=15400] ppid=15334 vsize=10983192 memory=34596 CPUtime=0.18 cores=0,2,4,6
/proc/15337/task/15400/stat : 15400 (java) S 15334 15337 9314 0 -1 1077944384 880 12859 0 0 10 0 5 3 20 0 15 0 230235583 11246788608 22172 33554432000 4194304 4196468 140732190686256 140092266785648 140092843985538 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39620608 140732190689891 140732190692700 140732190692700 140732190695375 0
[pid=15337/tid=15401] ppid=15334 vsize=10983192 memory=4048 CPUtime=0.21 cores=0,2,4,6
/proc/15337/task/15401/stat : 15401 (java) S 15334 15337 9314 0 -1 1077944384 676 12859 0 0 13 0 5 3 20 0 15 0 230235583 11246788608 22172 33554432000 4194304 4196468 140732190686256 140092265732592 140092843985538 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39620608 140732190689891 140732190692700 140732190692700 140732190695375 0
[pid=15337/tid=15402] ppid=15334 vsize=10983192 memory=508 CPUtime=0.08 cores=0,2,4,6
/proc/15337/task/15402/stat : 15402 (java) S 15334 15337 9314 0 -1 1077944384 3 12859 0 0 0 0 5 3 20 0 15 0 230235583 11246788608 22172 33554432000 4194304 4196468 140732190686256 140090760227680 140092843984597 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39620608 140732190689891 140732190692700 140732190692700 140732190695375 0
[pid=15337/tid=15403] ppid=15334 vsize=10983192 memory=1728 CPUtime=0.08 cores=0,2,4,6
/proc/15337/task/15403/stat : 15403 (java) S 15334 15337 9314 0 -1 1077944384 1 12859 0 0 0 0 5 3 20 0 15 0 230235583 11246788608 22172 33554432000 4194304 4196468 140732190686256 140092264679984 140092843985538 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39620608 140732190689891 140732190692700 140732190692700 140732190695375 0
Current children cumulated CPU time: 1 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 88688 KiB

[startup+1.50079 s]
/proc/loadavg: 1.33 1.33 1.34 4/220 15403
/proc/meminfo: memFree=17478376/32770624 swapFree=67108688/67108860
[pid=15337] ppid=15334 vsize=10998092 memory=179228 CPUtime=2.25 cores=0,2,4,6
/proc/15337/stat : 15337 (java) S 15334 15337 9314 0 -1 1077944320 23971 12859 0 0 207 10 5 3 20 0 15 0 230235568 11262046208 44807 33554432000 4194304 4196468 140732190686256 140732190668800 140092843974391 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 39620608 140732190689891 140732190692700 140732190692700 140732190695375 0
/proc/15337/statm: 2749523 44807 3474 1 0 2711181 0
[pid=15337/tid=15390] ppid=15334 vsize=10998092 memory=65284 CPUtime=1.43 cores=0,2,4,6
/proc/15337/task/15390/stat : 15390 (java) R 15334 15337 9314 0 -1 4202560 18028 12859 0 0 129 6 5 3 20 0 15 0 230235577 11262046208 44807 33554432000 4194304 4196468 140732190686256 140092815803104 140092829410280 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 39620608 140732190689891 140732190692700 140732190692700 140732190695375 0
[pid=15337/tid=15391] ppid=15334 vsize=10998092 memory=6791534058613427641 CPUtime=0.09 cores=0,2,4,6
/proc/15337/task/15391/stat : 15391 (java) S 15334 15337 9314 0 -1 1077944384 81 12859 0 0 1 0 5 3 20 0 15 0 230235578 11262046208 44807 33554432000 4194304 4196468 140732190686256 140092848217104 140092843984597 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39620608 140732190689891 140732190692700 140732190692700 140732190695375 0
[pid=15337/tid=15392] ppid=15334 vsize=10998092 memory=280306477490336 CPUtime=0.09 cores=0,2,4,6
/proc/15337/task/15392/stat : 15392 (java) S 15334 15337 9314 0 -1 1077944384 28 12859 0 0 1 0 5 3 20 0 15 0 230235578 11262046208 44807 33554432000 4194304 4196468 140732190686256 140092713553040 140092843984597 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39620608 140732190689891 140732190692700 140732190692700 140732190695375 0
[pid=15337/tid=15393] ppid=15334 vsize=10998092 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/15337/task/15393/stat : 15393 (java) S 15334 15337 9314 0 -1 1077944384 23 12859 0 0 1 0 5 3 20 0 15 0 230235578 11262046208 44807 33554432000 4194304 4196468 140732190686256 140092712499984 140092843984597 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39620608 140732190689891 140732190692700 140732190692700 140732190695375 0
[pid=15337/tid=15394] ppid=15334 vsize=10998092 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/15337/task/15394/stat : 15394 (java) S 15334 15337 9314 0 -1 1077944384 296 12859 0 0 0 0 5 3 20 0 15 0 230235578 11262046208 44807 33554432000 4194304 4196468 140732190686256 140092711447440 140092843984597 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39620608 140732190689891 140732190692700 140732190692700 140732190695375 0
[pid=15337/tid=15395] ppid=15334 vsize=10998092 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/15337/task/15395/stat : 15395 (java) S 15334 15337 9314 0 -1 1077944384 68 12859 0 0 1 0 5 3 20 0 15 0 230235579 11262046208 44807 33554432000 4194304 4196468 140732190686256 140092268890352 140092843985538 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39620608 140732190689891 140732190692700 140732190692700 140732190695375 0
[pid=15337/tid=15396] ppid=15334 vsize=10998092 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/15337/task/15396/stat : 15396 (java) S 15334 15337 9314 0 -1 1077944384 14 12859 0 0 0 0 5 3 20 0 15 0 230235580 11262046208 44807 33554432000 4194304 4196468 140732190686256 140091699750112 140092843984597 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39620608 140732190689891 140732190692700 140732190692700 140732190695375 0
[pid=15337/tid=15397] ppid=15334 vsize=10998092 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/15337/task/15397/stat : 15397 (java) S 15334 15337 9314 0 -1 1077944384 1 12859 0 0 0 0 5 3 20 0 15 0 230235580 11262046208 44807 33554432000 4194304 4196468 140732190686256 140091498423040 140092843984597 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39620608 140732190689891 140732190692700 140732190692700 140732190695375 0
[pid=15337/tid=15398] ppid=15334 vsize=10998092 memory=-2746958450906831424 CPUtime=0.08 cores=0,2,4,6
/proc/15337/task/15398/stat : 15398 (java) S 15334 15337 9314 0 -1 1077944384 3 12859 0 0 0 0 5 3 20 0 15 0 230235583 11262046208 44807 33554432000 4194304 4196468 140732190686256 140091191023568 140092843992987 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39620608 140732190689891 140732190692700 140732190692700 140732190695375 0
[pid=15337/tid=15399] ppid=15334 vsize=10998092 memory=0 CPUtime=0.23 cores=0,2,4,6
/proc/15337/task/15399/stat : 15399 (java) S 15334 15337 9314 0 -1 1077944384 809 12859 0 0 15 0 5 3 20 0 15 0 230235583 11262046208 44807 33554432000 4194304 4196468 140732190686256 140092267838192 140092843985538 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39620608 140732190689891 140732190692700 140732190692700 140732190695375 0
[pid=15337/tid=15400] ppid=15334 vsize=10998092 memory=0 CPUtime=0.34 cores=0,2,4,6
/proc/15337/task/15400/stat : 15400 (java) S 15334 15337 9314 0 -1 1077944384 1355 12859 0 0 26 0 5 3 20 0 15 0 230235583 11262046208 44807 33554432000 4194304 4196468 140732190686256 140092266785648 140092843985538 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39620608 140732190689891 140732190692700 140732190692700 140732190695375 0
[pid=15337/tid=15401] ppid=15334 vsize=10998092 memory=6791534058613427641 CPUtime=0.36 cores=0,2,4,6
/proc/15337/task/15401/stat : 15401 (java) S 15334 15337 9314 0 -1 1077944384 1070 12859 0 0 28 0 5 3 20 0 15 0 230235583 11262046208 44807 33554432000 4194304 4196468 140732190686256 140092265732592 140092843985538 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39620608 140732190689891 140732190692700 140732190692700 140732190695375 0
[pid=15337/tid=15402] ppid=15334 vsize=10998092 memory=4638778398332698720 CPUtime=0.08 cores=0,2,4,6
/proc/15337/task/15402/stat : 15402 (java) S 15334 15337 9314 0 -1 1077944384 3 12859 0 0 0 0 5 3 20 0 15 0 230235583 11262046208 44807 33554432000 4194304 4196468 140732190686256 140090760227680 140092843984597 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39620608 140732190689891 140732190692700 140732190692700 140732190695375 0
[pid=15337/tid=15403] ppid=15334 vsize=10998092 memory=280306477734784 CPUtime=0.08 cores=0,2,4,6
/proc/15337/task/15403/stat : 15403 (java) S 15334 15337 9314 0 -1 1077944384 1 12859 0 0 0 0 5 3 20 0 15 0 230235583 11262046208 44807 33554432000 4194304 4196468 140732190686256 140092264679984 140092843985538 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39620608 140732190689891 140732190692700 140732190692700 140732190695375 0
Current children cumulated CPU time: 2.25 s
Current children cumulated vsize: 10998092 KiB

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


[startup+1587.2 s]
/proc/loadavg: 2.56 1.79 1.51 3/219 15458
/proc/meminfo: memFree=16935016/32770624 swapFree=67108688/67108860
[pid=15337] ppid=15334 vsize=11077984 memory=630972 CPUtime=1617.17 cores=0,2,4,6
/proc/15337/stat : 15337 (java) S 15334 15337 9314 0 -1 1077944320 194493 12859 0 0 161527 182 5 3 20 0 15 0 230235568 11343855616 157743 33554432000 4194304 4196468 140732190686256 140732190668800 140092843974391 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 39620608 140732190689891 140732190692700 140732190692700 140732190695375 0
/proc/15337/statm: 2769496 157743 3517 1 0 2731149 0
[pid=15337/tid=15390] ppid=15334 vsize=11077984 memory=630920 CPUtime=1575.73 cores=0,2,4,6
/proc/15337/task/15390/stat : 15390 (java) R 15334 15337 9314 0 -1 4202560 71485 12859 0 0 157539 26 5 3 20 0 15 0 230235577 11343855616 157743 33554432000 4194304 4196468 140732190686256 140092815809856 140092400456283 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 39620608 140732190689891 140732190692700 140732190692700 140732190695375 0
[pid=15337/tid=15391] ppid=15334 vsize=11077984 memory=149941 CPUtime=4.85 cores=0,2,4,6
/proc/15337/task/15391/stat : 15391 (java) S 15334 15337 9314 0 -1 1077944384 4682 12859 0 0 453 24 5 3 20 0 15 0 230235578 11343855616 157743 33554432000 4194304 4196468 140732190686256 140092848217104 140092843984597 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39620608 140732190689891 140732190692700 140732190692700 140732190695375 0
[pid=15337/tid=15392] ppid=15334 vsize=11077984 memory=454 CPUtime=4.87 cores=0,2,4,6
/proc/15337/task/15392/stat : 15392 (java) S 15334 15337 9314 0 -1 1077944384 14051 12859 0 0 454 25 5 3 20 0 15 0 230235578 11343855616 157743 33554432000 4194304 4196468 140732190686256 140092713553040 140092843984597 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39620608 140732190689891 140732190692700 140732190692700 140732190695375 0
[pid=15337/tid=15393] ppid=15334 vsize=11077984 memory=630504 CPUtime=4.88 cores=0,2,4,6
/proc/15337/task/15393/stat : 15393 (java) S 15334 15337 9314 0 -1 1077944384 15386 12859 0 0 450 30 5 3 20 0 15 0 230235578 11343855616 157743 33554432000 4194304 4196468 140732190686256 140092712499984 140092843984597 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39620608 140732190689891 140732190692700 140732190692700 140732190695375 0
[pid=15337/tid=15394] ppid=15334 vsize=11077984 memory=3824 CPUtime=4.86 cores=0,2,4,6
/proc/15337/task/15394/stat : 15394 (java) S 15334 15337 9314 0 -1 1077944384 6766 12859 0 0 453 25 5 3 20 0 15 0 230235578 11343855616 157743 33554432000 4194304 4196468 140732190686256 140092711447440 140092843984597 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39620608 140732190689891 140732190692700 140732190692700 140732190695375 0
[pid=15337/tid=15395] ppid=15334 vsize=11077984 memory=0 CPUtime=4.66 cores=0,2,4,6
/proc/15337/task/15395/stat : 15395 (java) S 15334 15337 9314 0 -1 1077944384 10030 12859 0 0 434 24 5 3 20 0 15 0 230235579 11343855616 157743 33554432000 4194304 4196468 140732190686256 140092268890352 140092843985538 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39620608 140732190689891 140732190692700 140732190692700 140732190695375 0
[pid=15337/tid=15396] ppid=15334 vsize=11077984 memory=-6222671215452826766 CPUtime=0.08 cores=0,2,4,6
/proc/15337/task/15396/stat : 15396 (java) S 15334 15337 9314 0 -1 1077944384 19 12859 0 0 0 0 5 3 20 0 15 0 230235580 11343855616 157743 33554432000 4194304 4196468 140732190686256 140091699750112 140092843984597 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39620608 140732190689891 140732190692700 140732190692700 140732190695375 0
[pid=15337/tid=15397] ppid=15334 vsize=11077984 memory=62720 CPUtime=0.08 cores=0,2,4,6
/proc/15337/task/15397/stat : 15397 (java) S 15334 15337 9314 0 -1 1077944384 3 12859 0 0 0 0 5 3 20 0 15 0 230235580 11343855616 157743 33554432000 4194304 4196468 140732190686256 140091498423040 140092843984597 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39620608 140732190689891 140732190692700 140732190692700 140732190695375 0
[pid=15337/tid=15398] ppid=15334 vsize=11077984 memory=2316 CPUtime=0.08 cores=0,2,4,6
/proc/15337/task/15398/stat : 15398 (java) S 15334 15337 9314 0 -1 1077944384 3 12859 0 0 0 0 5 3 20 0 15 0 230235583 11343855616 157743 33554432000 4194304 4196468 140732190686256 140091191023568 140092843992987 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39620608 140732190689891 140732190692700 140732190692700 140732190695375 0
[pid=15337/tid=15399] ppid=15334 vsize=11077984 memory=630920 CPUtime=6.7 cores=0,2,4,6
/proc/15337/task/15399/stat : 15399 (java) S 15334 15337 9314 0 -1 1077944384 21344 12859 0 0 656 6 5 3 20 0 15 0 230235583 11343855616 157743 33554432000 4194304 4196468 140732190686256 140092267838192 140092843985538 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39620608 140732190689891 140732190692700 140732190692700 140732190695375 0
[pid=15337/tid=15400] ppid=15334 vsize=11077984 memory=1616 CPUtime=7.02 cores=0,2,4,6
/proc/15337/task/15400/stat : 15400 (java) S 15334 15337 9314 0 -1 1077944384 27184 12859 0 0 690 4 5 3 20 0 15 0 230235583 11343855616 157743 33554432000 4194304 4196468 140732190686256 140092266785648 140092843985538 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39620608 140732190689891 140732190692700 140732190692700 140732190695375 0
[pid=15337/tid=15401] ppid=15334 vsize=11077984 memory=0 CPUtime=3.22 cores=0,2,4,6
/proc/15337/task/15401/stat : 15401 (java) S 15334 15337 9314 0 -1 1077944384 19435 12859 0 0 309 5 5 3 20 0 15 0 230235583 11343855616 157743 33554432000 4194304 4196468 140732190686256 140092265732592 140092843985538 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39620608 140732190689891 140732190692700 140732190692700 140732190695375 0
[pid=15337/tid=15402] ppid=15334 vsize=11077984 memory=5793433850644686640 CPUtime=0.08 cores=0,2,4,6
/proc/15337/task/15402/stat : 15402 (java) S 15334 15337 9314 0 -1 1077944384 3 12859 0 0 0 0 5 3 20 0 15 0 230235583 11343855616 157743 33554432000 4194304 4196468 140732190686256 140090760227680 140092843984597 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39620608 140732190689891 140732190692700 140732190692700 140732190695375 0
[pid=15337/tid=15403] ppid=15334 vsize=11077984 memory=1792 CPUtime=0.97 cores=0,2,4,6
/proc/15337/task/15403/stat : 15403 (java) S 15334 15337 9314 0 -1 1077944384 1911 12859 0 0 46 43 5 3 20 0 15 0 230235583 11343855616 157743 33554432000 4194304 4196468 140732190686256 140092264679984 140092843985538 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39620608 140732190689891 140732190692700 140732190692700 140732190695375 0
Current children cumulated CPU time: 1617.17 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 630972 KiB

[startup+1588.8 s]
/proc/loadavg: 2.56 1.79 1.51 3/219 15458
/proc/meminfo: memFree=16935016/32770624 swapFree=67108688/67108860
[pid=15337] ppid=15334 vsize=11077984 memory=630972 CPUtime=1618.78 cores=0,2,4,6
/proc/15337/stat : 15337 (java) S 15334 15337 9314 0 -1 1077944320 194508 12859 0 0 161688 182 5 3 20 0 15 0 230235568 11343855616 157743 33554432000 4194304 4196468 140732190686256 140732190668800 140092843974391 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 39620608 140732190689891 140732190692700 140732190692700 140732190695375 0
/proc/15337/statm: 2769496 157743 3517 1 0 2731149 0
[pid=15337/tid=15390] ppid=15334 vsize=11077984 memory=630920 CPUtime=1577.32 cores=0,2,4,6
/proc/15337/task/15390/stat : 15390 (java) R 15334 15337 9314 0 -1 4202560 71491 12859 0 0 157698 26 5 3 20 0 15 0 230235577 11343855616 157743 33554432000 4194304 4196468 140732190686256 140092815809456 140092400632597 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 39620608 140732190689891 140732190692700 140732190692700 140732190695375 0
[pid=15337/tid=15391] ppid=15334 vsize=11077984 memory=6791534058613427641 CPUtime=4.86 cores=0,2,4,6
/proc/15337/task/15391/stat : 15391 (java) S 15334 15337 9314 0 -1 1077944384 4683 12859 0 0 454 24 5 3 20 0 15 0 230235578 11343855616 157743 33554432000 4194304 4196468 140732190686256 140092848217104 140092843984597 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39620608 140732190689891 140732190692700 140732190692700 140732190695375 0
[pid=15337/tid=15392] ppid=15334 vsize=11077984 memory=1136 CPUtime=4.87 cores=0,2,4,6
/proc/15337/task/15392/stat : 15392 (java) S 15334 15337 9314 0 -1 1077944384 14053 12859 0 0 454 25 5 3 20 0 15 0 230235578 11343855616 157743 33554432000 4194304 4196468 140732190686256 140092713553040 140092843984597 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39620608 140732190689891 140732190692700 140732190692700 140732190695375 0
[pid=15337/tid=15393] ppid=15334 vsize=11077984 memory=1224 CPUtime=4.88 cores=0,2,4,6
/proc/15337/task/15393/stat : 15393 (java) S 15334 15337 9314 0 -1 1077944384 15386 12859 0 0 450 30 5 3 20 0 15 0 230235578 11343855616 157743 33554432000 4194304 4196468 140732190686256 140092712499984 140092843984597 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39620608 140732190689891 140732190692700 140732190692700 140732190695375 0
[pid=15337/tid=15394] ppid=15334 vsize=11077984 memory=1616 CPUtime=4.87 cores=0,2,4,6
/proc/15337/task/15394/stat : 15394 (java) S 15334 15337 9314 0 -1 1077944384 6766 12859 0 0 454 25 5 3 20 0 15 0 230235578 11343855616 157743 33554432000 4194304 4196468 140732190686256 140092711447440 140092843984597 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39620608 140732190689891 140732190692700 140732190692700 140732190695375 0
[pid=15337/tid=15395] ppid=15334 vsize=11077984 memory=630972 CPUtime=4.66 cores=0,2,4,6
/proc/15337/task/15395/stat : 15395 (java) S 15334 15337 9314 0 -1 1077944384 10036 12859 0 0 434 24 5 3 20 0 15 0 230235579 11343855616 157743 33554432000 4194304 4196468 140732190686256 140092268890352 140092843985538 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39620608 140732190689891 140732190692700 140732190692700 140732190695375 0
[pid=15337/tid=15396] ppid=15334 vsize=11077984 memory=876 CPUtime=0.08 cores=0,2,4,6
/proc/15337/task/15396/stat : 15396 (java) S 15334 15337 9314 0 -1 1077944384 19 12859 0 0 0 0 5 3 20 0 15 0 230235580 11343855616 157743 33554432000 4194304 4196468 140732190686256 140091699750112 140092843984597 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39620608 140732190689891 140732190692700 140732190692700 140732190695375 0
[pid=15337/tid=15397] ppid=15334 vsize=11077984 memory=630920 CPUtime=0.08 cores=0,2,4,6
/proc/15337/task/15397/stat : 15397 (java) S 15334 15337 9314 0 -1 1077944384 3 12859 0 0 0 0 5 3 20 0 15 0 230235580 11343855616 157743 33554432000 4194304 4196468 140732190686256 140091498423040 140092843984597 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39620608 140732190689891 140732190692700 140732190692700 140732190695375 0
[pid=15337/tid=15398] ppid=15334 vsize=11077984 memory=630920 CPUtime=0.08 cores=0,2,4,6
/proc/15337/task/15398/stat : 15398 (java) S 15334 15337 9314 0 -1 1077944384 3 12859 0 0 0 0 5 3 20 0 15 0 230235583 11343855616 157743 33554432000 4194304 4196468 140732190686256 140091191023568 140092843992987 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39620608 140732190689891 140732190692700 140732190692700 140732190695375 0
[pid=15337/tid=15399] ppid=15334 vsize=11077984 memory=0 CPUtime=6.7 cores=0,2,4,6
/proc/15337/task/15399/stat : 15399 (java) S 15334 15337 9314 0 -1 1077944384 21344 12859 0 0 656 6 5 3 20 0 15 0 230235583 11343855616 157743 33554432000 4194304 4196468 140732190686256 140092267838192 140092843985538 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39620608 140732190689891 140732190692700 140732190692700 140732190695375 0
[pid=15337/tid=15400] ppid=15334 vsize=11077984 memory=84 CPUtime=7.02 cores=0,2,4,6
/proc/15337/task/15400/stat : 15400 (java) S 15334 15337 9314 0 -1 1077944384 27184 12859 0 0 690 4 5 3 20 0 15 0 230235583 11343855616 157743 33554432000 4194304 4196468 140732190686256 140092266785648 140092843985538 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39620608 140732190689891 140732190692700 140732190692700 140732190695375 0
[pid=15337/tid=15401] ppid=15334 vsize=11077984 memory=161224 CPUtime=3.22 cores=0,2,4,6
/proc/15337/task/15401/stat : 15401 (java) S 15334 15337 9314 0 -1 1077944384 19435 12859 0 0 309 5 5 3 20 0 15 0 230235583 11343855616 157743 33554432000 4194304 4196468 140732190686256 140092265732592 140092843985538 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39620608 140732190689891 140732190692700 140732190692700 140732190695375 0
[pid=15337/tid=15402] ppid=15334 vsize=11077984 memory=157089 CPUtime=0.08 cores=0,2,4,6
/proc/15337/task/15402/stat : 15402 (java) S 15334 15337 9314 0 -1 1077944384 3 12859 0 0 0 0 5 3 20 0 15 0 230235583 11343855616 157743 33554432000 4194304 4196468 140732190686256 140090760227680 140092843984597 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39620608 140732190689891 140732190692700 140732190692700 140732190695375 0
[pid=15337/tid=15403] ppid=15334 vsize=11077984 memory=630512 CPUtime=0.97 cores=0,2,4,6
/proc/15337/task/15403/stat : 15403 (java) S 15334 15337 9314 0 -1 1077944384 1911 12859 0 0 46 43 5 3 20 0 15 0 230235583 11343855616 157743 33554432000 4194304 4196468 140732190686256 140092264679984 140092843985538 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39620608 140732190689891 140732190692700 140732190692700 140732190695375 0
Current children cumulated CPU time: 1618.78 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 630972 KiB

[startup+1590.4 s]
/proc/loadavg: 2.56 1.79 1.51 3/219 15458
/proc/meminfo: memFree=16934892/32770624 swapFree=67108688/67108860
[pid=15337] ppid=15334 vsize=11077984 memory=630972 CPUtime=1620.4 cores=0,2,4,6
/proc/15337/stat : 15337 (java) S 15334 15337 9314 0 -1 1077944320 194521 12859 0 0 161850 182 5 3 20 0 15 0 230235568 11343855616 157743 33554432000 4194304 4196468 140732190686256 140732190668800 140092843974391 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 39620608 140732190689891 140732190692700 140732190692700 140732190695375 0
/proc/15337/statm: 2769496 157743 3517 1 0 2731149 0
[pid=15337/tid=15390] ppid=15334 vsize=11077984 memory=630972 CPUtime=1578.91 cores=0,2,4,6
/proc/15337/task/15390/stat : 15390 (java) R 15334 15337 9314 0 -1 4202560 71498 12859 0 0 157857 26 5 3 20 0 15 0 230235577 11343855616 157743 33554432000 4194304 4196468 140732190686256 140092815809600 140092395792150 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 39620608 140732190689891 140732190692700 140732190692700 140732190695375 0
[pid=15337/tid=15391] ppid=15334 vsize=11077984 memory=876 CPUtime=4.86 cores=0,2,4,6
/proc/15337/task/15391/stat : 15391 (java) S 15334 15337 9314 0 -1 1077944384 4684 12859 0 0 454 24 5 3 20 0 15 0 230235578 11343855616 157743 33554432000 4194304 4196468 140732190686256 140092848217104 140092843984597 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39620608 140732190689891 140732190692700 140732190692700 140732190695375 0
[pid=15337/tid=15392] ppid=15334 vsize=11077984 memory=876 CPUtime=4.88 cores=0,2,4,6
/proc/15337/task/15392/stat : 15392 (java) S 15334 15337 9314 0 -1 1077944384 14054 12859 0 0 455 25 5 3 20 0 15 0 230235578 11343855616 157743 33554432000 4194304 4196468 140732190686256 140092713553040 140092843984597 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39620608 140732190689891 140732190692700 140732190692700 140732190695375 0
[pid=15337/tid=15393] ppid=15334 vsize=11077984 memory=5344 CPUtime=4.88 cores=0,2,4,6
/proc/15337/task/15393/stat : 15393 (java) S 15334 15337 9314 0 -1 1077944384 15386 12859 0 0 450 30 5 3 20 0 15 0 230235578 11343855616 157743 33554432000 4194304 4196468 140732190686256 140092712499984 140092843984597 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39620608 140732190689891 140732190692700 140732190692700 140732190695375 0
[pid=15337/tid=15394] ppid=15334 vsize=11077984 memory=756 CPUtime=4.88 cores=0,2,4,6
/proc/15337/task/15394/stat : 15394 (java) S 15334 15337 9314 0 -1 1077944384 6767 12859 0 0 455 25 5 3 20 0 15 0 230235578 11343855616 157743 33554432000 4194304 4196468 140732190686256 140092711447440 140092843984597 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39620608 140732190689891 140732190692700 140732190692700 140732190695375 0
[pid=15337/tid=15395] ppid=15334 vsize=11077984 memory=4588 CPUtime=4.67 cores=0,2,4,6
/proc/15337/task/15395/stat : 15395 (java) S 15334 15337 9314 0 -1 1077944384 10039 12859 0 0 435 24 5 3 20 0 15 0 230235579 11343855616 157743 33554432000 4194304 4196468 140732190686256 140092268890352 140092843985538 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39620608 140732190689891 140732190692700 140732190692700 140732190695375 0
[pid=15337/tid=15396] ppid=15334 vsize=11077984 memory=1388 CPUtime=0.08 cores=0,2,4,6
/proc/15337/task/15396/stat : 15396 (java) S 15334 15337 9314 0 -1 1077944384 19 12859 0 0 0 0 5 3 20 0 15 0 230235580 11343855616 157743 33554432000 4194304 4196468 140732190686256 140091699750112 140092843984597 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39620608 140732190689891 140732190692700 140732190692700 140732190695375 0
[pid=15337/tid=15397] ppid=15334 vsize=11077984 memory=9664 CPUtime=0.08 cores=0,2,4,6
/proc/15337/task/15397/stat : 15397 (java) S 15334 15337 9314 0 -1 1077944384 3 12859 0 0 0 0 5 3 20 0 15 0 230235580 11343855616 157743 33554432000 4194304 4196468 140732190686256 140091498423040 140092843984597 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39620608 140732190689891 140732190692700 140732190692700 140732190695375 0
[pid=15337/tid=15398] ppid=15334 vsize=11077984 memory=1136 CPUtime=0.08 cores=0,2,4,6
/proc/15337/task/15398/stat : 15398 (java) S 15334 15337 9314 0 -1 1077944384 3 12859 0 0 0 0 5 3 20 0 15 0 230235583 11343855616 157743 33554432000 4194304 4196468 140732190686256 140091191023568 140092843992987 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39620608 140732190689891 140732190692700 140732190692700 140732190695375 0
[pid=15337/tid=15399] ppid=15334 vsize=11077984 memory=1224 CPUtime=6.7 cores=0,2,4,6
/proc/15337/task/15399/stat : 15399 (java) S 15334 15337 9314 0 -1 1077944384 21344 12859 0 0 656 6 5 3 20 0 15 0 230235583 11343855616 157743 33554432000 4194304 4196468 140732190686256 140092267838192 140092843985538 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39620608 140732190689891 140732190692700 140732190692700 140732190695375 0
[pid=15337/tid=15400] ppid=15334 vsize=11077984 memory=1616 CPUtime=7.02 cores=0,2,4,6
/proc/15337/task/15400/stat : 15400 (java) S 15334 15337 9314 0 -1 1077944384 27184 12859 0 0 690 4 5 3 20 0 15 0 230235583 11343855616 157743 33554432000 4194304 4196468 140732190686256 140092266785648 140092843985538 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39620608 140732190689891 140732190692700 140732190692700 140732190695375 0
[pid=15337/tid=15401] ppid=15334 vsize=11077984 memory=62720 CPUtime=3.22 cores=0,2,4,6
/proc/15337/task/15401/stat : 15401 (java) S 15334 15337 9314 0 -1 1077944384 19435 12859 0 0 309 5 5 3 20 0 15 0 230235583 11343855616 157743 33554432000 4194304 4196468 140732190686256 140092265732592 140092843985538 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39620608 140732190689891 140732190692700 140732190692700 140732190695375 0
[pid=15337/tid=15402] ppid=15334 vsize=11077984 memory=2316 CPUtime=0.08 cores=0,2,4,6
/proc/15337/task/15402/stat : 15402 (java) S 15334 15337 9314 0 -1 1077944384 3 12859 0 0 0 0 5 3 20 0 15 0 230235583 11343855616 157743 33554432000 4194304 4196468 140732190686256 140090760227680 140092843984597 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39620608 140732190689891 140732190692700 140732190692700 140732190695375 0
[pid=15337/tid=15403] ppid=15334 vsize=11077984 memory=630920 CPUtime=0.97 cores=0,2,4,6
/proc/15337/task/15403/stat : 15403 (java) S 15334 15337 9314 0 -1 1077944384 1911 12859 0 0 46 43 5 3 20 0 15 0 230235583 11343855616 157743 33554432000 4194304 4196468 140732190686256 140092264679984 140092843985538 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39620608 140732190689891 140732190692700 140732190692700 140732190695375 0
Current children cumulated CPU time: 1620.4 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 630972 KiB

[startup+1590.8 s]
/proc/loadavg: 2.56 1.79 1.51 3/219 15458
/proc/meminfo: memFree=16934892/32770624 swapFree=67108688/67108860
[pid=15337] ppid=15334 vsize=11077984 memory=630972 CPUtime=1620.8 cores=0,2,4,6
/proc/15337/stat : 15337 (java) S 15334 15337 9314 0 -1 1077944320 194530 12859 0 0 161890 182 5 3 20 0 15 0 230235568 11343855616 157743 33554432000 4194304 4196468 140732190686256 140732190668800 140092843974391 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 39620608 140732190689891 140732190692700 140732190692700 140732190695375 0
/proc/15337/statm: 2769496 157743 3517 1 0 2731149 0
[pid=15337/tid=15390] ppid=15334 vsize=11077984 memory=6791534058613427641 CPUtime=1579.31 cores=0,2,4,6
/proc/15337/task/15390/stat : 15390 (java) R 15334 15337 9314 0 -1 4202560 71499 12859 0 0 157897 26 5 3 20 0 15 0 230235577 11343855616 157743 33554432000 4194304 4196468 140732190686256 140092815809744 140092387959872 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 39620608 140732190689891 140732190692700 140732190692700 140732190695375 0
[pid=15337/tid=15391] ppid=15334 vsize=11077984 memory=3472328296227718993 CPUtime=4.86 cores=0,2,4,6
/proc/15337/task/15391/stat : 15391 (java) S 15334 15337 9314 0 -1 1077944384 4684 12859 0 0 454 24 5 3 20 0 15 0 230235578 11343855616 157743 33554432000 4194304 4196468 140732190686256 140092848217104 140092843984597 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39620608 140732190689891 140732190692700 140732190692700 140732190695375 0
[pid=15337/tid=15392] ppid=15334 vsize=11077984 memory=6655300316396806240 CPUtime=4.88 cores=0,2,4,6
/proc/15337/task/15392/stat : 15392 (java) S 15334 15337 9314 0 -1 1077944384 14054 12859 0 0 455 25 5 3 20 0 15 0 230235578 11343855616 157743 33554432000 4194304 4196468 140732190686256 140092713553040 140092843984597 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39620608 140732190689891 140732190692700 140732190692700 140732190695375 0
[pid=15337/tid=15393] ppid=15334 vsize=11077984 memory=4137299070598479516 CPUtime=4.88 cores=0,2,4,6
/proc/15337/task/15393/stat : 15393 (java) S 15334 15337 9314 0 -1 1077944384 15386 12859 0 0 450 30 5 3 20 0 15 0 230235578 11343855616 157743 33554432000 4194304 4196468 140732190686256 140092712499984 140092843984597 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39620608 140732190689891 140732190692700 140732190692700 140732190695375 0
[pid=15337/tid=15394] ppid=15334 vsize=11077984 memory=630972 CPUtime=4.89 cores=0,2,4,6
/proc/15337/task/15394/stat : 15394 (java) S 15334 15337 9314 0 -1 1077944384 6767 12859 0 0 455 26 5 3 20 0 15 0 230235578 11343855616 157743 33554432000 4194304 4196468 140732190686256 140092711447440 140092843984597 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39620608 140732190689891 140732190692700 140732190692700 140732190695375 0
[pid=15337/tid=15395] ppid=15334 vsize=11077984 memory=876 CPUtime=4.67 cores=0,2,4,6
/proc/15337/task/15395/stat : 15395 (java) S 15334 15337 9314 0 -1 1077944384 10039 12859 0 0 435 24 5 3 20 0 15 0 230235579 11343855616 157743 33554432000 4194304 4196468 140732190686256 140092268890352 140092843985538 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39620608 140732190689891 140732190692700 140732190692700 140732190695375 0
[pid=15337/tid=15396] ppid=15334 vsize=11077984 memory=5344 CPUtime=0.08 cores=0,2,4,6
/proc/15337/task/15396/stat : 15396 (java) S 15334 15337 9314 0 -1 1077944384 19 12859 0 0 0 0 5 3 20 0 15 0 230235580 11343855616 157743 33554432000 4194304 4196468 140732190686256 140091699750112 140092843984597 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39620608 140732190689891 140732190692700 140732190692700 140732190695375 0
[pid=15337/tid=15397] ppid=15334 vsize=11077984 memory=756 CPUtime=0.08 cores=0,2,4,6
/proc/15337/task/15397/stat : 15397 (java) S 15334 15337 9314 0 -1 1077944384 3 12859 0 0 0 0 5 3 20 0 15 0 230235580 11343855616 157743 33554432000 4194304 4196468 140732190686256 140091498423040 140092843984597 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39620608 140732190689891 140732190692700 140732190692700 140732190695375 0
[pid=15337/tid=15398] ppid=15334 vsize=11077984 memory=4588 CPUtime=0.08 cores=0,2,4,6
/proc/15337/task/15398/stat : 15398 (java) S 15334 15337 9314 0 -1 1077944384 3 12859 0 0 0 0 5 3 20 0 15 0 230235583 11343855616 157743 33554432000 4194304 4196468 140732190686256 140091191023568 140092843992987 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39620608 140732190689891 140732190692700 140732190692700 140732190695375 0
[pid=15337/tid=15399] ppid=15334 vsize=11077984 memory=1388 CPUtime=6.7 cores=0,2,4,6
/proc/15337/task/15399/stat : 15399 (java) S 15334 15337 9314 0 -1 1077944384 21346 12859 0 0 656 6 5 3 20 0 15 0 230235583 11343855616 157743 33554432000 4194304 4196468 140732190686256 140092267838192 140092843985538 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39620608 140732190689891 140732190692700 140732190692700 140732190695375 0
[pid=15337/tid=15400] ppid=15334 vsize=11077984 memory=1176 CPUtime=7.02 cores=0,2,4,6
/proc/15337/task/15400/stat : 15400 (java) S 15334 15337 9314 0 -1 1077944384 27187 12859 0 0 690 4 5 3 20 0 15 0 230235583 11343855616 157743 33554432000 4194304 4196468 140732190686256 140092266785648 140092843985538 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39620608 140732190689891 140732190692700 140732190692700 140732190695375 0
[pid=15337/tid=15401] ppid=15334 vsize=11077984 memory=34612 CPUtime=3.22 cores=0,2,4,6
/proc/15337/task/15401/stat : 15401 (java) S 15334 15337 9314 0 -1 1077944384 19438 12859 0 0 309 5 5 3 20 0 15 0 230235583 11343855616 157743 33554432000 4194304 4196468 140732190686256 140092265732592 140092843985538 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39620608 140732190689891 140732190692700 140732190692700 140732190695375 0
[pid=15337/tid=15402] ppid=15334 vsize=11077984 memory=4048 CPUtime=0.08 cores=0,2,4,6
/proc/15337/task/15402/stat : 15402 (java) S 15334 15337 9314 0 -1 1077944384 3 12859 0 0 0 0 5 3 20 0 15 0 230235583 11343855616 157743 33554432000 4194304 4196468 140732190686256 140090760227680 140092843984597 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39620608 140732190689891 140732190692700 140732190692700 140732190695375 0
[pid=15337/tid=15403] ppid=15334 vsize=11077984 memory=508 CPUtime=0.97 cores=0,2,4,6
/proc/15337/task/15403/stat : 15403 (java) S 15334 15337 9314 0 -1 1077944384 1911 12859 0 0 46 43 5 3 20 0 15 0 230235583 11343855616 157743 33554432000 4194304 4196468 140732190686256 140092264679984 140092843985538 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39620608 140732190689891 140732190692700 140732190692700 140732190695375 0
Current children cumulated CPU time: 1620.8 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 630972 KiB

[startup+1591 s]*
/proc/loadavg: 2.84 1.86 1.53 3/219 15458
/proc/meminfo: memFree=16934892/32770624 swapFree=67108688/67108860
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 0
Real time (s): 1591.01
CPU time (s): 1621.03
CPU user time (s): 1619.16
CPU system time (s): 1.87167
CPU usage (%): 101.887
Max. virtual memory (cumulated for all children) (KiB): 11080840
Max. memory (cumulated for all children) (KiB): 645048

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1619.16
system time used= 1.87167
maximum resident set size= 647096
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 210940
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1960
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 144770
involuntary context switches= 5739


# summary of solver processes directly reported to runsolver:
#   pid: 15337
#   total CPU time (s): 1621.03
#   total CPU user time (s): 1619.16
#   total CPU system time (s): 1.87167

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 9.10929 second user time and 15.4805 second system time

The end

Launcher Data

Begin job on node134 at 2018-08-13 04:18:43
IDJOB=4304678
IDBENCH=141534
IDSOLVER=2781
FILE ID=node134/4304678-1534126723
RUNJOBID= node134-1534096675-9345
PBS_JOBID= 21036997
Free space on /tmp= 42536 MiB

SOLVER NAME= Concrete 3.9.2-SuperNG
BENCH NAME= XCSP18/Knapsack/Knapsack-50-200-00_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss64M -randomseed=RANDOMSEED -superng BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4304678-1534126723/watcher-4304678-1534126723 -o /tmp/evaluation-result-4304678-1534126723/solver-4304678-1534126723 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node134-1534096675-9345 --watchdog 2580  bin/xcsp-3-concrete -J-Xss64M -randomseed=1384296123 -superng HOME/instance-4304678-1534126723.xml

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

MD5SUM BENCH= 1dc4c7bf61332e07eccc684c7f29cd57
RANDOM SEED=1384296123

node134.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.68
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.68
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.68
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.68
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:        17577052 kB
MemAvailable:   31213812 kB
Buffers:          213100 kB
Cached:         13572336 kB
SwapCached:           52 kB
Active:          5167224 kB
Inactive:        9363220 kB
Active(anon):     693964 kB
Inactive(anon):   103128 kB
Active(file):    4473260 kB
Inactive(file):  9260092 kB
Unevictable:        7392 kB
Mlocked:            7392 kB
SwapTotal:      67108860 kB
SwapFree:       67108688 kB
Dirty:             26268 kB
Writeback:             0 kB
AnonPages:        734048 kB
Mapped:            68428 kB
Shmem:             49652 kB
Slab:             360592 kB
SReclaimable:     331868 kB
SUnreclaim:        28724 kB
KernelStack:        3904 kB
PageTables:         6932 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1923556 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    505856 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= 42512 MiB
End job on node134 at 2018-08-13 04:45:15