Trace number 4304674

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-SuperNGOPT1297 1368.52 1337.06

General information on the benchmark

NameKnapsack/
Knapsack-50-200-01_c18.xml
MD5SUMf3af09ab16e693c32f4df19e0bf70cc2
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark1297
Best CPU time to get the best result obtained on this benchmark21.2146
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

0.99/0.75	c Concrete v3.9.2.1532736233296 running
6.00/3.24	o 839
6.33/3.37	o 844
6.66/3.43	o 895
6.66/3.44	o 904
6.66/3.45	o 934
6.66/3.46	o 935
6.66/3.46	o 956
6.66/3.49	o 965
6.66/3.49	o 966
6.66/3.49	o 980
7.04/3.50	o 988
7.04/3.51	o 1002
7.04/3.54	o 1034
7.04/3.55	o 1061
7.38/3.67	o 1063
7.38/3.67	o 1078
7.38/3.68	o 1089
7.71/3.70	o 1147
8.01/3.81	o 1169
8.01/3.82	o 1199
8.67/4.04	o 1225
8.96/4.11	o 1257
10.14/4.54	o 1278
10.14/4.54	o 1287
11.49/5.09	o 1293
54.61/42.34	o 1297
1368.45/1337.05	v <instantiation cost="1297">
1368.45/1337.05	v       <list>
1368.45/1337.05	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]
1368.45/1337.05	v       </list>
1368.45/1337.05	v       <values>
1368.45/1337.05	v         0 0 0 1 1 1 0 1 0 0 0 0 1 1 1 1 0 0 0 0 0 0 0 0 0 1 0 1 0 1 1 1 1 1 1 1 0 1 0 0 0 0 0 0 0 0 0 0 1 1
1368.45/1337.05	v       </values>
1368.45/1337.05	v     </instantiation>
1368.45/1337.05	s OPTIMUM FOUND

Verifier Data

OK	1297

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4304674-1534126550/watcher-4304674-1534126550 -o /tmp/evaluation-result-4304674-1534126550/solver-4304674-1534126550 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node133-1534097471-21025 --watchdog 2580 bin/xcsp-3-concrete -J-Xss64M -randomseed=1930710175 -superng HOME/instance-4304674-1534126550.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=27294, runsolver pid=27291

[startup+0.100107 s]*
/proc/loadavg: 1.42 1.36 1.41 2/206 27347
/proc/meminfo: memFree=11127092/32770624 swapFree=67108852/67108860
[pid=27294] ppid=27291 vsize=10005480 memory=16544 CPUtime=0.09 cores=0,2,4,6
/proc/27294/stat : 27294 (java) S 27291 27294 20994 0 -1 1077944320 4261 13199 0 0 1 0 5 3 20 0 6 0 230218141 10245611520 4136 33554432000 4194304 4196468 140732797800224 140732797782768 140208087633655 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 28905472 140732797803107 140732797805916 140732797805916 140732797808591 0
/proc/27294/statm: 2501370 4136 1932 1 0 2489808 0
[pid=27294/tid=27347] ppid=27291 vsize=10005480 memory=4279135703980212877 CPUtime=0.08 cores=0,2,4,6
/proc/27294/task/27347/stat : 27347 (java) R 27291 27294 20994 0 -1 4202560 2073 13199 0 0 0 0 5 3 20 0 6 0 230218150 10245611520 4136 33554432000 4194304 4196468 140732797800224 140208059470416 140208087655581 0 4 0 16784584 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 28905472 140732797803107 140732797805916 140732797805916 140732797808591 0
[pid=27294/tid=27348] ppid=27291 vsize=10005480 memory=-7522837583129502606 CPUtime=0.08 cores=0,2,4,6
/proc/27294/task/27348/stat : 27348 (java) S 27291 27294 20994 0 -1 1077944384 1 13199 0 0 0 0 5 3 20 0 6 0 230218151 10245611520 4136 33554432000 4194304 4196468 140732797800224 140208091875728 140208087643861 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28905472 140732797803107 140732797805916 140732797805916 140732797808591 0
[pid=27294/tid=27349] ppid=27291 vsize=10005480 memory=140101411985024 CPUtime=0.08 cores=0,2,4,6
/proc/27294/task/27349/stat : 27349 (java) S 27291 27294 20994 0 -1 1077944384 1 13199 0 0 0 0 5 3 20 0 6 0 230218151 10245611520 4136 33554432000 4194304 4196468 140732797800224 140207946594576 140208087643861 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28905472 140732797803107 140732797805916 140732797805916 140732797808591 0
[pid=27294/tid=27350] ppid=27291 vsize=10005480 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/27294/task/27350/stat : 27350 (java) S 27291 27294 20994 0 -1 1077944384 2 13199 0 0 0 0 5 3 20 0 6 0 230218151 10245611520 4136 33554432000 4194304 4196468 140732797800224 140207945542288 140208087643861 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28905472 140732797803107 140732797805916 140732797805916 140732797808591 0
[pid=27294/tid=27351] ppid=27291 vsize=10005480 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/27294/task/27351/stat : 27351 (java) S 27291 27294 20994 0 -1 1077944384 1 13199 0 0 0 0 5 3 20 0 6 0 230218151 10245611520 4136 33554432000 4194304 4196468 140732797800224 140207944489488 140208087643861 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28905472 140732797803107 140732797805916 140732797805916 140732797808591 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 10005480 KiB
Current children cumulated memory: 16544 KiB

