Trace number 4308482

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)28 2520.08 2468.22

General information on the benchmark

NamePizzaVoucher/
PizzaVoucher-10b_c18.xml
MD5SUM2b2c64c71c05a1ba529c691595973c48
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark28
Best CPU time to get the best result obtained on this benchmark5.22787
Satisfiable
(Un)Satisfiability was proved
Number of variables38
Number of constraints79
Number of domains14
Minimum domain size1
Maximum domain size19
Distribution of domain sizes[{"size":1,"count":2},{"size":2,"count":21},{"size":3,"count":3},{"size":4,"count":2},{"size":19,"count":10}]
Minimum variable degree2
Maximum variable degree28
Distribution of variable degrees[{"degree":2,"count":28},{"degree":27,"count":6},{"degree":28,"count":4}]
Minimum constraint arity2
Maximum constraint arity11
Distribution of constraint arities[{"arity":2,"count":61},{"arity":11,"count":18}]
Number of extensional constraints0
Number of intensional constraints61
Distribution of constraint types[{"type":"intension","count":61},{"type":"count","count":18}]
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.68/0.55	c version: 2018-08-14
0.68/0.55	c seed: 672992965
0.68/0.55	c timeout: 2520
0.68/0.55	c memlimit: 11000
0.68/0.55	c nbcore: 4
0.68/0.57	c Parsing instance...
1.60/1.10	c Parsing done, starting first complete search...
241.61/236.08	o 67
241.61/236.08	o 60
241.61/236.08	o 55
241.61/236.08	o 52
241.61/236.08	o 45
241.61/236.09	o 40
241.61/236.09	o 39
241.61/236.09	o 38
241.61/236.09	o 34
242.37/236.31	o 32
242.37/236.35	o 31
242.37/236.38	o 30
242.37/236.39	o 29
249.44/243.14	o 28
258.96/252.52	c First complete search done, starting ALNS search...
2520.05/2468.20	s SATISFIABLE
2520.05/2468.20	v <instantiation>
2520.05/2468.20	v 	<list>
2520.05/2468.20	v 		v[0] v[1] v[2] v[3] v[4] v[5] v[6] v[7] v[8] v[9] np[0] np[1] np[2] np[3] np[4] np[5] np[6] np[7] np[8] nf[0] nf[1] nf[2] nf[3] nf[4] nf[5] nf[6] nf[7] nf[8] pp[0] pp[1] pp[2] pp[3] pp[4] pp[5] pp[6] pp[7] pp[8] pp[9]
2520.05/2468.20	v 	</list>
2520.05/2468.20	v 	<values>
2520.05/2468.20	v 		6 -6 1 -3 4 -1 6 -6 3 1 1 0 1 0 0 2 0 0 0 2 0 1 1 0 2 0 0 0 0 6 0 7 0 10 0 5 0 0 
2520.05/2468.20	v 	</values>
2520.05/2468.20	v </instantiation>

Verifier Data

OK	28

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4308482-1534308583/watcher-4308482-1534308583 -o /tmp/evaluation-result-4308482-1534308583/solver-4308482-1534308583 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node107-1534294079-16385 --watchdog 2580 java -Xmx11000m -jar oscarCPXcsp3-hybrid.jar --randomseed 672992965 --timelimit 2520 --memlimit 11000 --nbcore 4 HOME/instance-4308482-1534308583.xml 

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

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=18416, runsolver pid=18413

[startup+0.10006 s]*
/proc/loadavg: 1.54 1.55 1.63 5/215 18431
/proc/meminfo: memFree=24268600/32770624 swapFree=67108524/67108860
[pid=18416] ppid=18413 vsize=14082736 memory=32824 CPUtime=0.12 cores=0,2,4,6
/proc/18416/stat : 18416 (java) S 18413 18416 16354 0 -1 1077944320 7149 0 0 0 11 1 0 0 20 0 15 0 248421512 14420721664 8206 33554432000 4194304 4196468 140735362568688 140735362551232 140282758868727 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 17473536 140735362577493 140735362577673 140735362577673 140735362580431 0
/proc/18416/statm: 3520684 8206 3144 1 0 3482761 0
[pid=18416/tid=18418] ppid=18413 vsize=14082736 memory=-6966717417093883519 CPUtime=0.09 cores=0,2,4,6
/proc/18416/task/18418/stat : 18418 (java) R 18413 18416 16354 0 -1 4202560 5215 0 0 0 8 1 0 0 20 0 15 0 248421512 14420721664 8206 33554432000 4194304 4196468 140735362568688 140282763070784 140282743781619 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 17473536 140735362577493 140735362577673 140735362577673 140735362580431 0
[pid=18416/tid=18419] ppid=18413 vsize=14082736 memory=5793855787019028921 CPUtime=0 cores=0,2,4,6
/proc/18416/task/18419/stat : 18419 (java) S 18413 18416 16354 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 248421513 14420721664 8206 33554432000 4194304 4196468 140735362568688 140282696469648 140282758878933 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17473536 140735362577493 140735362577673 140735362577673 140735362580431 0
[pid=18416/tid=18420] ppid=18413 vsize=14082736 memory=140536009135744 CPUtime=0 cores=0,2,4,6
/proc/18416/task/18420/stat : 18420 (java) S 18413 18416 16354 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 248421513 14420721664 8206 33554432000 4194304 4196468 140735362568688 140282695416848 140282758878933 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17473536 140735362577493 140735362577673 140735362577673 140735362580431 0
[pid=18416/tid=18421] ppid=18413 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18416/task/18421/stat : 18421 (java) S 18413 18416 16354 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 248421513 14420721664 8206 33554432000 4194304 4196468 140735362568688 140282694364048 140282758878933 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17473536 140735362577493 140735362577673 140735362577673 140735362580431 0
[pid=18416/tid=18422] ppid=18413 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18416/task/18422/stat : 18422 (java) S 18413 18416 16354 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 248421513 14420721664 8206 33554432000 4194304 4196468 140735362568688 140282693311248 140282758878933 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17473536 140735362577493 140735362577673 140735362577673 140735362580431 0
[pid=18416/tid=18423] ppid=18413 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18416/task/18423/stat : 18423 (java) S 18413 18416 16354 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 248421514 14420721664 8206 33554432000 4194304 4196468 140735362568688 140281872587120 140282758879874 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17473536 140735362577493 140735362577673 140735362577673 140735362580431 0
[pid=18416/tid=18424] ppid=18413 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/18416/task/18424/stat : 18424 (java) S 18413 18416 16354 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 248421515 14420721664 8206 33554432000 4194304 4196468 140735362568688 140281871533088 140282758878933 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17473536 140735362577493 140735362577673 140735362577673 140735362580431 0
[pid=18416/tid=18425] ppid=18413 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18416/task/18425/stat : 18425 (java) S 18413 18416 16354 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 248421515 14420721664 8206 33554432000 4194304 4196468 140735362568688 140281870480240 140282758878933 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17473536 140735362577493 140735362577673 140735362577673 140735362580431 0
[pid=18416/tid=18426] ppid=18413 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18416/task/18426/stat : 18426 (java) S 18413 18416 16354 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 248421517 14420721664 8206 33554432000 4194304 4196468 140735362568688 140281869428560 140282758887323 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17473536 140735362577493 140735362577673 140735362577673 140735362580431 0
[pid=18416/tid=18427] ppid=18413 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18416/task/18427/stat : 18427 (java) S 18413 18416 16354 0 -1 1077944384 312 0 0 0 0 0 0 0 20 0 15 0 248421517 14420721664 8206 33554432000 4194304 4196468 140735362568688 140281868376944 140282758879874 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17473536 140735362577493 140735362577673 140735362577673 140735362580431 0
[pid=18416/tid=18428] ppid=18413 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/18416/task/18428/stat : 18428 (java) S 18413 18416 16354 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 248421517 14420721664 8206 33554432000 4194304 4196468 140735362568688 140281867324144 140282758879874 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17473536 140735362577493 140735362577673 140735362577673 140735362580431 0
[pid=18416/tid=18429] ppid=18413 vsize=14082736 memory=140536009135744 CPUtime=0.01 cores=0,2,4,6
/proc/18416/task/18429/stat : 18429 (java) R 18413 18416 16354 0 -1 4202560 241 0 0 0 1 0 0 0 20 0 15 0 248421517 14420721664 8206 33554432000 4194304 4196468 140735362568688 140281866271344 140282737568928 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 17473536 140735362577493 140735362577673 140735362577673 140735362580431 0
[pid=18416/tid=18430] ppid=18413 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/18416/task/18430/stat : 18430 (java) S 18413 18416 16354 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 248421517 14420721664 8206 33554432000 4194304 4196468 140735362568688 140281865218784 140282758878933 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17473536 140735362577493 140735362577673 140735362577673 140735362580431 0
[pid=18416/tid=18431] ppid=18413 vsize=14082736 memory=140536009135744 CPUtime=0 cores=0,2,4,6
/proc/18416/task/18431/stat : 18431 (java) S 18413 18416 16354 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 248421518 14420721664 8206 33554432000 4194304 4196468 140735362568688 140281864166064 140282758879874 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17473536 140735362577493 140735362577673 140735362577673 140735362580431 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 32824 KiB

