Trace number 4300380

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 NameAnswerCPU timeWall clock time
Solver of Xavier Schul & Yvhan Smal 2018-04-28SAT 421.009 414.211

General information on the benchmark

NameFrb/
frb-40-19-1-mgd_c18.xml
MD5SUM1b3b260246d4f65c593765dc4af9b313
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark5.21821
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints321
Number of domains1
Minimum domain size19
Maximum domain size19
Distribution of domain sizes[{"size":19,"count":40}]
Minimum variable degree10
Maximum variable degree25
Distribution of variable degrees[{"degree":10,"count":2},{"degree":11,"count":3},{"degree":12,"count":3},{"degree":13,"count":4},{"degree":14,"count":3},{"degree":15,"count":6},{"degree":16,"count":2},{"degree":17,"count":4},{"degree":18,"count":3},{"degree":19,"count":2},{"degree":20,"count":1},{"degree":21,"count":1},{"degree":22,"count":4},{"degree":23,"count":1},{"degree":25,"count":1}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":321}]
Number of extensional constraints321
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":321}]
Optimization problemNO
Type of objective

Solver Data

0.12/0.13	c version: 2018-04-11
0.12/0.13	c seed: 1811631
0.12/0.13	c timeout: -1
0.12/0.13	c memlimit: -1
0.12/0.13	c nbcore: -1
420.91/414.18	s SATISFIABLE
420.91/414.18	v <instantiation>
420.91/414.18	v 	<list>
420.91/414.18	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] 
420.91/414.18	v 	</list>
420.91/414.18	v 	<values>
420.91/414.18	v 		5 4 1 11 17 3 8 17 2 7 10 2 7 12 0 1 1 16 12 10 17 16 7 6 3 10 6 7 6 8 2 11 14 6 15 4 18 4 12 17 
420.91/414.18	v 	</values>
420.91/414.18	v </instantiation>

Verifier Data

OK	

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4300380-1532854887/watcher-4300380-1532854887 -o /tmp/evaluation-result-4300380-1532854887/solver-4300380-1532854887 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node102-1532847434-5751 --watchdog 2580 java -jar minicp-1.0.jar HOME/instance-4300380-1532854887.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2550 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=6641, runsolver pid=6638

[startup+0.100315 s]*
/proc/loadavg: 1.55 1.36 1.35 3/217 6656
/proc/meminfo: memFree=26107008/32770624 swapFree=67028644/67108860
[pid=6641] ppid=6638 vsize=10661052 memory=27540 CPUtime=0.12 cores=1,3,5,7
/proc/6641/stat : 6641 (java) S 6638 6641 5719 0 -1 1077944320 5293 0 0 0 12 0 0 0 20 0 15 0 103051890 10916917248 6885 33554432000 4194304 4196468 140736788540720 140736788523264 139788551016183 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 29507584 140736788542637 140736788542729 140736788542729 140736788545487 0
/proc/6641/statm: 2665263 6885 2867 1 0 2627263 0
[pid=6641/tid=6643] ppid=6638 vsize=10661052 memory=-8969302880374584512 CPUtime=0.09 cores=1,3,5,7
/proc/6641/task/6643/stat : 6643 (java) R 6638 6641 5719 0 -1 4202560 3165 0 0 0 9 0 0 0 20 0 15 0 103051890 10916917248 6885 33554432000 4194304 4196468 140736788540720 139788555237344 139788531209073 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 29507584 140736788542637 140736788542729 140736788542729 140736788545487 0
[pid=6641/tid=6644] ppid=6638 vsize=10661052 memory=-7522837583129502606 CPUtime=0 cores=1,3,5,7
/proc/6641/task/6644/stat : 6644 (java) S 6638 6641 5719 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 103051891 10916917248 6885 33554432000 4194304 4196468 140736788540720 139788503637008 139788551026389 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29507584 140736788542637 140736788542729 140736788542729 140736788545487 0
[pid=6641/tid=6645] ppid=6638 vsize=10661052 memory=140396240352896 CPUtime=0 cores=1,3,5,7
/proc/6641/task/6645/stat : 6645 (java) S 6638 6641 5719 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 103051891 10916917248 6885 33554432000 4194304 4196468 140736788540720 139788156591248 139788551026389 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29507584 140736788542637 140736788542729 140736788542729 140736788545487 0
[pid=6641/tid=6646] ppid=6638 vsize=10661052 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6641/task/6646/stat : 6646 (java) S 6638 6641 5719 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 103051891 10916917248 6885 33554432000 4194304 4196468 140736788540720 139788155538192 139788551026389 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29507584 140736788542637 140736788542729 140736788542729 140736788545487 0
[pid=6641/tid=6647] ppid=6638 vsize=10661052 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/6641/task/6647/stat : 6647 (java) S 6638 6641 5719 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 103051891 10916917248 6885 33554432000 4194304 4196468 140736788540720 139788154485648 139788551026389 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29507584 140736788542637 140736788542729 140736788542729 140736788545487 0
[pid=6641/tid=6648] ppid=6638 vsize=10661052 memory=140396240352896 CPUtime=0 cores=1,3,5,7
/proc/6641/task/6648/stat : 6648 (java) S 6638 6641 5719 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 103051893 10916917248 6885 33554432000 4194304 4196468 140736788540720 139787587123440 139788551027330 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29507584 140736788542637 140736788542729 140736788542729 140736788545487 0
[pid=6641/tid=6649] ppid=6638 vsize=10661052 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/6641/task/6649/stat : 6649 (java) S 6638 6641 5719 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 103051893 10916917248 6885 33554432000 4194304 4196468 140736788540720 139787586069664 139788551026389 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29507584 140736788542637 140736788542729 140736788542729 140736788545487 0
[pid=6641/tid=6650] ppid=6638 vsize=10661052 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6641/task/6650/stat : 6650 (java) S 6638 6641 5719 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 103051893 10916917248 6885 33554432000 4194304 4196468 140736788540720 139787585016560 139788551026389 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29507584 140736788542637 140736788542729 140736788542729 140736788545487 0
[pid=6641/tid=6651] ppid=6638 vsize=10661052 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6641/task/6651/stat : 6651 (java) S 6638 6641 5719 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 103051896 10916917248 6885 33554432000 4194304 4196468 140736788540720 139787583965136 139788551034779 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29507584 140736788542637 140736788542729 140736788542729 140736788545487 0
[pid=6641/tid=6652] ppid=6638 vsize=10661052 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6641/task/6652/stat : 6652 (java) S 6638 6641 5719 0 -1 1077944384 311 0 0 0 0 0 0 0 20 0 15 0 103051896 10916917248 6885 33554432000 4194304 4196468 140736788540720 139787582913264 139788551027330 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29507584 140736788542637 140736788542729 140736788542729 140736788545487 0
[pid=6641/tid=6653] ppid=6638 vsize=10661052 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/6641/task/6653/stat : 6653 (java) R 6638 6641 5719 0 -1 4202560 153 0 0 0 0 0 0 0 20 0 15 0 103051896 10916917248 6885 33554432000 4194304 4196468 140736788540720 139787581852224 139788534451921 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 29507584 140736788542637 140736788542729 140736788542729 140736788545487 0
[pid=6641/tid=6654] ppid=6638 vsize=10661052 memory=140396240352896 CPUtime=0.02 cores=1,3,5,7
/proc/6641/task/6654/stat : 6654 (java) R 6638 6641 5719 0 -1 4202560 322 0 0 0 2 0 0 0 20 0 15 0 103051896 10916917248 6885 33554432000 4194304 4196468 140736788540720 139787580807664 139788529999908 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 29507584 140736788542637 140736788542729 140736788542729 140736788545487 0
[pid=6641/tid=6655] ppid=6638 vsize=10661052 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/6641/task/6655/stat : 6655 (java) S 6638 6641 5719 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 103051896 10916917248 6885 33554432000 4194304 4196468 140736788540720 139787579755360 139788551026389 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29507584 140736788542637 140736788542729 140736788542729 140736788545487 0
[pid=6641/tid=6656] ppid=6638 vsize=10661052 memory=140396240352896 CPUtime=0 cores=1,3,5,7
/proc/6641/task/6656/stat : 6656 (java) S 6638 6641 5719 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 103051896 10916917248 6885 33554432000 4194304 4196468 140736788540720 139787578702384 139788551027330 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29507584 140736788542637 140736788542729 140736788542729 140736788545487 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 10661052 KiB
Current children cumulated memory: 27540 KiB

