Trace number 4298953

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
SuperSolver_Macq_Stevenart 2018-04-27SAT8 302.734 300.329

General information on the benchmark

NameQuadraticAssignment/
QuadraticAssignment-esc16d_c18.xml
MD5SUM797dd3ed6ca3fcac5df6221abf320949
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark8
Best CPU time to get the best result obtained on this benchmark139.294
Satisfiable
(Un)Satisfiability was proved
Number of variables272
Number of constraints22
Number of domains2
Minimum domain size4
Maximum domain size16
Distribution of domain sizes[{"size":4,"count":21},{"size":16,"count":16}]
Minimum variable degree0
Maximum variable degree7
Distribution of variable degrees[{"degree":0,"count":235},{"degree":1,"count":2},{"degree":2,"count":22},{"degree":3,"count":6},{"degree":4,"count":2},{"degree":5,"count":3},{"degree":6,"count":1},{"degree":7,"count":1}]
Minimum constraint arity3
Maximum constraint arity16
Distribution of constraint arities[{"arity":3,"count":21},{"arity":16,"count":1}]
Number of extensional constraints21
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":21},{"type":"allDifferent","count":1}]
Optimization problemYES
Type of objectivemin 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.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
0.55/0.33	o 31
0.55/0.33	o 30
0.55/0.34	o 29
0.55/0.34	o 28
0.55/0.34	o 27
0.55/0.34	o 26
0.55/0.35	o 25
0.55/0.35	o 23
0.55/0.35	o 22
0.55/0.35	o 21
0.55/0.36	o 19
0.55/0.38	o 17
0.55/0.42	o 16
0.55/0.42	o 15
0.89/0.42	o 14
0.89/0.42	o 13
0.89/0.42	o 12
0.89/0.42	o 11
0.89/0.51	o 10
1.19/0.52	o 9
1.19/0.53	o 8
302.70/300.32	s SATISFIABLE
302.70/300.32	v <instantiation>
302.70/300.32	v 	<list>
302.70/300.32	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] d[0][3] d[0][4] d[1][6] d[1][8] d[1][11] d[1][14] d[2][12] d[2][14] d[3][4] d[6][8] d[6][11] d[6][14] d[7][9] d[8][11] d[8][14] d[9][10] d[10][13] d[11][12] d[11][13] d[11][14] d[12][13] 
302.70/300.32	v 	</list>
302.70/300.32	v 	<values>
302.70/300.32	v 		1 9 2 0 4 3 11 5 8 7 15 12 6 14 10 13 0 1 0 0 1 1 0 0 0 1 2 0 0 0 0 0 0 1 0 1 0 
302.70/300.32	v 	</values>
302.70/300.32	v </instantiation>

Verifier Data

OK	8

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4298953-1532817220/watcher-4298953-1532817220 -o /tmp/evaluation-result-4298953-1532817220/solver-4298953-1532817220 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node133-1532808819-31439 --watchdog 2580 java -jar HOME/bestMinicp.jar HOME/instance-4298953-1532817220.xml 

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

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


[startup+0.100057 s]*
/proc/loadavg: 1.42 1.45 1.42 5/219 711
/proc/meminfo: memFree=27274404/32770624 swapFree=67108856/67108860
[pid=696] ppid=693 vsize=10661052 memory=27696 CPUtime=0.12 cores=1,3,5,7
/proc/696/stat : 696 (java) S 693 696 31407 0 -1 1077944320 5265 0 0 0 11 1 0 0 20 0 15 0 99285159 10916917248 6924 33554432000 4194304 4196468 140735129909712 140735129892256 139694838918903 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 26562560 140735129912458 140735129912585 140735129912585 140735129915343 0
/proc/696/statm: 2665263 6924 2844 1 0 2627263 0
[pid=696/tid=698] ppid=693 vsize=10661052 memory=8389772277269004345 CPUtime=0.09 cores=1,3,5,7
/proc/696/task/698/stat : 698 (java) R 693 696 31407 0 -1 4202560 3145 0 0 0 8 1 0 0 20 0 15 0 99285160 10916917248 6924 33554432000 4194304 4196468 140735129909712 139694843147392 139694838930838 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 26562560 140735129912458 140735129912585 140735129912585 140735129915343 0
[pid=696/tid=699] ppid=693 vsize=10661052 memory=4294967639 CPUtime=0 cores=1,3,5,7
/proc/696/task/699/stat : 699 (java) S 693 696 31407 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 99285160 10916917248 6924 33554432000 4194304 4196468 140735129909712 139694764993680 139694838929109 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26562560 140735129912458 140735129912585 140735129912585 140735129915343 0
[pid=696/tid=700] ppid=693 vsize=10661052 memory=140003003925781 CPUtime=0 cores=1,3,5,7
/proc/696/task/700/stat : 700 (java) S 693 696 31407 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 99285160 10916917248 6924 33554432000 4194304 4196468 140735129909712 139694763940880 139694838929109 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26562560 140735129912458 140735129912585 140735129912585 140735129915343 0
[pid=696/tid=701] ppid=693 vsize=10661052 memory=0 CPUtime=0 cores=1,3,5,7
/proc/696/task/701/stat : 701 (java) S 693 696 31407 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 99285160 10916917248 6924 33554432000 4194304 4196468 140735129909712 139694762888080 139694838929109 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26562560 140735129912458 140735129912585 140735129912585 140735129915343 0
[pid=696/tid=702] ppid=693 vsize=10661052 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/696/task/702/stat : 702 (java) S 693 696 31407 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 99285160 10916917248 6924 33554432000 4194304 4196468 140735129909712 139694761835280 139694838929109 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26562560 140735129912458 140735129912585 140735129912585 140735129915343 0
[pid=696/tid=703] ppid=693 vsize=10661052 memory=140003003385472 CPUtime=0 cores=1,3,5,7
/proc/696/task/703/stat : 703 (java) S 693 696 31407 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 99285162 10916917248 6924 33554432000 4194304 4196468 140735129909712 139694330440048 139694838930050 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26562560 140735129912458 140735129912585 140735129912585 140735129915343 0
[pid=696/tid=704] ppid=693 vsize=10661052 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/696/task/704/stat : 704 (java) S 693 696 31407 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 99285162 10916917248 6924 33554432000 4194304 4196468 140735129909712 139694329386016 139694838929109 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26562560 140735129912458 140735129912585 140735129912585 140735129915343 0
[pid=696/tid=705] ppid=693 vsize=10661052 memory=0 CPUtime=0 cores=1,3,5,7
/proc/696/task/705/stat : 705 (java) S 693 696 31407 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 99285162 10916917248 6924 33554432000 4194304 4196468 140735129909712 139694328333168 139694838929109 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26562560 140735129912458 140735129912585 140735129912585 140735129915343 0
[pid=696/tid=706] ppid=693 vsize=10661052 memory=0 CPUtime=0 cores=1,3,5,7
/proc/696/task/706/stat : 706 (java) S 693 696 31407 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99285165 10916917248 6924 33554432000 4194304 4196468 140735129909712 139694327281488 139694838937499 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26562560 140735129912458 140735129912585 140735129912585 140735129915343 0
[pid=696/tid=707] ppid=693 vsize=10661052 memory=0 CPUtime=0 cores=1,3,5,7
/proc/696/task/707/stat : 707 (java) R 693 696 31407 0 -1 4202560 159 0 0 0 0 0 0 0 20 0 15 0 99285165 10916917248 6924 33554432000 4194304 4196468 140735129909712 139694326221376 139694832024620 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 26562560 140735129912458 140735129912585 140735129912585 140735129915343 0
[pid=696/tid=708] ppid=693 vsize=10661052 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/696/task/708/stat : 708 (java) R 693 696 31407 0 -1 1077944384 270 0 0 0 0 0 0 0 20 0 15 0 99285165 10916917248 6924 33554432000 4194304 4196468 140735129909712 139694325177168 139694838929109 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 26562560 140735129912458 140735129912585 140735129912585 140735129915343 0
[pid=696/tid=709] ppid=693 vsize=10661052 memory=140003003385472 CPUtime=0.02 cores=1,3,5,7
/proc/696/task/709/stat : 709 (java) R 693 696 31407 0 -1 4202560 339 0 0 0 2 0 0 0 20 0 15 0 99285165 10916917248 6924 33554432000 4194304 4196468 140735129909712 139694324124272 139694822999390 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 26562560 140735129912458 140735129912585 140735129912585 140735129915343 0
[pid=696/tid=710] ppid=693 vsize=10661052 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/696/task/710/stat : 710 (java) S 693 696 31407 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99285165 10916917248 6924 33554432000 4194304 4196468 140735129909712 139694323071712 139694838929109 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26562560 140735129912458 140735129912585 140735129912585 140735129915343 0
[pid=696/tid=711] ppid=693 vsize=10661052 memory=140003003385472 CPUtime=0 cores=1,3,5,7
/proc/696/task/711/stat : 711 (java) S 693 696 31407 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 99285165 10916917248 6924 33554432000 4194304 4196468 140735129909712 139694322018992 139694838930050 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26562560 140735129912458 140735129912585 140735129912585 140735129915343 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 10661052 KiB
Current children cumulated memory: 27696 KiB

