Trace number 4396059

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.12.2OPT887 426.208 415.964

General information on the benchmark

NameKnapsack/Knapsack-m1-s40/
Knapsack-40-150-08.xml
MD5SUMa0dd3b11b1f6edde9967a93afac168fd
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark887
Best CPU time to get the best result obtained on this benchmark6.93093
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

0.79/0.55	c Concrete v3.12.2.1568380929293 running
5.39/2.69	o 359
5.75/2.71	o 374
5.75/2.72	o 453
5.75/2.73	o 477
5.75/2.74	o 550
5.75/2.76	o 559
6.14/2.81	o 566
6.14/2.84	o 579
6.14/2.85	o 598
6.14/2.85	o 622
6.14/2.85	o 651
6.14/2.86	o 661
6.14/2.87	o 666
6.14/2.88	o 680
6.51/2.93	o 689
6.51/2.94	o 693
6.51/2.95	o 694
6.51/2.96	o 700
6.51/2.96	o 702
6.51/2.97	o 705
6.51/2.97	o 709
6.51/2.98	o 714
6.51/2.98	o 728
6.87/3.02	o 732
6.87/3.02	o 798
6.87/3.02	o 808
7.21/3.13	o 809
7.21/3.13	o 816
7.21/3.13	o 840
7.21/3.15	o 848
7.21/3.17	o 867
8.09/3.42	o 870
9.90/4.03	o 871
11.03/4.42	o 879
11.87/5.04	o 886
12.47/5.68	o 887
426.13/415.95	v <instantiation
426.13/415.95	v         cost = '887'>
426.13/415.95	v       <list>
426.13/415.95	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]
426.13/415.95	v       </list>
426.13/415.95	v       <values>
426.13/415.95	v         1 0 0 1 0 1 0 0 0 0 0 1 1 1 0 1 0 0 1 0 1 1 0 0 1 0 0 0 0 1 0 1 0 0 1 0 0 0 1 0
426.13/415.95	v       </values>
426.13/415.95	v     </instantiation>
426.13/415.95	s OPTIMUM FOUND

Verifier Data

OK	887

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4396059-1568405013/watcher-4396059-1568405013 -o /tmp/evaluation-result-4396059-1568405013/solver-4396059-1568405013 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node137-1568394053-20871 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=410397010 HOME/instance-4396059-1568405013.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
Current StackSize limit: 8192 KiB

solver pid=23990, runsolver pid=23987

[startup+0.100141 s]*
/proc/loadavg: 1.21 1.28 1.37 3/221 24047
/proc/meminfo: memFree=26130148/32770624 swapFree=66927252/67108860
[pid=23990] ppid=23987 vsize=9972712 memory=17076 CPUtime=0.09 cores=1,3,5,7
/proc/23990/stat : 23990 (java) S 23987 23990 19826 0 -1 1077944320 4547 13156 0 0 1 0 5 3 20 0 6 0 416748632 10212057088 4269 33554432000 4194304 4196468 140728192201520 140728192184064 139684714548983 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 14708736 140728192203504 140728192206021 140728192206021 140728192208847 0
/proc/23990/statm: 2493178 4269 1935 1 0 2481616 0
[pid=23990/tid=24043] ppid=23987 vsize=9972712 memory=4279135704013962638 CPUtime=0.09 cores=1,3,5,7
/proc/23990/task/24043/stat : 24043 (java) R 23987 23990 19826 0 -1 4202560 2348 13156 0 0 1 0 5 3 20 0 6 0 416748641 10212057088 4335 33554432000 4194304 4196468 140728192201520 139684686385744 139684698629470 0 4 0 16784584 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 14708736 140728192203504 140728192206021 140728192206021 140728192208847 0
[pid=23990/tid=24044] ppid=23987 vsize=9972712 memory=-7522837583129502606 CPUtime=0.08 cores=1,3,5,7
/proc/23990/task/24044/stat : 24044 (java) S 23987 23990 19826 0 -1 1077944384 1 13156 0 0 0 0 5 3 20 0 6 0 416748642 10212057088 4335 33554432000 4194304 4196468 140728192201520 139684718791056 139684714559189 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14708736 140728192203504 140728192206021 140728192206021 140728192208847 0
[pid=23990/tid=24045] ppid=23987 vsize=9972712 memory=139761927870080 CPUtime=0.08 cores=1,3,5,7
/proc/23990/task/24045/stat : 24045 (java) S 23987 23990 19826 0 -1 1077944384 1 13156 0 0 0 0 5 3 20 0 6 0 416748642 10212057088 4335 33554432000 4194304 4196468 140728192201520 139684287998224 139684714559189 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14708736 140728192203504 140728192206021 140728192206021 140728192208847 0
[pid=23990/tid=24046] ppid=23987 vsize=9972712 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/23990/task/24046/stat : 24046 (java) S 23987 23990 19826 0 -1 1077944384 2 13156 0 0 0 0 5 3 20 0 6 0 416748642 10212057088 4335 33554432000 4194304 4196468 140728192201520 139684286945936 139684714559189 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14708736 140728192203504 140728192206021 140728192206021 140728192208847 0
[pid=23990/tid=24047] ppid=23987 vsize=9972712 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/23990/task/24047/stat : 24047 (java) S 23987 23990 19826 0 -1 1077944384 2 13156 0 0 0 0 5 3 20 0 6 0 416748642 10212057088 4335 33554432000 4194304 4196468 140728192201520 139684285893136 139684714559189 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14708736 140728192203504 140728192206021 140728192206021 140728192208847 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 17076 KiB

