Trace number 4396346

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.2OPT1128 184.878 176.848

General information on the benchmark

NameKnapsack/Knapsack-m1-s40/
Knapsack-40-150-01.xml
MD5SUM8d3b063d869bbc1321103d2dddf1736e
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark1128
Best CPU time to get the best result obtained on this benchmark9.2843
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.77/0.56	c Concrete v3.12.2.1568380929293 running
5.62/2.70	o 531
5.62/2.72	o 609
5.62/2.72	o 630
5.62/2.73	o 649
5.62/2.75	o 654
5.62/2.75	o 663
5.62/2.76	o 742
5.62/2.77	o 753
5.98/2.85	o 764
5.98/2.86	o 808
5.98/2.86	o 825
5.98/2.87	o 840
5.98/2.88	o 858
5.98/2.88	o 877
5.98/2.90	o 886
6.39/2.91	o 904
6.39/2.91	o 927
6.39/2.92	o 936
6.39/2.95	o 945
6.39/2.95	o 1004
6.39/2.96	o 1008
6.39/2.96	o 1027
6.39/2.96	o 1031
6.39/2.97	o 1036
6.39/2.98	o 1101
6.75/3.03	o 1106
8.27/3.56	o 1112
8.27/3.56	o 1117
9.80/4.10	o 1127
9.80/4.11	o 1128
184.81/176.83	v <instantiation
184.81/176.83	v         cost = '1128'>
184.81/176.83	v       <list>
184.81/176.83	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]
184.81/176.83	v       </list>
184.81/176.83	v       <values>
184.81/176.83	v         0 1 1 0 0 1 0 1 1 0 1 0 1 1 1 0 1 0 0 0 0 0 1 0 1 0 0 0 0 0 0 0 0 1 0 1 1 0 0 1
184.81/176.83	v       </values>
184.81/176.83	v     </instantiation>
184.81/176.83	s OPTIMUM FOUND

Verifier Data

OK	1128

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4396346-1568403630/watcher-4396346-1568403630 -o /tmp/evaluation-result-4396346-1568403630/solver-4396346-1568403630 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node117-1568393448-7559 --watchdog 2560 bin/xcsp-3-concrete -J-Xss32M -randomseed=637304589 HOME/instance-4396346-1568403630.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 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=10315, runsolver pid=10312

[startup+0.100964 s]*
/proc/loadavg: 1.34 1.35 1.38 3/218 10372
/proc/meminfo: memFree=30513888/32770624 swapFree=66946332/67108860
[pid=10315] ppid=10312 vsize=9972712 memory=18596 CPUtime=0.09 cores=1,3,5,7
/proc/10315/stat : 10315 (java) S 10312 10315 6494 0 -1 1077944320 4353 13122 0 0 1 0 5 3 20 0 6 0 416304960 10212057088 4649 33554432000 4194304 4196468 140736181313168 140736181295712 140650363035383 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 39333888 140736181320432 140736181322949 140736181322949 140736181325775 0
/proc/10315/statm: 2493178 4649 1935 1 0 2481616 0
[pid=10315/tid=10368] ppid=10312 vsize=9972712 memory=7892391828772250251 CPUtime=0.09 cores=1,3,5,7
/proc/10315/task/10368/stat : 10368 (java) R 10312 10315 6494 0 -1 4202560 2176 13122 0 0 1 0 5 3 20 0 6 0 416304969 10212057088 4649 33554432000 4194304 4196468 140736181313168 140650334872144 140650356141949 0 4 0 16784584 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 39333888 140736181320432 140736181322949 140736181322949 140736181325775 0
[pid=10315/tid=10369] ppid=10312 vsize=9972712 memory=-9181546050914066336 CPUtime=0.08 cores=1,3,5,7
/proc/10315/task/10369/stat : 10369 (java) S 10312 10315 6494 0 -1 1077944384 2 13122 0 0 0 0 5 3 20 0 6 0 416304970 10212057088 4649 33554432000 4194304 4196468 140736181313168 140650367277840 140650363045589 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39333888 140736181320432 140736181322949 140736181322949 140736181325775 0
[pid=10315/tid=10370] ppid=10312 vsize=9972712 memory=140175747724928 CPUtime=0.08 cores=1,3,5,7
/proc/10315/task/10370/stat : 10370 (java) S 10312 10315 6494 0 -1 1077944384 1 13122 0 0 0 0 5 3 20 0 6 0 416304970 10212057088 4649 33554432000 4194304 4196468 140736181313168 140650255551376 140650363045589 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39333888 140736181320432 140736181322949 140736181322949 140736181325775 0
[pid=10315/tid=10371] ppid=10312 vsize=9972712 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/10315/task/10371/stat : 10371 (java) S 10312 10315 6494 0 -1 1077944384 1 13122 0 0 0 0 5 3 20 0 6 0 416304970 10212057088 4649 33554432000 4194304 4196468 140736181313168 140650254498832 140650363045589 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39333888 140736181320432 140736181322949 140736181322949 140736181325775 0
[pid=10315/tid=10372] ppid=10312 vsize=9972712 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/10315/task/10372/stat : 10372 (java) S 10312 10315 6494 0 -1 1077944384 2 13122 0 0 0 0 5 3 20 0 6 0 416304970 10212057088 4649 33554432000 4194304 4196468 140736181313168 140650253446288 140650363045589 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39333888 140736181320432 140736181322949 140736181322949 140736181325775 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 18596 KiB

