Trace number 4310292

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
OscaR - Hybrid 2018-08-14SAT (TO)7 252.13 244.031

General information on the benchmark

NamePeacableArmies/
PeacableArmies-m2-07_c18.xml
MD5SUMd533abf730bec48b9e0ac1943d19d6b7
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark7
Best CPU time to get the best result obtained on this benchmark22.2788
Satisfiable
(Un)Satisfiability was proved
Number of variables51
Number of constraints479
Number of domains2
Minimum domain size3
Maximum domain size24
Distribution of domain sizes[{"size":3,"count":49},{"size":24,"count":2}]
Minimum variable degree2
Maximum variable degree26
Distribution of variable degrees[{"degree":2,"count":1},{"degree":3,"count":1},{"degree":20,"count":24},{"degree":22,"count":16},{"degree":24,"count":8},{"degree":26,"count":1}]
Minimum constraint arity2
Maximum constraint arity50
Distribution of constraint arities[{"arity":2,"count":477},{"arity":50,"count":2}]
Number of extensional constraints0
Number of intensional constraints477
Distribution of constraint types[{"type":"intension","count":477},{"type":"count","count":2}]
Optimization problemYES
Type of objectivemax VAR

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.68/0.55	c version: 2018-08-14
0.68/0.55	c seed: 1268101698
0.68/0.55	c timeout: 252
0.68/0.55	c memlimit: 11000
0.68/0.55	c nbcore: 4
0.68/0.58	c Parsing instance...
2.08/1.23	c Parsing done, starting first complete search...
2.08/1.26	o 0
2.08/1.26	o 1
2.08/1.27	o 2
2.08/1.27	o 3
2.95/1.59	o 4
3.86/1.86	o 5
5.40/3.17	c First complete search done, starting ALNS search...
5.53/3.29	o 6
5.53/3.29	o 7
252.10/244.01	s SATISFIABLE
252.10/244.01	v <instantiation>
252.10/244.01	v 	<list>
252.10/244.01	v 		x[0][0] x[0][1] x[0][2] x[0][3] x[0][4] x[0][5] x[0][6] x[1][0] x[1][1] x[1][2] x[1][3] x[1][4] x[1][5] x[1][6] x[2][0] x[2][1] x[2][2] x[2][3] x[2][4] x[2][5] x[2][6] x[3][0] x[3][1] x[3][2] x[3][3] x[3][4] x[3][5] x[3][6] x[4][0] x[4][1] x[4][2] x[4][3] x[4][4] x[4][5] x[4][6] x[5][0] x[5][1] x[5][2] x[5][3] x[5][4] x[5][5] x[5][6] x[6][0] x[6][1] x[6][2] x[6][3] x[6][4] x[6][5] x[6][6] nb nw
252.10/244.01	v 	</list>
252.10/244.01	v 	<values>
252.10/244.01	v 		0 0 0 0 0 2 2 0 0 0 0 2 2 0 1 1 1 0 0 0 0 1 1 0 0 0 0 0 0 0 0 0 0 2 2 0 0 0 0 0 0 2 0 1 1 0 0 0 0 7 7 
252.10/244.01	v 	</values>
252.10/244.01	v </instantiation>

Verifier Data

OK	7

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4310292-1534332261/watcher-4310292-1534332261 -o /tmp/evaluation-result-4310292-1534332261/solver-4310292-1534332261 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node133-1534329232-16097 --watchdog 312 java -Xmx11000m -jar oscarCPXcsp3-hybrid.jar --randomseed 1268101698 --timelimit 252 --memlimit 11000 --nbcore 4 HOME/instance-4310292-1534332261.xml 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 252 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 282 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 252 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=19418, runsolver pid=19415

[startup+0.100163 s]*
/proc/loadavg: 1.98 1.74 1.70 3/221 19433
/proc/meminfo: memFree=23713220/32770624 swapFree=67108852/67108860
[pid=19418] ppid=19415 vsize=14082736 memory=34104 CPUtime=0.11 cores=0,2,4,6
/proc/19418/stat : 19418 (java) S 19415 19418 16066 0 -1 1077944320 7430 0 0 0 10 1 0 0 20 0 15 0 250789263 14420721664 8526 33554432000 4194304 4196468 140733805462864 140733805445408 140133440397047 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 12754944 140733805470810 140733805470990 140733805470990 140733805473743 0
/proc/19418/statm: 3520684 8526 3144 1 0 3482761 0
[pid=19418/tid=19420] ppid=19415 vsize=14082736 memory=-8485517772678403458 CPUtime=0.09 cores=0,2,4,6
/proc/19418/task/19420/stat : 19420 (java) R 19415 19418 16066 0 -1 4202560 5532 0 0 0 8 1 0 0 20 0 15 0 250789264 14420721664 8526 33554432000 4194304 4196468 140733805462864 140133444582000 140133426594992 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 12754944 140733805470810 140733805470990 140733805470990 140733805473743 0
[pid=19418/tid=19421] ppid=19415 vsize=14082736 memory=-7522837583129502606 CPUtime=0 cores=0,2,4,6
/proc/19418/task/19421/stat : 19421 (java) S 19415 19418 16066 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250789265 14420721664 8526 33554432000 4194304 4196468 140733805462864 140133377997712 140133440407253 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12754944 140733805470810 140733805470990 140733805470990 140733805473743 0
[pid=19418/tid=19422] ppid=19415 vsize=14082736 memory=140562904094336 CPUtime=0 cores=0,2,4,6
/proc/19418/task/19422/stat : 19422 (java) S 19415 19418 16066 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 250789265 14420721664 8526 33554432000 4194304 4196468 140733805462864 140133376944912 140133440407253 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12754944 140733805470810 140733805470990 140733805470990 140733805473743 0
[pid=19418/tid=19423] ppid=19415 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19418/task/19423/stat : 19423 (java) S 19415 19418 16066 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250789265 14420721664 8526 33554432000 4194304 4196468 140733805462864 140133375892624 140133440407253 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12754944 140733805470810 140733805470990 140733805470990 140733805473743 0
[pid=19418/tid=19424] ppid=19415 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/19418/task/19424/stat : 19424 (java) S 19415 19418 16066 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 250789265 14420721664 8526 33554432000 4194304 4196468 140733805462864 140133033057296 140133440407253 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12754944 140733805470810 140733805470990 140733805470990 140733805473743 0
[pid=19418/tid=19425] ppid=19415 vsize=14082736 memory=140562904094336 CPUtime=0 cores=0,2,4,6
/proc/19418/task/19425/stat : 19425 (java) S 19415 19418 16066 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 250789266 14420721664 8526 33554432000 4194304 4196468 140733805462864 140132982552688 140133440408194 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12754944 140733805470810 140733805470990 140733805470990 140733805473743 0
[pid=19418/tid=19426] ppid=19415 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/19418/task/19426/stat : 19426 (java) S 19415 19418 16066 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 250789266 14420721664 8526 33554432000 4194304 4196468 140733805462864 140132981498656 140133440407253 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12754944 140733805470810 140733805470990 140733805470990 140733805473743 0
[pid=19418/tid=19427] ppid=19415 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19418/task/19427/stat : 19427 (java) S 19415 19418 16066 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 250789267 14420721664 8526 33554432000 4194304 4196468 140733805462864 140132980446320 140133440407253 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12754944 140733805470810 140733805470990 140733805470990 140733805473743 0
[pid=19418/tid=19428] ppid=19415 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19418/task/19428/stat : 19428 (java) S 19415 19418 16066 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250789269 14420721664 8526 33554432000 4194304 4196468 140733805462864 140132979394640 140133440415643 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12754944 140733805470810 140733805470990 140733805470990 140733805473743 0
[pid=19418/tid=19429] ppid=19415 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19418/task/19429/stat : 19429 (java) S 19415 19418 16066 0 -1 1077944384 312 0 0 0 0 0 0 0 20 0 15 0 250789269 14420721664 8526 33554432000 4194304 4196468 140733805462864 140132978342512 140133440408194 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12754944 140733805470810 140733805470990 140733805470990 140733805473743 0
[pid=19418/tid=19430] ppid=19415 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/19418/task/19430/stat : 19430 (java) S 19415 19418 16066 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250789269 14420721664 8526 33554432000 4194304 4196468 140733805462864 140132977289712 140133440408194 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12754944 140733805470810 140733805470990 140733805470990 140733805473743 0
[pid=19418/tid=19431] ppid=19415 vsize=14082736 memory=140562904094336 CPUtime=0.01 cores=0,2,4,6
/proc/19418/task/19431/stat : 19431 (java) S 19415 19418 16066 0 -1 1077944384 233 0 0 0 1 0 0 0 20 0 15 0 250789269 14420721664 8526 33554432000 4194304 4196468 140733805462864 140132976237424 140133440408194 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12754944 140733805470810 140733805470990 140733805470990 140733805473743 0
[pid=19418/tid=19432] ppid=19415 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/19418/task/19432/stat : 19432 (java) S 19415 19418 16066 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250789269 14420721664 8526 33554432000 4194304 4196468 140733805462864 140132975184864 140133440407253 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12754944 140733805470810 140733805470990 140733805470990 140733805473743 0
[pid=19418/tid=19433] ppid=19415 vsize=14082736 memory=140562904094336 CPUtime=0 cores=0,2,4,6
/proc/19418/task/19433/stat : 19433 (java) S 19415 19418 16066 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250789269 14420721664 8526 33554432000 4194304 4196468 140733805462864 140132974131632 140133440408194 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12754944 140733805470810 140733805470990 140733805470990 140733805473743 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 34104 KiB