[startup+0.210749 s]*
/proc/loadavg: 1.55 1.36 1.35 5/217 6656
/proc/meminfo: memFree=26057988/32770624 swapFree=67028644/67108860
[pid=6641] ppid=6638 vsize=10661052 memory=40788 CPUtime=0.35 cores=1,3,5,7
/proc/6641/stat : 6641 (java) S 6638 6641 5719 0 -1 1077944320 8259 0 0 0 34 1 0 0 20 0 15 0 103051890 10916917248 10197 33554432000 4194304 4196468 140736788540720 140736788523264 139788551016183 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 29507584 140736788542637 140736788542729 140736788542729 140736788545487 0
/proc/6641/statm: 2665263 10197 2996 1 0 2627263 0
[pid=6641/tid=6643] ppid=6638 vsize=10661052 memory=7022364594140610616 CPUtime=0.2 cores=1,3,5,7
/proc/6641/task/6643/stat : 6643 (java) R 6638 6641 5719 0 -1 4202560 5132 0 0 0 19 1 0 0 20 0 15 0 103051890 10916917248 10197 33554432000 4194304 4196468 140736788540720 139788555254368 139788551038109 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 29507584 140736788542637 140736788542729 140736788542729 140736788545487 0
[pid=6641/tid=6644] ppid=6638 vsize=10661052 memory=342 CPUtime=0 cores=1,3,5,7
/proc/6641/task/6644/stat : 6644 (java) S 6638 6641 5719 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 103051891 10916917248 10197 33554432000 4194304 4196468 140736788540720 139788503637008 139788551026389 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29507584 140736788542637 140736788542729 140736788542729 140736788545487 0
[pid=6641/tid=6645] ppid=6638 vsize=10661052 memory=140396240359712 CPUtime=0 cores=1,3,5,7
/proc/6641/task/6645/stat : 6645 (java) S 6638 6641 5719 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 103051891 10916917248 10197 33554432000 4194304 4196468 140736788540720 139788156591248 139788551026389 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29507584 140736788542637 140736788542729 140736788542729 140736788545487 0
[pid=6641/tid=6646] ppid=6638 vsize=10661052 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6641/task/6646/stat : 6646 (java) S 6638 6641 5719 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 103051891 10916917248 10197 33554432000 4194304 4196468 140736788540720 139788155538192 139788551026389 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29507584 140736788542637 140736788542729 140736788542729 140736788545487 0
[pid=6641/tid=6647] ppid=6638 vsize=10661052 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/6641/task/6647/stat : 6647 (java) S 6638 6641 5719 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 103051891 10916917248 10197 33554432000 4194304 4196468 140736788540720 139788154485648 139788551026389 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29507584 140736788542637 140736788542729 140736788542729 140736788545487 0
[pid=6641/tid=6648] ppid=6638 vsize=10661052 memory=140396240352896 CPUtime=0 cores=1,3,5,7
/proc/6641/task/6648/stat : 6648 (java) S 6638 6641 5719 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 103051893 10916917248 10197 33554432000 4194304 4196468 140736788540720 139787587123440 139788551027330 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29507584 140736788542637 140736788542729 140736788542729 140736788545487 0
[pid=6641/tid=6649] ppid=6638 vsize=10661052 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/6641/task/6649/stat : 6649 (java) S 6638 6641 5719 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 103051893 10916917248 10197 33554432000 4194304 4196468 140736788540720 139787586069664 139788551026389 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29507584 140736788542637 140736788542729 140736788542729 140736788545487 0
[pid=6641/tid=6650] ppid=6638 vsize=10661052 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6641/task/6650/stat : 6650 (java) S 6638 6641 5719 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 103051893 10916917248 10197 33554432000 4194304 4196468 140736788540720 139787585016560 139788551026389 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29507584 140736788542637 140736788542729 140736788542729 140736788545487 0
[pid=6641/tid=6651] ppid=6638 vsize=10661052 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6641/task/6651/stat : 6651 (java) S 6638 6641 5719 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 103051896 10916917248 10197 33554432000 4194304 4196468 140736788540720 139787583965136 139788551034779 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29507584 140736788542637 140736788542729 140736788542729 140736788545487 0
[pid=6641/tid=6652] ppid=6638 vsize=10661052 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/6641/task/6652/stat : 6652 (java) R 6638 6641 5719 0 -1 4202560 567 0 0 0 3 0 0 0 20 0 15 0 103051896 10916917248 10197 33554432000 4194304 4196468 140736788540720 139787582904720 139788535898149 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 29507584 140736788542637 140736788542729 140736788542729 140736788545487 0
[pid=6641/tid=6653] ppid=6638 vsize=10661052 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/6641/task/6653/stat : 6653 (java) R 6638 6641 5719 0 -1 1077944384 315 0 0 0 1 0 0 0 20 0 15 0 103051896 10916917248 10197 33554432000 4194304 4196468 140736788540720 139787581860816 139788551026389 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 29507584 140736788542637 140736788542729 140736788542729 140736788545487 0
[pid=6641/tid=6654] ppid=6638 vsize=10661052 memory=140396240352896 CPUtime=0.08 cores=1,3,5,7
/proc/6641/task/6654/stat : 6654 (java) R 6638 6641 5719 0 -1 4202560 877 0 0 0 8 0 0 0 20 0 15 0 103051896 10916917248 10197 33554432000 4194304 4196468 140736788540720 139787580802928 139788532244047 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 29507584 140736788542637 140736788542729 140736788542729 140736788545487 0
[pid=6641/tid=6655] ppid=6638 vsize=10661052 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/6641/task/6655/stat : 6655 (java) S 6638 6641 5719 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 103051896 10916917248 10197 33554432000 4194304 4196468 140736788540720 139787579755360 139788551026389 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29507584 140736788542637 140736788542729 140736788542729 140736788545487 0
[pid=6641/tid=6656] ppid=6638 vsize=10661052 memory=140396240352896 CPUtime=0 cores=1,3,5,7
/proc/6641/task/6656/stat : 6656 (java) S 6638 6641 5719 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 103051896 10916917248 10197 33554432000 4194304 4196468 140736788540720 139787578702384 139788551027330 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29507584 140736788542637 140736788542729 140736788542729 140736788545487 0
Current children cumulated CPU time: 0.35 s
Current children cumulated vsize: 10661052 KiB
Current children cumulated memory: 40788 KiB