[startup+0.210492 s]*
/proc/loadavg: 1.34 1.35 1.38 3/227 10381
/proc/meminfo: memFree=30494848/32770624 swapFree=66946332/67108860
[pid=10315] ppid=10312 vsize=10819664 memory=42316 CPUtime=0.26 cores=1,3,5,7
/proc/10315/stat : 10315 (java) S 10312 10315 6494 0 -1 1077944320 6869 13122 0 0 16 2 5 3 20 0 15 0 416304960 11079335936 10579 33554432000 4194304 4196468 140736181313168 140736181295712 140650363035383 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 39333888 140736181320432 140736181322949 140736181322949 140736181325775 0
/proc/10315/statm: 2704916 10579 3158 1 0 2667149 0
[pid=10315/tid=10368] ppid=10312 vsize=10819664 memory=7822038051842263955 CPUtime=0.19 cores=1,3,5,7
/proc/10315/task/10368/stat : 10368 (java) R 10312 10315 6494 0 -1 4202560 3348 13122 0 0 10 1 5 3 20 0 15 0 416304969 11079335936 10579 33554432000 4194304 4196468 140736181313168 140650334843456 140649928178707 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 39333888 140736181320432 140736181322949 140736181322949 140736181325775 0
[pid=10315/tid=10369] ppid=10312 vsize=10819664 memory=-9181546050914066336 CPUtime=0.08 cores=1,3,5,7
/proc/10315/task/10369/stat : 10369 (java) S 10312 10315 6494 0 -1 1077944384 2 13122 0 0 0 0 5 3 20 0 15 0 416304970 11079335936 10579 33554432000 4194304 4196468 140736181313168 140650367277840 140650363045589 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39333888 140736181320432 140736181322949 140736181322949 140736181325775 0
[pid=10315/tid=10370] ppid=10312 vsize=10819664 memory=140175747724928 CPUtime=0.08 cores=1,3,5,7
/proc/10315/task/10370/stat : 10370 (java) S 10312 10315 6494 0 -1 1077944384 1 13122 0 0 0 0 5 3 20 0 15 0 416304970 11079335936 10579 33554432000 4194304 4196468 140736181313168 140650255551376 140650363045589 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39333888 140736181320432 140736181322949 140736181322949 140736181325775 0
[pid=10315/tid=10371] ppid=10312 vsize=10819664 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/10315/task/10371/stat : 10371 (java) S 10312 10315 6494 0 -1 1077944384 1 13122 0 0 0 0 5 3 20 0 15 0 416304970 11079335936 10579 33554432000 4194304 4196468 140736181313168 140650254498832 140650363045589 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39333888 140736181320432 140736181322949 140736181322949 140736181325775 0
[pid=10315/tid=10372] ppid=10312 vsize=10819664 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/10315/task/10372/stat : 10372 (java) S 10312 10315 6494 0 -1 1077944384 2 13122 0 0 0 0 5 3 20 0 15 0 416304970 11079335936 10579 33554432000 4194304 4196468 140736181313168 140650253446288 140650363045589 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39333888 140736181320432 140736181322949 140736181322949 140736181325775 0
[pid=10315/tid=10373] ppid=10312 vsize=10819664 memory=140175747724928 CPUtime=0.08 cores=1,3,5,7
/proc/10315/task/10373/stat : 10373 (java) S 10312 10315 6494 0 -1 1077944384 2 13122 0 0 0 0 5 3 20 0 15 0 416304972 11079335936 10579 33554432000 4194304 4196468 140736181313168 140649822099440 140650363046530 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39333888 140736181320432 140736181322949 140736181322949 140736181325775 0
[pid=10315/tid=10374] ppid=10312 vsize=10819664 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/10315/task/10374/stat : 10374 (java) S 10312 10315 6494 0 -1 1077944384 33 13122 0 0 0 0 5 3 20 0 15 0 416304972 11079335936 10579 33554432000 4194304 4196468 140736181313168 140649821045664 140650363045589 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39333888 140736181320432 140736181322949 140736181322949 140736181325775 0
[pid=10315/tid=10375] ppid=10312 vsize=10819664 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/10315/task/10375/stat : 10375 (java) S 10312 10315 6494 0 -1 1077944384 1 13122 0 0 0 0 5 3 20 0 15 0 416304972 11079335936 10579 33554432000 4194304 4196468 140736181313168 140649709954032 140650363045589 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39333888 140736181320432 140736181322949 140736181322949 140736181325775 0
[pid=10315/tid=10376] ppid=10312 vsize=10819664 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/10315/task/10376/stat : 10376 (java) S 10312 10315 6494 0 -1 1077944384 2 13122 0 0 0 0 5 3 20 0 15 0 416304975 11079335936 10579 33554432000 4194304 4196468 140736181313168 140649105975504 140650363053979 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39333888 140736181320432 140736181322949 140736181322949 140736181325775 0
[pid=10315/tid=10377] ppid=10312 vsize=10819664 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/10315/task/10377/stat : 10377 (java) S 10312 10315 6494 0 -1 1077944384 333 13122 0 0 1 0 5 3 20 0 15 0 416304975 11079335936 10579 33554432000 4194304 4196468 140736181313168 140649787488752 140650363046530 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39333888 140736181320432 140736181322949 140736181322949 140736181325775 0
[pid=10315/tid=10378] ppid=10312 vsize=10819664 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/10315/task/10378/stat : 10378 (java) S 10312 10315 6494 0 -1 1077944384 322 13122 0 0 1 0 5 3 20 0 15 0 416304975 11079335936 10579 33554432000 4194304 4196468 140736181313168 140649786436208 140650363046530 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39333888 140736181320432 140736181322949 140736181322949 140736181325775 0
[pid=10315/tid=10379] ppid=10312 vsize=10819664 memory=140175747724928 CPUtime=0.11 cores=1,3,5,7
/proc/10315/task/10379/stat : 10379 (java) S 10312 10315 6494 0 -1 1077944384 613 13122 0 0 3 0 5 3 20 0 15 0 416304975 11079335936 10579 33554432000 4194304 4196468 140736181313168 140649785383664 140650363046530 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39333888 140736181320432 140736181322949 140736181322949 140736181325775 0
[pid=10315/tid=10380] ppid=10312 vsize=10819664 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/10315/task/10380/stat : 10380 (java) S 10312 10315 6494 0 -1 1077944384 3 13122 0 0 0 0 5 3 20 0 15 0 416304975 11079335936 10579 33554432000 4194304 4196468 140736181313168 140648636214368 140650363045589 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39333888 140736181320432 140736181322949 140736181322949 140736181325775 0
[pid=10315/tid=10381] ppid=10312 vsize=10819664 memory=140175747724928 CPUtime=0.08 cores=1,3,5,7
/proc/10315/task/10381/stat : 10381 (java) S 10312 10315 6494 0 -1 1077944384 1 13122 0 0 0 0 5 3 20 0 15 0 416304975 11079335936 10579 33554432000 4194304 4196468 140736181313168 140649784330544 140650363046530 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39333888 140736181320432 140736181322949 140736181322949 140736181325775 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10819664 KiB
Current children cumulated memory: 42316 KiB

[startup+0.310105 s]*
/proc/loadavg: 1.34 1.35 1.38 3/227 10381
/proc/meminfo: memFree=30482776/32770624 swapFree=66946332/67108860
[pid=10315] ppid=10312 vsize=10820148 memory=53468 CPUtime=0.39 cores=1,3,5,7
/proc/10315/stat : 10315 (java) S 10312 10315 6494 0 -1 1077944320 10569 13122 0 0 28 3 5 3 20 0 15 0 416304960 11079831552 13367 33554432000 4194304 4196468 140736181313168 140736181295712 140650363035383 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 39333888 140736181320432 140736181322949 140736181322949 140736181325775 0
/proc/10315/statm: 2705037 13367 3290 1 0 2667149 0
[pid=10315/tid=10368] ppid=10312 vsize=10820148 memory=8317482817917895235 CPUtime=0.28 cores=1,3,5,7
/proc/10315/task/10368/stat : 10368 (java) R 10312 10315 6494 0 -1 4202560 7030 13122 0 0 18 2 5 3 20 0 15 0 416304969 11079831552 13367 33554432000 4194304 4196468 140736181313168 140650334835296 140650347115870 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 39333888 140736181320432 140736181322949 140736181322949 140736181325775 0
[pid=10315/tid=10369] ppid=10312 vsize=10820148 memory=5795693351267231075 CPUtime=0.08 cores=1,3,5,7
/proc/10315/task/10369/stat : 10369 (java) S 10312 10315 6494 0 -1 1077944384 2 13122 0 0 0 0 5 3 20 0 15 0 416304970 11079831552 13367 33554432000 4194304 4196468 140736181313168 140650367277840 140650363045589 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39333888 140736181320432 140736181322949 140736181322949 140736181325775 0
[pid=10315/tid=10370] ppid=10312 vsize=10820148 memory=5787213827347079232 CPUtime=0.08 cores=1,3,5,7
/proc/10315/task/10370/stat : 10370 (java) S 10312 10315 6494 0 -1 1077944384 1 13122 0 0 0 0 5 3 20 0 15 0 416304970 11079831552 13367 33554432000 4194304 4196468 140736181313168 140650255551376 140650363045589 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39333888 140736181320432 140736181322949 140736181322949 140736181325775 0
[pid=10315/tid=10371] ppid=10312 vsize=10820148 memory=7649539555505555137 CPUtime=0.08 cores=1,3,5,7
/proc/10315/task/10371/stat : 10371 (java) S 10312 10315 6494 0 -1 1077944384 1 13122 0 0 0 0 5 3 20 0 15 0 416304970 11079831552 13367 33554432000 4194304 4196468 140736181313168 140650254498832 140650363045589 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39333888 140736181320432 140736181322949 140736181322949 140736181325775 0
[pid=10315/tid=10372] ppid=10312 vsize=10820148 memory=4872558044660077418 CPUtime=0.08 cores=1,3,5,7
/proc/10315/task/10372/stat : 10372 (java) S 10312 10315 6494 0 -1 1077944384 2 13122 0 0 0 0 5 3 20 0 15 0 416304970 11079831552 13367 33554432000 4194304 4196468 140736181313168 140650253446288 140650363045589 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39333888 140736181320432 140736181322949 140736181322949 140736181325775 0
[pid=10315/tid=10373] ppid=10312 vsize=10820148 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/10315/task/10373/stat : 10373 (java) S 10312 10315 6494 0 -1 1077944384 2 13122 0 0 0 0 5 3 20 0 15 0 416304972 11079831552 13367 33554432000 4194304 4196468 140736181313168 140649822099440 140650363046530 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39333888 140736181320432 140736181322949 140736181322949 140736181325775 0
[pid=10315/tid=10374] ppid=10312 vsize=10820148 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/10315/task/10374/stat : 10374 (java) S 10312 10315 6494 0 -1 1077944384 33 13122 0 0 0 0 5 3 20 0 15 0 416304972 11079831552 13367 33554432000 4194304 4196468 140736181313168 140649821045664 140650363045589 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39333888 140736181320432 140736181322949 140736181322949 140736181325775 0
[pid=10315/tid=10375] ppid=10312 vsize=10820148 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/10315/task/10375/stat : 10375 (java) S 10312 10315 6494 0 -1 1077944384 1 13122 0 0 0 0 5 3 20 0 15 0 416304972 11079831552 13367 33554432000 4194304 4196468 140736181313168 140649709954032 140650363045589 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39333888 140736181320432 140736181322949 140736181322949 140736181325775 0
[pid=10315/tid=10376] ppid=10312 vsize=10820148 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/10315/task/10376/stat : 10376 (java) S 10312 10315 6494 0 -1 1077944384 2 13122 0 0 0 0 5 3 20 0 15 0 416304975 11079831552 13367 33554432000 4194304 4196468 140736181313168 140649105975504 140650363053979 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39333888 140736181320432 140736181322949 140736181322949 140736181325775 0
[pid=10315/tid=10377] ppid=10312 vsize=10820148 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/10315/task/10377/stat : 10377 (java) S 10312 10315 6494 0 -1 1077944384 343 13122 0 0 2 0 5 3 20 0 15 0 416304975 11079831552 13367 33554432000 4194304 4196468 140736181313168 140649787488752 140650363046530 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39333888 140736181320432 140736181322949 140736181322949 140736181325775 0
[pid=10315/tid=10378] ppid=10312 vsize=10820148 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/10315/task/10378/stat : 10378 (java) S 10312 10315 6494 0 -1 1077944384 322 13122 0 0 1 0 5 3 20 0 15 0 416304975 11079831552 13367 33554432000 4194304 4196468 140736181313168 140649786436208 140650363046530 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39333888 140736181320432 140736181322949 140736181322949 140736181325775 0
[pid=10315/tid=10379] ppid=10312 vsize=10820148 memory=0 CPUtime=0.13 cores=1,3,5,7
/proc/10315/task/10379/stat : 10379 (java) S 10312 10315 6494 0 -1 1077944384 623 13122 0 0 5 0 5 3 20 0 15 0 416304975 11079831552 13367 33554432000 4194304 4196468 140736181313168 140649785383664 140650363046530 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39333888 140736181320432 140736181322949 140736181322949 140736181325775 0
[pid=10315/tid=10380] ppid=10312 vsize=10820148 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/10315/task/10380/stat : 10380 (java) S 10312 10315 6494 0 -1 1077944384 3 13122 0 0 0 0 5 3 20 0 15 0 416304975 11079831552 13367 33554432000 4194304 4196468 140736181313168 140648636214368 140650363045589 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39333888 140736181320432 140736181322949 140736181322949 140736181325775 0
[pid=10315/tid=10381] ppid=10312 vsize=10820148 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/10315/task/10381/stat : 10381 (java) S 10312 10315 6494 0 -1 1077944384 1 13122 0 0 0 0 5 3 20 0 15 0 416304975 11079831552 13367 33554432000 4194304 4196468 140736181313168 140649784330544 140650363046530 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39333888 140736181320432 140736181322949 140736181322949 140736181325775 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 10820148 KiB
Current children cumulated memory: 53468 KiB