[startup+0.211559 s]*
/proc/loadavg: 1.21 1.28 1.37 3/230 24056
/proc/meminfo: memFree=26111840/32770624 swapFree=66927252/67108860
[pid=23990] ppid=23987 vsize=10819664 memory=41828 CPUtime=0.27 cores=1,3,5,7
/proc/23990/stat : 23990 (java) S 23987 23990 19826 0 -1 1077944320 7265 13156 0 0 18 1 5 3 20 0 15 0 416748632 11079335936 10457 33554432000 4194304 4196468 140728192201520 140728192184064 139684714548983 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 14708736 140728192203504 140728192206021 140728192206021 140728192208847 0
/proc/23990/statm: 2704916 10457 3170 1 0 2667149 0
[pid=23990/tid=24043] ppid=23987 vsize=10819808 memory=-6517102902069810590 CPUtime=0.19 cores=1,3,5,7
/proc/23990/task/24043/stat : 24043 (java) R 23987 23990 19826 0 -1 4202560 3775 13156 0 0 11 0 5 3 20 0 15 0 416748641 11079483392 10457 33554432000 4194304 4196468 140728192201520 139684686373216 139684637626230 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 14708736 140728192203504 140728192206021 140728192206021 140728192208847 0
[pid=23990/tid=24044] ppid=23987 vsize=10819808 memory=-9181546050914066336 CPUtime=0.08 cores=1,3,5,7
/proc/23990/task/24044/stat : 24044 (java) S 23987 23990 19826 0 -1 1077944384 1 13156 0 0 0 0 5 3 20 0 15 0 416748642 11079483392 10457 33554432000 4194304 4196468 140728192201520 139684718791056 139684714559189 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14708736 140728192203504 140728192206021 140728192206021 140728192208847 0
[pid=23990/tid=24045] ppid=23987 vsize=10819808 memory=139761927870080 CPUtime=0.08 cores=1,3,5,7
/proc/23990/task/24045/stat : 24045 (java) S 23987 23990 19826 0 -1 1077944384 1 13156 0 0 0 0 5 3 20 0 15 0 416748642 11079483392 10457 33554432000 4194304 4196468 140728192201520 139684287998224 139684714559189 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14708736 140728192203504 140728192206021 140728192206021 140728192208847 0
[pid=23990/tid=24046] ppid=23987 vsize=10819808 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/23990/task/24046/stat : 24046 (java) S 23987 23990 19826 0 -1 1077944384 2 13156 0 0 0 0 5 3 20 0 15 0 416748642 11079483392 10457 33554432000 4194304 4196468 140728192201520 139684286945936 139684714559189 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14708736 140728192203504 140728192206021 140728192206021 140728192208847 0
[pid=23990/tid=24047] ppid=23987 vsize=10819808 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/23990/task/24047/stat : 24047 (java) S 23987 23990 19826 0 -1 1077944384 2 13156 0 0 0 0 5 3 20 0 15 0 416748642 11079483392 10457 33554432000 4194304 4196468 140728192201520 139684285893136 139684714559189 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14708736 140728192203504 140728192206021 140728192206021 140728192208847 0
[pid=23990/tid=24048] ppid=23987 vsize=10819808 memory=139761927870080 CPUtime=0.08 cores=1,3,5,7
/proc/23990/task/24048/stat : 24048 (java) S 23987 23990 19826 0 -1 1077944384 2 13156 0 0 0 0 5 3 20 0 15 0 416748643 11079483392 10457 33554432000 4194304 4196468 140728192201520 139684174031472 139684714560130 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14708736 140728192203504 140728192206021 140728192206021 140728192208847 0
[pid=23990/tid=24049] ppid=23987 vsize=10819808 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/23990/task/24049/stat : 24049 (java) S 23987 23990 19826 0 -1 1077944384 13 13156 0 0 0 0 5 3 20 0 15 0 416748644 11079483392 10457 33554432000 4194304 4196468 140728192201520 139684080510240 139684714559189 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14708736 140728192203504 140728192206021 140728192206021 140728192208847 0
[pid=23990/tid=24050] ppid=23987 vsize=10819808 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/23990/task/24050/stat : 24050 (java) S 23987 23990 19826 0 -1 1077944384 1 13156 0 0 0 0 5 3 20 0 15 0 416748644 11079483392 10457 33554432000 4194304 4196468 140728192201520 139683476530800 139684714559189 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14708736 140728192203504 140728192206021 140728192206021 140728192208847 0
[pid=23990/tid=24051] ppid=23987 vsize=10819808 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/23990/task/24051/stat : 24051 (java) S 23987 23990 19826 0 -1 1077944384 3 13156 0 0 0 0 5 3 20 0 15 0 416748647 11079483392 10457 33554432000 4194304 4196468 140728192201520 139683236239952 139684714567579 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14708736 140728192203504 140728192206021 140728192206021 140728192208847 0
[pid=23990/tid=24052] ppid=23987 vsize=10819972 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/23990/task/24052/stat : 24052 (java) S 23987 23990 19826 0 -1 1077944384 613 13156 0 0 1 0 5 3 20 0 15 0 416748647 11079651328 10457 33554432000 4194304 4196468 140728192201520 139684172978288 139684714560130 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14708736 140728192203504 140728192206021 140728192206021 140728192208847 0
[pid=23990/tid=24053] ppid=23987 vsize=10819972 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/23990/task/24053/stat : 24053 (java) S 23987 23990 19826 0 -1 1077944384 46 13156 0 0 1 0 5 3 20 0 15 0 416748647 11079651328 10457 33554432000 4194304 4196468 140728192201520 139684171925488 139684714560130 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14708736 140728192203504 140728192206021 140728192206021 140728192208847 0
[pid=23990/tid=24054] ppid=23987 vsize=10819972 memory=139761927870080 CPUtime=0.11 cores=1,3,5,7
/proc/23990/task/24054/stat : 24054 (java) S 23987 23990 19826 0 -1 1077944384 625 13156 0 0 3 0 5 3 20 0 15 0 416748647 11079651328 10457 33554432000 4194304 4196468 140728192201520 139684170873200 139684714560130 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14708736 140728192203504 140728192206021 140728192206021 140728192208847 0
[pid=23990/tid=24055] ppid=23987 vsize=10819972 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/23990/task/24055/stat : 24055 (java) S 23987 23990 19826 0 -1 1077944384 3 13156 0 0 0 0 5 3 20 0 15 0 416748647 11079651328 10523 33554432000 4194304 4196468 140728192201520 139683202681312 139684714559189 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14708736 140728192203504 140728192206021 140728192206021 140728192208847 0
[pid=23990/tid=24056] ppid=23987 vsize=10819972 memory=139761927870080 CPUtime=0.08 cores=1,3,5,7
/proc/23990/task/24056/stat : 24056 (java) S 23987 23990 19826 0 -1 1077944384 1 13156 0 0 0 0 5 3 20 0 15 0 416748647 11079651328 10523 33554432000 4194304 4196468 140728192201520 139684169821104 139684714560130 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14708736 140728192203504 140728192206021 140728192206021 140728192208847 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 10819664 KiB
Current children cumulated memory: 41828 KiB

[startup+0.310731 s]*
/proc/loadavg: 1.21 1.28 1.37 4/229 24056
/proc/meminfo: memFree=26100624/32770624 swapFree=66927252/67108860
[pid=23990] ppid=23987 vsize=10820148 memory=50468 CPUtime=0.41 cores=1,3,5,7
/proc/23990/stat : 23990 (java) S 23987 23990 19826 0 -1 1077944320 10883 13156 0 0 30 3 5 3 20 0 15 0 416748632 11079831552 12617 33554432000 4194304 4196468 140728192201520 140728192184064 139684714548983 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 14708736 140728192203504 140728192206021 140728192206021 140728192208847 0
/proc/23990/statm: 2705037 12617 3302 1 0 2667149 0
[pid=23990/tid=24043] ppid=23987 vsize=10820148 memory=6791534058613427641 CPUtime=0.29 cores=1,3,5,7
/proc/23990/task/24043/stat : 24043 (java) R 23987 23990 19826 0 -1 4202560 7344 13156 0 0 19 2 5 3 20 0 15 0 416748641 11079831552 12617 33554432000 4194304 4196468 140728192201520 139684686369200 139684714570909 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 14708736 140728192203504 140728192206021 140728192206021 140728192208847 0
[pid=23990/tid=24044] ppid=23987 vsize=10820148 memory=4872558044660077418 CPUtime=0.08 cores=1,3,5,7
/proc/23990/task/24044/stat : 24044 (java) S 23987 23990 19826 0 -1 1077944384 1 13156 0 0 0 0 5 3 20 0 15 0 416748642 11079831552 12617 33554432000 4194304 4196468 140728192201520 139684718791056 139684714559189 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14708736 140728192203504 140728192206021 140728192206021 140728192208847 0
[pid=23990/tid=24045] ppid=23987 vsize=10820148 memory=7228928657774891088 CPUtime=0.08 cores=1,3,5,7
/proc/23990/task/24045/stat : 24045 (java) S 23987 23990 19826 0 -1 1077944384 1 13156 0 0 0 0 5 3 20 0 15 0 416748642 11079831552 12617 33554432000 4194304 4196468 140728192201520 139684287998224 139684714559189 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14708736 140728192203504 140728192206021 140728192206021 140728192208847 0
[pid=23990/tid=24046] ppid=23987 vsize=10820148 memory=2076 CPUtime=0.08 cores=1,3,5,7
/proc/23990/task/24046/stat : 24046 (java) S 23987 23990 19826 0 -1 1077944384 2 13156 0 0 0 0 5 3 20 0 15 0 416748642 11079831552 12617 33554432000 4194304 4196468 140728192201520 139684286945936 139684714559189 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14708736 140728192203504 140728192206021 140728192206021 140728192208847 0
[pid=23990/tid=24047] ppid=23987 vsize=10820148 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/23990/task/24047/stat : 24047 (java) S 23987 23990 19826 0 -1 1077944384 2 13156 0 0 0 0 5 3 20 0 15 0 416748642 11079831552 12617 33554432000 4194304 4196468 140728192201520 139684285893136 139684714559189 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14708736 140728192203504 140728192206021 140728192206021 140728192208847 0
[pid=23990/tid=24048] ppid=23987 vsize=10820148 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/23990/task/24048/stat : 24048 (java) S 23987 23990 19826 0 -1 1077944384 2 13156 0 0 0 0 5 3 20 0 15 0 416748643 11079831552 12617 33554432000 4194304 4196468 140728192201520 139684174031472 139684714560130 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14708736 140728192203504 140728192206021 140728192206021 140728192208847 0
[pid=23990/tid=24049] ppid=23987 vsize=10820148 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/23990/task/24049/stat : 24049 (java) S 23987 23990 19826 0 -1 1077944384 13 13156 0 0 0 0 5 3 20 0 15 0 416748644 11079831552 12617 33554432000 4194304 4196468 140728192201520 139684080510240 139684714559189 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14708736 140728192203504 140728192206021 140728192206021 140728192208847 0
[pid=23990/tid=24050] ppid=23987 vsize=10820148 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/23990/task/24050/stat : 24050 (java) S 23987 23990 19826 0 -1 1077944384 1 13156 0 0 0 0 5 3 20 0 15 0 416748644 11079831552 12617 33554432000 4194304 4196468 140728192201520 139683476530800 139684714559189 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14708736 140728192203504 140728192206021 140728192206021 140728192208847 0
[pid=23990/tid=24051] ppid=23987 vsize=10820148 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/23990/task/24051/stat : 24051 (java) S 23987 23990 19826 0 -1 1077944384 3 13156 0 0 0 0 5 3 20 0 15 0 416748647 11079831552 12617 33554432000 4194304 4196468 140728192201520 139683236239952 139684714567579 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14708736 140728192203504 140728192206021 140728192206021 140728192208847 0
[pid=23990/tid=24052] ppid=23987 vsize=10820148 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/23990/task/24052/stat : 24052 (java) S 23987 23990 19826 0 -1 1077944384 622 13156 0 0 2 0 5 3 20 0 15 0 416748647 11079831552 12617 33554432000 4194304 4196468 140728192201520 139684172978288 139684714560130 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14708736 140728192203504 140728192206021 140728192206021 140728192208847 0
[pid=23990/tid=24053] ppid=23987 vsize=10820148 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/23990/task/24053/stat : 24053 (java) S 23987 23990 19826 0 -1 1077944384 47 13156 0 0 1 0 5 3 20 0 15 0 416748647 11079831552 12617 33554432000 4194304 4196468 140728192201520 139684171925488 139684714560130 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14708736 140728192203504 140728192206021 140728192206021 140728192208847 0
[pid=23990/tid=24054] ppid=23987 vsize=10820148 memory=0 CPUtime=0.13 cores=1,3,5,7
/proc/23990/task/24054/stat : 24054 (java) S 23987 23990 19826 0 -1 1077944384 633 13156 0 0 5 0 5 3 20 0 15 0 416748647 11079831552 12617 33554432000 4194304 4196468 140728192201520 139684170873200 139684714560130 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14708736 140728192203504 140728192206021 140728192206021 140728192208847 0
[pid=23990/tid=24055] ppid=23987 vsize=10820148 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/23990/task/24055/stat : 24055 (java) S 23987 23990 19826 0 -1 1077944384 3 13156 0 0 0 0 5 3 20 0 15 0 416748647 11079831552 12617 33554432000 4194304 4196468 140728192201520 139683202681312 139684714559189 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14708736 140728192203504 140728192206021 140728192206021 140728192208847 0
[pid=23990/tid=24056] ppid=23987 vsize=10820148 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/23990/task/24056/stat : 24056 (java) S 23987 23990 19826 0 -1 1077944384 1 13156 0 0 0 0 5 3 20 0 15 0 416748647 11079831552 12617 33554432000 4194304 4196468 140728192201520 139684169821104 139684714560130 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14708736 140728192203504 140728192206021 140728192206021 140728192208847 0
Current children cumulated CPU time: 0.41 s
Current children cumulated vsize: 10820148 KiB
Current children cumulated memory: 50468 KiB