[startup+0.311045 s]*
/proc/loadavg: 1.55 1.36 1.35 6/217 6656
/proc/meminfo: memFree=26013308/32770624 swapFree=67028644/67108860
[pid=6641] ppid=6638 vsize=10661128 memory=47652 CPUtime=0.61 cores=1,3,5,7
/proc/6641/stat : 6641 (java) S 6638 6641 5719 0 -1 1077944320 9031 0 0 0 60 1 0 0 20 0 15 0 103051890 10916995072 11913 33554432000 4194304 4196468 140736788540720 140736788523264 139788551016183 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 29507584 140736788542637 140736788542729 140736788542729 140736788545487 0
/proc/6641/statm: 2665282 11913 3077 1 0 2627263 0
[pid=6641/tid=6643] ppid=6638 vsize=10661128 memory=7022364594140610616 CPUtime=0.3 cores=1,3,5,7
/proc/6641/task/6643/stat : 6643 (java) R 6638 6641 5719 0 -1 4202560 5445 0 0 0 29 1 0 0 20 0 15 0 103051890 10916995072 11913 33554432000 4194304 4196468 140736788540720 139788555252752 139788183256979 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 29507584 140736788542637 140736788542729 140736788542729 140736788545487 0
[pid=6641/tid=6644] ppid=6638 vsize=10661128 memory=4294976237 CPUtime=0 cores=1,3,5,7
/proc/6641/task/6644/stat : 6644 (java) S 6638 6641 5719 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 103051891 10916995072 11913 33554432000 4194304 4196468 140736788540720 139788503637008 139788551026389 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29507584 140736788542637 140736788542729 140736788542729 140736788545487 0
[pid=6641/tid=6645] ppid=6638 vsize=10661128 memory=140396240967488 CPUtime=0 cores=1,3,5,7
/proc/6641/task/6645/stat : 6645 (java) S 6638 6641 5719 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 103051891 10916995072 11913 33554432000 4194304 4196468 140736788540720 139788156591248 139788551026389 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29507584 140736788542637 140736788542729 140736788542729 140736788545487 0
[pid=6641/tid=6646] ppid=6638 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6641/task/6646/stat : 6646 (java) S 6638 6641 5719 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 103051891 10916995072 11913 33554432000 4194304 4196468 140736788540720 139788155538192 139788551026389 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29507584 140736788542637 140736788542729 140736788542729 140736788545487 0
[pid=6641/tid=6647] ppid=6638 vsize=10661128 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/6641/task/6647/stat : 6647 (java) S 6638 6641 5719 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 103051891 10916995072 11913 33554432000 4194304 4196468 140736788540720 139788154485648 139788551026389 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29507584 140736788542637 140736788542729 140736788542729 140736788545487 0
[pid=6641/tid=6648] ppid=6638 vsize=10661128 memory=140396240352896 CPUtime=0 cores=1,3,5,7
/proc/6641/task/6648/stat : 6648 (java) S 6638 6641 5719 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 103051893 10916995072 11913 33554432000 4194304 4196468 140736788540720 139787587123440 139788551027330 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29507584 140736788542637 140736788542729 140736788542729 140736788545487 0
[pid=6641/tid=6649] ppid=6638 vsize=10661128 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/6641/task/6649/stat : 6649 (java) S 6638 6641 5719 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 103051893 10916995072 11913 33554432000 4194304 4196468 140736788540720 139787586069664 139788551026389 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29507584 140736788542637 140736788542729 140736788542729 140736788545487 0
[pid=6641/tid=6650] ppid=6638 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6641/task/6650/stat : 6650 (java) S 6638 6641 5719 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 103051893 10916995072 11913 33554432000 4194304 4196468 140736788540720 139787585016560 139788551026389 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29507584 140736788542637 140736788542729 140736788542729 140736788545487 0
[pid=6641/tid=6651] ppid=6638 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6641/task/6651/stat : 6651 (java) S 6638 6641 5719 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 103051896 10916995072 11913 33554432000 4194304 4196468 140736788540720 139787583965136 139788551034779 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29507584 140736788542637 140736788542729 140736788542729 140736788545487 0
[pid=6641/tid=6652] ppid=6638 vsize=10661128 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/6641/task/6652/stat : 6652 (java) R 6638 6641 5719 0 -1 4202560 697 0 0 0 8 0 0 0 20 0 15 0 103051896 10916995072 11913 33554432000 4194304 4196468 140736788540720 139787582904096 139788531652016 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 29507584 140736788542637 140736788542729 140736788542729 140736788545487 0
[pid=6641/tid=6653] ppid=6638 vsize=10661128 memory=-1 CPUtime=0.05 cores=1,3,5,7
/proc/6641/task/6653/stat : 6653 (java) R 6638 6641 5719 0 -1 4202560 479 0 0 0 5 0 0 0 20 0 15 0 103051896 10916995072 11913 33554432000 4194304 4196468 140736788540720 139787581846744 139788530272971 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 29507584 140736788542637 140736788542729 140736788542729 140736788545487 0
[pid=6641/tid=6654] ppid=6638 vsize=10661128 memory=140396240352896 CPUtime=0.17 cores=1,3,5,7
/proc/6641/task/6654/stat : 6654 (java) R 6638 6641 5719 0 -1 4202560 1040 0 0 0 17 0 0 0 20 0 15 0 103051896 10916995072 11913 33554432000 4194304 4196468 140736788540720 139787580803632 139788544113019 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 29507584 140736788542637 140736788542729 140736788542729 140736788545487 0
[pid=6641/tid=6655] ppid=6638 vsize=10661128 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/6641/task/6655/stat : 6655 (java) S 6638 6641 5719 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 103051896 10916995072 11913 33554432000 4194304 4196468 140736788540720 139787579755360 139788551026389 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29507584 140736788542637 140736788542729 140736788542729 140736788545487 0
[pid=6641/tid=6656] ppid=6638 vsize=10661128 memory=140396240352896 CPUtime=0 cores=1,3,5,7
/proc/6641/task/6656/stat : 6656 (java) S 6638 6641 5719 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 103051896 10916995072 11913 33554432000 4194304 4196468 140736788540720 139787578702384 139788551027330 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29507584 140736788542637 140736788542729 140736788542729 140736788545487 0
Current children cumulated CPU time: 0.61 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 47652 KiB