[startup+0.210758 s]*
/proc/loadavg: 1.42 1.45 1.42 3/219 711
/proc/meminfo: memFree=27262636/32770624 swapFree=67108856/67108860
[pid=696] ppid=693 vsize=10661052 memory=40508 CPUtime=0.33 cores=1,3,5,7
/proc/696/stat : 696 (java) S 693 696 31407 0 -1 1077944320 8129 0 0 0 30 3 0 0 20 0 15 0 99285159 10916917248 10127 33554432000 4194304 4196468 140735129909712 140735129892256 139694838918903 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 26562560 140735129912458 140735129912585 140735129912585 140735129915343 0
/proc/696/statm: 2665263 10127 2978 1 0 2627263 0
[pid=696/tid=698] ppid=693 vsize=10661128 memory=8389772277269004345 CPUtime=0.2 cores=1,3,5,7
/proc/696/task/698/stat : 698 (java) R 693 696 31407 0 -1 4202560 5235 0 0 0 18 2 0 0 20 0 15 0 99285160 10916995072 10159 33554432000 4194304 4196468 140735129909712 139694843151216 139694820325161 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 26562560 140735129912458 140735129912585 140735129912585 140735129915343 0
[pid=696/tid=699] ppid=693 vsize=10661128 memory=4294967639 CPUtime=0 cores=1,3,5,7
/proc/696/task/699/stat : 699 (java) S 693 696 31407 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 99285160 10916995072 10159 33554432000 4194304 4196468 140735129909712 139694764993680 139694838929109 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26562560 140735129912458 140735129912585 140735129912585 140735129915343 0
[pid=696/tid=700] ppid=693 vsize=10661128 memory=140003003925781 CPUtime=0 cores=1,3,5,7
/proc/696/task/700/stat : 700 (java) S 693 696 31407 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 99285160 10916995072 10159 33554432000 4194304 4196468 140735129909712 139694763940880 139694838929109 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26562560 140735129912458 140735129912585 140735129912585 140735129915343 0
[pid=696/tid=701] ppid=693 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/696/task/701/stat : 701 (java) S 693 696 31407 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 99285160 10916995072 10159 33554432000 4194304 4196468 140735129909712 139694762888080 139694838929109 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26562560 140735129912458 140735129912585 140735129912585 140735129915343 0
[pid=696/tid=702] ppid=693 vsize=10661128 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/696/task/702/stat : 702 (java) S 693 696 31407 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 99285160 10916995072 10159 33554432000 4194304 4196468 140735129909712 139694761835280 139694838929109 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26562560 140735129912458 140735129912585 140735129912585 140735129915343 0
[pid=696/tid=703] ppid=693 vsize=10661128 memory=140003003385472 CPUtime=0 cores=1,3,5,7
/proc/696/task/703/stat : 703 (java) S 693 696 31407 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 99285162 10916995072 10159 33554432000 4194304 4196468 140735129909712 139694330440048 139694838930050 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26562560 140735129912458 140735129912585 140735129912585 140735129915343 0
[pid=696/tid=704] ppid=693 vsize=10661128 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/696/task/704/stat : 704 (java) S 693 696 31407 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 99285162 10916995072 10159 33554432000 4194304 4196468 140735129909712 139694329386016 139694838929109 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26562560 140735129912458 140735129912585 140735129912585 140735129915343 0
[pid=696/tid=705] ppid=693 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/696/task/705/stat : 705 (java) S 693 696 31407 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 99285162 10916995072 10159 33554432000 4194304 4196468 140735129909712 139694328333168 139694838929109 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26562560 140735129912458 140735129912585 140735129912585 140735129915343 0
[pid=696/tid=706] ppid=693 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/696/task/706/stat : 706 (java) S 693 696 31407 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99285165 10916995072 10159 33554432000 4194304 4196468 140735129909712 139694327281488 139694838937499 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26562560 140735129912458 140735129912585 140735129912585 140735129915343 0
[pid=696/tid=707] ppid=693 vsize=10661128 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/696/task/707/stat : 707 (java) S 693 696 31407 0 -1 1077944384 405 0 0 0 2 0 0 0 20 0 15 0 99285165 10916995072 10159 33554432000 4194304 4196468 140735129909712 139694326229872 139694838930050 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26562560 140735129912458 140735129912585 140735129912585 140735129915343 0
[pid=696/tid=708] ppid=693 vsize=10661128 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/696/task/708/stat : 708 (java) S 693 696 31407 0 -1 1077944384 360 0 0 0 2 0 0 0 20 0 15 0 99285165 10916995072 10159 33554432000 4194304 4196468 140735129909712 139694325177072 139694838930050 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26562560 140735129912458 140735129912585 140735129912585 140735129915343 0
[pid=696/tid=709] ppid=693 vsize=10661128 memory=140003003385472 CPUtime=0.07 cores=1,3,5,7
/proc/696/task/709/stat : 709 (java) S 693 696 31407 0 -1 1077944384 810 0 0 0 7 0 0 0 20 0 15 0 99285165 10916995072 10159 33554432000 4194304 4196468 140735129909712 139694324124272 139694838930050 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26562560 140735129912458 140735129912585 140735129912585 140735129915343 0
[pid=696/tid=710] ppid=693 vsize=10661128 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/696/task/710/stat : 710 (java) S 693 696 31407 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99285165 10916995072 10159 33554432000 4194304 4196468 140735129909712 139694323071712 139694838929109 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26562560 140735129912458 140735129912585 140735129912585 140735129915343 0
[pid=696/tid=711] ppid=693 vsize=10661128 memory=140003003385472 CPUtime=0 cores=1,3,5,7
/proc/696/task/711/stat : 711 (java) S 693 696 31407 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 99285165 10916995072 10159 33554432000 4194304 4196468 140735129909712 139694322018992 139694838930050 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26562560 140735129912458 140735129912585 140735129912585 140735129915343 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 10661052 KiB
Current children cumulated memory: 40508 KiB