[startup+0.700751 s]
/proc/loadavg: 1.21 1.28 1.37 3/229 24056
/proc/meminfo: memFree=26085640/32770624 swapFree=66927252/67108860
[pid=23990] ppid=23987 vsize=10824360 memory=83988 CPUtime=1.15 cores=1,3,5,7
/proc/23990/stat : 23990 (java) S 23987 23990 19826 0 -1 1077944320 15223 13156 0 0 102 5 5 3 20 0 15 0 416748632 11084144640 20997 33554432000 4194304 4196468 140728192201520 140728192184064 139684714548983 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 14708736 140728192203504 140728192206021 140728192206021 140728192208847 0
/proc/23990/statm: 2706090 20997 3507 1 0 2668173 0
[pid=23990/tid=24043] ppid=23987 vsize=10824360 memory=0 CPUtime=0.67 cores=1,3,5,7
/proc/23990/task/24043/stat : 24043 (java) R 23987 23990 19826 0 -1 4202560 10454 13156 0 0 55 4 5 3 20 0 15 0 416748641 11084144640 20997 33554432000 4194304 4196468 140728192201520 139684686378528 139684698629470 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 14708736 140728192203504 140728192206021 140728192206021 140728192208847 0
[pid=23990/tid=24044] ppid=23987 vsize=10824360 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/23990/task/24044/stat : 24044 (java) S 23987 23990 19826 0 -1 1077944384 1 13156 0 0 0 0 5 3 20 0 15 0 416748642 11084144640 20997 33554432000 4194304 4196468 140728192201520 139684718791056 139684714559189 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14708736 140728192203504 140728192206021 140728192206021 140728192208847 0
[pid=23990/tid=24045] ppid=23987 vsize=10824360 memory=3580 CPUtime=0.08 cores=1,3,5,7
/proc/23990/task/24045/stat : 24045 (java) S 23987 23990 19826 0 -1 1077944384 1 13156 0 0 0 0 5 3 20 0 15 0 416748642 11084144640 20997 33554432000 4194304 4196468 140728192201520 139684287998224 139684714559189 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14708736 140728192203504 140728192206021 140728192206021 140728192208847 0
[pid=23990/tid=24046] ppid=23987 vsize=10824360 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/23990/task/24046/stat : 24046 (java) S 23987 23990 19826 0 -1 1077944384 2 13156 0 0 0 0 5 3 20 0 15 0 416748642 11084144640 20997 33554432000 4194304 4196468 140728192201520 139684286945936 139684714559189 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14708736 140728192203504 140728192206021 140728192206021 140728192208847 0
[pid=23990/tid=24047] ppid=23987 vsize=10824360 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/23990/task/24047/stat : 24047 (java) S 23987 23990 19826 0 -1 1077944384 2 13156 0 0 0 0 5 3 20 0 15 0 416748642 11084144640 20997 33554432000 4194304 4196468 140728192201520 139684285893136 139684714559189 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14708736 140728192203504 140728192206021 140728192206021 140728192208847 0
[pid=23990/tid=24048] ppid=23987 vsize=10824360 memory=4420 CPUtime=0.08 cores=1,3,5,7
/proc/23990/task/24048/stat : 24048 (java) S 23987 23990 19826 0 -1 1077944384 5 13156 0 0 0 0 5 3 20 0 15 0 416748643 11084144640 20997 33554432000 4194304 4196468 140728192201520 139684174031472 139684714560130 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14708736 140728192203504 140728192206021 140728192206021 140728192208847 0
[pid=23990/tid=24049] ppid=23987 vsize=10824360 memory=6628 CPUtime=0.08 cores=1,3,5,7
/proc/23990/task/24049/stat : 24049 (java) S 23987 23990 19826 0 -1 1077944384 13 13156 0 0 0 0 5 3 20 0 15 0 416748644 11084144640 20997 33554432000 4194304 4196468 140728192201520 139684080510240 139684714559189 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14708736 140728192203504 140728192206021 140728192206021 140728192208847 0
[pid=23990/tid=24050] ppid=23987 vsize=10824360 memory=8836 CPUtime=0.08 cores=1,3,5,7
/proc/23990/task/24050/stat : 24050 (java) S 23987 23990 19826 0 -1 1077944384 1 13156 0 0 0 0 5 3 20 0 15 0 416748644 11084144640 20997 33554432000 4194304 4196468 140728192201520 139683476530800 139684714559189 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14708736 140728192203504 140728192206021 140728192206021 140728192208847 0
[pid=23990/tid=24051] ppid=23987 vsize=10824360 memory=11044 CPUtime=0.08 cores=1,3,5,7
/proc/23990/task/24051/stat : 24051 (java) S 23987 23990 19826 0 -1 1077944384 3 13156 0 0 0 0 5 3 20 0 15 0 416748647 11084144640 20997 33554432000 4194304 4196468 140728192201520 139683236239952 139684714567579 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14708736 140728192203504 140728192206021 140728192206021 140728192208847 0
[pid=23990/tid=24052] ppid=23987 vsize=10824360 memory=13252 CPUtime=0.24 cores=1,3,5,7
/proc/23990/task/24052/stat : 24052 (java) R 23987 23990 19826 0 -1 4202560 1205 13156 0 0 16 0 5 3 20 0 15 0 416748647 11084144640 20997 33554432000 4194304 4196468 140728192201520 139684172978288 139684698075424 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 14708736 140728192203504 140728192206021 140728192206021 140728192208847 0
[pid=23990/tid=24053] ppid=23987 vsize=10824360 memory=15460 CPUtime=0.2 cores=1,3,5,7
/proc/23990/task/24053/stat : 24053 (java) S 23987 23990 19826 0 -1 1077944384 451 13156 0 0 12 0 5 3 20 0 15 0 416748647 11084144640 20997 33554432000 4194304 4196468 140728192201520 139684171925488 139684714560130 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14708736 140728192203504 140728192206021 140728192206021 140728192208847 0
[pid=23990/tid=24054] ppid=23987 vsize=10824360 memory=17668 CPUtime=0.25 cores=1,3,5,7
/proc/23990/task/24054/stat : 24054 (java) S 23987 23990 19826 0 -1 1077944384 875 13156 0 0 17 0 5 3 20 0 15 0 416748647 11084144640 20997 33554432000 4194304 4196468 140728192201520 139684170873200 139684714560130 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14708736 140728192203504 140728192206021 140728192206021 140728192208847 0
[pid=23990/tid=24055] ppid=23987 vsize=10824360 memory=19876 CPUtime=0.08 cores=1,3,5,7
/proc/23990/task/24055/stat : 24055 (java) S 23987 23990 19826 0 -1 1077944384 3 13156 0 0 0 0 5 3 20 0 15 0 416748647 11084144640 20997 33554432000 4194304 4196468 140728192201520 139683202681312 139684714559189 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14708736 140728192203504 140728192206021 140728192206021 140728192208847 0
[pid=23990/tid=24056] ppid=23987 vsize=10824360 memory=22084 CPUtime=0.08 cores=1,3,5,7
/proc/23990/task/24056/stat : 24056 (java) S 23987 23990 19826 0 -1 1077944384 1 13156 0 0 0 0 5 3 20 0 15 0 416748647 11084144640 21062 33554432000 4194304 4196468 140728192201520 139684169821104 139684714560130 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14708736 140728192203504 140728192206021 140728192206021 140728192208847 0
Current children cumulated CPU time: 1.15 s
Current children cumulated vsize: 10824360 KiB
Current children cumulated memory: 83988 KiB