[startup+0.215025 s]*
/proc/loadavg: 1.54 1.55 1.63 5/215 18431
/proc/meminfo: memFree=24241352/32770624 swapFree=67108524/67108860
[pid=18416] ppid=18413 vsize=14082736 memory=47360 CPUtime=0.32 cores=0,2,4,6
/proc/18416/stat : 18416 (java) S 18413 18416 16354 0 -1 1077944320 10393 0 0 0 30 2 0 0 20 0 15 0 248421512 14420721664 11840 33554432000 4194304 4196468 140735362568688 140735362551232 140282758868727 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 17473536 140735362577493 140735362577673 140735362577673 140735362580431 0
/proc/18416/statm: 3520684 11840 3405 1 0 3482761 0
[pid=18416/tid=18418] ppid=18413 vsize=14082736 memory=6735269665583770266 CPUtime=0.2 cores=0,2,4,6
/proc/18416/task/18418/stat : 18418 (java) R 18413 18416 16354 0 -1 4202560 8085 0 0 0 19 1 0 0 20 0 15 0 248421512 14420721664 11840 33554432000 4194304 4196468 140735362568688 140282763097744 140282742949214 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 17473536 140735362577493 140735362577673 140735362577673 140735362580431 0
[pid=18416/tid=18419] ppid=18413 vsize=14082736 memory=4211974262213926282 CPUtime=0 cores=0,2,4,6
/proc/18416/task/18419/stat : 18419 (java) S 18413 18416 16354 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 248421513 14420721664 11840 33554432000 4194304 4196468 140735362568688 140282696469648 140282758878933 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17473536 140735362577493 140735362577673 140735362577673 140735362580431 0
[pid=18416/tid=18420] ppid=18413 vsize=14082736 memory=140536009135744 CPUtime=0 cores=0,2,4,6
/proc/18416/task/18420/stat : 18420 (java) S 18413 18416 16354 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 248421513 14420721664 11840 33554432000 4194304 4196468 140735362568688 140282695416848 140282758878933 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17473536 140735362577493 140735362577673 140735362577673 140735362580431 0
[pid=18416/tid=18421] ppid=18413 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18416/task/18421/stat : 18421 (java) S 18413 18416 16354 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 248421513 14420721664 11840 33554432000 4194304 4196468 140735362568688 140282694364048 140282758878933 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17473536 140735362577493 140735362577673 140735362577673 140735362580431 0
[pid=18416/tid=18422] ppid=18413 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/18416/task/18422/stat : 18422 (java) S 18413 18416 16354 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 248421513 14420721664 11840 33554432000 4194304 4196468 140735362568688 140282693311248 140282758878933 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17473536 140735362577493 140735362577673 140735362577673 140735362580431 0
[pid=18416/tid=18423] ppid=18413 vsize=14082736 memory=140536009135744 CPUtime=0 cores=0,2,4,6
/proc/18416/task/18423/stat : 18423 (java) S 18413 18416 16354 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 248421514 14420721664 11840 33554432000 4194304 4196468 140735362568688 140281872587120 140282758879874 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17473536 140735362577493 140735362577673 140735362577673 140735362580431 0
[pid=18416/tid=18424] ppid=18413 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/18416/task/18424/stat : 18424 (java) S 18413 18416 16354 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 248421515 14420721664 11840 33554432000 4194304 4196468 140735362568688 140281871533088 140282758878933 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17473536 140735362577493 140735362577673 140735362577673 140735362580431 0
[pid=18416/tid=18425] ppid=18413 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18416/task/18425/stat : 18425 (java) S 18413 18416 16354 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 248421515 14420721664 11840 33554432000 4194304 4196468 140735362568688 140281870480240 140282758878933 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17473536 140735362577493 140735362577673 140735362577673 140735362580431 0
[pid=18416/tid=18426] ppid=18413 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18416/task/18426/stat : 18426 (java) S 18413 18416 16354 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 248421517 14420721664 11840 33554432000 4194304 4196468 140735362568688 140281869428560 140282758887323 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17473536 140735362577493 140735362577673 140735362577673 140735362580431 0
[pid=18416/tid=18427] ppid=18413 vsize=14082736 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/18416/task/18427/stat : 18427 (java) S 18413 18416 16354 0 -1 1077944384 567 0 0 0 2 0 0 0 20 0 15 0 248421517 14420721664 11840 33554432000 4194304 4196468 140735362568688 140281868376944 140282758879874 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17473536 140735362577493 140735362577673 140735362577673 140735362580431 0
[pid=18416/tid=18428] ppid=18413 vsize=14082736 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/18416/task/18428/stat : 18428 (java) S 18413 18416 16354 0 -1 1077944384 68 0 0 0 2 0 0 0 20 0 15 0 248421517 14420721664 11840 33554432000 4194304 4196468 140735362568688 140281867324144 140282758879874 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17473536 140735362577493 140735362577673 140735362577673 140735362580431 0
[pid=18416/tid=18429] ppid=18413 vsize=14082736 memory=140536009135744 CPUtime=0.06 cores=0,2,4,6
/proc/18416/task/18429/stat : 18429 (java) R 18413 18416 16354 0 -1 1077944384 289 0 0 0 6 0 0 0 20 0 15 0 248421517 14420721664 11840 33554432000 4194304 4196468 140735362568688 140281866267072 140282758878933 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 17473536 140735362577493 140735362577673 140735362577673 140735362580431 0
[pid=18416/tid=18430] ppid=18413 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/18416/task/18430/stat : 18430 (java) S 18413 18416 16354 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 248421517 14420721664 11840 33554432000 4194304 4196468 140735362568688 140281865218784 140282758878933 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17473536 140735362577493 140735362577673 140735362577673 140735362580431 0
[pid=18416/tid=18431] ppid=18413 vsize=14082736 memory=140536009135744 CPUtime=0 cores=0,2,4,6
/proc/18416/task/18431/stat : 18431 (java) S 18413 18416 16354 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 248421518 14420721664 11840 33554432000 4194304 4196468 140735362568688 140281864166064 140282758879874 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17473536 140735362577493 140735362577673 140735362577673 140735362580431 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 47360 KiB

