Trace number 4401259

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.2OPT63 1097.87 1084.51

General information on the benchmark

NamePrizeCollecting/PrizeCollecting-jok-s1/
PrizeCollecting-24-4-6-8.xml
MD5SUM2aec32ddb698ed0594b6493531e6a3ee
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark63
Best CPU time to get the best result obtained on this benchmark35.9576
Satisfiable
(Un)Satisfiability was proved
Number of variables72
Number of constraints97
Number of domains25
Minimum domain size3
Maximum domain size25
Distribution of domain sizes[{"size":3,"count":2},{"size":4,"count":8},{"size":5,"count":11},{"size":6,"count":3},{"size":25,"count":48}]
Minimum variable degree2
Maximum variable degree27
Distribution of variable degrees[{"degree":2,"count":24},{"degree":25,"count":23},{"degree":26,"count":1},{"degree":27,"count":24}]
Minimum constraint arity1
Maximum constraint arity25
Distribution of constraint arities[{"arity":1,"count":1},{"arity":2,"count":48},{"arity":24,"count":24},{"arity":25,"count":24}]
Number of extensional constraints48
Number of intensional constraints25
Distribution of constraint types[{"type":"extension","count":48},{"type":"intension","count":25},{"type":"count","count":24}]
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.74/0.54	c Concrete v3.12.2.1568631193530 running
23.80/15.29	o -4946
24.68/15.93	o -2947
24.68/15.98	o -2946
26.68/17.52	o -2943
27.03/17.89	o -2940
27.36/18.11	o -2939
27.47/18.26	o -1957
27.60/18.32	o -1951
29.74/20.27	o -1934
56.75/46.72	o -1927
65.41/55.28	o -1924
75.13/64.85	o -941
75.34/65.04	o -936
84.32/74.00	o -933
84.43/74.04	o -931
95.90/85.40	o -929
451.17/439.83	o -928
508.45/497.02	o 37
511.95/500.51	o 63
1097.74/1084.49	v <instantiation
1097.74/1084.49	v         cost = '63'>
1097.74/1084.49	v       <list>
1097.74/1084.49	v         s[0] s[1] s[2] s[3] s[4] s[5] s[6] s[7] s[8] s[9] s[10] s[11] s[12] s[13] s[14] s[15] s[16] s[17] s[18] s[19] s[20] s[21] s[22] s[23] p[0] p[1] p[2] p[3] p[4] p[5] p[6] p[7] p[8] p[9] p[10] p[11] p[12] p[13] p[14] p[15] p[16] p[17] p[18] p[19] p[20] p[21] p[22] p[23] g[0] g[1] g[2] g[3] g[4] g[5] g[6] g[7] g[8] g[9] g[10] g[11] g[12] g[13] g[14] g[15] g[16] g[17] g[18] g[19] g[20] g[21] g[22] g[23]
1097.74/1084.49	v       </list>
1097.74/1084.49	v       <values>
1097.74/1084.49	v         6 0 8 2 3 4 12 1 7 10 11 5 18 -1 -1 9 15 16 19 20 21 22 23 17 0 21 18 17 16 15 1 20 19 12 13 14 2 -1 -1 11 10 9 3 4 5 6 7 8 0 6 5 -1 7 -3 -3 6 9 3 2 3 -4 0 0 7 4 9 0 9 1 8 -3 -2
1097.74/1084.49	v       </values>
1097.74/1084.49	v     </instantiation>
1097.74/1084.49	s OPTIMUM FOUND

Verifier Data

OK	63

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4401259-1568681259/watcher-4401259-1568681259 -o /tmp/evaluation-result-4401259-1568681259/solver-4401259-1568681259 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node127-1568673291-24689 --watchdog 2560 bin/xcsp-3-concrete -J-Xss32M -randomseed=1612266580 HOME/instance-4401259-1568681259.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=26712, runsolver pid=26709

[startup+0.100088 s]*
/proc/loadavg: 1.37 1.50 1.48 3/218 26769
/proc/meminfo: memFree=28013724/32770624 swapFree=66953064/67108860
[pid=26712] ppid=26709 vsize=9972712 memory=17076 CPUtime=0.09 cores=1,3,5,7
/proc/26712/stat : 26712 (java) S 26709 26712 24657 0 -1 1077944320 4520 13415 0 0 1 0 5 3 20 0 6 0 444394808 10212057088 4269 33554432000 4194304 4196468 140727715475648 140727715458192 139893139279607 0 0 0 16784584 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 32948224 140727715478255 140727715480773 140727715480773 140727715483599 0
/proc/26712/statm: 2493178 4269 1935 1 0 2481616 0
[pid=26712/tid=26765] ppid=26709 vsize=9972712 memory=720575944405811505 CPUtime=0.09 cores=1,3,5,7
/proc/26712/task/26765/stat : 26765 (java) R 26709 26712 24657 0 -1 4202560 2326 13415 0 0 1 0 5 3 20 0 6 0 444394817 10212057088 4269 33554432000 4194304 4196468 140727715475648 139893111116368 139893119175040 0 4 0 16784584 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 32948224 140727715478255 140727715480773 140727715480773 140727715483599 0
[pid=26712/tid=26766] ppid=26709 vsize=9972712 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/26712/task/26766/stat : 26766 (java) S 26709 26712 24657 0 -1 1077944384 1 13415 0 0 0 0 5 3 20 0 6 0 444394818 10212057088 4269 33554432000 4194304 4196468 140727715475648 139893143522448 139893139289813 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32948224 140727715478255 140727715480773 140727715480773 140727715483599 0
[pid=26712/tid=26767] ppid=26709 vsize=9972712 memory=288370544450614912 CPUtime=0.08 cores=1,3,5,7
/proc/26712/task/26767/stat : 26767 (java) S 26709 26712 24657 0 -1 1077944384 1 13415 0 0 0 0 5 3 20 0 6 0 444394818 10212057088 4269 33554432000 4194304 4196468 140727715475648 139892712201232 139893139289813 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32948224 140727715478255 140727715480773 140727715480773 140727715483599 0
[pid=26712/tid=26768] ppid=26709 vsize=9972712 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/26712/task/26768/stat : 26768 (java) S 26709 26712 24657 0 -1 1077944384 1 13415 0 0 0 0 5 3 20 0 6 0 444394818 10212057088 4269 33554432000 4194304 4196468 140727715475648 139892711148432 139893139289813 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32948224 140727715478255 140727715480773 140727715480773 140727715483599 0
[pid=26712/tid=26769] ppid=26709 vsize=9972712 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/26712/task/26769/stat : 26769 (java) S 26709 26712 24657 0 -1 1077944384 2 13415 0 0 0 0 5 3 20 0 6 0 444394818 10212057088 4269 33554432000 4194304 4196468 140727715475648 139892710095632 139893139289813 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32948224 140727715478255 140727715480773 140727715480773 140727715483599 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 17076 KiB