[startup+0.21043 s]*
/proc/loadavg: 1.42 1.36 1.41 3/219 27360
/proc/meminfo: memFree=11102284/32770624 swapFree=67108852/67108860
[pid=27294] ppid=27291 vsize=10982744 memory=43516 CPUtime=0.26 cores=0,2,4,6
/proc/27294/stat : 27294 (java) S 27291 27294 20994 0 -1 1077944320 7574 13199 0 0 17 1 5 3 20 0 15 0 230218141 11246329856 10879 33554432000 4194304 4196468 140732797800224 140732797782768 140208087633655 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 28905472 140732797803107 140732797805916 140732797805916 140732797808591 0
/proc/27294/statm: 2745686 10879 2952 1 0 2708109 0
[pid=27294/tid=27347] ppid=27291 vsize=10982744 memory=-6517102902069810590 CPUtime=0.19 cores=0,2,4,6
/proc/27294/task/27347/stat : 27347 (java) R 27291 27294 20994 0 -1 4202560 4166 13199 0 0 10 1 5 3 20 0 15 0 230218150 11246329856 10879 33554432000 4194304 4196468 140732797800224 140208059457344 140208067909415 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 28905472 140732797803107 140732797805916 140732797805916 140732797808591 0
[pid=27294/tid=27348] ppid=27291 vsize=10982744 memory=-9181546050914066336 CPUtime=0.08 cores=0,2,4,6
/proc/27294/task/27348/stat : 27348 (java) S 27291 27294 20994 0 -1 1077944384 1 13199 0 0 0 0 5 3 20 0 15 0 230218151 11246329856 10879 33554432000 4194304 4196468 140732797800224 140208091875728 140208087643861 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28905472 140732797803107 140732797805916 140732797805916 140732797808591 0
[pid=27294/tid=27349] ppid=27291 vsize=10982744 memory=140101411985024 CPUtime=0.08 cores=0,2,4,6
/proc/27294/task/27349/stat : 27349 (java) S 27291 27294 20994 0 -1 1077944384 1 13199 0 0 0 0 5 3 20 0 15 0 230218151 11246329856 10879 33554432000 4194304 4196468 140732797800224 140207946594576 140208087643861 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28905472 140732797803107 140732797805916 140732797805916 140732797808591 0
[pid=27294/tid=27350] ppid=27291 vsize=10982744 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/27294/task/27350/stat : 27350 (java) S 27291 27294 20994 0 -1 1077944384 2 13199 0 0 0 0 5 3 20 0 15 0 230218151 11246329856 10879 33554432000 4194304 4196468 140732797800224 140207945542288 140208087643861 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28905472 140732797803107 140732797805916 140732797805916 140732797808591 0
[pid=27294/tid=27351] ppid=27291 vsize=10982744 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/27294/task/27351/stat : 27351 (java) S 27291 27294 20994 0 -1 1077944384 1 13199 0 0 0 0 5 3 20 0 15 0 230218151 11246329856 10945 33554432000 4194304 4196468 140732797800224 140207944489488 140208087643861 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28905472 140732797803107 140732797805916 140732797805916 140732797808591 0
[pid=27294/tid=27352] ppid=27291 vsize=10982744 memory=140101411985024 CPUtime=0.08 cores=0,2,4,6
/proc/27294/task/27352/stat : 27352 (java) S 27291 27294 20994 0 -1 1077944384 2 13199 0 0 0 0 5 3 20 0 15 0 230218152 11246329856 10945 33554432000 4194304 4196468 140732797800224 140207512975984 140208087644802 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28905472 140732797803107 140732797805916 140732797805916 140732797808591 0
[pid=27294/tid=27353] ppid=27291 vsize=10982744 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/27294/task/27353/stat : 27353 (java) S 27291 27294 20994 0 -1 1077944384 13 13199 0 0 0 0 5 3 20 0 15 0 230218153 11246329856 10945 33554432000 4194304 4196468 140732797800224 140206925669664 140208087643861 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28905472 140732797803107 140732797805916 140732797805916 140732797808591 0
[pid=27294/tid=27354] ppid=27291 vsize=10982744 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/27294/task/27354/stat : 27354 (java) S 27291 27294 20994 0 -1 1077944384 1 13199 0 0 0 0 5 3 20 0 15 0 230218153 11246329856 10945 33554432000 4194304 4196468 140732797800224 140206724343408 140208087643861 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28905472 140732797803107 140732797805916 140732797805916 140732797808591 0
[pid=27294/tid=27355] ppid=27291 vsize=10982744 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/27294/task/27355/stat : 27355 (java) S 27291 27294 20994 0 -1 1077944384 3 13199 0 0 0 0 5 3 20 0 15 0 230218156 11246329856 10945 33554432000 4194304 4196468 140732797800224 140206416943696 140208087652251 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28905472 140732797803107 140732797805916 140732797805916 140732797808591 0
[pid=27294/tid=27356] ppid=27291 vsize=10982744 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/27294/task/27356/stat : 27356 (java) S 27291 27294 20994 0 -1 1077944384 373 13199 0 0 1 0 5 3 20 0 15 0 230218156 11246329856 10945 33554432000 4194304 4196468 140732797800224 140207511922800 140208087644802 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28905472 140732797803107 140732797805916 140732797805916 140732797808591 0
[pid=27294/tid=27357] ppid=27291 vsize=10982744 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/27294/task/27357/stat : 27357 (java) S 27291 27294 20994 0 -1 1077944384 248 13199 0 0 0 0 5 3 20 0 15 0 230218156 11246329856 10945 33554432000 4194304 4196468 140732797800224 140207510870000 140208087644802 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28905472 140732797803107 140732797805916 140732797805916 140732797808591 0
[pid=27294/tid=27358] ppid=27291 vsize=10982744 memory=140101411985024 CPUtime=0.11 cores=0,2,4,6
/proc/27294/task/27358/stat : 27358 (java) S 27291 27294 20994 0 -1 1077944384 603 13199 0 0 3 0 5 3 20 0 15 0 230218156 11246329856 10945 33554432000 4194304 4196468 140732797800224 140207509817712 140208087644802 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28905472 140732797803107 140732797805916 140732797805916 140732797808591 0
[pid=27294/tid=27359] ppid=27291 vsize=10982744 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/27294/task/27359/stat : 27359 (java) S 27291 27294 20994 0 -1 1077944384 3 13199 0 0 0 0 5 3 20 0 15 0 230218156 11246329856 10945 33554432000 4194304 4196468 140732797800224 140205986146784 140208087643861 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28905472 140732797803107 140732797805916 140732797805916 140732797808591 0
[pid=27294/tid=27360] ppid=27291 vsize=10982744 memory=140101411985024 CPUtime=0.08 cores=0,2,4,6
/proc/27294/task/27360/stat : 27360 (java) S 27291 27294 20994 0 -1 1077944384 1 13199 0 0 0 0 5 3 20 0 15 0 230218156 11246329856 10945 33554432000 4194304 4196468 140732797800224 140207508765616 140208087644802 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28905472 140732797803107 140732797805916 140732797805916 140732797808591 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10982744 KiB
Current children cumulated memory: 43516 KiB

[startup+0.310457 s]*
/proc/loadavg: 1.42 1.36 1.41 3/219 27360
/proc/meminfo: memFree=11089348/32770624 swapFree=67108852/67108860
[pid=27294] ppid=27291 vsize=10983192 memory=56328 CPUtime=0.39 cores=0,2,4,6
/proc/27294/stat : 27294 (java) S 27291 27294 20994 0 -1 1077944320 10632 13199 0 0 28 3 5 3 20 0 15 0 230218141 11246788608 14082 33554432000 4194304 4196468 140732797800224 140732797782768 140208087633655 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 28905472 140732797803107 140732797805916 140732797805916 140732797808591 0
/proc/27294/statm: 2745798 14082 3071 1 0 2708109 0
[pid=27294/tid=27347] ppid=27291 vsize=10983192 memory=6791534058613427641 CPUtime=0.29 cores=0,2,4,6
/proc/27294/task/27347/stat : 27347 (java) R 27291 27294 20994 0 -1 4202560 7179 13199 0 0 19 2 5 3 20 0 15 0 230218150 11246788608 14082 33554432000 4194304 4196468 140732797800224 140208059445664 140208071740483 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 28905472 140732797803107 140732797805916 140732797805916 140732797808591 0
[pid=27294/tid=27348] ppid=27291 vsize=10983192 memory=7084813469699035216 CPUtime=0.08 cores=0,2,4,6
/proc/27294/task/27348/stat : 27348 (java) S 27291 27294 20994 0 -1 1077944384 1 13199 0 0 0 0 5 3 20 0 15 0 230218151 11246788608 14082 33554432000 4194304 4196468 140732797800224 140208091875728 140208087643861 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28905472 140732797803107 140732797805916 140732797805916 140732797808591 0
[pid=27294/tid=27349] ppid=27291 vsize=10983192 memory=2076 CPUtime=0.08 cores=0,2,4,6
/proc/27294/task/27349/stat : 27349 (java) S 27291 27294 20994 0 -1 1077944384 1 13199 0 0 0 0 5 3 20 0 15 0 230218151 11246788608 14082 33554432000 4194304 4196468 140732797800224 140207946594576 140208087643861 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28905472 140732797803107 140732797805916 140732797805916 140732797808591 0
[pid=27294/tid=27350] ppid=27291 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/27294/task/27350/stat : 27350 (java) S 27291 27294 20994 0 -1 1077944384 2 13199 0 0 0 0 5 3 20 0 15 0 230218151 11246788608 14082 33554432000 4194304 4196468 140732797800224 140207945542288 140208087643861 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28905472 140732797803107 140732797805916 140732797805916 140732797808591 0
[pid=27294/tid=27351] ppid=27291 vsize=10983192 memory=4872558044660077418 CPUtime=0.08 cores=0,2,4,6
/proc/27294/task/27351/stat : 27351 (java) S 27291 27294 20994 0 -1 1077944384 1 13199 0 0 0 0 5 3 20 0 15 0 230218151 11246788608 14082 33554432000 4194304 4196468 140732797800224 140207944489488 140208087643861 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28905472 140732797803107 140732797805916 140732797805916 140732797808591 0
[pid=27294/tid=27352] ppid=27291 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/27294/task/27352/stat : 27352 (java) S 27291 27294 20994 0 -1 1077944384 2 13199 0 0 0 0 5 3 20 0 15 0 230218152 11246788608 14082 33554432000 4194304 4196468 140732797800224 140207512975984 140208087644802 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28905472 140732797803107 140732797805916 140732797805916 140732797808591 0
[pid=27294/tid=27353] ppid=27291 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/27294/task/27353/stat : 27353 (java) S 27291 27294 20994 0 -1 1077944384 13 13199 0 0 0 0 5 3 20 0 15 0 230218153 11246788608 14082 33554432000 4194304 4196468 140732797800224 140206925669664 140208087643861 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28905472 140732797803107 140732797805916 140732797805916 140732797808591 0
[pid=27294/tid=27354] ppid=27291 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/27294/task/27354/stat : 27354 (java) S 27291 27294 20994 0 -1 1077944384 1 13199 0 0 0 0 5 3 20 0 15 0 230218153 11246788608 14082 33554432000 4194304 4196468 140732797800224 140206724343408 140208087643861 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28905472 140732797803107 140732797805916 140732797805916 140732797808591 0
[pid=27294/tid=27355] ppid=27291 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/27294/task/27355/stat : 27355 (java) S 27291 27294 20994 0 -1 1077944384 3 13199 0 0 0 0 5 3 20 0 15 0 230218156 11246788608 14082 33554432000 4194304 4196468 140732797800224 140206416943696 140208087652251 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28905472 140732797803107 140732797805916 140732797805916 140732797808591 0
[pid=27294/tid=27356] ppid=27291 vsize=10983192 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/27294/task/27356/stat : 27356 (java) S 27291 27294 20994 0 -1 1077944384 374 13199 0 0 2 0 5 3 20 0 15 0 230218156 11246788608 14082 33554432000 4194304 4196468 140732797800224 140207511922800 140208087644802 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28905472 140732797803107 140732797805916 140732797805916 140732797808591 0
[pid=27294/tid=27357] ppid=27291 vsize=10983192 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/27294/task/27357/stat : 27357 (java) S 27291 27294 20994 0 -1 1077944384 248 13199 0 0 1 0 5 3 20 0 15 0 230218156 11246788608 14082 33554432000 4194304 4196468 140732797800224 140207510870000 140208087644802 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28905472 140732797803107 140732797805916 140732797805916 140732797808591 0
[pid=27294/tid=27358] ppid=27291 vsize=10983192 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/27294/task/27358/stat : 27358 (java) S 27291 27294 20994 0 -1 1077944384 613 13199 0 0 4 0 5 3 20 0 15 0 230218156 11246788608 14082 33554432000 4194304 4196468 140732797800224 140207509817712 140208087644802 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28905472 140732797803107 140732797805916 140732797805916 140732797808591 0
[pid=27294/tid=27359] ppid=27291 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/27294/task/27359/stat : 27359 (java) S 27291 27294 20994 0 -1 1077944384 3 13199 0 0 0 0 5 3 20 0 15 0 230218156 11246788608 14082 33554432000 4194304 4196468 140732797800224 140205986146784 140208087643861 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28905472 140732797803107 140732797805916 140732797805916 140732797808591 0
[pid=27294/tid=27360] ppid=27291 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/27294/task/27360/stat : 27360 (java) S 27291 27294 20994 0 -1 1077944384 1 13199 0 0 0 0 5 3 20 0 15 0 230218156 11246788608 14082 33554432000 4194304 4196468 140732797800224 140207508765616 140208087644802 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28905472 140732797803107 140732797805916 140732797805916 140732797808591 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 56328 KiB