[startup+0.310525 s]*
/proc/loadavg: 1.54 1.55 1.63 3/215 18431
/proc/meminfo: memFree=24237692/32770624 swapFree=67108524/67108860
[pid=18416] ppid=18413 vsize=14082736 memory=50548 CPUtime=0.43 cores=0,2,4,6
/proc/18416/stat : 18416 (java) S 18413 18416 16354 0 -1 1077944320 10733 0 0 0 41 2 0 0 20 0 15 0 248421512 14420721664 12637 33554432000 4194304 4196468 140735362568688 140735362551232 140282758868727 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 17473536 140735362577493 140735362577673 140735362577673 140735362580431 0
/proc/18416/statm: 3520684 12637 3407 1 0 3482761 0
[pid=18416/tid=18418] ppid=18413 vsize=14082736 memory=4871374705135476842 CPUtime=0.29 cores=0,2,4,6
/proc/18416/task/18418/stat : 18418 (java) R 18413 18416 16354 0 -1 4202560 8408 0 0 0 28 1 0 0 20 0 15 0 248421512 14420721664 12637 33554432000 4194304 4196468 140735362568688 140282763080592 140282739144608 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 17473536 140735362577493 140735362577673 140735362577673 140735362580431 0
[pid=18416/tid=18419] ppid=18413 vsize=14082736 memory=4211974262213926282 CPUtime=0 cores=0,2,4,6
/proc/18416/task/18419/stat : 18419 (java) S 18413 18416 16354 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 248421513 14420721664 12637 33554432000 4194304 4196468 140735362568688 140282696469648 140282758878933 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17473536 140735362577493 140735362577673 140735362577673 140735362580431 0
[pid=18416/tid=18420] ppid=18413 vsize=14082736 memory=140536009138109 CPUtime=0 cores=0,2,4,6
/proc/18416/task/18420/stat : 18420 (java) S 18413 18416 16354 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 248421513 14420721664 12637 33554432000 4194304 4196468 140735362568688 140282695416848 140282758878933 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17473536 140735362577493 140735362577673 140735362577673 140735362580431 0
[pid=18416/tid=18421] ppid=18413 vsize=14082736 memory=140535893453298 CPUtime=0 cores=0,2,4,6
/proc/18416/task/18421/stat : 18421 (java) S 18413 18416 16354 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 248421513 14420721664 12637 33554432000 4194304 4196468 140735362568688 140282694364048 140282758878933 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17473536 140735362577493 140735362577673 140735362577673 140735362580431 0
[pid=18416/tid=18422] ppid=18413 vsize=14082736 memory=140535893446095 CPUtime=0 cores=0,2,4,6
/proc/18416/task/18422/stat : 18422 (java) S 18413 18416 16354 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 248421513 14420721664 12637 33554432000 4194304 4196468 140735362568688 140282693311248 140282758878933 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17473536 140735362577493 140735362577673 140735362577673 140735362580431 0
[pid=18416/tid=18423] ppid=18413 vsize=14082736 memory=140536009152125 CPUtime=0 cores=0,2,4,6
/proc/18416/task/18423/stat : 18423 (java) S 18413 18416 16354 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 248421514 14420721664 12637 33554432000 4194304 4196468 140735362568688 140281872587120 140282758879874 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17473536 140735362577493 140735362577673 140735362577673 140735362580431 0
[pid=18416/tid=18424] ppid=18413 vsize=14082736 memory=140535893455279 CPUtime=0 cores=0,2,4,6
/proc/18416/task/18424/stat : 18424 (java) S 18413 18416 16354 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 248421515 14420721664 12637 33554432000 4194304 4196468 140735362568688 140281871533088 140282758878933 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17473536 140735362577493 140735362577673 140735362577673 140735362580431 0
[pid=18416/tid=18425] ppid=18413 vsize=14082736 memory=281071786901392 CPUtime=0 cores=0,2,4,6
/proc/18416/task/18425/stat : 18425 (java) S 18413 18416 16354 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 248421515 14420721664 12637 33554432000 4194304 4196468 140735362568688 140281870480240 140282758878933 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17473536 140735362577493 140735362577673 140735362577673 140735362580431 0
[pid=18416/tid=18426] ppid=18413 vsize=14082736 memory=281071786899088 CPUtime=0 cores=0,2,4,6
/proc/18416/task/18426/stat : 18426 (java) S 18413 18416 16354 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 248421517 14420721664 12637 33554432000 4194304 4196468 140735362568688 140281869428560 140282758887323 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17473536 140735362577493 140735362577673 140735362577673 140735362580431 0
[pid=18416/tid=18427] ppid=18413 vsize=14082736 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/18416/task/18427/stat : 18427 (java) S 18413 18416 16354 0 -1 1077944384 567 0 0 0 2 0 0 0 20 0 15 0 248421517 14420721664 12637 33554432000 4194304 4196468 140735362568688 140281868376944 140282758879874 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17473536 140735362577493 140735362577673 140735362577673 140735362580431 0
[pid=18416/tid=18428] ppid=18413 vsize=14082736 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/18416/task/18428/stat : 18428 (java) S 18413 18416 16354 0 -1 1077944384 68 0 0 0 2 0 0 0 20 0 15 0 248421517 14420721664 12637 33554432000 4194304 4196468 140735362568688 140281867324144 140282758879874 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17473536 140735362577493 140735362577673 140735362577673 140735362580431 0
[pid=18416/tid=18429] ppid=18413 vsize=14082736 memory=140536009135744 CPUtime=0.07 cores=0,2,4,6
/proc/18416/task/18429/stat : 18429 (java) S 18413 18416 16354 0 -1 1077944384 306 0 0 0 7 0 0 0 20 0 15 0 248421517 14420721664 12637 33554432000 4194304 4196468 140735362568688 140281866271344 140282758879874 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17473536 140735362577493 140735362577673 140735362577673 140735362580431 0
[pid=18416/tid=18430] ppid=18413 vsize=14082736 memory=2208 CPUtime=0 cores=0,2,4,6
/proc/18416/task/18430/stat : 18430 (java) S 18413 18416 16354 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 248421517 14420721664 12637 33554432000 4194304 4196468 140735362568688 140281865218784 140282758878933 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17473536 140735362577493 140735362577673 140735362577673 140735362580431 0
[pid=18416/tid=18431] ppid=18413 vsize=14082736 memory=140536009135744 CPUtime=0 cores=0,2,4,6
/proc/18416/task/18431/stat : 18431 (java) S 18413 18416 16354 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 248421518 14420721664 12637 33554432000 4194304 4196468 140735362568688 140281864166064 140282758879874 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17473536 140735362577493 140735362577673 140735362577673 140735362580431 0
Current children cumulated CPU time: 0.43 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 50548 KiB