[startup+0.212296 s]*
/proc/loadavg: 1.37 1.50 1.48 3/227 26778
/proc/meminfo: memFree=27993036/32770624 swapFree=66953064/67108860
[pid=26712] ppid=26709 vsize=10820196 memory=42616 CPUtime=0.27 cores=1,3,5,7
/proc/26712/stat : 26712 (java) S 26709 26712 24657 0 -1 1077944320 7505 13415 0 0 17 2 5 3 20 0 15 0 444394808 11079880704 10654 33554432000 4194304 4196468 140727715475648 140727715458192 139893139279607 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 32948224 140727715478255 140727715480773 140727715480773 140727715483599 0
/proc/26712/statm: 2705049 10654 3292 1 0 2667149 0
[pid=26712/tid=26765] ppid=26709 vsize=10820196 memory=751940894209540401 CPUtime=0.19 cores=1,3,5,7
/proc/26712/task/26765/stat : 26765 (java) R 26709 26712 24657 0 -1 4202560 4002 13415 0 0 10 1 5 3 20 0 15 0 444394817 11079880704 10654 33554432000 4194304 4196468 140727715475648 139893111093792 139893139301533 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 32948224 140727715478255 140727715480773 140727715480773 140727715483599 0
[pid=26712/tid=26766] ppid=26709 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/26712/task/26766/stat : 26766 (java) S 26709 26712 24657 0 -1 1077944384 1 13415 0 0 0 0 5 3 20 0 15 0 444394818 11079880704 10654 33554432000 4194304 4196468 140727715475648 139893143522448 139893139289813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32948224 140727715478255 140727715480773 140727715480773 140727715483599 0
[pid=26712/tid=26767] ppid=26709 vsize=10820196 memory=288370544450614912 CPUtime=0.08 cores=1,3,5,7
/proc/26712/task/26767/stat : 26767 (java) S 26709 26712 24657 0 -1 1077944384 1 13415 0 0 0 0 5 3 20 0 15 0 444394818 11079880704 10654 33554432000 4194304 4196468 140727715475648 139892712201232 139893139289813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32948224 140727715478255 140727715480773 140727715480773 140727715483599 0
[pid=26712/tid=26768] ppid=26709 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/26712/task/26768/stat : 26768 (java) S 26709 26712 24657 0 -1 1077944384 1 13415 0 0 0 0 5 3 20 0 15 0 444394818 11079880704 10654 33554432000 4194304 4196468 140727715475648 139892711148432 139893139289813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32948224 140727715478255 140727715480773 140727715480773 140727715483599 0
[pid=26712/tid=26769] ppid=26709 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/26712/task/26769/stat : 26769 (java) S 26709 26712 24657 0 -1 1077944384 2 13415 0 0 0 0 5 3 20 0 15 0 444394818 11079880704 10654 33554432000 4194304 4196468 140727715475648 139892710095632 139893139289813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32948224 140727715478255 140727715480773 140727715480773 140727715483599 0
[pid=26712/tid=26770] ppid=26709 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/26712/task/26770/stat : 26770 (java) S 26709 26712 24657 0 -1 1077944384 2 13415 0 0 0 0 5 3 20 0 15 0 444394819 11079880704 10654 33554432000 4194304 4196468 140727715475648 139892665842032 139893139290754 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32948224 140727715478255 140727715480773 140727715480773 140727715483599 0
[pid=26712/tid=26771] ppid=26709 vsize=10820196 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/26712/task/26771/stat : 26771 (java) S 26709 26712 24657 0 -1 1077944384 13 13415 0 0 0 0 5 3 20 0 15 0 444394820 11079880704 10654 33554432000 4194304 4196468 140727715475648 139892587750432 139893139289813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32948224 140727715478255 140727715480773 140727715480773 140727715483599 0
[pid=26712/tid=26772] ppid=26709 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/26712/task/26772/stat : 26772 (java) S 26709 26712 24657 0 -1 1077944384 1 13415 0 0 0 0 5 3 20 0 15 0 444394820 11079880704 10654 33554432000 4194304 4196468 140727715475648 139891983770480 139893139289813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32948224 140727715478255 140727715480773 140727715480773 140727715483599 0
[pid=26712/tid=26773] ppid=26709 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/26712/task/26773/stat : 26773 (java) S 26709 26712 24657 0 -1 1077944384 3 13415 0 0 0 0 5 3 20 0 15 0 444394823 11079880704 10654 33554432000 4194304 4196468 140727715475648 139891676370768 139893139298203 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32948224 140727715478255 140727715480773 140727715480773 140727715483599 0
[pid=26712/tid=26774] ppid=26709 vsize=10820196 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/26712/task/26774/stat : 26774 (java) S 26709 26712 24657 0 -1 1077944384 350 13415 0 0 1 0 5 3 20 0 15 0 444394823 11079880704 10654 33554432000 4194304 4196468 140727715475648 139892664789872 139893139290754 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32948224 140727715478255 140727715480773 140727715480773 140727715483599 0
[pid=26712/tid=26775] ppid=26709 vsize=10820196 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/26712/task/26775/stat : 26775 (java) S 26709 26712 24657 0 -1 1077944384 325 13415 0 0 1 0 5 3 20 0 15 0 444394823 11079880704 10654 33554432000 4194304 4196468 140727715475648 139892663737072 139893139290754 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32948224 140727715478255 140727715480773 140727715480773 140727715483599 0
[pid=26712/tid=26776] ppid=26709 vsize=10820196 memory=140168298903168 CPUtime=0.11 cores=1,3,5,7
/proc/26712/task/26776/stat : 26776 (java) S 26709 26712 24657 0 -1 1077944384 591 13415 0 0 3 0 5 3 20 0 15 0 444394823 11079880704 10654 33554432000 4194304 4196468 140727715475648 139892662684272 139893139290754 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32948224 140727715478255 140727715480773 140727715480773 140727715483599 0
[pid=26712/tid=26777] ppid=26709 vsize=10820196 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/26712/task/26777/stat : 26777 (java) S 26709 26712 24657 0 -1 1077944384 3 13415 0 0 0 0 5 3 20 0 15 0 444394823 11079880704 10654 33554432000 4194304 4196468 140727715475648 139891642813152 139893139289813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32948224 140727715478255 140727715480773 140727715480773 140727715483599 0
[pid=26712/tid=26778] ppid=26709 vsize=10820196 memory=140168298903168 CPUtime=0.08 cores=1,3,5,7
/proc/26712/task/26778/stat : 26778 (java) S 26709 26712 24657 0 -1 1077944384 1 13415 0 0 0 0 5 3 20 0 15 0 444394823 11079880704 10654 33554432000 4194304 4196468 140727715475648 139892661631664 139893139290754 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32948224 140727715478255 140727715480773 140727715480773 140727715483599 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 42616 KiB

[startup+0.310384 s]*
/proc/loadavg: 1.37 1.50 1.48 3/227 26778
/proc/meminfo: memFree=27979980/32770624 swapFree=66953064/67108860
[pid=26712] ppid=26709 vsize=10820196 memory=50900 CPUtime=0.41 cores=1,3,5,7
/proc/26712/stat : 26712 (java) S 26709 26712 24657 0 -1 1077944320 10959 13415 0 0 29 4 5 3 20 0 15 0 444394808 11079880704 12725 33554432000 4194304 4196468 140727715475648 140727715458192 139893139279607 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 32948224 140727715478255 140727715480773 140727715480773 140727715483599 0
/proc/26712/statm: 2705049 12725 3307 1 0 2667149 0
[pid=26712/tid=26765] ppid=26709 vsize=10820196 memory=8317482817917895235 CPUtime=0.3 cores=1,3,5,7
/proc/26712/task/26765/stat : 26765 (java) R 26709 26712 24657 0 -1 4202560 7449 13415 0 0 19 3 5 3 20 0 15 0 444394817 11079880704 12725 33554432000 4194304 4196468 140727715475648 139893111100640 139893139301533 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 32948224 140727715478255 140727715480773 140727715480773 140727715483599 0
[pid=26712/tid=26766] ppid=26709 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/26712/task/26766/stat : 26766 (java) S 26709 26712 24657 0 -1 1077944384 1 13415 0 0 0 0 5 3 20 0 15 0 444394818 11079880704 12725 33554432000 4194304 4196468 140727715475648 139893143522448 139893139289813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32948224 140727715478255 140727715480773 140727715480773 140727715483599 0
[pid=26712/tid=26767] ppid=26709 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/26712/task/26767/stat : 26767 (java) S 26709 26712 24657 0 -1 1077944384 1 13415 0 0 0 0 5 3 20 0 15 0 444394818 11079880704 12725 33554432000 4194304 4196468 140727715475648 139892712201232 139893139289813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32948224 140727715478255 140727715480773 140727715480773 140727715483599 0
[pid=26712/tid=26768] ppid=26709 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/26712/task/26768/stat : 26768 (java) S 26709 26712 24657 0 -1 1077944384 1 13415 0 0 0 0 5 3 20 0 15 0 444394818 11079880704 12725 33554432000 4194304 4196468 140727715475648 139892711148432 139893139289813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32948224 140727715478255 140727715480773 140727715480773 140727715483599 0
[pid=26712/tid=26769] ppid=26709 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/26712/task/26769/stat : 26769 (java) S 26709 26712 24657 0 -1 1077944384 2 13415 0 0 0 0 5 3 20 0 15 0 444394818 11079880704 12725 33554432000 4194304 4196468 140727715475648 139892710095632 139893139289813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32948224 140727715478255 140727715480773 140727715480773 140727715483599 0
[pid=26712/tid=26770] ppid=26709 vsize=10820196 memory=140168298903167 CPUtime=0.08 cores=1,3,5,7
/proc/26712/task/26770/stat : 26770 (java) S 26709 26712 24657 0 -1 1077944384 2 13415 0 0 0 0 5 3 20 0 15 0 444394819 11079880704 12725 33554432000 4194304 4196468 140727715475648 139892665842032 139893139290754 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32948224 140727715478255 140727715480773 140727715480773 140727715483599 0
[pid=26712/tid=26771] ppid=26709 vsize=10820196 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/26712/task/26771/stat : 26771 (java) S 26709 26712 24657 0 -1 1077944384 13 13415 0 0 0 0 5 3 20 0 15 0 444394820 11079880704 12725 33554432000 4194304 4196468 140727715475648 139892587750432 139893139289813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32948224 140727715478255 140727715480773 140727715480773 140727715483599 0
[pid=26712/tid=26772] ppid=26709 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/26712/task/26772/stat : 26772 (java) S 26709 26712 24657 0 -1 1077944384 1 13415 0 0 0 0 5 3 20 0 15 0 444394820 11079880704 12725 33554432000 4194304 4196468 140727715475648 139891983770480 139893139289813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32948224 140727715478255 140727715480773 140727715480773 140727715483599 0
[pid=26712/tid=26773] ppid=26709 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/26712/task/26773/stat : 26773 (java) S 26709 26712 24657 0 -1 1077944384 3 13415 0 0 0 0 5 3 20 0 15 0 444394823 11079880704 12725 33554432000 4194304 4196468 140727715475648 139891676370768 139893139298203 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32948224 140727715478255 140727715480773 140727715480773 140727715483599 0
[pid=26712/tid=26774] ppid=26709 vsize=10820196 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/26712/task/26774/stat : 26774 (java) S 26709 26712 24657 0 -1 1077944384 351 13415 0 0 1 0 5 3 20 0 15 0 444394823 11079880704 12725 33554432000 4194304 4196468 140727715475648 139892664789872 139893139290754 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32948224 140727715478255 140727715480773 140727715480773 140727715483599 0
[pid=26712/tid=26775] ppid=26709 vsize=10820196 memory=-1 CPUtime=0.1 cores=1,3,5,7
/proc/26712/task/26775/stat : 26775 (java) S 26709 26712 24657 0 -1 1077944384 325 13415 0 0 2 0 5 3 20 0 15 0 444394823 11079880704 12725 33554432000 4194304 4196468 140727715475648 139892663737072 139893139290754 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32948224 140727715478255 140727715480773 140727715480773 140727715483599 0
[pid=26712/tid=26776] ppid=26709 vsize=10820196 memory=140168298903168 CPUtime=0.13 cores=1,3,5,7
/proc/26712/task/26776/stat : 26776 (java) S 26709 26712 24657 0 -1 1077944384 598 13415 0 0 5 0 5 3 20 0 15 0 444394823 11079880704 12725 33554432000 4194304 4196468 140727715475648 139892662684272 139893139290754 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32948224 140727715478255 140727715480773 140727715480773 140727715483599 0
[pid=26712/tid=26777] ppid=26709 vsize=10820196 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/26712/task/26777/stat : 26777 (java) S 26709 26712 24657 0 -1 1077944384 3 13415 0 0 0 0 5 3 20 0 15 0 444394823 11079880704 12725 33554432000 4194304 4196468 140727715475648 139891642813152 139893139289813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32948224 140727715478255 140727715480773 140727715480773 140727715483599 0
[pid=26712/tid=26778] ppid=26709 vsize=10820196 memory=140168298903168 CPUtime=0.08 cores=1,3,5,7
/proc/26712/task/26778/stat : 26778 (java) S 26709 26712 24657 0 -1 1077944384 1 13415 0 0 0 0 5 3 20 0 15 0 444394823 11079880704 12725 33554432000 4194304 4196468 140727715475648 139892661631664 139893139290754 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32948224 140727715478255 140727715480773 140727715480773 140727715483599 0
Current children cumulated CPU time: 0.41 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 50900 KiB