[startup+0.21065 s]*
/proc/loadavg: 1.98 1.74 1.70 6/221 19433
/proc/meminfo: memFree=23687044/32770624 swapFree=67108852/67108860
[pid=19418] ppid=19415 vsize=14082736 memory=47492 CPUtime=0.31 cores=0,2,4,6
/proc/19418/stat : 19418 (java) S 19415 19418 16066 0 -1 1077944320 10489 0 0 0 28 3 0 0 20 0 15 0 250789263 14420721664 11873 33554432000 4194304 4196468 140733805462864 140733805445408 140133440397047 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 12754944 140733805470810 140733805470990 140733805470990 140733805473743 0
/proc/19418/statm: 3520684 11873 3359 1 0 3482761 0
[pid=19418/tid=19420] ppid=19415 vsize=14082736 memory=7022364594140610616 CPUtime=0.2 cores=0,2,4,6
/proc/19418/task/19420/stat : 19420 (java) R 19415 19418 16066 0 -1 4202560 8235 0 0 0 18 2 0 0 20 0 15 0 250789264 14420721664 11873 33554432000 4194304 4196468 140733805462864 140133444623744 140133440418973 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 12754944 140733805470810 140733805470990 140733805470990 140733805473743 0
[pid=19418/tid=19421] ppid=19415 vsize=14082736 memory=345 CPUtime=0 cores=0,2,4,6
/proc/19418/task/19421/stat : 19421 (java) S 19415 19418 16066 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250789265 14420721664 11873 33554432000 4194304 4196468 140733805462864 140133377997712 140133440407253 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12754944 140733805470810 140733805470990 140733805470990 140733805473743 0
[pid=19418/tid=19422] ppid=19415 vsize=14082736 memory=140562905441829 CPUtime=0 cores=0,2,4,6
/proc/19418/task/19422/stat : 19422 (java) S 19415 19418 16066 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 250789265 14420721664 11873 33554432000 4194304 4196468 140733805462864 140133376944912 140133440407253 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12754944 140733805470810 140733805470990 140733805470990 140733805473743 0
[pid=19418/tid=19423] ppid=19415 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19418/task/19423/stat : 19423 (java) S 19415 19418 16066 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250789265 14420721664 11873 33554432000 4194304 4196468 140733805462864 140133375892624 140133440407253 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12754944 140733805470810 140733805470990 140733805470990 140733805473743 0
[pid=19418/tid=19424] ppid=19415 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/19418/task/19424/stat : 19424 (java) S 19415 19418 16066 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 250789265 14420721664 11873 33554432000 4194304 4196468 140733805462864 140133033057296 140133440407253 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12754944 140733805470810 140733805470990 140733805470990 140733805473743 0
[pid=19418/tid=19425] ppid=19415 vsize=14082736 memory=140562904094336 CPUtime=0 cores=0,2,4,6
/proc/19418/task/19425/stat : 19425 (java) S 19415 19418 16066 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 250789266 14420721664 11873 33554432000 4194304 4196468 140733805462864 140132982552688 140133440408194 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12754944 140733805470810 140733805470990 140733805470990 140733805473743 0
[pid=19418/tid=19426] ppid=19415 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/19418/task/19426/stat : 19426 (java) S 19415 19418 16066 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 250789266 14420721664 11873 33554432000 4194304 4196468 140733805462864 140132981498656 140133440407253 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12754944 140733805470810 140733805470990 140733805470990 140733805473743 0
[pid=19418/tid=19427] ppid=19415 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19418/task/19427/stat : 19427 (java) S 19415 19418 16066 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 250789267 14420721664 11873 33554432000 4194304 4196468 140733805462864 140132980446320 140133440407253 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12754944 140733805470810 140733805470990 140733805470990 140733805473743 0
[pid=19418/tid=19428] ppid=19415 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19418/task/19428/stat : 19428 (java) S 19415 19418 16066 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250789269 14420721664 11873 33554432000 4194304 4196468 140733805462864 140132979394640 140133440415643 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12754944 140733805470810 140733805470990 140733805470990 140733805473743 0
[pid=19418/tid=19429] ppid=19415 vsize=14082736 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/19418/task/19429/stat : 19429 (java) S 19415 19418 16066 0 -1 1077944384 440 0 0 0 1 0 0 0 20 0 15 0 250789269 14420721664 11873 33554432000 4194304 4196468 140733805462864 140132978342512 140133440408194 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12754944 140733805470810 140733805470990 140733805470990 140733805473743 0
[pid=19418/tid=19430] ppid=19415 vsize=14082736 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/19418/task/19430/stat : 19430 (java) R 19415 19418 16066 0 -1 4202560 159 0 0 0 2 0 0 0 20 0 15 0 250789269 14420721664 11873 33554432000 4194304 4196468 140733805462864 140132977281216 140133421097607 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 12754944 140733805470810 140733805470990 140733805470990 140733805473743 0
[pid=19418/tid=19431] ppid=19415 vsize=14082736 memory=140562904094336 CPUtime=0.06 cores=0,2,4,6
/proc/19418/task/19431/stat : 19431 (java) R 19415 19418 16066 0 -1 4202560 273 0 0 0 6 0 0 0 20 0 15 0 250789269 14420721664 11873 33554432000 4194304 4196468 140733805462864 140132976237424 140133419338714 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 12754944 140733805470810 140733805470990 140733805470990 140733805473743 0
[pid=19418/tid=19432] ppid=19415 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/19418/task/19432/stat : 19432 (java) S 19415 19418 16066 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250789269 14420721664 11873 33554432000 4194304 4196468 140733805462864 140132975184864 140133440407253 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12754944 140733805470810 140733805470990 140733805470990 140733805473743 0
[pid=19418/tid=19433] ppid=19415 vsize=14082736 memory=140562904094336 CPUtime=0 cores=0,2,4,6
/proc/19418/task/19433/stat : 19433 (java) S 19415 19418 16066 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250789269 14420721664 11873 33554432000 4194304 4196468 140733805462864 140132974131632 140133440408194 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12754944 140733805470810 140733805470990 140733805470990 140733805473743 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 47492 KiB