[startup+0.704496 s]
/proc/loadavg: 1.34 1.35 1.38 3/227 10381
/proc/meminfo: memFree=30468856/32770624 swapFree=66946332/67108860
[pid=10315] ppid=10312 vsize=10824360 memory=85296 CPUtime=1.11 cores=1,3,5,7
/proc/10315/stat : 10315 (java) S 10312 10315 6494 0 -1 1077944320 14559 13122 0 0 97 6 5 3 20 0 15 0 416304960 11084144640 21324 33554432000 4194304 4196468 140736181313168 140736181295712 140650363035383 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 39333888 140736181320432 140736181322949 140736181322949 140736181325775 0
/proc/10315/statm: 2706090 21324 3504 1 0 2668173 0
[pid=10315/tid=10368] ppid=10312 vsize=10824360 memory=2241 CPUtime=0.66 cores=1,3,5,7
/proc/10315/task/10368/stat : 10368 (java) R 10312 10315 6494 0 -1 4202560 9894 13122 0 0 54 4 5 3 20 0 15 0 416304969 11084144640 21324 33554432000 4194304 4196468 140736181313168 140650334851296 140650342612568 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 39333888 140736181320432 140736181322949 140736181322949 140736181325775 0
[pid=10315/tid=10369] ppid=10312 vsize=10824360 memory=2244 CPUtime=0.08 cores=1,3,5,7
/proc/10315/task/10369/stat : 10369 (java) S 10312 10315 6494 0 -1 1077944384 2 13122 0 0 0 0 5 3 20 0 15 0 416304970 11084144640 21324 33554432000 4194304 4196468 140736181313168 140650367277840 140650363045589 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39333888 140736181320432 140736181322949 140736181322949 140736181325775 0
[pid=10315/tid=10370] ppid=10312 vsize=10824360 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/10315/task/10370/stat : 10370 (java) S 10312 10315 6494 0 -1 1077944384 1 13122 0 0 0 0 5 3 20 0 15 0 416304970 11084144640 21324 33554432000 4194304 4196468 140736181313168 140650255551376 140650363045589 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39333888 140736181320432 140736181322949 140736181322949 140736181325775 0
[pid=10315/tid=10371] ppid=10312 vsize=10824360 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/10315/task/10371/stat : 10371 (java) S 10312 10315 6494 0 -1 1077944384 1 13122 0 0 0 0 5 3 20 0 15 0 416304970 11084144640 21324 33554432000 4194304 4196468 140736181313168 140650254498832 140650363045589 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39333888 140736181320432 140736181322949 140736181322949 140736181325775 0
[pid=10315/tid=10372] ppid=10312 vsize=10824360 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/10315/task/10372/stat : 10372 (java) S 10312 10315 6494 0 -1 1077944384 2 13122 0 0 0 0 5 3 20 0 15 0 416304970 11084144640 21324 33554432000 4194304 4196468 140736181313168 140650253446288 140650363045589 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39333888 140736181320432 140736181322949 140736181322949 140736181325775 0
[pid=10315/tid=10373] ppid=10312 vsize=10824360 memory=6944652177228980320 CPUtime=0.08 cores=1,3,5,7
/proc/10315/task/10373/stat : 10373 (java) S 10312 10315 6494 0 -1 1077944384 6 13122 0 0 0 0 5 3 20 0 15 0 416304972 11084144640 21324 33554432000 4194304 4196468 140736181313168 140649822099440 140650363046530 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39333888 140736181320432 140736181322949 140736181322949 140736181325775 0
[pid=10315/tid=10374] ppid=10312 vsize=10824360 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/10315/task/10374/stat : 10374 (java) S 10312 10315 6494 0 -1 1077944384 33 13122 0 0 0 0 5 3 20 0 15 0 416304972 11084144640 21324 33554432000 4194304 4196468 140736181313168 140649821045664 140650363045589 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39333888 140736181320432 140736181322949 140736181322949 140736181325775 0
[pid=10315/tid=10375] ppid=10312 vsize=10824360 memory=6943526294502006880 CPUtime=0.08 cores=1,3,5,7
/proc/10315/task/10375/stat : 10375 (java) S 10312 10315 6494 0 -1 1077944384 1 13122 0 0 0 0 5 3 20 0 15 0 416304972 11084144640 21324 33554432000 4194304 4196468 140736181313168 140649709954032 140650363045589 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39333888 140736181320432 140736181322949 140736181322949 140736181325775 0
[pid=10315/tid=10376] ppid=10312 vsize=10824360 memory=6944656592455097440 CPUtime=0.08 cores=1,3,5,7
/proc/10315/task/10376/stat : 10376 (java) S 10312 10315 6494 0 -1 1077944384 2 13122 0 0 0 0 5 3 20 0 15 0 416304975 11084144640 21324 33554432000 4194304 4196468 140736181313168 140649105975504 140650363053979 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39333888 140736181320432 140736181322949 140736181322949 140736181325775 0
[pid=10315/tid=10377] ppid=10312 vsize=10824360 memory=140175585871760 CPUtime=0.21 cores=1,3,5,7
/proc/10315/task/10377/stat : 10377 (java) S 10312 10315 6494 0 -1 1077944384 774 13122 0 0 13 0 5 3 20 0 15 0 416304975 11084144640 21324 33554432000 4194304 4196468 140736181313168 140649787488752 140650363046530 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39333888 140736181320432 140736181322949 140736181322949 140736181325775 0
[pid=10315/tid=10378] ppid=10312 vsize=10824360 memory=24964 CPUtime=0.19 cores=1,3,5,7
/proc/10315/task/10378/stat : 10378 (java) R 10312 10315 6494 0 -1 4202560 857 13122 0 0 11 0 5 3 20 0 15 0 416304975 11084144640 21324 33554432000 4194304 4196468 140736181313168 140649786436208 140650342463708 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 39333888 140736181320432 140736181322949 140736181322949 140736181325775 0
[pid=10315/tid=10379] ppid=10312 vsize=10824360 memory=2244 CPUtime=0.25 cores=1,3,5,7
/proc/10315/task/10379/stat : 10379 (java) S 10312 10315 6494 0 -1 1077944384 777 13122 0 0 17 0 5 3 20 0 15 0 416304975 11084144640 21324 33554432000 4194304 4196468 140736181313168 140649785383664 140650363046530 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39333888 140736181320432 140736181322949 140736181322949 140736181325775 0
[pid=10315/tid=10380] ppid=10312 vsize=10824360 memory=140175585869168 CPUtime=0.08 cores=1,3,5,7
/proc/10315/task/10380/stat : 10380 (java) S 10312 10315 6494 0 -1 1077944384 3 13122 0 0 0 0 5 3 20 0 15 0 416304975 11084144640 21324 33554432000 4194304 4196468 140736181313168 140648636214368 140650363045589 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39333888 140736181320432 140736181322949 140736181322949 140736181325775 0
[pid=10315/tid=10381] ppid=10312 vsize=10824360 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/10315/task/10381/stat : 10381 (java) S 10312 10315 6494 0 -1 1077944384 1 13122 0 0 0 0 5 3 20 0 15 0 416304975 11084144640 21324 33554432000 4194304 4196468 140736181313168 140649784330544 140650363046530 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39333888 140736181320432 140736181322949 140736181322949 140736181325775 0
Current children cumulated CPU time: 1.11 s
Current children cumulated vsize: 10824360 KiB
Current children cumulated memory: 85296 KiB