[startup+1.50137 s]
/proc/loadavg: 1.21 1.28 1.37 3/229 24056
/proc/meminfo: memFree=26038676/32770624 swapFree=66927252/67108860
[pid=23990] ppid=23987 vsize=10834676 memory=169628 CPUtime=2.48 cores=1,3,5,7
/proc/23990/stat : 23990 (java) S 23987 23990 19826 0 -1 1077944320 20580 13156 0 0 230 10 5 3 20 0 15 0 416748632 11094708224 42407 33554432000 4194304 4196468 140728192201520 140728192184064 139684714548983 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 14708736 140728192203504 140728192206021 140728192206021 140728192208847 0
/proc/23990/statm: 2708669 42407 3572 1 0 2670733 0
[pid=23990/tid=24043] ppid=23987 vsize=10834676 memory=0 CPUtime=1.44 cores=1,3,5,7
/proc/23990/task/24043/stat : 24043 (java) R 23987 23990 19826 0 -1 4202560 14957 13156 0 0 131 5 5 3 20 0 15 0 416748641 11094708224 42407 33554432000 4194304 4196468 140728192201520 139684686357744 139684298697956 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 14708736 140728192203504 140728192206021 140728192206021 140728192208847 0
[pid=23990/tid=24044] ppid=23987 vsize=10834676 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/23990/task/24044/stat : 24044 (java) S 23987 23990 19826 0 -1 1077944384 38 13156 0 0 1 0 5 3 20 0 15 0 416748642 11094708224 42407 33554432000 4194304 4196468 140728192201520 139684718791056 139684714559189 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14708736 140728192203504 140728192206021 140728192206021 140728192208847 0
[pid=23990/tid=24045] ppid=23987 vsize=10834676 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/23990/task/24045/stat : 24045 (java) S 23987 23990 19826 0 -1 1077944384 17 13156 0 0 0 0 5 3 20 0 15 0 416748642 11094708224 42407 33554432000 4194304 4196468 140728192201520 139684287998224 139684714559189 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14708736 140728192203504 140728192206021 140728192206021 140728192208847 0
[pid=23990/tid=24046] ppid=23987 vsize=10834676 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/23990/task/24046/stat : 24046 (java) S 23987 23990 19826 0 -1 1077944384 25 13156 0 0 1 0 5 3 20 0 15 0 416748642 11094708224 42407 33554432000 4194304 4196468 140728192201520 139684286945936 139684714559189 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14708736 140728192203504 140728192206021 140728192206021 140728192208847 0
[pid=23990/tid=24047] ppid=23987 vsize=10834676 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/23990/task/24047/stat : 24047 (java) S 23987 23990 19826 0 -1 1077944384 26 13156 0 0 1 0 5 3 20 0 15 0 416748642 11094708224 42407 33554432000 4194304 4196468 140728192201520 139684285893136 139684714559189 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14708736 140728192203504 140728192206021 140728192206021 140728192208847 0
[pid=23990/tid=24048] ppid=23987 vsize=10834676 memory=1399103955520229747 CPUtime=0.09 cores=1,3,5,7
/proc/23990/task/24048/stat : 24048 (java) S 23987 23990 19826 0 -1 1077944384 44 13156 0 0 1 0 5 3 20 0 15 0 416748643 11094708224 42407 33554432000 4194304 4196468 140728192201520 139684174031472 139684714560130 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14708736 140728192203504 140728192206021 140728192206021 140728192208847 0
[pid=23990/tid=24049] ppid=23987 vsize=10834676 memory=279523585239296 CPUtime=0.08 cores=1,3,5,7
/proc/23990/task/24049/stat : 24049 (java) S 23987 23990 19826 0 -1 1077944384 14 13156 0 0 0 0 5 3 20 0 15 0 416748644 11094708224 42407 33554432000 4194304 4196468 140728192201520 139684080510304 139684714559189 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14708736 140728192203504 140728192206021 140728192206021 140728192208847 0
[pid=23990/tid=24050] ppid=23987 vsize=10834676 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/23990/task/24050/stat : 24050 (java) S 23987 23990 19826 0 -1 1077944384 2 13156 0 0 0 0 5 3 20 0 15 0 416748644 11094708224 42407 33554432000 4194304 4196468 140728192201520 139683476530816 139684714559189 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14708736 140728192203504 140728192206021 140728192206021 140728192208847 0
[pid=23990/tid=24051] ppid=23987 vsize=10834676 memory=279523585451040 CPUtime=0.08 cores=1,3,5,7
/proc/23990/task/24051/stat : 24051 (java) S 23987 23990 19826 0 -1 1077944384 3 13156 0 0 0 0 5 3 20 0 15 0 416748647 11094708224 42407 33554432000 4194304 4196468 140728192201520 139683236239952 139684714567579 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14708736 140728192203504 140728192206021 140728192206021 140728192208847 0
[pid=23990/tid=24052] ppid=23987 vsize=10834676 memory=0 CPUtime=0.36 cores=1,3,5,7
/proc/23990/task/24052/stat : 24052 (java) S 23987 23990 19826 0 -1 1077944384 1261 13156 0 0 27 1 5 3 20 0 15 0 416748647 11094708224 42407 33554432000 4194304 4196468 140728192201520 139684172978288 139684714560130 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14708736 140728192203504 140728192206021 140728192206021 140728192208847 0
[pid=23990/tid=24053] ppid=23987 vsize=10834676 memory=279523585459968 CPUtime=0.33 cores=1,3,5,7
/proc/23990/task/24053/stat : 24053 (java) R 23987 23990 19826 0 -1 4202560 520 13156 0 0 25 0 5 3 20 0 15 0 416748647 11094708224 42407 33554432000 4194304 4196468 140728192201520 139684171915088 139684693806912 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 14708736 140728192203504 140728192206021 140728192206021 140728192208847 0
[pid=23990/tid=24054] ppid=23987 vsize=10834676 memory=8387223549236478041 CPUtime=0.48 cores=1,3,5,7
/proc/23990/task/24054/stat : 24054 (java) R 23987 23990 19826 0 -1 1077944384 1461 13156 0 0 40 0 5 3 20 0 15 0 416748647 11094708224 42407 33554432000 4194304 4196468 140728192201520 139684170873200 139684714560130 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 14708736 140728192203504 140728192206021 140728192206021 140728192208847 0
[pid=23990/tid=24055] ppid=23987 vsize=10834676 memory=288293259724457146 CPUtime=0.08 cores=1,3,5,7
/proc/23990/task/24055/stat : 24055 (java) S 23987 23990 19826 0 -1 1077944384 3 13156 0 0 0 0 5 3 20 0 15 0 416748647 11094708224 42407 33554432000 4194304 4196468 140728192201520 139683202681312 139684714559189 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14708736 140728192203504 140728192206021 140728192206021 140728192208847 0
[pid=23990/tid=24056] ppid=23987 vsize=10834676 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/23990/task/24056/stat : 24056 (java) S 23987 23990 19826 0 -1 1077944384 1 13156 0 0 0 0 5 3 20 0 15 0 416748647 11094708224 42407 33554432000 4194304 4196468 140728192201520 139684169821104 139684714560130 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14708736 140728192203504 140728192206021 140728192206021 140728192208847 0
Current children cumulated CPU time: 2.48 s
Current children cumulated vsize: 10834676 KiB

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