[startup+0.310938 s]*
/proc/loadavg: 1.98 1.74 1.70 4/221 19433
/proc/meminfo: memFree=23633428/32770624 swapFree=67108852/67108860
[pid=19418] ppid=19415 vsize=14082736 memory=50976 CPUtime=0.43 cores=0,2,4,6
/proc/19418/stat : 19418 (java) S 19415 19418 16066 0 -1 1077944320 10848 0 0 0 40 3 0 0 20 0 15 0 250789263 14420721664 12744 33554432000 4194304 4196468 140733805462864 140733805445408 140133440397047 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 12754944 140733805470810 140733805470990 140733805470990 140733805473743 0
/proc/19418/statm: 3520684 12744 3362 1 0 3482761 0
[pid=19418/tid=19420] ppid=19415 vsize=14082736 memory=7311146985107750967 CPUtime=0.3 cores=0,2,4,6
/proc/19418/task/19420/stat : 19420 (java) R 19415 19418 16066 0 -1 4202560 8582 0 0 0 28 2 0 0 20 0 15 0 250789264 14420721664 12744 33554432000 4194304 4196468 140733805462864 140133444618144 140133420672875 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 12754944 140733805470810 140733805470990 140733805470990 140733805473743 0
[pid=19418/tid=19421] ppid=19415 vsize=14082736 memory=304556157652172823 CPUtime=0 cores=0,2,4,6
/proc/19418/task/19421/stat : 19421 (java) S 19415 19418 16066 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250789265 14420721664 12744 33554432000 4194304 4196468 140733805462864 140133377997712 140133440407253 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12754944 140733805470810 140733805470990 140733805470990 140733805473743 0
[pid=19418/tid=19422] ppid=19415 vsize=14082736 memory=140562905450644 CPUtime=0 cores=0,2,4,6
/proc/19418/task/19422/stat : 19422 (java) S 19415 19418 16066 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 250789265 14420721664 12744 33554432000 4194304 4196468 140733805462864 140133376944912 140133440407253 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12754944 140733805470810 140733805470990 140733805470990 140733805473743 0
[pid=19418/tid=19423] ppid=19415 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19418/task/19423/stat : 19423 (java) S 19415 19418 16066 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250789265 14420721664 12744 33554432000 4194304 4196468 140733805462864 140133375892624 140133440407253 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12754944 140733805470810 140733805470990 140733805470990 140733805473743 0
[pid=19418/tid=19424] ppid=19415 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/19418/task/19424/stat : 19424 (java) S 19415 19418 16066 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 250789265 14420721664 12744 33554432000 4194304 4196468 140733805462864 140133033057296 140133440407253 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12754944 140733805470810 140733805470990 140733805470990 140733805473743 0
[pid=19418/tid=19425] ppid=19415 vsize=14082736 memory=140562904094336 CPUtime=0 cores=0,2,4,6
/proc/19418/task/19425/stat : 19425 (java) S 19415 19418 16066 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 250789266 14420721664 12744 33554432000 4194304 4196468 140733805462864 140132982552688 140133440408194 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12754944 140733805470810 140733805470990 140733805470990 140733805473743 0
[pid=19418/tid=19426] ppid=19415 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/19418/task/19426/stat : 19426 (java) S 19415 19418 16066 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 250789266 14420721664 12744 33554432000 4194304 4196468 140733805462864 140132981498656 140133440407253 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12754944 140733805470810 140733805470990 140733805470990 140733805473743 0
[pid=19418/tid=19427] ppid=19415 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19418/task/19427/stat : 19427 (java) S 19415 19418 16066 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 250789267 14420721664 12744 33554432000 4194304 4196468 140733805462864 140132980446320 140133440407253 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12754944 140733805470810 140733805470990 140733805470990 140733805473743 0
[pid=19418/tid=19428] ppid=19415 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19418/task/19428/stat : 19428 (java) S 19415 19418 16066 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250789269 14420721664 12744 33554432000 4194304 4196468 140733805462864 140132979394640 140133440415643 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12754944 140733805470810 140733805470990 140733805470990 140733805473743 0
[pid=19418/tid=19429] ppid=19415 vsize=14082736 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/19418/task/19429/stat : 19429 (java) S 19415 19418 16066 0 -1 1077944384 445 0 0 0 1 0 0 0 20 0 15 0 250789269 14420721664 12744 33554432000 4194304 4196468 140733805462864 140132978342512 140133440408194 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12754944 140733805470810 140733805470990 140733805470990 140733805473743 0
[pid=19418/tid=19430] ppid=19415 vsize=14082736 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/19418/task/19430/stat : 19430 (java) S 19415 19418 16066 0 -1 1077944384 160 0 0 0 2 0 0 0 20 0 15 0 250789269 14420721664 12744 33554432000 4194304 4196468 140733805462864 140132977289712 140133440408194 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12754944 140733805470810 140733805470990 140733805470990 140733805473743 0
[pid=19418/tid=19431] ppid=19415 vsize=14082736 memory=140562904094336 CPUtime=0.08 cores=0,2,4,6
/proc/19418/task/19431/stat : 19431 (java) S 19415 19418 16066 0 -1 1077944384 279 0 0 0 8 0 0 0 20 0 15 0 250789269 14420721664 12744 33554432000 4194304 4196468 140733805462864 140132976237424 140133440408194 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12754944 140733805470810 140733805470990 140733805470990 140733805473743 0
[pid=19418/tid=19432] ppid=19415 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/19418/task/19432/stat : 19432 (java) S 19415 19418 16066 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250789269 14420721664 12744 33554432000 4194304 4196468 140733805462864 140132975184864 140133440407253 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12754944 140733805470810 140733805470990 140733805470990 140733805473743 0
[pid=19418/tid=19433] ppid=19415 vsize=14082736 memory=140562904094336 CPUtime=0 cores=0,2,4,6
/proc/19418/task/19433/stat : 19433 (java) S 19415 19418 16066 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250789269 14420721664 12744 33554432000 4194304 4196468 140733805462864 140132974131632 140133440408194 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12754944 140733805470810 140733805470990 140733805470990 140733805473743 0
Current children cumulated CPU time: 0.43 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 50976 KiB