[startup+0.700759 s]
/proc/loadavg: 1.42 1.36 1.41 3/219 27360
/proc/meminfo: memFree=11078804/32770624 swapFree=67108852/67108860
[pid=27294] ppid=27291 vsize=10983192 memory=88352 CPUtime=0.99 cores=0,2,4,6
/proc/27294/stat : 27294 (java) S 27291 27294 20994 0 -1 1077944320 16729 13199 0 0 87 4 5 3 20 0 15 0 230218141 11246788608 22088 33554432000 4194304 4196468 140732797800224 140732797782768 140208087633655 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 28905472 140732797803107 140732797805916 140732797805916 140732797808591 0
/proc/27294/statm: 2745798 22088 3238 1 0 2708109 0
[pid=27294/tid=27347] ppid=27291 vsize=10983192 memory=0 CPUtime=0.66 cores=0,2,4,6
/proc/27294/task/27347/stat : 27347 (java) R 27291 27294 20994 0 -1 4202560 12224 13199 0 0 55 3 5 3 20 0 15 0 230218150 11246788608 22088 33554432000 4194304 4196468 140732797800224 140208059456656 140208067820764 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 28905472 140732797803107 140732797805916 140732797805916 140732797808591 0
[pid=27294/tid=27348] ppid=27291 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/27294/task/27348/stat : 27348 (java) S 27291 27294 20994 0 -1 1077944384 1 13199 0 0 0 0 5 3 20 0 15 0 230218151 11246788608 22088 33554432000 4194304 4196468 140732797800224 140208091875728 140208087643861 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28905472 140732797803107 140732797805916 140732797805916 140732797808591 0
[pid=27294/tid=27349] ppid=27291 vsize=10983192 memory=3768 CPUtime=0.08 cores=0,2,4,6
/proc/27294/task/27349/stat : 27349 (java) S 27291 27294 20994 0 -1 1077944384 1 13199 0 0 0 0 5 3 20 0 15 0 230218151 11246788608 22088 33554432000 4194304 4196468 140732797800224 140207946594576 140208087643861 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28905472 140732797803107 140732797805916 140732797805916 140732797808591 0
[pid=27294/tid=27350] ppid=27291 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/27294/task/27350/stat : 27350 (java) S 27291 27294 20994 0 -1 1077944384 2 13199 0 0 0 0 5 3 20 0 15 0 230218151 11246788608 22088 33554432000 4194304 4196468 140732797800224 140207945542288 140208087643861 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28905472 140732797803107 140732797805916 140732797805916 140732797808591 0
[pid=27294/tid=27351] ppid=27291 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/27294/task/27351/stat : 27351 (java) S 27291 27294 20994 0 -1 1077944384 1 13199 0 0 0 0 5 3 20 0 15 0 230218151 11246788608 22088 33554432000 4194304 4196468 140732797800224 140207944489488 140208087643861 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28905472 140732797803107 140732797805916 140732797805916 140732797808591 0
[pid=27294/tid=27352] ppid=27291 vsize=10983192 memory=4420 CPUtime=0.08 cores=0,2,4,6
/proc/27294/task/27352/stat : 27352 (java) S 27291 27294 20994 0 -1 1077944384 5 13199 0 0 0 0 5 3 20 0 15 0 230218152 11246788608 22088 33554432000 4194304 4196468 140732797800224 140207512975984 140208087644802 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28905472 140732797803107 140732797805916 140732797805916 140732797808591 0
[pid=27294/tid=27353] ppid=27291 vsize=10983192 memory=6628 CPUtime=0.08 cores=0,2,4,6
/proc/27294/task/27353/stat : 27353 (java) S 27291 27294 20994 0 -1 1077944384 13 13199 0 0 0 0 5 3 20 0 15 0 230218153 11246788608 22088 33554432000 4194304 4196468 140732797800224 140206925669664 140208087643861 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28905472 140732797803107 140732797805916 140732797805916 140732797808591 0
[pid=27294/tid=27354] ppid=27291 vsize=10983192 memory=8836 CPUtime=0.08 cores=0,2,4,6
/proc/27294/task/27354/stat : 27354 (java) S 27291 27294 20994 0 -1 1077944384 1 13199 0 0 0 0 5 3 20 0 15 0 230218153 11246788608 22088 33554432000 4194304 4196468 140732797800224 140206724343408 140208087643861 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28905472 140732797803107 140732797805916 140732797805916 140732797808591 0
[pid=27294/tid=27355] ppid=27291 vsize=10983192 memory=11044 CPUtime=0.08 cores=0,2,4,6
/proc/27294/task/27355/stat : 27355 (java) S 27291 27294 20994 0 -1 1077944384 3 13199 0 0 0 0 5 3 20 0 15 0 230218156 11246788608 22088 33554432000 4194304 4196468 140732797800224 140206416943696 140208087652251 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28905472 140732797803107 140732797805916 140732797805916 140732797808591 0
[pid=27294/tid=27356] ppid=27291 vsize=10983192 memory=13252 CPUtime=0.16 cores=0,2,4,6
/proc/27294/task/27356/stat : 27356 (java) S 27291 27294 20994 0 -1 1077944384 783 13199 0 0 8 0 5 3 20 0 15 0 230218156 11246788608 22088 33554432000 4194304 4196468 140732797800224 140207511922800 140208087644802 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28905472 140732797803107 140732797805916 140732797805916 140732797808591 0
[pid=27294/tid=27357] ppid=27291 vsize=10983192 memory=15460 CPUtime=0.17 cores=0,2,4,6
/proc/27294/task/27357/stat : 27357 (java) S 27291 27294 20994 0 -1 1077944384 828 13199 0 0 9 0 5 3 20 0 15 0 230218156 11246788608 22088 33554432000 4194304 4196468 140732797800224 140207510870000 140208087644802 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28905472 140732797803107 140732797805916 140732797805916 140732797808591 0
[pid=27294/tid=27358] ppid=27291 vsize=10983192 memory=17668 CPUtime=0.21 cores=0,2,4,6
/proc/27294/task/27358/stat : 27358 (java) S 27291 27294 20994 0 -1 1077944384 673 13199 0 0 13 0 5 3 20 0 15 0 230218156 11246788608 22088 33554432000 4194304 4196468 140732797800224 140207509817712 140208087644802 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28905472 140732797803107 140732797805916 140732797805916 140732797808591 0
[pid=27294/tid=27359] ppid=27291 vsize=10983192 memory=19876 CPUtime=0.08 cores=0,2,4,6
/proc/27294/task/27359/stat : 27359 (java) S 27291 27294 20994 0 -1 1077944384 3 13199 0 0 0 0 5 3 20 0 15 0 230218156 11246788608 22088 33554432000 4194304 4196468 140732797800224 140205986146784 140208087643861 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28905472 140732797803107 140732797805916 140732797805916 140732797808591 0
[pid=27294/tid=27360] ppid=27291 vsize=10983192 memory=22084 CPUtime=0.08 cores=0,2,4,6
/proc/27294/task/27360/stat : 27360 (java) S 27291 27294 20994 0 -1 1077944384 1 13199 0 0 0 0 5 3 20 0 15 0 230218156 11246788608 22088 33554432000 4194304 4196468 140732797800224 140207508765616 140208087644802 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28905472 140732797803107 140732797805916 140732797805916 140732797808591 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 88352 KiB

