Trace number 4300445

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-27SAT47 302.636 300.308

General information on the benchmark

NameTravellingSalesman/
TravellingSalesman-10-20-00_c18.xml
MD5SUM41acc49479871df381e8fa6a150e4ace
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark47
Best CPU time to get the best result obtained on this benchmark1.93146
Satisfiable
(Un)Satisfiability was proved
Number of variables20
Number of constraints11
Number of domains2
Minimum domain size10
Maximum domain size19
Distribution of domain sizes[{"size":10,"count":10},{"size":19,"count":10}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":10},{"degree":3,"count":10}]
Minimum constraint arity3
Maximum constraint arity10
Distribution of constraint arities[{"arity":3,"count":10},{"arity":10,"count":1}]
Number of extensional constraints10
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":10},{"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.32/0.31	o 94
0.32/0.31	o 93
0.32/0.31	o 84
0.32/0.31	o 83
0.32/0.31	o 82
0.32/0.31	o 81
0.32/0.31	o 80
0.32/0.31	o 79
0.55/0.33	o 77
0.55/0.33	o 72
0.55/0.33	o 69
0.55/0.33	o 64
0.55/0.33	o 61
0.55/0.33	o 60
0.55/0.33	o 56
0.55/0.33	o 55
0.55/0.34	o 54
0.55/0.34	o 53
0.55/0.36	o 51
0.55/0.38	o 49
0.55/0.38	o 47
302.52/300.30	s SATISFIABLE
302.52/300.30	v <instantiation>
302.52/300.30	v 	<list>
302.52/300.30	v 		c[0] c[1] c[2] c[3] c[4] c[5] c[6] c[7] c[8] c[9] d[0] d[1] d[2] d[3] d[4] d[5] d[6] d[7] d[8] d[9] 
302.52/300.30	v 	</list>
302.52/300.30	v 	<values>
302.52/300.30	v 		5 1 0 3 2 8 6 7 9 4 2 3 13 2 3 7 6 4 5 2 
302.52/300.30	v 	</values>
302.52/300.30	v </instantiation>

Verifier Data

OK	47

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4300445-1532840190/watcher-4300445-1532840190 -o /tmp/evaluation-result-4300445-1532840190/solver-4300445-1532840190 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node150-1532808681-11472 --watchdog 2580 java -jar HOME/bestMinicp.jar HOME/instance-4300445-1532840190.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=16584, runsolver pid=16581

[startup+0.100079 s]*
/proc/loadavg: 1.69 1.48 1.43 5/215 16599
/proc/meminfo: memFree=27427560/32770624 swapFree=67108792/67108860
[pid=16584] ppid=16581 vsize=10661052 memory=27528 CPUtime=0.12 cores=1,3,5,7
/proc/16584/stat : 16584 (java) S 16581 16584 11440 0 -1 1077944320 5277 0 0 0 12 0 0 0 20 0 15 0 101582304 10916917248 6882 33554432000 4194304 4196468 140731606614224 140731606596768 139711577431799 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 14909440 140731606619274 140731606619401 140731606619401 140731606622159 0
/proc/16584/statm: 2665263 6882 2857 1 0 2627263 0
[pid=16584/tid=16586] ppid=16581 vsize=10661052 memory=-8269626465541067646 CPUtime=0.09 cores=1,3,5,7
/proc/16584/task/16586/stat : 16586 (java) R 16581 16584 11440 0 -1 4202560 3156 0 0 0 9 0 0 0 20 0 15 0 101582304 10916917248 6882 33554432000 4194304 4196468 140731606614224 139711581661280 139711577443734 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 14909440 140731606619274 140731606619401 140731606619401 140731606622159 0
[pid=16584/tid=16587] ppid=16581 vsize=10661052 memory=-7522837583129502606 CPUtime=0 cores=1,3,5,7
/proc/16584/task/16587/stat : 16587 (java) S 16581 16584 11440 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 101582305 10916917248 6882 33554432000 4194304 4196468 140731606614224 139711530052752 139711577442005 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14909440 140731606619274 140731606619401 140731606619401 140731606622159 0
[pid=16584/tid=16588] ppid=16581 vsize=10661052 memory=139682465801856 CPUtime=0 cores=1,3,5,7
/proc/16584/task/16588/stat : 16588 (java) S 16581 16584 11440 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 101582305 10916917248 6882 33554432000 4194304 4196468 140731606614224 139711182724112 139711577442005 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14909440 140731606619274 140731606619401 140731606619401 140731606622159 0
[pid=16584/tid=16589] ppid=16581 vsize=10661052 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16584/task/16589/stat : 16589 (java) S 16581 16584 11440 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 101582305 10916917248 6882 33554432000 4194304 4196468 140731606614224 139711181671312 139711577442005 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14909440 140731606619274 140731606619401 140731606619401 140731606622159 0
[pid=16584/tid=16590] ppid=16581 vsize=10661052 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/16584/task/16590/stat : 16590 (java) S 16581 16584 11440 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 101582305 10916917248 6882 33554432000 4194304 4196468 140731606614224 139711180618512 139711577442005 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14909440 140731606619274 140731606619401 140731606619401 140731606622159 0
[pid=16584/tid=16591] ppid=16581 vsize=10661052 memory=139682465801856 CPUtime=0 cores=1,3,5,7
/proc/16584/task/16591/stat : 16591 (java) S 16581 16584 11440 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 101582306 10916917248 6882 33554432000 4194304 4196468 140731606614224 139710814906736 139711577442946 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14909440 140731606619274 140731606619401 140731606619401 140731606622159 0
[pid=16584/tid=16592] ppid=16581 vsize=10661052 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/16584/task/16592/stat : 16592 (java) S 16581 16584 11440 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 101582307 10916917248 6882 33554432000 4194304 4196468 140731606614224 139710813852704 139711577442005 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14909440 140731606619274 140731606619401 140731606619401 140731606622159 0
[pid=16584/tid=16593] ppid=16581 vsize=10661052 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16584/task/16593/stat : 16593 (java) S 16581 16584 11440 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 101582307 10916917248 6882 33554432000 4194304 4196468 140731606614224 139710812799856 139711577442005 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14909440 140731606619274 140731606619401 140731606619401 140731606622159 0
[pid=16584/tid=16594] ppid=16581 vsize=10661052 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16584/task/16594/stat : 16594 (java) S 16581 16584 11440 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 101582309 10916917248 6882 33554432000 4194304 4196468 140731606614224 139710811748176 139711577450395 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14909440 140731606619274 140731606619401 140731606619401 140731606622159 0
[pid=16584/tid=16595] ppid=16581 vsize=10661052 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16584/task/16595/stat : 16595 (java) S 16581 16584 11440 0 -1 1077944384 297 0 0 0 0 0 0 0 20 0 15 0 101582309 10916917248 6882 33554432000 4194304 4196468 140731606614224 139710810696560 139711577442946 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14909440 140731606619274 140731606619401 140731606619401 140731606622159 0
[pid=16584/tid=16596] ppid=16581 vsize=10661052 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/16584/task/16596/stat : 16596 (java) S 16581 16584 11440 0 -1 1077944384 132 0 0 0 0 0 0 0 20 0 15 0 101582309 10916917248 6882 33554432000 4194304 4196468 140731606614224 139710809643760 139711577442946 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14909440 140731606619274 140731606619401 140731606619401 140731606622159 0
[pid=16584/tid=16597] ppid=16581 vsize=10661052 memory=139682465801856 CPUtime=0.01 cores=1,3,5,7
/proc/16584/task/16597/stat : 16597 (java) R 16581 16584 11440 0 -1 4202560 329 0 0 0 1 0 0 0 20 0 15 0 101582309 10916917248 6882 33554432000 4194304 4196468 140731606614224 139710808590960 139711556840350 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 14909440 140731606619274 140731606619401 140731606619401 140731606622159 0
[pid=16584/tid=16598] ppid=16581 vsize=10661052 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/16584/task/16598/stat : 16598 (java) S 16581 16584 11440 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 101582310 10916917248 6882 33554432000 4194304 4196468 140731606614224 139710807538400 139711577442005 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14909440 140731606619274 140731606619401 140731606619401 140731606622159 0
[pid=16584/tid=16599] ppid=16581 vsize=10661052 memory=139682465801856 CPUtime=0 cores=1,3,5,7
/proc/16584/task/16599/stat : 16599 (java) S 16581 16584 11440 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 101582310 10916917248 6882 33554432000 4194304 4196468 140731606614224 139710806485680 139711577442946 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14909440 140731606619274 140731606619401 140731606619401 140731606622159 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 10661052 KiB
Current children cumulated memory: 27528 KiB

[startup+0.210426 s]*
/proc/loadavg: 1.69 1.48 1.43 5/215 16599
/proc/meminfo: memFree=27415480/32770624 swapFree=67108792/67108860
[pid=16584] ppid=16581 vsize=10661128 memory=40268 CPUtime=0.32 cores=1,3,5,7
/proc/16584/stat : 16584 (java) S 16581 16584 11440 0 -1 1077944320 8146 0 0 0 31 1 0 0 20 0 15 0 101582304 10916995072 10067 33554432000 4194304 4196468 140731606614224 140731606596768 139711577431799 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 14909440 140731606619274 140731606619401 140731606619401 140731606622159 0
/proc/16584/statm: 2665282 10067 2958 1 0 2627263 0
[pid=16584/tid=16586] ppid=16581 vsize=10661128 memory=7022364594140610616 CPUtime=0.2 cores=1,3,5,7
/proc/16584/task/16586/stat : 16586 (java) R 16581 16584 11440 0 -1 4202560 5236 0 0 0 19 1 0 0 20 0 15 0 101582304 10916995072 10098 33554432000 4194304 4196468 140731606614224 139711581664112 139711561512286 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 14909440 140731606619274 140731606619401 140731606619401 140731606622159 0
[pid=16584/tid=16587] ppid=16581 vsize=10661128 memory=343 CPUtime=0 cores=1,3,5,7
/proc/16584/task/16587/stat : 16587 (java) S 16581 16584 11440 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 101582305 10916995072 10098 33554432000 4194304 4196468 140731606614224 139711530052752 139711577442005 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14909440 140731606619274 140731606619401 140731606619401 140731606622159 0
[pid=16584/tid=16588] ppid=16581 vsize=10661128 memory=139682466424544 CPUtime=0 cores=1,3,5,7
/proc/16584/task/16588/stat : 16588 (java) S 16581 16584 11440 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 101582305 10916995072 10098 33554432000 4194304 4196468 140731606614224 139711182724112 139711577442005 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14909440 140731606619274 140731606619401 140731606619401 140731606622159 0
[pid=16584/tid=16589] ppid=16581 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16584/task/16589/stat : 16589 (java) S 16581 16584 11440 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 101582305 10916995072 10098 33554432000 4194304 4196468 140731606614224 139711181671312 139711577442005 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14909440 140731606619274 140731606619401 140731606619401 140731606622159 0
[pid=16584/tid=16590] ppid=16581 vsize=10661128 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/16584/task/16590/stat : 16590 (java) S 16581 16584 11440 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 101582305 10916995072 10098 33554432000 4194304 4196468 140731606614224 139711180618512 139711577442005 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14909440 140731606619274 140731606619401 140731606619401 140731606622159 0
[pid=16584/tid=16591] ppid=16581 vsize=10661128 memory=139682465801856 CPUtime=0 cores=1,3,5,7
/proc/16584/task/16591/stat : 16591 (java) S 16581 16584 11440 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 101582306 10916995072 10098 33554432000 4194304 4196468 140731606614224 139710814906736 139711577442946 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14909440 140731606619274 140731606619401 140731606619401 140731606622159 0
[pid=16584/tid=16592] ppid=16581 vsize=10661128 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/16584/task/16592/stat : 16592 (java) S 16581 16584 11440 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 101582307 10916995072 10098 33554432000 4194304 4196468 140731606614224 139710813852704 139711577442005 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14909440 140731606619274 140731606619401 140731606619401 140731606622159 0
[pid=16584/tid=16593] ppid=16581 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16584/task/16593/stat : 16593 (java) S 16581 16584 11440 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 101582307 10916995072 10098 33554432000 4194304 4196468 140731606614224 139710812799856 139711577442005 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14909440 140731606619274 140731606619401 140731606619401 140731606622159 0
[pid=16584/tid=16594] ppid=16581 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16584/task/16594/stat : 16594 (java) S 16581 16584 11440 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 101582309 10916995072 10098 33554432000 4194304 4196468 140731606614224 139710811748176 139711577450395 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14909440 140731606619274 140731606619401 140731606619401 140731606622159 0
[pid=16584/tid=16595] ppid=16581 vsize=10661128 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/16584/task/16595/stat : 16595 (java) S 16581 16584 11440 0 -1 1077944384 562 0 0 0 2 0 0 0 20 0 15 0 101582309 10916995072 10098 33554432000 4194304 4196468 140731606614224 139710810696560 139711577442946 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14909440 140731606619274 140731606619401 140731606619401 140731606622159 0
[pid=16584/tid=16596] ppid=16581 vsize=10661128 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/16584/task/16596/stat : 16596 (java) S 16581 16584 11440 0 -1 1077944384 233 0 0 0 1 0 0 0 20 0 15 0 101582309 10916995072 10098 33554432000 4194304 4196468 140731606614224 139710809643760 139711577442946 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14909440 140731606619274 140731606619401 140731606619401 140731606622159 0
[pid=16584/tid=16597] ppid=16581 vsize=10661128 memory=139682465801856 CPUtime=0.07 cores=1,3,5,7
/proc/16584/task/16597/stat : 16597 (java) S 16581 16584 11440 0 -1 1077944384 756 0 0 0 7 0 0 0 20 0 15 0 101582309 10916995072 10098 33554432000 4194304 4196468 140731606614224 139710808590960 139711577442946 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14909440 140731606619274 140731606619401 140731606619401 140731606622159 0
[pid=16584/tid=16598] ppid=16581 vsize=10661128 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/16584/task/16598/stat : 16598 (java) S 16581 16584 11440 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 101582310 10916995072 10098 33554432000 4194304 4196468 140731606614224 139710807538400 139711577442005 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14909440 140731606619274 140731606619401 140731606619401 140731606622159 0
[pid=16584/tid=16599] ppid=16581 vsize=10661128 memory=139682465801856 CPUtime=0 cores=1,3,5,7
/proc/16584/task/16599/stat : 16599 (java) S 16581 16584 11440 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 101582310 10916995072 10098 33554432000 4194304 4196468 140731606614224 139710806485680 139711577442946 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14909440 140731606619274 140731606619401 140731606619401 140731606622159 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 40268 KiB

[startup+0.310133 s]*
/proc/loadavg: 1.69 1.48 1.43 6/215 16599
/proc/meminfo: memFree=27411076/32770624 swapFree=67108792/67108860
[pid=16584] ppid=16581 vsize=10661128 memory=44444 CPUtime=0.55 cores=1,3,5,7
/proc/16584/stat : 16584 (java) S 16581 16584 11440 0 -1 1077944320 8784 0 0 0 54 1 0 0 20 0 15 0 101582304 10916995072 11111 33554432000 4194304 4196468 140731606614224 140731606596768 139711577431799 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 14909440 140731606619274 140731606619401 140731606619401 140731606622159 0
/proc/16584/statm: 2665282 11111 3006 1 0 2627263 0
[pid=16584/tid=16586] ppid=16581 vsize=10661128 memory=7022364594140610616 CPUtime=0.3 cores=1,3,5,7
/proc/16584/task/16586/stat : 16586 (java) R 16581 16584 11440 0 -1 4202560 5606 0 0 0 29 1 0 0 20 0 15 0 101582304 10916995072 11111 33554432000 4194304 4196468 140731606614224 139711581668560 139711211434748 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 14909440 140731606619274 140731606619401 140731606619401 140731606622159 0
[pid=16584/tid=16587] ppid=16581 vsize=10661128 memory=4294977868 CPUtime=0 cores=1,3,5,7
/proc/16584/task/16587/stat : 16587 (java) S 16581 16584 11440 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 101582305 10916995072 11111 33554432000 4194304 4196468 140731606614224 139711530052752 139711577442005 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14909440 140731606619274 140731606619401 140731606619401 140731606622159 0
[pid=16584/tid=16588] ppid=16581 vsize=10661128 memory=139682466424505 CPUtime=0 cores=1,3,5,7
/proc/16584/task/16588/stat : 16588 (java) S 16581 16584 11440 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 101582305 10916995072 11111 33554432000 4194304 4196468 140731606614224 139711182724112 139711577442005 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14909440 140731606619274 140731606619401 140731606619401 140731606622159 0
[pid=16584/tid=16589] ppid=16581 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16584/task/16589/stat : 16589 (java) S 16581 16584 11440 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 101582305 10916995072 11111 33554432000 4194304 4196468 140731606614224 139711181671312 139711577442005 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14909440 140731606619274 140731606619401 140731606619401 140731606622159 0
[pid=16584/tid=16590] ppid=16581 vsize=10661128 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/16584/task/16590/stat : 16590 (java) S 16581 16584 11440 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 101582305 10916995072 11111 33554432000 4194304 4196468 140731606614224 139711180618512 139711577442005 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14909440 140731606619274 140731606619401 140731606619401 140731606622159 0
[pid=16584/tid=16591] ppid=16581 vsize=10661128 memory=139682465801856 CPUtime=0 cores=1,3,5,7
/proc/16584/task/16591/stat : 16591 (java) S 16581 16584 11440 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 101582306 10916995072 11111 33554432000 4194304 4196468 140731606614224 139710814906736 139711577442946 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14909440 140731606619274 140731606619401 140731606619401 140731606622159 0
[pid=16584/tid=16592] ppid=16581 vsize=10661128 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/16584/task/16592/stat : 16592 (java) S 16581 16584 11440 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 101582307 10916995072 11111 33554432000 4194304 4196468 140731606614224 139710813852704 139711577442005 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14909440 140731606619274 140731606619401 140731606619401 140731606622159 0
[pid=16584/tid=16593] ppid=16581 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16584/task/16593/stat : 16593 (java) S 16581 16584 11440 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 101582307 10916995072 11111 33554432000 4194304 4196468 140731606614224 139710812799856 139711577442005 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14909440 140731606619274 140731606619401 140731606619401 140731606622159 0
[pid=16584/tid=16594] ppid=16581 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16584/task/16594/stat : 16594 (java) S 16581 16584 11440 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 101582309 10916995072 11111 33554432000 4194304 4196468 140731606614224 139710811748176 139711577450395 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14909440 140731606619274 140731606619401 140731606619401 140731606622159 0
[pid=16584/tid=16595] ppid=16581 vsize=10661128 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/16584/task/16595/stat : 16595 (java) R 16581 16584 11440 0 -1 4202560 708 0 0 0 7 0 0 0 20 0 15 0 101582309 10916995072 11111 33554432000 4194304 4196468 140731606614224 139710810686672 139711561539889 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 14909440 140731606619274 140731606619401 140731606619401 140731606622159 0
[pid=16584/tid=16596] ppid=16581 vsize=10661128 memory=-1 CPUtime=0.03 cores=1,3,5,7
/proc/16584/task/16596/stat : 16596 (java) R 16581 16584 11440 0 -1 1077944384 252 0 0 0 3 0 0 0 20 0 15 0 101582309 10916995072 11111 33554432000 4194304 4196468 140731606614224 139710809630544 139711577442005 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 14909440 140731606619274 140731606619401 140731606619401 140731606622159 0
[pid=16584/tid=16597] ppid=16581 vsize=10661128 memory=139682465801856 CPUtime=0.13 cores=1,3,5,7
/proc/16584/task/16597/stat : 16597 (java) R 16581 16584 11440 0 -1 4202560 858 0 0 0 13 0 0 0 20 0 15 0 101582309 10916995072 11111 33554432000 4194304 4196468 140731606614224 139710808586720 139711563756065 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 14909440 140731606619274 140731606619401 140731606619401 140731606622159 0
[pid=16584/tid=16598] ppid=16581 vsize=10661128 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/16584/task/16598/stat : 16598 (java) S 16581 16584 11440 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 101582310 10916995072 11111 33554432000 4194304 4196468 140731606614224 139710807538400 139711577442005 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14909440 140731606619274 140731606619401 140731606619401 140731606622159 0
[pid=16584/tid=16599] ppid=16581 vsize=10661128 memory=139682465801856 CPUtime=0 cores=1,3,5,7
/proc/16584/task/16599/stat : 16599 (java) S 16581 16584 11440 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 101582310 10916995072 11111 33554432000 4194304 4196468 140731606614224 139710806485680 139711577442946 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14909440 140731606619274 140731606619401 140731606619401 140731606622159 0
Current children cumulated CPU time: 0.55 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 44444 KiB

[startup+0.700772 s]
/proc/loadavg: 1.69 1.48 1.43 5/215 16599
/proc/meminfo: memFree=27375540/32770624 swapFree=67108792/67108860
[pid=16584] ppid=16581 vsize=10661128 memory=95880 CPUtime=1.73 cores=1,3,5,7
/proc/16584/stat : 16584 (java) S 16581 16584 11440 0 -1 1077944320 15932 0 0 0 170 3 0 0 20 0 15 0 101582304 10916995072 23970 33554432000 4194304 4196468 140731606614224 140731606596768 139711577431799 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 14909440 140731606619274 140731606619401 140731606619401 140731606622159 0
/proc/16584/statm: 2665282 23970 3085 1 0 2627263 0
[pid=16584/tid=16586] ppid=16581 vsize=10661128 memory=210940138116142 CPUtime=0.67 cores=1,3,5,7
/proc/16584/task/16586/stat : 16586 (java) R 16581 16584 11440 0 -1 4202560 5621 0 0 0 66 1 0 0 20 0 15 0 101582304 10916995072 23970 33554432000 4194304 4196468 140731606614224 139711581667920 139711211981911 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 14909440 140731606619274 140731606619401 140731606619401 140731606622159 0
[pid=16584/tid=16587] ppid=16581 vsize=10661128 memory=3761688974641594400 CPUtime=0 cores=1,3,5,7
/proc/16584/task/16587/stat : 16587 (java) S 16581 16584 11440 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 101582305 10916995072 23970 33554432000 4194304 4196468 140731606614224 139711530052752 139711577442005 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14909440 140731606619274 140731606619401 140731606619401 140731606622159 0
[pid=16584/tid=16588] ppid=16581 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16584/task/16588/stat : 16588 (java) S 16581 16584 11440 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 101582305 10916995072 23970 33554432000 4194304 4196468 140731606614224 139711182724112 139711577442005 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14909440 140731606619274 140731606619401 140731606619401 140731606622159 0
[pid=16584/tid=16589] ppid=16581 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16584/task/16589/stat : 16589 (java) S 16581 16584 11440 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 101582305 10916995072 23970 33554432000 4194304 4196468 140731606614224 139711181671312 139711577442005 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14909440 140731606619274 140731606619401 140731606619401 140731606622159 0
[pid=16584/tid=16590] ppid=16581 vsize=10661128 memory=7809523229951467570 CPUtime=0 cores=1,3,5,7
/proc/16584/task/16590/stat : 16590 (java) S 16581 16584 11440 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 101582305 10916995072 23970 33554432000 4194304 4196468 140731606614224 139711180618512 139711577442005 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14909440 140731606619274 140731606619401 140731606619401 140731606622159 0
[pid=16584/tid=16591] ppid=16581 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16584/task/16591/stat : 16591 (java) S 16581 16584 11440 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 101582306 10916995072 23970 33554432000 4194304 4196468 140731606614224 139710814906736 139711577442946 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14909440 140731606619274 140731606619401 140731606619401 140731606622159 0
[pid=16584/tid=16592] ppid=16581 vsize=10661128 memory=-3535359994705171810 CPUtime=0 cores=1,3,5,7
/proc/16584/task/16592/stat : 16592 (java) S 16581 16584 11440 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 101582307 10916995072 23970 33554432000 4194304 4196468 140731606614224 139710813852704 139711577442005 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14909440 140731606619274 140731606619401 140731606619401 140731606622159 0
[pid=16584/tid=16593] ppid=16581 vsize=10661128 memory=6944656592387989600 CPUtime=0 cores=1,3,5,7
/proc/16584/task/16593/stat : 16593 (java) S 16581 16584 11440 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 101582307 10916995072 23970 33554432000 4194304 4196468 140731606614224 139710812799856 139711577442005 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14909440 140731606619274 140731606619401 140731606619401 140731606622159 0
[pid=16584/tid=16594] ppid=16581 vsize=10661128 memory=6944656592387989600 CPUtime=0 cores=1,3,5,7
/proc/16584/task/16594/stat : 16594 (java) S 16581 16584 11440 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 101582309 10916995072 23970 33554432000 4194304 4196468 140731606614224 139710811748176 139711577450395 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14909440 140731606619274 140731606619401 140731606619401 140731606622159 0
[pid=16584/tid=16595] ppid=16581 vsize=10661128 memory=0 CPUtime=0.45 cores=1,3,5,7
/proc/16584/task/16595/stat : 16595 (java) R 16581 16584 11440 0 -1 4202560 4509 0 0 0 45 0 0 0 20 0 15 0 101582309 10916995072 23970 33554432000 4194304 4196468 140731606614224 139710810695744 139711563495968 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 14909440 140731606619274 140731606619401 140731606619401 140731606622159 0
[pid=16584/tid=16596] ppid=16581 vsize=10661128 memory=0 CPUtime=0.4 cores=1,3,5,7
/proc/16584/task/16596/stat : 16596 (java) R 16581 16584 11440 0 -1 4202560 3093 0 0 0 40 0 0 0 20 0 15 0 101582309 10916995072 23970 33554432000 4194304 4196468 140731606614224 139710809630304 139711557282256 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 14909440 140731606619274 140731606619401 140731606619401 140731606622159 0
[pid=16584/tid=16597] ppid=16581 vsize=10661128 memory=0 CPUtime=0.17 cores=1,3,5,7
/proc/16584/task/16597/stat : 16597 (java) S 16581 16584 11440 0 -1 1077944384 1338 0 0 0 17 0 0 0 20 0 15 0 101582309 10916995072 23970 33554432000 4194304 4196468 140731606614224 139710808590960 139711577442946 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14909440 140731606619274 140731606619401 140731606619401 140731606622159 0
[pid=16584/tid=16598] ppid=16581 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16584/task/16598/stat : 16598 (java) S 16581 16584 11440 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 101582310 10916995072 23970 33554432000 4194304 4196468 140731606614224 139710807538400 139711577442005 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14909440 140731606619274 140731606619401 140731606619401 140731606622159 0
[pid=16584/tid=16599] ppid=16581 vsize=10661128 memory=18268 CPUtime=0 cores=1,3,5,7
/proc/16584/task/16599/stat : 16599 (java) S 16581 16584 11440 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 101582310 10916995072 23970 33554432000 4194304 4196468 140731606614224 139710806485680 139711577442946 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14909440 140731606619274 140731606619401 140731606619401 140731606622159 0
Current children cumulated CPU time: 1.73 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 95880 KiB

[startup+1.50079 s]
/proc/loadavg: 1.69 1.48 1.43 3/215 16599
/proc/meminfo: memFree=27325400/32770624 swapFree=67108792/67108860
[pid=16584] ppid=16581 vsize=10661128 memory=191428 CPUtime=2.91 cores=1,3,5,7
/proc/16584/stat : 16584 (java) S 16581 16584 11440 0 -1 1077944320 18113 0 0 0 287 4 0 0 20 0 15 0 101582304 10916995072 47857 33554432000 4194304 4196468 140731606614224 140731606596768 139711577431799 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 14909440 140731606619274 140731606619401 140731606619401 140731606622159 0
/proc/16584/statm: 2665282 47857 3113 1 0 2627263 0
[pid=16584/tid=16586] ppid=16581 vsize=10661128 memory=10799 CPUtime=1.48 cores=1,3,5,7
/proc/16584/task/16586/stat : 16586 (java) R 16581 16584 11440 0 -1 4202560 5948 0 0 0 145 3 0 0 20 0 15 0 101582304 10916995072 47857 33554432000 4194304 4196468 140731606614224 139711581671400 139711211868074 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 14909440 140731606619274 140731606619401 140731606619401 140731606622159 0
[pid=16584/tid=16587] ppid=16581 vsize=10661128 memory=6791534058613427641 CPUtime=0 cores=1,3,5,7
/proc/16584/task/16587/stat : 16587 (java) S 16581 16584 11440 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 101582305 10916995072 47857 33554432000 4194304 4196468 140731606614224 139711530052752 139711577442005 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14909440 140731606619274 140731606619401 140731606619401 140731606622159 0
[pid=16584/tid=16588] ppid=16581 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16584/task/16588/stat : 16588 (java) S 16581 16584 11440 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 101582305 10916995072 47857 33554432000 4194304 4196468 140731606614224 139711182724112 139711577442005 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14909440 140731606619274 140731606619401 140731606619401 140731606622159 0
[pid=16584/tid=16589] ppid=16581 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16584/task/16589/stat : 16589 (java) S 16581 16584 11440 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 101582305 10916995072 47857 33554432000 4194304 4196468 140731606614224 139711181671312 139711577442005 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14909440 140731606619274 140731606619401 140731606619401 140731606622159 0
[pid=16584/tid=16590] ppid=16581 vsize=10661128 memory=6943526294502006880 CPUtime=0 cores=1,3,5,7
/proc/16584/task/16590/stat : 16590 (java) S 16581 16584 11440 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 101582305 10916995072 47857 33554432000 4194304 4196468 140731606614224 139711180618512 139711577442005 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14909440 140731606619274 140731606619401 140731606619401 140731606622159 0
[pid=16584/tid=16591] ppid=16581 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16584/task/16591/stat : 16591 (java) S 16581 16584 11440 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 101582306 10916995072 47857 33554432000 4194304 4196468 140731606614224 139710814906736 139711577442946 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14909440 140731606619274 140731606619401 140731606619401 140731606622159 0

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

[pid=16584/tid=16598] ppid=16581 vsize=10661128 memory=1428 CPUtime=0 cores=1,3,5,7
/proc/16584/task/16598/stat : 16598 (java) S 16581 16584 11440 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 101582310 10916995072 48462 33554432000 4194304 4196468 140731606614224 139710807538400 139711577442005 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14909440 140731606619274 140731606619401 140731606619401 140731606622159 0
[pid=16584/tid=16599] ppid=16581 vsize=10661128 memory=6791534058613427641 CPUtime=0.08 cores=1,3,5,7
/proc/16584/task/16599/stat : 16599 (java) S 16581 16584 11440 0 -1 1077944384 707 0 0 0 5 3 0 0 20 0 15 0 101582310 10916995072 48462 33554432000 4194304 4196468 140731606614224 139710806485680 139711577442946 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14909440 140731606619274 140731606619401 140731606619401 140731606622159 0
Current children cumulated CPU time: 299.91 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 193848 KiB

[startup+299.201 s]
/proc/loadavg: 1.46 1.41 1.41 3/217 16635
/proc/meminfo: memFree=27223540/32770624 swapFree=67108792/67108860
[pid=16584] ppid=16581 vsize=10661128 memory=193848 CPUtime=301.52 cores=1,3,5,7
/proc/16584/stat : 16584 (java) S 16581 16584 11440 0 -1 1077944320 31626 0 0 0 30127 25 0 0 20 0 15 0 101582304 10916995072 48462 33554432000 4194304 4196468 140731606614224 140731606596768 139711577431799 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 14909440 140731606619274 140731606619401 140731606619401 140731606622159 0
/proc/16584/statm: 2665282 48462 3148 1 0 2627263 0
[pid=16584/tid=16586] ppid=16581 vsize=10661128 memory=1228 CPUtime=298.18 cores=1,3,5,7
/proc/16584/task/16586/stat : 16586 (java) R 16581 16584 11440 0 -1 4202560 9247 0 0 0 29814 4 0 0 20 0 15 0 101582304 10916995072 48462 33554432000 4194304 4196468 140731606614224 139711581671232 139711211561690 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 14909440 140731606619274 140731606619401 140731606619401 140731606622159 0
[pid=16584/tid=16587] ppid=16581 vsize=10661128 memory=1200 CPUtime=0.3 cores=1,3,5,7
/proc/16584/task/16587/stat : 16587 (java) S 16581 16584 11440 0 -1 1077944384 984 0 0 0 24 6 0 0 20 0 15 0 101582305 10916995072 48462 33554432000 4194304 4196468 140731606614224 139711530052752 139711577442005 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14909440 140731606619274 140731606619401 140731606619401 140731606622159 0
[pid=16584/tid=16588] ppid=16581 vsize=10661128 memory=193848 CPUtime=0.31 cores=1,3,5,7
/proc/16584/task/16588/stat : 16588 (java) S 16581 16584 11440 0 -1 1077944384 839 0 0 0 27 4 0 0 20 0 15 0 101582305 10916995072 48462 33554432000 4194304 4196468 140731606614224 139711182724112 139711577442005 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14909440 140731606619274 140731606619401 140731606619401 140731606622159 0
[pid=16584/tid=16589] ppid=16581 vsize=10661128 memory=29404 CPUtime=0.3 cores=1,3,5,7
/proc/16584/task/16589/stat : 16589 (java) S 16581 16584 11440 0 -1 1077944384 1743 0 0 0 26 4 0 0 20 0 15 0 101582305 10916995072 48462 33554432000 4194304 4196468 140731606614224 139711181671312 139711577442005 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14909440 140731606619274 140731606619401 140731606619401 140731606622159 0
[pid=16584/tid=16590] ppid=16581 vsize=10661128 memory=1292 CPUtime=0.3 cores=1,3,5,7
/proc/16584/task/16590/stat : 16590 (java) S 16581 16584 11440 0 -1 1077944384 297 0 0 0 26 4 0 0 20 0 15 0 101582305 10916995072 48462 33554432000 4194304 4196468 140731606614224 139711180618512 139711577442005 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14909440 140731606619274 140731606619401 140731606619401 140731606622159 0
[pid=16584/tid=16591] ppid=16581 vsize=10661128 memory=2436 CPUtime=0.45 cores=1,3,5,7
/proc/16584/task/16591/stat : 16591 (java) S 16581 16584 11440 0 -1 1077944384 2091 0 0 0 41 4 0 0 20 0 15 0 101582306 10916995072 48462 33554432000 4194304 4196468 140731606614224 139710814906736 139711577442946 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14909440 140731606619274 140731606619401 140731606619401 140731606622159 0
[pid=16584/tid=16592] ppid=16581 vsize=10661128 memory=1728 CPUtime=0 cores=1,3,5,7
/proc/16584/task/16592/stat : 16592 (java) S 16581 16584 11440 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 15 0 101582307 10916995072 48462 33554432000 4194304 4196468 140731606614224 139710813852704 139711577442005 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14909440 140731606619274 140731606619401 140731606619401 140731606622159 0
[pid=16584/tid=16593] ppid=16581 vsize=10661128 memory=193848 CPUtime=0 cores=1,3,5,7
/proc/16584/task/16593/stat : 16593 (java) S 16581 16584 11440 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 15 0 101582307 10916995072 48462 33554432000 4194304 4196468 140731606614224 139710812799856 139711577442005 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14909440 140731606619274 140731606619401 140731606619401 140731606622159 0
[pid=16584/tid=16594] ppid=16581 vsize=10661128 memory=1292 CPUtime=0 cores=1,3,5,7
/proc/16584/task/16594/stat : 16594 (java) S 16581 16584 11440 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 101582309 10916995072 48462 33554432000 4194304 4196468 140731606614224 139710811748176 139711577450395 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14909440 140731606619274 140731606619401 140731606619401 140731606622159 0
[pid=16584/tid=16595] ppid=16581 vsize=10661128 memory=2436 CPUtime=0.69 cores=1,3,5,7
/proc/16584/task/16595/stat : 16595 (java) S 16581 16584 11440 0 -1 1077944384 6595 0 0 0 69 0 0 0 20 0 15 0 101582309 10916995072 48462 33554432000 4194304 4196468 140731606614224 139710810696560 139711577442946 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14909440 140731606619274 140731606619401 140731606619401 140731606622159 0
[pid=16584/tid=16596] ppid=16581 vsize=10661128 memory=1728 CPUtime=0.61 cores=1,3,5,7
/proc/16584/task/16596/stat : 16596 (java) S 16581 16584 11440 0 -1 1077944384 5267 0 0 0 61 0 0 0 20 0 15 0 101582309 10916995072 48462 33554432000 4194304 4196468 140731606614224 139710809643760 139711577442946 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14909440 140731606619274 140731606619401 140731606619401 140731606622159 0
[pid=16584/tid=16597] ppid=16581 vsize=10661128 memory=1720 CPUtime=0.19 cores=1,3,5,7
/proc/16584/task/16597/stat : 16597 (java) S 16581 16584 11440 0 -1 1077944384 2445 0 0 0 19 0 0 0 20 0 15 0 101582309 10916995072 48462 33554432000 4194304 4196468 140731606614224 139710808590960 139711577442946 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14909440 140731606619274 140731606619401 140731606619401 140731606622159 0
[pid=16584/tid=16598] ppid=16581 vsize=10661128 memory=193848 CPUtime=0 cores=1,3,5,7
/proc/16584/task/16598/stat : 16598 (java) S 16581 16584 11440 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 101582310 10916995072 48462 33554432000 4194304 4196468 140731606614224 139710807538400 139711577442005 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14909440 140731606619274 140731606619401 140731606619401 140731606622159 0
[pid=16584/tid=16599] ppid=16581 vsize=10661128 memory=6791534058613427641 CPUtime=0.08 cores=1,3,5,7
/proc/16584/task/16599/stat : 16599 (java) S 16581 16584 11440 0 -1 1077944384 707 0 0 0 5 3 0 0 20 0 15 0 101582310 10916995072 48462 33554432000 4194304 4196468 140731606614224 139710806485680 139711577442946 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14909440 140731606619274 140731606619401 140731606619401 140731606622159 0
Current children cumulated CPU time: 301.52 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 193848 KiB

[startup+300.001 s]*
/proc/loadavg: 1.46 1.41 1.41 3/217 16635
/proc/meminfo: memFree=27223664/32770624 swapFree=67108792/67108860
[pid=16584] ppid=16581 vsize=10661128 memory=193848 CPUtime=302.33 cores=1,3,5,7
/proc/16584/stat : 16584 (java) S 16581 16584 11440 0 -1 1077944320 31628 0 0 0 30208 25 0 0 20 0 15 0 101582304 10916995072 48462 33554432000 4194304 4196468 140731606614224 140731606596768 139711577431799 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 14909440 140731606619274 140731606619401 140731606619401 140731606622159 0
/proc/16584/statm: 2665282 48462 3148 1 0 2627263 0
[pid=16584/tid=16586] ppid=16581 vsize=10661128 memory=6791534058613427641 CPUtime=298.98 cores=1,3,5,7
/proc/16584/task/16586/stat : 16586 (java) R 16581 16584 11440 0 -1 4202560 9249 0 0 0 29894 4 0 0 20 0 15 0 101582304 10916995072 48462 33554432000 4194304 4196468 140731606614224 139711581671120 139711212172655 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 14909440 140731606619274 140731606619401 140731606619401 140731606622159 0
[pid=16584/tid=16587] ppid=16581 vsize=10661128 memory=4872558044660077418 CPUtime=0.3 cores=1,3,5,7
/proc/16584/task/16587/stat : 16587 (java) S 16581 16584 11440 0 -1 1077944384 984 0 0 0 24 6 0 0 20 0 15 0 101582305 10916995072 48462 33554432000 4194304 4196468 140731606614224 139711530052752 139711577442005 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14909440 140731606619274 140731606619401 140731606619401 140731606622159 0
[pid=16584/tid=16588] ppid=16581 vsize=10661128 memory=840 CPUtime=0.31 cores=1,3,5,7
/proc/16584/task/16588/stat : 16588 (java) S 16581 16584 11440 0 -1 1077944384 839 0 0 0 27 4 0 0 20 0 15 0 101582305 10916995072 48462 33554432000 4194304 4196468 140731606614224 139711182724112 139711577442005 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14909440 140731606619274 140731606619401 140731606619401 140731606622159 0
[pid=16584/tid=16589] ppid=16581 vsize=10661128 memory=1692 CPUtime=0.3 cores=1,3,5,7
/proc/16584/task/16589/stat : 16589 (java) S 16581 16584 11440 0 -1 1077944384 1743 0 0 0 26 4 0 0 20 0 15 0 101582305 10916995072 48462 33554432000 4194304 4196468 140731606614224 139711181671312 139711577442005 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14909440 140731606619274 140731606619401 140731606619401 140731606622159 0
[pid=16584/tid=16590] ppid=16581 vsize=10661128 memory=916 CPUtime=0.3 cores=1,3,5,7
/proc/16584/task/16590/stat : 16590 (java) S 16581 16584 11440 0 -1 1077944384 297 0 0 0 26 4 0 0 20 0 15 0 101582305 10916995072 48462 33554432000 4194304 4196468 140731606614224 139711180618512 139711577442005 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14909440 140731606619274 140731606619401 140731606619401 140731606622159 0
[pid=16584/tid=16591] ppid=16581 vsize=10661128 memory=3848 CPUtime=0.45 cores=1,3,5,7
/proc/16584/task/16591/stat : 16591 (java) S 16581 16584 11440 0 -1 1077944384 2091 0 0 0 41 4 0 0 20 0 15 0 101582306 10916995072 48462 33554432000 4194304 4196468 140731606614224 139710814906736 139711577442946 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14909440 140731606619274 140731606619401 140731606619401 140731606622159 0
[pid=16584/tid=16592] ppid=16581 vsize=10661128 memory=2588 CPUtime=0 cores=1,3,5,7
/proc/16584/task/16592/stat : 16592 (java) S 16581 16584 11440 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 15 0 101582307 10916995072 48462 33554432000 4194304 4196468 140731606614224 139710813852704 139711577442005 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14909440 140731606619274 140731606619401 140731606619401 140731606622159 0
[pid=16584/tid=16593] ppid=16581 vsize=10661128 memory=2600 CPUtime=0 cores=1,3,5,7
/proc/16584/task/16593/stat : 16593 (java) S 16581 16584 11440 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 15 0 101582307 10916995072 48462 33554432000 4194304 4196468 140731606614224 139710812799856 139711577442005 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14909440 140731606619274 140731606619401 140731606619401 140731606622159 0
[pid=16584/tid=16594] ppid=16581 vsize=10661128 memory=4104 CPUtime=0 cores=1,3,5,7
/proc/16584/task/16594/stat : 16594 (java) S 16581 16584 11440 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 101582309 10916995072 48462 33554432000 4194304 4196468 140731606614224 139710811748176 139711577450395 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14909440 140731606619274 140731606619401 140731606619401 140731606622159 0
[pid=16584/tid=16595] ppid=16581 vsize=10661128 memory=1404 CPUtime=0.69 cores=1,3,5,7
/proc/16584/task/16595/stat : 16595 (java) S 16581 16584 11440 0 -1 1077944384 6595 0 0 0 69 0 0 0 20 0 15 0 101582309 10916995072 48462 33554432000 4194304 4196468 140731606614224 139710810696560 139711577442946 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14909440 140731606619274 140731606619401 140731606619401 140731606622159 0
[pid=16584/tid=16596] ppid=16581 vsize=10661128 memory=3096 CPUtime=0.61 cores=1,3,5,7
/proc/16584/task/16596/stat : 16596 (java) S 16581 16584 11440 0 -1 1077944384 5267 0 0 0 61 0 0 0 20 0 15 0 101582309 10916995072 48462 33554432000 4194304 4196468 140731606614224 139710809643760 139711577442946 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14909440 140731606619274 140731606619401 140731606619401 140731606622159 0
[pid=16584/tid=16597] ppid=16581 vsize=10661128 memory=679232 CPUtime=0.19 cores=1,3,5,7
/proc/16584/task/16597/stat : 16597 (java) S 16581 16584 11440 0 -1 1077944384 2445 0 0 0 19 0 0 0 20 0 15 0 101582309 10916995072 48462 33554432000 4194304 4196468 140731606614224 139710808590960 139711577442946 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14909440 140731606619274 140731606619401 140731606619401 140731606622159 0
[pid=16584/tid=16598] ppid=16581 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/16584/task/16598/stat : 16598 (java) S 16581 16584 11440 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 101582310 10916995072 48462 33554432000 4194304 4196468 140731606614224 139710807538400 139711577442005 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14909440 140731606619274 140731606619401 140731606619401 140731606622159 0
[pid=16584/tid=16599] ppid=16581 vsize=10661128 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/16584/task/16599/stat : 16599 (java) S 16581 16584 11440 0 -1 1077944384 707 0 0 0 5 3 0 0 20 0 15 0 101582310 10916995072 48462 33554432000 4194304 4196468 140731606614224 139710806485680 139711577442946 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14909440 140731606619274 140731606619401 140731606619401 140731606622159 0
Current children cumulated CPU time: 302.33 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 193848 KiB

[startup+300.201 s]
/proc/loadavg: 1.46 1.41 1.41 3/217 16635
/proc/meminfo: memFree=27223664/32770624 swapFree=67108792/67108860
[pid=16584] ppid=16581 vsize=10661128 memory=193848 CPUtime=302.52 cores=1,3,5,7
/proc/16584/stat : 16584 (java) S 16581 16584 11440 0 -1 1077944320 31629 0 0 0 30227 25 0 0 20 0 15 0 101582304 10916995072 48462 33554432000 4194304 4196468 140731606614224 140731606596768 139711577431799 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 14909440 140731606619274 140731606619401 140731606619401 140731606622159 0
/proc/16584/statm: 2665282 48462 3148 1 0 2627263 0
[pid=16584/tid=16586] ppid=16581 vsize=10661128 memory=7518026630507423082 CPUtime=299.17 cores=1,3,5,7
/proc/16584/task/16586/stat : 16586 (java) R 16581 16584 11440 0 -1 4202560 9250 0 0 0 29913 4 0 0 20 0 15 0 101582304 10916995072 48462 33554432000 4194304 4196468 140731606614224 139711581671152 139711212393963 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 14909440 140731606619274 140731606619401 140731606619401 140731606622159 0
[pid=16584/tid=16587] ppid=16581 vsize=10661128 memory=6081925936199068013 CPUtime=0.3 cores=1,3,5,7
/proc/16584/task/16587/stat : 16587 (java) S 16581 16584 11440 0 -1 1077944384 984 0 0 0 24 6 0 0 20 0 15 0 101582305 10916995072 48462 33554432000 4194304 4196468 140731606614224 139711530052752 139711577442005 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14909440 140731606619274 140731606619401 140731606619401 140731606622159 0
[pid=16584/tid=16588] ppid=16581 vsize=10661128 memory=8242832241811678803 CPUtime=0.31 cores=1,3,5,7
/proc/16584/task/16588/stat : 16588 (java) S 16581 16584 11440 0 -1 1077944384 839 0 0 0 27 4 0 0 20 0 15 0 101582305 10916995072 48462 33554432000 4194304 4196468 140731606614224 139711182724112 139711577442005 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14909440 140731606619274 140731606619401 140731606619401 140731606622159 0
[pid=16584/tid=16589] ppid=16581 vsize=10661128 memory=7444563852088336746 CPUtime=0.3 cores=1,3,5,7
/proc/16584/task/16589/stat : 16589 (java) S 16581 16584 11440 0 -1 1077944384 1743 0 0 0 26 4 0 0 20 0 15 0 101582305 10916995072 48462 33554432000 4194304 4196468 140731606614224 139711181671312 139711577442005 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14909440 140731606619274 140731606619401 140731606619401 140731606622159 0
[pid=16584/tid=16590] ppid=16581 vsize=10661128 memory=288230574492221466 CPUtime=0.3 cores=1,3,5,7
/proc/16584/task/16590/stat : 16590 (java) S 16581 16584 11440 0 -1 1077944384 297 0 0 0 26 4 0 0 20 0 15 0 101582305 10916995072 48462 33554432000 4194304 4196468 140731606614224 139711180618512 139711577442005 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14909440 140731606619274 140731606619401 140731606619401 140731606622159 0
[pid=16584/tid=16591] ppid=16581 vsize=10661128 memory=288230583166042426 CPUtime=0.45 cores=1,3,5,7
/proc/16584/task/16591/stat : 16591 (java) S 16581 16584 11440 0 -1 1077944384 2091 0 0 0 41 4 0 0 20 0 15 0 101582306 10916995072 48462 33554432000 4194304 4196468 140731606614224 139710814906736 139711577442946 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14909440 140731606619274 140731606619401 140731606619401 140731606622159 0
[pid=16584/tid=16592] ppid=16581 vsize=10661128 memory=14134463315576988 CPUtime=0 cores=1,3,5,7
/proc/16584/task/16592/stat : 16592 (java) S 16581 16584 11440 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 15 0 101582307 10916995072 48462 33554432000 4194304 4196468 140731606614224 139710813852704 139711577442005 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14909440 140731606619274 140731606619401 140731606619401 140731606622159 0
[pid=16584/tid=16593] ppid=16581 vsize=10661128 memory=2436 CPUtime=0 cores=1,3,5,7
/proc/16584/task/16593/stat : 16593 (java) S 16581 16584 11440 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 15 0 101582307 10916995072 48462 33554432000 4194304 4196468 140731606614224 139710812799856 139711577442005 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14909440 140731606619274 140731606619401 140731606619401 140731606622159 0
[pid=16584/tid=16594] ppid=16581 vsize=10661128 memory=6946050781753664600 CPUtime=0 cores=1,3,5,7
/proc/16584/task/16594/stat : 16594 (java) S 16581 16584 11440 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 101582309 10916995072 48462 33554432000 4194304 4196468 140731606614224 139710811748176 139711577450395 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14909440 140731606619274 140731606619401 140731606619401 140731606622159 0
[pid=16584/tid=16595] ppid=16581 vsize=10661128 memory=7740968035966216033 CPUtime=0.69 cores=1,3,5,7
/proc/16584/task/16595/stat : 16595 (java) S 16581 16584 11440 0 -1 1077944384 6595 0 0 0 69 0 0 0 20 0 15 0 101582309 10916995072 48462 33554432000 4194304 4196468 140731606614224 139710810696560 139711577442946 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14909440 140731606619274 140731606619401 140731606619401 140731606622159 0
[pid=16584/tid=16596] ppid=16581 vsize=10661128 memory=7300737844177103212 CPUtime=0.61 cores=1,3,5,7
/proc/16584/task/16596/stat : 16596 (java) S 16581 16584 11440 0 -1 1077944384 5267 0 0 0 61 0 0 0 20 0 15 0 101582309 10916995072 48462 33554432000 4194304 4196468 140731606614224 139710809643760 139711577442946 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14909440 140731606619274 140731606619401 140731606619401 140731606622159 0
[pid=16584/tid=16597] ppid=16581 vsize=10661128 memory=7440053569103876176 CPUtime=0.19 cores=1,3,5,7
/proc/16584/task/16597/stat : 16597 (java) S 16581 16584 11440 0 -1 1077944384 2445 0 0 0 19 0 0 0 20 0 15 0 101582309 10916995072 48462 33554432000 4194304 4196468 140731606614224 139710808590960 139711577442946 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14909440 140731606619274 140731606619401 140731606619401 140731606622159 0
[pid=16584/tid=16598] ppid=16581 vsize=10661128 memory=8097870596951990631 CPUtime=0 cores=1,3,5,7
/proc/16584/task/16598/stat : 16598 (java) S 16581 16584 11440 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 101582310 10916995072 48462 33554432000 4194304 4196468 140731606614224 139710807538400 139711577442005 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14909440 140731606619274 140731606619401 140731606619401 140731606622159 0
[pid=16584/tid=16599] ppid=16581 vsize=10661128 memory=-7385037593950845031 CPUtime=0.08 cores=1,3,5,7
/proc/16584/task/16599/stat : 16599 (java) S 16581 16584 11440 0 -1 1077944384 707 0 0 0 5 3 0 0 20 0 15 0 101582310 10916995072 48462 33554432000 4194304 4196468 140731606614224 139710806485680 139711577442946 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14909440 140731606619274 140731606619401 140731606619401 140731606622159 0
Current children cumulated CPU time: 302.52 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 193848 KiB

[startup+300.301 s]
/proc/loadavg: 1.46 1.41 1.41 3/217 16635
/proc/meminfo: memFree=27223664/32770624 swapFree=67108792/67108860
[pid=16584] ppid=16581 vsize=10661128 memory=193848 CPUtime=302.62 cores=1,3,5,7
/proc/16584/stat : 16584 (java) S 16581 16584 11440 0 -1 1077944320 31685 0 0 0 30237 25 0 0 20 0 15 0 101582304 10916995072 48462 33554432000 4194304 4196468 140731606614224 140731606596768 139711577431799 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 14909440 140731606619274 140731606619401 140731606619401 140731606622159 0
/proc/16584/statm: 2665282 48462 3148 1 0 2627263 0
[pid=16584/tid=16586] ppid=16581 vsize=10661128 memory=193848 CPUtime=299.27 cores=1,3,5,7
/proc/16584/task/16586/stat : 16586 (java) R 16581 16584 11440 0 -1 4202560 9335 0 0 0 29923 4 0 0 20 0 15 0 101582304 10916995072 48462 33554432000 4194304 4196468 140731606614224 139711581671152 139711211121366 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 14909440 140731606619274 140731606619401 140731606619401 140731606622159 0
[pid=16584/tid=16587] ppid=16581 vsize=10661128 memory=193848 CPUtime=0.3 cores=1,3,5,7
/proc/16584/task/16587/stat : 16587 (java) S 16581 16584 11440 0 -1 1077944384 984 0 0 0 24 6 0 0 20 0 15 0 101582305 10916995072 48462 33554432000 4194304 4196468 140731606614224 139711530052752 139711577442005 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14909440 140731606619274 140731606619401 140731606619401 140731606622159 0
[pid=16584/tid=16588] ppid=16581 vsize=10661128 memory=193816 CPUtime=0.31 cores=1,3,5,7
/proc/16584/task/16588/stat : 16588 (java) S 16581 16584 11440 0 -1 1077944384 839 0 0 0 27 4 0 0 20 0 15 0 101582305 10916995072 48462 33554432000 4194304 4196468 140731606614224 139711182724112 139711577442005 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14909440 140731606619274 140731606619401 140731606619401 140731606622159 0
[pid=16584/tid=16589] ppid=16581 vsize=10661128 memory=193816 CPUtime=0.3 cores=1,3,5,7
/proc/16584/task/16589/stat : 16589 (java) S 16581 16584 11440 0 -1 1077944384 1743 0 0 0 26 4 0 0 20 0 15 0 101582305 10916995072 48462 33554432000 4194304 4196468 140731606614224 139711181671312 139711577442005 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14909440 140731606619274 140731606619401 140731606619401 140731606622159 0
[pid=16584/tid=16590] ppid=16581 vsize=10661128 memory=193848 CPUtime=0.3 cores=1,3,5,7
/proc/16584/task/16590/stat : 16590 (java) S 16581 16584 11440 0 -1 1077944384 297 0 0 0 26 4 0 0 20 0 15 0 101582305 10916995072 48462 33554432000 4194304 4196468 140731606614224 139711180618512 139711577442005 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14909440 140731606619274 140731606619401 140731606619401 140731606622159 0
[pid=16584/tid=16591] ppid=16581 vsize=10661128 memory=193848 CPUtime=0.45 cores=1,3,5,7
/proc/16584/task/16591/stat : 16591 (java) S 16581 16584 11440 0 -1 1077944384 2091 0 0 0 41 4 0 0 20 0 15 0 101582306 10916995072 48462 33554432000 4194304 4196468 140731606614224 139710814906736 139711577442946 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14909440 140731606619274 140731606619401 140731606619401 140731606622159 0
[pid=16584/tid=16592] ppid=16581 vsize=10661128 memory=193848 CPUtime=0 cores=1,3,5,7
/proc/16584/task/16592/stat : 16592 (java) S 16581 16584 11440 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 15 0 101582307 10916995072 48462 33554432000 4194304 4196468 140731606614224 139710813852704 139711577442005 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14909440 140731606619274 140731606619401 140731606619401 140731606622159 0
[pid=16584/tid=16593] ppid=16581 vsize=10661128 memory=193848 CPUtime=0 cores=1,3,5,7
/proc/16584/task/16593/stat : 16593 (java) S 16581 16584 11440 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 15 0 101582307 10916995072 48462 33554432000 4194304 4196468 140731606614224 139710812799856 139711577442005 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14909440 140731606619274 140731606619401 140731606619401 140731606622159 0
[pid=16584/tid=16594] ppid=16581 vsize=10661128 memory=193848 CPUtime=0 cores=1,3,5,7
/proc/16584/task/16594/stat : 16594 (java) S 16581 16584 11440 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 101582309 10916995072 48462 33554432000 4194304 4196468 140731606614224 139710811748176 139711577450395 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14909440 140731606619274 140731606619401 140731606619401 140731606622159 0
[pid=16584/tid=16595] ppid=16581 vsize=10661128 memory=193848 CPUtime=0.69 cores=1,3,5,7
/proc/16584/task/16595/stat : 16595 (java) S 16581 16584 11440 0 -1 1077944384 6595 0 0 0 69 0 0 0 20 0 15 0 101582309 10916995072 48463 33554432000 4194304 4196468 140731606614224 139710810696560 139711577442946 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14909440 140731606619274 140731606619401 140731606619401 140731606622159 0
[pid=16584/tid=16596] ppid=16581 vsize=10661128 memory=193848 CPUtime=0.61 cores=1,3,5,7
/proc/16584/task/16596/stat : 16596 (java) S 16581 16584 11440 0 -1 1077944384 5267 0 0 0 61 0 0 0 20 0 15 0 101582309 10916995072 48463 33554432000 4194304 4196468 140731606614224 139710809643760 139711577442946 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14909440 140731606619274 140731606619401 140731606619401 140731606622159 0
[pid=16584/tid=16597] ppid=16581 vsize=10661128 memory=193848 CPUtime=0.19 cores=1,3,5,7
/proc/16584/task/16597/stat : 16597 (java) R 16581 16584 11440 0 -1 4202560 2483 0 0 0 19 0 0 0 20 0 15 0 101582309 10916995072 48463 33554432000 4194304 4196468 140731606614224 139710808591256 139711561682661 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 14909440 140731606619274 140731606619401 140731606619401 140731606622159 0
[pid=16584/tid=16598] ppid=16581 vsize=10661116 memory=193848 CPUtime=0 cores=1,3,5,7
/proc/16584/task/16598/stat : 16598 (java) S 16581 16584 11440 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 101582310 10916982784 48463 33554432000 4194304 4196468 140731606614224 139710807538400 139711577442005 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14909440 140731606619274 140731606619401 140731606619401 140731606622159 0
[pid=16584/tid=16599] ppid=16581 vsize=10661128 memory=193848 CPUtime=0.08 cores=1,3,5,7
/proc/16584/task/16599/stat : 16599 (java) S 16581 16584 11440 0 -1 1077944384 707 0 0 0 5 3 0 0 20 0 15 0 101582310 10916995072 48463 33554432000 4194304 4196468 140731606614224 139710806485680 139711577442946 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14909440 140731606619274 140731606619401 140731606619401 140731606622159 0
Current children cumulated CPU time: 302.62 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 193848 KiB

Child status: 0
Real time (s): 300.308
CPU time (s): 302.636
CPU user time (s): 302.378
CPU system time (s): 0.258468
CPU usage (%): 100.775
Max. virtual memory (cumulated for all children) (KiB): 10661128
Max. memory (cumulated for all children) (KiB): 200264

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 302.378
system time used= 0.258468
maximum resident set size= 200264
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 32200
page faults= 0
swaps= 0
block input operations= 0
block output operations= 416
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 20888
involuntary context switches= 504


# summary of solver processes directly reported to runsolver:
#   pid: 16584
#   total CPU time (s): 302.636
#   total CPU user time (s): 302.378
#   total CPU system time (s): 0.258468

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.70339 second user time and 2.90418 second system time

The end

Launcher Data

Begin job on node150 at 2018-07-29 06:56:30
IDJOB=4300445
IDBENCH=141627
IDSOLVER=2767
FILE ID=node150/4300445-1532840190
RUNJOBID= node150-1532808681-11472
PBS_JOBID= 21022473
Free space on /tmp= 53100 MiB

SOLVER NAME= SuperSolver_Macq_Stevenart 2018-04-27
BENCH NAME= XCSP18/TravellingSalesman/TravellingSalesman-10-20-00_c18.xml
COMMAND LINE= java -jar DIR/bestMinicp.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4300445-1532840190/watcher-4300445-1532840190 -o /tmp/evaluation-result-4300445-1532840190/solver-4300445-1532840190 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node150-1532808681-11472 --watchdog 2580  java -jar HOME/bestMinicp.jar HOME/instance-4300445-1532840190.xml

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

MD5SUM BENCH= 41acc49479871df381e8fa6a150e4ace
RANDOM SEED=195391280

node150.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.76
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.76
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.76
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.76
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:        27443552 kB
MemAvailable:   31304844 kB
Buffers:          216812 kB
Cached:          3883020 kB
SwapCached:           32 kB
Active:          2122652 kB
Inactive:        2663316 kB
Active(anon):     637764 kB
Inactive(anon):    76188 kB
Active(file):    1484888 kB
Inactive(file):  2587128 kB
Unevictable:        7752 kB
Mlocked:            7752 kB
SwapTotal:      67108860 kB
SwapFree:       67108792 kB
Dirty:              1268 kB
Writeback:             0 kB
AnonPages:        702072 kB
Mapped:            55736 kB
Shmem:             25156 kB
Slab:             238668 kB
SReclaimable:     210224 kB
SUnreclaim:        28444 kB
KernelStack:        3792 kB
PageTables:         6656 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1906460 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    602112 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      126336 kB
DirectMap2M:    33419264 kB

Free space on /tmp at the end= 53100 MiB
End job on node150 at 2018-07-29 07:01:31