[startup+0.700874 s]
/proc/loadavg: 1.54 1.55 1.63 3/215 18431
/proc/meminfo: memFree=24213508/32770624 swapFree=67108524/67108860
[pid=18416] ppid=18413 vsize=14084804 memory=88844 CPUtime=0.99 cores=0,2,4,6
/proc/18416/stat : 18416 (java) S 18413 18416 16354 0 -1 1077944320 17591 0 0 0 95 4 0 0 20 0 15 0 248421512 14422839296 22211 33554432000 4194304 4196468 140735362568688 140735362551232 140282758868727 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 17473536 140735362577493 140735362577673 140735362577673 140735362580431 0
/proc/18416/statm: 3521201 22211 3499 1 0 3483273 0
[pid=18416/tid=18418] ppid=18413 vsize=14084804 memory=1120 CPUtime=0.68 cores=0,2,4,6
/proc/18416/task/18418/stat : 18418 (java) R 18413 18416 16354 0 -1 4202560 14845 0 0 0 64 4 0 0 20 0 15 0 248421512 14422839296 22211 33554432000 4194304 4196468 140735362568688 140282763084192 140282742949214 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 17473536 140735362577493 140735362577673 140735362577673 140735362580431 0
[pid=18416/tid=18419] ppid=18413 vsize=14084804 memory=6068 CPUtime=0 cores=0,2,4,6
/proc/18416/task/18419/stat : 18419 (java) S 18413 18416 16354 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 248421513 14422839296 22211 33554432000 4194304 4196468 140735362568688 140282696469648 140282758878933 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17473536 140735362577493 140735362577673 140735362577673 140735362580431 0
[pid=18416/tid=18420] ppid=18413 vsize=14084804 memory=1724 CPUtime=0 cores=0,2,4,6
/proc/18416/task/18420/stat : 18420 (java) S 18413 18416 16354 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 248421513 14422839296 22211 33554432000 4194304 4196468 140735362568688 140282695416848 140282758878933 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17473536 140735362577493 140735362577673 140735362577673 140735362580431 0
[pid=18416/tid=18421] ppid=18413 vsize=14084804 memory=6297835844906604903 CPUtime=0 cores=0,2,4,6
/proc/18416/task/18421/stat : 18421 (java) S 18413 18416 16354 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 248421513 14422839296 22211 33554432000 4194304 4196468 140735362568688 140282694364048 140282758878933 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17473536 140735362577493 140735362577673 140735362577673 140735362580431 0
[pid=18416/tid=18422] ppid=18413 vsize=14084804 memory=7957390390475708010 CPUtime=0 cores=0,2,4,6
/proc/18416/task/18422/stat : 18422 (java) S 18413 18416 16354 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 248421513 14422839296 22211 33554432000 4194304 4196468 140735362568688 140282693311248 140282758878933 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17473536 140735362577493 140735362577673 140735362577673 140735362580431 0
[pid=18416/tid=18423] ppid=18413 vsize=14084804 memory=5787213848606435153 CPUtime=0 cores=0,2,4,6
/proc/18416/task/18423/stat : 18423 (java) S 18413 18416 16354 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 248421514 14422839296 22211 33554432000 4194304 4196468 140735362568688 140281872587120 140282758879874 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17473536 140735362577493 140735362577673 140735362577673 140735362580431 0
[pid=18416/tid=18424] ppid=18413 vsize=14084804 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18416/task/18424/stat : 18424 (java) S 18413 18416 16354 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 248421515 14422839296 22211 33554432000 4194304 4196468 140735362568688 140281871533088 140282758878933 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17473536 140735362577493 140735362577673 140735362577673 140735362580431 0
[pid=18416/tid=18425] ppid=18413 vsize=14084804 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18416/task/18425/stat : 18425 (java) S 18413 18416 16354 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 248421515 14422839296 22211 33554432000 4194304 4196468 140735362568688 140281870480240 140282758878933 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17473536 140735362577493 140735362577673 140735362577673 140735362580431 0
[pid=18416/tid=18426] ppid=18413 vsize=14084804 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18416/task/18426/stat : 18426 (java) S 18413 18416 16354 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 248421517 14422839296 22211 33554432000 4194304 4196468 140735362568688 140281869428560 140282758887323 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17473536 140735362577493 140735362577673 140735362577673 140735362580431 0
[pid=18416/tid=18427] ppid=18413 vsize=14084804 memory=223 CPUtime=0.07 cores=0,2,4,6
/proc/18416/task/18427/stat : 18427 (java) S 18413 18416 16354 0 -1 1077944384 718 0 0 0 7 0 0 0 20 0 15 0 248421517 14422839296 22211 33554432000 4194304 4196468 140735362568688 140281868376944 140282758879874 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17473536 140735362577493 140735362577673 140735362577673 140735362580431 0
[pid=18416/tid=18428] ppid=18413 vsize=14084804 memory=7 CPUtime=0.07 cores=0,2,4,6
/proc/18416/task/18428/stat : 18428 (java) S 18413 18416 16354 0 -1 1077944384 230 0 0 0 7 0 0 0 20 0 15 0 248421517 14422839296 22211 33554432000 4194304 4196468 140735362568688 140281867324144 140282758879874 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17473536 140735362577493 140735362577673 140735362577673 140735362580431 0
[pid=18416/tid=18429] ppid=18413 vsize=14084804 memory=704 CPUtime=0.15 cores=0,2,4,6
/proc/18416/task/18429/stat : 18429 (java) S 18413 18416 16354 0 -1 1077944384 415 0 0 0 15 0 0 0 20 0 15 0 248421517 14422839296 22211 33554432000 4194304 4196468 140735362568688 140281866271344 140282758879874 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17473536 140735362577493 140735362577673 140735362577673 140735362580431 0
[pid=18416/tid=18430] ppid=18413 vsize=14084804 memory=281071787085296 CPUtime=0 cores=0,2,4,6
/proc/18416/task/18430/stat : 18430 (java) S 18413 18416 16354 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 248421517 14422839296 22211 33554432000 4194304 4196468 140735362568688 140281865218784 140282758878933 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17473536 140735362577493 140735362577673 140735362577673 140735362580431 0
[pid=18416/tid=18431] ppid=18413 vsize=14084804 memory=0 CPUtime=0 cores=0,2,4,6
/proc/18416/task/18431/stat : 18431 (java) S 18413 18416 16354 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 248421518 14422839296 22211 33554432000 4194304 4196468 140735362568688 140281864166064 140282758879874 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17473536 140735362577493 140735362577673 140735362577673 140735362580431 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 14084804 KiB
Current children cumulated memory: 88844 KiB

[startup+1.50094 s]
/proc/loadavg: 1.54 1.55 1.63 3/215 18431
/proc/meminfo: memFree=24158116/32770624 swapFree=67108524/67108860
[pid=18416] ppid=18413 vsize=14090948 memory=223176 CPUtime=2.97 cores=0,2,4,6
/proc/18416/stat : 18416 (java) S 18413 18416 16354 0 -1 1077944320 25039 0 0 0 288 9 0 0 20 0 15 0 248421512 14429130752 55794 33554432000 4194304 4196468 140735362568688 140735362551232 140282758868727 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 17473536 140735362577493 140735362577673 140735362577673 140735362580431 0
/proc/18416/statm: 3522737 55794 3553 1 0 3484809 0
[pid=18416/tid=18418] ppid=18413 vsize=14090948 memory=0 CPUtime=1.45 cores=0,2,4,6
/proc/18416/task/18418/stat : 18418 (java) R 18413 18416 16354 0 -1 4202560 18930 0 0 0 139 6 0 0 20 0 15 0 248421512 14429130752 55794 33554432000 4194304 4196468 140735362568688 140282763106304 140282377972210 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 17473536 140735362577493 140735362577673 140735362577673 140735362580431 0
[pid=18416/tid=18419] ppid=18413 vsize=14090948 memory=-6585528546044026665 CPUtime=0 cores=0,2,4,6
/proc/18416/task/18419/stat : 18419 (java) S 18413 18416 16354 0 -1 1077944384 17 0 0 0 0 0 0 0 20 0 15 0 248421513 14429130752 55794 33554432000 4194304 4196468 140735362568688 140282696469648 140282758878933 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17473536 140735362577493 140735362577673 140735362577673 140735362580431 0
[pid=18416/tid=18420] ppid=18413 vsize=14090948 memory=-5862946231258146916 CPUtime=0 cores=0,2,4,6
/proc/18416/task/18420/stat : 18420 (java) S 18413 18416 16354 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 15 0 248421513 14429130752 55794 33554432000 4194304 4196468 140735362568688 140282695416848 140282758878933 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17473536 140735362577493 140735362577673 140735362577673 140735362580431 0
[pid=18416/tid=18421] ppid=18413 vsize=14090948 memory=-7234022729744077358 CPUtime=0 cores=0,2,4,6
/proc/18416/task/18421/stat : 18421 (java) S 18413 18416 16354 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 248421513 14429130752 55794 33554432000 4194304 4196468 140735362568688 140282694364048 140282758878933 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17473536 140735362577493 140735362577673 140735362577673 140735362580431 0
[pid=18416/tid=18422] ppid=18413 vsize=14090948 memory=4948221894318726016 CPUtime=0 cores=0,2,4,6
/proc/18416/task/18422/stat : 18422 (java) S 18413 18416 16354 0 -1 1077944384 208 0 0 0 0 0 0 0 20 0 15 0 248421513 14429130752 55794 33554432000 4194304 4196468 140735362568688 140282693311248 140282758878933 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17473536 140735362577493 140735362577673 140735362577673 140735362580431 0
[pid=18416/tid=18423] ppid=18413 vsize=14090948 memory=-3472574513799858008 CPUtime=0 cores=0,2,4,6
/proc/18416/task/18423/stat : 18423 (java) S 18413 18416 16354 0 -1 1077944384 74 0 0 0 0 0 0 0 20 0 15 0 248421514 14429130752 55794 33554432000 4194304 4196468 140735362568688 140281872587120 140282758879874 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17473536 140735362577493 140735362577673 140735362577673 140735362580431 0

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