[startup+0.700824 s]
/proc/loadavg: 1.98 1.74 1.70 6/221 19433
/proc/meminfo: memFree=23440688/32770624 swapFree=67108852/67108860
[pid=19418] ppid=19415 vsize=14084804 memory=90844 CPUtime=0.99 cores=0,2,4,6
/proc/19418/stat : 19418 (java) S 19415 19418 16066 0 -1 1077944320 17577 0 0 0 94 5 0 0 20 0 15 0 250789263 14422839296 22711 33554432000 4194304 4196468 140733805462864 140733805445408 140133440397047 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 12754944 140733805470810 140733805470990 140733805470990 140733805473743 0
/proc/19418/statm: 3521201 22711 3498 1 0 3483273 0
[pid=19418/tid=19420] ppid=19415 vsize=14084804 memory=3340 CPUtime=0.68 cores=0,2,4,6
/proc/19418/task/19420/stat : 19420 (java) R 19415 19418 16066 0 -1 4202560 14898 0 0 0 64 4 0 0 20 0 15 0 250789264 14422839296 22711 33554432000 4194304 4196468 140733805462864 140133444611904 140133424477534 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 12754944 140733805470810 140733805470990 140733805470990 140733805473743 0
[pid=19418/tid=19421] ppid=19415 vsize=14084804 memory=1172 CPUtime=0 cores=0,2,4,6
/proc/19418/task/19421/stat : 19421 (java) S 19415 19418 16066 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250789265 14422839296 22711 33554432000 4194304 4196468 140733805462864 140133377997712 140133440407253 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12754944 140733805470810 140733805470990 140733805470990 140733805473743 0
[pid=19418/tid=19422] ppid=19415 vsize=14084804 memory=37828 CPUtime=0 cores=0,2,4,6
/proc/19418/task/19422/stat : 19422 (java) S 19415 19418 16066 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 250789265 14422839296 22711 33554432000 4194304 4196468 140733805462864 140133376944912 140133440407253 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12754944 140733805470810 140733805470990 140733805470990 140733805473743 0
[pid=19418/tid=19423] ppid=19415 vsize=14084804 memory=1624 CPUtime=0 cores=0,2,4,6
/proc/19418/task/19423/stat : 19423 (java) S 19415 19418 16066 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250789265 14422839296 22711 33554432000 4194304 4196468 140733805462864 140133375892624 140133440407253 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12754944 140733805470810 140733805470990 140733805470990 140733805473743 0
[pid=19418/tid=19424] ppid=19415 vsize=14084804 memory=496 CPUtime=0 cores=0,2,4,6
/proc/19418/task/19424/stat : 19424 (java) S 19415 19418 16066 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 250789265 14422839296 22711 33554432000 4194304 4196468 140733805462864 140133033057296 140133440407253 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12754944 140733805470810 140733805470990 140733805470990 140733805473743 0
[pid=19418/tid=19425] ppid=19415 vsize=14084804 memory=928 CPUtime=0 cores=0,2,4,6
/proc/19418/task/19425/stat : 19425 (java) S 19415 19418 16066 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 250789266 14422839296 22711 33554432000 4194304 4196468 140733805462864 140132982552688 140133440408194 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12754944 140733805470810 140733805470990 140733805470990 140733805473743 0
[pid=19418/tid=19426] ppid=19415 vsize=14084804 memory=2248 CPUtime=0 cores=0,2,4,6
/proc/19418/task/19426/stat : 19426 (java) S 19415 19418 16066 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 250789266 14422839296 22711 33554432000 4194304 4196468 140733805462864 140132981498656 140133440407253 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12754944 140733805470810 140733805470990 140733805470990 140733805473743 0
[pid=19418/tid=19427] ppid=19415 vsize=14084804 memory=1568 CPUtime=0 cores=0,2,4,6
/proc/19418/task/19427/stat : 19427 (java) S 19415 19418 16066 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 250789267 14422839296 22711 33554432000 4194304 4196468 140733805462864 140132980446320 140133440407253 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12754944 140733805470810 140733805470990 140733805470990 140733805473743 0
[pid=19418/tid=19428] ppid=19415 vsize=14084804 memory=7379241883359864663 CPUtime=0 cores=0,2,4,6
/proc/19418/task/19428/stat : 19428 (java) S 19415 19418 16066 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250789269 14422839296 22711 33554432000 4194304 4196468 140733805462864 140132979394640 140133440415643 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12754944 140733805470810 140733805470990 140733805470990 140733805473743 0
[pid=19418/tid=19429] ppid=19415 vsize=14084804 memory=7237400421040875609 CPUtime=0.07 cores=0,2,4,6
/proc/19418/task/19429/stat : 19429 (java) S 19415 19418 16066 0 -1 1077944384 640 0 0 0 7 0 0 0 20 0 15 0 250789269 14422839296 22711 33554432000 4194304 4196468 140733805462864 140132978342512 140133440408194 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12754944 140733805470810 140733805470990 140733805470990 140733805473743 0
[pid=19418/tid=19430] ppid=19415 vsize=14084804 memory=7523071198212214892 CPUtime=0.07 cores=0,2,4,6
/proc/19418/task/19430/stat : 19430 (java) S 19415 19418 16066 0 -1 1077944384 301 0 0 0 7 0 0 0 20 0 15 0 250789269 14422839296 22711 33554432000 4194304 4196468 140733805462864 140132977289712 140133440408194 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12754944 140733805470810 140733805470990 140733805470990 140733805473743 0
[pid=19418/tid=19431] ppid=19415 vsize=14084804 memory=0 CPUtime=0.15 cores=0,2,4,6
/proc/19418/task/19431/stat : 19431 (java) S 19415 19418 16066 0 -1 1077944384 357 0 0 0 15 0 0 0 20 0 15 0 250789269 14422839296 22711 33554432000 4194304 4196468 140733805462864 140132976237424 140133440408194 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12754944 140733805470810 140733805470990 140733805470990 140733805473743 0
[pid=19418/tid=19432] ppid=19415 vsize=14084804 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19418/task/19432/stat : 19432 (java) S 19415 19418 16066 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250789269 14422839296 22711 33554432000 4194304 4196468 140733805462864 140132975184864 140133440407253 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12754944 140733805470810 140733805470990 140733805470990 140733805473743 0
[pid=19418/tid=19433] ppid=19415 vsize=14084804 memory=6436 CPUtime=0 cores=0,2,4,6
/proc/19418/task/19433/stat : 19433 (java) S 19415 19418 16066 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250789269 14422839296 22711 33554432000 4194304 4196468 140733805462864 140132974131632 140133440408194 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12754944 140733805470810 140733805470990 140733805470990 140733805473743 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 14084804 KiB
Current children cumulated memory: 90844 KiB

[startup+1.50077 s]
/proc/loadavg: 1.98 1.74 1.70 9/221 19433
/proc/meminfo: memFree=23218092/32770624 swapFree=67108852/67108860
[pid=19418] ppid=19415 vsize=14090948 memory=154016 CPUtime=2.95 cores=0,2,4,6
/proc/19418/stat : 19418 (java) S 19415 19418 16066 0 -1 1077944320 27953 0 0 0 286 9 0 0 20 0 15 0 250789263 14429130752 38504 33554432000 4194304 4196468 140733805462864 140733805445408 140133440397047 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 12754944 140733805470810 140733805470990 140733805470990 140733805473743 0
/proc/19418/statm: 3522737 38504 3540 1 0 3484809 0
[pid=19418/tid=19420] ppid=19415 vsize=14090948 memory=136828 CPUtime=1.46 cores=0,2,4,6
/proc/19418/task/19420/stat : 19420 (java) R 19415 19418 16066 0 -1 4202560 21021 0 0 0 140 6 0 0 20 0 15 0 250789264 14429130752 38504 33554432000 4194304 4196468 140733805462864 140133444631728 140133060407892 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 12754944 140733805470810 140733805470990 140733805470990 140733805473743 0
[pid=19418/tid=19421] ppid=19415 vsize=14090948 memory=6791534058613427641 CPUtime=0 cores=0,2,4,6
/proc/19418/task/19421/stat : 19421 (java) S 19415 19418 16066 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250789265 14429130752 38504 33554432000 4194304 4196468 140733805462864 140133377997712 140133440407253 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12754944 140733805470810 140733805470990 140733805470990 140733805473743 0
[pid=19418/tid=19422] ppid=19415 vsize=14090948 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19418/task/19422/stat : 19422 (java) S 19415 19418 16066 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 250789265 14429130752 38504 33554432000 4194304 4196468 140733805462864 140133376944912 140133440407253 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12754944 140733805470810 140733805470990 140733805470990 140733805473743 0
[pid=19418/tid=19423] ppid=19415 vsize=14090948 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19418/task/19423/stat : 19423 (java) S 19415 19418 16066 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250789265 14429130752 38504 33554432000 4194304 4196468 140733805462864 140133375892624 140133440407253 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12754944 140733805470810 140733805470990 140733805470990 140733805473743 0
[pid=19418/tid=19424] ppid=19415 vsize=14090948 memory=6943526294502006880 CPUtime=0 cores=0,2,4,6
/proc/19418/task/19424/stat : 19424 (java) S 19415 19418 16066 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 250789265 14429130752 38504 33554432000 4194304 4196468 140733805462864 140133033057296 140133440407253 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12754944 140733805470810 140733805470990 140733805470990 140733805473743 0
[pid=19418/tid=19425] ppid=19415 vsize=14090948 memory=0 CPUtime=0 cores=0,2,4,6
/proc/19418/task/19425/stat : 19425 (java) S 19415 19418 16066 0 -1 1077944384 130 0 0 0 0 0 0 0 20 0 15 0 250789266 14429130752 38504 33554432000 4194304 4196468 140733805462864 140132982552688 140133440408194 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12754944 140733805470810 140733805470990 140733805470990 140733805473743 0

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