[startup+1.50065 s]
/proc/loadavg: 1.34 1.35 1.38 3/227 10381
/proc/meminfo: memFree=30424304/32770624 swapFree=66946332/67108860
[pid=10315] ppid=10312 vsize=10834676 memory=170972 CPUtime=2.43 cores=1,3,5,7
/proc/10315/stat : 10315 (java) S 10312 10315 6494 0 -1 1077944320 19880 13122 0 0 225 10 5 3 20 0 15 0 416304960 11094708224 42743 33554432000 4194304 4196468 140736181313168 140736181295712 140650363035383 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 39333888 140736181320432 140736181322949 140736181322949 140736181325775 0
/proc/10315/statm: 2708669 42743 3573 1 0 2670733 0
[pid=10315/tid=10368] ppid=10312 vsize=10834676 memory=16 CPUtime=1.42 cores=1,3,5,7
/proc/10315/task/10368/stat : 10368 (java) R 10312 10315 6494 0 -1 4202560 14409 13122 0 0 128 6 5 3 20 0 15 0 416304969 11094708224 42743 33554432000 4194304 4196468 140736181313168 140650334836272 140650363047318 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 39333888 140736181320432 140736181322949 140736181322949 140736181325775 0
[pid=10315/tid=10369] ppid=10312 vsize=10834676 memory=22 CPUtime=0.09 cores=1,3,5,7
/proc/10315/task/10369/stat : 10369 (java) S 10312 10315 6494 0 -1 1077944384 30 13122 0 0 1 0 5 3 20 0 15 0 416304970 11094708224 42743 33554432000 4194304 4196468 140736181313168 140650367277840 140650363045589 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39333888 140736181320432 140736181322949 140736181322949 140736181325775 0
[pid=10315/tid=10370] ppid=10312 vsize=10834676 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/10315/task/10370/stat : 10370 (java) S 10312 10315 6494 0 -1 1077944384 23 13122 0 0 1 0 5 3 20 0 15 0 416304970 11094708224 42743 33554432000 4194304 4196468 140736181313168 140650255551376 140650363045589 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39333888 140736181320432 140736181322949 140736181322949 140736181325775 0
[pid=10315/tid=10371] ppid=10312 vsize=10834676 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/10315/task/10371/stat : 10371 (java) S 10312 10315 6494 0 -1 1077944384 30 13122 0 0 1 0 5 3 20 0 15 0 416304970 11094708224 42743 33554432000 4194304 4196468 140736181313168 140650254498832 140650363045589 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39333888 140736181320432 140736181322949 140736181322949 140736181325775 0
[pid=10315/tid=10372] ppid=10312 vsize=10834676 memory=102476 CPUtime=0.08 cores=1,3,5,7
/proc/10315/task/10372/stat : 10372 (java) S 10312 10315 6494 0 -1 1077944384 24 13122 0 0 0 0 5 3 20 0 15 0 416304970 11094708224 42743 33554432000 4194304 4196468 140736181313168 140650253446288 140650363045589 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39333888 140736181320432 140736181322949 140736181322949 140736181325775 0
[pid=10315/tid=10373] ppid=10312 vsize=10834676 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/10315/task/10373/stat : 10373 (java) S 10312 10315 6494 0 -1 1077944384 44 13122 0 0 1 0 5 3 20 0 15 0 416304972 11094708224 42743 33554432000 4194304 4196468 140736181313168 140649822099440 140650363046530 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39333888 140736181320432 140736181322949 140736181322949 140736181325775 0
[pid=10315/tid=10374] ppid=10312 vsize=10834676 memory=6297275089713714529 CPUtime=0.08 cores=1,3,5,7
/proc/10315/task/10374/stat : 10374 (java) S 10312 10315 6494 0 -1 1077944384 34 13122 0 0 0 0 5 3 20 0 15 0 416304972 11094708224 42743 33554432000 4194304 4196468 140736181313168 140649821045664 140650363045589 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39333888 140736181320432 140736181322949 140736181322949 140736181325775 0
[pid=10315/tid=10375] ppid=10312 vsize=10834676 memory=7163370371593431137 CPUtime=0.08 cores=1,3,5,7
/proc/10315/task/10375/stat : 10375 (java) S 10312 10315 6494 0 -1 1077944384 1 13122 0 0 0 0 5 3 20 0 15 0 416304972 11094708224 42743 33554432000 4194304 4196468 140736181313168 140649709954032 140650363045589 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39333888 140736181320432 140736181322949 140736181322949 140736181325775 0
[pid=10315/tid=10376] ppid=10312 vsize=10834676 memory=7883076594249067367 CPUtime=0.08 cores=1,3,5,7
/proc/10315/task/10376/stat : 10376 (java) S 10312 10315 6494 0 -1 1077944384 2 13122 0 0 0 0 5 3 20 0 15 0 416304975 11094708224 42743 33554432000 4194304 4196468 140736181313168 140649105975504 140650363053979 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39333888 140736181320432 140736181322949 140736181322949 140736181325775 0
[pid=10315/tid=10377] ppid=10312 vsize=10834676 memory=5787213840066634841 CPUtime=0.32 cores=1,3,5,7
/proc/10315/task/10377/stat : 10377 (java) R 10312 10315 6494 0 -1 1077944384 823 13122 0 0 24 0 5 3 20 0 15 0 416304975 11094708224 42743 33554432000 4194304 4196468 140736181313168 140649787488752 140650363046530 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 39333888 140736181320432 140736181322949 140736181322949 140736181325775 0
[pid=10315/tid=10378] ppid=10312 vsize=10834676 memory=7668060515429999192 CPUtime=0.33 cores=1,3,5,7
/proc/10315/task/10378/stat : 10378 (java) R 10312 10315 6494 0 -1 4202560 928 13122 0 0 25 0 5 3 20 0 15 0 416304975 11094708224 42743 33554432000 4194304 4196468 140736181313168 140649786436208 140650342546780 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 39333888 140736181320432 140736181322949 140736181322949 140736181325775 0
[pid=10315/tid=10379] ppid=10312 vsize=10834676 memory=6297275089713714529 CPUtime=0.47 cores=1,3,5,7
/proc/10315/task/10379/stat : 10379 (java) R 10312 10315 6494 0 -1 4202560 1323 13122 0 0 39 0 5 3 20 0 15 0 416304975 11094708224 42743 33554432000 4194304 4196468 140736181313168 140649785383664 140650363049247 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 39333888 140736181320432 140736181322949 140736181322949 140736181325775 0
[pid=10315/tid=10380] ppid=10312 vsize=10834676 memory=6297275089713714529 CPUtime=0.08 cores=1,3,5,7
/proc/10315/task/10380/stat : 10380 (java) S 10312 10315 6494 0 -1 1077944384 3 13122 0 0 0 0 5 3 20 0 15 0 416304975 11094708224 42743 33554432000 4194304 4196468 140736181313168 140648636214368 140650363045589 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39333888 140736181320432 140736181322949 140736181322949 140736181325775 0
[pid=10315/tid=10381] ppid=10312 vsize=10834676 memory=56 CPUtime=0.08 cores=1,3,5,7
/proc/10315/task/10381/stat : 10381 (java) S 10312 10315 6494 0 -1 1077944384 1 13122 0 0 0 0 5 3 20 0 15 0 416304975 11094708224 42743 33554432000 4194304 4196468 140736181313168 140649784330544 140650363046530 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39333888 140736181320432 140736181322949 140736181322949 140736181325775 0
Current children cumulated CPU time: 2.43 s
Current children cumulated vsize: 10834676 KiB

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