/proc/18416/task/18418/stat : 18418 (java) R 18413 18416 16354 0 -1 4202560 97884 0 0 0 229524 47 0 0 20 0 15 0 248421512 14431227904 135679 33554432000 4194304 4196468 140735362568688 140282763105872 140282380101520 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 17473536 140735362577493 140735362577673 140735362577673 140735362580431 0
[pid=18416/tid=18419] ppid=18413 vsize=14092996 memory=543740 CPUtime=14.59 cores=0,2,4,6
/proc/18416/task/18419/stat : 18419 (java) S 18413 18416 16354 0 -1 1077944384 7653 0 0 0 1401 58 0 0 20 0 15 0 248421513 14431227904 135679 33554432000 4194304 4196468 140735362568688 140282696469648 140282758878933 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17473536 140735362577493 140735362577673 140735362577673 140735362580431 0
[pid=18416/tid=18420] ppid=18413 vsize=14092996 memory=542716 CPUtime=14.62 cores=0,2,4,6
/proc/18416/task/18420/stat : 18420 (java) S 18413 18416 16354 0 -1 1077944384 10588 0 0 0 1404 58 0 0 20 0 15 0 248421513 14431227904 135679 33554432000 4194304 4196468 140735362568688 140282695416848 140282758878933 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17473536 140735362577493 140735362577673 140735362577673 140735362580431 0
[pid=18416/tid=18421] ppid=18413 vsize=14092996 memory=56 CPUtime=14.63 cores=0,2,4,6
/proc/18416/task/18421/stat : 18421 (java) S 18413 18416 16354 0 -1 1077944384 10305 0 0 0 1406 57 0 0 20 0 15 0 248421513 14431227904 135679 33554432000 4194304 4196468 140735362568688 140282694364048 140282758878933 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17473536 140735362577493 140735362577673 140735362577673 140735362580431 0
[pid=18416/tid=18422] ppid=18413 vsize=14092996 memory=535368 CPUtime=14.63 cores=0,2,4,6
/proc/18416/task/18422/stat : 18422 (java) S 18413 18416 16354 0 -1 1077944384 9103 0 0 0 1406 57 0 0 20 0 15 0 248421513 14431227904 135679 33554432000 4194304 4196468 140735362568688 140282693311248 140282758878933 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17473536 140735362577493 140735362577673 140735362577673 140735362580431 0
[pid=18416/tid=18423] ppid=18413 vsize=14092996 memory=543228 CPUtime=8.37 cores=0,2,4,6
/proc/18416/task/18423/stat : 18423 (java) S 18413 18416 16354 0 -1 1077944384 7596 0 0 0 771 66 0 0 20 0 15 0 248421514 14431227904 135679 33554432000 4194304 4196468 140735362568688 140281872587120 140282758879874 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17473536 140735362577493 140735362577673 140735362577673 140735362580431 0
[pid=18416/tid=18424] ppid=18413 vsize=14092996 memory=534728 CPUtime=0 cores=0,2,4,6
/proc/18416/task/18424/stat : 18424 (java) S 18413 18416 16354 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 15 0 248421515 14431227904 135679 33554432000 4194304 4196468 140735362568688 140281871533152 140282758878933 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17473536 140735362577493 140735362577673 140735362577673 140735362580431 0
[pid=18416/tid=18425] ppid=18413 vsize=14092996 memory=1064 CPUtime=0 cores=0,2,4,6
/proc/18416/task/18425/stat : 18425 (java) S 18413 18416 16354 0 -1 1077944384 69 0 0 0 0 0 0 0 20 0 15 0 248421515 14431227904 135679 33554432000 4194304 4196468 140735362568688 140281870480256 140282758878933 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17473536 140735362577493 140735362577673 140735362577673 140735362580431 0
[pid=18416/tid=18426] ppid=18413 vsize=14092996 memory=504 CPUtime=0 cores=0,2,4,6
/proc/18416/task/18426/stat : 18426 (java) S 18413 18416 16354 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 248421517 14431227904 135679 33554432000 4194304 4196468 140735362568688 140281869428560 140282758887323 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17473536 140735362577493 140735362577673 140735362577673 140735362580431 0
[pid=18416/tid=18427] ppid=18413 vsize=14092996 memory=924 CPUtime=2.77 cores=0,2,4,6
/proc/18416/task/18427/stat : 18427 (java) S 18413 18416 16354 0 -1 1077944384 21251 0 0 0 274 3 0 0 20 0 15 0 248421517 14431227904 135679 33554432000 4194304 4196468 140735362568688 140281868376944 140282758879874 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17473536 140735362577493 140735362577673 140735362577673 140735362580431 0
[pid=18416/tid=18428] ppid=18413 vsize=14092996 memory=3712 CPUtime=2.99 cores=0,2,4,6
/proc/18416/task/18428/stat : 18428 (java) S 18413 18416 16354 0 -1 1077944384 19729 0 0 0 296 3 0 0 20 0 15 0 248421517 14431227904 135679 33554432000 4194304 4196468 140735362568688 140281867324144 140282758879874 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17473536 140735362577493 140735362577673 140735362577673 140735362580431 0
[pid=18416/tid=18429] ppid=18413 vsize=14092996 memory=67616 CPUtime=1.12 cores=0,2,4,6
/proc/18416/task/18429/stat : 18429 (java) S 18413 18416 16354 0 -1 1077944384 20757 0 0 0 109 3 0 0 20 0 15 0 248421517 14431227904 135679 33554432000 4194304 4196468 140735362568688 140281866271344 140282758879874 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 9 0 0 6293624 6294260 17473536 140735362577493 140735362577673 140735362577673 140735362580431 0
[pid=18416/tid=18430] ppid=18413 vsize=14092996 memory=543740 CPUtime=0 cores=0,2,4,6
/proc/18416/task/18430/stat : 18430 (java) S 18413 18416 16354 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 248421517 14431227904 135679 33554432000 4194304 4196468 140735362568688 140281865218784 140282758878933 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17473536 140735362577493 140735362577673 140735362577673 140735362580431 0
[pid=18416/tid=18431] ppid=18413 vsize=14092996 memory=543740 CPUtime=1.44 cores=0,2,4,6
/proc/18416/task/18431/stat : 18431 (java) S 18413 18416 16354 0 -1 1077944384 1848 0 0 0 69 75 0 0 20 0 15 0 248421518 14431227904 135679 33554432000 4194304 4196468 140735362568688 140281864166064 140282758879874 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 32 0 0 6293624 6294260 17473536 140735362577493 140735362577673 140735362577673 140735362580431 0
Current children cumulated CPU time: 2370.97 s
Current children cumulated vsize: 14092996 KiB
Current children cumulated memory: 542716 KiB