/proc/19418/task/19420/stat : 19420 (java) R 19415 19418 16066 0 -1 4202560 28533 0 0 0 10091 11 0 0 20 0 15 0 250789264 14431227904 71463 33554432000 4194304 4196468 140733805462864 140133444634400 140733805616872 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 12754944 140733805470810 140733805470990 140733805470990 140733805473743 0
[pid=19418/tid=19421] ppid=19415 vsize=14092996 memory=6791534058613427641 CPUtime=0.49 cores=0,2,4,6
/proc/19418/task/19421/stat : 19421 (java) S 19415 19418 16066 0 -1 1077944384 1670 0 0 0 43 6 0 0 20 0 15 0 250789265 14431227904 71463 33554432000 4194304 4196468 140733805462864 140133377997712 140133440407253 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12754944 140733805470810 140733805470990 140733805470990 140733805473743 0
[pid=19418/tid=19422] ppid=19415 vsize=14092996 memory=3840 CPUtime=0.49 cores=0,2,4,6
/proc/19418/task/19422/stat : 19422 (java) S 19415 19418 16066 0 -1 1077944384 1072 0 0 0 43 6 0 0 20 0 15 0 250789265 14431227904 71463 33554432000 4194304 4196468 140733805462864 140133376944912 140133440407253 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12754944 140733805470810 140733805470990 140733805470990 140733805473743 0
[pid=19418/tid=19423] ppid=19415 vsize=14092996 memory=281348 CPUtime=0.49 cores=0,2,4,6
/proc/19418/task/19423/stat : 19423 (java) S 19415 19418 16066 0 -1 1077944384 1193 0 0 0 42 7 0 0 20 0 15 0 250789265 14431227904 71463 33554432000 4194304 4196468 140733805462864 140133375892624 140133440407253 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12754944 140733805470810 140733805470990 140733805470990 140733805473743 0
[pid=19418/tid=19424] ppid=19415 vsize=14092996 memory=281344 CPUtime=0.49 cores=0,2,4,6
/proc/19418/task/19424/stat : 19424 (java) S 19415 19418 16066 0 -1 1077944384 1610 0 0 0 43 6 0 0 20 0 15 0 250789265 14431227904 71463 33554432000 4194304 4196468 140733805462864 140133033057296 140133440407253 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12754944 140733805470810 140733805470990 140733805470990 140733805473743 0
[pid=19418/tid=19425] ppid=19415 vsize=14092996 memory=140562804085537 CPUtime=0.53 cores=0,2,4,6
/proc/19418/task/19425/stat : 19425 (java) S 19415 19418 16066 0 -1 1077944384 1555 0 0 0 50 3 0 0 20 0 15 0 250789266 14431227904 71463 33554432000 4194304 4196468 140733805462864 140132982552688 140133440408194 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12754944 140733805470810 140733805470990 140733805470990 140733805473743 0
[pid=19418/tid=19426] ppid=19415 vsize=14092996 memory=-7161732098442470212 CPUtime=0 cores=0,2,4,6
/proc/19418/task/19426/stat : 19426 (java) S 19415 19418 16066 0 -1 1077944384 79 0 0 0 0 0 0 0 20 0 15 0 250789266 14431227904 71463 33554432000 4194304 4196468 140733805462864 140132981498720 140133440407253 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12754944 140733805470810 140733805470990 140733805470990 140733805473743 0
[pid=19418/tid=19427] ppid=19415 vsize=14092996 memory=283628 CPUtime=0 cores=0,2,4,6
/proc/19418/task/19427/stat : 19427 (java) S 19415 19418 16066 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 15 0 250789267 14431227904 71463 33554432000 4194304 4196468 140733805462864 140132980446336 140133440407253 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12754944 140733805470810 140733805470990 140733805470990 140733805473743 0
[pid=19418/tid=19428] ppid=19415 vsize=14092996 memory=3708 CPUtime=0 cores=0,2,4,6
/proc/19418/task/19428/stat : 19428 (java) S 19415 19418 16066 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250789269 14431227904 71463 33554432000 4194304 4196468 140733805462864 140132979394640 140133440415643 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12754944 140733805470810 140733805470990 140733805470990 140733805473743 0
[pid=19418/tid=19429] ppid=19415 vsize=14092996 memory=68312 CPUtime=1.86 cores=0,2,4,6
/proc/19418/task/19429/stat : 19429 (java) S 19415 19418 16066 0 -1 1077944384 11585 0 0 0 184 2 0 0 20 0 15 0 250789269 14431227904 71463 33554432000 4194304 4196468 140733805462864 140132978342512 140133440408194 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12754944 140733805470810 140733805470990 140733805470990 140733805473743 0
[pid=19418/tid=19430] ppid=19415 vsize=14092996 memory=1100 CPUtime=2.05 cores=0,2,4,6
/proc/19418/task/19430/stat : 19430 (java) S 19415 19418 16066 0 -1 1077944384 13056 0 0 0 203 2 0 0 20 0 15 0 250789269 14431227904 71463 33554432000 4194304 4196468 140733805462864 140132977289712 140133440408194 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12754944 140733805470810 140733805470990 140733805470990 140733805473743 0
[pid=19418/tid=19431] ppid=19415 vsize=14092996 memory=6791534058613427641 CPUtime=0.88 cores=0,2,4,6
/proc/19418/task/19431/stat : 19431 (java) S 19415 19418 16066 0 -1 1077944384 7867 0 0 0 87 1 0 0 20 0 15 0 250789269 14431227904 71463 33554432000 4194304 4196468 140733805462864 140132976237424 140133440408194 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12754944 140733805470810 140733805470990 140733805470990 140733805473743 0
[pid=19418/tid=19432] ppid=19415 vsize=14092996 memory=876 CPUtime=0 cores=0,2,4,6
/proc/19418/task/19432/stat : 19432 (java) S 19415 19418 16066 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250789269 14431227904 71463 33554432000 4194304 4196468 140733805462864 140132975184864 140133440407253 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12754944 140733805470810 140733805470990 140733805470990 140733805473743 0
[pid=19418/tid=19433] ppid=19415 vsize=14092996 memory=283608 CPUtime=0.06 cores=0,2,4,6
/proc/19418/task/19433/stat : 19433 (java) S 19415 19418 16066 0 -1 1077944384 1017 0 0 0 3 3 0 0 20 0 15 0 250789269 14431227904 71463 33554432000 4194304 4196468 140733805462864 140132974131632 140133440408194 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12754944 140733805470810 140733805470990 140733805470990 140733805473743 0
Current children cumulated CPU time: 108.45 s
Current children cumulated vsize: 14092996 KiB
Current children cumulated memory: 285852 KiB