[pid=23990/tid=24055] ppid=23987 vsize=10844936 memory=988 CPUtime=0.08 cores=1,3,5,7
/proc/23990/task/24055/stat : 24055 (java) S 23987 23990 19826 0 -1 1077944384 3 13156 0 0 0 0 5 3 20 0 15 0 416748647 11105214464 133615 33554432000 4194304 4196468 140728192201520 139683202681312 139684714559189 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14708736 140728192203504 140728192206021 140728192206021 140728192208847 0
[pid=23990/tid=24056] ppid=23987 vsize=10844936 memory=1436 CPUtime=0.28 cores=1,3,5,7
/proc/23990/task/24056/stat : 24056 (java) S 23987 23990 19826 0 -1 1077944384 653 13156 0 0 9 11 5 3 20 0 15 0 416748647 11105214464 133615 33554432000 4194304 4196468 140728192201520 139684169821104 139684714560130 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14708736 140728192203504 140728192206021 140728192206021 140728192208847 0
Current children cumulated CPU time: 424.61 s
Current children cumulated vsize: 10844936 KiB
Current children cumulated memory: 534460 KiB

[startup+415.201 s]
/proc/loadavg: 1.57 1.44 1.42 3/227 24088
/proc/meminfo: memFree=25612856/32770624 swapFree=66927252/67108860
[pid=23990] ppid=23987 vsize=10844936 memory=534460 CPUtime=425.43 cores=1,3,5,7
/proc/23990/stat : 23990 (java) S 23987 23990 19826 0 -1 1077944320 82768 13156 0 0 42474 61 5 3 20 0 15 0 416748632 11105214464 133615 33554432000 4194304 4196468 140728192201520 140728192184064 139684714548983 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 14708736 140728192203504 140728192206021 140728192206021 140728192208847 0
/proc/23990/statm: 2711234 133615 3623 1 0 2673293 0
[pid=23990/tid=24043] ppid=23987 vsize=10844936 memory=2028 CPUtime=412.23 cores=1,3,5,7
/proc/23990/task/24043/stat : 24043 (java) R 23987 23990 19826 0 -1 4202560 29083 13156 0 0 41201 14 5 3 20 0 15 0 416748641 11105214464 133615 33554432000 4194304 4196468 140728192201520 139684686384704 139684308192499 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 14708736 140728192203504 140728192206021 140728192206021 140728192208847 0
[pid=23990/tid=24044] ppid=23987 vsize=10844936 memory=3580 CPUtime=1.24 cores=1,3,5,7
/proc/23990/task/24044/stat : 24044 (java) S 23987 23990 19826 0 -1 1077944384 2651 13156 0 0 108 8 5 3 20 0 15 0 416748642 11105214464 133615 33554432000 4194304 4196468 140728192201520 139684718791056 139684714559189 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14708736 140728192203504 140728192206021 140728192206021 140728192208847 0
[pid=23990/tid=24045] ppid=23987 vsize=10844936 memory=40216 CPUtime=1.23 cores=1,3,5,7
/proc/23990/task/24045/stat : 24045 (java) S 23987 23990 19826 0 -1 1077944384 2591 13156 0 0 109 6 5 3 20 0 15 0 416748642 11105214464 133615 33554432000 4194304 4196468 140728192201520 139684287998224 139684714559189 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14708736 140728192203504 140728192206021 140728192206021 140728192208847 0
[pid=23990/tid=24046] ppid=23987 vsize=10844936 memory=2832 CPUtime=1.23 cores=1,3,5,7
/proc/23990/task/24046/stat : 24046 (java) S 23987 23990 19826 0 -1 1077944384 7234 13156 0 0 106 9 5 3 20 0 15 0 416748642 11105214464 133615 33554432000 4194304 4196468 140728192201520 139684286945936 139684714559189 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14708736 140728192203504 140728192206021 140728192206021 140728192208847 0
[pid=23990/tid=24047] ppid=23987 vsize=10844936 memory=1716 CPUtime=1.24 cores=1,3,5,7
/proc/23990/task/24047/stat : 24047 (java) S 23987 23990 19826 0 -1 1077944384 3076 13156 0 0 109 7 5 3 20 0 15 0 416748642 11105214464 133615 33554432000 4194304 4196468 140728192201520 139684285893136 139684714559189 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14708736 140728192203504 140728192206021 140728192206021 140728192208847 0
[pid=23990/tid=24048] ppid=23987 vsize=10844936 memory=1124 CPUtime=1.32 cores=1,3,5,7
/proc/23990/task/24048/stat : 24048 (java) S 23987 23990 19826 0 -1 1077944384 3268 13156 0 0 117 7 5 3 20 0 15 0 416748643 11105214464 133615 33554432000 4194304 4196468 140728192201520 139684174031472 139684714560130 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14708736 140728192203504 140728192206021 140728192206021 140728192208847 0
[pid=23990/tid=24049] ppid=23987 vsize=10844936 memory=5924 CPUtime=0.08 cores=1,3,5,7
/proc/23990/task/24049/stat : 24049 (java) S 23987 23990 19826 0 -1 1077944384 14 13156 0 0 0 0 5 3 20 0 15 0 416748644 11105214464 133615 33554432000 4194304 4196468 140728192201520 139684080510304 139684714559189 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14708736 140728192203504 140728192206021 140728192206021 140728192208847 0
[pid=23990/tid=24050] ppid=23987 vsize=10844936 memory=916 CPUtime=0.08 cores=1,3,5,7
/proc/23990/task/24050/stat : 24050 (java) S 23987 23990 19826 0 -1 1077944384 2 13156 0 0 0 0 5 3 20 0 15 0 416748644 11105214464 133615 33554432000 4194304 4196468 140728192201520 139683476530816 139684714559189 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14708736 140728192203504 140728192206021 140728192206021 140728192208847 0
[pid=23990/tid=24051] ppid=23987 vsize=10844936 memory=40216 CPUtime=0.08 cores=1,3,5,7
/proc/23990/task/24051/stat : 24051 (java) S 23987 23990 19826 0 -1 1077944384 3 13156 0 0 0 0 5 3 20 0 15 0 416748647 11105214464 133615 33554432000 4194304 4196468 140728192201520 139683236239952 139684714567579 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14708736 140728192203504 140728192206021 140728192206021 140728192208847 0
[pid=23990/tid=24052] ppid=23987 vsize=10844936 memory=2028 CPUtime=2.9 cores=1,3,5,7
/proc/23990/task/24052/stat : 24052 (java) S 23987 23990 19826 0 -1 1077944384 13206 13156 0 0 280 2 5 3 20 0 15 0 416748647 11105214464 133615 33554432000 4194304 4196468 140728192201520 139684172978288 139684714560130 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14708736 140728192203504 140728192206021 140728192206021 140728192208847 0
[pid=23990/tid=24053] ppid=23987 vsize=10844936 memory=988 CPUtime=3.05 cores=1,3,5,7
/proc/23990/task/24053/stat : 24053 (java) S 23987 23990 19826 0 -1 1077944384 11885 13156 0 0 295 2 5 3 20 0 15 0 416748647 11105214464 133615 33554432000 4194304 4196468 140728192201520 139684171925488 139684714560130 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14708736 140728192203504 140728192206021 140728192206021 140728192208847 0
[pid=23990/tid=24054] ppid=23987 vsize=10844936 memory=1436 CPUtime=1.32 cores=1,3,5,7
/proc/23990/task/24054/stat : 24054 (java) S 23987 23990 19826 0 -1 1077944384 6891 13156 0 0 122 2 5 3 20 0 15 0 416748647 11105214464 133615 33554432000 4194304 4196468 140728192201520 139684170873200 139684714560130 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14708736 140728192203504 140728192206021 140728192206021 140728192208847 0
[pid=23990/tid=24055] ppid=23987 vsize=10844936 memory=9592 CPUtime=0.08 cores=1,3,5,7
/proc/23990/task/24055/stat : 24055 (java) S 23987 23990 19826 0 -1 1077944384 3 13156 0 0 0 0 5 3 20 0 15 0 416748647 11105214464 133615 33554432000 4194304 4196468 140728192201520 139683202681312 139684714559189 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14708736 140728192203504 140728192206021 140728192206021 140728192208847 0
[pid=23990/tid=24056] ppid=23987 vsize=10844936 memory=534460 CPUtime=0.28 cores=1,3,5,7
/proc/23990/task/24056/stat : 24056 (java) S 23987 23990 19826 0 -1 1077944384 653 13156 0 0 9 11 5 3 20 0 15 0 416748647 11105214464 133615 33554432000 4194304 4196468 140728192201520 139684169821104 139684714560130 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14708736 140728192203504 140728192206021 140728192206021 140728192208847 0
Current children cumulated CPU time: 425.43 s
Current children cumulated vsize: 10844936 KiB
Current children cumulated memory: 534460 KiB