[startup+2382.3 s]
/proc/loadavg: 1.24 1.47 1.47 3/215 18609
/proc/meminfo: memFree=22869132/32770624 swapFree=67108524/67108860
[pid=18416] ppid=18413 vsize=14092996 memory=564292 CPUtime=2432.28 cores=0,2,4,6
/proc/18416/stat : 18416 (java) S 18413 18416 16354 0 -1 1077944320 210987 0 0 0 242855 373 0 0 20 0 15 0 248421512 14431227904 141073 33554432000 4194304 4196468 140735362568688 140735362551232 140282758868727 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 17473536 140735362577493 140735362577673 140735362577673 140735362580431 0
/proc/18416/statm: 3523249 141073 3597 1 0 3485321 0
[pid=18416/tid=18418] ppid=18413 vsize=14092996 memory=557100 CPUtime=2355.04 cores=0,2,4,6
/proc/18416/task/18418/stat : 18418 (java) R 18413 18416 16354 0 -1 4202560 99690 0 0 0 235455 49 0 0 20 0 15 0 248421512 14431227904 141073 33554432000 4194304 4196468 140735362568688 140282763105872 140282380101520 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 17473536 140735362577493 140735362577673 140735362577673 140735362580431 0
[pid=18416/tid=18419] ppid=18413 vsize=14092996 memory=542436 CPUtime=15.04 cores=0,2,4,6
/proc/18416/task/18419/stat : 18419 (java) S 18413 18416 16354 0 -1 1077944384 7788 0 0 0 1445 59 0 0 20 0 15 0 248421513 14431227904 141073 33554432000 4194304 4196468 140735362568688 140282696469648 140282758878933 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17473536 140735362577493 140735362577673 140735362577673 140735362580431 0
[pid=18416/tid=18420] ppid=18413 vsize=14092996 memory=553116 CPUtime=15.07 cores=0,2,4,6
/proc/18416/task/18420/stat : 18420 (java) S 18413 18416 16354 0 -1 1077944384 10700 0 0 0 1448 59 0 0 20 0 15 0 248421513 14431227904 141073 33554432000 4194304 4196468 140735362568688 140282695416848 140282758878933 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17473536 140735362577493 140735362577673 140735362577673 140735362580431 0
[pid=18416/tid=18421] ppid=18413 vsize=14092996 memory=553120 CPUtime=15.08 cores=0,2,4,6
/proc/18416/task/18421/stat : 18421 (java) S 18413 18416 16354 0 -1 1077944384 10562 0 0 0 1449 59 0 0 20 0 15 0 248421513 14431227904 141073 33554432000 4194304 4196468 140735362568688 140282694364048 140282758878933 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17473536 140735362577493 140735362577673 140735362577673 140735362580431 0
[pid=18416/tid=18422] ppid=18413 vsize=14092996 memory=564804 CPUtime=15.07 cores=0,2,4,6
/proc/18416/task/18422/stat : 18422 (java) S 18413 18416 16354 0 -1 1077944384 9375 0 0 0 1449 58 0 0 20 0 15 0 248421513 14431227904 141073 33554432000 4194304 4196468 140735362568688 140282693311248 140282758878933 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17473536 140735362577493 140735362577673 140735362577673 140735362580431 0
[pid=18416/tid=18423] ppid=18413 vsize=14092996 memory=564804 CPUtime=8.54 cores=0,2,4,6
/proc/18416/task/18423/stat : 18423 (java) S 18413 18416 16354 0 -1 1077944384 7814 0 0 0 786 68 0 0 20 0 15 0 248421514 14431227904 141073 33554432000 4194304 4196468 140735362568688 140281872587120 140282758879874 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17473536 140735362577493 140735362577673 140735362577673 140735362580431 0
[pid=18416/tid=18424] ppid=18413 vsize=14092996 memory=554140 CPUtime=0 cores=0,2,4,6
/proc/18416/task/18424/stat : 18424 (java) S 18413 18416 16354 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 15 0 248421515 14431227904 141073 33554432000 4194304 4196468 140735362568688 140281871533152 140282758878933 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17473536 140735362577493 140735362577673 140735362577673 140735362580431 0
[pid=18416/tid=18425] ppid=18413 vsize=14092996 memory=557852 CPUtime=0 cores=0,2,4,6
/proc/18416/task/18425/stat : 18425 (java) S 18413 18416 16354 0 -1 1077944384 69 0 0 0 0 0 0 0 20 0 15 0 248421515 14431227904 141073 33554432000 4194304 4196468 140735362568688 140281870480256 140282758878933 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17473536 140735362577493 140735362577673 140735362577673 140735362580431 0
[pid=18416/tid=18426] ppid=18413 vsize=14092996 memory=555592 CPUtime=0 cores=0,2,4,6
/proc/18416/task/18426/stat : 18426 (java) S 18413 18416 16354 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 248421517 14431227904 141073 33554432000 4194304 4196468 140735362568688 140281869428560 140282758887323 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17473536 140735362577493 140735362577673 140735362577673 140735362580431 0
[pid=18416/tid=18427] ppid=18413 vsize=14092996 memory=4004 CPUtime=2.77 cores=0,2,4,6
/proc/18416/task/18427/stat : 18427 (java) S 18413 18416 16354 0 -1 1077944384 21253 0 0 0 274 3 0 0 20 0 15 0 248421517 14431227904 141073 33554432000 4194304 4196468 140735362568688 140281868376944 140282758879874 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17473536 140735362577493 140735362577673 140735362577673 140735362580431 0
[pid=18416/tid=18428] ppid=18413 vsize=14092996 memory=3516 CPUtime=3 cores=0,2,4,6
/proc/18416/task/18428/stat : 18428 (java) S 18413 18416 16354 0 -1 1077944384 19731 0 0 0 297 3 0 0 20 0 15 0 248421517 14431227904 141073 33554432000 4194304 4196468 140735362568688 140281867324144 140282758879874 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17473536 140735362577493 140735362577673 140735362577673 140735362580431 0
[pid=18416/tid=18429] ppid=18413 vsize=14092996 memory=872 CPUtime=1.12 cores=0,2,4,6
/proc/18416/task/18429/stat : 18429 (java) S 18413 18416 16354 0 -1 1077944384 20759 0 0 0 109 3 0 0 20 0 15 0 248421517 14431227904 141073 33554432000 4194304 4196468 140735362568688 140281866271344 140282758879874 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 9 0 0 6293624 6294260 17473536 140735362577493 140735362577673 140735362577673 140735362580431 0
[pid=18416/tid=18430] ppid=18413 vsize=14092996 memory=1288 CPUtime=0 cores=0,2,4,6
/proc/18416/task/18430/stat : 18430 (java) S 18413 18416 16354 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 248421517 14431227904 141073 33554432000 4194304 4196468 140735362568688 140281865218784 140282758878933 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17473536 140735362577493 140735362577673 140735362577673 140735362580431 0
[pid=18416/tid=18431] ppid=18413 vsize=14092996 memory=15708 CPUtime=1.47 cores=0,2,4,6
/proc/18416/task/18431/stat : 18431 (java) S 18413 18416 16354 0 -1 1077944384 1863 0 0 0 69 78 0 0 20 0 15 0 248421518 14431227904 141073 33554432000 4194304 4196468 140735362568688 140281864166064 140282758879874 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 32 0 0 6293624 6294260 17473536 140735362577493 140735362577673 140735362577673 140735362580431 0
Current children cumulated CPU time: 2432.28 s
Current children cumulated vsize: 14092996 KiB
Current children cumulated memory: 564292 KiB