[startup+0.702 s]
/proc/loadavg: 1.37 1.50 1.48 4/227 26778
/proc/meminfo: memFree=27966424/32770624 swapFree=66953064/67108860
[pid=26712] ppid=26709 vsize=10824364 memory=83460 CPUtime=1.13 cores=1,3,5,7
/proc/26712/stat : 26712 (java) S 26709 26712 24657 0 -1 1077944320 15082 13415 0 0 100 5 5 3 20 0 15 0 444394808 11084148736 20865 33554432000 4194304 4196468 140727715475648 140727715458192 139893139279607 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 32948224 140727715478255 140727715480773 140727715480773 140727715483599 0
/proc/26712/statm: 2706091 20865 3513 1 0 2668173 0
[pid=26712/tid=26765] ppid=26709 vsize=10824364 memory=5795117241467496816 CPUtime=0.67 cores=1,3,5,7
/proc/26712/task/26765/stat : 26765 (java) R 26709 26712 24657 0 -1 4202560 10546 13415 0 0 55 4 5 3 20 0 15 0 444394817 11084148736 20865 33554432000 4194304 4196468 140727715475648 139893111106560 139893123360094 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 32948224 140727715478255 140727715480773 140727715480773 140727715483599 0
[pid=26712/tid=26766] ppid=26709 vsize=10824364 memory=1384 CPUtime=0.08 cores=1,3,5,7
/proc/26712/task/26766/stat : 26766 (java) S 26709 26712 24657 0 -1 1077944384 1 13415 0 0 0 0 5 3 20 0 15 0 444394818 11084148736 20865 33554432000 4194304 4196468 140727715475648 139893143522448 139893139289813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32948224 140727715478255 140727715480773 140727715480773 140727715483599 0
[pid=26712/tid=26767] ppid=26709 vsize=10824364 memory=4156 CPUtime=0.08 cores=1,3,5,7
/proc/26712/task/26767/stat : 26767 (java) S 26709 26712 24657 0 -1 1077944384 1 13415 0 0 0 0 5 3 20 0 15 0 444394818 11084148736 20865 33554432000 4194304 4196468 140727715475648 139892712201232 139893139289813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32948224 140727715478255 140727715480773 140727715480773 140727715483599 0
[pid=26712/tid=26768] ppid=26709 vsize=10824364 memory=4580 CPUtime=0.08 cores=1,3,5,7
/proc/26712/task/26768/stat : 26768 (java) S 26709 26712 24657 0 -1 1077944384 1 13415 0 0 0 0 5 3 20 0 15 0 444394818 11084148736 20865 33554432000 4194304 4196468 140727715475648 139892711148432 139893139289813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32948224 140727715478255 140727715480773 140727715480773 140727715483599 0
[pid=26712/tid=26769] ppid=26709 vsize=10824364 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/26712/task/26769/stat : 26769 (java) S 26709 26712 24657 0 -1 1077944384 2 13415 0 0 0 0 5 3 20 0 15 0 444394818 11084148736 20865 33554432000 4194304 4196468 140727715475648 139892710095632 139893139289813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32948224 140727715478255 140727715480773 140727715480773 140727715483599 0
[pid=26712/tid=26770] ppid=26709 vsize=10824364 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/26712/task/26770/stat : 26770 (java) S 26709 26712 24657 0 -1 1077944384 5 13415 0 0 0 0 5 3 20 0 15 0 444394819 11084148736 20865 33554432000 4194304 4196468 140727715475648 139892665842032 139893139290754 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32948224 140727715478255 140727715480773 140727715480773 140727715483599 0
[pid=26712/tid=26771] ppid=26709 vsize=10824364 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/26712/task/26771/stat : 26771 (java) S 26709 26712 24657 0 -1 1077944384 13 13415 0 0 0 0 5 3 20 0 15 0 444394820 11084148736 20865 33554432000 4194304 4196468 140727715475648 139892587750432 139893139289813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32948224 140727715478255 140727715480773 140727715480773 140727715483599 0
[pid=26712/tid=26772] ppid=26709 vsize=10824364 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/26712/task/26772/stat : 26772 (java) S 26709 26712 24657 0 -1 1077944384 1 13415 0 0 0 0 5 3 20 0 15 0 444394820 11084148736 20865 33554432000 4194304 4196468 140727715475648 139891983770480 139893139289813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32948224 140727715478255 140727715480773 140727715480773 140727715483599 0
[pid=26712/tid=26773] ppid=26709 vsize=10824364 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/26712/task/26773/stat : 26773 (java) S 26709 26712 24657 0 -1 1077944384 3 13415 0 0 0 0 5 3 20 0 15 0 444394823 11084148736 20865 33554432000 4194304 4196468 140727715475648 139891676370768 139893139298203 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32948224 140727715478255 140727715480773 140727715480773 140727715483599 0
[pid=26712/tid=26774] ppid=26709 vsize=10824364 memory=0 CPUtime=0.2 cores=1,3,5,7
/proc/26712/task/26774/stat : 26774 (java) R 26709 26712 24657 0 -1 4202560 714 13415 0 0 12 0 5 3 20 0 15 0 444394823 11084148736 20865 33554432000 4194304 4196468 140727715475648 139892664775968 139893120800983 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 32948224 140727715478255 140727715480773 140727715480773 140727715483599 0
[pid=26712/tid=26775] ppid=26709 vsize=10824364 memory=0 CPUtime=0.21 cores=1,3,5,7
/proc/26712/task/26775/stat : 26775 (java) R 26709 26712 24657 0 -1 4202560 781 13415 0 0 13 0 5 3 20 0 15 0 444394823 11084148736 20865 33554432000 4194304 4196468 140727715475648 139892663724384 139893116874768 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 32948224 140727715478255 140727715480773 140727715480773 140727715483599 0
[pid=26712/tid=26776] ppid=26709 vsize=10824364 memory=0 CPUtime=0.25 cores=1,3,5,7
/proc/26712/task/26776/stat : 26776 (java) S 26709 26712 24657 0 -1 1077944384 804 13415 0 0 17 0 5 3 20 0 15 0 444394823 11084148736 20865 33554432000 4194304 4196468 140727715475648 139892662684272 139893139290754 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32948224 140727715478255 140727715480773 140727715480773 140727715483599 0
[pid=26712/tid=26777] ppid=26709 vsize=10824364 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/26712/task/26777/stat : 26777 (java) S 26709 26712 24657 0 -1 1077944384 3 13415 0 0 0 0 5 3 20 0 15 0 444394823 11084148736 20865 33554432000 4194304 4196468 140727715475648 139891642813152 139893139289813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32948224 140727715478255 140727715480773 140727715480773 140727715483599 0
[pid=26712/tid=26778] ppid=26709 vsize=10824364 memory=3624 CPUtime=0.08 cores=1,3,5,7
/proc/26712/task/26778/stat : 26778 (java) S 26709 26712 24657 0 -1 1077944384 1 13415 0 0 0 0 5 3 20 0 15 0 444394823 11084148736 20865 33554432000 4194304 4196468 140727715475648 139892661631664 139893139290754 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32948224 140727715478255 140727715480773 140727715480773 140727715483599 0
Current children cumulated CPU time: 1.13 s
Current children cumulated vsize: 10824364 KiB
Current children cumulated memory: 83460 KiB