[startup+0.310004 s]*
/proc/loadavg: 1.42 1.45 1.42 5/219 711
/proc/meminfo: memFree=27257612/32770624 swapFree=67108856/67108860
[pid=696] ppid=693 vsize=10661128 memory=46584 CPUtime=0.55 cores=1,3,5,7
/proc/696/stat : 696 (java) S 693 696 31407 0 -1 1077944320 8757 0 0 0 52 3 0 0 20 0 15 0 99285159 10916995072 11646 33554432000 4194304 4196468 140735129909712 140735129892256 139694838918903 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 26562560 140735129912458 140735129912585 140735129912585 140735129915343 0
/proc/696/statm: 2665282 11646 3022 1 0 2627263 0
[pid=696/tid=698] ppid=693 vsize=10661128 memory=6935054825532540783 CPUtime=0.3 cores=1,3,5,7
/proc/696/task/698/stat : 698 (java) R 693 696 31407 0 -1 4202560 5553 0 0 0 28 2 0 0 20 0 15 0 99285160 10916995072 11669 33554432000 4194304 4196468 140735129909712 139694843145840 139694822962533 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 26562560 140735129912458 140735129912585 140735129912585 140735129915343 0
[pid=696/tid=699] ppid=693 vsize=10661128 memory=4126316290023845779 CPUtime=0 cores=1,3,5,7
/proc/696/task/699/stat : 699 (java) S 693 696 31407 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 99285160 10916995072 11669 33554432000 4194304 4196468 140735129909712 139694764993680 139694838929109 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26562560 140735129912458 140735129912585 140735129912585 140735129915343 0
[pid=696/tid=700] ppid=693 vsize=10661128 memory=3144 CPUtime=0 cores=1,3,5,7
/proc/696/task/700/stat : 700 (java) S 693 696 31407 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 99285160 10916995072 11669 33554432000 4194304 4196468 140735129909712 139694763940880 139694838929109 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26562560 140735129912458 140735129912585 140735129912585 140735129915343 0
[pid=696/tid=701] ppid=693 vsize=10661128 memory=167092 CPUtime=0 cores=1,3,5,7
/proc/696/task/701/stat : 701 (java) S 693 696 31407 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 99285160 10916995072 11669 33554432000 4194304 4196468 140735129909712 139694762888080 139694838929109 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26562560 140735129912458 140735129912585 140735129912585 140735129915343 0
[pid=696/tid=702] ppid=693 vsize=10661128 memory=1388 CPUtime=0 cores=1,3,5,7
/proc/696/task/702/stat : 702 (java) S 693 696 31407 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 99285160 10916995072 11669 33554432000 4194304 4196468 140735129909712 139694761835280 139694838929109 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26562560 140735129912458 140735129912585 140735129912585 140735129915343 0
[pid=696/tid=703] ppid=693 vsize=10661128 memory=1232 CPUtime=0 cores=1,3,5,7
/proc/696/task/703/stat : 703 (java) S 693 696 31407 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 99285162 10916995072 11669 33554432000 4194304 4196468 140735129909712 139694330440048 139694838930050 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26562560 140735129912458 140735129912585 140735129912585 140735129915343 0
[pid=696/tid=704] ppid=693 vsize=10661128 memory=1012 CPUtime=0 cores=1,3,5,7
/proc/696/task/704/stat : 704 (java) S 693 696 31407 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 99285162 10916995072 11669 33554432000 4194304 4196468 140735129909712 139694329386016 139694838929109 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26562560 140735129912458 140735129912585 140735129912585 140735129915343 0
[pid=696/tid=705] ppid=693 vsize=10661128 memory=1948 CPUtime=0 cores=1,3,5,7
/proc/696/task/705/stat : 705 (java) S 693 696 31407 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 99285162 10916995072 11669 33554432000 4194304 4196468 140735129909712 139694328333168 139694838929109 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26562560 140735129912458 140735129912585 140735129912585 140735129915343 0
[pid=696/tid=706] ppid=693 vsize=10661128 memory=1188 CPUtime=0 cores=1,3,5,7
/proc/696/task/706/stat : 706 (java) S 693 696 31407 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99285165 10916995072 11669 33554432000 4194304 4196468 140735129909712 139694327281488 139694838937499 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26562560 140735129912458 140735129912585 140735129912585 140735129915343 0
[pid=696/tid=707] ppid=693 vsize=10661128 memory=0 CPUtime=0.05 cores=1,3,5,7
/proc/696/task/707/stat : 707 (java) R 693 696 31407 0 -1 4202560 461 0 0 0 5 0 0 0 20 0 15 0 99285165 10916995072 11669 33554432000 4194304 4196468 140735129909712 139694326221200 139694824980757 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 26562560 140735129912458 140735129912585 140735129912585 140735129915343 0
[pid=696/tid=708] ppid=693 vsize=10661128 memory=0 CPUtime=0.05 cores=1,3,5,7
/proc/696/task/708/stat : 708 (java) R 693 696 31407 0 -1 1077944384 441 0 0 0 5 0 0 0 20 0 15 0 99285165 10916995072 11669 33554432000 4194304 4196468 140735129909712 139694325177072 139694838930050 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 26562560 140735129912458 140735129912585 140735129912585 140735129915343 0
[pid=696/tid=709] ppid=693 vsize=10661128 memory=0 CPUtime=0.14 cores=1,3,5,7
/proc/696/task/709/stat : 709 (java) R 693 696 31407 0 -1 4202560 956 0 0 0 14 0 0 0 20 0 15 0 99285165 10916995072 11669 33554432000 4194304 4196468 140735129909712 139694324121808 139694817716399 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 26562560 140735129912458 140735129912585 140735129912585 140735129915343 0
[pid=696/tid=710] ppid=693 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/696/task/710/stat : 710 (java) S 693 696 31407 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99285165 10916995072 11669 33554432000 4194304 4196468 140735129909712 139694323071712 139694838929109 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26562560 140735129912458 140735129912585 140735129912585 140735129915343 0
[pid=696/tid=711] ppid=693 vsize=10661128 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/696/task/711/stat : 711 (java) S 693 696 31407 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 99285165 10916995072 11669 33554432000 4194304 4196468 140735129909712 139694322018992 139694838930050 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26562560 140735129912458 140735129912585 140735129912585 140735129915343 0
Current children cumulated CPU time: 0.55 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 46584 KiB