[startup+2442.3 s]
/proc/loadavg: 1.31 1.45 1.46 3/216 18618
/proc/meminfo: memFree=22861240/32770624 swapFree=67108524/67108860
[pid=18416] ppid=18413 vsize=14092996 memory=566992 CPUtime=2493.56 cores=0,2,4,6
/proc/18416/stat : 18416 (java) S 18413 18416 16354 0 -1 1077944320 214317 0 0 0 248974 382 0 0 20 0 15 0 248421512 14431227904 141748 33554432000 4194304 4196468 140735362568688 140735362551232 140282758868727 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 17473536 140735362577493 140735362577673 140735362577673 140735362580431 0
/proc/18416/statm: 3523249 141748 3597 1 0 3485321 0
[pid=18416/tid=18418] ppid=18413 vsize=14092996 memory=567508 CPUtime=2414.31 cores=0,2,4,6
/proc/18416/task/18418/stat : 18418 (java) R 18413 18416 16354 0 -1 4202560 101281 0 0 0 241382 49 0 0 20 0 15 0 248421512 14431227904 141748 33554432000 4194304 4196468 140735362568688 140282763105888 140282373950702 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 17473536 140735362577493 140735362577673 140735362577673 140735362580431 0
[pid=18416/tid=18419] ppid=18413 vsize=14092996 memory=568020 CPUtime=15.5 cores=0,2,4,6
/proc/18416/task/18419/stat : 18419 (java) S 18413 18416 16354 0 -1 1077944384 8153 0 0 0 1489 61 0 0 20 0 15 0 248421513 14431227904 141748 33554432000 4194304 4196468 140735362568688 140282696469648 140282758878933 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17473536 140735362577493 140735362577673 140735362577673 140735362580431 0
[pid=18416/tid=18420] ppid=18413 vsize=14092996 memory=569456 CPUtime=15.52 cores=0,2,4,6
/proc/18416/task/18420/stat : 18420 (java) S 18413 18416 16354 0 -1 1077944384 11040 0 0 0 1491 61 0 0 20 0 15 0 248421513 14431227904 141748 33554432000 4194304 4196468 140735362568688 140282695416848 140282758878933 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17473536 140735362577493 140735362577673 140735362577673 140735362580431 0
[pid=18416/tid=18421] ppid=18413 vsize=14092996 memory=568432 CPUtime=15.52 cores=0,2,4,6
/proc/18416/task/18421/stat : 18421 (java) S 18413 18416 16354 0 -1 1077944384 10779 0 0 0 1492 60 0 0 20 0 15 0 248421513 14431227904 141748 33554432000 4194304 4196468 140735362568688 140282694364048 140282758878933 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17473536 140735362577493 140735362577673 140735362577673 140735362580431 0
[pid=18416/tid=18422] ppid=18413 vsize=14092996 memory=553120 CPUtime=15.52 cores=0,2,4,6
/proc/18416/task/18422/stat : 18422 (java) S 18413 18416 16354 0 -1 1077944384 9604 0 0 0 1493 59 0 0 20 0 15 0 248421513 14431227904 141748 33554432000 4194304 4196468 140735362568688 140282693311248 140282758878933 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17473536 140735362577493 140735362577673 140735362577673 140735362580431 0
[pid=18416/tid=18423] ppid=18413 vsize=14092996 memory=554680 CPUtime=8.69 cores=0,2,4,6
/proc/18416/task/18423/stat : 18423 (java) S 18413 18416 16354 0 -1 1077944384 8027 0 0 0 800 69 0 0 20 0 15 0 248421514 14431227904 141748 33554432000 4194304 4196468 140735362568688 140281872587120 140282758879874 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17473536 140735362577493 140735362577673 140735362577673 140735362580431 0
[pid=18416/tid=18424] ppid=18413 vsize=14092996 memory=569972 CPUtime=0 cores=0,2,4,6
/proc/18416/task/18424/stat : 18424 (java) S 18413 18416 16354 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 15 0 248421515 14431227904 141748 33554432000 4194304 4196468 140735362568688 140281871533152 140282758878933 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17473536 140735362577493 140735362577673 140735362577673 140735362580431 0
[pid=18416/tid=18425] ppid=18413 vsize=14092996 memory=569968 CPUtime=0 cores=0,2,4,6
/proc/18416/task/18425/stat : 18425 (java) S 18413 18416 16354 0 -1 1077944384 69 0 0 0 0 0 0 0 20 0 15 0 248421515 14431227904 141748 33554432000 4194304 4196468 140735362568688 140281870480256 140282758878933 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17473536 140735362577493 140735362577673 140735362577673 140735362580431 0
[pid=18416/tid=18426] ppid=18413 vsize=14092996 memory=567404 CPUtime=0 cores=0,2,4,6
/proc/18416/task/18426/stat : 18426 (java) S 18413 18416 16354 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 248421517 14431227904 141748 33554432000 4194304 4196468 140735362568688 140281869428560 140282758887323 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17473536 140735362577493 140735362577673 140735362577673 140735362580431 0
[pid=18416/tid=18427] ppid=18413 vsize=14092996 memory=568532 CPUtime=2.77 cores=0,2,4,6
/proc/18416/task/18427/stat : 18427 (java) S 18413 18416 16354 0 -1 1077944384 21255 0 0 0 274 3 0 0 20 0 15 0 248421517 14431227904 141748 33554432000 4194304 4196468 140735362568688 140281868376944 140282758879874 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17473536 140735362577493 140735362577673 140735362577673 140735362580431 0
[pid=18416/tid=18428] ppid=18413 vsize=14092996 memory=568532 CPUtime=3 cores=0,2,4,6
/proc/18416/task/18428/stat : 18428 (java) S 18413 18416 16354 0 -1 1077944384 19825 0 0 0 297 3 0 0 20 0 15 0 248421517 14431227904 141748 33554432000 4194304 4196468 140735362568688 140281867324144 140282758879874 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17473536 140735362577493 140735362577673 140735362577673 140735362580431 0
[pid=18416/tid=18429] ppid=18413 vsize=14092996 memory=568020 CPUtime=1.12 cores=0,2,4,6
/proc/18416/task/18429/stat : 18429 (java) S 18413 18416 16354 0 -1 1077944384 21023 0 0 0 109 3 0 0 20 0 15 0 248421517 14431227904 141748 33554432000 4194304 4196468 140735362568688 140281866271344 140282758879874 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 9 0 0 6293624 6294260 17473536 140735362577493 140735362577673 140735362577673 140735362580431 0
[pid=18416/tid=18430] ppid=18413 vsize=14092996 memory=566992 CPUtime=0 cores=0,2,4,6
/proc/18416/task/18430/stat : 18430 (java) S 18413 18416 16354 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 248421517 14431227904 141748 33554432000 4194304 4196468 140735362568688 140281865218784 140282758878933 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17473536 140735362577493 140735362577673 140735362577673 140735362580431 0
[pid=18416/tid=18431] ppid=18413 vsize=14092996 memory=568532 CPUtime=1.5 cores=0,2,4,6
/proc/18416/task/18431/stat : 18431 (java) S 18413 18416 16354 0 -1 1077944384 1878 0 0 0 71 79 0 0 20 0 15 0 248421518 14431227904 141748 33554432000 4194304 4196468 140735362568688 140281864166064 140282758879874 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 32 0 0 6293624 6294260 17473536 140735362577493 140735362577673 140735362577673 140735362580431 0
Current children cumulated CPU time: 2493.56 s
Current children cumulated vsize: 14092996 KiB
Current children cumulated memory: 566992 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2468.2 s]
/proc/loadavg: 1.39 1.45 1.46 3/216 18618
/proc/meminfo: memFree=22852096/32770624 swapFree=67108524/67108860
[pid=18416] ppid=18413 vsize=14092996 memory=574664 CPUtime=2520.05 cores=0,2,4,6
/proc/18416/stat : 18416 (java) S 18413 18416 16354 0 -1 1077944320 215784 0 0 0 251620 385 0 0 20 0 15 0 248421512 14431227904 143666 33554432000 4194304 4196468 140735362568688 140735362551232 140282758868727 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 17473536 140735362577493 140735362577673 140735362577673 140735362580431 0
/proc/18416/statm: 3523249 143666 3597 1 0 3485321 0
[pid=18416/tid=18418] ppid=18413 vsize=14092996 memory=1268864 CPUtime=2439.93 cores=0,2,4,6
/proc/18416/task/18418/stat : 18418 (java) R 18413 18416 16354 0 -1 4202560 101885 0 0 0 243943 50 0 0 20 0 15 0 248421512 14431227904 143666 33554432000 4194304 4196468 140735362568688 140282763105872 140282373949110 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 17473536 140735362577493 140735362577673 140735362577673 140735362580431 0
[pid=18416/tid=18419] ppid=18413 vsize=14092996 memory=4100 CPUtime=15.69 cores=0,2,4,6
/proc/18416/task/18419/stat : 18419 (java) S 18413 18416 16354 0 -1 1077944384 8377 0 0 0 1508 61 0 0 20 0 15 0 248421513 14431227904 143666 33554432000 4194304 4196468 140735362568688 140282696469648 140282758878933 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17473536 140735362577493 140735362577673 140735362577673 140735362580431 0
[pid=18416/tid=18420] ppid=18413 vsize=14092996 memory=1398720917958146503 CPUtime=15.72 cores=0,2,4,6
/proc/18416/task/18420/stat : 18420 (java) S 18413 18416 16354 0 -1 1077944384 11256 0 0 0 1511 61 0 0 20 0 15 0 248421513 14431227904 143666 33554432000 4194304 4196468 140735362568688 140282695416848 140282758878933 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17473536 140735362577493 140735362577673 140735362577673 140735362580431 0
[pid=18416/tid=18421] ppid=18413 vsize=14092996 memory=-7003737579269690708 CPUtime=15.72 cores=0,2,4,6
/proc/18416/task/18421/stat : 18421 (java) S 18413 18416 16354 0 -1 1077944384 10983 0 0 0 1511 61 0 0 20 0 15 0 248421513 14431227904 143666 33554432000 4194304 4196468 140735362568688 140282694364048 140282758878933 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17473536 140735362577493 140735362577673 140735362577673 140735362580431 0
[pid=18416/tid=18422] ppid=18413 vsize=14092996 memory=577744 CPUtime=15.72 cores=0,2,4,6
/proc/18416/task/18422/stat : 18422 (java) S 18413 18416 16354 0 -1 1077944384 9811 0 0 0 1512 60 0 0 20 0 15 0 248421513 14431227904 143666 33554432000 4194304 4196468 140735362568688 140282693311248 140282758878933 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17473536 140735362577493 140735362577673 140735362577673 140735362580431 0
[pid=18416/tid=18423] ppid=18413 vsize=14092996 memory=1408 CPUtime=8.77 cores=0,2,4,6
/proc/18416/task/18423/stat : 18423 (java) S 18413 18416 16354 0 -1 1077944384 8037 0 0 0 807 70 0 0 20 0 15 0 248421514 14431227904 143666 33554432000 4194304 4196468 140735362568688 140281872587120 140282758879874 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17473536 140735362577493 140735362577673 140735362577673 140735362580431 0
[pid=18416/tid=18424] ppid=18413 vsize=14092996 memory=3264 CPUtime=0 cores=0,2,4,6
/proc/18416/task/18424/stat : 18424 (java) S 18413 18416 16354 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 15 0 248421515 14431227904 143666 33554432000 4194304 4196468 140735362568688 140281871533152 140282758878933 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17473536 140735362577493 140735362577673 140735362577673 140735362580431 0
[pid=18416/tid=18425] ppid=18413 vsize=14092996 memory=1268864 CPUtime=0 cores=0,2,4,6
/proc/18416/task/18425/stat : 18425 (java) S 18413 18416 16354 0 -1 1077944384 69 0 0 0 0 0 0 0 20 0 15 0 248421515 14431227904 143666 33554432000 4194304 4196468 140735362568688 140281870480256 140282758878933 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17473536 140735362577493 140735362577673 140735362577673 140735362580431 0
[pid=18416/tid=18426] ppid=18413 vsize=14092996 memory=4100 CPUtime=0 cores=0,2,4,6
/proc/18416/task/18426/stat : 18426 (java) S 18413 18416 16354 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 248421517 14431227904 143666 33554432000 4194304 4196468 140735362568688 140281869428560 140282758887323 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17473536 140735362577493 140735362577673 140735362577673 140735362580431 0
[pid=18416/tid=18427] ppid=18413 vsize=14092996 memory=4004 CPUtime=2.77 cores=0,2,4,6
/proc/18416/task/18427/stat : 18427 (java) S 18413 18416 16354 0 -1 1077944384 21255 0 0 0 274 3 0 0 20 0 15 0 248421517 14431227904 143666 33554432000 4194304 4196468 140735362568688 140281868376944 140282758879874 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17473536 140735362577493 140735362577673 140735362577673 140735362580431 0
[pid=18416/tid=18428] ppid=18413 vsize=14092996 memory=3516 CPUtime=3 cores=0,2,4,6
/proc/18416/task/18428/stat : 18428 (java) S 18413 18416 16354 0 -1 1077944384 19825 0 0 0 297 3 0 0 20 0 15 0 248421517 14431227904 143666 33554432000 4194304 4196468 140735362568688 140281867324144 140282758879874 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17473536 140735362577493 140735362577673 140735362577673 140735362580431 0
[pid=18416/tid=18429] ppid=18413 vsize=14092996 memory=579800 CPUtime=1.12 cores=0,2,4,6
/proc/18416/task/18429/stat : 18429 (java) S 18413 18416 16354 0 -1 1077944384 21023 0 0 0 109 3 0 0 20 0 15 0 248421517 14431227904 143666 33554432000 4194304 4196468 140735362568688 140281866271344 140282758879874 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 9 0 0 6293624 6294260 17473536 140735362577493 140735362577673 140735362577673 140735362580431 0
[pid=18416/tid=18430] ppid=18413 vsize=14092996 memory=580312 CPUtime=0 cores=0,2,4,6
/proc/18416/task/18430/stat : 18430 (java) S 18413 18416 16354 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 248421517 14431227904 143666 33554432000 4194304 4196468 140735362568688 140281865218784 140282758878933 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17473536 140735362577493 140735362577673 140735362577673 140735362580431 0
[pid=18416/tid=18431] ppid=18413 vsize=14092996 memory=303430223234596890 CPUtime=1.52 cores=0,2,4,6
/proc/18416/task/18431/stat : 18431 (java) S 18413 18416 16354 0 -1 1077944384 1880 0 0 0 72 80 0 0 20 0 15 0 248421518 14431227904 143666 33554432000 4194304 4196468 140735362568688 140281864166064 140282758879874 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 32 0 0 6293624 6294260 17473536 140735362577493 140735362577673 140735362577673 140735362580431 0
Current children cumulated CPU time: 2520.05 s
Current children cumulated vsize: 14092996 KiB
Current children cumulated memory: 574664 KiB

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