[startup+1.50075 s]
/proc/loadavg: 1.42 1.51 1.48 6/227 26778
/proc/meminfo: memFree=27897552/32770624 swapFree=66953064/67108860
[pid=26712] ppid=26709 vsize=10834680 memory=217280 CPUtime=2.89 cores=1,3,5,7
/proc/26712/stat : 26712 (java) S 26709 26712 24657 0 -1 1077944320 24557 13415 0 0 271 10 5 3 20 0 15 0 444394808 11094712320 54320 33554432000 4194304 4196468 140727715475648 140727715458192 139893139279607 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 32948224 140727715478255 140727715480773 140727715480773 140727715483599 0
/proc/26712/statm: 2708670 54320 3578 1 0 2670733 0
[pid=26712/tid=26765] ppid=26709 vsize=10834680 memory=-7169539485663701033 CPUtime=1.44 cores=1,3,5,7
/proc/26712/task/26765/stat : 26765 (java) R 26709 26712 24657 0 -1 4202560 15585 13415 0 0 130 6 5 3 20 0 15 0 444394817 11094712320 54320 33554432000 4194304 4196468 140727715475648 139893111105760 139893123360094 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 32948224 140727715478255 140727715480773 140727715480773 140727715483599 0
[pid=26712/tid=26766] ppid=26709 vsize=10834680 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/26712/task/26766/stat : 26766 (java) S 26709 26712 24657 0 -1 1077944384 85 13415 0 0 1 0 5 3 20 0 15 0 444394818 11094712320 54320 33554432000 4194304 4196468 140727715475648 139893143522448 139893139289813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32948224 140727715478255 140727715480773 140727715480773 140727715483599 0
[pid=26712/tid=26767] ppid=26709 vsize=10834680 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/26712/task/26767/stat : 26767 (java) S 26709 26712 24657 0 -1 1077944384 291 13415 0 0 1 0 5 3 20 0 15 0 444394818 11094712320 54320 33554432000 4194304 4196468 140727715475648 139892712201232 139893139289813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32948224 140727715478255 140727715480773 140727715480773 140727715483599 0
[pid=26712/tid=26768] ppid=26709 vsize=10834680 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/26712/task/26768/stat : 26768 (java) S 26709 26712 24657 0 -1 1077944384 59 13415 0 0 1 0 5 3 20 0 15 0 444394818 11094712320 54320 33554432000 4194304 4196468 140727715475648 139892711148432 139893139289813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32948224 140727715478255 140727715480773 140727715480773 140727715483599 0
[pid=26712/tid=26769] ppid=26709 vsize=10834680 memory=-7595718316223324558 CPUtime=0.09 cores=1,3,5,7
/proc/26712/task/26769/stat : 26769 (java) S 26709 26712 24657 0 -1 1077944384 42 13415 0 0 1 0 5 3 20 0 15 0 444394818 11094712320 54320 33554432000 4194304 4196468 140727715475648 139892710095632 139893139289813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32948224 140727715478255 140727715480773 140727715480773 140727715483599 0
[pid=26712/tid=26770] ppid=26709 vsize=10834680 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/26712/task/26770/stat : 26770 (java) S 26709 26712 24657 0 -1 1077944384 836 13415 0 0 1 0 5 3 20 0 15 0 444394819 11094712320 54374 33554432000 4194304 4196468 140727715475648 139892665842032 139893139290754 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32948224 140727715478255 140727715480773 140727715480773 140727715483599 0
[pid=26712/tid=26771] ppid=26709 vsize=10834680 memory=280336273736640 CPUtime=0.08 cores=1,3,5,7
/proc/26712/task/26771/stat : 26771 (java) S 26709 26712 24657 0 -1 1077944384 14 13415 0 0 0 0 5 3 20 0 15 0 444394820 11094712320 54374 33554432000 4194304 4196468 140727715475648 139892587750432 139893139289813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32948224 140727715478255 140727715480773 140727715480773 140727715483599 0
[pid=26712/tid=26772] ppid=26709 vsize=10834680 memory=197632 CPUtime=0.08 cores=1,3,5,7
/proc/26712/task/26772/stat : 26772 (java) S 26709 26712 24657 0 -1 1077944384 1 13415 0 0 0 0 5 3 20 0 15 0 444394820 11094712320 54374 33554432000 4194304 4196468 140727715475648 139891983770480 139893139289813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32948224 140727715478255 140727715480773 140727715480773 140727715483599 0
[pid=26712/tid=26773] ppid=26709 vsize=10834680 memory=229961139015972 CPUtime=0.08 cores=1,3,5,7
/proc/26712/task/26773/stat : 26773 (java) S 26709 26712 24657 0 -1 1077944384 3 13415 0 0 0 0 5 3 20 0 15 0 444394823 11094712320 54374 33554432000 4194304 4196468 140727715475648 139891676370768 139893139298203 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32948224 140727715478255 140727715480773 140727715480773 140727715483599 0
[pid=26712/tid=26774] ppid=26709 vsize=10834680 memory=280336273519712 CPUtime=0.57 cores=1,3,5,7
/proc/26712/task/26774/stat : 26774 (java) R 26709 26712 24657 0 -1 4202560 2234 13415 0 0 49 0 5 3 20 0 15 0 444394823 11094712320 54374 33554432000 4194304 4196468 140727715475648 139892664789872 139893120469281 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 32948224 140727715478255 140727715480773 140727715480773 140727715483599 0
[pid=26712/tid=26775] ppid=26709 vsize=10834680 memory=280336273521952 CPUtime=0.53 cores=1,3,5,7
/proc/26712/task/26775/stat : 26775 (java) S 26709 26712 24657 0 -1 1077944384 1687 13415 0 0 45 0 5 3 20 0 15 0 444394823 11094712320 54374 33554432000 4194304 4196468 140727715475648 139892663737072 139893139290754 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32948224 140727715478255 140727715480773 140727715480773 140727715483599 0
[pid=26712/tid=26776] ppid=26709 vsize=10834680 memory=0 CPUtime=0.47 cores=1,3,5,7
/proc/26712/task/26776/stat : 26776 (java) R 26709 26712 24657 0 -1 4202560 1507 13415 0 0 39 0 5 3 20 0 15 0 444394823 11094712320 54374 33554432000 4194304 4196468 140727715475648 139892662684272 139893118089377 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 32948224 140727715478255 140727715480773 140727715480773 140727715483599 0
[pid=26712/tid=26777] ppid=26709 vsize=10834680 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/26712/task/26777/stat : 26777 (java) S 26709 26712 24657 0 -1 1077944384 3 13415 0 0 0 0 5 3 20 0 15 0 444394823 11094712320 54374 33554432000 4194304 4196468 140727715475648 139891642813152 139893139289813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32948224 140727715478255 140727715480773 140727715480773 140727715483599 0
[pid=26712/tid=26778] ppid=26709 vsize=10834680 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/26712/task/26778/stat : 26778 (java) S 26709 26712 24657 0 -1 1077944384 1 13415 0 0 0 0 5 3 20 0 15 0 444394823 11094712320 54374 33554432000 4194304 4196468 140727715475648 139892661631664 139893139290754 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32948224 140727715478255 140727715480773 140727715480773 140727715483599 0
Current children cumulated CPU time: 2.89 s
Current children cumulated vsize: 10834680 KiB

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