[pid=10315/tid=10380] ppid=10312 vsize=10846984 memory=11624 CPUtime=0.08 cores=1,3,5,7
/proc/10315/task/10380/stat : 10380 (java) S 10312 10315 6494 0 -1 1077944384 3 13122 0 0 0 0 5 3 20 0 15 0 416304975 11107311616 140936 33554432000 4194304 4196468 140736181313168 140648636214368 140650363045589 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39333888 140736181320432 140736181322949 140736181322949 140736181325775 0
[pid=10315/tid=10381] ppid=10312 vsize=10846984 memory=6791534058613427641 CPUtime=0.16 cores=1,3,5,7
/proc/10315/task/10381/stat : 10381 (java) S 10312 10315 6494 0 -1 1077944384 291 13122 0 0 4 4 5 3 20 0 15 0 416304975 11107311616 140936 33554432000 4194304 4196468 140736181313168 140649784330544 140650363046530 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39333888 140736181320432 140736181322949 140736181322949 140736181325775 0
Current children cumulated CPU time: 180.78 s
Current children cumulated vsize: 10846984 KiB
Current children cumulated memory: 563744 KiB

[startup+174.401 s]
/proc/loadavg: 1.17 1.30 1.36 3/230 10403
/proc/meminfo: memFree=29970392/32770624 swapFree=66946352/67108860
[pid=10315] ppid=10312 vsize=10846984 memory=563744 CPUtime=182.4 cores=1,3,5,7
/proc/10315/stat : 10315 (java) S 10312 10315 6494 0 -1 1077944320 71179 13122 0 0 18191 41 5 3 20 0 15 0 416304960 11107311616 140936 33554432000 4194304 4196468 140736181313168 140736181295712 140650363035383 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 39333888 140736181320432 140736181322949 140736181322949 140736181325775 0
/proc/10315/statm: 2711746 140936 3624 1 0 2673805 0
[pid=10315/tid=10368] ppid=10312 vsize=10846984 memory=563744 CPUtime=173.35 cores=1,3,5,7
/proc/10315/task/10368/stat : 10368 (java) R 10312 10315 6494 0 -1 4202560 25120 13122 0 0 17313 14 5 3 20 0 15 0 416304969 11107311616 140936 33554432000 4194304 4196468 140736181313168 140650334871264 140649938364072 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 39333888 140736181320432 140736181322949 140736181322949 140736181325775 0
[pid=10315/tid=10369] ppid=10312 vsize=10846984 memory=6791534058613427641 CPUtime=0.51 cores=1,3,5,7
/proc/10315/task/10369/stat : 10369 (java) S 10312 10315 6494 0 -1 1077944384 1977 13122 0 0 39 4 5 3 20 0 15 0 416304970 11107311616 140936 33554432000 4194304 4196468 140736181313168 140650367277840 140650363045589 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39333888 140736181320432 140736181322949 140736181322949 140736181325775 0
[pid=10315/tid=10370] ppid=10312 vsize=10846984 memory=2832 CPUtime=0.5 cores=1,3,5,7
/proc/10315/task/10370/stat : 10370 (java) S 10312 10315 6494 0 -1 1077944384 1618 13122 0 0 38 4 5 3 20 0 15 0 416304970 11107311616 140936 33554432000 4194304 4196468 140736181313168 140650255551376 140650363045589 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39333888 140736181320432 140736181322949 140736181322949 140736181325775 0
[pid=10315/tid=10371] ppid=10312 vsize=10846984 memory=1720 CPUtime=0.49 cores=1,3,5,7
/proc/10315/task/10371/stat : 10371 (java) S 10312 10315 6494 0 -1 1077944384 2222 13122 0 0 37 4 5 3 20 0 15 0 416304970 11107311616 140936 33554432000 4194304 4196468 140736181313168 140650254498832 140650363045589 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39333888 140736181320432 140736181322949 140736181322949 140736181325775 0
[pid=10315/tid=10372] ppid=10312 vsize=10846984 memory=1200 CPUtime=0.49 cores=1,3,5,7
/proc/10315/task/10372/stat : 10372 (java) S 10312 10315 6494 0 -1 1077944384 4593 13122 0 0 37 4 5 3 20 0 15 0 416304970 11107311616 140936 33554432000 4194304 4196468 140736181313168 140650253446288 140650363045589 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39333888 140736181320432 140736181322949 140736181322949 140736181325775 0
[pid=10315/tid=10373] ppid=10312 vsize=10846984 memory=5956 CPUtime=0.48 cores=1,3,5,7
/proc/10315/task/10373/stat : 10373 (java) S 10312 10315 6494 0 -1 1077944384 2293 13122 0 0 37 3 5 3 20 0 15 0 416304972 11107311616 140936 33554432000 4194304 4196468 140736181313168 140649822099440 140650363046530 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39333888 140736181320432 140736181322949 140736181322949 140736181325775 0
[pid=10315/tid=10374] ppid=10312 vsize=10846984 memory=14012 CPUtime=0.08 cores=1,3,5,7
/proc/10315/task/10374/stat : 10374 (java) S 10312 10315 6494 0 -1 1077944384 38 13122 0 0 0 0 5 3 20 0 15 0 416304972 11107311616 140936 33554432000 4194304 4196468 140736181313168 140649821045792 140650363045589 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39333888 140736181320432 140736181322949 140736181322949 140736181325775 0
[pid=10315/tid=10375] ppid=10312 vsize=10846984 memory=10508 CPUtime=0.08 cores=1,3,5,7
/proc/10315/task/10375/stat : 10375 (java) S 10312 10315 6494 0 -1 1077944384 9 13122 0 0 0 0 5 3 20 0 15 0 416304972 11107311616 140936 33554432000 4194304 4196468 140736181313168 140649709954048 140650363045589 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39333888 140736181320432 140736181322949 140736181322949 140736181325775 0
[pid=10315/tid=10376] ppid=10312 vsize=10846984 memory=740 CPUtime=0.08 cores=1,3,5,7
/proc/10315/task/10376/stat : 10376 (java) S 10312 10315 6494 0 -1 1077944384 2 13122 0 0 0 0 5 3 20 0 15 0 416304975 11107311616 140936 33554432000 4194304 4196468 140736181313168 140649105975504 140650363053979 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39333888 140736181320432 140736181322949 140736181322949 140736181325775 0
[pid=10315/tid=10377] ppid=10312 vsize=10846984 memory=1056 CPUtime=2.98 cores=1,3,5,7
/proc/10315/task/10377/stat : 10377 (java) S 10312 10315 6494 0 -1 1077944384 13641 13122 0 0 288 2 5 3 20 0 15 0 416304975 11107311616 140936 33554432000 4194304 4196468 140736181313168 140649787488752 140650363046530 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 30 0 0 6293624 6294260 39333888 140736181320432 140736181322949 140736181322949 140736181325775 0
[pid=10315/tid=10378] ppid=10312 vsize=10846984 memory=1552 CPUtime=2.72 cores=1,3,5,7
/proc/10315/task/10378/stat : 10378 (java) S 10312 10315 6494 0 -1 1077944384 10854 13122 0 0 262 2 5 3 20 0 15 0 416304975 11107311616 140936 33554432000 4194304 4196468 140736181313168 140649786436208 140650363046530 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 30 0 0 6293624 6294260 39333888 140736181320432 140736181322949 140736181322949 140736181325775 0
[pid=10315/tid=10379] ppid=10312 vsize=10846984 memory=1040 CPUtime=1.33 cores=1,3,5,7
/proc/10315/task/10379/stat : 10379 (java) S 10312 10315 6494 0 -1 1077944384 6313 13122 0 0 123 2 5 3 20 0 15 0 416304975 11107311616 140936 33554432000 4194304 4196468 140736181313168 140649785383664 140650363046530 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39333888 140736181320432 140736181322949 140736181322949 140736181325775 0
[pid=10315/tid=10380] ppid=10312 vsize=10846984 memory=4136 CPUtime=0.08 cores=1,3,5,7
/proc/10315/task/10380/stat : 10380 (java) S 10312 10315 6494 0 -1 1077944384 3 13122 0 0 0 0 5 3 20 0 15 0 416304975 11107311616 140936 33554432000 4194304 4196468 140736181313168 140648636214368 140650363045589 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39333888 140736181320432 140736181322949 140736181322949 140736181325775 0
[pid=10315/tid=10381] ppid=10312 vsize=10846984 memory=780 CPUtime=0.16 cores=1,3,5,7
/proc/10315/task/10381/stat : 10381 (java) S 10312 10315 6494 0 -1 1077944384 291 13122 0 0 4 4 5 3 20 0 15 0 416304975 11107311616 140936 33554432000 4194304 4196468 140736181313168 140649784330544 140650363046530 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39333888 140736181320432 140736181322949 140736181322949 140736181325775 0
Current children cumulated CPU time: 182.4 s
Current children cumulated vsize: 10846984 KiB
Current children cumulated memory: 563744 KiB