[startup+0.700795 s]
/proc/loadavg: 1.42 1.45 1.42 5/219 711
/proc/meminfo: memFree=27235900/32770624 swapFree=67108856/67108860
[pid=696] ppid=693 vsize=10661128 memory=88128 CPUtime=1.71 cores=1,3,5,7
/proc/696/stat : 696 (java) S 693 696 31407 0 -1 1077944320 11375 0 0 0 166 5 0 0 20 0 15 0 99285159 10916995072 22020 33554432000 4194304 4196468 140735129909712 140735129892256 139694838918903 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 26562560 140735129912458 140735129912585 140735129912585 140735129915343 0
/proc/696/statm: 2665282 22032 3108 1 0 2627263 0
[pid=696/tid=698] ppid=693 vsize=10661128 memory=0 CPUtime=0.67 cores=1,3,5,7
/proc/696/task/698/stat : 698 (java) R 693 696 31407 0 -1 4202560 5619 0 0 0 65 2 0 0 20 0 15 0 99285160 10916995072 22032 33554432000 4194304 4196468 140735129909712 139694843157816 139694435084411 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 26562560 140735129912458 140735129912585 140735129912585 140735129915343 0
[pid=696/tid=699] ppid=693 vsize=10661128 memory=7012214916208808299 CPUtime=0 cores=1,3,5,7
/proc/696/task/699/stat : 699 (java) S 693 696 31407 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 99285160 10916995072 22032 33554432000 4194304 4196468 140735129909712 139694764993680 139694838929109 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26562560 140735129912458 140735129912585 140735129912585 140735129915343 0
[pid=696/tid=700] ppid=693 vsize=10661128 memory=5795410798321558898 CPUtime=0 cores=1,3,5,7
/proc/696/task/700/stat : 700 (java) S 693 696 31407 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 99285160 10916995072 22032 33554432000 4194304 4196468 140735129909712 139694763940880 139694838929109 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26562560 140735129912458 140735129912585 140735129912585 140735129915343 0
[pid=696/tid=701] ppid=693 vsize=10661128 memory=7228954977720690514 CPUtime=0 cores=1,3,5,7
/proc/696/task/701/stat : 701 (java) S 693 696 31407 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 99285160 10916995072 22032 33554432000 4194304 4196468 140735129909712 139694762888080 139694838929109 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26562560 140735129912458 140735129912585 140735129912585 140735129915343 0
[pid=696/tid=702] ppid=693 vsize=10661128 memory=1244 CPUtime=0 cores=1,3,5,7
/proc/696/task/702/stat : 702 (java) S 693 696 31407 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 99285160 10916995072 22032 33554432000 4194304 4196468 140735129909712 139694761835280 139694838929109 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26562560 140735129912458 140735129912585 140735129912585 140735129915343 0
[pid=696/tid=703] ppid=693 vsize=10661128 memory=2268 CPUtime=0 cores=1,3,5,7
/proc/696/task/703/stat : 703 (java) S 693 696 31407 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 99285162 10916995072 22032 33554432000 4194304 4196468 140735129909712 139694330440048 139694838930050 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26562560 140735129912458 140735129912585 140735129912585 140735129915343 0
[pid=696/tid=704] ppid=693 vsize=10661128 memory=1804 CPUtime=0 cores=1,3,5,7
/proc/696/task/704/stat : 704 (java) S 693 696 31407 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 99285162 10916995072 22032 33554432000 4194304 4196468 140735129909712 139694329386016 139694838929109 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26562560 140735129912458 140735129912585 140735129912585 140735129915343 0
[pid=696/tid=705] ppid=693 vsize=10661128 memory=796 CPUtime=0 cores=1,3,5,7
/proc/696/task/705/stat : 705 (java) S 693 696 31407 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 99285162 10916995072 22032 33554432000 4194304 4196468 140735129909712 139694328333168 139694838929109 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26562560 140735129912458 140735129912585 140735129912585 140735129915343 0
[pid=696/tid=706] ppid=693 vsize=10661128 memory=1712 CPUtime=0 cores=1,3,5,7
/proc/696/task/706/stat : 706 (java) S 693 696 31407 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99285165 10916995072 22032 33554432000 4194304 4196468 140735129909712 139694327281488 139694838937499 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26562560 140735129912458 140735129912585 140735129912585 140735129915343 0
[pid=696/tid=707] ppid=693 vsize=10661128 memory=11860 CPUtime=0.4 cores=1,3,5,7
/proc/696/task/707/stat : 707 (java) S 693 696 31407 0 -1 1077944384 1503 0 0 0 40 0 0 0 20 0 15 0 99285165 10916995072 22032 33554432000 4194304 4196468 140735129909712 139694326229872 139694838930050 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26562560 140735129912458 140735129912585 140735129912585 140735129915343 0
[pid=696/tid=708] ppid=693 vsize=10661128 memory=5772 CPUtime=0.39 cores=1,3,5,7
/proc/696/task/708/stat : 708 (java) R 693 696 31407 0 -1 4202560 1503 0 0 0 39 0 0 0 20 0 15 0 99285165 10916995072 22032 33554432000 4194304 4196468 140735129909712 139694325177072 139694820108594 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 26562560 140735129912458 140735129912585 140735129912585 140735129915343 0
[pid=696/tid=709] ppid=693 vsize=10661128 memory=1404 CPUtime=0.21 cores=1,3,5,7
/proc/696/task/709/stat : 709 (java) S 693 696 31407 0 -1 1077944384 1383 0 0 0 20 1 0 0 20 0 15 0 99285165 10916995072 22032 33554432000 4194304 4196468 140735129909712 139694324124272 139694838930050 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26562560 140735129912458 140735129912585 140735129912585 140735129915343 0
[pid=696/tid=710] ppid=693 vsize=10661128 memory=4616 CPUtime=0 cores=1,3,5,7
/proc/696/task/710/stat : 710 (java) S 693 696 31407 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99285165 10916995072 22032 33554432000 4194304 4196468 140735129909712 139694323071712 139694838929109 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26562560 140735129912458 140735129912585 140735129912585 140735129915343 0
[pid=696/tid=711] ppid=693 vsize=10661128 memory=3144 CPUtime=0 cores=1,3,5,7
/proc/696/task/711/stat : 711 (java) S 693 696 31407 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 99285165 10916995072 22032 33554432000 4194304 4196468 140735129909712 139694322018992 139694838930050 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26562560 140735129912458 140735129912585 140735129912585 140735129915343 0
Current children cumulated CPU time: 1.71 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 88128 KiB

[startup+1.50073 s]
/proc/loadavg: 1.42 1.45 1.42 3/219 711
/proc/meminfo: memFree=27172848/32770624 swapFree=67108856/67108860
[pid=696] ppid=693 vsize=10661128 memory=178672 CPUtime=2.64 cores=1,3,5,7
/proc/696/stat : 696 (java) S 693 696 31407 0 -1 1077944320 13183 0 0 0 257 7 0 0 20 0 15 0 99285159 10916995072 44668 33554432000 4194304 4196468 140735129909712 140735129892256 139694838918903 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 26562560 140735129912458 140735129912585 140735129912585 140735129915343 0
/proc/696/statm: 2665282 44668 3124 1 0 2627263 0
[pid=696/tid=698] ppid=693 vsize=10661128 memory=288230583166042425 CPUtime=1.47 cores=1,3,5,7
/proc/696/task/698/stat : 698 (java) R 693 696 31407 0 -1 4202560 5988 0 0 0 143 4 0 0 20 0 15 0 99285160 10916995072 44668 33554432000 4194304 4196468 140735129909712 139694843158192 139694435085426 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 26562560 140735129912458 140735129912585 140735129912585 140735129915343 0
[pid=696/tid=699] ppid=693 vsize=10661128 memory=14132234227549641 CPUtime=0 cores=1,3,5,7
/proc/696/task/699/stat : 699 (java) S 693 696 31407 0 -1 1077944384 52 0 0 0 0 0 0 0 20 0 15 0 99285160 10916995072 44668 33554432000 4194304 4196468 140735129909712 139694764993680 139694838929109 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26562560 140735129912458 140735129912585 140735129912585 140735129915343 0
[pid=696/tid=700] ppid=693 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/696/task/700/stat : 700 (java) S 693 696 31407 0 -1 1077944384 245 0 0 0 0 0 0 0 20 0 15 0 99285160 10916995072 44668 33554432000 4194304 4196468 140735129909712 139694763940880 139694838929109 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26562560 140735129912458 140735129912585 140735129912585 140735129915343 0
[pid=696/tid=701] ppid=693 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/696/task/701/stat : 701 (java) S 693 696 31407 0 -1 1077944384 107 0 0 0 0 0 0 0 20 0 15 0 99285160 10916995072 44668 33554432000 4194304 4196468 140735129909712 139694762888080 139694838929109 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26562560 140735129912458 140735129912585 140735129912585 140735129915343 0
[pid=696/tid=702] ppid=693 vsize=10661128 memory=8547712850019655617 CPUtime=0 cores=1,3,5,7
/proc/696/task/702/stat : 702 (java) S 693 696 31407 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 15 0 99285160 10916995072 44668 33554432000 4194304 4196468 140735129909712 139694761835280 139694838929109 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26562560 140735129912458 140735129912585 140735129912585 140735129915343 0
[pid=696/tid=703] ppid=693 vsize=10661128 memory=6944656592455360604 CPUtime=0 cores=1,3,5,7
/proc/696/task/703/stat : 703 (java) S 693 696 31407 0 -1 1077944384 248 0 0 0 0 0 0 0 20 0 15 0 99285162 10916995072 44668 33554432000 4194304 4196468 140735129909712 139694330440048 139694838930050 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26562560 140735129912458 140735129912585 140735129912585 140735129915343 0

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