[startup+1081.6 s]
/proc/loadavg: 1.67 1.69 1.62 3/229 26903
/proc/meminfo: memFree=26497252/32770624 swapFree=66953068/67108860
[pid=26712] ppid=26709 vsize=10849036 memory=1524600 CPUtime=1094.93 cores=1,3,5,7
/proc/26712/stat : 26712 (java) S 26709 26712 24657 0 -1 1077944320 212610 13415 0 0 109385 100 5 3 20 0 15 0 444394808 11109412864 381150 33554432000 4194304 4196468 140727715475648 140727715458192 139893139279607 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 32948224 140727715478255 140727715480773 140727715480773 140727715483599 0
/proc/26712/statm: 2712259 381150 3633 1 0 2674317 0
[pid=26712/tid=26765] ppid=26709 vsize=10849036 memory=25860 CPUtime=1080.14 cores=1,3,5,7
/proc/26712/task/26765/stat : 26765 (java) R 26709 26712 24657 0 -1 4202560 66920 13415 0 0 107971 35 5 3 20 0 15 0 444394817 11109412864 381150 33554432000 4194304 4196468 140727715475648 139893111114864 139892753736244 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 32948224 140727715478255 140727715480773 140727715480773 140727715483599 0
[pid=26712/tid=26766] ppid=26709 vsize=10849036 memory=6791534058613427641 CPUtime=0.84 cores=1,3,5,7
/proc/26712/task/26766/stat : 26766 (java) S 26709 26712 24657 0 -1 1077944384 10706 13415 0 0 69 7 5 3 20 0 15 0 444394818 11109412864 381150 33554432000 4194304 4196468 140727715475648 139893143522448 139893139289813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32948224 140727715478255 140727715480773 140727715480773 140727715483599 0
[pid=26712/tid=26767] ppid=26709 vsize=10849036 memory=1384 CPUtime=0.83 cores=1,3,5,7
/proc/26712/task/26767/stat : 26767 (java) S 26709 26712 24657 0 -1 1077944384 12847 13415 0 0 68 7 5 3 20 0 15 0 444394818 11109412864 381150 33554432000 4194304 4196468 140727715475648 139892712201232 139893139289813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32948224 140727715478255 140727715480773 140727715480773 140727715483599 0
[pid=26712/tid=26768] ppid=26709 vsize=10849036 memory=4156 CPUtime=0.83 cores=1,3,5,7
/proc/26712/task/26768/stat : 26768 (java) S 26709 26712 24657 0 -1 1077944384 6641 13415 0 0 69 6 5 3 20 0 15 0 444394818 11109412864 381150 33554432000 4194304 4196468 140727715475648 139892711148432 139893139289813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32948224 140727715478255 140727715480773 140727715480773 140727715483599 0
[pid=26712/tid=26769] ppid=26709 vsize=10849036 memory=1524600 CPUtime=0.84 cores=1,3,5,7
/proc/26712/task/26769/stat : 26769 (java) S 26709 26712 24657 0 -1 1077944384 15736 13415 0 0 69 7 5 3 20 0 15 0 444394818 11109412864 381150 33554432000 4194304 4196468 140727715475648 139892710095632 139893139289813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32948224 140727715478255 140727715480773 140727715480773 140727715483599 0
[pid=26712/tid=26770] ppid=26709 vsize=10849036 memory=6791534058613427641 CPUtime=0.51 cores=1,3,5,7
/proc/26712/task/26770/stat : 26770 (java) S 26709 26712 24657 0 -1 1077944384 10532 13415 0 0 38 5 5 3 20 0 15 0 444394819 11109412864 381150 33554432000 4194304 4196468 140727715475648 139892665842032 139893139290754 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32948224 140727715478255 140727715480773 140727715480773 140727715483599 0
[pid=26712/tid=26771] ppid=26709 vsize=10849036 memory=988 CPUtime=0.08 cores=1,3,5,7
/proc/26712/task/26771/stat : 26771 (java) S 26709 26712 24657 0 -1 1077944384 21 13415 0 0 0 0 5 3 20 0 15 0 444394820 11109412864 381150 33554432000 4194304 4196468 140727715475648 139892587750560 139893139289813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32948224 140727715478255 140727715480773 140727715480773 140727715483599 0
[pid=26712/tid=26772] ppid=26709 vsize=10849036 memory=2024 CPUtime=0.08 cores=1,3,5,7
/proc/26712/task/26772/stat : 26772 (java) S 26709 26712 24657 0 -1 1077944384 16 13415 0 0 0 0 5 3 20 0 15 0 444394820 11109412864 381150 33554432000 4194304 4196468 140727715475648 139891983770496 139893139289813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32948224 140727715478255 140727715480773 140727715480773 140727715483599 0
[pid=26712/tid=26773] ppid=26709 vsize=10849036 memory=1384 CPUtime=0.08 cores=1,3,5,7
/proc/26712/task/26773/stat : 26773 (java) S 26709 26712 24657 0 -1 1077944384 3 13415 0 0 0 0 5 3 20 0 15 0 444394823 11109412864 381150 33554432000 4194304 4196468 140727715475648 139891676370768 139893139298203 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32948224 140727715478255 140727715480773 140727715480773 140727715483599 0
[pid=26712/tid=26774] ppid=26709 vsize=10849036 memory=6791534058613427641 CPUtime=4.55 cores=1,3,5,7
/proc/26712/task/26774/stat : 26774 (java) S 26709 26712 24657 0 -1 1077944384 25693 13415 0 0 444 3 5 3 20 0 15 0 444394823 11109412864 381150 33554432000 4194304 4196468 140727715475648 139892664789872 139893139290754 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32948224 140727715478255 140727715480773 140727715480773 140727715483599 0
[pid=26712/tid=26775] ppid=26709 vsize=10849036 memory=4156 CPUtime=4.5 cores=1,3,5,7
/proc/26712/task/26775/stat : 26775 (java) S 26709 26712 24657 0 -1 1077944384 32831 13415 0 0 439 3 5 3 20 0 15 0 444394823 11109412864 381150 33554432000 4194304 4196468 140727715475648 139892663737072 139893139290754 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32948224 140727715478255 140727715480773 140727715480773 140727715483599 0
[pid=26712/tid=26776] ppid=26709 vsize=10849036 memory=1056 CPUtime=1.95 cores=1,3,5,7
/proc/26712/task/26776/stat : 26776 (java) S 26709 26712 24657 0 -1 1077944384 27401 13415 0 0 183 4 5 3 20 0 15 0 444394823 11109412864 381150 33554432000 4194304 4196468 140727715475648 139892662684272 139893139290754 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32948224 140727715478255 140727715480773 140727715480773 140727715483599 0
[pid=26712/tid=26777] ppid=26709 vsize=10849036 memory=1188 CPUtime=0.08 cores=1,3,5,7
/proc/26712/task/26777/stat : 26777 (java) S 26709 26712 24657 0 -1 1077944384 3 13415 0 0 0 0 5 3 20 0 15 0 444394823 11109412864 381150 33554432000 4194304 4196468 140727715475648 139891642813152 139893139289813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32948224 140727715478255 140727715480773 140727715480773 140727715483599 0
[pid=26712/tid=26778] ppid=26709 vsize=10849036 memory=1524600 CPUtime=0.55 cores=1,3,5,7
/proc/26712/task/26778/stat : 26778 (java) S 26709 26712 24657 0 -1 1077944384 1051 13415 0 0 21 26 5 3 20 0 15 0 444394823 11109412864 381150 33554432000 4194304 4196468 140727715475648 139892661631664 139893139290754 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 28 0 0 6293624 6294260 32948224 140727715478255 140727715480773 140727715480773 140727715483599 0
Current children cumulated CPU time: 1094.93 s
Current children cumulated vsize: 10849036 KiB
Current children cumulated memory: 1524600 KiB