[startup+176.001 s]*
/proc/loadavg: 1.17 1.30 1.36 3/229 10403
/proc/meminfo: memFree=29970872/32770624 swapFree=66946352/67108860
[pid=10315] ppid=10312 vsize=10846984 memory=563744 CPUtime=184.02 cores=1,3,5,7
/proc/10315/stat : 10315 (java) S 10312 10315 6494 0 -1 1077944320 71228 13122 0 0 18353 41 5 3 20 0 15 0 416304960 11107311616 140936 33554432000 4194304 4196468 140736181313168 140736181295712 140650363035383 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 39333888 140736181320432 140736181322949 140736181322949 140736181325775 0
/proc/10315/statm: 2711746 140936 3624 1 0 2673805 0
[pid=10315/tid=10368] ppid=10312 vsize=10846984 memory=1552 CPUtime=174.94 cores=1,3,5,7
/proc/10315/task/10368/stat : 10368 (java) R 10312 10315 6494 0 -1 4202560 25160 13122 0 0 17472 14 5 3 20 0 15 0 416304969 11107311616 140936 33554432000 4194304 4196468 140736181313168 140650334871056 140649940936206 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 39333888 140736181320432 140736181322949 140736181322949 140736181325775 0
[pid=10315/tid=10369] ppid=10312 vsize=10846984 memory=1040 CPUtime=0.51 cores=1,3,5,7
/proc/10315/task/10369/stat : 10369 (java) S 10312 10315 6494 0 -1 1077944384 1978 13122 0 0 39 4 5 3 20 0 15 0 416304970 11107311616 140936 33554432000 4194304 4196468 140736181313168 140650367277840 140650363045589 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39333888 140736181320432 140736181322949 140736181322949 140736181325775 0
[pid=10315/tid=10370] ppid=10312 vsize=10846984 memory=4872558044660077418 CPUtime=0.51 cores=1,3,5,7
/proc/10315/task/10370/stat : 10370 (java) S 10312 10315 6494 0 -1 1077944384 1618 13122 0 0 39 4 5 3 20 0 15 0 416304970 11107311616 140936 33554432000 4194304 4196468 140736181313168 140650255551376 140650363045589 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39333888 140736181320432 140736181322949 140736181322949 140736181325775 0
[pid=10315/tid=10371] ppid=10312 vsize=10846984 memory=5956 CPUtime=0.5 cores=1,3,5,7
/proc/10315/task/10371/stat : 10371 (java) S 10312 10315 6494 0 -1 1077944384 2222 13122 0 0 38 4 5 3 20 0 15 0 416304970 11107311616 140936 33554432000 4194304 4196468 140736181313168 140650254498832 140650363045589 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39333888 140736181320432 140736181322949 140736181322949 140736181325775 0
[pid=10315/tid=10372] ppid=10312 vsize=10846984 memory=14012 CPUtime=0.5 cores=1,3,5,7
/proc/10315/task/10372/stat : 10372 (java) S 10312 10315 6494 0 -1 1077944384 4593 13122 0 0 38 4 5 3 20 0 15 0 416304970 11107311616 140936 33554432000 4194304 4196468 140736181313168 140650253446288 140650363045589 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39333888 140736181320432 140736181322949 140736181322949 140736181325775 0
[pid=10315/tid=10373] ppid=10312 vsize=10846984 memory=10508 CPUtime=0.49 cores=1,3,5,7
/proc/10315/task/10373/stat : 10373 (java) S 10312 10315 6494 0 -1 1077944384 2293 13122 0 0 38 3 5 3 20 0 15 0 416304972 11107311616 140936 33554432000 4194304 4196468 140736181313168 140649822099440 140650363046530 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39333888 140736181320432 140736181322949 140736181322949 140736181325775 0
[pid=10315/tid=10374] ppid=10312 vsize=10846984 memory=12024 CPUtime=0.08 cores=1,3,5,7
/proc/10315/task/10374/stat : 10374 (java) S 10312 10315 6494 0 -1 1077944384 38 13122 0 0 0 0 5 3 20 0 15 0 416304972 11107311616 140936 33554432000 4194304 4196468 140736181313168 140649821045792 140650363045589 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39333888 140736181320432 140736181322949 140736181322949 140736181325775 0
[pid=10315/tid=10375] ppid=10312 vsize=10846984 memory=2120 CPUtime=0.08 cores=1,3,5,7
/proc/10315/task/10375/stat : 10375 (java) S 10312 10315 6494 0 -1 1077944384 9 13122 0 0 0 0 5 3 20 0 15 0 416304972 11107311616 140936 33554432000 4194304 4196468 140736181313168 140649709954048 140650363045589 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39333888 140736181320432 140736181322949 140736181322949 140736181325775 0
[pid=10315/tid=10376] ppid=10312 vsize=10846984 memory=500 CPUtime=0.08 cores=1,3,5,7
/proc/10315/task/10376/stat : 10376 (java) S 10312 10315 6494 0 -1 1077944384 2 13122 0 0 0 0 5 3 20 0 15 0 416304975 11107311616 140936 33554432000 4194304 4196468 140736181313168 140649105975504 140650363053979 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39333888 140736181320432 140736181322949 140736181322949 140736181325775 0
[pid=10315/tid=10377] ppid=10312 vsize=10846984 memory=1556 CPUtime=2.98 cores=1,3,5,7
/proc/10315/task/10377/stat : 10377 (java) S 10312 10315 6494 0 -1 1077944384 13641 13122 0 0 288 2 5 3 20 0 15 0 416304975 11107311616 140936 33554432000 4194304 4196468 140736181313168 140649787488752 140650363046530 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 30 0 0 6293624 6294260 39333888 140736181320432 140736181322949 140736181322949 140736181325775 0
[pid=10315/tid=10378] ppid=10312 vsize=10846984 memory=924 CPUtime=2.72 cores=1,3,5,7
/proc/10315/task/10378/stat : 10378 (java) S 10312 10315 6494 0 -1 1077944384 10854 13122 0 0 262 2 5 3 20 0 15 0 416304975 11107311616 140936 33554432000 4194304 4196468 140736181313168 140649786436208 140650363046530 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 30 0 0 6293624 6294260 39333888 140736181320432 140736181322949 140736181322949 140736181325775 0
[pid=10315/tid=10379] ppid=10312 vsize=10846984 memory=1672 CPUtime=1.33 cores=1,3,5,7
/proc/10315/task/10379/stat : 10379 (java) S 10312 10315 6494 0 -1 1077944384 6313 13122 0 0 123 2 5 3 20 0 15 0 416304975 11107311616 140936 33554432000 4194304 4196468 140736181313168 140649785383664 140650363046530 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39333888 140736181320432 140736181322949 140736181322949 140736181325775 0
[pid=10315/tid=10380] ppid=10312 vsize=10846984 memory=796 CPUtime=0.08 cores=1,3,5,7
/proc/10315/task/10380/stat : 10380 (java) S 10312 10315 6494 0 -1 1077944384 3 13122 0 0 0 0 5 3 20 0 15 0 416304975 11107311616 140936 33554432000 4194304 4196468 140736181313168 140648636214368 140650363045589 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39333888 140736181320432 140736181322949 140736181322949 140736181325775 0
[pid=10315/tid=10381] ppid=10312 vsize=10846984 memory=1436 CPUtime=0.16 cores=1,3,5,7
/proc/10315/task/10381/stat : 10381 (java) S 10312 10315 6494 0 -1 1077944384 299 13122 0 0 4 4 5 3 20 0 15 0 416304975 11107311616 140936 33554432000 4194304 4196468 140736181313168 140649784330544 140650363046530 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39333888 140736181320432 140736181322949 140736181322949 140736181325775 0
Current children cumulated CPU time: 184.02 s
Current children cumulated vsize: 10846984 KiB
Current children cumulated memory: 563744 KiB