[startup+0.700779 s]
/proc/loadavg: 1.55 1.36 1.35 6/217 6656
/proc/meminfo: memFree=25890188/32770624 swapFree=67028644/67108860
[pid=6641] ppid=6638 vsize=10661128 memory=121104 CPUtime=1.87 cores=1,3,5,7
/proc/6641/stat : 6641 (java) S 6638 6641 5719 0 -1 1077944320 11619 0 0 0 183 4 0 0 20 0 15 0 103051890 10916995072 30276 33554432000 4194304 4196468 140736788540720 140736788523264 139788551016183 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 29507584 140736788542637 140736788542729 140736788542729 140736788545487 0
/proc/6641/statm: 2665282 30276 3115 1 0 2627263 0
[pid=6641/tid=6643] ppid=6638 vsize=10661128 memory=168949048159575 CPUtime=0.67 cores=1,3,5,7
/proc/6641/task/6643/stat : 6643 (java) R 6638 6641 5719 0 -1 4202560 5703 0 0 0 64 3 0 0 20 0 15 0 103051890 10916995072 30276 33554432000 4194304 4196468 140736788540720 139788555254192 139788530075983 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 29507584 140736788542637 140736788542729 140736788542729 140736788545487 0
[pid=6641/tid=6644] ppid=6638 vsize=10661128 memory=602509 CPUtime=0 cores=1,3,5,7
/proc/6641/task/6644/stat : 6644 (java) S 6638 6641 5719 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 103051891 10916995072 30276 33554432000 4194304 4196468 140736788540720 139788503637008 139788551026389 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29507584 140736788542637 140736788542729 140736788542729 140736788545487 0
[pid=6641/tid=6645] ppid=6638 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6641/task/6645/stat : 6645 (java) S 6638 6641 5719 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 103051891 10916995072 30276 33554432000 4194304 4196468 140736788540720 139788156591248 139788551026389 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29507584 140736788542637 140736788542729 140736788542729 140736788545487 0
[pid=6641/tid=6646] ppid=6638 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6641/task/6646/stat : 6646 (java) S 6638 6641 5719 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 103051891 10916995072 30276 33554432000 4194304 4196468 140736788540720 139788155538192 139788551026389 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29507584 140736788542637 140736788542729 140736788542729 140736788545487 0
[pid=6641/tid=6647] ppid=6638 vsize=10661128 memory=7809523229951467572 CPUtime=0 cores=1,3,5,7
/proc/6641/task/6647/stat : 6647 (java) S 6638 6641 5719 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 103051891 10916995072 30276 33554432000 4194304 4196468 140736788540720 139788154485648 139788551026389 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29507584 140736788542637 140736788542729 140736788542729 140736788545487 0
[pid=6641/tid=6648] ppid=6638 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6641/task/6648/stat : 6648 (java) S 6638 6641 5719 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 103051893 10916995072 30276 33554432000 4194304 4196468 140736788540720 139787587123440 139788551027330 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29507584 140736788542637 140736788542729 140736788542729 140736788545487 0
[pid=6641/tid=6649] ppid=6638 vsize=10661128 memory=-3472574513799858009 CPUtime=0 cores=1,3,5,7
/proc/6641/task/6649/stat : 6649 (java) S 6638 6641 5719 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 103051893 10916995072 30276 33554432000 4194304 4196468 140736788540720 139787586069664 139788551026389 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29507584 140736788542637 140736788542729 140736788542729 140736788545487 0
[pid=6641/tid=6650] ppid=6638 vsize=10661128 memory=6944656592387989600 CPUtime=0 cores=1,3,5,7
/proc/6641/task/6650/stat : 6650 (java) S 6638 6641 5719 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 103051893 10916995072 30276 33554432000 4194304 4196468 140736788540720 139787585016560 139788551026389 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29507584 140736788542637 140736788542729 140736788542729 140736788545487 0
[pid=6641/tid=6651] ppid=6638 vsize=10661128 memory=6944656592387989600 CPUtime=0 cores=1,3,5,7
/proc/6641/task/6651/stat : 6651 (java) S 6638 6641 5719 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 103051896 10916995072 30276 33554432000 4194304 4196468 140736788540720 139787583965136 139788551034779 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29507584 140736788542637 140736788542729 140736788542729 140736788545487 0
[pid=6641/tid=6652] ppid=6638 vsize=10661128 memory=0 CPUtime=0.45 cores=1,3,5,7
/proc/6641/task/6652/stat : 6652 (java) R 6638 6641 5719 0 -1 4202560 1607 0 0 0 45 0 0 0 20 0 15 0 103051896 10916995072 30276 33554432000 4194304 4196468 140736788540720 139787582900816 139788530268772 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 29507584 140736788542637 140736788542729 140736788542729 140736788545487 0
[pid=6641/tid=6653] ppid=6638 vsize=10661128 memory=0 CPUtime=0.39 cores=1,3,5,7
/proc/6641/task/6653/stat : 6653 (java) R 6638 6641 5719 0 -1 4202560 1269 0 0 0 39 0 0 0 20 0 15 0 103051896 10916995072 30276 33554432000 4194304 4196468 140736788540720 139787581852048 139788530205632 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 29507584 140736788542637 140736788542729 140736788542729 140736788545487 0
[pid=6641/tid=6654] ppid=6638 vsize=10661128 memory=0 CPUtime=0.32 cores=1,3,5,7
/proc/6641/task/6654/stat : 6654 (java) S 6638 6641 5719 0 -1 1077944384 1668 0 0 0 32 0 0 0 20 0 15 0 103051896 10916995072 30276 33554432000 4194304 4196468 140736788540720 139787580807664 139788551027330 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29507584 140736788542637 140736788542729 140736788542729 140736788545487 0
[pid=6641/tid=6655] ppid=6638 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6641/task/6655/stat : 6655 (java) S 6638 6641 5719 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 103051896 10916995072 30276 33554432000 4194304 4196468 140736788540720 139787579755360 139788551026389 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29507584 140736788542637 140736788542729 140736788542729 140736788545487 0
[pid=6641/tid=6656] ppid=6638 vsize=10661128 memory=3604 CPUtime=0 cores=1,3,5,7
/proc/6641/task/6656/stat : 6656 (java) S 6638 6641 5719 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 103051896 10916995072 30276 33554432000 4194304 4196468 140736788540720 139787578702384 139788551027330 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29507584 140736788542637 140736788542729 140736788542729 140736788545487 0
Current children cumulated CPU time: 1.87 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 121104 KiB

[startup+1.50081 s]
/proc/loadavg: 1.55 1.36 1.35 5/217 6656
/proc/meminfo: memFree=25609752/32770624 swapFree=67028644/67108860
[pid=6641] ppid=6638 vsize=10661128 memory=195232 CPUtime=3.47 cores=1,3,5,7
/proc/6641/stat : 6641 (java) S 6638 6641 5719 0 -1 1077944320 16598 0 0 0 341 6 0 0 20 0 15 0 103051890 10916995072 48808 33554432000 4194304 4196468 140736788540720 140736788523264 139788551016183 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 29507584 140736788542637 140736788542729 140736788542729 140736788545487 0
/proc/6641/statm: 2665282 48808 3144 1 0 2627263 0
[pid=6641/tid=6643] ppid=6638 vsize=10661128 memory=9169 CPUtime=1.46 cores=1,3,5,7
/proc/6641/task/6643/stat : 6643 (java) R 6638 6641 5719 0 -1 4202560 5917 0 0 0 142 4 0 0 20 0 15 0 103051890 10916995072 48808 33554432000 4194304 4196468 140736788540720 139788555253224 139788187038482 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 29507584 140736788542637 140736788542729 140736788542729 140736788545487 0
[pid=6641/tid=6644] ppid=6638 vsize=10661128 memory=8112282956445269571 CPUtime=0 cores=1,3,5,7
/proc/6641/task/6644/stat : 6644 (java) S 6638 6641 5719 0 -1 1077944384 37 0 0 0 0 0 0 0 20 0 15 0 103051891 10916995072 48808 33554432000 4194304 4196468 140736788540720 139788503637008 139788551026389 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29507584 140736788542637 140736788542729 140736788542729 140736788545487 0
[pid=6641/tid=6645] ppid=6638 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6641/task/6645/stat : 6645 (java) S 6638 6641 5719 0 -1 1077944384 152 0 0 0 0 0 0 0 20 0 15 0 103051891 10916995072 48808 33554432000 4194304 4196468 140736788540720 139788156591248 139788551026389 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29507584 140736788542637 140736788542729 140736788542729 140736788545487 0
[pid=6641/tid=6646] ppid=6638 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6641/task/6646/stat : 6646 (java) S 6638 6641 5719 0 -1 1077944384 75 0 0 0 0 0 0 0 20 0 15 0 103051891 10916995072 48808 33554432000 4194304 4196468 140736788540720 139788155538192 139788551026389 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29507584 140736788542637 140736788542729 140736788542729 140736788545487 0
[pid=6641/tid=6647] ppid=6638 vsize=10661128 memory=6943526294502006880 CPUtime=0 cores=1,3,5,7
/proc/6641/task/6647/stat : 6647 (java) S 6638 6641 5719 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 103051891 10916995072 48808 33554432000 4194304 4196468 140736788540720 139788154485648 139788551026389 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29507584 140736788542637 140736788542729 140736788542729 140736788545487 0
[pid=6641/tid=6648] ppid=6638 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6641/task/6648/stat : 6648 (java) S 6638 6641 5719 0 -1 1077944384 214 0 0 0 0 0 0 0 20 0 15 0 103051893 10916995072 48808 33554432000 4194304 4196468 140736788540720 139787587123440 139788551027330 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29507584 140736788542637 140736788542729 140736788542729 140736788545487 0

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