[startup+415.601 s]
/proc/loadavg: 1.57 1.44 1.42 3/227 24088
/proc/meminfo: memFree=25612856/32770624 swapFree=66927252/67108860
[pid=23990] ppid=23987 vsize=10844936 memory=534460 CPUtime=425.83 cores=1,3,5,7
/proc/23990/stat : 23990 (java) S 23987 23990 19826 0 -1 1077944320 82770 13156 0 0 42514 61 5 3 20 0 15 0 416748632 11105214464 133615 33554432000 4194304 4196468 140728192201520 140728192184064 139684714548983 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 14708736 140728192203504 140728192206021 140728192206021 140728192208847 0
/proc/23990/statm: 2711234 133615 3623 1 0 2673293 0
[pid=23990/tid=24043] ppid=23987 vsize=10844936 memory=40216 CPUtime=412.62 cores=1,3,5,7
/proc/23990/task/24043/stat : 24043 (java) R 23987 23990 19826 0 -1 4202560 29085 13156 0 0 41240 14 5 3 20 0 15 0 416748641 11105214464 133615 33554432000 4194304 4196468 140728192201520 139684686384912 139684309665543 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 14708736 140728192203504 140728192206021 140728192206021 140728192208847 0
[pid=23990/tid=24044] ppid=23987 vsize=10844936 memory=2028 CPUtime=1.25 cores=1,3,5,7
/proc/23990/task/24044/stat : 24044 (java) S 23987 23990 19826 0 -1 1077944384 2651 13156 0 0 109 8 5 3 20 0 15 0 416748642 11105214464 133615 33554432000 4194304 4196468 140728192201520 139684718791056 139684714559189 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14708736 140728192203504 140728192206021 140728192206021 140728192208847 0
[pid=23990/tid=24045] ppid=23987 vsize=10844936 memory=988 CPUtime=1.23 cores=1,3,5,7
/proc/23990/task/24045/stat : 24045 (java) S 23987 23990 19826 0 -1 1077944384 2591 13156 0 0 109 6 5 3 20 0 15 0 416748642 11105214464 133615 33554432000 4194304 4196468 140728192201520 139684287998224 139684714559189 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14708736 140728192203504 140728192206021 140728192206021 140728192208847 0
[pid=23990/tid=24046] ppid=23987 vsize=10844936 memory=1436 CPUtime=1.23 cores=1,3,5,7
/proc/23990/task/24046/stat : 24046 (java) S 23987 23990 19826 0 -1 1077944384 7234 13156 0 0 106 9 5 3 20 0 15 0 416748642 11105214464 133615 33554432000 4194304 4196468 140728192201520 139684286945936 139684714559189 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14708736 140728192203504 140728192206021 140728192206021 140728192208847 0
[pid=23990/tid=24047] ppid=23987 vsize=10844936 memory=9592 CPUtime=1.25 cores=1,3,5,7
/proc/23990/task/24047/stat : 24047 (java) S 23987 23990 19826 0 -1 1077944384 3076 13156 0 0 110 7 5 3 20 0 15 0 416748642 11105214464 133615 33554432000 4194304 4196468 140728192201520 139684285893136 139684714559189 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14708736 140728192203504 140728192206021 140728192206021 140728192208847 0
[pid=23990/tid=24048] ppid=23987 vsize=10844936 memory=776 CPUtime=1.32 cores=1,3,5,7
/proc/23990/task/24048/stat : 24048 (java) S 23987 23990 19826 0 -1 1077944384 3268 13156 0 0 117 7 5 3 20 0 15 0 416748643 11105214464 133615 33554432000 4194304 4196468 140728192201520 139684174031472 139684714560130 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14708736 140728192203504 140728192206021 140728192206021 140728192208847 0
[pid=23990/tid=24049] ppid=23987 vsize=10844936 memory=1540 CPUtime=0.08 cores=1,3,5,7
/proc/23990/task/24049/stat : 24049 (java) S 23987 23990 19826 0 -1 1077944384 14 13156 0 0 0 0 5 3 20 0 15 0 416748644 11105214464 133615 33554432000 4194304 4196468 140728192201520 139684080510304 139684714559189 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14708736 140728192203504 140728192206021 140728192206021 140728192208847 0
[pid=23990/tid=24050] ppid=23987 vsize=10844936 memory=692 CPUtime=0.08 cores=1,3,5,7
/proc/23990/task/24050/stat : 24050 (java) S 23987 23990 19826 0 -1 1077944384 2 13156 0 0 0 0 5 3 20 0 15 0 416748644 11105214464 133615 33554432000 4194304 4196468 140728192201520 139683476530816 139684714559189 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14708736 140728192203504 140728192206021 140728192206021 140728192208847 0
[pid=23990/tid=24051] ppid=23987 vsize=10844936 memory=4164 CPUtime=0.08 cores=1,3,5,7
/proc/23990/task/24051/stat : 24051 (java) S 23987 23990 19826 0 -1 1077944384 3 13156 0 0 0 0 5 3 20 0 15 0 416748647 11105214464 133615 33554432000 4194304 4196468 140728192201520 139683236239952 139684714567579 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14708736 140728192203504 140728192206021 140728192206021 140728192208847 0
[pid=23990/tid=24052] ppid=23987 vsize=10844936 memory=1060 CPUtime=2.9 cores=1,3,5,7
/proc/23990/task/24052/stat : 24052 (java) S 23987 23990 19826 0 -1 1077944384 13206 13156 0 0 280 2 5 3 20 0 15 0 416748647 11105214464 133615 33554432000 4194304 4196468 140728192201520 139684172978288 139684714560130 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14708736 140728192203504 140728192206021 140728192206021 140728192208847 0
[pid=23990/tid=24053] ppid=23987 vsize=10844936 memory=2832 CPUtime=3.05 cores=1,3,5,7
/proc/23990/task/24053/stat : 24053 (java) S 23987 23990 19826 0 -1 1077944384 11885 13156 0 0 295 2 5 3 20 0 15 0 416748647 11105214464 133615 33554432000 4194304 4196468 140728192201520 139684171925488 139684714560130 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14708736 140728192203504 140728192206021 140728192206021 140728192208847 0
[pid=23990/tid=24054] ppid=23987 vsize=10844936 memory=1716 CPUtime=1.32 cores=1,3,5,7
/proc/23990/task/24054/stat : 24054 (java) S 23987 23990 19826 0 -1 1077944384 6891 13156 0 0 122 2 5 3 20 0 15 0 416748647 11105214464 133615 33554432000 4194304 4196468 140728192201520 139684170873200 139684714560130 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14708736 140728192203504 140728192206021 140728192206021 140728192208847 0
[pid=23990/tid=24055] ppid=23987 vsize=10844936 memory=1124 CPUtime=0.08 cores=1,3,5,7
/proc/23990/task/24055/stat : 24055 (java) S 23987 23990 19826 0 -1 1077944384 3 13156 0 0 0 0 5 3 20 0 15 0 416748647 11105214464 133615 33554432000 4194304 4196468 140728192201520 139683202681312 139684714559189 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14708736 140728192203504 140728192206021 140728192206021 140728192208847 0
[pid=23990/tid=24056] ppid=23987 vsize=10844936 memory=5924 CPUtime=0.28 cores=1,3,5,7
/proc/23990/task/24056/stat : 24056 (java) S 23987 23990 19826 0 -1 1077944384 653 13156 0 0 9 11 5 3 20 0 15 0 416748647 11105214464 133615 33554432000 4194304 4196468 140728192201520 139684169821104 139684714560130 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14708736 140728192203504 140728192206021 140728192206021 140728192208847 0
Current children cumulated CPU time: 425.83 s
Current children cumulated vsize: 10844936 KiB
Current children cumulated memory: 534460 KiB