[startup+1.50071 s]
/proc/loadavg: 1.42 1.36 1.41 3/219 27360
/proc/meminfo: memFree=11035264/32770624 swapFree=67108852/67108860
[pid=27294] ppid=27291 vsize=10998092 memory=179456 CPUtime=2.23 cores=0,2,4,6
/proc/27294/stat : 27294 (java) S 27291 27294 20994 0 -1 1077944320 23871 13199 0 0 207 8 5 3 20 0 15 0 230218141 11262046208 44864 33554432000 4194304 4196468 140732797800224 140732797782768 140208087633655 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 28905472 140732797803107 140732797805916 140732797805916 140732797808591 0
/proc/27294/statm: 2749523 44864 3469 1 0 2711181 0
[pid=27294/tid=27347] ppid=27291 vsize=10998092 memory=0 CPUtime=1.43 cores=0,2,4,6
/proc/27294/task/27347/stat : 27347 (java) R 27291 27294 20994 0 -1 4202560 17765 13199 0 0 130 5 5 3 20 0 15 0 230218150 11262046208 44864 33554432000 4194304 4196468 140732797800224 140208059451088 140208070826375 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 28905472 140732797803107 140732797805916 140732797805916 140732797808591 0
[pid=27294/tid=27348] ppid=27291 vsize=10998092 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/27294/task/27348/stat : 27348 (java) S 27291 27294 20994 0 -1 1077944384 28 13199 0 0 1 0 5 3 20 0 15 0 230218151 11262046208 44864 33554432000 4194304 4196468 140732797800224 140208091875728 140208087643861 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28905472 140732797803107 140732797805916 140732797805916 140732797808591 0
[pid=27294/tid=27349] ppid=27291 vsize=10998092 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/27294/task/27349/stat : 27349 (java) S 27291 27294 20994 0 -1 1077944384 61 13199 0 0 1 0 5 3 20 0 15 0 230218151 11262046208 44864 33554432000 4194304 4196468 140732797800224 140207946594576 140208087643861 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28905472 140732797803107 140732797805916 140732797805916 140732797808591 0
[pid=27294/tid=27350] ppid=27291 vsize=10998092 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/27294/task/27350/stat : 27350 (java) S 27291 27294 20994 0 -1 1077944384 25 13199 0 0 1 0 5 3 20 0 15 0 230218151 11262046208 44864 33554432000 4194304 4196468 140732797800224 140207945542288 140208087643861 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28905472 140732797803107 140732797805916 140732797805916 140732797808591 0
[pid=27294/tid=27351] ppid=27291 vsize=10998092 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/27294/task/27351/stat : 27351 (java) S 27291 27294 20994 0 -1 1077944384 292 13199 0 0 0 0 5 3 20 0 15 0 230218151 11262046208 44864 33554432000 4194304 4196468 140732797800224 140207944489488 140208087643861 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28905472 140732797803107 140732797805916 140732797805916 140732797808591 0
[pid=27294/tid=27352] ppid=27291 vsize=10998092 memory=-7965959130280075168 CPUtime=0.09 cores=0,2,4,6
/proc/27294/task/27352/stat : 27352 (java) S 27291 27294 20994 0 -1 1077944384 56 13199 0 0 1 0 5 3 20 0 15 0 230218152 11262046208 44864 33554432000 4194304 4196468 140732797800224 140207512975984 140208087644802 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28905472 140732797803107 140732797805916 140732797805916 140732797808591 0
[pid=27294/tid=27353] ppid=27291 vsize=10998092 memory=280202592725248 CPUtime=0.08 cores=0,2,4,6
/proc/27294/task/27353/stat : 27353 (java) S 27291 27294 20994 0 -1 1077944384 14 13199 0 0 0 0 5 3 20 0 15 0 230218153 11262046208 44864 33554432000 4194304 4196468 140732797800224 140206925669728 140208087643861 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28905472 140732797803107 140732797805916 140732797805916 140732797808591 0
[pid=27294/tid=27354] ppid=27291 vsize=10998092 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/27294/task/27354/stat : 27354 (java) S 27291 27294 20994 0 -1 1077944384 1 13199 0 0 0 0 5 3 20 0 15 0 230218153 11262046208 44864 33554432000 4194304 4196468 140732797800224 140206724343424 140208087643861 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28905472 140732797803107 140732797805916 140732797805916 140732797808591 0
[pid=27294/tid=27355] ppid=27291 vsize=10998092 memory=11796 CPUtime=0.08 cores=0,2,4,6
/proc/27294/task/27355/stat : 27355 (java) S 27291 27294 20994 0 -1 1077944384 3 13199 0 0 0 0 5 3 20 0 15 0 230218156 11262046208 44864 33554432000 4194304 4196468 140732797800224 140206416943696 140208087652251 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28905472 140732797803107 140732797805916 140732797805916 140732797808591 0
[pid=27294/tid=27356] ppid=27291 vsize=10998092 memory=5772 CPUtime=0.27 cores=0,2,4,6
/proc/27294/task/27356/stat : 27356 (java) S 27291 27294 20994 0 -1 1077944384 1290 13199 0 0 19 0 5 3 20 0 15 0 230218156 11262046208 44864 33554432000 4194304 4196468 140732797800224 140207511922800 140208087644802 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28905472 140732797803107 140732797805916 140732797805916 140732797808591 0
[pid=27294/tid=27357] ppid=27291 vsize=10998092 memory=4616 CPUtime=0.29 cores=0,2,4,6
/proc/27294/task/27357/stat : 27357 (java) S 27291 27294 20994 0 -1 1077944384 1024 13199 0 0 21 0 5 3 20 0 15 0 230218156 11262046208 44864 33554432000 4194304 4196468 140732797800224 140207510870000 140208087644802 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28905472 140732797803107 140732797805916 140732797805916 140732797808591 0
[pid=27294/tid=27358] ppid=27291 vsize=10998092 memory=1388 CPUtime=0.37 cores=0,2,4,6
/proc/27294/task/27358/stat : 27358 (java) S 27291 27294 20994 0 -1 1077944384 1118 13199 0 0 29 0 5 3 20 0 15 0 230218156 11262046208 44864 33554432000 4194304 4196468 140732797800224 140207509817712 140208087644802 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28905472 140732797803107 140732797805916 140732797805916 140732797808591 0
[pid=27294/tid=27359] ppid=27291 vsize=10998092 memory=1228 CPUtime=0.08 cores=0,2,4,6
/proc/27294/task/27359/stat : 27359 (java) S 27291 27294 20994 0 -1 1077944384 3 13199 0 0 0 0 5 3 20 0 15 0 230218156 11262046208 44864 33554432000 4194304 4196468 140732797800224 140205986146784 140208087643861 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28905472 140732797803107 140732797805916 140732797805916 140732797808591 0
[pid=27294/tid=27360] ppid=27291 vsize=10998092 memory=880 CPUtime=0.08 cores=0,2,4,6
/proc/27294/task/27360/stat : 27360 (java) S 27291 27294 20994 0 -1 1077944384 1 13199 0 0 0 0 5 3 20 0 15 0 230218156 11262046208 44864 33554432000 4194304 4196468 140732797800224 140207508765616 140208087644802 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28905472 140732797803107 140732797805916 140732797805916 140732797808591 0
Current children cumulated CPU time: 2.23 s
Current children cumulated vsize: 10998092 KiB

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