[startup+409.601 s]
/proc/loadavg: 1.36 1.37 1.35 3/215 6662
/proc/meminfo: memFree=25356568/32770624 swapFree=67028644/67108860
[pid=6641] ppid=6638 vsize=10661128 memory=369360 CPUtime=416.34 cores=1,3,5,7
/proc/6641/stat : 6641 (java) S 6638 6641 5719 0 -1 1077944320 32479 0 0 0 41537 97 0 0 20 0 15 0 103051890 10916995072 92340 33554432000 4194304 4196468 140736788540720 140736788523264 139788551016183 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 29507584 140736788542637 140736788542729 140736788542729 140736788545487 0
/proc/6641/statm: 2665282 92340 3150 1 0 2627263 0
[pid=6641/tid=6643] ppid=6638 vsize=10661128 memory=1828 CPUtime=404.89 cores=1,3,5,7
/proc/6641/task/6643/stat : 6643 (java) R 6638 6641 5719 0 -1 4202560 11695 0 0 0 40477 12 0 0 20 0 15 0 103051890 10916995072 92340 33554432000 4194304 4196468 140736788540720 139788555255776 139788187039231 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 29507584 140736788542637 140736788542729 140736788542729 140736788545487 0
[pid=6641/tid=6644] ppid=6638 vsize=10661128 memory=800 CPUtime=1.7 cores=1,3,5,7
/proc/6641/task/6644/stat : 6644 (java) S 6638 6641 5719 0 -1 1077944384 847 0 0 0 148 22 0 0 20 0 15 0 103051891 10916995072 92340 33554432000 4194304 4196468 140736788540720 139788503637008 139788551026389 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29507584 140736788542637 140736788542729 140736788542729 140736788545487 0
[pid=6641/tid=6645] ppid=6638 vsize=10661128 memory=3544 CPUtime=1.7 cores=1,3,5,7
/proc/6641/task/6645/stat : 6645 (java) S 6638 6641 5719 0 -1 1077944384 799 0 0 0 148 22 0 0 20 0 15 0 103051891 10916995072 92340 33554432000 4194304 4196468 140736788540720 139788156591248 139788551026389 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29507584 140736788542637 140736788542729 140736788542729 140736788545487 0
[pid=6641/tid=6646] ppid=6638 vsize=10661128 memory=26148 CPUtime=1.7 cores=1,3,5,7
/proc/6641/task/6646/stat : 6646 (java) S 6638 6641 5719 0 -1 1077944384 1287 0 0 0 147 23 0 0 20 0 15 0 103051891 10916995072 92340 33554432000 4194304 4196468 140736788540720 139788155538192 139788551026389 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29507584 140736788542637 140736788542729 140736788542729 140736788545487 0
[pid=6641/tid=6647] ppid=6638 vsize=10661128 memory=776 CPUtime=1.69 cores=1,3,5,7
/proc/6641/task/6647/stat : 6647 (java) S 6638 6641 5719 0 -1 1077944384 1195 0 0 0 147 22 0 0 20 0 15 0 103051891 10916995072 92340 33554432000 4194304 4196468 140736788540720 139788154485648 139788551026389 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29507584 140736788542637 140736788542729 140736788542729 140736788545487 0
[pid=6641/tid=6648] ppid=6638 vsize=10661128 memory=367312 CPUtime=2.22 cores=1,3,5,7
/proc/6641/task/6648/stat : 6648 (java) S 6638 6641 5719 0 -1 1077944384 2016 0 0 0 204 18 0 0 20 0 15 0 103051893 10916995072 92340 33554432000 4194304 4196468 140736788540720 139787587123440 139788551027330 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29507584 140736788542637 140736788542729 140736788542729 140736788545487 0
[pid=6641/tid=6649] ppid=6638 vsize=10661128 memory=1008 CPUtime=0 cores=1,3,5,7
/proc/6641/task/6649/stat : 6649 (java) S 6638 6641 5719 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 103051893 10916995072 92340 33554432000 4194304 4196468 140736788540720 139787586069664 139788551026389 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29507584 140736788542637 140736788542729 140736788542729 140736788545487 0
[pid=6641/tid=6650] ppid=6638 vsize=10661128 memory=15316 CPUtime=0 cores=1,3,5,7
/proc/6641/task/6650/stat : 6650 (java) S 6638 6641 5719 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 103051893 10916995072 92340 33554432000 4194304 4196468 140736788540720 139787585016560 139788551026389 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29507584 140736788542637 140736788542729 140736788542729 140736788545487 0
[pid=6641/tid=6651] ppid=6638 vsize=10661128 memory=288230591722422566 CPUtime=0 cores=1,3,5,7
/proc/6641/task/6651/stat : 6651 (java) S 6638 6641 5719 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 103051896 10916995072 92340 33554432000 4194304 4196468 140736788540720 139787583965136 139788551034779 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29507584 140736788542637 140736788542729 140736788542729 140736788545487 0
[pid=6641/tid=6652] ppid=6638 vsize=10661128 memory=360836 CPUtime=0.94 cores=1,3,5,7
/proc/6641/task/6652/stat : 6652 (java) S 6638 6641 5719 0 -1 1077944384 6655 0 0 0 94 0 0 0 20 0 15 0 103051896 10916995072 92340 33554432000 4194304 4196468 140736788540720 139787582913264 139788551027330 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29507584 140736788542637 140736788542729 140736788542729 140736788545487 0
[pid=6641/tid=6653] ppid=6638 vsize=10661128 memory=360836 CPUtime=0.81 cores=1,3,5,7
/proc/6641/task/6653/stat : 6653 (java) S 6638 6641 5719 0 -1 1077944384 3929 0 0 0 81 0 0 0 20 0 15 0 103051896 10916995072 92340 33554432000 4194304 4196468 140736788540720 139787581860720 139788551027330 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29507584 140736788542637 140736788542729 140736788542729 140736788545487 0
[pid=6641/tid=6654] ppid=6638 vsize=10661128 memory=1828 CPUtime=0.35 cores=1,3,5,7
/proc/6641/task/6654/stat : 6654 (java) S 6638 6641 5719 0 -1 1077944384 2473 0 0 0 35 0 0 0 20 0 15 0 103051896 10916995072 92340 33554432000 4194304 4196468 140736788540720 139787580807664 139788551027330 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29507584 140736788542637 140736788542729 140736788542729 140736788545487 0
[pid=6641/tid=6655] ppid=6638 vsize=10661128 memory=800 CPUtime=0 cores=1,3,5,7
/proc/6641/task/6655/stat : 6655 (java) S 6638 6641 5719 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 103051896 10916995072 92340 33554432000 4194304 4196468 140736788540720 139787579755360 139788551026389 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29507584 140736788542637 140736788542729 140736788542729 140736788545487 0
[pid=6641/tid=6656] ppid=6638 vsize=10661128 memory=5220 CPUtime=0.25 cores=1,3,5,7
/proc/6641/task/6656/stat : 6656 (java) S 6638 6641 5719 0 -1 1077944384 222 0 0 0 11 14 0 0 20 0 15 0 103051896 10916995072 92340 33554432000 4194304 4196468 140736788540720 139787578702384 139788551027330 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29507584 140736788542637 140736788542729 140736788542729 140736788545487 0
Current children cumulated CPU time: 416.34 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 369360 KiB