[pid=696/tid=710] ppid=693 vsize=10661128 memory=6947385649911455296 CPUtime=0 cores=1,3,5,7
/proc/696/task/710/stat : 710 (java) S 693 696 31407 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99285165 10916995072 44415 33554432000 4194304 4196468 140735129909712 139694323071712 139694838929109 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26562560 140735129912458 140735129912585 140735129912585 140735129915343 0
[pid=696/tid=711] ppid=693 vsize=10661128 memory=177660 CPUtime=0.13 cores=1,3,5,7
/proc/696/task/711/stat : 711 (java) S 693 696 31407 0 -1 1077944384 328 0 0 0 6 7 0 0 20 0 15 0 99285165 10916995072 44415 33554432000 4194304 4196468 140735129909712 139694322018992 139694838930050 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26562560 140735129912458 140735129912585 140735129912585 140735129915343 0
Current children cumulated CPU time: 299.98 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 177660 KiB

[startup+299.201 s]
/proc/loadavg: 1.54 1.42 1.41 3/220 796
/proc/meminfo: memFree=27116104/32770624 swapFree=67108856/67108860
[pid=696] ppid=693 vsize=10661128 memory=177660 CPUtime=301.6 cores=1,3,5,7
/proc/696/stat : 696 (java) S 693 696 31407 0 -1 1077944320 26396 0 0 0 30127 33 0 0 20 0 15 0 99285159 10916995072 44415 33554432000 4194304 4196468 140735129909712 140735129892256 139694838918903 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 26562560 140735129912458 140735129912585 140735129912585 140735129915343 0
/proc/696/statm: 2665282 44415 3147 1 0 2627263 0
[pid=696/tid=698] ppid=693 vsize=10661128 memory=177660 CPUtime=297.85 cores=1,3,5,7
/proc/696/task/698/stat : 698 (java) R 693 696 31407 0 -1 4202560 9739 0 0 0 29778 7 0 0 20 0 15 0 99285160 10916995072 44415 33554432000 4194304 4196468 140735129909712 139694843158320 139694435083199 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 26562560 140735129912458 140735129912585 140735129912585 140735129915343 0
[pid=696/tid=699] ppid=693 vsize=10661128 memory=6947385649911455296 CPUtime=0.41 cores=1,3,5,7
/proc/696/task/699/stat : 699 (java) S 693 696 31407 0 -1 1077944384 570 0 0 0 34 7 0 0 20 0 15 0 99285160 10916995072 44415 33554432000 4194304 4196468 140735129909712 139694764993680 139694838929109 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26562560 140735129912458 140735129912585 140735129912585 140735129915343 0
[pid=696/tid=700] ppid=693 vsize=10661128 memory=2880 CPUtime=0.42 cores=1,3,5,7
/proc/696/task/700/stat : 700 (java) S 693 696 31407 0 -1 1077944384 1763 0 0 0 36 6 0 0 20 0 15 0 99285160 10916995072 44415 33554432000 4194304 4196468 140735129909712 139694763940880 139694838929109 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26562560 140735129912458 140735129912585 140735129912585 140735129915343 0
[pid=696/tid=701] ppid=693 vsize=10661128 memory=11860 CPUtime=0.43 cores=1,3,5,7
/proc/696/task/701/stat : 701 (java) S 693 696 31407 0 -1 1077944384 947 0 0 0 39 4 0 0 20 0 15 0 99285160 10916995072 44415 33554432000 4194304 4196468 140735129909712 139694762888080 139694838929109 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26562560 140735129912458 140735129912585 140735129912585 140735129915343 0
[pid=696/tid=702] ppid=693 vsize=10661128 memory=5772 CPUtime=0.43 cores=1,3,5,7
/proc/696/task/702/stat : 702 (java) S 693 696 31407 0 -1 1077944384 304 0 0 0 37 6 0 0 20 0 15 0 99285160 10916995072 44415 33554432000 4194304 4196468 140735129909712 139694761835280 139694838929109 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26562560 140735129912458 140735129912585 140735129912585 140735129915343 0
[pid=696/tid=703] ppid=693 vsize=10661128 memory=6947385649911455296 CPUtime=0.59 cores=1,3,5,7
/proc/696/task/703/stat : 703 (java) S 693 696 31407 0 -1 1077944384 1962 0 0 0 55 4 0 0 20 0 15 0 99285162 10916995072 44415 33554432000 4194304 4196468 140735129909712 139694330440048 139694838930050 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26562560 140735129912458 140735129912585 140735129912585 140735129915343 0
[pid=696/tid=704] ppid=693 vsize=10661128 memory=28932 CPUtime=0 cores=1,3,5,7
/proc/696/task/704/stat : 704 (java) S 693 696 31407 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 99285162 10916995072 44415 33554432000 4194304 4196468 140735129909712 139694329386016 139694838929109 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26562560 140735129912458 140735129912585 140735129912585 140735129915343 0
[pid=696/tid=705] ppid=693 vsize=10661128 memory=1244 CPUtime=0 cores=1,3,5,7
/proc/696/task/705/stat : 705 (java) S 693 696 31407 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 15 0 99285162 10916995072 44415 33554432000 4194304 4196468 140735129909712 139694328333168 139694838929109 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26562560 140735129912458 140735129912585 140735129912585 140735129915343 0
[pid=696/tid=706] ppid=693 vsize=10661128 memory=2268 CPUtime=0 cores=1,3,5,7
/proc/696/task/706/stat : 706 (java) S 693 696 31407 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99285165 10916995072 44415 33554432000 4194304 4196468 140735129909712 139694327281488 139694838937499 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26562560 140735129912458 140735129912585 140735129912585 140735129915343 0
[pid=696/tid=707] ppid=693 vsize=10661128 memory=1804 CPUtime=0.54 cores=1,3,5,7
/proc/696/task/707/stat : 707 (java) S 693 696 31407 0 -1 1077944384 4177 0 0 0 54 0 0 0 20 0 15 0 99285165 10916995072 44415 33554432000 4194304 4196468 140735129909712 139694326229872 139694838930050 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26562560 140735129912458 140735129912585 140735129912585 140735129915343 0
[pid=696/tid=708] ppid=693 vsize=10661128 memory=4100 CPUtime=0.48 cores=1,3,5,7
/proc/696/task/708/stat : 708 (java) S 693 696 31407 0 -1 1077944384 2505 0 0 0 48 0 0 0 20 0 15 0 99285165 10916995072 44415 33554432000 4194304 4196468 140735129909712 139694325177072 139694838930050 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26562560 140735129912458 140735129912585 140735129912585 140735129915343 0
[pid=696/tid=709] ppid=693 vsize=10661128 memory=28932 CPUtime=0.23 cores=1,3,5,7
/proc/696/task/709/stat : 709 (java) S 693 696 31407 0 -1 1077944384 2689 0 0 0 22 1 0 0 20 0 15 0 99285165 10916995072 44415 33554432000 4194304 4196468 140735129909712 139694324124272 139694838930050 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26562560 140735129912458 140735129912585 140735129912585 140735129915343 0
[pid=696/tid=710] ppid=693 vsize=10661128 memory=1244 CPUtime=0 cores=1,3,5,7
/proc/696/task/710/stat : 710 (java) S 693 696 31407 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99285165 10916995072 44415 33554432000 4194304 4196468 140735129909712 139694323071712 139694838929109 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26562560 140735129912458 140735129912585 140735129912585 140735129915343 0
[pid=696/tid=711] ppid=693 vsize=10661128 memory=2268 CPUtime=0.13 cores=1,3,5,7
/proc/696/task/711/stat : 711 (java) S 693 696 31407 0 -1 1077944384 328 0 0 0 6 7 0 0 20 0 15 0 99285165 10916995072 44415 33554432000 4194304 4196468 140735129909712 139694322018992 139694838930050 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26562560 140735129912458 140735129912585 140735129912585 140735129915343 0
Current children cumulated CPU time: 301.6 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 177660 KiB