[startup+176.402 s]
/proc/loadavg: 1.17 1.30 1.36 3/229 10403
/proc/meminfo: memFree=29970872/32770624 swapFree=66946352/67108860
[pid=10315] ppid=10312 vsize=10846984 memory=563744 CPUtime=184.41 cores=1,3,5,7
/proc/10315/stat : 10315 (java) S 10312 10315 6494 0 -1 1077944320 71230 13122 0 0 18392 41 5 3 20 0 15 0 416304960 11107311616 140936 33554432000 4194304 4196468 140736181313168 140736181295712 140650363035383 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 39333888 140736181320432 140736181322949 140736181322949 140736181325775 0
/proc/10315/statm: 2711746 140936 3624 1 0 2673805 0
[pid=10315/tid=10368] ppid=10312 vsize=10846984 memory=804 CPUtime=175.32 cores=1,3,5,7
/proc/10315/task/10368/stat : 10368 (java) R 10312 10315 6494 0 -1 4202560 25162 13122 0 0 17510 14 5 3 20 0 15 0 416304969 11107311616 140936 33554432000 4194304 4196468 140736181313168 140650334871056 140649940207059 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 39333888 140736181320432 140736181322949 140736181322949 140736181325775 0
[pid=10315/tid=10369] ppid=10312 vsize=10846984 memory=1808 CPUtime=0.51 cores=1,3,5,7
/proc/10315/task/10369/stat : 10369 (java) S 10312 10315 6494 0 -1 1077944384 1978 13122 0 0 39 4 5 3 20 0 15 0 416304970 11107311616 140936 33554432000 4194304 4196468 140736181313168 140650367277840 140650363045589 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39333888 140736181320432 140736181322949 140736181322949 140736181325775 0
[pid=10315/tid=10370] ppid=10312 vsize=10846984 memory=924 CPUtime=0.51 cores=1,3,5,7
/proc/10315/task/10370/stat : 10370 (java) S 10312 10315 6494 0 -1 1077944384 1618 13122 0 0 39 4 5 3 20 0 15 0 416304970 11107311616 140936 33554432000 4194304 4196468 140736181313168 140650255551376 140650363045589 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39333888 140736181320432 140736181322949 140736181322949 140736181325775 0
[pid=10315/tid=10371] ppid=10312 vsize=10846984 memory=3848 CPUtime=0.5 cores=1,3,5,7
/proc/10315/task/10371/stat : 10371 (java) S 10312 10315 6494 0 -1 1077944384 2222 13122 0 0 38 4 5 3 20 0 15 0 416304970 11107311616 140936 33554432000 4194304 4196468 140736181313168 140650254498832 140650363045589 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39333888 140736181320432 140736181322949 140736181322949 140736181325775 0
[pid=10315/tid=10372] ppid=10312 vsize=10846984 memory=2764 CPUtime=0.5 cores=1,3,5,7
/proc/10315/task/10372/stat : 10372 (java) S 10312 10315 6494 0 -1 1077944384 4593 13122 0 0 38 4 5 3 20 0 15 0 416304970 11107311616 140936 33554432000 4194304 4196468 140736181313168 140650253446288 140650363045589 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39333888 140736181320432 140736181322949 140736181322949 140736181325775 0
[pid=10315/tid=10373] ppid=10312 vsize=10846984 memory=2600 CPUtime=0.49 cores=1,3,5,7
/proc/10315/task/10373/stat : 10373 (java) S 10312 10315 6494 0 -1 1077944384 2293 13122 0 0 38 3 5 3 20 0 15 0 416304972 11107311616 140936 33554432000 4194304 4196468 140736181313168 140649822099440 140650363046530 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39333888 140736181320432 140736181322949 140736181322949 140736181325775 0
[pid=10315/tid=10374] ppid=10312 vsize=10846984 memory=4104 CPUtime=0.08 cores=1,3,5,7
/proc/10315/task/10374/stat : 10374 (java) S 10312 10315 6494 0 -1 1077944384 38 13122 0 0 0 0 5 3 20 0 15 0 416304972 11107311616 140936 33554432000 4194304 4196468 140736181313168 140649821045792 140650363045589 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39333888 140736181320432 140736181322949 140736181322949 140736181325775 0
[pid=10315/tid=10375] ppid=10312 vsize=10846984 memory=1408 CPUtime=0.08 cores=1,3,5,7
/proc/10315/task/10375/stat : 10375 (java) S 10312 10315 6494 0 -1 1077944384 9 13122 0 0 0 0 5 3 20 0 15 0 416304972 11107311616 140936 33554432000 4194304 4196468 140736181313168 140649709954048 140650363045589 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39333888 140736181320432 140736181322949 140736181322949 140736181325775 0
[pid=10315/tid=10376] ppid=10312 vsize=10846984 memory=3160 CPUtime=0.08 cores=1,3,5,7
/proc/10315/task/10376/stat : 10376 (java) S 10312 10315 6494 0 -1 1077944384 2 13122 0 0 0 0 5 3 20 0 15 0 416304975 11107311616 140936 33554432000 4194304 4196468 140736181313168 140649105975504 140650363053979 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39333888 140736181320432 140736181322949 140736181322949 140736181325775 0
[pid=10315/tid=10377] ppid=10312 vsize=10846984 memory=517596 CPUtime=2.98 cores=1,3,5,7
/proc/10315/task/10377/stat : 10377 (java) S 10312 10315 6494 0 -1 1077944384 13641 13122 0 0 288 2 5 3 20 0 15 0 416304975 11107311616 140936 33554432000 4194304 4196468 140736181313168 140649787488752 140650363046530 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 30 0 0 6293624 6294260 39333888 140736181320432 140736181322949 140736181322949 140736181325775 0
[pid=10315/tid=10378] ppid=10312 vsize=10846984 memory=1408 CPUtime=2.72 cores=1,3,5,7
/proc/10315/task/10378/stat : 10378 (java) S 10312 10315 6494 0 -1 1077944384 10854 13122 0 0 262 2 5 3 20 0 15 0 416304975 11107311616 140936 33554432000 4194304 4196468 140736181313168 140649786436208 140650363046530 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 30 0 0 6293624 6294260 39333888 140736181320432 140736181322949 140736181322949 140736181325775 0
[pid=10315/tid=10379] ppid=10312 vsize=10846984 memory=3072 CPUtime=1.33 cores=1,3,5,7
/proc/10315/task/10379/stat : 10379 (java) S 10312 10315 6494 0 -1 1077944384 6313 13122 0 0 123 2 5 3 20 0 15 0 416304975 11107311616 140936 33554432000 4194304 4196468 140736181313168 140649785383664 140650363046530 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39333888 140736181320432 140736181322949 140736181322949 140736181325775 0
[pid=10315/tid=10380] ppid=10312 vsize=10846984 memory=563744 CPUtime=0.08 cores=1,3,5,7
/proc/10315/task/10380/stat : 10380 (java) S 10312 10315 6494 0 -1 1077944384 3 13122 0 0 0 0 5 3 20 0 15 0 416304975 11107311616 140936 33554432000 4194304 4196468 140736181313168 140648636214368 140650363045589 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39333888 140736181320432 140736181322949 140736181322949 140736181325775 0
[pid=10315/tid=10381] ppid=10312 vsize=10846984 memory=1732 CPUtime=0.17 cores=1,3,5,7
/proc/10315/task/10381/stat : 10381 (java) S 10312 10315 6494 0 -1 1077944384 299 13122 0 0 4 5 5 3 20 0 15 0 416304975 11107311616 140936 33554432000 4194304 4196468 140736181313168 140649784330544 140650363046530 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39333888 140736181320432 140736181322949 140736181322949 140736181325775 0
Current children cumulated CPU time: 184.41 s
Current children cumulated vsize: 10846984 KiB
Current children cumulated memory: 563744 KiB