[startup+412.801 s]
/proc/loadavg: 1.36 1.37 1.35 3/215 6662
/proc/meminfo: memFree=25356568/32770624 swapFree=67028644/67108860
[pid=6641] ppid=6638 vsize=10661128 memory=369360 CPUtime=419.58 cores=1,3,5,7
/proc/6641/stat : 6641 (java) S 6638 6641 5719 0 -1 1077944320 32516 0 0 0 41860 98 0 0 20 0 15 0 103051890 10916995072 92340 33554432000 4194304 4196468 140736788540720 140736788523264 139788551016183 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 29507584 140736788542637 140736788542729 140736788542729 140736788545487 0
/proc/6641/statm: 2665282 92340 3150 1 0 2627263 0
[pid=6641/tid=6643] ppid=6638 vsize=10661128 memory=13352 CPUtime=408.05 cores=1,3,5,7
/proc/6641/task/6643/stat : 6643 (java) R 6638 6641 5719 0 -1 4202560 11728 0 0 0 40793 12 0 0 20 0 15 0 103051890 10916995072 92340 33554432000 4194304 4196468 140736788540720 139788555255664 139788187039515 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 29507584 140736788542637 140736788542729 140736788542729 140736788545487 0
[pid=6641/tid=6644] ppid=6638 vsize=10661128 memory=15128 CPUtime=1.72 cores=1,3,5,7
/proc/6641/task/6644/stat : 6644 (java) S 6638 6641 5719 0 -1 1077944384 848 0 0 0 149 23 0 0 20 0 15 0 103051891 10916995072 92340 33554432000 4194304 4196468 140736788540720 139788503637008 139788551026389 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29507584 140736788542637 140736788542729 140736788542729 140736788545487 0
[pid=6641/tid=6645] ppid=6638 vsize=10661128 memory=30698345859562 CPUtime=1.71 cores=1,3,5,7
/proc/6641/task/6645/stat : 6645 (java) S 6638 6641 5719 0 -1 1077944384 800 0 0 0 149 22 0 0 20 0 15 0 103051891 10916995072 92340 33554432000 4194304 4196468 140736788540720 139788156591248 139788551026389 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29507584 140736788542637 140736788542729 140736788542729 140736788545487 0
[pid=6641/tid=6646] ppid=6638 vsize=10661128 memory=30698345859562 CPUtime=1.72 cores=1,3,5,7
/proc/6641/task/6646/stat : 6646 (java) S 6638 6641 5719 0 -1 1077944384 1288 0 0 0 149 23 0 0 20 0 15 0 103051891 10916995072 92340 33554432000 4194304 4196468 140736788540720 139788155538192 139788551026389 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29507584 140736788542637 140736788542729 140736788542729 140736788545487 0
[pid=6641/tid=6647] ppid=6638 vsize=10661128 memory=30698345859306 CPUtime=1.71 cores=1,3,5,7
/proc/6641/task/6647/stat : 6647 (java) S 6638 6641 5719 0 -1 1077944384 1196 0 0 0 149 22 0 0 20 0 15 0 103051891 10916995072 92340 33554432000 4194304 4196468 140736788540720 139788154485648 139788551026389 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29507584 140736788542637 140736788542729 140736788542729 140736788545487 0
[pid=6641/tid=6648] ppid=6638 vsize=10661128 memory=12772 CPUtime=2.24 cores=1,3,5,7
/proc/6641/task/6648/stat : 6648 (java) S 6638 6641 5719 0 -1 1077944384 2016 0 0 0 206 18 0 0 20 0 15 0 103051893 10916995072 92340 33554432000 4194304 4196468 140736788540720 139787587123440 139788551027330 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29507584 140736788542637 140736788542729 140736788542729 140736788545487 0
[pid=6641/tid=6649] ppid=6638 vsize=10661128 memory=1332 CPUtime=0 cores=1,3,5,7
/proc/6641/task/6649/stat : 6649 (java) S 6638 6641 5719 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 103051893 10916995072 92340 33554432000 4194304 4196468 140736788540720 139787586069664 139788551026389 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29507584 140736788542637 140736788542729 140736788542729 140736788545487 0
[pid=6641/tid=6650] ppid=6638 vsize=10661128 memory=1508 CPUtime=0 cores=1,3,5,7
/proc/6641/task/6650/stat : 6650 (java) S 6638 6641 5719 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 103051893 10916995072 92340 33554432000 4194304 4196468 140736788540720 139787585016560 139788551026389 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29507584 140736788542637 140736788542729 140736788542729 140736788545487 0
[pid=6641/tid=6651] ppid=6638 vsize=10661128 memory=365140 CPUtime=0 cores=1,3,5,7
/proc/6641/task/6651/stat : 6651 (java) S 6638 6641 5719 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 103051896 10916995072 92340 33554432000 4194304 4196468 140736788540720 139787583965136 139788551034779 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29507584 140736788542637 140736788542729 140736788542729 140736788545487 0
[pid=6641/tid=6652] ppid=6638 vsize=10661128 memory=360836 CPUtime=0.94 cores=1,3,5,7
/proc/6641/task/6652/stat : 6652 (java) S 6638 6641 5719 0 -1 1077944384 6655 0 0 0 94 0 0 0 20 0 15 0 103051896 10916995072 92340 33554432000 4194304 4196468 140736788540720 139787582913264 139788551027330 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29507584 140736788542637 140736788542729 140736788542729 140736788545487 0
[pid=6641/tid=6653] ppid=6638 vsize=10661128 memory=360836 CPUtime=0.81 cores=1,3,5,7
/proc/6641/task/6653/stat : 6653 (java) S 6638 6641 5719 0 -1 1077944384 3929 0 0 0 81 0 0 0 20 0 15 0 103051896 10916995072 92340 33554432000 4194304 4196468 140736788540720 139787581860720 139788551027330 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29507584 140736788542637 140736788542729 140736788542729 140736788545487 0
[pid=6641/tid=6654] ppid=6638 vsize=10661128 memory=8112282956445269571 CPUtime=0.35 cores=1,3,5,7
/proc/6641/task/6654/stat : 6654 (java) S 6638 6641 5719 0 -1 1077944384 2473 0 0 0 35 0 0 0 20 0 15 0 103051896 10916995072 92340 33554432000 4194304 4196468 140736788540720 139787580807664 139788551027330 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29507584 140736788542637 140736788542729 140736788542729 140736788545487 0
[pid=6641/tid=6655] ppid=6638 vsize=10661128 memory=13352 CPUtime=0 cores=1,3,5,7
/proc/6641/task/6655/stat : 6655 (java) S 6638 6641 5719 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 103051896 10916995072 92340 33554432000 4194304 4196468 140736788540720 139787579755360 139788551026389 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29507584 140736788542637 140736788542729 140736788542729 140736788545487 0
[pid=6641/tid=6656] ppid=6638 vsize=10661128 memory=15128 CPUtime=0.25 cores=1,3,5,7
/proc/6641/task/6656/stat : 6656 (java) S 6638 6641 5719 0 -1 1077944384 222 0 0 0 11 14 0 0 20 0 15 0 103051896 10916995072 92340 33554432000 4194304 4196468 140736788540720 139787578702384 139788551027330 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29507584 140736788542637 140736788542729 140736788542729 140736788545487 0
Current children cumulated CPU time: 419.58 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 369360 KiB