[startup+300.001 s]*
/proc/loadavg: 1.54 1.42 1.41 3/220 796
/proc/meminfo: memFree=27116104/32770624 swapFree=67108856/67108860
[pid=696] ppid=693 vsize=10661128 memory=177660 CPUtime=302.4 cores=1,3,5,7
/proc/696/stat : 696 (java) S 693 696 31407 0 -1 1077944320 26399 0 0 0 30207 33 0 0 20 0 15 0 99285159 10916995072 44415 33554432000 4194304 4196468 140735129909712 140735129892256 139694838918903 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 26562560 140735129912458 140735129912585 140735129912585 140735129915343 0
/proc/696/statm: 2665282 44415 3147 1 0 2627263 0
[pid=696/tid=698] ppid=693 vsize=10661128 memory=6935054825532540783 CPUtime=298.65 cores=1,3,5,7
/proc/696/task/698/stat : 698 (java) R 693 696 31407 0 -1 4202560 9742 0 0 0 29858 7 0 0 20 0 15 0 99285160 10916995072 44415 33554432000 4194304 4196468 140735129909712 139694843158288 139694434987037 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 26562560 140735129912458 140735129912585 140735129912585 140735129915343 0
[pid=696/tid=699] ppid=693 vsize=10661128 memory=4126316290023845779 CPUtime=0.41 cores=1,3,5,7
/proc/696/task/699/stat : 699 (java) S 693 696 31407 0 -1 1077944384 570 0 0 0 34 7 0 0 20 0 15 0 99285160 10916995072 44415 33554432000 4194304 4196468 140735129909712 139694764993680 139694838929109 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26562560 140735129912458 140735129912585 140735129912585 140735129915343 0
[pid=696/tid=700] ppid=693 vsize=10661128 memory=7452446289600598120 CPUtime=0.42 cores=1,3,5,7
/proc/696/task/700/stat : 700 (java) S 693 696 31407 0 -1 1077944384 1763 0 0 0 36 6 0 0 20 0 15 0 99285160 10916995072 44415 33554432000 4194304 4196468 140735129909712 139694763940880 139694838929109 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26562560 140735129912458 140735129912585 140735129912585 140735129915343 0
[pid=696/tid=701] ppid=693 vsize=10661128 memory=6154567358211451495 CPUtime=0.43 cores=1,3,5,7
/proc/696/task/701/stat : 701 (java) S 693 696 31407 0 -1 1077944384 947 0 0 0 39 4 0 0 20 0 15 0 99285160 10916995072 44415 33554432000 4194304 4196468 140735129909712 139694762888080 139694838929109 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26562560 140735129912458 140735129912585 140735129912585 140735129915343 0
[pid=696/tid=702] ppid=693 vsize=10661128 memory=7378699737943797351 CPUtime=0.43 cores=1,3,5,7
/proc/696/task/702/stat : 702 (java) S 693 696 31407 0 -1 1077944384 304 0 0 0 37 6 0 0 20 0 15 0 99285160 10916995072 44415 33554432000 4194304 4196468 140735129909712 139694761835280 139694838929109 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26562560 140735129912458 140735129912585 140735129912585 140735129915343 0
[pid=696/tid=703] ppid=693 vsize=10661128 memory=7380950365567084652 CPUtime=0.59 cores=1,3,5,7
/proc/696/task/703/stat : 703 (java) S 693 696 31407 0 -1 1077944384 1962 0 0 0 55 4 0 0 20 0 15 0 99285162 10916995072 44415 33554432000 4194304 4196468 140735129909712 139694330440048 139694838930050 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26562560 140735129912458 140735129912585 140735129912585 140735129915343 0
[pid=696/tid=704] ppid=693 vsize=10661128 memory=7955398066799406184 CPUtime=0 cores=1,3,5,7
/proc/696/task/704/stat : 704 (java) S 693 696 31407 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 99285162 10916995072 44415 33554432000 4194304 4196468 140735129909712 139694329386016 139694838929109 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26562560 140735129912458 140735129912585 140735129912585 140735129915343 0
[pid=696/tid=705] ppid=693 vsize=10661128 memory=6947385649911455296 CPUtime=0 cores=1,3,5,7
/proc/696/task/705/stat : 705 (java) S 693 696 31407 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 15 0 99285162 10916995072 44415 33554432000 4194304 4196468 140735129909712 139694328333168 139694838929109 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26562560 140735129912458 140735129912585 140735129912585 140735129915343 0
[pid=696/tid=706] ppid=693 vsize=10661128 memory=11860 CPUtime=0 cores=1,3,5,7
/proc/696/task/706/stat : 706 (java) S 693 696 31407 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99285165 10916995072 44415 33554432000 4194304 4196468 140735129909712 139694327281488 139694838937499 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26562560 140735129912458 140735129912585 140735129912585 140735129915343 0
[pid=696/tid=707] ppid=693 vsize=10661128 memory=5772 CPUtime=0.54 cores=1,3,5,7
/proc/696/task/707/stat : 707 (java) S 693 696 31407 0 -1 1077944384 4177 0 0 0 54 0 0 0 20 0 15 0 99285165 10916995072 44415 33554432000 4194304 4196468 140735129909712 139694326229872 139694838930050 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26562560 140735129912458 140735129912585 140735129912585 140735129915343 0
[pid=696/tid=708] ppid=693 vsize=10661128 memory=4616 CPUtime=0.48 cores=1,3,5,7
/proc/696/task/708/stat : 708 (java) S 693 696 31407 0 -1 1077944384 2505 0 0 0 48 0 0 0 20 0 15 0 99285165 10916995072 44415 33554432000 4194304 4196468 140735129909712 139694325177072 139694838930050 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26562560 140735129912458 140735129912585 140735129912585 140735129915343 0
[pid=696/tid=709] ppid=693 vsize=10661128 memory=1388 CPUtime=0.23 cores=1,3,5,7
/proc/696/task/709/stat : 709 (java) S 693 696 31407 0 -1 1077944384 2689 0 0 0 22 1 0 0 20 0 15 0 99285165 10916995072 44415 33554432000 4194304 4196468 140735129909712 139694324124272 139694838930050 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26562560 140735129912458 140735129912585 140735129912585 140735129915343 0
[pid=696/tid=710] ppid=693 vsize=10661128 memory=1232 CPUtime=0 cores=1,3,5,7
/proc/696/task/710/stat : 710 (java) S 693 696 31407 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99285165 10916995072 44415 33554432000 4194304 4196468 140735129909712 139694323071712 139694838929109 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26562560 140735129912458 140735129912585 140735129912585 140735129915343 0
[pid=696/tid=711] ppid=693 vsize=10661128 memory=1012 CPUtime=0.13 cores=1,3,5,7
/proc/696/task/711/stat : 711 (java) S 693 696 31407 0 -1 1077944384 328 0 0 0 6 7 0 0 20 0 15 0 99285165 10916995072 44415 33554432000 4194304 4196468 140735129909712 139694322018992 139694838930050 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26562560 140735129912458 140735129912585 140735129912585 140735129915343 0
Current children cumulated CPU time: 302.4 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 177660 KiB