[pid=27294/tid=27359] ppid=27291 vsize=11077984 memory=1796 CPUtime=0.08 cores=0,2,4,6
/proc/27294/task/27359/stat : 27359 (java) S 27291 27294 20994 0 -1 1077944384 3 13199 0 0 0 0 5 3 20 0 15 0 230218156 11343855616 174285 33554432000 4194304 4196468 140732797800224 140205986146784 140208087643861 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28905472 140732797803107 140732797805916 140732797805916 140732797808591 0
[pid=27294/tid=27360] ppid=27291 vsize=11077984 memory=756 CPUtime=0.88 cores=0,2,4,6
/proc/27294/task/27360/stat : 27360 (java) S 27291 27294 20994 0 -1 1077944384 1715 13199 0 0 38 42 5 3 20 0 15 0 230218156 11343855616 174285 33554432000 4194304 4196468 140732797800224 140207508765616 140208087644802 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28905472 140732797803107 140732797805916 140732797805916 140732797808591 0
Current children cumulated CPU time: 1362.49 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 697140 KiB

[startup+1334.4 s]
/proc/loadavg: 1.45 1.34 1.37 3/219 27528
/proc/meminfo: memFree=10536560/32770624 swapFree=67108852/67108860
[pid=27294] ppid=27291 vsize=11077984 memory=697176 CPUtime=1365.73 cores=0,2,4,6
/proc/27294/stat : 27294 (java) S 27291 27294 20994 0 -1 1077944320 164446 13199 0 0 136370 195 5 3 20 0 15 0 230218141 11343855616 174294 33554432000 4194304 4196468 140732797800224 140732797782768 140208087633655 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 28905472 140732797803107 140732797805916 140732797805916 140732797808591 0
/proc/27294/statm: 2769496 174294 3516 1 0 2731149 0
[pid=27294/tid=27347] ppid=27291 vsize=11077984 memory=697140 CPUtime=1321.8 cores=0,2,4,6
/proc/27294/task/27347/stat : 27347 (java) R 27291 27294 20994 0 -1 4202560 66781 13199 0 0 132141 31 5 3 20 0 15 0 230218150 11343855616 174294 33554432000 4194304 4196468 140732797800224 140208059468768 140207628061992 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 28905472 140732797803107 140732797805916 140732797805916 140732797808591 0
[pid=27294/tid=27348] ppid=27291 vsize=11077984 memory=1404 CPUtime=5.42 cores=0,2,4,6
/proc/27294/task/27348/stat : 27348 (java) S 27291 27294 20994 0 -1 1077944384 7423 13199 0 0 505 29 5 3 20 0 15 0 230218151 11343855616 174294 33554432000 4194304 4196468 140732797800224 140208091875728 140208087643861 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28905472 140732797803107 140732797805916 140732797805916 140732797808591 0
[pid=27294/tid=27349] ppid=27291 vsize=11077984 memory=697176 CPUtime=5.4 cores=0,2,4,6
/proc/27294/task/27349/stat : 27349 (java) S 27291 27294 20994 0 -1 1077944384 5826 13199 0 0 501 31 5 3 20 0 15 0 230218151 11343855616 174294 33554432000 4194304 4196468 140732797800224 140207946594576 140208087643861 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28905472 140732797803107 140732797805916 140732797805916 140732797808591 0
[pid=27294/tid=27350] ppid=27291 vsize=11077984 memory=697176 CPUtime=5.41 cores=0,2,4,6
/proc/27294/task/27350/stat : 27350 (java) S 27291 27294 20994 0 -1 1077944384 8847 13199 0 0 505 28 5 3 20 0 15 0 230218151 11343855616 174294 33554432000 4194304 4196468 140732797800224 140207945542288 140208087643861 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28905472 140732797803107 140732797805916 140732797805916 140732797808591 0
[pid=27294/tid=27351] ppid=27291 vsize=11077984 memory=697140 CPUtime=5.41 cores=0,2,4,6
/proc/27294/task/27351/stat : 27351 (java) S 27291 27294 20994 0 -1 1077944384 3571 13199 0 0 504 29 5 3 20 0 15 0 230218151 11343855616 174294 33554432000 4194304 4196468 140732797800224 140207944489488 140208087643861 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28905472 140732797803107 140732797805916 140732797805916 140732797808591 0
[pid=27294/tid=27352] ppid=27291 vsize=11077984 memory=697140 CPUtime=5.61 cores=0,2,4,6
/proc/27294/task/27352/stat : 27352 (java) S 27291 27294 20994 0 -1 1077944384 6774 13199 0 0 527 26 5 3 20 0 15 0 230218152 11343855616 174294 33554432000 4194304 4196468 140732797800224 140207512975984 140208087644802 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28905472 140732797803107 140732797805916 140732797805916 140732797808591 0
[pid=27294/tid=27353] ppid=27291 vsize=11077984 memory=1796 CPUtime=0.08 cores=0,2,4,6
/proc/27294/task/27353/stat : 27353 (java) S 27291 27294 20994 0 -1 1077944384 16 13199 0 0 0 0 5 3 20 0 15 0 230218153 11343855616 174294 33554432000 4194304 4196468 140732797800224 140206925669792 140208087643861 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28905472 140732797803107 140732797805916 140732797805916 140732797808591 0
[pid=27294/tid=27354] ppid=27291 vsize=11077984 memory=756 CPUtime=0.08 cores=0,2,4,6
/proc/27294/task/27354/stat : 27354 (java) S 27291 27294 20994 0 -1 1077944384 8 13199 0 0 0 0 5 3 20 0 15 0 230218153 11343855616 174294 33554432000 4194304 4196468 140732797800224 140206724343424 140208087643861 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28905472 140732797803107 140732797805916 140732797805916 140732797808591 0
[pid=27294/tid=27355] ppid=27291 vsize=11077984 memory=1620 CPUtime=0.08 cores=0,2,4,6
/proc/27294/task/27355/stat : 27355 (java) S 27291 27294 20994 0 -1 1077944384 3 13199 0 0 0 0 5 3 20 0 15 0 230218156 11343855616 174294 33554432000 4194304 4196468 140732797800224 140206416943696 140208087652251 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28905472 140732797803107 140732797805916 140732797805916 140732797808591 0
[pid=27294/tid=27356] ppid=27291 vsize=11077984 memory=11796 CPUtime=6.56 cores=0,2,4,6
/proc/27294/task/27356/stat : 27356 (java) S 27291 27294 20994 0 -1 1077944384 22099 13199 0 0 644 4 5 3 20 0 15 0 230218156 11343855616 174294 33554432000 4194304 4196468 140732797800224 140207511922800 140208087644802 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28905472 140732797803107 140732797805916 140732797805916 140732797808591 0
[pid=27294/tid=27357] ppid=27291 vsize=11077984 memory=5772 CPUtime=6.75 cores=0,2,4,6
/proc/27294/task/27357/stat : 27357 (java) S 27291 27294 20994 0 -1 1077944384 21347 13199 0 0 664 3 5 3 20 0 15 0 230218156 11343855616 174294 33554432000 4194304 4196468 140732797800224 140207510870000 140208087644802 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28905472 140732797803107 140732797805916 140732797805916 140732797808591 0
[pid=27294/tid=27358] ppid=27291 vsize=11077984 memory=4616 CPUtime=3.08 cores=0,2,4,6
/proc/27294/task/27358/stat : 27358 (java) S 27291 27294 20994 0 -1 1077944384 17843 13199 0 0 295 5 5 3 20 0 15 0 230218156 11343855616 174294 33554432000 4194304 4196468 140732797800224 140207509817712 140208087644802 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28905472 140732797803107 140732797805916 140732797805916 140732797808591 0
[pid=27294/tid=27359] ppid=27291 vsize=11077984 memory=1388 CPUtime=0.08 cores=0,2,4,6
/proc/27294/task/27359/stat : 27359 (java) S 27291 27294 20994 0 -1 1077944384 3 13199 0 0 0 0 5 3 20 0 15 0 230218156 11343855616 174294 33554432000 4194304 4196468 140732797800224 140205986146784 140208087643861 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28905472 140732797803107 140732797805916 140732797805916 140732797808591 0
[pid=27294/tid=27360] ppid=27291 vsize=11077984 memory=1228 CPUtime=0.88 cores=0,2,4,6
/proc/27294/task/27360/stat : 27360 (java) S 27291 27294 20994 0 -1 1077944384 1715 13199 0 0 38 42 5 3 20 0 15 0 230218156 11343855616 174294 33554432000 4194304 4196468 140732797800224 140207508765616 140208087644802 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28905472 140732797803107 140732797805916 140732797805916 140732797808591 0
Current children cumulated CPU time: 1365.73 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 697176 KiB