[startup+413.601 s]
/proc/loadavg: 1.41 1.38 1.35 3/215 6662
/proc/meminfo: memFree=25356568/32770624 swapFree=67028644/67108860
[pid=6641] ppid=6638 vsize=10661128 memory=369360 CPUtime=420.39 cores=1,3,5,7
/proc/6641/stat : 6641 (java) S 6638 6641 5719 0 -1 1077944320 32525 0 0 0 41941 98 0 0 20 0 15 0 103051890 10916995072 92340 33554432000 4194304 4196468 140736788540720 140736788523264 139788551016183 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 29507584 140736788542637 140736788542729 140736788542729 140736788545487 0
/proc/6641/statm: 2665282 92340 3150 1 0 2627263 0
[pid=6641/tid=6643] ppid=6638 vsize=10661128 memory=369360 CPUtime=408.83 cores=1,3,5,7
/proc/6641/task/6643/stat : 6643 (java) R 6638 6641 5719 0 -1 4202560 11737 0 0 0 40871 12 0 0 20 0 15 0 103051890 10916995072 92340 33554432000 4194304 4196468 140736788540720 139788555255776 139788183479880 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 29507584 140736788542637 140736788542729 140736788542729 140736788545487 0
[pid=6641/tid=6644] ppid=6638 vsize=10661128 memory=365140 CPUtime=1.73 cores=1,3,5,7
/proc/6641/task/6644/stat : 6644 (java) S 6638 6641 5719 0 -1 1077944384 848 0 0 0 150 23 0 0 20 0 15 0 103051891 10916995072 92340 33554432000 4194304 4196468 140736788540720 139788503637008 139788551026389 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29507584 140736788542637 140736788542729 140736788542729 140736788545487 0
[pid=6641/tid=6645] ppid=6638 vsize=10661128 memory=365140 CPUtime=1.72 cores=1,3,5,7
/proc/6641/task/6645/stat : 6645 (java) S 6638 6641 5719 0 -1 1077944384 800 0 0 0 150 22 0 0 20 0 15 0 103051891 10916995072 92340 33554432000 4194304 4196468 140736788540720 139788156591248 139788551026389 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29507584 140736788542637 140736788542729 140736788542729 140736788545487 0
[pid=6641/tid=6646] ppid=6638 vsize=10661128 memory=3544 CPUtime=1.72 cores=1,3,5,7
/proc/6641/task/6646/stat : 6646 (java) S 6638 6641 5719 0 -1 1077944384 1288 0 0 0 149 23 0 0 20 0 15 0 103051891 10916995072 92340 33554432000 4194304 4196468 140736788540720 139788155538192 139788551026389 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29507584 140736788542637 140736788542729 140736788542729 140736788545487 0
[pid=6641/tid=6647] ppid=6638 vsize=10661128 memory=26148 CPUtime=1.71 cores=1,3,5,7
/proc/6641/task/6647/stat : 6647 (java) S 6638 6641 5719 0 -1 1077944384 1196 0 0 0 149 22 0 0 20 0 15 0 103051891 10916995072 92340 33554432000 4194304 4196468 140736788540720 139788154485648 139788551026389 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29507584 140736788542637 140736788542729 140736788542729 140736788545487 0
[pid=6641/tid=6648] ppid=6638 vsize=10661128 memory=776 CPUtime=2.25 cores=1,3,5,7
/proc/6641/task/6648/stat : 6648 (java) S 6638 6641 5719 0 -1 1077944384 2016 0 0 0 207 18 0 0 20 0 15 0 103051893 10916995072 92340 33554432000 4194304 4196468 140736788540720 139787587123440 139788551027330 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29507584 140736788542637 140736788542729 140736788542729 140736788545487 0
[pid=6641/tid=6649] ppid=6638 vsize=10661128 memory=8112282956445269571 CPUtime=0 cores=1,3,5,7
/proc/6641/task/6649/stat : 6649 (java) S 6638 6641 5719 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 103051893 10916995072 92340 33554432000 4194304 4196468 140736788540720 139787586069664 139788551026389 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29507584 140736788542637 140736788542729 140736788542729 140736788545487 0
[pid=6641/tid=6650] ppid=6638 vsize=10661128 memory=776 CPUtime=0 cores=1,3,5,7
/proc/6641/task/6650/stat : 6650 (java) S 6638 6641 5719 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 103051893 10916995072 92340 33554432000 4194304 4196468 140736788540720 139787585016560 139788551026389 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29507584 140736788542637 140736788542729 140736788542729 140736788545487 0
[pid=6641/tid=6651] ppid=6638 vsize=10661128 memory=1876 CPUtime=0 cores=1,3,5,7
/proc/6641/task/6651/stat : 6651 (java) S 6638 6641 5719 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 103051896 10916995072 92340 33554432000 4194304 4196468 140736788540720 139787583965136 139788551034779 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29507584 140736788542637 140736788542729 140736788542729 140736788545487 0
[pid=6641/tid=6652] ppid=6638 vsize=10661128 memory=1664 CPUtime=0.94 cores=1,3,5,7
/proc/6641/task/6652/stat : 6652 (java) S 6638 6641 5719 0 -1 1077944384 6655 0 0 0 94 0 0 0 20 0 15 0 103051896 10916995072 92340 33554432000 4194304 4196468 140736788540720 139787582913264 139788551027330 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29507584 140736788542637 140736788542729 140736788542729 140736788545487 0
[pid=6641/tid=6653] ppid=6638 vsize=10661128 memory=1828 CPUtime=0.81 cores=1,3,5,7
/proc/6641/task/6653/stat : 6653 (java) S 6638 6641 5719 0 -1 1077944384 3929 0 0 0 81 0 0 0 20 0 15 0 103051896 10916995072 92340 33554432000 4194304 4196468 140736788540720 139787581860720 139788551027330 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29507584 140736788542637 140736788542729 140736788542729 140736788545487 0
[pid=6641/tid=6654] ppid=6638 vsize=10661128 memory=800 CPUtime=0.35 cores=1,3,5,7
/proc/6641/task/6654/stat : 6654 (java) S 6638 6641 5719 0 -1 1077944384 2473 0 0 0 35 0 0 0 20 0 15 0 103051896 10916995072 92340 33554432000 4194304 4196468 140736788540720 139787580807664 139788551027330 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29507584 140736788542637 140736788542729 140736788542729 140736788545487 0
[pid=6641/tid=6655] ppid=6638 vsize=10661128 memory=5220 CPUtime=0 cores=1,3,5,7
/proc/6641/task/6655/stat : 6655 (java) S 6638 6641 5719 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 103051896 10916995072 92340 33554432000 4194304 4196468 140736788540720 139787579755360 139788551026389 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29507584 140736788542637 140736788542729 140736788542729 140736788545487 0
[pid=6641/tid=6656] ppid=6638 vsize=10661128 memory=12772 CPUtime=0.25 cores=1,3,5,7
/proc/6641/task/6656/stat : 6656 (java) S 6638 6641 5719 0 -1 1077944384 222 0 0 0 11 14 0 0 20 0 15 0 103051896 10916995072 92340 33554432000 4194304 4196468 140736788540720 139787578702384 139788551027330 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29507584 140736788542637 140736788542729 140736788542729 140736788545487 0
Current children cumulated CPU time: 420.39 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 369360 KiB