[startup+300.201 s]
/proc/loadavg: 1.54 1.42 1.41 3/220 796
/proc/meminfo: memFree=27116104/32770624 swapFree=67108856/67108860
[pid=696] ppid=693 vsize=10661128 memory=177660 CPUtime=302.6 cores=1,3,5,7
/proc/696/stat : 696 (java) S 693 696 31407 0 -1 1077944320 26400 0 0 0 30227 33 0 0 20 0 15 0 99285159 10916995072 44415 33554432000 4194304 4196468 140735129909712 140735129892256 139694838918903 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 26562560 140735129912458 140735129912585 140735129912585 140735129915343 0
/proc/696/statm: 2665282 44415 3147 1 0 2627263 0
[pid=696/tid=698] ppid=693 vsize=10661128 memory=288230583166042425 CPUtime=298.84 cores=1,3,5,7
/proc/696/task/698/stat : 698 (java) R 693 696 31407 0 -1 4202560 9743 0 0 0 29877 7 0 0 20 0 15 0 99285160 10916995072 44415 33554432000 4194304 4196468 140735129909712 139694843158576 139694435084465 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 26562560 140735129912458 140735129912585 140735129912585 140735129915343 0
[pid=696/tid=699] ppid=693 vsize=10661128 memory=13851854467499417 CPUtime=0.41 cores=1,3,5,7
/proc/696/task/699/stat : 699 (java) S 693 696 31407 0 -1 1077944384 570 0 0 0 34 7 0 0 20 0 15 0 99285160 10916995072 44415 33554432000 4194304 4196468 140735129909712 139694764993680 139694838929109 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26562560 140735129912458 140735129912585 140735129912585 140735129915343 0
[pid=696/tid=700] ppid=693 vsize=10661128 memory=7661293030051767913 CPUtime=0.42 cores=1,3,5,7
/proc/696/task/700/stat : 700 (java) S 693 696 31407 0 -1 1077944384 1763 0 0 0 36 6 0 0 20 0 15 0 99285160 10916995072 44415 33554432000 4194304 4196468 140735129909712 139694763940880 139694838929109 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26562560 140735129912458 140735129912585 140735129912585 140735129915343 0
[pid=696/tid=701] ppid=693 vsize=10661128 memory=7661293030051767913 CPUtime=0.43 cores=1,3,5,7
/proc/696/task/701/stat : 701 (java) S 693 696 31407 0 -1 1077944384 947 0 0 0 39 4 0 0 20 0 15 0 99285160 10916995072 44415 33554432000 4194304 4196468 140735129909712 139694762888080 139694838929109 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26562560 140735129912458 140735129912585 140735129912585 140735129915343 0
[pid=696/tid=702] ppid=693 vsize=10661128 memory=5936143880040114535 CPUtime=0.43 cores=1,3,5,7
/proc/696/task/702/stat : 702 (java) S 693 696 31407 0 -1 1077944384 304 0 0 0 37 6 0 0 20 0 15 0 99285160 10916995072 44415 33554432000 4194304 4196468 140735129909712 139694761835280 139694838929109 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26562560 140735129912458 140735129912585 140735129912585 140735129915343 0
[pid=696/tid=703] ppid=693 vsize=10661128 memory=177660 CPUtime=0.59 cores=1,3,5,7
/proc/696/task/703/stat : 703 (java) S 693 696 31407 0 -1 1077944384 1962 0 0 0 55 4 0 0 20 0 15 0 99285162 10916995072 44415 33554432000 4194304 4196468 140735129909712 139694330440048 139694838930050 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26562560 140735129912458 140735129912585 140735129912585 140735129915343 0
[pid=696/tid=704] ppid=693 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/696/task/704/stat : 704 (java) S 693 696 31407 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 99285162 10916995072 44415 33554432000 4194304 4196468 140735129909712 139694329386016 139694838929109 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26562560 140735129912458 140735129912585 140735129912585 140735129915343 0
[pid=696/tid=705] ppid=693 vsize=10661128 memory=7020384296194762857 CPUtime=0 cores=1,3,5,7
/proc/696/task/705/stat : 705 (java) S 693 696 31407 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 15 0 99285162 10916995072 44415 33554432000 4194304 4196468 140735129909712 139694328333168 139694838929109 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26562560 140735129912458 140735129912585 140735129912585 140735129915343 0
[pid=696/tid=706] ppid=693 vsize=10661128 memory=7593470750139444072 CPUtime=0 cores=1,3,5,7
/proc/696/task/706/stat : 706 (java) S 693 696 31407 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99285165 10916995072 44415 33554432000 4194304 4196468 140735129909712 139694327281488 139694838937499 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26562560 140735129912458 140735129912585 140735129912585 140735129915343 0
[pid=696/tid=707] ppid=693 vsize=10661128 memory=5936143880040114535 CPUtime=0.54 cores=1,3,5,7
/proc/696/task/707/stat : 707 (java) S 693 696 31407 0 -1 1077944384 4177 0 0 0 54 0 0 0 20 0 15 0 99285165 10916995072 44415 33554432000 4194304 4196468 140735129909712 139694326229872 139694838930050 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26562560 140735129912458 140735129912585 140735129912585 140735129915343 0
[pid=696/tid=708] ppid=693 vsize=10661128 memory=5936143880040114535 CPUtime=0.48 cores=1,3,5,7
/proc/696/task/708/stat : 708 (java) S 693 696 31407 0 -1 1077944384 2505 0 0 0 48 0 0 0 20 0 15 0 99285165 10916995072 44415 33554432000 4194304 4196468 140735129909712 139694325177072 139694838930050 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26562560 140735129912458 140735129912585 140735129912585 140735129915343 0
[pid=696/tid=709] ppid=693 vsize=10661128 memory=5936143880040114535 CPUtime=0.23 cores=1,3,5,7
/proc/696/task/709/stat : 709 (java) S 693 696 31407 0 -1 1077944384 2689 0 0 0 22 1 0 0 20 0 15 0 99285165 10916995072 44415 33554432000 4194304 4196468 140735129909712 139694324124272 139694838930050 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26562560 140735129912458 140735129912585 140735129912585 140735129915343 0
[pid=696/tid=710] ppid=693 vsize=10661128 memory=7593470750139444072 CPUtime=0 cores=1,3,5,7
/proc/696/task/710/stat : 710 (java) S 693 696 31407 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99285165 10916995072 44415 33554432000 4194304 4196468 140735129909712 139694323071712 139694838929109 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26562560 140735129912458 140735129912585 140735129912585 140735129915343 0
[pid=696/tid=711] ppid=693 vsize=10661128 memory=1948 CPUtime=0.13 cores=1,3,5,7
/proc/696/task/711/stat : 711 (java) S 693 696 31407 0 -1 1077944384 328 0 0 0 6 7 0 0 20 0 15 0 99285165 10916995072 44415 33554432000 4194304 4196468 140735129909712 139694322018992 139694838930050 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26562560 140735129912458 140735129912585 140735129912585 140735129915343 0
Current children cumulated CPU time: 302.6 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 177660 KiB