[startup+1083.2 s]
/proc/loadavg: 1.67 1.69 1.62 3/228 26903
/proc/meminfo: memFree=26497348/32770624 swapFree=66953068/67108860
[pid=26712] ppid=26709 vsize=10849036 memory=1524640 CPUtime=1096.54 cores=1,3,5,7
/proc/26712/stat : 26712 (java) S 26709 26712 24657 0 -1 1077944320 213943 13415 0 0 109546 100 5 3 20 0 15 0 444394808 11109412864 381160 33554432000 4194304 4196468 140727715475648 140727715458192 139893139279607 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 32948224 140727715478255 140727715480773 140727715480773 140727715483599 0
/proc/26712/statm: 2712259 381160 3633 1 0 2674317 0
[pid=26712/tid=26765] ppid=26709 vsize=10849036 memory=988 CPUtime=1081.73 cores=1,3,5,7
/proc/26712/task/26765/stat : 26765 (java) R 26709 26712 24657 0 -1 4202560 67059 13415 0 0 108130 35 5 3 20 0 15 0 444394817 11109412864 381160 33554432000 4194304 4196468 140727715475648 139893111114688 139892753738004 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 32948224 140727715478255 140727715480773 140727715480773 140727715483599 0
[pid=26712/tid=26766] ppid=26709 vsize=10849036 memory=2024 CPUtime=0.84 cores=1,3,5,7
/proc/26712/task/26766/stat : 26766 (java) S 26709 26712 24657 0 -1 1077944384 10760 13415 0 0 69 7 5 3 20 0 15 0 444394818 11109412864 381160 33554432000 4194304 4196468 140727715475648 139893143522448 139893139289813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32948224 140727715478255 140727715480773 140727715480773 140727715483599 0
[pid=26712/tid=26767] ppid=26709 vsize=10849036 memory=1384 CPUtime=0.83 cores=1,3,5,7
/proc/26712/task/26767/stat : 26767 (java) S 26709 26712 24657 0 -1 1077944384 12879 13415 0 0 68 7 5 3 20 0 15 0 444394818 11109412864 381160 33554432000 4194304 4196468 140727715475648 139892712201232 139893139289813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32948224 140727715478255 140727715480773 140727715480773 140727715483599 0
[pid=26712/tid=26768] ppid=26709 vsize=10849036 memory=4156 CPUtime=0.84 cores=1,3,5,7
/proc/26712/task/26768/stat : 26768 (java) S 26709 26712 24657 0 -1 1077944384 6660 13415 0 0 69 7 5 3 20 0 15 0 444394818 11109412864 381160 33554432000 4194304 4196468 140727715475648 139892711148432 139893139289813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32948224 140727715478255 140727715480773 140727715480773 140727715483599 0
[pid=26712/tid=26769] ppid=26709 vsize=10849036 memory=988 CPUtime=0.85 cores=1,3,5,7
/proc/26712/task/26769/stat : 26769 (java) S 26709 26712 24657 0 -1 1077944384 16807 13415 0 0 70 7 5 3 20 0 15 0 444394818 11109412864 381160 33554432000 4194304 4196468 140727715475648 139892710095632 139893139289813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32948224 140727715478255 140727715480773 140727715480773 140727715483599 0
[pid=26712/tid=26770] ppid=26709 vsize=10849036 memory=2024 CPUtime=0.51 cores=1,3,5,7
/proc/26712/task/26770/stat : 26770 (java) S 26709 26712 24657 0 -1 1077944384 10550 13415 0 0 38 5 5 3 20 0 15 0 444394819 11109412864 381160 33554432000 4194304 4196468 140727715475648 139892665842032 139893139290754 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32948224 140727715478255 140727715480773 140727715480773 140727715483599 0
[pid=26712/tid=26771] ppid=26709 vsize=10849036 memory=1384 CPUtime=0.08 cores=1,3,5,7
/proc/26712/task/26771/stat : 26771 (java) S 26709 26712 24657 0 -1 1077944384 21 13415 0 0 0 0 5 3 20 0 15 0 444394820 11109412864 381160 33554432000 4194304 4196468 140727715475648 139892587750560 139893139289813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32948224 140727715478255 140727715480773 140727715480773 140727715483599 0
[pid=26712/tid=26772] ppid=26709 vsize=10849036 memory=4156 CPUtime=0.08 cores=1,3,5,7
/proc/26712/task/26772/stat : 26772 (java) S 26709 26712 24657 0 -1 1077944384 16 13415 0 0 0 0 5 3 20 0 15 0 444394820 11109412864 381160 33554432000 4194304 4196468 140727715475648 139891983770496 139893139289813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32948224 140727715478255 140727715480773 140727715480773 140727715483599 0
[pid=26712/tid=26773] ppid=26709 vsize=10849036 memory=1056 CPUtime=0.08 cores=1,3,5,7
/proc/26712/task/26773/stat : 26773 (java) S 26709 26712 24657 0 -1 1077944384 3 13415 0 0 0 0 5 3 20 0 15 0 444394823 11109412864 381160 33554432000 4194304 4196468 140727715475648 139891676370768 139893139298203 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32948224 140727715478255 140727715480773 140727715480773 140727715483599 0
[pid=26712/tid=26774] ppid=26709 vsize=10849036 memory=1188 CPUtime=4.55 cores=1,3,5,7
/proc/26712/task/26774/stat : 26774 (java) S 26709 26712 24657 0 -1 1077944384 25693 13415 0 0 444 3 5 3 20 0 15 0 444394823 11109412864 381160 33554432000 4194304 4196468 140727715475648 139892664789872 139893139290754 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32948224 140727715478255 140727715480773 140727715480773 140727715483599 0
[pid=26712/tid=26775] ppid=26709 vsize=10849036 memory=1536 CPUtime=4.5 cores=1,3,5,7
/proc/26712/task/26775/stat : 26775 (java) S 26709 26712 24657 0 -1 1077944384 32831 13415 0 0 439 3 5 3 20 0 15 0 444394823 11109412864 381160 33554432000 4194304 4196468 140727715475648 139892663737072 139893139290754 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32948224 140727715478255 140727715480773 140727715480773 140727715483599 0
[pid=26712/tid=26776] ppid=26709 vsize=10849036 memory=9592 CPUtime=1.95 cores=1,3,5,7
/proc/26712/task/26776/stat : 26776 (java) S 26709 26712 24657 0 -1 1077944384 27401 13415 0 0 183 4 5 3 20 0 15 0 444394823 11109412864 381160 33554432000 4194304 4196468 140727715475648 139892662684272 139893139290754 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32948224 140727715478255 140727715480773 140727715480773 140727715483599 0
[pid=26712/tid=26777] ppid=26709 vsize=10849036 memory=2828 CPUtime=0.08 cores=1,3,5,7
/proc/26712/task/26777/stat : 26777 (java) S 26709 26712 24657 0 -1 1077944384 3 13415 0 0 0 0 5 3 20 0 15 0 444394823 11109412864 381160 33554432000 4194304 4196468 140727715475648 139891642813152 139893139289813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32948224 140727715478255 140727715480773 140727715480773 140727715483599 0
[pid=26712/tid=26778] ppid=26709 vsize=10849036 memory=780 CPUtime=0.55 cores=1,3,5,7
/proc/26712/task/26778/stat : 26778 (java) S 26709 26712 24657 0 -1 1077944384 1051 13415 0 0 21 26 5 3 20 0 15 0 444394823 11109412864 381160 33554432000 4194304 4196468 140727715475648 139892661631664 139893139290754 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 28 0 0 6293624 6294260 32948224 140727715478255 140727715480773 140727715480773 140727715483599 0
Current children cumulated CPU time: 1096.54 s
Current children cumulated vsize: 10849036 KiB
Current children cumulated memory: 1524640 KiB