[startup+2468.22 s]
# the end of solver process 18416 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.21 s, system=3.862 s

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

Child status: 143
Real time (s): 2468.22
CPU time (s): 2520.08
CPU user time (s): 2516.21
CPU system time (s): 3.862
CPU usage (%): 102.101
Max. virtual memory (cumulated for all children) (KiB): 14092996
Max. memory (cumulated for all children) (KiB): 676240

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.21
system time used= 3.862
maximum resident set size= 676240
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 216051
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3232
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 278682
involuntary context switches= 9905


# summary of solver processes directly reported to runsolver:
#   pid: 18416
#   total CPU time (s): 2520.08
#   total CPU user time (s): 2516.21
#   total CPU system time (s): 3.862

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 12.4057 second user time and 25.507 second system time

The end

Launcher Data

Begin job on node107 at 2018-08-15 06:49:43
IDJOB=4308482
IDBENCH=141320
IDSOLVER=2792
FILE ID=node107/4308482-1534308583
RUNJOBID= node107-1534294079-16385
PBS_JOBID= 21038147
Free space on /tmp= 42256 MiB

SOLVER NAME= OscaR - Hybrid 2018-08-14
BENCH NAME= XCSP18/PizzaVoucher/PizzaVoucher-10b_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-4308482-1534308583/watcher-4308482-1534308583 -o /tmp/evaluation-result-4308482-1534308583/solver-4308482-1534308583 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node107-1534294079-16385 --watchdog 2580  java -Xmx11000m -jar oscarCPXcsp3-hybrid.jar --randomseed 672992965 --timelimit 2520 --memlimit 11000 --nbcore 4 HOME/instance-4308482-1534308583.xml

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

MD5SUM BENCH= 2b2c64c71c05a1ba529c691595973c48
RANDOM SEED=672992965

node107.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.40
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.40
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.40
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.40
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:        24291148 kB
MemAvailable:   31508664 kB
Buffers:          203152 kB
Cached:          7243616 kB
SwapCached:           20 kB
Active:          4371780 kB
Inactive:        3515440 kB
Active(anon):     390296 kB
Inactive(anon):   111372 kB
Active(file):    3981484 kB
Inactive(file):  3404068 kB
Unevictable:        6980 kB
Mlocked:            6980 kB
SwapTotal:      67108860 kB
SwapFree:       67108524 kB
Dirty:             35988 kB
Writeback:             0 kB
AnonPages:        445348 kB
Mapped:            68076 kB
Shmem:             57824 kB
Slab:             289052 kB
SReclaimable:     260424 kB
SUnreclaim:        28628 kB
KernelStack:        3584 kB
PageTables:         7452 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1101516 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    268288 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:       91520 kB
DirectMap2M:    33454080 kB

Free space on /tmp at the end= 42220 MiB
End job on node107 at 2018-08-15 07:30:52