[startup+300.301 s]
/proc/loadavg: 1.54 1.42 1.41 3/220 796
/proc/meminfo: memFree=27116104/32770624 swapFree=67108856/67108860
[pid=696] ppid=693 vsize=10661128 memory=177660 CPUtime=302.7 cores=1,3,5,7
/proc/696/stat : 696 (java) S 693 696 31407 0 -1 1077944320 26400 0 0 0 30237 33 0 0 20 0 15 0 99285159 10916995072 44415 33554432000 4194304 4196468 140735129909712 140735129892256 139694838918903 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 26562560 140735129912458 140735129912585 140735129912585 140735129915343 0
/proc/696/statm: 2665282 44415 3147 1 0 2627263 0
[pid=696/tid=698] ppid=693 vsize=10661128 memory=177660 CPUtime=298.94 cores=1,3,5,7
/proc/696/task/698/stat : 698 (java) R 693 696 31407 0 -1 4202560 9743 0 0 0 29887 7 0 0 20 0 15 0 99285160 10916995072 44415 33554432000 4194304 4196468 140735129909712 139694843158576 139694434872142 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 26562560 140735129912458 140735129912585 140735129912585 140735129915343 0
[pid=696/tid=699] ppid=693 vsize=10661128 memory=177660 CPUtime=0.41 cores=1,3,5,7
/proc/696/task/699/stat : 699 (java) S 693 696 31407 0 -1 1077944384 570 0 0 0 34 7 0 0 20 0 15 0 99285160 10916995072 44415 33554432000 4194304 4196468 140735129909712 139694764993680 139694838929109 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26562560 140735129912458 140735129912585 140735129912585 140735129915343 0
[pid=696/tid=700] ppid=693 vsize=10661128 memory=177660 CPUtime=0.42 cores=1,3,5,7
/proc/696/task/700/stat : 700 (java) S 693 696 31407 0 -1 1077944384 1763 0 0 0 36 6 0 0 20 0 15 0 99285160 10916995072 44415 33554432000 4194304 4196468 140735129909712 139694763940880 139694838929109 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26562560 140735129912458 140735129912585 140735129912585 140735129915343 0
[pid=696/tid=701] ppid=693 vsize=10661128 memory=177660 CPUtime=0.43 cores=1,3,5,7
/proc/696/task/701/stat : 701 (java) S 693 696 31407 0 -1 1077944384 947 0 0 0 39 4 0 0 20 0 15 0 99285160 10916995072 44415 33554432000 4194304 4196468 140735129909712 139694762888080 139694838929109 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26562560 140735129912458 140735129912585 140735129912585 140735129915343 0
[pid=696/tid=702] ppid=693 vsize=10661128 memory=177660 CPUtime=0.43 cores=1,3,5,7
/proc/696/task/702/stat : 702 (java) S 693 696 31407 0 -1 1077944384 304 0 0 0 37 6 0 0 20 0 15 0 99285160 10916995072 44415 33554432000 4194304 4196468 140735129909712 139694761835280 139694838929109 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26562560 140735129912458 140735129912585 140735129912585 140735129915343 0
[pid=696/tid=703] ppid=693 vsize=10661128 memory=177660 CPUtime=0.59 cores=1,3,5,7
/proc/696/task/703/stat : 703 (java) S 693 696 31407 0 -1 1077944384 1962 0 0 0 55 4 0 0 20 0 15 0 99285162 10916995072 44415 33554432000 4194304 4196468 140735129909712 139694330440048 139694838930050 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26562560 140735129912458 140735129912585 140735129912585 140735129915343 0
[pid=696/tid=704] ppid=693 vsize=10661128 memory=177660 CPUtime=0 cores=1,3,5,7
/proc/696/task/704/stat : 704 (java) S 693 696 31407 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 99285162 10916995072 44415 33554432000 4194304 4196468 140735129909712 139694329386016 139694838929109 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26562560 140735129912458 140735129912585 140735129912585 140735129915343 0
[pid=696/tid=705] ppid=693 vsize=10661128 memory=644 CPUtime=0 cores=1,3,5,7
/proc/696/task/705/stat : 705 (java) S 693 696 31407 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 15 0 99285162 10916995072 44415 33554432000 4194304 4196468 140735129909712 139694328333168 139694838929109 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26562560 140735129912458 140735129912585 140735129912585 140735129915343 0
[pid=696/tid=706] ppid=693 vsize=10661128 memory=177660 CPUtime=0 cores=1,3,5,7
/proc/696/task/706/stat : 706 (java) S 693 696 31407 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99285165 10916995072 44415 33554432000 4194304 4196468 140735129909712 139694327281488 139694838937499 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26562560 140735129912458 140735129912585 140735129912585 140735129915343 0
[pid=696/tid=707] ppid=693 vsize=10661128 memory=177660 CPUtime=0.54 cores=1,3,5,7
/proc/696/task/707/stat : 707 (java) S 693 696 31407 0 -1 1077944384 4177 0 0 0 54 0 0 0 20 0 15 0 99285165 10916995072 44415 33554432000 4194304 4196468 140735129909712 139694326229872 139694838930050 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26562560 140735129912458 140735129912585 140735129912585 140735129915343 0
[pid=696/tid=708] ppid=693 vsize=10661128 memory=177660 CPUtime=0.48 cores=1,3,5,7
/proc/696/task/708/stat : 708 (java) S 693 696 31407 0 -1 1077944384 2505 0 0 0 48 0 0 0 20 0 15 0 99285165 10916995072 44415 33554432000 4194304 4196468 140735129909712 139694325177072 139694838930050 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26562560 140735129912458 140735129912585 140735129912585 140735129915343 0
[pid=696/tid=709] ppid=693 vsize=10661128 memory=177660 CPUtime=0.23 cores=1,3,5,7
/proc/696/task/709/stat : 709 (java) S 693 696 31407 0 -1 1077944384 2689 0 0 0 22 1 0 0 20 0 15 0 99285165 10916995072 44415 33554432000 4194304 4196468 140735129909712 139694324124272 139694838930050 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26562560 140735129912458 140735129912585 140735129912585 140735129915343 0
[pid=696/tid=710] ppid=693 vsize=10661128 memory=177660 CPUtime=0 cores=1,3,5,7
/proc/696/task/710/stat : 710 (java) S 693 696 31407 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99285165 10916995072 44415 33554432000 4194304 4196468 140735129909712 139694323071712 139694838929109 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26562560 140735129912458 140735129912585 140735129912585 140735129915343 0
[pid=696/tid=711] ppid=693 vsize=10661128 memory=177660 CPUtime=0.13 cores=1,3,5,7
/proc/696/task/711/stat : 711 (java) S 693 696 31407 0 -1 1077944384 328 0 0 0 6 7 0 0 20 0 15 0 99285165 10916995072 44415 33554432000 4194304 4196468 140735129909712 139694322018992 139694838930050 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26562560 140735129912458 140735129912585 140735129912585 140735129915343 0
Current children cumulated CPU time: 302.7 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 177660 KiB

Child status: 0
Real time (s): 300.329
CPU time (s): 302.734
CPU user time (s): 302.398
CPU system time (s): 0.335905
CPU usage (%): 100.801
Max. virtual memory (cumulated for all children) (KiB): 10661128
Max. memory (cumulated for all children) (KiB): 185128

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 302.398
system time used= 0.335905
maximum resident set size= 185132
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 27029
page faults= 0
swaps= 0
block input operations= 0
block output operations= 424
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 24876
involuntary context switches= 627


# summary of solver processes directly reported to runsolver:
#   pid: 696
#   total CPU time (s): 302.734
#   total CPU user time (s): 302.398
#   total CPU system time (s): 0.335905

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.79317 second user time and 2.96015 second system time

The end

Launcher Data

Begin job on node133 at 2018-07-29 00:33:40
IDJOB=4298953
IDBENCH=141256
IDSOLVER=2767
FILE ID=node133/4298953-1532817220
RUNJOBID= node133-1532808819-31439
PBS_JOBID= 21022475
Free space on /tmp= 48248 MiB

SOLVER NAME= SuperSolver_Macq_Stevenart 2018-04-27
BENCH NAME= XCSP18/QuadraticAssignment/QuadraticAssignment-esc16d_c18.xml
COMMAND LINE= java -jar DIR/bestMinicp.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4298953-1532817220/watcher-4298953-1532817220 -o /tmp/evaluation-result-4298953-1532817220/solver-4298953-1532817220 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node133-1532808819-31439 --watchdog 2580  java -jar HOME/bestMinicp.jar HOME/instance-4298953-1532817220.xml

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

MD5SUM BENCH= 797dd3ed6ca3fcac5df6221abf320949
RANDOM SEED=911070425

node133.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.24
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.24
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.24
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.24
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:        27291268 kB
MemAvailable:   31793988 kB
Buffers:          185836 kB
Cached:          4565092 kB
SwapCached:            0 kB
Active:          2301416 kB
Inactive:        2658156 kB
Active(anon):     160380 kB
Inactive(anon):    76688 kB
Active(file):    2141036 kB
Inactive(file):  2581468 kB
Unevictable:        7100 kB
Mlocked:            7100 kB
SwapTotal:      67108860 kB
SwapFree:       67108856 kB
Dirty:              1300 kB
Writeback:             0 kB
AnonPages:        225864 kB
Mapped:            53208 kB
Shmem:             25244 kB
Slab:             219992 kB
SReclaimable:     192104 kB
SUnreclaim:        27888 kB
KernelStack:        3856 kB
PageTables:         5368 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1112240 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    129024 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 48248 MiB
End job on node133 at 2018-07-29 00:38:41