[startup+414.001 s]*
/proc/loadavg: 1.41 1.38 1.35 3/215 6662
/proc/meminfo: memFree=25356568/32770624 swapFree=67028644/67108860
[pid=6641] ppid=6638 vsize=10661128 memory=369360 CPUtime=420.81 cores=1,3,5,7
/proc/6641/stat : 6641 (java) S 6638 6641 5719 0 -1 1077944320 32530 0 0 0 41983 98 0 0 20 0 15 0 103051890 10916995072 92340 33554432000 4194304 4196468 140736788540720 140736788523264 139788551016183 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 29507584 140736788542637 140736788542729 140736788542729 140736788545487 0
/proc/6641/statm: 2665282 92340 3150 1 0 2627263 0
[pid=6641/tid=6643] ppid=6638 vsize=10661128 memory=8112282956445269571 CPUtime=409.24 cores=1,3,5,7
/proc/6641/task/6643/stat : 6643 (java) R 6638 6641 5719 0 -1 4202560 11741 0 0 0 40912 12 0 0 20 0 15 0 103051890 10916995072 92340 33554432000 4194304 4196468 140736788540720 139788555255776 139788187038398 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 29507584 140736788542637 140736788542729 140736788542729 140736788545487 0
[pid=6641/tid=6644] ppid=6638 vsize=10661128 memory=4872558044660077418 CPUtime=1.73 cores=1,3,5,7
/proc/6641/task/6644/stat : 6644 (java) S 6638 6641 5719 0 -1 1077944384 849 0 0 0 150 23 0 0 20 0 15 0 103051891 10916995072 92340 33554432000 4194304 4196468 140736788540720 139788503637008 139788551026389 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29507584 140736788542637 140736788542729 140736788542729 140736788545487 0
[pid=6641/tid=6645] ppid=6638 vsize=10661128 memory=3008 CPUtime=1.72 cores=1,3,5,7
/proc/6641/task/6645/stat : 6645 (java) S 6638 6641 5719 0 -1 1077944384 800 0 0 0 150 22 0 0 20 0 15 0 103051891 10916995072 92340 33554432000 4194304 4196468 140736788540720 139788156591248 139788551026389 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29507584 140736788542637 140736788542729 140736788542729 140736788545487 0
[pid=6641/tid=6646] ppid=6638 vsize=10661128 memory=3544 CPUtime=1.72 cores=1,3,5,7
/proc/6641/task/6646/stat : 6646 (java) S 6638 6641 5719 0 -1 1077944384 1288 0 0 0 149 23 0 0 20 0 15 0 103051891 10916995072 92340 33554432000 4194304 4196468 140736788540720 139788155538192 139788551026389 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29507584 140736788542637 140736788542729 140736788542729 140736788545487 0
[pid=6641/tid=6647] ppid=6638 vsize=10661128 memory=26148 CPUtime=1.72 cores=1,3,5,7
/proc/6641/task/6647/stat : 6647 (java) S 6638 6641 5719 0 -1 1077944384 1196 0 0 0 150 22 0 0 20 0 15 0 103051891 10916995072 92340 33554432000 4194304 4196468 140736788540720 139788154485648 139788551026389 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29507584 140736788542637 140736788542729 140736788542729 140736788545487 0
[pid=6641/tid=6648] ppid=6638 vsize=10661128 memory=776 CPUtime=2.25 cores=1,3,5,7
/proc/6641/task/6648/stat : 6648 (java) S 6638 6641 5719 0 -1 1077944384 2016 0 0 0 207 18 0 0 20 0 15 0 103051893 10916995072 92340 33554432000 4194304 4196468 140736788540720 139787587123440 139788551027330 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29507584 140736788542637 140736788542729 140736788542729 140736788545487 0
[pid=6641/tid=6649] ppid=6638 vsize=10661128 memory=8112282956445269571 CPUtime=0 cores=1,3,5,7
/proc/6641/task/6649/stat : 6649 (java) S 6638 6641 5719 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 103051893 10916995072 92340 33554432000 4194304 4196468 140736788540720 139787586069664 139788551026389 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29507584 140736788542637 140736788542729 140736788542729 140736788545487 0
[pid=6641/tid=6650] ppid=6638 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6641/task/6650/stat : 6650 (java) S 6638 6641 5719 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 103051893 10916995072 92340 33554432000 4194304 4196468 140736788540720 139787585016560 139788551026389 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29507584 140736788542637 140736788542729 140736788542729 140736788545487 0
[pid=6641/tid=6651] ppid=6638 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/6641/task/6651/stat : 6651 (java) S 6638 6641 5719 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 103051896 10916995072 92340 33554432000 4194304 4196468 140736788540720 139787583965136 139788551034779 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29507584 140736788542637 140736788542729 140736788542729 140736788545487 0
[pid=6641/tid=6652] ppid=6638 vsize=10661128 memory=0 CPUtime=0.94 cores=1,3,5,7
/proc/6641/task/6652/stat : 6652 (java) S 6638 6641 5719 0 -1 1077944384 6655 0 0 0 94 0 0 0 20 0 15 0 103051896 10916995072 92340 33554432000 4194304 4196468 140736788540720 139787582913264 139788551027330 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29507584 140736788542637 140736788542729 140736788542729 140736788545487 0
[pid=6641/tid=6653] ppid=6638 vsize=10661128 memory=94 CPUtime=0.81 cores=1,3,5,7
/proc/6641/task/6653/stat : 6653 (java) S 6638 6641 5719 0 -1 1077944384 3929 0 0 0 81 0 0 0 20 0 15 0 103051896 10916995072 92340 33554432000 4194304 4196468 140736788540720 139787581860720 139788551027330 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29507584 140736788542637 140736788542729 140736788542729 140736788545487 0
[pid=6641/tid=6654] ppid=6638 vsize=10661128 memory=81 CPUtime=0.35 cores=1,3,5,7
/proc/6641/task/6654/stat : 6654 (java) S 6638 6641 5719 0 -1 1077944384 2473 0 0 0 35 0 0 0 20 0 15 0 103051896 10916995072 92340 33554432000 4194304 4196468 140736788540720 139787580807664 139788551027330 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29507584 140736788542637 140736788542729 140736788542729 140736788545487 0
[pid=6641/tid=6655] ppid=6638 vsize=10661128 memory=35 CPUtime=0 cores=1,3,5,7
/proc/6641/task/6655/stat : 6655 (java) S 6638 6641 5719 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 103051896 10916995072 92340 33554432000 4194304 4196468 140736788540720 139787579755360 139788551026389 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29507584 140736788542637 140736788542729 140736788542729 140736788545487 0
[pid=6641/tid=6656] ppid=6638 vsize=10661128 memory=0 CPUtime=0.25 cores=1,3,5,7
/proc/6641/task/6656/stat : 6656 (java) S 6638 6641 5719 0 -1 1077944384 222 0 0 0 11 14 0 0 20 0 15 0 103051896 10916995072 92340 33554432000 4194304 4196468 140736788540720 139787578702384 139788551027330 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29507584 140736788542637 140736788542729 140736788542729 140736788545487 0
Current children cumulated CPU time: 420.81 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 369360 KiB

[startup+414.201 s]*
/proc/loadavg: 1.41 1.38 1.35 3/202 6663
/proc/meminfo: memFree=25356568/32770624 swapFree=67028644/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): 414.211
CPU time (s): 421.009
CPU user time (s): 420.019
CPU system time (s): 0.990178
CPU usage (%): 101.641
Max. virtual memory (cumulated for all children) (KiB): 10661128
Max. memory (cumulated for all children) (KiB): 369360

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 420.019
system time used= 0.990178
maximum resident set size= 369972
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 34159
page faults= 0
swaps= 0
block input operations= 0
block output operations= 544
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 71949
involuntary context switches= 1296


# summary of solver processes directly reported to runsolver:
#   pid: 6641
#   total CPU time (s): 421.009
#   total CPU user time (s): 420.019
#   total CPU system time (s): 0.990178

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.48796 second user time and 3.9864 second system time

The end

Launcher Data

Begin job on node102 at 2018-07-29 11:01:27
IDJOB=4300380
IDBENCH=141592
IDSOLVER=2766
FILE ID=node102/4300380-1532854887
RUNJOBID= node102-1532847434-5751
PBS_JOBID= 21022508
Free space on /tmp= 52744 MiB

SOLVER NAME= Solver of Xavier Schul & Yvhan Smal 2018-04-28
BENCH NAME= XCSP18/Frb/frb-40-19-1-mgd_c18.xml
COMMAND LINE= java -jar minicp-1.0.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4300380-1532854887/watcher-4300380-1532854887 -o /tmp/evaluation-result-4300380-1532854887/solver-4300380-1532854887 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node102-1532847434-5751 --watchdog 2580  java -jar minicp-1.0.jar HOME/instance-4300380-1532854887.xml

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

MD5SUM BENCH= 1b3b260246d4f65c593765dc4af9b313
RANDOM SEED=456535974

node102.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        26135900 kB
MemAvailable:   31324384 kB
Buffers:          224788 kB
Cached:          5207100 kB
SwapCached:        53208 kB
Active:          1825320 kB
Inactive:        4285504 kB
Active(anon):     604484 kB
Inactive(anon):    99168 kB
Active(file):    1220836 kB
Inactive(file):  4186336 kB
Unevictable:        6644 kB
Mlocked:            6644 kB
SwapTotal:      67108860 kB
SwapFree:       67028644 kB
Dirty:              1124 kB
Writeback:             0 kB
AnonPages:        632288 kB
Mapped:            49024 kB
Shmem:             22408 kB
Slab:             223324 kB
SReclaimable:     194292 kB
SUnreclaim:        29032 kB
KernelStack:        3648 kB
PageTables:         6224 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2056956 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    548864 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      105856 kB
DirectMap2M:    33439744 kB

Free space on /tmp at the end= 52740 MiB
End job on node102 at 2018-07-29 11:08:22