[startup+1084 s]*
/proc/loadavg: 1.67 1.69 1.62 3/228 26903
/proc/meminfo: memFree=26497472/32770624 swapFree=66953068/67108860
[pid=26712] ppid=26709 vsize=10849036 memory=1524640 CPUtime=1097.35 cores=1,3,5,7
/proc/26712/stat : 26712 (java) S 26709 26712 24657 0 -1 1077944320 213947 13415 0 0 109627 100 5 3 20 0 15 0 444394808 11109412864 381160 33554432000 4194304 4196468 140727715475648 140727715458192 139893139279607 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 32948224 140727715478255 140727715480773 140727715480773 140727715483599 0
/proc/26712/statm: 2712259 381160 3633 1 0 2674317 0
[pid=26712/tid=26765] ppid=26709 vsize=10849036 memory=8317482817917895235 CPUtime=1082.54 cores=1,3,5,7
/proc/26712/task/26765/stat : 26765 (java) R 26709 26712 24657 0 -1 4202560 67060 13415 0 0 108211 35 5 3 20 0 15 0 444394817 11109412864 381160 33554432000 4194304 4196468 140727715475648 139893111114688 139892744961171 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 32948224 140727715478255 140727715480773 140727715480773 140727715483599 0
[pid=26712/tid=26766] ppid=26709 vsize=10849036 memory=1448 CPUtime=0.84 cores=1,3,5,7
/proc/26712/task/26766/stat : 26766 (java) S 26709 26712 24657 0 -1 1077944384 10760 13415 0 0 69 7 5 3 20 0 15 0 444394818 11109412864 381160 33554432000 4194304 4196468 140727715475648 139893143522448 139893139289813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32948224 140727715478255 140727715480773 140727715480773 140727715483599 0
[pid=26712/tid=26767] ppid=26709 vsize=10849036 memory=1764 CPUtime=0.83 cores=1,3,5,7
/proc/26712/task/26767/stat : 26767 (java) S 26709 26712 24657 0 -1 1077944384 12879 13415 0 0 68 7 5 3 20 0 15 0 444394818 11109412864 381160 33554432000 4194304 4196468 140727715475648 139892712201232 139893139289813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32948224 140727715478255 140727715480773 140727715480773 140727715483599 0
[pid=26712/tid=26768] ppid=26709 vsize=10849036 memory=111632 CPUtime=0.84 cores=1,3,5,7
/proc/26712/task/26768/stat : 26768 (java) S 26709 26712 24657 0 -1 1077944384 6662 13415 0 0 69 7 5 3 20 0 15 0 444394818 11109412864 381160 33554432000 4194304 4196468 140727715475648 139892711148432 139893139289813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32948224 140727715478255 140727715480773 140727715480773 140727715483599 0
[pid=26712/tid=26769] ppid=26709 vsize=10849036 memory=800 CPUtime=0.85 cores=1,3,5,7
/proc/26712/task/26769/stat : 26769 (java) S 26709 26712 24657 0 -1 1077944384 16808 13415 0 0 70 7 5 3 20 0 15 0 444394818 11109412864 381160 33554432000 4194304 4196468 140727715475648 139892710095632 139893139289813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32948224 140727715478255 140727715480773 140727715480773 140727715483599 0
[pid=26712/tid=26770] ppid=26709 vsize=10849036 memory=1808 CPUtime=0.51 cores=1,3,5,7
/proc/26712/task/26770/stat : 26770 (java) S 26709 26712 24657 0 -1 1077944384 10550 13415 0 0 38 5 5 3 20 0 15 0 444394819 11109412864 381160 33554432000 4194304 4196468 140727715475648 139892665842032 139893139290754 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32948224 140727715478255 140727715480773 140727715480773 140727715483599 0
[pid=26712/tid=26771] ppid=26709 vsize=10849036 memory=920 CPUtime=0.08 cores=1,3,5,7
/proc/26712/task/26771/stat : 26771 (java) S 26709 26712 24657 0 -1 1077944384 21 13415 0 0 0 0 5 3 20 0 15 0 444394820 11109412864 381160 33554432000 4194304 4196468 140727715475648 139892587750560 139893139289813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32948224 140727715478255 140727715480773 140727715480773 140727715483599 0
[pid=26712/tid=26772] ppid=26709 vsize=10849036 memory=3848 CPUtime=0.08 cores=1,3,5,7
/proc/26712/task/26772/stat : 26772 (java) S 26709 26712 24657 0 -1 1077944384 16 13415 0 0 0 0 5 3 20 0 15 0 444394820 11109412864 381160 33554432000 4194304 4196468 140727715475648 139891983770496 139893139289813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32948224 140727715478255 140727715480773 140727715480773 140727715483599 0
[pid=26712/tid=26773] ppid=26709 vsize=10849036 memory=2684 CPUtime=0.08 cores=1,3,5,7
/proc/26712/task/26773/stat : 26773 (java) S 26709 26712 24657 0 -1 1077944384 3 13415 0 0 0 0 5 3 20 0 15 0 444394823 11109412864 381160 33554432000 4194304 4196468 140727715475648 139891676370768 139893139298203 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32948224 140727715478255 140727715480773 140727715480773 140727715483599 0
[pid=26712/tid=26774] ppid=26709 vsize=10849036 memory=2944 CPUtime=4.55 cores=1,3,5,7
/proc/26712/task/26774/stat : 26774 (java) S 26709 26712 24657 0 -1 1077944384 25693 13415 0 0 444 3 5 3 20 0 15 0 444394823 11109412864 381160 33554432000 4194304 4196468 140727715475648 139892664789872 139893139290754 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32948224 140727715478255 140727715480773 140727715480773 140727715483599 0
[pid=26712/tid=26775] ppid=26709 vsize=10849036 memory=1408 CPUtime=4.5 cores=1,3,5,7
/proc/26712/task/26775/stat : 26775 (java) S 26709 26712 24657 0 -1 1077944384 32831 13415 0 0 439 3 5 3 20 0 15 0 444394823 11109412864 381160 33554432000 4194304 4196468 140727715475648 139892663737072 139893139290754 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32948224 140727715478255 140727715480773 140727715480773 140727715483599 0
[pid=26712/tid=26776] ppid=26709 vsize=10849036 memory=3260 CPUtime=1.95 cores=1,3,5,7
/proc/26712/task/26776/stat : 26776 (java) S 26709 26712 24657 0 -1 1077944384 27401 13415 0 0 183 4 5 3 20 0 15 0 444394823 11109412864 381160 33554432000 4194304 4196468 140727715475648 139892662684272 139893139290754 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32948224 140727715478255 140727715480773 140727715480773 140727715483599 0
[pid=26712/tid=26777] ppid=26709 vsize=10849036 memory=2701844 CPUtime=0.08 cores=1,3,5,7
/proc/26712/task/26777/stat : 26777 (java) S 26709 26712 24657 0 -1 1077944384 3 13415 0 0 0 0 5 3 20 0 15 0 444394823 11109412864 381160 33554432000 4194304 4196468 140727715475648 139891642813152 139893139289813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32948224 140727715478255 140727715480773 140727715480773 140727715483599 0
[pid=26712/tid=26778] ppid=26709 vsize=10849036 memory=4104 CPUtime=0.55 cores=1,3,5,7
/proc/26712/task/26778/stat : 26778 (java) S 26709 26712 24657 0 -1 1077944384 1051 13415 0 0 21 26 5 3 20 0 15 0 444394823 11109412864 381160 33554432000 4194304 4196468 140727715475648 139892661631664 139893139290754 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 28 0 0 6293624 6294260 32948224 140727715478255 140727715480773 140727715480773 140727715483599 0
Current children cumulated CPU time: 1097.35 s
Current children cumulated vsize: 10849036 KiB
Current children cumulated memory: 1524640 KiB