[startup+415.801 s]
/proc/loadavg: 1.57 1.44 1.42 3/227 24088
/proc/meminfo: memFree=25612856/32770624 swapFree=66927252/67108860
[pid=23990] ppid=23987 vsize=10844936 memory=534460 CPUtime=426.03 cores=1,3,5,7
/proc/23990/stat : 23990 (java) S 23987 23990 19826 0 -1 1077944320 82770 13156 0 0 42534 61 5 3 20 0 15 0 416748632 11105214464 133615 33554432000 4194304 4196468 140728192201520 140728192184064 139684714548983 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 14708736 140728192203504 140728192206021 140728192206021 140728192208847 0
/proc/23990/statm: 2711234 133615 3623 1 0 2673293 0
[pid=23990/tid=24043] ppid=23987 vsize=10844936 memory=1656 CPUtime=412.82 cores=1,3,5,7
/proc/23990/task/24043/stat : 24043 (java) R 23987 23990 19826 0 -1 4202560 29085 13156 0 0 41260 14 5 3 20 0 15 0 416748641 11105214464 133615 33554432000 4194304 4196468 140728192201520 139684686384912 139684310528140 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 14708736 140728192203504 140728192206021 140728192206021 140728192208847 0
[pid=23990/tid=24044] ppid=23987 vsize=10844936 memory=14004 CPUtime=1.25 cores=1,3,5,7
/proc/23990/task/24044/stat : 24044 (java) S 23987 23990 19826 0 -1 1077944384 2651 13156 0 0 109 8 5 3 20 0 15 0 416748642 11105214464 133615 33554432000 4194304 4196468 140728192201520 139684718791056 139684714559189 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14708736 140728192203504 140728192206021 140728192206021 140728192208847 0
[pid=23990/tid=24045] ppid=23987 vsize=10844936 memory=2120 CPUtime=1.23 cores=1,3,5,7
/proc/23990/task/24045/stat : 24045 (java) S 23987 23990 19826 0 -1 1077944384 2591 13156 0 0 109 6 5 3 20 0 15 0 416748642 11105214464 133615 33554432000 4194304 4196468 140728192201520 139684287998224 139684714559189 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14708736 140728192203504 140728192206021 140728192206021 140728192208847 0
[pid=23990/tid=24046] ppid=23987 vsize=10844936 memory=21824 CPUtime=1.23 cores=1,3,5,7
/proc/23990/task/24046/stat : 24046 (java) S 23987 23990 19826 0 -1 1077944384 7234 13156 0 0 106 9 5 3 20 0 15 0 416748642 11105214464 133615 33554432000 4194304 4196468 140728192201520 139684286945936 139684714559189 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14708736 140728192203504 140728192206021 140728192206021 140728192208847 0
[pid=23990/tid=24047] ppid=23987 vsize=10844936 memory=14068 CPUtime=1.25 cores=1,3,5,7
/proc/23990/task/24047/stat : 24047 (java) S 23987 23990 19826 0 -1 1077944384 3076 13156 0 0 110 7 5 3 20 0 15 0 416748642 11105214464 133615 33554432000 4194304 4196468 140728192201520 139684285893136 139684714559189 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14708736 140728192203504 140728192206021 140728192206021 140728192208847 0
[pid=23990/tid=24048] ppid=23987 vsize=10844936 memory=528 CPUtime=1.32 cores=1,3,5,7
/proc/23990/task/24048/stat : 24048 (java) S 23987 23990 19826 0 -1 1077944384 3268 13156 0 0 117 7 5 3 20 0 15 0 416748643 11105214464 133615 33554432000 4194304 4196468 140728192201520 139684174031472 139684714560130 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14708736 140728192203504 140728192206021 140728192206021 140728192208847 0
[pid=23990/tid=24049] ppid=23987 vsize=10844936 memory=1560 CPUtime=0.08 cores=1,3,5,7
/proc/23990/task/24049/stat : 24049 (java) S 23987 23990 19826 0 -1 1077944384 14 13156 0 0 0 0 5 3 20 0 15 0 416748644 11105214464 133615 33554432000 4194304 4196468 140728192201520 139684080510304 139684714559189 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14708736 140728192203504 140728192206021 140728192206021 140728192208847 0
[pid=23990/tid=24050] ppid=23987 vsize=10844936 memory=928 CPUtime=0.08 cores=1,3,5,7
/proc/23990/task/24050/stat : 24050 (java) S 23987 23990 19826 0 -1 1077944384 2 13156 0 0 0 0 5 3 20 0 15 0 416748644 11105214464 133615 33554432000 4194304 4196468 140728192201520 139683476530816 139684714559189 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14708736 140728192203504 140728192206021 140728192206021 140728192208847 0
[pid=23990/tid=24051] ppid=23987 vsize=10844936 memory=1700 CPUtime=0.08 cores=1,3,5,7
/proc/23990/task/24051/stat : 24051 (java) S 23987 23990 19826 0 -1 1077944384 3 13156 0 0 0 0 5 3 20 0 15 0 416748647 11105214464 133615 33554432000 4194304 4196468 140728192201520 139683236239952 139684714567579 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14708736 140728192203504 140728192206021 140728192206021 140728192208847 0
[pid=23990/tid=24052] ppid=23987 vsize=10844936 memory=828 CPUtime=2.9 cores=1,3,5,7
/proc/23990/task/24052/stat : 24052 (java) S 23987 23990 19826 0 -1 1077944384 13206 13156 0 0 280 2 5 3 20 0 15 0 416748647 11105214464 133615 33554432000 4194304 4196468 140728192201520 139684172978288 139684714560130 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14708736 140728192203504 140728192206021 140728192206021 140728192208847 0
[pid=23990/tid=24053] ppid=23987 vsize=10844936 memory=1440 CPUtime=3.05 cores=1,3,5,7
/proc/23990/task/24053/stat : 24053 (java) S 23987 23990 19826 0 -1 1077944384 11885 13156 0 0 295 2 5 3 20 0 15 0 416748647 11105214464 133615 33554432000 4194304 4196468 140728192201520 139684171925488 139684714560130 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14708736 140728192203504 140728192206021 140728192206021 140728192208847 0
[pid=23990/tid=24054] ppid=23987 vsize=10844936 memory=1980 CPUtime=1.32 cores=1,3,5,7
/proc/23990/task/24054/stat : 24054 (java) S 23987 23990 19826 0 -1 1077944384 6891 13156 0 0 122 2 5 3 20 0 15 0 416748647 11105214464 133615 33554432000 4194304 4196468 140728192201520 139684170873200 139684714560130 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14708736 140728192203504 140728192206021 140728192206021 140728192208847 0
[pid=23990/tid=24055] ppid=23987 vsize=10844936 memory=2496 CPUtime=0.08 cores=1,3,5,7
/proc/23990/task/24055/stat : 24055 (java) S 23987 23990 19826 0 -1 1077944384 3 13156 0 0 0 0 5 3 20 0 15 0 416748647 11105214464 133615 33554432000 4194304 4196468 140728192201520 139683202681312 139684714559189 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14708736 140728192203504 140728192206021 140728192206021 140728192208847 0
[pid=23990/tid=24056] ppid=23987 vsize=10844936 memory=1764 CPUtime=0.28 cores=1,3,5,7
/proc/23990/task/24056/stat : 24056 (java) S 23987 23990 19826 0 -1 1077944384 653 13156 0 0 9 11 5 3 20 0 15 0 416748647 11105214464 133615 33554432000 4194304 4196468 140728192201520 139684169821104 139684714560130 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14708736 140728192203504 140728192206021 140728192206021 140728192208847 0
Current children cumulated CPU time: 426.03 s
Current children cumulated vsize: 10844936 KiB
Current children cumulated memory: 534460 KiB