[startup+162.301 s]
/proc/loadavg: 1.72 1.72 1.69 3/221 19439
/proc/meminfo: memFree=19495940/32770624 swapFree=67108852/67108860
[pid=19418] ppid=19415 vsize=14092996 memory=296628 CPUtime=169.54 cores=0,2,4,6
/proc/19418/stat : 19418 (java) S 19415 19418 16066 0 -1 1077944320 77608 0 0 0 16899 55 0 0 20 0 15 0 250789263 14431227904 74157 33554432000 4194304 4196468 140733805462864 140733805445408 140133440397047 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 12754944 140733805470810 140733805470990 140733805470990 140733805473743 0
/proc/19418/statm: 3523249 74157 3599 1 0 3485321 0
[pid=19418/tid=19420] ppid=19415 vsize=14092996 memory=296628 CPUtime=160.27 cores=0,2,4,6
/proc/19418/task/19420/stat : 19420 (java) R 19415 19418 16066 0 -1 4202560 29455 0 0 0 16014 13 0 0 20 0 15 0 250789264 14431227904 74157 33554432000 4194304 4196468 140733805462864 140133444634848 140133063202479 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 12754944 140733805470810 140733805470990 140733805470990 140733805473743 0
[pid=19418/tid=19421] ppid=19415 vsize=14092996 memory=296628 CPUtime=0.8 cores=0,2,4,6
/proc/19418/task/19421/stat : 19421 (java) S 19415 19418 16066 0 -1 1077944384 1743 0 0 0 71 9 0 0 20 0 15 0 250789265 14431227904 74157 33554432000 4194304 4196468 140733805462864 140133377997712 140133440407253 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12754944 140733805470810 140733805470990 140733805470990 140733805473743 0
[pid=19418/tid=19422] ppid=19415 vsize=14092996 memory=296628 CPUtime=0.8 cores=0,2,4,6
/proc/19418/task/19422/stat : 19422 (java) S 19415 19418 16066 0 -1 1077944384 1182 0 0 0 71 9 0 0 20 0 15 0 250789265 14431227904 74157 33554432000 4194304 4196468 140733805462864 140133376944912 140133440407253 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12754944 140733805470810 140733805470990 140733805470990 140733805473743 0
[pid=19418/tid=19423] ppid=19415 vsize=14092996 memory=296628 CPUtime=0.8 cores=0,2,4,6
/proc/19418/task/19423/stat : 19423 (java) S 19415 19418 16066 0 -1 1077944384 1287 0 0 0 71 9 0 0 20 0 15 0 250789265 14431227904 74157 33554432000 4194304 4196468 140733805462864 140133375892624 140133440407253 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12754944 140733805470810 140733805470990 140733805470990 140733805473743 0
[pid=19418/tid=19424] ppid=19415 vsize=14092996 memory=296628 CPUtime=0.81 cores=0,2,4,6
/proc/19418/task/19424/stat : 19424 (java) S 19415 19418 16066 0 -1 1077944384 2191 0 0 0 73 8 0 0 20 0 15 0 250789265 14431227904 74157 33554432000 4194304 4196468 140733805462864 140133033057296 140133440407253 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12754944 140733805470810 140733805470990 140733805470990 140733805473743 0
[pid=19418/tid=19425] ppid=19415 vsize=14092996 memory=296628 CPUtime=0.87 cores=0,2,4,6
/proc/19418/task/19425/stat : 19425 (java) S 19415 19418 16066 0 -1 1077944384 1715 0 0 0 82 5 0 0 20 0 15 0 250789266 14431227904 74157 33554432000 4194304 4196468 140733805462864 140132982552688 140133440408194 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12754944 140733805470810 140733805470990 140733805470990 140733805473743 0
[pid=19418/tid=19426] ppid=19415 vsize=14092996 memory=294120 CPUtime=0 cores=0,2,4,6
/proc/19418/task/19426/stat : 19426 (java) S 19415 19418 16066 0 -1 1077944384 79 0 0 0 0 0 0 0 20 0 15 0 250789266 14431227904 74157 33554432000 4194304 4196468 140733805462864 140132981498720 140133440407253 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12754944 140733805470810 140733805470990 140733805470990 140733805473743 0
[pid=19418/tid=19427] ppid=19415 vsize=14092996 memory=1616 CPUtime=0 cores=0,2,4,6
/proc/19418/task/19427/stat : 19427 (java) S 19415 19418 16066 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 15 0 250789267 14431227904 74157 33554432000 4194304 4196468 140733805462864 140132980446336 140133440407253 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12754944 140733805470810 140733805470990 140733805470990 140733805473743 0
[pid=19418/tid=19428] ppid=19415 vsize=14092996 memory=11584 CPUtime=0 cores=0,2,4,6
/proc/19418/task/19428/stat : 19428 (java) S 19415 19418 16066 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250789269 14431227904 74157 33554432000 4194304 4196468 140733805462864 140132979394640 140133440415643 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12754944 140733805470810 140733805470990 140733805470990 140733805473743 0
[pid=19418/tid=19429] ppid=19415 vsize=14092996 memory=294572 CPUtime=2.02 cores=0,2,4,6
/proc/19418/task/19429/stat : 19429 (java) S 19415 19418 16066 0 -1 1077944384 15148 0 0 0 200 2 0 0 20 0 15 0 250789269 14431227904 74157 33554432000 4194304 4196468 140733805462864 140132978342512 140133440408194 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12754944 140733805470810 140733805470990 140733805470990 140733805473743 0
[pid=19418/tid=19430] ppid=19415 vsize=14092996 memory=3708 CPUtime=2.08 cores=0,2,4,6
/proc/19418/task/19430/stat : 19430 (java) S 19415 19418 16066 0 -1 1077944384 14535 0 0 0 206 2 0 0 20 0 15 0 250789269 14431227904 74157 33554432000 4194304 4196468 140733805462864 140132977289712 140133440408194 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12754944 140733805470810 140733805470990 140733805470990 140733805473743 0
[pid=19418/tid=19431] ppid=19415 vsize=14092996 memory=296628 CPUtime=0.88 cores=0,2,4,6
/proc/19418/task/19431/stat : 19431 (java) S 19415 19418 16066 0 -1 1077944384 7870 0 0 0 87 1 0 0 20 0 15 0 250789269 14431227904 74157 33554432000 4194304 4196468 140733805462864 140132976237424 140133440408194 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12754944 140733805470810 140733805470990 140733805470990 140733805473743 0
[pid=19418/tid=19432] ppid=19415 vsize=14092996 memory=68312 CPUtime=0 cores=0,2,4,6
/proc/19418/task/19432/stat : 19432 (java) S 19415 19418 16066 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250789269 14431227904 74157 33554432000 4194304 4196468 140733805462864 140132975184864 140133440407253 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12754944 140733805470810 140733805470990 140733805470990 140733805473743 0
[pid=19418/tid=19433] ppid=19415 vsize=14092996 memory=296628 CPUtime=0.1 cores=0,2,4,6
/proc/19418/task/19433/stat : 19433 (java) S 19415 19418 16066 0 -1 1077944384 1023 0 0 0 5 5 0 0 20 0 15 0 250789269 14431227904 74157 33554432000 4194304 4196468 140733805462864 140132974131632 140133440408194 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12754944 140733805470810 140733805470990 140733805470990 140733805473743 0
Current children cumulated CPU time: 169.54 s
Current children cumulated vsize: 14092996 KiB
Current children cumulated memory: 296628 KiB