[startup+1336 s]*
/proc/loadavg: 1.41 1.33 1.37 3/219 27528
/proc/meminfo: memFree=10536560/32770624 swapFree=67108852/67108860
[pid=27294] ppid=27291 vsize=11077984 memory=697176 CPUtime=1367.44 cores=0,2,4,6
/proc/27294/stat : 27294 (java) S 27291 27294 20994 0 -1 1077944320 164937 13199 0 0 136541 195 5 3 20 0 15 0 230218141 11343855616 174294 33554432000 4194304 4196468 140732797800224 140732797782768 140208087633655 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 28905472 140732797803107 140732797805916 140732797805916 140732797808591 0
/proc/27294/statm: 2769496 174294 3516 1 0 2731149 0
[pid=27294/tid=27347] ppid=27291 vsize=11077984 memory=6791534058613427641 CPUtime=1323.39 cores=0,2,4,6
/proc/27294/task/27347/stat : 27347 (java) R 27291 27294 20994 0 -1 4202560 66830 13199 0 0 132300 31 5 3 20 0 15 0 230218150 11343855616 174294 33554432000 4194304 4196468 140732797800224 140208059469040 140207618065063 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 28905472 140732797803107 140732797805916 140732797805916 140732797808591 0
[pid=27294/tid=27348] ppid=27291 vsize=11077984 memory=1172 CPUtime=5.43 cores=0,2,4,6
/proc/27294/task/27348/stat : 27348 (java) S 27291 27294 20994 0 -1 1077944384 7424 13199 0 0 506 29 5 3 20 0 15 0 230218151 11343855616 174294 33554432000 4194304 4196468 140732797800224 140208091875728 140208087643861 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28905472 140732797803107 140732797805916 140732797805916 140732797808591 0
[pid=27294/tid=27349] ppid=27291 vsize=11077984 memory=6880 CPUtime=5.41 cores=0,2,4,6
/proc/27294/task/27349/stat : 27349 (java) S 27291 27294 20994 0 -1 1077944384 5827 13199 0 0 502 31 5 3 20 0 15 0 230218151 11343855616 174294 33554432000 4194304 4196468 140732797800224 140207946594576 140208087643861 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28905472 140732797803107 140732797805916 140732797805916 140732797808591 0
[pid=27294/tid=27350] ppid=27291 vsize=11077984 memory=15252 CPUtime=5.42 cores=0,2,4,6
/proc/27294/task/27350/stat : 27350 (java) S 27291 27294 20994 0 -1 1077944384 8848 13199 0 0 506 28 5 3 20 0 15 0 230218151 11343855616 174294 33554432000 4194304 4196468 140732797800224 140207945542288 140208087643861 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28905472 140732797803107 140732797805916 140732797805916 140732797808591 0
[pid=27294/tid=27351] ppid=27291 vsize=11077984 memory=4872558044660077418 CPUtime=5.41 cores=0,2,4,6
/proc/27294/task/27351/stat : 27351 (java) S 27291 27294 20994 0 -1 1077944384 3571 13199 0 0 504 29 5 3 20 0 15 0 230218151 11343855616 174294 33554432000 4194304 4196468 140732797800224 140207944489488 140208087643861 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28905472 140732797803107 140732797805916 140732797805916 140732797808591 0
[pid=27294/tid=27352] ppid=27291 vsize=11077984 memory=1228 CPUtime=5.62 cores=0,2,4,6
/proc/27294/task/27352/stat : 27352 (java) S 27291 27294 20994 0 -1 1077944384 6775 13199 0 0 528 26 5 3 20 0 15 0 230218152 11343855616 174294 33554432000 4194304 4196468 140732797800224 140207512975984 140208087644802 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28905472 140732797803107 140732797805916 140732797805916 140732797808591 0
[pid=27294/tid=27353] ppid=27291 vsize=11077984 memory=880 CPUtime=0.08 cores=0,2,4,6
/proc/27294/task/27353/stat : 27353 (java) S 27291 27294 20994 0 -1 1077944384 16 13199 0 0 0 0 5 3 20 0 15 0 230218153 11343855616 174294 33554432000 4194304 4196468 140732797800224 140206925669792 140208087643861 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28905472 140732797803107 140732797805916 140732797805916 140732797808591 0
[pid=27294/tid=27354] ppid=27291 vsize=11077984 memory=1940 CPUtime=0.08 cores=0,2,4,6
/proc/27294/task/27354/stat : 27354 (java) S 27291 27294 20994 0 -1 1077944384 8 13199 0 0 0 0 5 3 20 0 15 0 230218153 11343855616 174294 33554432000 4194304 4196468 140732797800224 140206724343424 140208087643861 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28905472 140732797803107 140732797805916 140732797805916 140732797808591 0
[pid=27294/tid=27355] ppid=27291 vsize=11077984 memory=1172 CPUtime=0.08 cores=0,2,4,6
/proc/27294/task/27355/stat : 27355 (java) S 27291 27294 20994 0 -1 1077944384 3 13199 0 0 0 0 5 3 20 0 15 0 230218156 11343855616 174294 33554432000 4194304 4196468 140732797800224 140206416943696 140208087652251 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28905472 140732797803107 140732797805916 140732797805916 140732797808591 0
[pid=27294/tid=27356] ppid=27291 vsize=11077984 memory=6880 CPUtime=6.59 cores=0,2,4,6
/proc/27294/task/27356/stat : 27356 (java) S 27291 27294 20994 0 -1 1077944384 22265 13199 0 0 647 4 5 3 20 0 15 0 230218156 11343855616 174294 33554432000 4194304 4196468 140732797800224 140207511922800 140208087644802 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28905472 140732797803107 140732797805916 140732797805916 140732797808591 0
[pid=27294/tid=27357] ppid=27291 vsize=11077984 memory=15252 CPUtime=6.8 cores=0,2,4,6
/proc/27294/task/27357/stat : 27357 (java) S 27291 27294 20994 0 -1 1077944384 21619 13199 0 0 669 3 5 3 20 0 15 0 230218156 11343855616 174294 33554432000 4194304 4196468 140732797800224 140207510870000 140208087644802 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28905472 140732797803107 140732797805916 140732797805916 140732797808591 0
[pid=27294/tid=27358] ppid=27291 vsize=11077984 memory=697176 CPUtime=3.08 cores=0,2,4,6
/proc/27294/task/27358/stat : 27358 (java) S 27291 27294 20994 0 -1 1077944384 17843 13199 0 0 295 5 5 3 20 0 15 0 230218156 11343855616 174294 33554432000 4194304 4196468 140732797800224 140207509817712 140208087644802 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28905472 140732797803107 140732797805916 140732797805916 140732797808591 0
[pid=27294/tid=27359] ppid=27291 vsize=11077984 memory=697176 CPUtime=0.08 cores=0,2,4,6
/proc/27294/task/27359/stat : 27359 (java) S 27291 27294 20994 0 -1 1077944384 3 13199 0 0 0 0 5 3 20 0 15 0 230218156 11343855616 174294 33554432000 4194304 4196468 140732797800224 140205986146784 140208087643861 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28905472 140732797803107 140732797805916 140732797805916 140732797808591 0
[pid=27294/tid=27360] ppid=27291 vsize=11077984 memory=697176 CPUtime=0.88 cores=0,2,4,6
/proc/27294/task/27360/stat : 27360 (java) S 27291 27294 20994 0 -1 1077944384 1715 13199 0 0 38 42 5 3 20 0 15 0 230218156 11343855616 174294 33554432000 4194304 4196468 140732797800224 140207508765616 140208087644802 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28905472 140732797803107 140732797805916 140732797805916 140732797808591 0
Current children cumulated CPU time: 1367.44 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 697176 KiB

