Trace number 4304687

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.2OPT932 149.288 134.19

General information on the benchmark

NameKnapsack/
Knapsack-40-150-00_c18.xml
MD5SUMc033178a1c92732c6616d8bd8ee8c714
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark932
Best CPU time to get the best result obtained on this benchmark6.70039
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints1
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":40}]
Minimum variable degree2
Maximum variable degree2
Distribution of variable degrees[{"degree":2,"count":40}]
Minimum constraint arity40
Maximum constraint arity40
Distribution of constraint arities[{"arity":40,"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/1.26	c Concrete v3.9.2.1532736233296 running
6.13/3.77	o 667
6.38/3.80	o 688
6.38/3.80	o 707
6.38/3.84	o 718
6.38/3.86	o 724
6.38/3.86	o 737
6.38/3.89	o 741
6.38/3.90	o 752
6.68/3.90	o 769
6.68/3.91	o 779
6.68/3.92	o 780
7.05/4.01	o 799
7.05/4.02	o 835
7.05/4.03	o 855
7.05/4.03	o 875
7.05/4.09	o 877
7.42/4.16	o 898
7.42/4.17	o 911
7.70/4.22	o 912
7.70/4.25	o 914
8.00/4.31	o 924
9.53/4.84	o 932
149.18/134.17	v <instantiation cost="932">
149.18/134.17	v       <list>
149.18/134.17	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]
149.18/134.17	v       </list>
149.18/134.17	v       <values>
149.18/134.17	v         1 1 0 0 1 0 0 0 1 1 0 1 0 0 0 0 0 0 0 1 1 0 0 0 0 0 1 0 0 0 1 1 0 0 0 1 1 1 0 0
149.18/134.17	v       </values>
149.18/134.17	v     </instantiation>
149.18/134.17	s OPTIMUM FOUND

Verifier Data

OK	932

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4304687-1534126043/watcher-4304687-1534126043 -o /tmp/evaluation-result-4304687-1534126043/solver-4304687-1534126043 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node102-1534095354-25288 --watchdog 2580 bin/xcsp-3-concrete -J-Xss64M -randomseed=261358638 HOME/instance-4304687-1534126043.xml 

running on 4 cores: 1,3,5,7

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
solver pid=556, runsolver pid=553
Current StackSize limit: 8192 KiB


[startup+0.100121 s]*
/proc/loadavg: 1.58 1.51 1.50 3/206 636
/proc/meminfo: memFree=28033752/32770624 swapFree=67030660/67108860
[pid=556] ppid=553 vsize=10005480 memory=16284 CPUtime=0.08 cores=1,3,5,7
/proc/556/stat : 556 (java) S 553 556 25256 0 -1 1077944320 4218 12840 0 0 1 0 4 3 20 0 6 0 230167525 10245611520 4071 33554432000 4194304 4196468 140723933549152 140723933531696 140482744446711 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 15159296 140723933555309 140723933558108 140723933558108 140723933560783 0
/proc/556/statm: 2501370 4071 1919 1 0 2489808 0
[pid=556/tid=632] ppid=553 vsize=10005480 memory=8389772277269004345 CPUtime=0.08 cores=1,3,5,7
/proc/556/task/632/stat : 632 (java) R 553 556 25256 0 -1 4202560 2210 12840 0 0 1 0 4 3 20 0 6 0 230167533 10245611520 4269 33554432000 4194304 4196468 140723933549152 140482716283472 140482728527198 0 4 0 16784584 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15159296 140723933555309 140723933558108 140723933558108 140723933560783 0
[pid=556/tid=633] ppid=553 vsize=10005480 memory=4294967639 CPUtime=0.07 cores=1,3,5,7
/proc/556/task/633/stat : 633 (java) S 553 556 25256 0 -1 1077944384 2 12840 0 0 0 0 4 3 20 0 6 0 230167534 10245611520 4269 33554432000 4194304 4196468 140723933549152 140482748689040 140482744456917 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15159296 140723933555309 140723933558108 140723933558108 140723933560783 0
[pid=556/tid=634] ppid=553 vsize=10005480 memory=140158703450696 CPUtime=0.07 cores=1,3,5,7
/proc/556/task/634/stat : 634 (java) S 553 556 25256 0 -1 1077944384 1 12840 0 0 0 0 4 3 20 0 6 0 230167534 10245611520 4269 33554432000 4194304 4196468 140723933549152 140482614024720 140482744456917 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15159296 140723933555309 140723933558108 140723933558108 140723933560783 0
[pid=556/tid=635] ppid=553 vsize=10005480 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/556/task/635/stat : 635 (java) S 553 556 25256 0 -1 1077944384 1 12840 0 0 0 0 4 3 20 0 6 0 230167534 10245611520 4269 33554432000 4194304 4196468 140723933549152 140482612971920 140482744456917 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15159296 140723933555309 140723933558108 140723933558108 140723933560783 0
[pid=556/tid=636] ppid=553 vsize=10005480 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/556/task/636/stat : 636 (java) S 553 556 25256 0 -1 1077944384 1 12840 0 0 0 0 4 3 20 0 6 0 230167534 10245611520 4269 33554432000 4194304 4196468 140723933549152 140482611919120 140482744456917 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15159296 140723933555309 140723933558108 140723933558108 140723933560783 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 10005480 KiB
Current children cumulated memory: 16284 KiB

[startup+0.209965 s]*
/proc/loadavg: 1.58 1.51 1.50 3/215 645
/proc/meminfo: memFree=28009104/32770624 swapFree=67030660/67108860
[pid=556] ppid=553 vsize=10982744 memory=42080 CPUtime=0.25 cores=1,3,5,7
/proc/556/stat : 556 (java) S 553 556 25256 0 -1 1077944320 7259 12840 0 0 17 1 4 3 20 0 15 0 230167525 11246329856 10520 33554432000 4194304 4196468 140723933549152 140723933531696 140482744446711 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 15159296 140723933555309 140723933558108 140723933558108 140723933560783 0
/proc/556/statm: 2745686 10520 2943 1 0 2708109 0
[pid=556/tid=632] ppid=553 vsize=10982744 memory=8389772277269004345 CPUtime=0.18 cores=1,3,5,7
/proc/556/task/632/stat : 632 (java) R 553 556 25256 0 -1 4202560 4602 12840 0 0 10 1 4 3 20 0 15 0 230167533 11246329856 11312 33554432000 4194304 4196468 140723933549152 140482716224672 140482728527198 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15159296 140723933555309 140723933558108 140723933558108 140723933560783 0
[pid=556/tid=633] ppid=553 vsize=10982744 memory=4294967639 CPUtime=0.07 cores=1,3,5,7
/proc/556/task/633/stat : 633 (java) S 553 556 25256 0 -1 1077944384 2 12840 0 0 0 0 4 3 20 0 15 0 230167534 11246329856 11312 33554432000 4194304 4196468 140723933549152 140482748689040 140482744456917 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15159296 140723933555309 140723933558108 140723933558108 140723933560783 0
[pid=556/tid=634] ppid=553 vsize=10982744 memory=140158703450696 CPUtime=0.07 cores=1,3,5,7
/proc/556/task/634/stat : 634 (java) S 553 556 25256 0 -1 1077944384 1 12840 0 0 0 0 4 3 20 0 15 0 230167534 11246329856 11312 33554432000 4194304 4196468 140723933549152 140482614024720 140482744456917 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15159296 140723933555309 140723933558108 140723933558108 140723933560783 0
[pid=556/tid=635] ppid=553 vsize=10982744 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/556/task/635/stat : 635 (java) S 553 556 25256 0 -1 1077944384 1 12840 0 0 0 0 4 3 20 0 15 0 230167534 11246329856 11312 33554432000 4194304 4196468 140723933549152 140482612971920 140482744456917 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15159296 140723933555309 140723933558108 140723933558108 140723933560783 0
[pid=556/tid=636] ppid=553 vsize=10982744 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/556/task/636/stat : 636 (java) S 553 556 25256 0 -1 1077944384 1 12840 0 0 0 0 4 3 20 0 15 0 230167534 11246329856 11312 33554432000 4194304 4196468 140723933549152 140482611919120 140482744456917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15159296 140723933555309 140723933558108 140723933558108 140723933560783 0
[pid=556/tid=637] ppid=553 vsize=10982744 memory=140158703425152 CPUtime=0.07 cores=1,3,5,7
/proc/556/task/637/stat : 637 (java) S 553 556 25256 0 -1 1077944384 2 12840 0 0 0 0 4 3 20 0 15 0 230167536 11246329856 11312 33554432000 4194304 4196468 140723933549152 140481847393136 140482744457858 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15159296 140723933555309 140723933558108 140723933558108 140723933560783 0
[pid=556/tid=638] ppid=553 vsize=10982744 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/556/task/638/stat : 638 (java) S 553 556 25256 0 -1 1077944384 13 12840 0 0 0 0 4 3 20 0 15 0 230167536 11246329856 11312 33554432000 4194304 4196468 140723933549152 140481602250272 140482744456917 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15159296 140723933555309 140723933558108 140723933558108 140723933560783 0
[pid=556/tid=639] ppid=553 vsize=10982744 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/556/task/639/stat : 639 (java) S 553 556 25256 0 -1 1077944384 1 12840 0 0 0 0 4 3 20 0 15 0 230167536 11246329856 11312 33554432000 4194304 4196468 140723933549152 140481400923504 140482744456917 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15159296 140723933555309 140723933558108 140723933558108 140723933560783 0
[pid=556/tid=640] ppid=553 vsize=10982744 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/556/task/640/stat : 640 (java) S 553 556 25256 0 -1 1077944384 3 12840 0 0 0 0 4 3 20 0 15 0 230167539 11246329856 11312 33554432000 4194304 4196468 140723933549152 140481093523792 140482744465307 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15159296 140723933555309 140723933558108 140723933558108 140723933560783 0
[pid=556/tid=641] ppid=553 vsize=10982744 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/556/task/641/stat : 641 (java) S 553 556 25256 0 -1 1077944384 434 12840 0 0 1 0 4 3 20 0 15 0 230167539 11246329856 11312 33554432000 4194304 4196468 140723933549152 140481846339952 140482744457858 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15159296 140723933555309 140723933558108 140723933558108 140723933560783 0
[pid=556/tid=642] ppid=553 vsize=10982744 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/556/task/642/stat : 642 (java) S 553 556 25256 0 -1 1077944384 188 12840 0 0 1 0 4 3 20 0 15 0 230167539 11246329856 11312 33554432000 4194304 4196468 140723933549152 140481845287152 140482744457858 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15159296 140723933555309 140723933558108 140723933558108 140723933560783 0
[pid=556/tid=643] ppid=553 vsize=10982744 memory=140158703425152 CPUtime=0.1 cores=1,3,5,7
/proc/556/task/643/stat : 643 (java) R 553 556 25256 0 -1 4202560 606 12840 0 0 3 0 4 3 20 0 15 0 230167539 11246329856 11312 33554432000 4194304 4196468 140723933549152 140481844234352 140482744468058 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15159296 140723933555309 140723933558108 140723933558108 140723933560783 0
[pid=556/tid=644] ppid=553 vsize=10982744 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/556/task/644/stat : 644 (java) S 553 556 25256 0 -1 1077944384 3 12840 0 0 0 0 4 3 20 0 15 0 230167539 11246329856 11312 33554432000 4194304 4196468 140723933549152 140480662726880 140482744456917 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15159296 140723933555309 140723933558108 140723933558108 140723933560783 0
[pid=556/tid=645] ppid=553 vsize=10982744 memory=140158703425152 CPUtime=0.07 cores=1,3,5,7
/proc/556/task/645/stat : 645 (java) S 553 556 25256 0 -1 1077944384 1 12840 0 0 0 0 4 3 20 0 15 0 230167540 11246329856 11312 33554432000 4194304 4196468 140723933549152 140481843182768 140482744457858 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15159296 140723933555309 140723933558108 140723933558108 140723933560783 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10982744 KiB
Current children cumulated memory: 42080 KiB

[startup+0.310321 s]*
/proc/loadavg: 1.58 1.51 1.50 3/215 645
/proc/meminfo: memFree=27997816/32770624 swapFree=67030660/67108860
[pid=556] ppid=553 vsize=10983192 memory=55928 CPUtime=0.37 cores=1,3,5,7
/proc/556/stat : 556 (java) S 553 556 25256 0 -1 1077944320 10527 12840 0 0 28 2 4 3 20 0 15 0 230167525 11246788608 13982 33554432000 4194304 4196468 140723933549152 140723933531696 140482744446711 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 15159296 140723933555309 140723933558108 140723933558108 140723933560783 0
/proc/556/statm: 2745798 13982 3062 1 0 2708109 0
[pid=556/tid=632] ppid=553 vsize=10983192 memory=1398720917958146503 CPUtime=0.28 cores=1,3,5,7
/proc/556/task/632/stat : 632 (java) R 553 556 25256 0 -1 4202560 7094 12840 0 0 19 2 4 3 20 0 15 0 230167533 11246788608 13982 33554432000 4194304 4196468 140723933549152 140482716258720 140482728527198 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15159296 140723933555309 140723933558108 140723933558108 140723933560783 0
[pid=556/tid=633] ppid=553 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/556/task/633/stat : 633 (java) S 553 556 25256 0 -1 1077944384 2 12840 0 0 0 0 4 3 20 0 15 0 230167534 11246788608 13982 33554432000 4194304 4196468 140723933549152 140482748689040 140482744456917 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15159296 140723933555309 140723933558108 140723933558108 140723933560783 0
[pid=556/tid=634] ppid=553 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/556/task/634/stat : 634 (java) S 553 556 25256 0 -1 1077944384 1 12840 0 0 0 0 4 3 20 0 15 0 230167534 11246788608 13982 33554432000 4194304 4196468 140723933549152 140482614024720 140482744456917 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15159296 140723933555309 140723933558108 140723933558108 140723933560783 0
[pid=556/tid=635] ppid=553 vsize=10983192 memory=7649399362840572466 CPUtime=0.07 cores=1,3,5,7
/proc/556/task/635/stat : 635 (java) S 553 556 25256 0 -1 1077944384 1 12840 0 0 0 0 4 3 20 0 15 0 230167534 11246788608 13982 33554432000 4194304 4196468 140723933549152 140482612971920 140482744456917 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15159296 140723933555309 140723933558108 140723933558108 140723933560783 0
[pid=556/tid=636] ppid=553 vsize=10983192 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/556/task/636/stat : 636 (java) S 553 556 25256 0 -1 1077944384 1 12840 0 0 0 0 4 3 20 0 15 0 230167534 11246788608 13982 33554432000 4194304 4196468 140723933549152 140482611919120 140482744456917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15159296 140723933555309 140723933558108 140723933558108 140723933560783 0
[pid=556/tid=637] ppid=553 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/556/task/637/stat : 637 (java) S 553 556 25256 0 -1 1077944384 2 12840 0 0 0 0 4 3 20 0 15 0 230167536 11246788608 13982 33554432000 4194304 4196468 140723933549152 140481847393136 140482744457858 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15159296 140723933555309 140723933558108 140723933558108 140723933560783 0
[pid=556/tid=638] ppid=553 vsize=10983192 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/556/task/638/stat : 638 (java) S 553 556 25256 0 -1 1077944384 13 12840 0 0 0 0 4 3 20 0 15 0 230167536 11246788608 13982 33554432000 4194304 4196468 140723933549152 140481602250272 140482744456917 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15159296 140723933555309 140723933558108 140723933558108 140723933560783 0
[pid=556/tid=639] ppid=553 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/556/task/639/stat : 639 (java) S 553 556 25256 0 -1 1077944384 1 12840 0 0 0 0 4 3 20 0 15 0 230167536 11246788608 13982 33554432000 4194304 4196468 140723933549152 140481400923504 140482744456917 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15159296 140723933555309 140723933558108 140723933558108 140723933560783 0
[pid=556/tid=640] ppid=553 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/556/task/640/stat : 640 (java) S 553 556 25256 0 -1 1077944384 3 12840 0 0 0 0 4 3 20 0 15 0 230167539 11246788608 13982 33554432000 4194304 4196468 140723933549152 140481093523792 140482744465307 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15159296 140723933555309 140723933558108 140723933558108 140723933560783 0
[pid=556/tid=641] ppid=553 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/556/task/641/stat : 641 (java) S 553 556 25256 0 -1 1077944384 434 12840 0 0 1 0 4 3 20 0 15 0 230167539 11246788608 13982 33554432000 4194304 4196468 140723933549152 140481846339952 140482744457858 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15159296 140723933555309 140723933558108 140723933558108 140723933560783 0
[pid=556/tid=642] ppid=553 vsize=10983192 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/556/task/642/stat : 642 (java) S 553 556 25256 0 -1 1077944384 192 12840 0 0 1 0 4 3 20 0 15 0 230167539 11246788608 13982 33554432000 4194304 4196468 140723933549152 140481845287152 140482744457858 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15159296 140723933555309 140723933558108 140723933558108 140723933560783 0
[pid=556/tid=643] ppid=553 vsize=10983192 memory=140158703425152 CPUtime=0.12 cores=1,3,5,7
/proc/556/task/643/stat : 643 (java) S 553 556 25256 0 -1 1077944384 612 12840 0 0 5 0 4 3 20 0 15 0 230167539 11246788608 13982 33554432000 4194304 4196468 140723933549152 140481844234352 140482744457858 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15159296 140723933555309 140723933558108 140723933558108 140723933560783 0
[pid=556/tid=644] ppid=553 vsize=10983192 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/556/task/644/stat : 644 (java) S 553 556 25256 0 -1 1077944384 3 12840 0 0 0 0 4 3 20 0 15 0 230167539 11246788608 13982 33554432000 4194304 4196468 140723933549152 140480662726880 140482744456917 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15159296 140723933555309 140723933558108 140723933558108 140723933560783 0
[pid=556/tid=645] ppid=553 vsize=10983192 memory=140158703425152 CPUtime=0.07 cores=1,3,5,7
/proc/556/task/645/stat : 645 (java) S 553 556 25256 0 -1 1077944384 1 12840 0 0 0 0 4 3 20 0 15 0 230167540 11246788608 13982 33554432000 4194304 4196468 140723933549152 140481843182768 140482744457858 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15159296 140723933555309 140723933558108 140723933558108 140723933560783 0
Current children cumulated CPU time: 0.37 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 55928 KiB

[startup+0.700773 s]
/proc/loadavg: 1.58 1.51 1.50 3/215 645
/proc/meminfo: memFree=27986528/32770624 swapFree=67030660/67108860
[pid=556] ppid=553 vsize=10983192 memory=88792 CPUtime=0.99 cores=1,3,5,7
/proc/556/stat : 556 (java) S 553 556 25256 0 -1 1077944320 16748 12840 0 0 88 4 4 3 20 0 15 0 230167525 11246788608 22198 33554432000 4194304 4196468 140723933549152 140723933531696 140482744446711 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 15159296 140723933555309 140723933558108 140723933558108 140723933560783 0
/proc/556/statm: 2745798 22198 3247 1 0 2708109 0
[pid=556/tid=632] ppid=553 vsize=10983192 memory=7013062643969123904 CPUtime=0.66 cores=1,3,5,7
/proc/556/task/632/stat : 632 (java) R 553 556 25256 0 -1 4202560 12228 12840 0 0 56 3 4 3 20 0 15 0 230167533 11246788608 22198 33554432000 4194304 4196468 140723933549152 140482716267536 140482726010271 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15159296 140723933555309 140723933558108 140723933558108 140723933560783 0
[pid=556/tid=633] ppid=553 vsize=10983192 memory=4278796101368434736 CPUtime=0.07 cores=1,3,5,7
/proc/556/task/633/stat : 633 (java) S 553 556 25256 0 -1 1077944384 2 12840 0 0 0 0 4 3 20 0 15 0 230167534 11246788608 22198 33554432000 4194304 4196468 140723933549152 140482748689040 140482744456917 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15159296 140723933555309 140723933558108 140723933558108 140723933560783 0
[pid=556/tid=634] ppid=553 vsize=10983192 memory=1408 CPUtime=0.07 cores=1,3,5,7
/proc/556/task/634/stat : 634 (java) S 553 556 25256 0 -1 1077944384 1 12840 0 0 0 0 4 3 20 0 15 0 230167534 11246788608 22198 33554432000 4194304 4196468 140723933549152 140482614024720 140482744456917 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15159296 140723933555309 140723933558108 140723933558108 140723933560783 0
[pid=556/tid=635] ppid=553 vsize=10983192 memory=2400 CPUtime=0.07 cores=1,3,5,7
/proc/556/task/635/stat : 635 (java) S 553 556 25256 0 -1 1077944384 1 12840 0 0 0 0 4 3 20 0 15 0 230167534 11246788608 22198 33554432000 4194304 4196468 140723933549152 140482612971920 140482744456917 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15159296 140723933555309 140723933558108 140723933558108 140723933560783 0
[pid=556/tid=636] ppid=553 vsize=10983192 memory=6009316314409559654 CPUtime=0.07 cores=1,3,5,7
/proc/556/task/636/stat : 636 (java) S 553 556 25256 0 -1 1077944384 1 12840 0 0 0 0 4 3 20 0 15 0 230167534 11246788608 22198 33554432000 4194304 4196468 140723933549152 140482611919120 140482744456917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15159296 140723933555309 140723933558108 140723933558108 140723933560783 0
[pid=556/tid=637] ppid=553 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/556/task/637/stat : 637 (java) S 553 556 25256 0 -1 1077944384 5 12840 0 0 0 0 4 3 20 0 15 0 230167536 11246788608 22198 33554432000 4194304 4196468 140723933549152 140481847393136 140482744457858 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15159296 140723933555309 140723933558108 140723933558108 140723933560783 0
[pid=556/tid=638] ppid=553 vsize=10983192 memory=6498740855180902496 CPUtime=0.07 cores=1,3,5,7
/proc/556/task/638/stat : 638 (java) S 553 556 25256 0 -1 1077944384 13 12840 0 0 0 0 4 3 20 0 15 0 230167536 11246788608 22198 33554432000 4194304 4196468 140723933549152 140481602250272 140482744456917 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15159296 140723933555309 140723933558108 140723933558108 140723933560783 0
[pid=556/tid=639] ppid=553 vsize=10983192 memory=1473393205164654640 CPUtime=0.07 cores=1,3,5,7
/proc/556/task/639/stat : 639 (java) S 553 556 25256 0 -1 1077944384 1 12840 0 0 0 0 4 3 20 0 15 0 230167536 11246788608 22198 33554432000 4194304 4196468 140723933549152 140481400923504 140482744456917 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15159296 140723933555309 140723933558108 140723933558108 140723933560783 0
[pid=556/tid=640] ppid=553 vsize=10983192 memory=6935649255811146560 CPUtime=0.07 cores=1,3,5,7
/proc/556/task/640/stat : 640 (java) S 553 556 25256 0 -1 1077944384 3 12840 0 0 0 0 4 3 20 0 15 0 230167539 11246788608 22198 33554432000 4194304 4196468 140723933549152 140481093523792 140482744465307 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15159296 140723933555309 140723933558108 140723933558108 140723933560783 0
[pid=556/tid=641] ppid=553 vsize=10983192 memory=7250080968263871072 CPUtime=0.14 cores=1,3,5,7
/proc/556/task/641/stat : 641 (java) S 553 556 25256 0 -1 1077944384 869 12840 0 0 7 0 4 3 20 0 15 0 230167539 11246788608 22198 33554432000 4194304 4196468 140723933549152 140481846339952 140482744457858 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15159296 140723933555309 140723933558108 140723933558108 140723933560783 0
[pid=556/tid=642] ppid=553 vsize=10983192 memory=5782684982896308266 CPUtime=0.16 cores=1,3,5,7
/proc/556/task/642/stat : 642 (java) S 553 556 25256 0 -1 1077944384 739 12840 0 0 9 0 4 3 20 0 15 0 230167539 11246788608 22198 33554432000 4194304 4196468 140723933549152 140481845287152 140482744457858 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15159296 140723933555309 140723933558108 140723933558108 140723933560783 0
[pid=556/tid=643] ppid=553 vsize=10983192 memory=-7970192481977343936 CPUtime=0.2 cores=1,3,5,7
/proc/556/task/643/stat : 643 (java) S 553 556 25256 0 -1 1077944384 692 12840 0 0 13 0 4 3 20 0 15 0 230167539 11246788608 22198 33554432000 4194304 4196468 140723933549152 140481844234352 140482744457858 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15159296 140723933555309 140723933558108 140723933558108 140723933560783 0
[pid=556/tid=644] ppid=553 vsize=10983192 memory=43757088800 CPUtime=0.07 cores=1,3,5,7
/proc/556/task/644/stat : 644 (java) S 553 556 25256 0 -1 1077944384 3 12840 0 0 0 0 4 3 20 0 15 0 230167539 11246788608 22198 33554432000 4194304 4196468 140723933549152 140480662726880 140482744456917 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15159296 140723933555309 140723933558108 140723933558108 140723933560783 0
[pid=556/tid=645] ppid=553 vsize=10983192 memory=43757088800 CPUtime=0.07 cores=1,3,5,7
/proc/556/task/645/stat : 645 (java) S 553 556 25256 0 -1 1077944384 1 12840 0 0 0 0 4 3 20 0 15 0 230167540 11246788608 22198 33554432000 4194304 4196468 140723933549152 140481843182768 140482744457858 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15159296 140723933555309 140723933558108 140723933558108 140723933560783 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 88792 KiB

[startup+1.5007 s]
/proc/loadavg: 1.58 1.51 1.50 2/215 645
/proc/meminfo: memFree=27953412/32770624 swapFree=67030660/67108860
[pid=556] ppid=553 vsize=10989824 memory=109900 CPUtime=1.45 cores=1,3,5,7
/proc/556/stat : 556 (java) S 553 556 25256 0 -1 1077944320 19075 12840 0 0 132 6 4 3 20 0 15 0 230167525 11253579776 27475 33554432000 4194304 4196468 140723933549152 140723933531696 140482744446711 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 15159296 140723933555309 140723933558108 140723933558108 140723933560783 0
/proc/556/statm: 2747456 27475 3416 1 0 2709133 0
[pid=556/tid=632] ppid=553 vsize=10989824 memory=7 CPUtime=0.94 cores=1,3,5,7
/proc/556/task/632/stat : 632 (java) R 553 556 25256 0 -1 4202560 14233 12840 0 0 83 4 4 3 20 0 15 0 230167533 11253579776 27475 33554432000 4194304 4196468 140723933549152 140482716272544 140482744468637 0 4 0 16800975 0 0 0 -1 5 0 0 51 0 0 6293624 6294260 15159296 140723933555309 140723933558108 140723933558108 140723933560783 0
[pid=556/tid=633] ppid=553 vsize=10989824 memory=1408 CPUtime=0.07 cores=1,3,5,7
/proc/556/task/633/stat : 633 (java) S 553 556 25256 0 -1 1077944384 2 12840 0 0 0 0 4 3 20 0 15 0 230167534 11253579776 27475 33554432000 4194304 4196468 140723933549152 140482748689040 140482744456917 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15159296 140723933555309 140723933558108 140723933558108 140723933560783 0
[pid=556/tid=634] ppid=553 vsize=10989824 memory=2400 CPUtime=0.07 cores=1,3,5,7
/proc/556/task/634/stat : 634 (java) S 553 556 25256 0 -1 1077944384 1 12840 0 0 0 0 4 3 20 0 15 0 230167534 11253579776 27475 33554432000 4194304 4196468 140723933549152 140482614024720 140482744456917 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15159296 140723933555309 140723933558108 140723933558108 140723933560783 0
[pid=556/tid=635] ppid=553 vsize=10989824 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/556/task/635/stat : 635 (java) S 553 556 25256 0 -1 1077944384 1 12840 0 0 0 0 4 3 20 0 15 0 230167534 11253579776 27475 33554432000 4194304 4196468 140723933549152 140482612971920 140482744456917 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15159296 140723933555309 140723933558108 140723933558108 140723933560783 0
[pid=556/tid=636] ppid=553 vsize=10989824 memory=1876 CPUtime=0.07 cores=1,3,5,7
/proc/556/task/636/stat : 636 (java) S 553 556 25256 0 -1 1077944384 1 12840 0 0 0 0 4 3 20 0 15 0 230167534 11253579776 27475 33554432000 4194304 4196468 140723933549152 140482611919120 140482744456917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15159296 140723933555309 140723933558108 140723933558108 140723933560783 0
[pid=556/tid=637] ppid=553 vsize=10989824 memory=1396 CPUtime=0.07 cores=1,3,5,7
/proc/556/task/637/stat : 637 (java) S 553 556 25256 0 -1 1077944384 5 12840 0 0 0 0 4 3 20 0 15 0 230167536 11253579776 27475 33554432000 4194304 4196468 140723933549152 140481847393136 140482744457858 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15159296 140723933555309 140723933558108 140723933558108 140723933560783 0
[pid=556/tid=638] ppid=553 vsize=10989824 memory=1408 CPUtime=0.07 cores=1,3,5,7
/proc/556/task/638/stat : 638 (java) S 553 556 25256 0 -1 1077944384 13 12840 0 0 0 0 4 3 20 0 15 0 230167536 11253579776 27475 33554432000 4194304 4196468 140723933549152 140481602250272 140482744456917 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15159296 140723933555309 140723933558108 140723933558108 140723933560783 0
[pid=556/tid=639] ppid=553 vsize=10989824 memory=2428 CPUtime=0.07 cores=1,3,5,7
/proc/556/task/639/stat : 639 (java) S 553 556 25256 0 -1 1077944384 1 12840 0 0 0 0 4 3 20 0 15 0 230167536 11253579776 27475 33554432000 4194304 4196468 140723933549152 140481400923504 140482744456917 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15159296 140723933555309 140723933558108 140723933558108 140723933560783 0
[pid=556/tid=640] ppid=553 vsize=10989824 memory=88792 CPUtime=0.07 cores=1,3,5,7
/proc/556/task/640/stat : 640 (java) S 553 556 25256 0 -1 1077944384 3 12840 0 0 0 0 4 3 20 0 15 0 230167539 11253579776 27475 33554432000 4194304 4196468 140723933549152 140481093523792 140482744465307 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15159296 140723933555309 140723933558108 140723933558108 140723933560783 0
[pid=556/tid=641] ppid=553 vsize=10989824 memory=1684 CPUtime=0.2 cores=1,3,5,7
/proc/556/task/641/stat : 641 (java) S 553 556 25256 0 -1 1077944384 974 12840 0 0 13 0 4 3 20 0 15 0 230167539 11253579776 27475 33554432000 4194304 4196468 140723933549152 140481846339952 140482744457858 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15159296 140723933555309 140723933558108 140723933558108 140723933560783 0
[pid=556/tid=642] ppid=553 vsize=10989824 memory=768 CPUtime=0.2 cores=1,3,5,7
/proc/556/task/642/stat : 642 (java) S 553 556 25256 0 -1 1077944384 775 12840 0 0 13 0 4 3 20 0 15 0 230167539 11253579776 27475 33554432000 4194304 4196468 140723933549152 140481845287152 140482744457858 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15159296 140723933555309 140723933558108 140723933558108 140723933560783 0
[pid=556/tid=643] ppid=553 vsize=10989824 memory=5268 CPUtime=0.28 cores=1,3,5,7
/proc/556/task/643/stat : 643 (java) S 553 556 25256 0 -1 1077944384 871 12840 0 0 21 0 4 3 20 0 15 0 230167539 11253579776 27475 33554432000 4194304 4196468 140723933549152 140481844234352 140482744457858 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15159296 140723933555309 140723933558108 140723933558108 140723933560783 0
[pid=556/tid=644] ppid=553 vsize=10989824 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/556/task/644/stat : 644 (java) S 553 556 25256 0 -1 1077944384 3 12840 0 0 0 0 4 3 20 0 15 0 230167539 11253579776 27475 33554432000 4194304 4196468 140723933549152 140480662726880 140482744456917 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15159296 140723933555309 140723933558108 140723933558108 140723933560783 0
[pid=556/tid=645] ppid=553 vsize=10989824 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/556/task/645/stat : 645 (java) S 553 556 25256 0 -1 1077944384 3 12840 0 0 0 0 4 3 20 0 15 0 230167540 11253579776 27475 33554432000 4194304 4196468 140723933549152 140481843182768 140482744457858 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 48 0 0 6293624 6294260 15159296 140723933555309 140723933558108 140723933558108 140723933560783 0
Current children cumulated CPU time: 1.45 s
Current children cumulated vsize: 10989824 KiB

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

[pid=556/tid=644] ppid=553 vsize=11077984 memory=6943526294502006880 CPUtime=0.07 cores=1,3,5,7
/proc/556/task/644/stat : 644 (java) S 553 556 25256 0 -1 1077944384 3 12840 0 0 0 0 4 3 20 0 15 0 230167539 11343855616 211046 33554432000 4194304 4196468 140723933549152 140480662726880 140482744456917 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15159296 140723933555309 140723933558108 140723933558108 140723933560783 0
[pid=556/tid=645] ppid=553 vsize=11077984 memory=1876 CPUtime=0.13 cores=1,3,5,7
/proc/556/task/645/stat : 645 (java) S 553 556 25256 0 -1 1077944384 1095 12840 0 0 2 4 4 3 20 0 15 0 230167540 11343855616 211046 33554432000 4194304 4196468 140723933549152 140481843182768 140482744457858 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 48 0 0 6293624 6294260 15159296 140723933555309 140723933558108 140723933558108 140723933560783 0
Current children cumulated CPU time: 146.23 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 844184 KiB

[startup+132.801 s]
/proc/loadavg: 1.75 1.68 1.57 3/215 777
/proc/meminfo: memFree=27239876/32770624 swapFree=67030660/67108860
[pid=556] ppid=553 vsize=11077984 memory=844184 CPUtime=147.85 cores=1,3,5,7
/proc/556/stat : 556 (java) S 553 556 25256 0 -1 1077944320 90213 12840 0 0 14727 51 4 3 20 0 15 0 230167525 11343855616 211046 33554432000 4194304 4196468 140723933549152 140723933531696 140482744446711 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 15159296 140723933555309 140723933558108 140723933558108 140723933560783 0
/proc/556/statm: 2769496 211046 3520 1 0 2731149 0
[pid=556/tid=632] ppid=553 vsize=11077984 memory=776 CPUtime=131.33 cores=1,3,5,7
/proc/556/task/632/stat : 632 (java) S 553 556 25256 0 -1 1077944384 45550 12840 0 0 13107 19 4 3 20 0 15 0 230167533 11343855616 211046 33554432000 4194304 4196468 140723933549152 140482716282064 140482744456917 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 51 0 0 6293624 6294260 15159296 140723933555309 140723933558108 140723933558108 140723933560783 0
[pid=556/tid=633] ppid=553 vsize=11077984 memory=844184 CPUtime=0.46 cores=1,3,5,7
/proc/556/task/633/stat : 633 (java) S 553 556 25256 0 -1 1077944384 3720 12840 0 0 35 4 4 3 20 0 15 0 230167534 11343855616 211046 33554432000 4194304 4196468 140723933549152 140482748689040 140482744456917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15159296 140723933555309 140723933558108 140723933558108 140723933560783 0
[pid=556/tid=634] ppid=553 vsize=11077984 memory=844184 CPUtime=0.45 cores=1,3,5,7
/proc/556/task/634/stat : 634 (java) S 553 556 25256 0 -1 1077944384 1054 12840 0 0 34 4 4 3 20 0 15 0 230167534 11343855616 211046 33554432000 4194304 4196468 140723933549152 140482614024720 140482744456917 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15159296 140723933555309 140723933558108 140723933558108 140723933560783 0
[pid=556/tid=635] ppid=553 vsize=11077984 memory=1398720917958146503 CPUtime=0.45 cores=1,3,5,7
/proc/556/task/635/stat : 635 (java) S 553 556 25256 0 -1 1077944384 1102 12840 0 0 33 5 4 3 20 0 15 0 230167534 11343855616 211046 33554432000 4194304 4196468 140723933549152 140482612971920 140482744456917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15159296 140723933555309 140723933558108 140723933558108 140723933560783 0
[pid=556/tid=636] ppid=553 vsize=11077984 memory=4126316290023845779 CPUtime=0.46 cores=1,3,5,7
/proc/556/task/636/stat : 636 (java) S 553 556 25256 0 -1 1077944384 1934 12840 0 0 35 4 4 3 20 0 15 0 230167534 11343855616 211046 33554432000 4194304 4196468 140723933549152 140482611919120 140482744456917 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15159296 140723933555309 140723933558108 140723933558108 140723933560783 0
[pid=556/tid=637] ppid=553 vsize=11077984 memory=6944652177228980320 CPUtime=0.44 cores=1,3,5,7
/proc/556/task/637/stat : 637 (java) S 553 556 25256 0 -1 1077944384 4309 12840 0 0 35 2 4 3 20 0 15 0 230167536 11343855616 211046 33554432000 4194304 4196468 140723933549152 140481847393136 140482744457858 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15159296 140723933555309 140723933558108 140723933558108 140723933560783 0
[pid=556/tid=638] ppid=553 vsize=11077984 memory=6947385649911455296 CPUtime=0.07 cores=1,3,5,7
/proc/556/task/638/stat : 638 (java) S 553 556 25256 0 -1 1077944384 15 12840 0 0 0 0 4 3 20 0 15 0 230167536 11343855616 211046 33554432000 4194304 4196468 140723933549152 140481602250336 140482744456917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15159296 140723933555309 140723933558108 140723933558108 140723933560783 0
[pid=556/tid=639] ppid=553 vsize=11077984 memory=6003391080272781927 CPUtime=0.07 cores=1,3,5,7
/proc/556/task/639/stat : 639 (java) S 553 556 25256 0 -1 1077944384 1 12840 0 0 0 0 4 3 20 0 15 0 230167536 11343855616 211046 33554432000 4194304 4196468 140723933549152 140481400923520 140482744456917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15159296 140723933555309 140723933558108 140723933558108 140723933560783 0
[pid=556/tid=640] ppid=553 vsize=11077984 memory=6441371641558810723 CPUtime=0.07 cores=1,3,5,7
/proc/556/task/640/stat : 640 (java) S 553 556 25256 0 -1 1077944384 3 12840 0 0 0 0 4 3 20 0 15 0 230167539 11343855616 211046 33554432000 4194304 4196468 140723933549152 140481093523792 140482744465307 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15159296 140723933555309 140723933558108 140723933558108 140723933560783 0
[pid=556/tid=641] ppid=553 vsize=11077984 memory=6442208382892205157 CPUtime=5.83 cores=1,3,5,7
/proc/556/task/641/stat : 641 (java) S 553 556 25256 0 -1 1077944384 10819 12840 0 0 573 3 4 3 20 0 15 0 230167539 11343855616 211046 33554432000 4194304 4196468 140723933549152 140481846339952 140482744457858 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15159296 140723933555309 140723933558108 140723933558108 140723933560783 0
[pid=556/tid=642] ppid=553 vsize=11077984 memory=844184 CPUtime=5.87 cores=1,3,5,7
/proc/556/task/642/stat : 642 (java) S 553 556 25256 0 -1 1077944384 8517 12840 0 0 576 4 4 3 20 0 15 0 230167539 11343855616 211046 33554432000 4194304 4196468 140723933549152 140481845287152 140482744457858 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15159296 140723933555309 140723933558108 140723933558108 140723933560783 0
[pid=556/tid=643] ppid=553 vsize=11077984 memory=288230583166042426 CPUtime=2.96 cores=1,3,5,7
/proc/556/task/643/stat : 643 (java) S 553 556 25256 0 -1 1077944384 9902 12840 0 0 285 4 4 3 20 0 15 0 230167539 11343855616 211046 33554432000 4194304 4196468 140723933549152 140481844234352 140482744457858 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15159296 140723933555309 140723933558108 140723933558108 140723933560783 0
[pid=556/tid=644] ppid=553 vsize=11077984 memory=16104753792812378 CPUtime=0.07 cores=1,3,5,7
/proc/556/task/644/stat : 644 (java) S 553 556 25256 0 -1 1077944384 3 12840 0 0 0 0 4 3 20 0 15 0 230167539 11343855616 211046 33554432000 4194304 4196468 140723933549152 140480662726880 140482744456917 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15159296 140723933555309 140723933558108 140723933558108 140723933560783 0
[pid=556/tid=645] ppid=553 vsize=11077984 memory=1572 CPUtime=0.14 cores=1,3,5,7
/proc/556/task/645/stat : 645 (java) S 553 556 25256 0 -1 1077944384 1095 12840 0 0 3 4 4 3 20 0 15 0 230167540 11343855616 211046 33554432000 4194304 4196468 140723933549152 140481843182768 140482744457858 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 48 0 0 6293624 6294260 15159296 140723933555309 140723933558108 140723933558108 140723933560783 0
Current children cumulated CPU time: 147.85 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 844184 KiB

[startup+133.602 s]
/proc/loadavg: 1.75 1.68 1.57 3/215 777
/proc/meminfo: memFree=27239876/32770624 swapFree=67030660/67108860
[pid=556] ppid=553 vsize=11077984 memory=844184 CPUtime=148.67 cores=1,3,5,7
/proc/556/stat : 556 (java) S 553 556 25256 0 -1 1077944320 92525 12840 0 0 14809 51 4 3 20 0 15 0 230167525 11343855616 211046 33554432000 4194304 4196468 140723933549152 140723933531696 140482744446711 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 15159296 140723933555309 140723933558108 140723933558108 140723933560783 0
/proc/556/statm: 2769496 211046 3520 1 0 2731149 0
[pid=556/tid=632] ppid=553 vsize=11077984 memory=6947385649911455296 CPUtime=132.12 cores=1,3,5,7
/proc/556/task/632/stat : 632 (java) R 553 556 25256 0 -1 4202560 45580 12840 0 0 13186 19 4 3 20 0 15 0 230167533 11343855616 211046 33554432000 4194304 4196468 140723933549152 140482716281856 140482303382595 0 4 0 16800975 0 0 0 -1 7 0 0 51 0 0 6293624 6294260 15159296 140723933555309 140723933558108 140723933558108 140723933560783 0
[pid=556/tid=633] ppid=553 vsize=11077984 memory=1192 CPUtime=0.46 cores=1,3,5,7
/proc/556/task/633/stat : 633 (java) S 553 556 25256 0 -1 1077944384 3720 12840 0 0 35 4 4 3 20 0 15 0 230167534 11343855616 211046 33554432000 4194304 4196468 140723933549152 140482748689040 140482744456917 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15159296 140723933555309 140723933558108 140723933558108 140723933560783 0
[pid=556/tid=634] ppid=553 vsize=11077984 memory=1520 CPUtime=0.45 cores=1,3,5,7
/proc/556/task/634/stat : 634 (java) S 553 556 25256 0 -1 1077944384 1054 12840 0 0 34 4 4 3 20 0 15 0 230167534 11343855616 211046 33554432000 4194304 4196468 140723933549152 140482614024720 140482744456917 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15159296 140723933555309 140723933558108 140723933558108 140723933560783 0
[pid=556/tid=635] ppid=553 vsize=11077984 memory=2680 CPUtime=0.45 cores=1,3,5,7
/proc/556/task/635/stat : 635 (java) S 553 556 25256 0 -1 1077944384 1102 12840 0 0 33 5 4 3 20 0 15 0 230167534 11343855616 211046 33554432000 4194304 4196468 140723933549152 140482612971920 140482744456917 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15159296 140723933555309 140723933558108 140723933558108 140723933560783 0
[pid=556/tid=636] ppid=553 vsize=11077984 memory=3160 CPUtime=0.46 cores=1,3,5,7
/proc/556/task/636/stat : 636 (java) S 553 556 25256 0 -1 1077944384 1934 12840 0 0 35 4 4 3 20 0 15 0 230167534 11343855616 211046 33554432000 4194304 4196468 140723933549152 140482611919120 140482744456917 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15159296 140723933555309 140723933558108 140723933558108 140723933560783 0
[pid=556/tid=637] ppid=553 vsize=11077984 memory=60628 CPUtime=0.44 cores=1,3,5,7
/proc/556/task/637/stat : 637 (java) S 553 556 25256 0 -1 1077944384 4310 12840 0 0 35 2 4 3 20 0 15 0 230167536 11343855616 211046 33554432000 4194304 4196468 140723933549152 140481847393136 140482744457858 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15159296 140723933555309 140723933558108 140723933558108 140723933560783 0
[pid=556/tid=638] ppid=553 vsize=11077984 memory=776 CPUtime=0.07 cores=1,3,5,7
/proc/556/task/638/stat : 638 (java) S 553 556 25256 0 -1 1077944384 15 12840 0 0 0 0 4 3 20 0 15 0 230167536 11343855616 211046 33554432000 4194304 4196468 140723933549152 140481602250336 140482744456917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15159296 140723933555309 140723933558108 140723933558108 140723933560783 0
[pid=556/tid=639] ppid=553 vsize=11077984 memory=1876 CPUtime=0.07 cores=1,3,5,7
/proc/556/task/639/stat : 639 (java) S 553 556 25256 0 -1 1077944384 1 12840 0 0 0 0 4 3 20 0 15 0 230167536 11343855616 211046 33554432000 4194304 4196468 140723933549152 140481400923520 140482744456917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15159296 140723933555309 140723933558108 140723933558108 140723933560783 0
[pid=556/tid=640] ppid=553 vsize=11077984 memory=1396 CPUtime=0.07 cores=1,3,5,7
/proc/556/task/640/stat : 640 (java) S 553 556 25256 0 -1 1077944384 3 12840 0 0 0 0 4 3 20 0 15 0 230167539 11343855616 211046 33554432000 4194304 4196468 140723933549152 140481093523792 140482744465307 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15159296 140723933555309 140723933558108 140723933558108 140723933560783 0
[pid=556/tid=641] ppid=553 vsize=11077984 memory=1408 CPUtime=5.85 cores=1,3,5,7
/proc/556/task/641/stat : 641 (java) S 553 556 25256 0 -1 1077944384 12212 12840 0 0 574 4 4 3 20 0 15 0 230167539 11343855616 211046 33554432000 4194304 4196468 140723933549152 140481846339952 140482744457858 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15159296 140723933555309 140723933558108 140723933558108 140723933560783 0
[pid=556/tid=642] ppid=553 vsize=11077984 memory=844184 CPUtime=5.87 cores=1,3,5,7
/proc/556/task/642/stat : 642 (java) S 553 556 25256 0 -1 1077944384 9405 12840 0 0 576 4 4 3 20 0 15 0 230167539 11343855616 211046 33554432000 4194304 4196468 140723933549152 140481845287152 140482744457858 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15159296 140723933555309 140723933558108 140723933558108 140723933560783 0
[pid=556/tid=643] ppid=553 vsize=11077984 memory=6944652177228980320 CPUtime=2.96 cores=1,3,5,7
/proc/556/task/643/stat : 643 (java) S 553 556 25256 0 -1 1077944384 9902 12840 0 0 285 4 4 3 20 0 15 0 230167539 11343855616 211046 33554432000 4194304 4196468 140723933549152 140481844234352 140482744457858 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15159296 140723933555309 140723933558108 140723933558108 140723933560783 0
[pid=556/tid=644] ppid=553 vsize=11077984 memory=6943526294502006880 CPUtime=0.07 cores=1,3,5,7
/proc/556/task/644/stat : 644 (java) S 553 556 25256 0 -1 1077944384 3 12840 0 0 0 0 4 3 20 0 15 0 230167539 11343855616 211046 33554432000 4194304 4196468 140723933549152 140480662726880 140482744456917 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15159296 140723933555309 140723933558108 140723933558108 140723933560783 0
[pid=556/tid=645] ppid=553 vsize=11077984 memory=6944652177228980320 CPUtime=0.14 cores=1,3,5,7
/proc/556/task/645/stat : 645 (java) S 553 556 25256 0 -1 1077944384 1095 12840 0 0 3 4 4 3 20 0 15 0 230167540 11343855616 211046 33554432000 4194304 4196468 140723933549152 140481843182768 140482744457858 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 48 0 0 6293624 6294260 15159296 140723933555309 140723933558108 140723933558108 140723933560783 0
Current children cumulated CPU time: 148.67 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 844184 KiB

[startup+134.001 s]*
/proc/loadavg: 1.75 1.68 1.57 3/215 777
/proc/meminfo: memFree=27239876/32770624 swapFree=67030660/67108860
[pid=556] ppid=553 vsize=11077984 memory=844184 CPUtime=149.08 cores=1,3,5,7
/proc/556/stat : 556 (java) S 553 556 25256 0 -1 1077944320 92527 12840 0 0 14850 51 4 3 20 0 15 0 230167525 11343855616 211046 33554432000 4194304 4196468 140723933549152 140723933531696 140482744446711 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 15159296 140723933555309 140723933558108 140723933558108 140723933560783 0
/proc/556/statm: 2769496 211046 3520 1 0 2731149 0
[pid=556/tid=632] ppid=553 vsize=11077984 memory=1398720917958146503 CPUtime=132.52 cores=1,3,5,7
/proc/556/task/632/stat : 632 (java) R 553 556 25256 0 -1 4202560 45582 12840 0 0 13226 19 4 3 20 0 15 0 230167533 11343855616 211046 33554432000 4194304 4196468 140723933549152 140482716281904 140482301932601 0 4 0 16800975 0 0 0 -1 3 0 0 51 0 0 6293624 6294260 15159296 140723933555309 140723933558108 140723933558108 140723933560783 0
[pid=556/tid=633] ppid=553 vsize=11077984 memory=4126316290023845779 CPUtime=0.46 cores=1,3,5,7
/proc/556/task/633/stat : 633 (java) S 553 556 25256 0 -1 1077944384 3720 12840 0 0 35 4 4 3 20 0 15 0 230167534 11343855616 211046 33554432000 4194304 4196468 140723933549152 140482748689040 140482744456917 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15159296 140723933555309 140723933558108 140723933558108 140723933560783 0
[pid=556/tid=634] ppid=553 vsize=11077984 memory=4126316290023845779 CPUtime=0.45 cores=1,3,5,7
/proc/556/task/634/stat : 634 (java) S 553 556 25256 0 -1 1077944384 1054 12840 0 0 34 4 4 3 20 0 15 0 230167534 11343855616 211046 33554432000 4194304 4196468 140723933549152 140482614024720 140482744456917 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15159296 140723933555309 140723933558108 140723933558108 140723933560783 0
[pid=556/tid=635] ppid=553 vsize=11077984 memory=776 CPUtime=0.46 cores=1,3,5,7
/proc/556/task/635/stat : 635 (java) S 553 556 25256 0 -1 1077944384 1102 12840 0 0 34 5 4 3 20 0 15 0 230167534 11343855616 211046 33554432000 4194304 4196468 140723933549152 140482612971920 140482744456917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15159296 140723933555309 140723933558108 140723933558108 140723933560783 0
[pid=556/tid=636] ppid=553 vsize=11077984 memory=0 CPUtime=0.46 cores=1,3,5,7
/proc/556/task/636/stat : 636 (java) S 553 556 25256 0 -1 1077944384 1934 12840 0 0 35 4 4 3 20 0 15 0 230167534 11343855616 211046 33554432000 4194304 4196468 140723933549152 140482611919120 140482744456917 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15159296 140723933555309 140723933558108 140723933558108 140723933560783 0
[pid=556/tid=637] ppid=553 vsize=11077984 memory=0 CPUtime=0.44 cores=1,3,5,7
/proc/556/task/637/stat : 637 (java) S 553 556 25256 0 -1 1077944384 4310 12840 0 0 35 2 4 3 20 0 15 0 230167536 11343855616 211046 33554432000 4194304 4196468 140723933549152 140481847393136 140482744457858 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15159296 140723933555309 140723933558108 140723933558108 140723933560783 0
[pid=556/tid=638] ppid=553 vsize=11077984 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/556/task/638/stat : 638 (java) S 553 556 25256 0 -1 1077944384 15 12840 0 0 0 0 4 3 20 0 15 0 230167536 11343855616 211046 33554432000 4194304 4196468 140723933549152 140481602250336 140482744456917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15159296 140723933555309 140723933558108 140723933558108 140723933560783 0
[pid=556/tid=639] ppid=553 vsize=11077984 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/556/task/639/stat : 639 (java) S 553 556 25256 0 -1 1077944384 1 12840 0 0 0 0 4 3 20 0 15 0 230167536 11343855616 211046 33554432000 4194304 4196468 140723933549152 140481400923520 140482744456917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15159296 140723933555309 140723933558108 140723933558108 140723933560783 0
[pid=556/tid=640] ppid=553 vsize=11077984 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/556/task/640/stat : 640 (java) S 553 556 25256 0 -1 1077944384 3 12840 0 0 0 0 4 3 20 0 15 0 230167539 11343855616 211046 33554432000 4194304 4196468 140723933549152 140481093523792 140482744465307 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15159296 140723933555309 140723933558108 140723933558108 140723933560783 0
[pid=556/tid=641] ppid=553 vsize=11077984 memory=140158541067296 CPUtime=5.85 cores=1,3,5,7
/proc/556/task/641/stat : 641 (java) S 553 556 25256 0 -1 1077944384 12212 12840 0 0 574 4 4 3 20 0 15 0 230167539 11343855616 211046 33554432000 4194304 4196468 140723933549152 140481846339952 140482744457858 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15159296 140723933555309 140723933558108 140723933558108 140723933560783 0
[pid=556/tid=642] ppid=553 vsize=11077984 memory=-1 CPUtime=5.87 cores=1,3,5,7
/proc/556/task/642/stat : 642 (java) S 553 556 25256 0 -1 1077944384 9405 12840 0 0 576 4 4 3 20 0 15 0 230167539 11343855616 211046 33554432000 4194304 4196468 140723933549152 140481845287152 140482744457858 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15159296 140723933555309 140723933558108 140723933558108 140723933560783 0
[pid=556/tid=643] ppid=553 vsize=11077984 memory=140158703425152 CPUtime=2.96 cores=1,3,5,7
/proc/556/task/643/stat : 643 (java) S 553 556 25256 0 -1 1077944384 9902 12840 0 0 285 4 4 3 20 0 15 0 230167539 11343855616 211046 33554432000 4194304 4196468 140723933549152 140481844234352 140482744457858 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15159296 140723933555309 140723933558108 140723933558108 140723933560783 0
[pid=556/tid=644] ppid=553 vsize=11077984 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/556/task/644/stat : 644 (java) S 553 556 25256 0 -1 1077944384 3 12840 0 0 0 0 4 3 20 0 15 0 230167539 11343855616 211046 33554432000 4194304 4196468 140723933549152 140480662726880 140482744456917 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15159296 140723933555309 140723933558108 140723933558108 140723933560783 0
[pid=556/tid=645] ppid=553 vsize=11077984 memory=140158703425152 CPUtime=0.14 cores=1,3,5,7
/proc/556/task/645/stat : 645 (java) S 553 556 25256 0 -1 1077944384 1095 12840 0 0 3 4 4 3 20 0 15 0 230167540 11343855616 211046 33554432000 4194304 4196468 140723933549152 140481843182768 140482744457858 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 48 0 0 6293624 6294260 15159296 140723933555309 140723933558108 140723933558108 140723933560783 0
Current children cumulated CPU time: 149.08 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 844184 KiB

[startup+134.111 s]
/proc/loadavg: 1.75 1.68 1.57 3/215 777
/proc/meminfo: memFree=27239876/32770624 swapFree=67030660/67108860
[pid=556] ppid=553 vsize=11077984 memory=844184 CPUtime=149.18 cores=1,3,5,7
/proc/556/stat : 556 (java) S 553 556 25256 0 -1 1077944320 92528 12840 0 0 14860 51 4 3 20 0 15 0 230167525 11343855616 211046 33554432000 4194304 4196468 140723933549152 140723933531696 140482744446711 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 15159296 140723933555309 140723933558108 140723933558108 140723933560783 0
/proc/556/statm: 2769496 211046 3520 1 0 2731149 0
[pid=556/tid=632] ppid=553 vsize=11077984 memory=13888 CPUtime=132.62 cores=1,3,5,7
/proc/556/task/632/stat : 632 (java) R 553 556 25256 0 -1 4202560 45583 12840 0 0 13236 19 4 3 20 0 15 0 230167533 11343855616 211046 33554432000 4194304 4196468 140723933549152 140482716281616 140482301931198 0 4 0 16800975 0 0 0 -1 7 0 0 51 0 0 6293624 6294260 15159296 140723933555309 140723933558108 140723933558108 140723933560783 0
[pid=556/tid=633] ppid=553 vsize=11077984 memory=844184 CPUtime=0.46 cores=1,3,5,7
/proc/556/task/633/stat : 633 (java) S 553 556 25256 0 -1 1077944384 3720 12840 0 0 35 4 4 3 20 0 15 0 230167534 11343855616 211046 33554432000 4194304 4196468 140723933549152 140482748689040 140482744456917 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15159296 140723933555309 140723933558108 140723933558108 140723933560783 0
[pid=556/tid=634] ppid=553 vsize=11077984 memory=844184 CPUtime=0.46 cores=1,3,5,7
/proc/556/task/634/stat : 634 (java) S 553 556 25256 0 -1 1077944384 1054 12840 0 0 35 4 4 3 20 0 15 0 230167534 11343855616 211046 33554432000 4194304 4196468 140723933549152 140482614024720 140482744456917 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15159296 140723933555309 140723933558108 140723933558108 140723933560783 0
[pid=556/tid=635] ppid=553 vsize=11077984 memory=844184 CPUtime=0.46 cores=1,3,5,7
/proc/556/task/635/stat : 635 (java) S 553 556 25256 0 -1 1077944384 1102 12840 0 0 34 5 4 3 20 0 15 0 230167534 11343855616 211046 33554432000 4194304 4196468 140723933549152 140482612971920 140482744456917 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15159296 140723933555309 140723933558108 140723933558108 140723933560783 0
[pid=556/tid=636] ppid=553 vsize=11077984 memory=844184 CPUtime=0.46 cores=1,3,5,7
/proc/556/task/636/stat : 636 (java) S 553 556 25256 0 -1 1077944384 1934 12840 0 0 35 4 4 3 20 0 15 0 230167534 11343855616 211046 33554432000 4194304 4196468 140723933549152 140482611919120 140482744456917 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15159296 140723933555309 140723933558108 140723933558108 140723933560783 0
[pid=556/tid=637] ppid=553 vsize=11077984 memory=844184 CPUtime=0.44 cores=1,3,5,7
/proc/556/task/637/stat : 637 (java) S 553 556 25256 0 -1 1077944384 4310 12840 0 0 35 2 4 3 20 0 15 0 230167536 11343855616 211046 33554432000 4194304 4196468 140723933549152 140481847393136 140482744457858 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15159296 140723933555309 140723933558108 140723933558108 140723933560783 0
[pid=556/tid=638] ppid=553 vsize=11077984 memory=844184 CPUtime=0.07 cores=1,3,5,7
/proc/556/task/638/stat : 638 (java) S 553 556 25256 0 -1 1077944384 15 12840 0 0 0 0 4 3 20 0 15 0 230167536 11343855616 211046 33554432000 4194304 4196468 140723933549152 140481602250336 140482744456917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15159296 140723933555309 140723933558108 140723933558108 140723933560783 0
[pid=556/tid=639] ppid=553 vsize=11077984 memory=844184 CPUtime=0.07 cores=1,3,5,7
/proc/556/task/639/stat : 639 (java) S 553 556 25256 0 -1 1077944384 1 12840 0 0 0 0 4 3 20 0 15 0 230167536 11343855616 211046 33554432000 4194304 4196468 140723933549152 140481400923520 140482744456917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15159296 140723933555309 140723933558108 140723933558108 140723933560783 0
[pid=556/tid=640] ppid=553 vsize=11077984 memory=844184 CPUtime=0.07 cores=1,3,5,7
/proc/556/task/640/stat : 640 (java) S 553 556 25256 0 -1 1077944384 3 12840 0 0 0 0 4 3 20 0 15 0 230167539 11343855616 211046 33554432000 4194304 4196468 140723933549152 140481093523792 140482744465307 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15159296 140723933555309 140723933558108 140723933558108 140723933560783 0
[pid=556/tid=641] ppid=553 vsize=11077984 memory=844184 CPUtime=5.85 cores=1,3,5,7
/proc/556/task/641/stat : 641 (java) S 553 556 25256 0 -1 1077944384 12212 12840 0 0 574 4 4 3 20 0 15 0 230167539 11343855616 211046 33554432000 4194304 4196468 140723933549152 140481846339952 140482744457858 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15159296 140723933555309 140723933558108 140723933558108 140723933560783 0
[pid=556/tid=642] ppid=553 vsize=11077984 memory=844184 CPUtime=5.87 cores=1,3,5,7
/proc/556/task/642/stat : 642 (java) S 553 556 25256 0 -1 1077944384 9405 12840 0 0 576 4 4 3 20 0 15 0 230167539 11343855616 211046 33554432000 4194304 4196468 140723933549152 140481845287152 140482744457858 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15159296 140723933555309 140723933558108 140723933558108 140723933560783 0
[pid=556/tid=643] ppid=553 vsize=11077984 memory=3544 CPUtime=2.96 cores=1,3,5,7
/proc/556/task/643/stat : 643 (java) S 553 556 25256 0 -1 1077944384 9902 12840 0 0 285 4 4 3 20 0 15 0 230167539 11343855616 211046 33554432000 4194304 4196468 140723933549152 140481844234352 140482744457858 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15159296 140723933555309 140723933558108 140723933558108 140723933560783 0
[pid=556/tid=644] ppid=553 vsize=11077984 memory=844184 CPUtime=0.07 cores=1,3,5,7
/proc/556/task/644/stat : 644 (java) S 553 556 25256 0 -1 1077944384 3 12840 0 0 0 0 4 3 20 0 15 0 230167539 11343855616 211046 33554432000 4194304 4196468 140723933549152 140480662726880 140482744456917 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15159296 140723933555309 140723933558108 140723933558108 140723933560783 0
[pid=556/tid=645] ppid=553 vsize=11077984 memory=1560 CPUtime=0.14 cores=1,3,5,7
/proc/556/task/645/stat : 645 (java) S 553 556 25256 0 -1 1077944384 1095 12840 0 0 3 4 4 3 20 0 15 0 230167540 11343855616 211046 33554432000 4194304 4196468 140723933549152 140481843182768 140482744457858 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 48 0 0 6293624 6294260 15159296 140723933555309 140723933558108 140723933558108 140723933560783 0
Current children cumulated CPU time: 149.18 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 844184 KiB

Child status: 0
Real time (s): 134.19
CPU time (s): 149.288
CPU user time (s): 148.72
CPU system time (s): 0.567751
CPU usage (%): 111.252
Max. virtual memory (cumulated for all children) (KiB): 11080692
Max. memory (cumulated for all children) (KiB): 845220

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 148.72
system time used= 0.567751
maximum resident set size= 846312
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 106854
page faults= 0
swaps= 0
block input operations= 0
block output operations= 328
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 22623
involuntary context switches= 356


# summary of solver processes directly reported to runsolver:
#   pid: 556
#   total CPU time (s): 149.288
#   total CPU user time (s): 148.72
#   total CPU system time (s): 0.567751

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.789685 second user time and 1.34445 second system time

The end

Launcher Data

Begin job on node102 at 2018-08-13 04:07:23
IDJOB=4304687
IDBENCH=141539
IDSOLVER=2780
FILE ID=node102/4304687-1534126043
RUNJOBID= node102-1534095354-25288
PBS_JOBID= 21036992
Free space on /tmp= 38448 MiB

SOLVER NAME= Concrete 3.9.2
BENCH NAME= XCSP18/Knapsack/Knapsack-40-150-00_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss64M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4304687-1534126043/watcher-4304687-1534126043 -o /tmp/evaluation-result-4304687-1534126043/solver-4304687-1534126043 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node102-1534095354-25288 --watchdog 2580  bin/xcsp-3-concrete -J-Xss64M -randomseed=261358638 HOME/instance-4304687-1534126043.xml

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

MD5SUM BENCH= c033178a1c92732c6616d8bd8ee8c714
RANDOM SEED=261358638

node102.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.51
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.51
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.51
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.51
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:        28039344 kB
MemAvailable:   31033020 kB
Buffers:          159476 kB
Cached:          3082224 kB
SwapCached:        51244 kB
Active:          2502116 kB
Inactive:        1663084 kB
Active(anon):     848280 kB
Inactive(anon):   126908 kB
Active(file):    1653836 kB
Inactive(file):  1536176 kB
Unevictable:        7360 kB
Mlocked:            7360 kB
SwapTotal:      67108860 kB
SwapFree:       67030660 kB
Dirty:             26620 kB
Writeback:             0 kB
AnonPages:        880252 kB
Mapped:            63640 kB
Shmem:             48984 kB
Slab:             261088 kB
SReclaimable:     232124 kB
SUnreclaim:        28964 kB
KernelStack:        3488 kB
PageTables:         7060 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2007240 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    800768 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      105856 kB
DirectMap2M:    33439744 kB

Free space on /tmp at the end= 38424 MiB
End job on node102 at 2018-08-13 04:09:38