[startup+415.901 s]
/proc/loadavg: 1.57 1.44 1.42 3/227 24088
/proc/meminfo: memFree=25612856/32770624 swapFree=66927252/67108860
[pid=23990] ppid=23987 vsize=10844936 memory=534460 CPUtime=426.13 cores=1,3,5,7
/proc/23990/stat : 23990 (java) S 23987 23990 19826 0 -1 1077944320 82771 13156 0 0 42544 61 5 3 20 0 15 0 416748632 11105214464 133615 33554432000 4194304 4196468 140728192201520 140728192184064 139684714548983 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 14708736 140728192203504 140728192206021 140728192206021 140728192208847 0
/proc/23990/statm: 2711234 133615 3623 1 0 2673293 0
[pid=23990/tid=24043] ppid=23987 vsize=10844936 memory=534460 CPUtime=412.92 cores=1,3,5,7
/proc/23990/task/24043/stat : 24043 (java) R 23987 23990 19826 0 -1 4202560 29086 13156 0 0 41270 14 5 3 20 0 15 0 416748641 11105214464 133615 33554432000 4194304 4196468 140728192201520 139684686384912 139684309395207 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 14708736 140728192203504 140728192206021 140728192206021 140728192208847 0
[pid=23990/tid=24044] ppid=23987 vsize=10844936 memory=534460 CPUtime=1.25 cores=1,3,5,7
/proc/23990/task/24044/stat : 24044 (java) S 23987 23990 19826 0 -1 1077944384 2651 13156 0 0 109 8 5 3 20 0 15 0 416748642 11105214464 133615 33554432000 4194304 4196468 140728192201520 139684718791056 139684714559189 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14708736 140728192203504 140728192206021 140728192206021 140728192208847 0
[pid=23990/tid=24045] ppid=23987 vsize=10844936 memory=534460 CPUtime=1.23 cores=1,3,5,7
/proc/23990/task/24045/stat : 24045 (java) S 23987 23990 19826 0 -1 1077944384 2591 13156 0 0 109 6 5 3 20 0 15 0 416748642 11105214464 133615 33554432000 4194304 4196468 140728192201520 139684287998224 139684714559189 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14708736 140728192203504 140728192206021 140728192206021 140728192208847 0
[pid=23990/tid=24046] ppid=23987 vsize=10844936 memory=534460 CPUtime=1.23 cores=1,3,5,7
/proc/23990/task/24046/stat : 24046 (java) S 23987 23990 19826 0 -1 1077944384 7234 13156 0 0 106 9 5 3 20 0 15 0 416748642 11105214464 133615 33554432000 4194304 4196468 140728192201520 139684286945936 139684714559189 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14708736 140728192203504 140728192206021 140728192206021 140728192208847 0
[pid=23990/tid=24047] ppid=23987 vsize=10844936 memory=534460 CPUtime=1.25 cores=1,3,5,7
/proc/23990/task/24047/stat : 24047 (java) S 23987 23990 19826 0 -1 1077944384 3076 13156 0 0 110 7 5 3 20 0 15 0 416748642 11105214464 133615 33554432000 4194304 4196468 140728192201520 139684285893136 139684714559189 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14708736 140728192203504 140728192206021 140728192206021 140728192208847 0
[pid=23990/tid=24048] ppid=23987 vsize=10844936 memory=1980 CPUtime=1.32 cores=1,3,5,7
/proc/23990/task/24048/stat : 24048 (java) S 23987 23990 19826 0 -1 1077944384 3268 13156 0 0 117 7 5 3 20 0 15 0 416748643 11105214464 133615 33554432000 4194304 4196468 140728192201520 139684174031472 139684714560130 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14708736 140728192203504 140728192206021 140728192206021 140728192208847 0
[pid=23990/tid=24049] ppid=23987 vsize=10844936 memory=534460 CPUtime=0.08 cores=1,3,5,7
/proc/23990/task/24049/stat : 24049 (java) S 23987 23990 19826 0 -1 1077944384 14 13156 0 0 0 0 5 3 20 0 15 0 416748644 11105214464 133615 33554432000 4194304 4196468 140728192201520 139684080510304 139684714559189 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14708736 140728192203504 140728192206021 140728192206021 140728192208847 0
[pid=23990/tid=24050] ppid=23987 vsize=10844936 memory=534460 CPUtime=0.08 cores=1,3,5,7
/proc/23990/task/24050/stat : 24050 (java) S 23987 23990 19826 0 -1 1077944384 2 13156 0 0 0 0 5 3 20 0 15 0 416748644 11105214464 133615 33554432000 4194304 4196468 140728192201520 139683476530816 139684714559189 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14708736 140728192203504 140728192206021 140728192206021 140728192208847 0
[pid=23990/tid=24051] ppid=23987 vsize=10844936 memory=534460 CPUtime=0.08 cores=1,3,5,7
/proc/23990/task/24051/stat : 24051 (java) S 23987 23990 19826 0 -1 1077944384 3 13156 0 0 0 0 5 3 20 0 15 0 416748647 11105214464 133615 33554432000 4194304 4196468 140728192201520 139683236239952 139684714567579 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14708736 140728192203504 140728192206021 140728192206021 140728192208847 0
[pid=23990/tid=24052] ppid=23987 vsize=10844936 memory=534460 CPUtime=2.9 cores=1,3,5,7
/proc/23990/task/24052/stat : 24052 (java) S 23987 23990 19826 0 -1 1077944384 13206 13156 0 0 280 2 5 3 20 0 15 0 416748647 11105214464 133615 33554432000 4194304 4196468 140728192201520 139684172978288 139684714560130 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14708736 140728192203504 140728192206021 140728192206021 140728192208847 0
[pid=23990/tid=24053] ppid=23987 vsize=10844936 memory=3580 CPUtime=3.05 cores=1,3,5,7
/proc/23990/task/24053/stat : 24053 (java) S 23987 23990 19826 0 -1 1077944384 11885 13156 0 0 295 2 5 3 20 0 15 0 416748647 11105214464 133615 33554432000 4194304 4196468 140728192201520 139684171925488 139684714560130 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14708736 140728192203504 140728192206021 140728192206021 140728192208847 0
[pid=23990/tid=24054] ppid=23987 vsize=10844936 memory=534460 CPUtime=1.32 cores=1,3,5,7
/proc/23990/task/24054/stat : 24054 (java) S 23987 23990 19826 0 -1 1077944384 6891 13156 0 0 122 2 5 3 20 0 15 0 416748647 11105214464 133615 33554432000 4194304 4196468 140728192201520 139684170873200 139684714560130 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14708736 140728192203504 140728192206021 140728192206021 140728192208847 0
[pid=23990/tid=24055] ppid=23987 vsize=10844936 memory=3580 CPUtime=0.08 cores=1,3,5,7
/proc/23990/task/24055/stat : 24055 (java) S 23987 23990 19826 0 -1 1077944384 3 13156 0 0 0 0 5 3 20 0 15 0 416748647 11105214464 133615 33554432000 4194304 4196468 140728192201520 139683202681312 139684714559189 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14708736 140728192203504 140728192206021 140728192206021 140728192208847 0
[pid=23990/tid=24056] ppid=23987 vsize=10844936 memory=534460 CPUtime=0.28 cores=1,3,5,7
/proc/23990/task/24056/stat : 24056 (java) S 23987 23990 19826 0 -1 1077944384 653 13156 0 0 9 11 5 3 20 0 15 0 416748647 11105214464 133615 33554432000 4194304 4196468 140728192201520 139684169821104 139684714560130 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14708736 140728192203504 140728192206021 140728192206021 140728192208847 0
Current children cumulated CPU time: 426.13 s
Current children cumulated vsize: 10844936 KiB
Current children cumulated memory: 534460 KiB

Child status: 0
Real time (s): 415.964
CPU time (s): 426.208
CPU user time (s): 425.552
CPU system time (s): 0.655343
CPU usage (%): 102.463
Max. virtual memory (cumulated for all children) (KiB): 10847740
Max. memory (cumulated for all children) (KiB): 556764

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 425.552
system time used= 0.655343
maximum resident set size= 558804
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 98955
page faults= 0
swaps= 0
block input operations= 0
block output operations= 664
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 37945
involuntary context switches= 938


# summary of solver processes directly reported to runsolver:
#   pid: 23990
#   total CPU time (s): 426.208
#   total CPU user time (s): 425.552
#   total CPU system time (s): 0.655343

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.78174 second user time and 3.82332 second system time

The end

Launcher Data

Begin job on node137 at 2019-09-13 22:02:50
IDJOB=4396059
IDBENCH=133505
IDSOLVER=2846
FILE ID=node137/4396059-1568405013
RUNJOBID= node137-1568394053-20871
PBS_JOBID= 21701855
Free space on /tmp= 61392 MiB

SOLVER NAME= Concrete 3.12.2
BENCH NAME= XCSP17/Knapsack/Knapsack-m1-s40/Knapsack-40-150-08.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4396059-1568405013/watcher-4396059-1568405013 -o /tmp/evaluation-result-4396059-1568405013/solver-4396059-1568405013 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node137-1568394053-20871 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=410397010 HOME/instance-4396059-1568405013.xml

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

MD5SUM BENCH= a0dd3b11b1f6edde9967a93afac168fd
RANDOM SEED=410397010

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.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	: 5334.00
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.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	: 5334.00
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.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	: 5334.00
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        26138636 kB
MemAvailable:   31257272 kB
Buffers:          174872 kB
Cached:          5209468 kB
SwapCached:        77556 kB
Active:          1962112 kB
Inactive:        4051420 kB
Active(anon):     552140 kB
Inactive(anon):   118568 kB
Active(file):    1409972 kB
Inactive(file):  3932852 kB
Unevictable:      107744 kB
Mlocked:          107744 kB
SwapTotal:      67108860 kB
SwapFree:       66927252 kB
Dirty:             35464 kB
Writeback:             0 kB
AnonPages:        685424 kB
Mapped:            58132 kB
Shmem:             32764 kB
Slab:             213580 kB
SReclaimable:     183296 kB
SUnreclaim:        30284 kB
KernelStack:        4032 kB
PageTables:         6624 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1798368 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    495616 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= 61356 MiB
End job on node137 at 2019-09-13 22:09:47