[startup+1336.8 s]
/proc/loadavg: 1.41 1.33 1.37 3/219 27528
/proc/meminfo: memFree=10536560/32770624 swapFree=67108852/67108860
[pid=27294] ppid=27291 vsize=11077984 memory=697176 CPUtime=1368.24 cores=0,2,4,6
/proc/27294/stat : 27294 (java) S 27291 27294 20994 0 -1 1077944320 164943 13199 0 0 136621 195 5 3 20 0 15 0 230218141 11343855616 174294 33554432000 4194304 4196468 140732797800224 140732797782768 140208087633655 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 28905472 140732797803107 140732797805916 140732797805916 140732797808591 0
/proc/27294/statm: 2769496 174294 3516 1 0 2731149 0
[pid=27294/tid=27347] ppid=27291 vsize=11077984 memory=697176 CPUtime=1324.18 cores=0,2,4,6
/proc/27294/task/27347/stat : 27347 (java) R 27291 27294 20994 0 -1 4202560 66835 13199 0 0 132379 31 5 3 20 0 15 0 230218150 11343855616 174294 33554432000 4194304 4196468 140732797800224 140208059468864 140207627622666 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 28905472 140732797803107 140732797805916 140732797805916 140732797808591 0
[pid=27294/tid=27348] ppid=27291 vsize=11077984 memory=1228 CPUtime=5.43 cores=0,2,4,6
/proc/27294/task/27348/stat : 27348 (java) S 27291 27294 20994 0 -1 1077944384 7424 13199 0 0 506 29 5 3 20 0 15 0 230218151 11343855616 174294 33554432000 4194304 4196468 140732797800224 140208091875728 140208087643861 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28905472 140732797803107 140732797805916 140732797805916 140732797808591 0
[pid=27294/tid=27349] ppid=27291 vsize=11077984 memory=2252 CPUtime=5.41 cores=0,2,4,6
/proc/27294/task/27349/stat : 27349 (java) S 27291 27294 20994 0 -1 1077944384 5828 13199 0 0 502 31 5 3 20 0 15 0 230218151 11343855616 174294 33554432000 4194304 4196468 140732797800224 140207946594576 140208087643861 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28905472 140732797803107 140732797805916 140732797805916 140732797808591 0
[pid=27294/tid=27350] ppid=27291 vsize=11077984 memory=6791534058613427641 CPUtime=5.42 cores=0,2,4,6
/proc/27294/task/27350/stat : 27350 (java) S 27291 27294 20994 0 -1 1077944384 8848 13199 0 0 506 28 5 3 20 0 15 0 230218151 11343855616 174294 33554432000 4194304 4196468 140732797800224 140207945542288 140208087643861 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28905472 140732797803107 140732797805916 140732797805916 140732797808591 0
[pid=27294/tid=27351] ppid=27291 vsize=11077984 memory=15252 CPUtime=5.42 cores=0,2,4,6
/proc/27294/task/27351/stat : 27351 (java) S 27291 27294 20994 0 -1 1077944384 3571 13199 0 0 505 29 5 3 20 0 15 0 230218151 11343855616 174294 33554432000 4194304 4196468 140732797800224 140207944489488 140208087643861 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28905472 140732797803107 140732797805916 140732797805916 140732797808591 0
[pid=27294/tid=27352] ppid=27291 vsize=11077984 memory=15448 CPUtime=5.62 cores=0,2,4,6
/proc/27294/task/27352/stat : 27352 (java) S 27291 27294 20994 0 -1 1077944384 6775 13199 0 0 528 26 5 3 20 0 15 0 230218152 11343855616 174294 33554432000 4194304 4196468 140732797800224 140207512975984 140208087644802 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28905472 140732797803107 140732797805916 140732797805916 140732797808591 0
[pid=27294/tid=27353] ppid=27291 vsize=11077984 memory=4044 CPUtime=0.08 cores=0,2,4,6
/proc/27294/task/27353/stat : 27353 (java) S 27291 27294 20994 0 -1 1077944384 16 13199 0 0 0 0 5 3 20 0 15 0 230218153 11343855616 174294 33554432000 4194304 4196468 140732797800224 140206925669792 140208087643861 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28905472 140732797803107 140732797805916 140732797805916 140732797808591 0
[pid=27294/tid=27354] ppid=27291 vsize=11077984 memory=1176 CPUtime=0.08 cores=0,2,4,6
/proc/27294/task/27354/stat : 27354 (java) S 27291 27294 20994 0 -1 1077944384 8 13199 0 0 0 0 5 3 20 0 15 0 230218153 11343855616 174294 33554432000 4194304 4196468 140732797800224 140206724343424 140208087643861 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28905472 140732797803107 140732797805916 140732797805916 140732797808591 0
[pid=27294/tid=27355] ppid=27291 vsize=11077984 memory=1796 CPUtime=0.08 cores=0,2,4,6
/proc/27294/task/27355/stat : 27355 (java) S 27291 27294 20994 0 -1 1077944384 3 13199 0 0 0 0 5 3 20 0 15 0 230218156 11343855616 174294 33554432000 4194304 4196468 140732797800224 140206416943696 140208087652251 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28905472 140732797803107 140732797805916 140732797805916 140732797808591 0
[pid=27294/tid=27356] ppid=27291 vsize=11077984 memory=756 CPUtime=6.59 cores=0,2,4,6
/proc/27294/task/27356/stat : 27356 (java) S 27291 27294 20994 0 -1 1077944384 22265 13199 0 0 647 4 5 3 20 0 15 0 230218156 11343855616 174294 33554432000 4194304 4196468 140732797800224 140207511922800 140208087644802 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28905472 140732797803107 140732797805916 140732797805916 140732797808591 0
[pid=27294/tid=27357] ppid=27291 vsize=11077984 memory=1620 CPUtime=6.8 cores=0,2,4,6
/proc/27294/task/27357/stat : 27357 (java) S 27291 27294 20994 0 -1 1077944384 21619 13199 0 0 669 3 5 3 20 0 15 0 230218156 11343855616 174294 33554432000 4194304 4196468 140732797800224 140207510870000 140208087644802 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28905472 140732797803107 140732797805916 140732797805916 140732797808591 0
[pid=27294/tid=27358] ppid=27291 vsize=11077984 memory=11796 CPUtime=3.08 cores=0,2,4,6
/proc/27294/task/27358/stat : 27358 (java) S 27291 27294 20994 0 -1 1077944384 17843 13199 0 0 295 5 5 3 20 0 15 0 230218156 11343855616 174294 33554432000 4194304 4196468 140732797800224 140207509817712 140208087644802 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28905472 140732797803107 140732797805916 140732797805916 140732797808591 0
[pid=27294/tid=27359] ppid=27291 vsize=11077984 memory=5772 CPUtime=0.08 cores=0,2,4,6
/proc/27294/task/27359/stat : 27359 (java) S 27291 27294 20994 0 -1 1077944384 3 13199 0 0 0 0 5 3 20 0 15 0 230218156 11343855616 174294 33554432000 4194304 4196468 140732797800224 140205986146784 140208087643861 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28905472 140732797803107 140732797805916 140732797805916 140732797808591 0
[pid=27294/tid=27360] ppid=27291 vsize=11077984 memory=4616 CPUtime=0.88 cores=0,2,4,6
/proc/27294/task/27360/stat : 27360 (java) S 27291 27294 20994 0 -1 1077944384 1715 13199 0 0 38 42 5 3 20 0 15 0 230218156 11343855616 174294 33554432000 4194304 4196468 140732797800224 140207508765616 140208087644802 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28905472 140732797803107 140732797805916 140732797805916 140732797808591 0
Current children cumulated CPU time: 1368.24 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 697176 KiB