[startup+176.801 s]
/proc/loadavg: 1.17 1.30 1.36 3/229 10403
/proc/meminfo: memFree=29970872/32770624 swapFree=66946352/67108860
[pid=10315] ppid=10312 vsize=10846984 memory=563744 CPUtime=184.81 cores=1,3,5,7
/proc/10315/stat : 10315 (java) S 10312 10315 6494 0 -1 1077944320 71236 13122 0 0 18432 41 5 3 20 0 15 0 416304960 11107311616 140936 33554432000 4194304 4196468 140736181313168 140736181295712 140650363035383 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 39333888 140736181320432 140736181322949 140736181322949 140736181325775 0
/proc/10315/statm: 2711746 140936 3624 1 0 2673805 0
[pid=10315/tid=10368] ppid=10312 vsize=10846984 memory=12024 CPUtime=175.72 cores=1,3,5,7
/proc/10315/task/10368/stat : 10368 (java) R 10312 10315 6494 0 -1 4202560 25164 13122 0 0 17550 14 5 3 20 0 15 0 416304969 11107311616 140936 33554432000 4194304 4196468 140736181313168 140650334871296 140649940020959 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 39333888 140736181320432 140736181322949 140736181322949 140736181325775 0
[pid=10315/tid=10369] ppid=10312 vsize=10846984 memory=2120 CPUtime=0.52 cores=1,3,5,7
/proc/10315/task/10369/stat : 10369 (java) S 10312 10315 6494 0 -1 1077944384 1978 13122 0 0 40 4 5 3 20 0 15 0 416304970 11107311616 140936 33554432000 4194304 4196468 140736181313168 140650367277840 140650363045589 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39333888 140736181320432 140736181322949 140736181322949 140736181325775 0
[pid=10315/tid=10370] ppid=10312 vsize=10846984 memory=563744 CPUtime=0.51 cores=1,3,5,7
/proc/10315/task/10370/stat : 10370 (java) S 10312 10315 6494 0 -1 1077944384 1619 13122 0 0 39 4 5 3 20 0 15 0 416304970 11107311616 140936 33554432000 4194304 4196468 140736181313168 140650255551376 140650363045589 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39333888 140736181320432 140736181322949 140736181322949 140736181325775 0
[pid=10315/tid=10371] ppid=10312 vsize=10846984 memory=1408 CPUtime=0.5 cores=1,3,5,7
/proc/10315/task/10371/stat : 10371 (java) S 10312 10315 6494 0 -1 1077944384 2222 13122 0 0 38 4 5 3 20 0 15 0 416304970 11107311616 140936 33554432000 4194304 4196468 140736181313168 140650254498832 140650363045589 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39333888 140736181320432 140736181322949 140736181322949 140736181325775 0
[pid=10315/tid=10372] ppid=10312 vsize=10846984 memory=500 CPUtime=0.5 cores=1,3,5,7
/proc/10315/task/10372/stat : 10372 (java) S 10312 10315 6494 0 -1 1077944384 4593 13122 0 0 38 4 5 3 20 0 15 0 416304970 11107311616 140936 33554432000 4194304 4196468 140736181313168 140650253446288 140650363045589 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39333888 140736181320432 140736181322949 140736181322949 140736181325775 0
[pid=10315/tid=10373] ppid=10312 vsize=10846984 memory=1556 CPUtime=0.49 cores=1,3,5,7
/proc/10315/task/10373/stat : 10373 (java) S 10312 10315 6494 0 -1 1077944384 2296 13122 0 0 38 3 5 3 20 0 15 0 416304972 11107311616 140936 33554432000 4194304 4196468 140736181313168 140649822099440 140650363046530 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39333888 140736181320432 140736181322949 140736181322949 140736181325775 0
[pid=10315/tid=10374] ppid=10312 vsize=10846984 memory=924 CPUtime=0.08 cores=1,3,5,7
/proc/10315/task/10374/stat : 10374 (java) S 10312 10315 6494 0 -1 1077944384 38 13122 0 0 0 0 5 3 20 0 15 0 416304972 11107311616 140936 33554432000 4194304 4196468 140736181313168 140649821045792 140650363045589 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39333888 140736181320432 140736181322949 140736181322949 140736181325775 0
[pid=10315/tid=10375] ppid=10312 vsize=10846984 memory=1672 CPUtime=0.08 cores=1,3,5,7
/proc/10315/task/10375/stat : 10375 (java) S 10312 10315 6494 0 -1 1077944384 9 13122 0 0 0 0 5 3 20 0 15 0 416304972 11107311616 140936 33554432000 4194304 4196468 140736181313168 140649709954048 140650363045589 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39333888 140736181320432 140736181322949 140736181322949 140736181325775 0
[pid=10315/tid=10376] ppid=10312 vsize=10846984 memory=796 CPUtime=0.08 cores=1,3,5,7
/proc/10315/task/10376/stat : 10376 (java) S 10312 10315 6494 0 -1 1077944384 2 13122 0 0 0 0 5 3 20 0 15 0 416304975 11107311616 140936 33554432000 4194304 4196468 140736181313168 140649105975504 140650363053979 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39333888 140736181320432 140736181322949 140736181322949 140736181325775 0
[pid=10315/tid=10377] ppid=10312 vsize=10846984 memory=1436 CPUtime=2.98 cores=1,3,5,7
/proc/10315/task/10377/stat : 10377 (java) S 10312 10315 6494 0 -1 1077944384 13641 13122 0 0 288 2 5 3 20 0 15 0 416304975 11107311616 140936 33554432000 4194304 4196468 140736181313168 140649787488752 140650363046530 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 30 0 0 6293624 6294260 39333888 140736181320432 140736181322949 140736181322949 140736181325775 0
[pid=10315/tid=10378] ppid=10312 vsize=10846984 memory=1984 CPUtime=2.72 cores=1,3,5,7
/proc/10315/task/10378/stat : 10378 (java) S 10312 10315 6494 0 -1 1077944384 10854 13122 0 0 262 2 5 3 20 0 15 0 416304975 11107311616 140936 33554432000 4194304 4196468 140736181313168 140649786436208 140650363046530 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 30 0 0 6293624 6294260 39333888 140736181320432 140736181322949 140736181322949 140736181325775 0
[pid=10315/tid=10379] ppid=10312 vsize=10846984 memory=2424 CPUtime=1.33 cores=1,3,5,7
/proc/10315/task/10379/stat : 10379 (java) S 10312 10315 6494 0 -1 1077944384 6313 13122 0 0 123 2 5 3 20 0 15 0 416304975 11107311616 140936 33554432000 4194304 4196468 140736181313168 140649785383664 140650363046530 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39333888 140736181320432 140736181322949 140736181322949 140736181325775 0
[pid=10315/tid=10380] ppid=10312 vsize=10846984 memory=1764 CPUtime=0.08 cores=1,3,5,7
/proc/10315/task/10380/stat : 10380 (java) S 10312 10315 6494 0 -1 1077944384 3 13122 0 0 0 0 5 3 20 0 15 0 416304975 11107311616 140936 33554432000 4194304 4196468 140736181313168 140648636214368 140650363045589 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39333888 140736181320432 140736181322949 140736181322949 140736181325775 0
[pid=10315/tid=10381] ppid=10312 vsize=10846984 memory=6791534058613427641 CPUtime=0.17 cores=1,3,5,7
/proc/10315/task/10381/stat : 10381 (java) S 10312 10315 6494 0 -1 1077944384 299 13122 0 0 4 5 5 3 20 0 15 0 416304975 11107311616 140936 33554432000 4194304 4196468 140736181313168 140649784330544 140650363046530 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39333888 140736181320432 140736181322949 140736181322949 140736181325775 0
Current children cumulated CPU time: 184.81 s
Current children cumulated vsize: 10846984 KiB
Current children cumulated memory: 563744 KiB

Child status: 0
Real time (s): 176.848
CPU time (s): 184.878
CPU user time (s): 184.415
CPU system time (s): 0.462796
CPU usage (%): 104.541
Max. virtual memory (cumulated for all children) (KiB): 10847740
Max. memory (cumulated for all children) (KiB): 588372

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 184.415
system time used= 0.462796
maximum resident set size= 588380
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 85414
page faults= 0
swaps= 0
block input operations= 0
block output operations= 352
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 16997
involuntary context switches= 400


# summary of solver processes directly reported to runsolver:
#   pid: 10315
#   total CPU time (s): 184.878
#   total CPU user time (s): 184.415
#   total CPU system time (s): 0.462796

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.02656 second user time and 1.7279 second system time

The end

Launcher Data

Begin job on node117 at 2019-09-13 21:39:48
IDJOB=4396346
IDBENCH=133507
IDSOLVER=2847
FILE ID=node117/4396346-1568403630
RUNJOBID= node117-1568393448-7559
PBS_JOBID= 21701861
Free space on /tmp= 61148 MiB

SOLVER NAME= Concrete 3.12.2
BENCH NAME= XCSP17/Knapsack/Knapsack-m1-s40/Knapsack-40-150-01.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4396346-1568403630/watcher-4396346-1568403630 -o /tmp/evaluation-result-4396346-1568403630/solver-4396346-1568403630 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node117-1568393448-7559 --watchdog 2560  bin/xcsp-3-concrete -J-Xss32M -randomseed=637304589 HOME/instance-4396346-1568403630.xml

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

MD5SUM BENCH= 8d3b063d869bbc1321103d2dddf1736e
RANDOM SEED=637304589

node117.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.75
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.75
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.75
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.75
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:        30523912 kB
MemAvailable:   31367160 kB
Buffers:          116912 kB
Cached:           993984 kB
SwapCached:        49844 kB
Active:          1246524 kB
Inactive:         420352 kB
Active(anon):     523264 kB
Inactive(anon):    55868 kB
Active(file):     723260 kB
Inactive(file):   364484 kB
Unevictable:      110284 kB
Mlocked:          110284 kB
SwapTotal:      67108860 kB
SwapFree:       66946332 kB
Dirty:             35368 kB
Writeback:             0 kB
AnonPages:        617216 kB
Mapped:            45936 kB
Shmem:             14272 kB
Slab:             171120 kB
SReclaimable:     142676 kB
SUnreclaim:        28444 kB
KernelStack:        3792 kB
PageTables:         6940 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1780112 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    452608 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 61116 MiB
End job on node117 at 2019-09-13 21:42:45