[startup+1084.4 s]
/proc/loadavg: 1.67 1.69 1.62 3/228 26903
/proc/meminfo: memFree=26497472/32770624 swapFree=66953068/67108860
[pid=26712] ppid=26709 vsize=10849036 memory=1524640 CPUtime=1097.74 cores=1,3,5,7
/proc/26712/stat : 26712 (java) S 26709 26712 24657 0 -1 1077944320 213947 13415 0 0 109666 100 5 3 20 0 15 0 444394808 11109412864 381160 33554432000 4194304 4196468 140727715475648 140727715458192 139893139279607 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 32948224 140727715478255 140727715480773 140727715480773 140727715483599 0
/proc/26712/statm: 2712259 381160 3633 1 0 2674317 0
[pid=26712/tid=26765] ppid=26709 vsize=10849036 memory=732 CPUtime=1082.93 cores=1,3,5,7
/proc/26712/task/26765/stat : 26765 (java) R 26709 26712 24657 0 -1 4202560 67060 13415 0 0 108250 35 5 3 20 0 15 0 444394817 11109412864 381160 33554432000 4194304 4196468 140727715475648 139893111114688 139892753738090 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 32948224 140727715478255 140727715480773 140727715480773 140727715483599 0
[pid=26712/tid=26766] ppid=26709 vsize=10849036 memory=1656 CPUtime=0.84 cores=1,3,5,7
/proc/26712/task/26766/stat : 26766 (java) S 26709 26712 24657 0 -1 1077944384 10760 13415 0 0 69 7 5 3 20 0 15 0 444394818 11109412864 381160 33554432000 4194304 4196468 140727715475648 139893143522448 139893139289813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32948224 140727715478255 140727715480773 140727715480773 140727715483599 0
[pid=26712/tid=26767] ppid=26709 vsize=10849036 memory=2116 CPUtime=0.83 cores=1,3,5,7
/proc/26712/task/26767/stat : 26767 (java) S 26709 26712 24657 0 -1 1077944384 12879 13415 0 0 68 7 5 3 20 0 15 0 444394818 11109412864 381160 33554432000 4194304 4196468 140727715475648 139892712201232 139893139289813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32948224 140727715478255 140727715480773 140727715480773 140727715483599 0
[pid=26712/tid=26768] ppid=26709 vsize=10849036 memory=25860 CPUtime=0.84 cores=1,3,5,7
/proc/26712/task/26768/stat : 26768 (java) S 26709 26712 24657 0 -1 1077944384 6662 13415 0 0 69 7 5 3 20 0 15 0 444394818 11109412864 381160 33554432000 4194304 4196468 140727715475648 139892711148432 139893139289813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32948224 140727715478255 140727715480773 140727715480773 140727715483599 0
[pid=26712/tid=26769] ppid=26709 vsize=10849036 memory=14068 CPUtime=0.85 cores=1,3,5,7
/proc/26712/task/26769/stat : 26769 (java) S 26709 26712 24657 0 -1 1077944384 16808 13415 0 0 70 7 5 3 20 0 15 0 444394818 11109412864 381160 33554432000 4194304 4196468 140727715475648 139892710095632 139893139289813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32948224 140727715478255 140727715480773 140727715480773 140727715483599 0
[pid=26712/tid=26770] ppid=26709 vsize=10849036 memory=8317482817917895235 CPUtime=0.51 cores=1,3,5,7
/proc/26712/task/26770/stat : 26770 (java) S 26709 26712 24657 0 -1 1077944384 10550 13415 0 0 38 5 5 3 20 0 15 0 444394819 11109412864 381160 33554432000 4194304 4196468 140727715475648 139892665842032 139893139290754 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32948224 140727715478255 140727715480773 140727715480773 140727715483599 0
[pid=26712/tid=26771] ppid=26709 vsize=10849036 memory=3052 CPUtime=0.08 cores=1,3,5,7
/proc/26712/task/26771/stat : 26771 (java) S 26709 26712 24657 0 -1 1077944384 21 13415 0 0 0 0 5 3 20 0 15 0 444394820 11109412864 381160 33554432000 4194304 4196468 140727715475648 139892587750560 139893139289813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32948224 140727715478255 140727715480773 140727715480773 140727715483599 0
[pid=26712/tid=26772] ppid=26709 vsize=10849036 memory=1524600 CPUtime=0.08 cores=1,3,5,7
/proc/26712/task/26772/stat : 26772 (java) S 26709 26712 24657 0 -1 1077944384 16 13415 0 0 0 0 5 3 20 0 15 0 444394820 11109412864 381160 33554432000 4194304 4196468 140727715475648 139891983770496 139893139289813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32948224 140727715478255 140727715480773 140727715480773 140727715483599 0
[pid=26712/tid=26773] ppid=26709 vsize=10849036 memory=732 CPUtime=0.08 cores=1,3,5,7
/proc/26712/task/26773/stat : 26773 (java) S 26709 26712 24657 0 -1 1077944384 3 13415 0 0 0 0 5 3 20 0 15 0 444394823 11109412864 381160 33554432000 4194304 4196468 140727715475648 139891676370768 139893139298203 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32948224 140727715478255 140727715480773 140727715480773 140727715483599 0
[pid=26712/tid=26774] ppid=26709 vsize=10849036 memory=1656 CPUtime=4.55 cores=1,3,5,7
/proc/26712/task/26774/stat : 26774 (java) S 26709 26712 24657 0 -1 1077944384 25693 13415 0 0 444 3 5 3 20 0 15 0 444394823 11109412864 381160 33554432000 4194304 4196468 140727715475648 139892664789872 139893139290754 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32948224 140727715478255 140727715480773 140727715480773 140727715483599 0
[pid=26712/tid=26775] ppid=26709 vsize=10849036 memory=8317482817917895235 CPUtime=4.5 cores=1,3,5,7
/proc/26712/task/26775/stat : 26775 (java) S 26709 26712 24657 0 -1 1077944384 32831 13415 0 0 439 3 5 3 20 0 15 0 444394823 11109412864 381160 33554432000 4194304 4196468 140727715475648 139892663737072 139893139290754 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32948224 140727715478255 140727715480773 140727715480773 140727715483599 0
[pid=26712/tid=26776] ppid=26709 vsize=10849036 memory=1976 CPUtime=1.95 cores=1,3,5,7
/proc/26712/task/26776/stat : 26776 (java) S 26709 26712 24657 0 -1 1077944384 27401 13415 0 0 183 4 5 3 20 0 15 0 444394823 11109412864 381160 33554432000 4194304 4196468 140727715475648 139892662684272 139893139290754 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32948224 140727715478255 140727715480773 140727715480773 140727715483599 0
[pid=26712/tid=26777] ppid=26709 vsize=10849036 memory=2512 CPUtime=0.08 cores=1,3,5,7
/proc/26712/task/26777/stat : 26777 (java) S 26709 26712 24657 0 -1 1077944384 3 13415 0 0 0 0 5 3 20 0 15 0 444394823 11109412864 381160 33554432000 4194304 4196468 140727715475648 139891642813152 139893139289813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32948224 140727715478255 140727715480773 140727715480773 140727715483599 0
[pid=26712/tid=26778] ppid=26709 vsize=10849036 memory=808 CPUtime=0.55 cores=1,3,5,7
/proc/26712/task/26778/stat : 26778 (java) S 26709 26712 24657 0 -1 1077944384 1051 13415 0 0 21 26 5 3 20 0 15 0 444394823 11109412864 381160 33554432000 4194304 4196468 140727715475648 139892661631664 139893139290754 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 28 0 0 6293624 6294260 32948224 140727715478255 140727715480773 140727715480773 140727715483599 0
Current children cumulated CPU time: 1097.74 s
Current children cumulated vsize: 10849036 KiB
Current children cumulated memory: 1524640 KiB

[startup+1084.5 s]*
/proc/loadavg: 1.67 1.69 1.62 3/215 26904
/proc/meminfo: memFree=27931736/32770624 swapFree=66953068/67108860
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 0
Real time (s): 1084.51
CPU time (s): 1097.87
CPU user time (s): 1096.81
CPU system time (s): 1.05531
CPU usage (%): 101.232
Max. virtual memory (cumulated for all children) (KiB): 10849036
Max. memory (cumulated for all children) (KiB): 1761724

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1096.81
system time used= 1.05531
maximum resident set size= 1763772
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 228604
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1480
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 39219
involuntary context switches= 1478


# summary of solver processes directly reported to runsolver:
#   pid: 26712
#   total CPU time (s): 1097.87
#   total CPU user time (s): 1096.81
#   total CPU system time (s): 1.05531

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.38714 second user time and 10.2762 second system time

The end

Launcher Data

Begin job on node127 at 2019-09-17 02:46:59
IDJOB=4401259
IDBENCH=128024
IDSOLVER=2858
FILE ID=node127/4401259-1568681259
RUNJOBID= node127-1568673291-24689
PBS_JOBID= 21703783
Free space on /tmp= 61276 MiB

SOLVER NAME= Concrete 3.12.2
BENCH NAME= XCSP17/PrizeCollecting/PrizeCollecting-jok-s1/PrizeCollecting-24-4-6-8.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4401259-1568681259/watcher-4401259-1568681259 -o /tmp/evaluation-result-4401259-1568681259/solver-4401259-1568681259 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node127-1568673291-24689 --watchdog 2560  bin/xcsp-3-concrete -J-Xss32M -randomseed=1612266580 HOME/instance-4401259-1568681259.xml

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

MD5SUM BENCH= 2aec32ddb698ed0594b6493531e6a3ee
RANDOM SEED=1612266580

node127.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.55
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.55
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.55
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.55
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:        28019668 kB
MemAvailable:   29144888 kB
Buffers:           74328 kB
Cached:          1335996 kB
SwapCached:        51452 kB
Active:          3196852 kB
Inactive:         950444 kB
Active(anon):    2696960 kB
Inactive(anon):    89540 kB
Active(file):     499892 kB
Inactive(file):   860904 kB
Unevictable:      110908 kB
Mlocked:          110908 kB
SwapTotal:      67108860 kB
SwapFree:       66953064 kB
Dirty:             36244 kB
Writeback:             0 kB
AnonPages:       2798264 kB
Mapped:            61996 kB
Shmem:             40660 kB
Slab:             190036 kB
SReclaimable:     160520 kB
SUnreclaim:        29516 kB
KernelStack:        3696 kB
PageTables:        11168 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3876632 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2635776 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      138624 kB
DirectMap2M:    33406976 kB

Free space on /tmp at the end= 61240 MiB
End job on node127 at 2019-09-17 03:05:04