[startup+222.301 s]
/proc/loadavg: 1.63 1.68 1.68 6/219 19472
/proc/meminfo: memFree=22523824/32770624 swapFree=67108852/67108860
[pid=19418] ppid=19415 vsize=14092996 memory=307228 CPUtime=230.4 cores=0,2,4,6
/proc/19418/stat : 19418 (java) S 19415 19418 16066 0 -1 1077944320 79105 0 0 0 22975 65 0 0 20 0 15 0 250789263 14431227904 76807 33554432000 4194304 4196468 140733805462864 140733805445408 140133440397047 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 12754944 140733805470810 140733805470990 140733805470990 140733805473743 0
/proc/19418/statm: 3523249 76807 3599 1 0 3485321 0
[pid=19418/tid=19420] ppid=19415 vsize=14092996 memory=307228 CPUtime=219.55 cores=0,2,4,6
/proc/19418/task/19420/stat : 19420 (java) R 19415 19418 16066 0 -1 4202560 30303 0 0 0 21941 14 0 0 20 0 15 0 250789264 14431227904 76807 33554432000 4194304 4196468 140733805462864 140133444635088 140133063045720 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 12754944 140733805470810 140733805470990 140733805470990 140733805473743 0
[pid=19418/tid=19421] ppid=19415 vsize=14092996 memory=307228 CPUtime=1.11 cores=0,2,4,6
/proc/19418/task/19421/stat : 19421 (java) S 19415 19418 16066 0 -1 1077944384 1802 0 0 0 100 11 0 0 20 0 15 0 250789265 14431227904 76807 33554432000 4194304 4196468 140733805462864 140133377997712 140133440407253 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12754944 140733805470810 140733805470990 140733805470990 140733805473743 0
[pid=19418/tid=19422] ppid=19415 vsize=14092996 memory=305088 CPUtime=1.12 cores=0,2,4,6
/proc/19418/task/19422/stat : 19422 (java) S 19415 19418 16066 0 -1 1077944384 1259 0 0 0 100 12 0 0 20 0 15 0 250789265 14431227904 76807 33554432000 4194304 4196468 140733805462864 140133376944912 140133440407253 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12754944 140733805470810 140733805470990 140733805470990 140733805473743 0
[pid=19418/tid=19423] ppid=19415 vsize=14092996 memory=307228 CPUtime=1.11 cores=0,2,4,6
/proc/19418/task/19423/stat : 19423 (java) S 19415 19418 16066 0 -1 1077944384 1348 0 0 0 100 11 0 0 20 0 15 0 250789265 14431227904 76807 33554432000 4194304 4196468 140733805462864 140133375892624 140133440407253 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12754944 140733805470810 140733805470990 140733805470990 140733805473743 0
[pid=19418/tid=19424] ppid=19415 vsize=14092996 memory=307228 CPUtime=1.12 cores=0,2,4,6
/proc/19418/task/19424/stat : 19424 (java) S 19415 19418 16066 0 -1 1077944384 2496 0 0 0 101 11 0 0 20 0 15 0 250789265 14431227904 76807 33554432000 4194304 4196468 140733805462864 140133033057296 140133440407253 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12754944 140733805470810 140733805470990 140733805470990 140733805473743 0
[pid=19418/tid=19425] ppid=19415 vsize=14092996 memory=305088 CPUtime=1.19 cores=0,2,4,6
/proc/19418/task/19425/stat : 19425 (java) S 19415 19418 16066 0 -1 1077944384 1843 0 0 0 112 7 0 0 20 0 15 0 250789266 14431227904 76807 33554432000 4194304 4196468 140733805462864 140132982552688 140133440408194 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12754944 140733805470810 140733805470990 140733805470990 140733805473743 0
[pid=19418/tid=19426] ppid=19415 vsize=14092996 memory=307228 CPUtime=0 cores=0,2,4,6
/proc/19418/task/19426/stat : 19426 (java) S 19415 19418 16066 0 -1 1077944384 79 0 0 0 0 0 0 0 20 0 15 0 250789266 14431227904 76807 33554432000 4194304 4196468 140733805462864 140132981498720 140133440407253 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12754944 140733805470810 140733805470990 140733805470990 140733805473743 0
[pid=19418/tid=19427] ppid=19415 vsize=14092996 memory=307228 CPUtime=0 cores=0,2,4,6
/proc/19418/task/19427/stat : 19427 (java) S 19415 19418 16066 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 15 0 250789267 14431227904 76807 33554432000 4194304 4196468 140733805462864 140132980446336 140133440407253 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12754944 140733805470810 140733805470990 140733805470990 140733805473743 0
[pid=19418/tid=19428] ppid=19415 vsize=14092996 memory=307228 CPUtime=0 cores=0,2,4,6
/proc/19418/task/19428/stat : 19428 (java) S 19415 19418 16066 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250789269 14431227904 76807 33554432000 4194304 4196468 140733805462864 140132979394640 140133440415643 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12754944 140733805470810 140733805470990 140733805470990 140733805473743 0
[pid=19418/tid=19429] ppid=19415 vsize=14092996 memory=1100 CPUtime=2.02 cores=0,2,4,6
/proc/19418/task/19429/stat : 19429 (java) S 19415 19418 16066 0 -1 1077944384 15148 0 0 0 200 2 0 0 20 0 15 0 250789269 14431227904 76807 33554432000 4194304 4196468 140733805462864 140132978342512 140133440408194 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12754944 140733805470810 140733805470990 140733805470990 140733805473743 0
[pid=19418/tid=19430] ppid=19415 vsize=14092996 memory=2056 CPUtime=2.08 cores=0,2,4,6
/proc/19418/task/19430/stat : 19430 (java) S 19415 19418 16066 0 -1 1077944384 14535 0 0 0 206 2 0 0 20 0 15 0 250789269 14431227904 76807 33554432000 4194304 4196468 140733805462864 140132977289712 140133440408194 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12754944 140733805470810 140733805470990 140733805470990 140733805473743 0
[pid=19418/tid=19431] ppid=19415 vsize=14092996 memory=307228 CPUtime=0.88 cores=0,2,4,6
/proc/19418/task/19431/stat : 19431 (java) S 19415 19418 16066 0 -1 1077944384 7871 0 0 0 87 1 0 0 20 0 15 0 250789269 14431227904 76807 33554432000 4194304 4196468 140733805462864 140132976237424 140133440408194 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12754944 140733805470810 140733805470990 140733805470990 140733805473743 0
[pid=19418/tid=19432] ppid=19415 vsize=14092996 memory=307228 CPUtime=0 cores=0,2,4,6
/proc/19418/task/19432/stat : 19432 (java) S 19415 19418 16066 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250789269 14431227904 76807 33554432000 4194304 4196468 140733805462864 140132975184864 140133440407253 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12754944 140733805470810 140733805470990 140733805470990 140733805473743 0
[pid=19418/tid=19433] ppid=19415 vsize=14092996 memory=4256 CPUtime=0.13 cores=0,2,4,6
/proc/19418/task/19433/stat : 19433 (java) S 19415 19418 16066 0 -1 1077944384 1041 0 0 0 7 6 0 0 20 0 15 0 250789269 14431227904 76807 33554432000 4194304 4196468 140733805462864 140132974131632 140133440408194 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12754944 140733805470810 140733805470990 140733805470990 140733805473743 0
Current children cumulated CPU time: 230.4 s
Current children cumulated vsize: 14092996 KiB
Current children cumulated memory: 307228 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+244.001 s]*
/proc/loadavg: 1.86 1.74 1.70 3/220 19518
/proc/meminfo: memFree=23512044/32770624 swapFree=67108852/67108860
[pid=19418] ppid=19415 vsize=14092996 memory=341736 CPUtime=252.1 cores=0,2,4,6
/proc/19418/stat : 19418 (java) S 19415 19418 16066 0 -1 1077944320 81063 0 0 0 25141 69 0 0 20 0 15 0 250789263 14431227904 85434 33554432000 4194304 4196468 140733805462864 140733805445408 140133440397047 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 12754944 140733805470810 140733805470990 140733805470990 140733805473743 0
/proc/19418/statm: 3523249 85434 3599 1 0 3485321 0
[pid=19418/tid=19420] ppid=19415 vsize=14092996 memory=1568 CPUtime=240.84 cores=0,2,4,6
/proc/19418/task/19420/stat : 19420 (java) R 19415 19418 16066 0 -1 4202560 31450 0 0 0 24070 14 0 0 20 0 15 0 250789264 14431227904 85434 33554432000 4194304 4196468 140733805462864 140133444635120 140133061997265 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 12754944 140733805470810 140733805470990 140733805470990 140733805473743 0
[pid=19418/tid=19421] ppid=19415 vsize=14092996 memory=4872558044660077418 CPUtime=1.19 cores=0,2,4,6
/proc/19418/task/19421/stat : 19421 (java) S 19415 19418 16066 0 -1 1077944384 1837 0 0 0 107 12 0 0 20 0 15 0 250789265 14431227904 85434 33554432000 4194304 4196468 140733805462864 140133377997712 140133440407253 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12754944 140733805470810 140733805470990 140733805470990 140733805473743 0
[pid=19418/tid=19422] ppid=19415 vsize=14092996 memory=1912 CPUtime=1.2 cores=0,2,4,6
/proc/19418/task/19422/stat : 19422 (java) S 19415 19418 16066 0 -1 1077944384 1787 0 0 0 108 12 0 0 20 0 15 0 250789265 14431227904 85434 33554432000 4194304 4196468 140733805462864 140133376944912 140133440407253 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12754944 140733805470810 140733805470990 140733805470990 140733805473743 0
[pid=19418/tid=19423] ppid=19415 vsize=14092996 memory=1120 CPUtime=1.19 cores=0,2,4,6
/proc/19418/task/19423/stat : 19423 (java) S 19415 19418 16066 0 -1 1077944384 1374 0 0 0 107 12 0 0 20 0 15 0 250789265 14431227904 85434 33554432000 4194304 4196468 140733805462864 140133375892624 140133440407253 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12754944 140733805470810 140733805470990 140733805470990 140733805473743 0
[pid=19418/tid=19424] ppid=19415 vsize=14092996 memory=6791534058613427641 CPUtime=1.18 cores=0,2,4,6
/proc/19418/task/19424/stat : 19424 (java) S 19415 19418 16066 0 -1 1077944384 2547 0 0 0 107 11 0 0 20 0 15 0 250789265 14431227904 85434 33554432000 4194304 4196468 140733805462864 140133033057296 140133440407253 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12754944 140733805470810 140733805470990 140733805470990 140733805473743 0
[pid=19418/tid=19425] ppid=19415 vsize=14092996 memory=37840 CPUtime=1.25 cores=0,2,4,6
/proc/19418/task/19425/stat : 19425 (java) S 19415 19418 16066 0 -1 1077944384 2004 0 0 0 118 7 0 0 20 0 15 0 250789266 14431227904 85434 33554432000 4194304 4196468 140733805462864 140132982552688 140133440408194 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 24 0 0 6293624 6294260 12754944 140733805470810 140733805470990 140733805470990 140733805473743 0
[pid=19418/tid=19426] ppid=19415 vsize=14092996 memory=1624 CPUtime=0 cores=0,2,4,6
/proc/19418/task/19426/stat : 19426 (java) S 19415 19418 16066 0 -1 1077944384 79 0 0 0 0 0 0 0 20 0 15 0 250789266 14431227904 85434 33554432000 4194304 4196468 140733805462864 140132981498720 140133440407253 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12754944 140733805470810 140733805470990 140733805470990 140733805473743 0
[pid=19418/tid=19427] ppid=19415 vsize=14092996 memory=496 CPUtime=0 cores=0,2,4,6
/proc/19418/task/19427/stat : 19427 (java) S 19415 19418 16066 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 15 0 250789267 14431227904 85434 33554432000 4194304 4196468 140733805462864 140132980446336 140133440407253 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12754944 140733805470810 140733805470990 140733805470990 140733805473743 0
[pid=19418/tid=19428] ppid=19415 vsize=14092996 memory=928 CPUtime=0 cores=0,2,4,6
/proc/19418/task/19428/stat : 19428 (java) S 19415 19418 16066 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250789269 14431227904 85434 33554432000 4194304 4196468 140733805462864 140132979394640 140133440415643 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12754944 140733805470810 140733805470990 140733805470990 140733805473743 0
[pid=19418/tid=19429] ppid=19415 vsize=14092996 memory=339688 CPUtime=2.02 cores=0,2,4,6
/proc/19418/task/19429/stat : 19429 (java) S 19415 19418 16066 0 -1 1077944384 15150 0 0 0 200 2 0 0 20 0 15 0 250789269 14431227904 85434 33554432000 4194304 4196468 140733805462864 140132978342512 140133440408194 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12754944 140733805470810 140733805470990 140733805470990 140733805473743 0
[pid=19418/tid=19430] ppid=19415 vsize=14092996 memory=3708 CPUtime=2.08 cores=0,2,4,6
/proc/19418/task/19430/stat : 19430 (java) S 19415 19418 16066 0 -1 1077944384 14537 0 0 0 206 2 0 0 20 0 15 0 250789269 14431227904 85434 33554432000 4194304 4196468 140733805462864 140132977289712 140133440408194 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12754944 140733805470810 140733805470990 140733805470990 140733805473743 0
[pid=19418/tid=19431] ppid=19415 vsize=14092996 memory=68312 CPUtime=0.88 cores=0,2,4,6
/proc/19418/task/19431/stat : 19431 (java) S 19415 19418 16066 0 -1 1077944384 7873 0 0 0 87 1 0 0 20 0 15 0 250789269 14431227904 85434 33554432000 4194304 4196468 140733805462864 140132976237424 140133440408194 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12754944 140733805470810 140733805470990 140733805470990 140733805473743 0
[pid=19418/tid=19432] ppid=19415 vsize=14092996 memory=1100 CPUtime=0 cores=0,2,4,6
/proc/19418/task/19432/stat : 19432 (java) S 19415 19418 16066 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250789269 14431227904 85434 33554432000 4194304 4196468 140733805462864 140132975184864 140133440407253 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12754944 140733805470810 140733805470990 140733805470990 140733805473743 0
[pid=19418/tid=19433] ppid=19415 vsize=14092996 memory=2056 CPUtime=0.15 cores=0,2,4,6
/proc/19418/task/19433/stat : 19433 (java) S 19415 19418 16066 0 -1 1077944384 1045 0 0 0 8 7 0 0 20 0 15 0 250789269 14431227904 85434 33554432000 4194304 4196468 140733805462864 140132974131632 140133440408194 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 27 0 0 6293624 6294260 12754944 140733805470810 140733805470990 140733805470990 140733805473743 0
Current children cumulated CPU time: 252.1 s
Current children cumulated vsize: 14092996 KiB
Current children cumulated memory: 341736 KiB

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