[startup+1337 s]*
/proc/loadavg: 1.41 1.33 1.37 3/219 27528
/proc/meminfo: memFree=10536560/32770624 swapFree=67108852/67108860
[pid=27294] ppid=27291 vsize=11077984 memory=697176 CPUtime=1368.45 cores=0,2,4,6
/proc/27294/stat : 27294 (java) S 27291 27294 20994 0 -1 1077944320 164944 13199 0 0 136642 195 5 3 20 0 15 0 230218141 11343855616 174294 33554432000 4194304 4196468 140732797800224 140732797782768 140208087633655 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 28905472 140732797803107 140732797805916 140732797805916 140732797808591 0
/proc/27294/statm: 2769496 174294 3516 1 0 2731149 0
[pid=27294/tid=27347] ppid=27291 vsize=11077984 memory=6791534058613427641 CPUtime=1324.38 cores=0,2,4,6
/proc/27294/task/27347/stat : 27347 (java) R 27291 27294 20994 0 -1 4202560 66836 13199 0 0 132399 31 5 3 20 0 15 0 230218150 11343855616 174294 33554432000 4194304 4196468 140732797800224 140208059468880 140207626231272 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 28905472 140732797803107 140732797805916 140732797805916 140732797808591 0
[pid=27294/tid=27348] ppid=27291 vsize=11077984 memory=4872558044660077418 CPUtime=5.43 cores=0,2,4,6
/proc/27294/task/27348/stat : 27348 (java) S 27291 27294 20994 0 -1 1077944384 7424 13199 0 0 506 29 5 3 20 0 15 0 230218151 11343855616 174294 33554432000 4194304 4196468 140732797800224 140208091875728 140208087643861 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28905472 140732797803107 140732797805916 140732797805916 140732797808591 0
[pid=27294/tid=27349] ppid=27291 vsize=11077984 memory=-8412656567318647667 CPUtime=5.41 cores=0,2,4,6
/proc/27294/task/27349/stat : 27349 (java) S 27291 27294 20994 0 -1 1077944384 5828 13199 0 0 502 31 5 3 20 0 15 0 230218151 11343855616 174294 33554432000 4194304 4196468 140732797800224 140207946594576 140208087643861 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28905472 140732797803107 140732797805916 140732797805916 140732797808591 0
[pid=27294/tid=27350] ppid=27291 vsize=11077984 memory=8514701219730522529 CPUtime=5.42 cores=0,2,4,6
/proc/27294/task/27350/stat : 27350 (java) S 27291 27294 20994 0 -1 1077944384 8848 13199 0 0 506 28 5 3 20 0 15 0 230218151 11343855616 174294 33554432000 4194304 4196468 140732797800224 140207945542288 140208087643861 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28905472 140732797803107 140732797805916 140732797805916 140732797808591 0
[pid=27294/tid=27351] ppid=27291 vsize=11077984 memory=4427205132082312746 CPUtime=5.42 cores=0,2,4,6
/proc/27294/task/27351/stat : 27351 (java) S 27291 27294 20994 0 -1 1077944384 3571 13199 0 0 505 29 5 3 20 0 15 0 230218151 11343855616 174294 33554432000 4194304 4196468 140732797800224 140207944489488 140208087643861 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28905472 140732797803107 140732797805916 140732797805916 140732797808591 0
[pid=27294/tid=27352] ppid=27291 vsize=11077984 memory=7100839878612131197 CPUtime=5.62 cores=0,2,4,6
/proc/27294/task/27352/stat : 27352 (java) S 27291 27294 20994 0 -1 1077944384 6775 13199 0 0 528 26 5 3 20 0 15 0 230218152 11343855616 174294 33554432000 4194304 4196468 140732797800224 140207512975984 140208087644802 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28905472 140732797803107 140732797805916 140732797805916 140732797808591 0
[pid=27294/tid=27353] ppid=27291 vsize=11077984 memory=-7023579799431922829 CPUtime=0.08 cores=0,2,4,6
/proc/27294/task/27353/stat : 27353 (java) S 27291 27294 20994 0 -1 1077944384 16 13199 0 0 0 0 5 3 20 0 15 0 230218153 11343855616 174294 33554432000 4194304 4196468 140732797800224 140206925669792 140208087643861 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28905472 140732797803107 140732797805916 140732797805916 140732797808591 0
[pid=27294/tid=27354] ppid=27291 vsize=11077984 memory=4629546024076873078 CPUtime=0.08 cores=0,2,4,6
/proc/27294/task/27354/stat : 27354 (java) S 27291 27294 20994 0 -1 1077944384 8 13199 0 0 0 0 5 3 20 0 15 0 230218153 11343855616 174294 33554432000 4194304 4196468 140732797800224 140206724343424 140208087643861 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28905472 140732797803107 140732797805916 140732797805916 140732797808591 0
[pid=27294/tid=27355] ppid=27291 vsize=11077984 memory=-8412652152092201843 CPUtime=0.08 cores=0,2,4,6
/proc/27294/task/27355/stat : 27355 (java) S 27291 27294 20994 0 -1 1077944384 3 13199 0 0 0 0 5 3 20 0 15 0 230218156 11343855616 174294 33554432000 4194304 4196468 140732797800224 140206416943696 140208087652251 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28905472 140732797803107 140732797805916 140732797805916 140732797808591 0
[pid=27294/tid=27356] ppid=27291 vsize=11077984 memory=3047711553219693942 CPUtime=6.59 cores=0,2,4,6
/proc/27294/task/27356/stat : 27356 (java) S 27291 27294 20994 0 -1 1077944384 22265 13199 0 0 647 4 5 3 20 0 15 0 230218156 11343855616 174294 33554432000 4194304 4196468 140732797800224 140207511922800 140208087644802 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28905472 140732797803107 140732797805916 140732797805916 140732797808591 0
[pid=27294/tid=27357] ppid=27291 vsize=11077984 memory=4260 CPUtime=6.8 cores=0,2,4,6
/proc/27294/task/27357/stat : 27357 (java) S 27291 27294 20994 0 -1 1077944384 21619 13199 0 0 669 3 5 3 20 0 15 0 230218156 11343855616 174294 33554432000 4194304 4196468 140732797800224 140207510870000 140208087644802 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28905472 140732797803107 140732797805916 140732797805916 140732797808591 0
[pid=27294/tid=27358] ppid=27291 vsize=11077984 memory=2088 CPUtime=3.08 cores=0,2,4,6
/proc/27294/task/27358/stat : 27358 (java) S 27291 27294 20994 0 -1 1077944384 17843 13199 0 0 295 5 5 3 20 0 15 0 230218156 11343855616 174294 33554432000 4194304 4196468 140732797800224 140207509817712 140208087644802 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28905472 140732797803107 140732797805916 140732797805916 140732797808591 0
[pid=27294/tid=27359] ppid=27291 vsize=11077984 memory=7380 CPUtime=0.08 cores=0,2,4,6
/proc/27294/task/27359/stat : 27359 (java) S 27291 27294 20994 0 -1 1077944384 3 13199 0 0 0 0 5 3 20 0 15 0 230218156 11343855616 174294 33554432000 4194304 4196468 140732797800224 140205986146784 140208087643861 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28905472 140732797803107 140732797805916 140732797805916 140732797808591 0
[pid=27294/tid=27360] ppid=27291 vsize=11077984 memory=280202593562624 CPUtime=0.88 cores=0,2,4,6
/proc/27294/task/27360/stat : 27360 (java) S 27291 27294 20994 0 -1 1077944384 1715 13199 0 0 38 42 5 3 20 0 15 0 230218156 11343855616 174294 33554432000 4194304 4196468 140732797800224 140207508765616 140208087644802 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28905472 140732797803107 140732797805916 140732797805916 140732797808591 0
Current children cumulated CPU time: 1368.45 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 697176 KiB

Child status: 0
Real time (s): 1337.06
CPU time (s): 1368.52
CPU user time (s): 1366.53
CPU system time (s): 1.99082
CPU usage (%): 102.353
Max. virtual memory (cumulated for all children) (KiB): 11080692
Max. memory (cumulated for all children) (KiB): 697176

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1366.53
system time used= 1.99082
maximum resident set size= 699284
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 178634
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1704
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 151423
involuntary context switches= 5637


# summary of solver processes directly reported to runsolver:
#   pid: 27294
#   total CPU time (s): 1368.52
#   total CPU user time (s): 1366.53
#   total CPU system time (s): 1.99082

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.43337 second user time and 12.8924 second system time

The end

Launcher Data

Begin job on node133 at 2018-08-13 04:15:50
IDJOB=4304674
IDBENCH=141532
IDSOLVER=2781
FILE ID=node133/4304674-1534126550
RUNJOBID= node133-1534097471-21025
PBS_JOBID= 21037000
Free space on /tmp= 39000 MiB

SOLVER NAME= Concrete 3.9.2-SuperNG
BENCH NAME= XCSP18/Knapsack/Knapsack-50-200-01_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss64M -randomseed=RANDOMSEED -superng BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4304674-1534126550/watcher-4304674-1534126550 -o /tmp/evaluation-result-4304674-1534126550/solver-4304674-1534126550 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node133-1534097471-21025 --watchdog 2580  bin/xcsp-3-concrete -J-Xss64M -randomseed=1930710175 -superng HOME/instance-4304674-1534126550.xml

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

MD5SUM BENCH= f3af09ab16e693c32f4df19e0bf70cc2
RANDOM SEED=1930710175

node133.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.24
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.24
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.24
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.24
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:        11130152 kB
MemAvailable:   31122060 kB
Buffers:          229808 kB
Cached:         19755960 kB
SwapCached:            4 kB
Active:         10167516 kB
Inactive:       10652420 kB
Active(anon):     783672 kB
Inactive(anon):   103300 kB
Active(file):    9383844 kB
Inactive(file): 10549120 kB
Unevictable:        7092 kB
Mlocked:            7092 kB
SwapTotal:      67108860 kB
SwapFree:       67108852 kB
Dirty:             26252 kB
Writeback:             0 kB
AnonPages:        842064 kB
Mapped:            69804 kB
Shmem:             49816 kB
Slab:             515312 kB
SReclaimable:     487404 kB
SUnreclaim:        27908 kB
KernelStack:        3904 kB
PageTables:         8136 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1881916 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    735232 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 38972 MiB
End job on node133 at 2018-08-13 04:38:07