[startup+244.031 s]
# the end of solver process 19418 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=251.424 s, system=0.705653 s

Solver just ended.
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 244.031
CPU time (s): 252.13
CPU user time (s): 251.424
CPU system time (s): 0.705653
CPU usage (%): 103.319
Max. virtual memory (cumulated for all children) (KiB): 14092996
Max. memory (cumulated for all children) (KiB): 341736

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 251.424
system time used= 0.705653
maximum resident set size= 342400
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 82354
page faults= 0
swaps= 0
block input operations= 0
block output operations= 408
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 41351
involuntary context switches= 1171


# summary of solver processes directly reported to runsolver:
#   pid: 19418
#   total CPU time (s): 252.13
#   total CPU user time (s): 251.424
#   total CPU system time (s): 0.705653

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.30796 second user time and 2.54906 second system time

The end

Launcher Data

Begin job on node133 at 2018-08-15 13:24:21
IDJOB=4310292
IDBENCH=141494
IDSOLVER=2796
FILE ID=node133/4310292-1534332261
RUNJOBID= node133-1534329232-16097
PBS_JOBID= 21038161
Free space on /tmp= 39264 MiB

SOLVER NAME= OscaR - Hybrid 2018-08-14
BENCH NAME= XCSP18/PeacableArmies/PeacableArmies-m2-07_c18.xml
COMMAND LINE= java -Xmx11000m -jar oscarCPXcsp3-hybrid.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 11000 --nbcore NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4310292-1534332261/watcher-4310292-1534332261 -o /tmp/evaluation-result-4310292-1534332261/solver-4310292-1534332261 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node133-1534329232-16097 --watchdog 312  java -Xmx11000m -jar oscarCPXcsp3-hybrid.jar --randomseed 1268101698 --timelimit 252 --memlimit 11000 --nbcore 4 HOME/instance-4310292-1534332261.xml

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

MD5SUM BENCH= d533abf730bec48b9e0ac1943d19d6b7
RANDOM SEED=1268101698

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:        23738080 kB
MemAvailable:   31832780 kB
Buffers:          159904 kB
Cached:          8178564 kB
SwapCached:            4 kB
Active:          4435568 kB
Inactive:        4020976 kB
Active(anon):      68716 kB
Inactive(anon):   109924 kB
Active(file):    4366852 kB
Inactive(file):  3911052 kB
Unevictable:        7072 kB
Mlocked:            7072 kB
SwapTotal:      67108860 kB
SwapFree:       67108852 kB
Dirty:             88408 kB
Writeback:             0 kB
AnonPages:        206352 kB
Mapped:            68800 kB
Shmem:             58008 kB
Slab:             273844 kB
SReclaimable:     245256 kB
SUnreclaim:        28588 kB
KernelStack:        3568 kB
PageTables:         5464 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1323172 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    108544 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= 45580 MiB
End job on node133 at 2018-08-15 13:28:25