Trace number 4308420

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 2520.11 2488.03

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 benchmark2.86606
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.67/0.56	c version: 2018-08-14
0.67/0.56	c seed: 370733413
0.67/0.56	c timeout: 2520
0.67/0.56	c memlimit: 11000
0.67/0.56	c nbcore: 4
0.67/0.59	c Parsing instance...
2.12/1.25	c Parsing done, starting first complete search...
2.12/1.28	o 0
2.12/1.28	o 1
2.12/1.29	o 2
2.12/1.29	o 3
3.29/1.61	o 4
3.88/1.85	o 5
5.38/3.14	c First complete search done, starting ALNS search...
7.29/4.18	o 6
7.29/4.19	o 7
2520.09/2488.01	s SATISFIABLE
2520.09/2488.01	v <instantiation>
2520.09/2488.01	v 	<list>
2520.09/2488.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
2520.09/2488.01	v 	</list>
2520.09/2488.01	v 	<values>
2520.09/2488.01	v 		0 0 0 0 0 2 2 0 0 0 0 2 2 2 1 1 1 0 0 0 0 1 1 0 0 0 0 0 0 0 0 0 0 2 2 0 0 0 1 0 0 0 0 0 1 0 0 0 0 7 7 
2520.09/2488.01	v 	</values>
2520.09/2488.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 (12836 MiB free)
  memory of node 1: 16384 MiB (10188 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4308420-1534331658/watcher-4308420-1534331658 -o /tmp/evaluation-result-4308420-1534331658/solver-4308420-1534331658 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node148-1534329180-20204 --watchdog 2580 java -Xmx11000m -jar oscarCPXcsp3-hybrid.jar --randomseed 370733413 --timelimit 2520 --memlimit 11000 --nbcore 4 HOME/instance-4308420-1534331658.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
solver pid=20520, runsolver pid=20517
Current StackSize limit: 8192 KiB


[startup+0.10705 s]*
/proc/loadavg: 1.66 1.44 1.41 3/216 20535
/proc/meminfo: memFree=23541140/32770624 swapFree=67108368/67108860
[pid=20520] ppid=20517 vsize=14082736 memory=32916 CPUtime=0.12 cores=0,2,4,6
/proc/20520/stat : 20520 (java) S 20517 20520 20173 0 -1 1077944320 7113 0 0 0 11 1 0 0 20 0 15 0 250728918 14420721664 8229 33554432000 4194304 4196468 140733781550144 140733781532688 140417007910647 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 13959168 140733781554261 140733781554441 140733781554441 140733781557199 0
/proc/20520/statm: 3520684 8229 3163 1 0 3482761 0
[pid=20520/tid=20522] ppid=20517 vsize=14082736 memory=-6966721798027829888 CPUtime=0.1 cores=0,2,4,6
/proc/20520/task/20522/stat : 20522 (java) R 20517 20520 20173 0 -1 4202560 5149 0 0 0 9 1 0 0 20 0 15 0 250728919 14420721664 8229 33554432000 4194304 4196468 140733781550144 140417012133152 140417007932573 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 13959168 140733781554261 140733781554441 140733781554441 140733781557199 0
[pid=20520/tid=20523] ppid=20517 vsize=14082736 memory=5793854962913782201 CPUtime=0 cores=0,2,4,6
/proc/20520/task/20523/stat : 20523 (java) S 20517 20520 20173 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250728919 14420721664 8229 33554432000 4194304 4196468 140733781550144 140416977624208 140417007920853 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13959168 140733781554261 140733781554441 140733781554441 140733781557199 0
[pid=20520/tid=20524] ppid=20517 vsize=14082736 memory=139711903889024 CPUtime=0 cores=0,2,4,6
/proc/20520/task/20524/stat : 20524 (java) S 20517 20520 20173 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250728919 14420721664 8229 33554432000 4194304 4196468 140733781550144 140416603003920 140417007920853 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13959168 140733781554261 140733781554441 140733781554441 140733781557199 0
[pid=20520/tid=20525] ppid=20517 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20520/task/20525/stat : 20525 (java) S 20517 20520 20173 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250728919 14420721664 8229 33554432000 4194304 4196468 140733781550144 140416601951120 140417007920853 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13959168 140733781554261 140733781554441 140733781554441 140733781557199 0
[pid=20520/tid=20526] ppid=20517 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20520/task/20526/stat : 20526 (java) S 20517 20520 20173 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 250728919 14420721664 8229 33554432000 4194304 4196468 140733781550144 140416600898320 140417007920853 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13959168 140733781554261 140733781554441 140733781554441 140733781557199 0
[pid=20520/tid=20527] ppid=20517 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20520/task/20527/stat : 20527 (java) S 20517 20520 20173 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 250728921 14420721664 8229 33554432000 4194304 4196468 140733781550144 140416482474352 140417007921794 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13959168 140733781554261 140733781554441 140733781554441 140733781557199 0
[pid=20520/tid=20528] ppid=20517 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/20520/task/20528/stat : 20528 (java) S 20517 20520 20173 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 250728921 14420721664 8229 33554432000 4194304 4196468 140733781550144 140416481420320 140417007920853 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13959168 140733781554261 140733781554441 140733781554441 140733781557199 0
[pid=20520/tid=20529] ppid=20517 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20520/task/20529/stat : 20529 (java) S 20517 20520 20173 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 250728921 14420721664 8229 33554432000 4194304 4196468 140733781550144 140416480367472 140417007920853 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13959168 140733781554261 140733781554441 140733781554441 140733781557199 0
[pid=20520/tid=20530] ppid=20517 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20520/task/20530/stat : 20530 (java) S 20517 20520 20173 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250728924 14420721664 8229 33554432000 4194304 4196468 140733781550144 140416479315792 140417007929243 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13959168 140733781554261 140733781554441 140733781554441 140733781557199 0
[pid=20520/tid=20531] ppid=20517 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20520/task/20531/stat : 20531 (java) S 20517 20520 20173 0 -1 1077944384 310 0 0 0 0 0 0 0 20 0 15 0 250728924 14420721664 8229 33554432000 4194304 4196468 140733781550144 140416478264176 140417007921794 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13959168 140733781554261 140733781554441 140733781554441 140733781557199 0
[pid=20520/tid=20532] ppid=20517 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/20520/task/20532/stat : 20532 (java) S 20517 20520 20173 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250728924 14420721664 8229 33554432000 4194304 4196468 140733781550144 140416477211376 140417007921794 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13959168 140733781554261 140733781554441 140733781554441 140733781557199 0
[pid=20520/tid=20533] ppid=20517 vsize=14082736 memory=139711903889024 CPUtime=0.01 cores=0,2,4,6
/proc/20520/task/20533/stat : 20533 (java) S 20517 20520 20173 0 -1 1077944384 274 0 0 0 1 0 0 0 20 0 15 0 250728924 14420721664 8229 33554432000 4194304 4196468 140733781550144 140416476158576 140417007921794 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13959168 140733781554261 140733781554441 140733781554441 140733781557199 0
[pid=20520/tid=20534] ppid=20517 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/20520/task/20534/stat : 20534 (java) S 20517 20520 20173 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250728924 14420721664 8229 33554432000 4194304 4196468 140733781550144 140416475106016 140417007920853 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13959168 140733781554261 140733781554441 140733781554441 140733781557199 0
[pid=20520/tid=20535] ppid=20517 vsize=14082736 memory=139711903889024 CPUtime=0 cores=0,2,4,6
/proc/20520/task/20535/stat : 20535 (java) S 20517 20520 20173 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250728924 14420721664 8229 33554432000 4194304 4196468 140733781550144 140416474053296 140417007921794 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13959168 140733781554261 140733781554441 140733781554441 140733781557199 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 32916 KiB

[startup+0.210387 s]*
/proc/loadavg: 1.66 1.44 1.41 5/216 20535
/proc/meminfo: memFree=23518988/32770624 swapFree=67108368/67108860
[pid=20520] ppid=20517 vsize=14082736 memory=46056 CPUtime=0.29 cores=0,2,4,6
/proc/20520/stat : 20520 (java) S 20517 20520 20173 0 -1 1077944320 10107 0 0 0 27 2 0 0 20 0 15 0 250728918 14420721664 11514 33554432000 4194304 4196468 140733781550144 140733781532688 140417007910647 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 13959168 140733781554261 140733781554441 140733781554441 140733781557199 0
/proc/20520/statm: 3520684 11514 3370 1 0 3482761 0
[pid=20520/tid=20522] ppid=20517 vsize=14082736 memory=6735269665583770266 CPUtime=0.19 cores=0,2,4,6
/proc/20520/task/20522/stat : 20522 (java) R 20517 20520 20173 0 -1 4202560 7798 0 0 0 18 1 0 0 20 0 15 0 250728919 14420721664 11514 33554432000 4194304 4196468 140733781550144 140417012134480 140416992250791 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 13959168 140733781554261 140733781554441 140733781554441 140733781557199 0
[pid=20520/tid=20523] ppid=20517 vsize=14082736 memory=4211973438108679562 CPUtime=0 cores=0,2,4,6
/proc/20520/task/20523/stat : 20523 (java) S 20517 20520 20173 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250728919 14420721664 11514 33554432000 4194304 4196468 140733781550144 140416977624208 140417007920853 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13959168 140733781554261 140733781554441 140733781554441 140733781557199 0
[pid=20520/tid=20524] ppid=20517 vsize=14082736 memory=139711903889024 CPUtime=0 cores=0,2,4,6
/proc/20520/task/20524/stat : 20524 (java) S 20517 20520 20173 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250728919 14420721664 11514 33554432000 4194304 4196468 140733781550144 140416603003920 140417007920853 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13959168 140733781554261 140733781554441 140733781554441 140733781557199 0
[pid=20520/tid=20525] ppid=20517 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20520/task/20525/stat : 20525 (java) S 20517 20520 20173 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250728919 14420721664 11514 33554432000 4194304 4196468 140733781550144 140416601951120 140417007920853 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13959168 140733781554261 140733781554441 140733781554441 140733781557199 0
[pid=20520/tid=20526] ppid=20517 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/20520/task/20526/stat : 20526 (java) S 20517 20520 20173 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 250728919 14420721664 11514 33554432000 4194304 4196468 140733781550144 140416600898320 140417007920853 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13959168 140733781554261 140733781554441 140733781554441 140733781557199 0
[pid=20520/tid=20527] ppid=20517 vsize=14082736 memory=139711903889024 CPUtime=0 cores=0,2,4,6
/proc/20520/task/20527/stat : 20527 (java) S 20517 20520 20173 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 250728921 14420721664 11514 33554432000 4194304 4196468 140733781550144 140416482474352 140417007921794 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13959168 140733781554261 140733781554441 140733781554441 140733781557199 0
[pid=20520/tid=20528] ppid=20517 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/20520/task/20528/stat : 20528 (java) S 20517 20520 20173 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 250728921 14420721664 11514 33554432000 4194304 4196468 140733781550144 140416481420320 140417007920853 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13959168 140733781554261 140733781554441 140733781554441 140733781557199 0
[pid=20520/tid=20529] ppid=20517 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20520/task/20529/stat : 20529 (java) S 20517 20520 20173 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 250728921 14420721664 11514 33554432000 4194304 4196468 140733781550144 140416480367472 140417007920853 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13959168 140733781554261 140733781554441 140733781554441 140733781557199 0
[pid=20520/tid=20530] ppid=20517 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20520/task/20530/stat : 20530 (java) S 20517 20520 20173 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250728924 14420721664 11514 33554432000 4194304 4196468 140733781550144 140416479315792 140417007929243 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13959168 140733781554261 140733781554441 140733781554441 140733781557199 0
[pid=20520/tid=20531] ppid=20517 vsize=14082736 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/20520/task/20531/stat : 20531 (java) R 20517 20520 20173 0 -1 1077944384 341 0 0 0 1 0 0 0 20 0 15 0 250728924 14420721664 11514 33554432000 4194304 4196468 140733781550144 140416478264176 140417007921794 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 13959168 140733781554261 140733781554441 140733781554441 140733781557199 0
[pid=20520/tid=20532] ppid=20517 vsize=14082736 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/20520/task/20532/stat : 20532 (java) R 20517 20520 20173 0 -1 4202560 215 0 0 0 1 0 0 0 20 0 15 0 250728924 14420721664 11514 33554432000 4194304 4196468 140733781550144 140416477211376 140417000152037 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 13959168 140733781554261 140733781554441 140733781554441 140733781557199 0
[pid=20520/tid=20533] ppid=20517 vsize=14082736 memory=139711903889024 CPUtime=0.06 cores=0,2,4,6
/proc/20520/task/20533/stat : 20533 (java) R 20517 20520 20173 0 -1 4202560 372 0 0 0 6 0 0 0 20 0 15 0 250728924 14420721664 11514 33554432000 4194304 4196468 140733781550144 140416476158576 140416986726813 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 13959168 140733781554261 140733781554441 140733781554441 140733781557199 0
[pid=20520/tid=20534] ppid=20517 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/20520/task/20534/stat : 20534 (java) S 20517 20520 20173 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250728924 14420721664 11514 33554432000 4194304 4196468 140733781550144 140416475106016 140417007920853 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13959168 140733781554261 140733781554441 140733781554441 140733781557199 0
[pid=20520/tid=20535] ppid=20517 vsize=14082736 memory=139711903889024 CPUtime=0 cores=0,2,4,6
/proc/20520/task/20535/stat : 20535 (java) S 20517 20520 20173 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250728924 14420721664 11514 33554432000 4194304 4196468 140733781550144 140416474053296 140417007921794 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13959168 140733781554261 140733781554441 140733781554441 140733781557199 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 46056 KiB

[startup+0.310308 s]*
/proc/loadavg: 1.66 1.44 1.41 6/216 20535
/proc/meminfo: memFree=23491188/32770624 swapFree=67108368/67108860
[pid=20520] ppid=20517 vsize=14082736 memory=49852 CPUtime=0.43 cores=0,2,4,6
/proc/20520/stat : 20520 (java) S 20517 20520 20173 0 -1 1077944320 10574 0 0 0 41 2 0 0 20 0 15 0 250728918 14420721664 12463 33554432000 4194304 4196468 140733781550144 140733781532688 140417007910647 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 13959168 140733781554261 140733781554441 140733781554441 140733781557199 0
/proc/20520/statm: 3520684 12463 3413 1 0 3482761 0
[pid=20520/tid=20522] ppid=20517 vsize=14082736 memory=4871374705135476842 CPUtime=0.29 cores=0,2,4,6
/proc/20520/task/20522/stat : 20522 (java) R 20517 20520 20173 0 -1 4202560 8136 0 0 0 28 1 0 0 20 0 15 0 250728919 14420721664 12463 33554432000 4194304 4196468 140733781550144 140417012101696 140416991991134 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 13959168 140733781554261 140733781554441 140733781554441 140733781557199 0
[pid=20520/tid=20523] ppid=20517 vsize=14082736 memory=4211973438108679562 CPUtime=0 cores=0,2,4,6
/proc/20520/task/20523/stat : 20523 (java) S 20517 20520 20173 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250728919 14420721664 12463 33554432000 4194304 4196468 140733781550144 140416977624208 140417007920853 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13959168 140733781554261 140733781554441 140733781554441 140733781557199 0
[pid=20520/tid=20524] ppid=20517 vsize=14082736 memory=139711903891375 CPUtime=0 cores=0,2,4,6
/proc/20520/task/20524/stat : 20524 (java) S 20517 20520 20173 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250728919 14420721664 12463 33554432000 4194304 4196468 140733781550144 140416603003920 140417007920853 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13959168 140733781554261 140733781554441 140733781554441 140733781557199 0
[pid=20520/tid=20525] ppid=20517 vsize=14082736 memory=139711796607154 CPUtime=0 cores=0,2,4,6
/proc/20520/task/20525/stat : 20525 (java) S 20517 20520 20173 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250728919 14420721664 12463 33554432000 4194304 4196468 140733781550144 140416601951120 140417007920853 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13959168 140733781554261 140733781554441 140733781554441 140733781557199 0
[pid=20520/tid=20526] ppid=20517 vsize=14082736 memory=139711796596175 CPUtime=0 cores=0,2,4,6
/proc/20520/task/20526/stat : 20526 (java) S 20517 20520 20173 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 250728919 14420721664 12463 33554432000 4194304 4196468 140733781550144 140416600898320 140417007920853 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13959168 140733781554261 140733781554441 140733781554441 140733781557199 0
[pid=20520/tid=20527] ppid=20517 vsize=14082736 memory=139711903909223 CPUtime=0 cores=0,2,4,6
/proc/20520/task/20527/stat : 20527 (java) S 20517 20520 20173 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 250728921 14420721664 12463 33554432000 4194304 4196468 140733781550144 140416482474352 140417007921794 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13959168 140733781554261 140733781554441 140733781554441 140733781557199 0
[pid=20520/tid=20528] ppid=20517 vsize=14082736 memory=139711796605359 CPUtime=0 cores=0,2,4,6
/proc/20520/task/20528/stat : 20528 (java) S 20517 20520 20173 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 250728921 14420721664 12463 33554432000 4194304 4196468 140733781550144 140416481420320 140417007920853 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13959168 140733781554261 140733781554441 140733781554441 140733781557199 0
[pid=20520/tid=20529] ppid=20517 vsize=14082736 memory=279423593201552 CPUtime=0 cores=0,2,4,6
/proc/20520/task/20529/stat : 20529 (java) S 20517 20520 20173 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 250728921 14420721664 12463 33554432000 4194304 4196468 140733781550144 140416480367472 140417007920853 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13959168 140733781554261 140733781554441 140733781554441 140733781557199 0
[pid=20520/tid=20530] ppid=20517 vsize=14082736 memory=279423593199248 CPUtime=0 cores=0,2,4,6
/proc/20520/task/20530/stat : 20530 (java) S 20517 20520 20173 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250728924 14420721664 12463 33554432000 4194304 4196468 140733781550144 140416479315792 140417007929243 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13959168 140733781554261 140733781554441 140733781554441 140733781557199 0
[pid=20520/tid=20531] ppid=20517 vsize=14082736 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/20520/task/20531/stat : 20531 (java) S 20517 20520 20173 0 -1 1077944384 363 0 0 0 2 0 0 0 20 0 15 0 250728924 14420721664 12463 33554432000 4194304 4196468 140733781550144 140416478264176 140417007921794 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13959168 140733781554261 140733781554441 140733781554441 140733781557199 0
[pid=20520/tid=20532] ppid=20517 vsize=14082736 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/20520/task/20532/stat : 20532 (java) S 20517 20520 20173 0 -1 1077944384 280 0 0 0 2 0 0 0 20 0 15 0 250728924 14420721664 12463 33554432000 4194304 4196468 140733781550144 140416477211376 140417007921794 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13959168 140733781554261 140733781554441 140733781554441 140733781557199 0
[pid=20520/tid=20533] ppid=20517 vsize=14082736 memory=139711903889024 CPUtime=0.08 cores=0,2,4,6
/proc/20520/task/20533/stat : 20533 (java) S 20517 20520 20173 0 -1 1077944384 413 0 0 0 8 0 0 0 20 0 15 0 250728924 14420721664 12463 33554432000 4194304 4196468 140733781550144 140416476158576 140417007921794 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13959168 140733781554261 140733781554441 140733781554441 140733781557199 0
[pid=20520/tid=20534] ppid=20517 vsize=14082736 memory=2208 CPUtime=0 cores=0,2,4,6
/proc/20520/task/20534/stat : 20534 (java) S 20517 20520 20173 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250728924 14420721664 12463 33554432000 4194304 4196468 140733781550144 140416475106016 140417007920853 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13959168 140733781554261 140733781554441 140733781554441 140733781557199 0
[pid=20520/tid=20535] ppid=20517 vsize=14082736 memory=139711903889024 CPUtime=0 cores=0,2,4,6
/proc/20520/task/20535/stat : 20535 (java) S 20517 20520 20173 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250728924 14420721664 12463 33554432000 4194304 4196468 140733781550144 140416474053296 140417007921794 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13959168 140733781554261 140733781554441 140733781554441 140733781557199 0
Current children cumulated CPU time: 0.43 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 49852 KiB

[startup+0.700713 s]
/proc/loadavg: 1.66 1.44 1.41 7/216 20535
/proc/meminfo: memFree=23299816/32770624 swapFree=67108368/67108860
[pid=20520] ppid=20517 vsize=14084804 memory=85988 CPUtime=0.98 cores=0,2,4,6
/proc/20520/stat : 20520 (java) S 20517 20520 20173 0 -1 1077944320 17352 0 0 0 94 4 0 0 20 0 15 0 250728918 14422839296 21497 33554432000 4194304 4196468 140733781550144 140733781532688 140417007910647 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 13959168 140733781554261 140733781554441 140733781554441 140733781557199 0
/proc/20520/statm: 3521201 21497 3505 1 0 3483273 0
[pid=20520/tid=20522] ppid=20517 vsize=14084804 memory=872 CPUtime=0.67 cores=0,2,4,6
/proc/20520/task/20522/stat : 20522 (java) R 20517 20520 20173 0 -1 4202560 14442 0 0 0 64 3 0 0 20 0 15 0 250728919 14422839296 21497 33554432000 4194304 4196468 140733781550144 140417012116384 140416907177920 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 13959168 140733781554261 140733781554441 140733781554441 140733781557199 0
[pid=20520/tid=20523] ppid=20517 vsize=14084804 memory=1920 CPUtime=0 cores=0,2,4,6
/proc/20520/task/20523/stat : 20523 (java) S 20517 20520 20173 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250728919 14422839296 21497 33554432000 4194304 4196468 140733781550144 140416977624208 140417007920853 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13959168 140733781554261 140733781554441 140733781554441 140733781557199 0
[pid=20520/tid=20524] ppid=20517 vsize=14084804 memory=6284 CPUtime=0 cores=0,2,4,6
/proc/20520/task/20524/stat : 20524 (java) S 20517 20520 20173 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250728919 14422839296 21497 33554432000 4194304 4196468 140733781550144 140416603003920 140417007920853 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13959168 140733781554261 140733781554441 140733781554441 140733781557199 0
[pid=20520/tid=20525] ppid=20517 vsize=14084804 memory=7014751519600366929 CPUtime=0 cores=0,2,4,6
/proc/20520/task/20525/stat : 20525 (java) S 20517 20520 20173 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250728919 14422839296 21497 33554432000 4194304 4196468 140733781550144 140416601951120 140417007920853 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13959168 140733781554261 140733781554441 140733781554441 140733781557199 0
[pid=20520/tid=20526] ppid=20517 vsize=14084804 memory=7019257425709197167 CPUtime=0 cores=0,2,4,6
/proc/20520/task/20526/stat : 20526 (java) S 20517 20520 20173 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 250728919 14422839296 21497 33554432000 4194304 4196468 140733781550144 140416600898320 140417007920853 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13959168 140733781554261 140733781554441 140733781554441 140733781557199 0
[pid=20520/tid=20527] ppid=20517 vsize=14084804 memory=5787213857196369745 CPUtime=0 cores=0,2,4,6
/proc/20520/task/20527/stat : 20527 (java) S 20517 20520 20173 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 250728921 14422839296 21497 33554432000 4194304 4196468 140733781550144 140416482474352 140417007921794 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13959168 140733781554261 140733781554441 140733781554441 140733781557199 0
[pid=20520/tid=20528] ppid=20517 vsize=14084804 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20520/task/20528/stat : 20528 (java) S 20517 20520 20173 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 250728921 14422839296 21497 33554432000 4194304 4196468 140733781550144 140416481420320 140417007920853 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13959168 140733781554261 140733781554441 140733781554441 140733781557199 0
[pid=20520/tid=20529] ppid=20517 vsize=14084804 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20520/task/20529/stat : 20529 (java) S 20517 20520 20173 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 250728921 14422839296 21497 33554432000 4194304 4196468 140733781550144 140416480367472 140417007920853 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13959168 140733781554261 140733781554441 140733781554441 140733781557199 0
[pid=20520/tid=20530] ppid=20517 vsize=14084804 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20520/task/20530/stat : 20530 (java) S 20517 20520 20173 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250728924 14422839296 21497 33554432000 4194304 4196468 140733781550144 140416479315792 140417007929243 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13959168 140733781554261 140733781554441 140733781554441 140733781557199 0
[pid=20520/tid=20531] ppid=20517 vsize=14084804 memory=223 CPUtime=0.07 cores=0,2,4,6
/proc/20520/task/20531/stat : 20531 (java) S 20517 20520 20173 0 -1 1077944384 543 0 0 0 7 0 0 0 20 0 15 0 250728924 14422839296 21497 33554432000 4194304 4196468 140733781550144 140416478264176 140417007921794 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13959168 140733781554261 140733781554441 140733781554441 140733781557199 0
[pid=20520/tid=20532] ppid=20517 vsize=14084804 memory=7 CPUtime=0.07 cores=0,2,4,6
/proc/20520/task/20532/stat : 20532 (java) S 20517 20520 20173 0 -1 1077944384 440 0 0 0 7 0 0 0 20 0 15 0 250728924 14422839296 21497 33554432000 4194304 4196468 140733781550144 140416477211376 140417007921794 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13959168 140733781554261 140733781554441 140733781554441 140733781557199 0
[pid=20520/tid=20533] ppid=20517 vsize=14084804 memory=0 CPUtime=0.15 cores=0,2,4,6
/proc/20520/task/20533/stat : 20533 (java) S 20517 20520 20173 0 -1 1077944384 545 0 0 0 15 0 0 0 20 0 15 0 250728924 14422839296 21497 33554432000 4194304 4196468 140733781550144 140416476158576 140417007921794 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13959168 140733781554261 140733781554441 140733781554441 140733781557199 0
[pid=20520/tid=20534] ppid=20517 vsize=14084804 memory=279423593385456 CPUtime=0 cores=0,2,4,6
/proc/20520/task/20534/stat : 20534 (java) S 20517 20520 20173 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250728924 14422839296 21497 33554432000 4194304 4196468 140733781550144 140416475106016 140417007920853 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13959168 140733781554261 140733781554441 140733781554441 140733781557199 0
[pid=20520/tid=20535] ppid=20517 vsize=14084804 memory=0 CPUtime=0 cores=0,2,4,6
/proc/20520/task/20535/stat : 20535 (java) S 20517 20520 20173 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250728924 14422839296 21497 33554432000 4194304 4196468 140733781550144 140416474053296 140417007921794 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13959168 140733781554261 140733781554441 140733781554441 140733781557199 0
Current children cumulated CPU time: 0.98 s
Current children cumulated vsize: 14084804 KiB
Current children cumulated memory: 85988 KiB

[startup+1.5007 s]
/proc/loadavg: 1.66 1.44 1.41 7/216 20535
/proc/meminfo: memFree=23048052/32770624 swapFree=67108368/67108860
[pid=20520] ppid=20517 vsize=14090948 memory=151308 CPUtime=2.98 cores=0,2,4,6
/proc/20520/stat : 20520 (java) S 20517 20520 20173 0 -1 1077944320 26830 0 0 0 290 8 0 0 20 0 15 0 250728918 14429130752 37827 33554432000 4194304 4196468 140733781550144 140733781532688 140417007910647 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 13959168 140733781554261 140733781554441 140733781554441 140733781557199 0
/proc/20520/statm: 3522737 37827 3540 1 0 3484809 0
[pid=20520/tid=20522] ppid=20517 vsize=14090948 memory=0 CPUtime=1.47 cores=0,2,4,6
/proc/20520/task/20522/stat : 20522 (java) R 20517 20520 20173 0 -1 4202560 19431 0 0 0 142 5 0 0 20 0 15 0 250728919 14429130752 37827 33554432000 4194304 4196468 140733781550144 140417012148560 140416650281927 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 13959168 140733781554261 140733781554441 140733781554441 140733781557199 0
[pid=20520/tid=20523] ppid=20517 vsize=14090948 memory=-1088251628401078322 CPUtime=0 cores=0,2,4,6
/proc/20520/task/20523/stat : 20523 (java) S 20517 20520 20173 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250728919 14429130752 37827 33554432000 4194304 4196468 140733781550144 140416977624208 140417007920853 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13959168 140733781554261 140733781554441 140733781554441 140733781557199 0
[pid=20520/tid=20524] ppid=20517 vsize=14090948 memory=-3472574513799858009 CPUtime=0 cores=0,2,4,6
/proc/20520/task/20524/stat : 20524 (java) S 20517 20520 20173 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250728919 14429130752 37827 33554432000 4194304 4196468 140733781550144 140416603003920 140417007920853 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13959168 140733781554261 140733781554441 140733781554441 140733781557199 0
[pid=20520/tid=20525] ppid=20517 vsize=14090948 memory=-6585528546044026665 CPUtime=0 cores=0,2,4,6
/proc/20520/task/20525/stat : 20525 (java) S 20517 20520 20173 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250728919 14429130752 37827 33554432000 4194304 4196468 140733781550144 140416601951120 140417007920853 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13959168 140733781554261 140733781554441 140733781554441 140733781557199 0
[pid=20520/tid=20526] ppid=20517 vsize=14090948 memory=-7017005526995128878 CPUtime=0 cores=0,2,4,6
/proc/20520/task/20526/stat : 20526 (java) S 20517 20520 20173 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 250728919 14429130752 37827 33554432000 4194304 4196468 140733781550144 140416600898320 140417007920853 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13959168 140733781554261 140733781554441 140733781554441 140733781557199 0
[pid=20520/tid=20527] ppid=20517 vsize=14090948 memory=-6439125508584859489 CPUtime=0 cores=0,2,4,6
/proc/20520/task/20527/stat : 20527 (java) S 20517 20520 20173 0 -1 1077944384 145 0 0 0 0 0 0 0 20 0 15 0 250728921 14429130752 37827 33554432000 4194304 4196468 140733781550144 140416482474352 140417007921794 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13959168 140733781554261 140733781554441 140733781554441 140733781557199 0

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

/proc/20520/task/20522/stat : 20522 (java) R 20517 20520 20173 0 -1 4202560 61865 0 0 0 230421 28 0 0 20 0 15 0 250728919 14431227904 98464 33554432000 4194304 4196468 140733781550144 140417012148608 140416645626051 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 13959168 140733781554261 140733781554441 140733781554441 140733781557199 0
[pid=20520/tid=20523] ppid=20517 vsize=14092996 memory=393856 CPUtime=8.67 cores=0,2,4,6
/proc/20520/task/20523/stat : 20523 (java) S 20517 20520 20173 0 -1 1077944384 13189 0 0 0 820 47 0 0 20 0 15 0 250728919 14431227904 98464 33554432000 4194304 4196468 140733781550144 140416977624208 140417007920853 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13959168 140733781554261 140733781554441 140733781554441 140733781557199 0
[pid=20520/tid=20524] ppid=20517 vsize=14092996 memory=279423594935584 CPUtime=8.68 cores=0,2,4,6
/proc/20520/task/20524/stat : 20524 (java) S 20517 20520 20173 0 -1 1077944384 9850 0 0 0 823 45 0 0 20 0 15 0 250728919 14431227904 98464 33554432000 4194304 4196468 140733781550144 140416603003920 140417007920853 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13959168 140733781554261 140733781554441 140733781554441 140733781557199 0
[pid=20520/tid=20525] ppid=20517 vsize=14092996 memory=391808 CPUtime=8.74 cores=0,2,4,6
/proc/20520/task/20525/stat : 20525 (java) S 20517 20520 20173 0 -1 1077944384 10549 0 0 0 828 46 0 0 20 0 15 0 250728919 14431227904 98464 33554432000 4194304 4196468 140733781550144 140416601951120 140417007920853 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13959168 140733781554261 140733781554441 140733781554441 140733781557199 0
[pid=20520/tid=20526] ppid=20517 vsize=14092996 memory=391808 CPUtime=8.7 cores=0,2,4,6
/proc/20520/task/20526/stat : 20526 (java) S 20517 20520 20173 0 -1 1077944384 10585 0 0 0 827 43 0 0 20 0 15 0 250728919 14431227904 98464 33554432000 4194304 4196468 140733781550144 140416600898320 140417007920853 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13959168 140733781554261 140733781554441 140733781554441 140733781557199 0
[pid=20520/tid=20527] ppid=20517 vsize=14092996 memory=393856 CPUtime=6.82 cores=0,2,4,6
/proc/20520/task/20527/stat : 20527 (java) S 20517 20520 20173 0 -1 1077944384 10244 0 0 0 639 43 0 0 20 0 15 0 250728921 14431227904 98464 33554432000 4194304 4196468 140733781550144 140416482474352 140417007921794 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13959168 140733781554261 140733781554441 140733781554441 140733781557199 0
[pid=20520/tid=20528] ppid=20517 vsize=14092996 memory=393856 CPUtime=0 cores=0,2,4,6
/proc/20520/task/20528/stat : 20528 (java) S 20517 20520 20173 0 -1 1077944384 80 0 0 0 0 0 0 0 20 0 15 0 250728921 14431227904 98464 33554432000 4194304 4196468 140733781550144 140416481420384 140417007920853 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13959168 140733781554261 140733781554441 140733781554441 140733781557199 0
[pid=20520/tid=20529] ppid=20517 vsize=14092996 memory=393856 CPUtime=0 cores=0,2,4,6
/proc/20520/task/20529/stat : 20529 (java) S 20517 20520 20173 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 15 0 250728921 14431227904 98464 33554432000 4194304 4196468 140733781550144 140416480367488 140417007920853 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13959168 140733781554261 140733781554441 140733781554441 140733781557199 0
[pid=20520/tid=20530] ppid=20517 vsize=14092996 memory=393856 CPUtime=0 cores=0,2,4,6
/proc/20520/task/20530/stat : 20530 (java) S 20517 20520 20173 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250728924 14431227904 98464 33554432000 4194304 4196468 140733781550144 140416479315792 140417007929243 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13959168 140733781554261 140733781554441 140733781554441 140733781557199 0
[pid=20520/tid=20531] ppid=20517 vsize=14092996 memory=393856 CPUtime=1.91 cores=0,2,4,6
/proc/20520/task/20531/stat : 20531 (java) S 20517 20520 20173 0 -1 1077944384 17652 0 0 0 189 2 0 0 20 0 15 0 250728924 14431227904 98464 33554432000 4194304 4196468 140733781550144 140416478264176 140417007921794 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13959168 140733781554261 140733781554441 140733781554441 140733781557199 0
[pid=20520/tid=20532] ppid=20517 vsize=14092996 memory=393856 CPUtime=1.79 cores=0,2,4,6
/proc/20520/task/20532/stat : 20532 (java) S 20517 20520 20173 0 -1 1077944384 14887 0 0 0 177 2 0 0 20 0 15 0 250728924 14431227904 98464 33554432000 4194304 4196468 140733781550144 140416477211376 140417007921794 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13959168 140733781554261 140733781554441 140733781554441 140733781557199 0
[pid=20520/tid=20533] ppid=20517 vsize=14092996 memory=393856 CPUtime=0.89 cores=0,2,4,6
/proc/20520/task/20533/stat : 20533 (java) S 20517 20520 20173 0 -1 1077944384 15132 0 0 0 87 2 0 0 20 0 15 0 250728924 14431227904 98464 33554432000 4194304 4196468 140733781550144 140416476158576 140417007921794 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13959168 140733781554261 140733781554441 140733781554441 140733781557199 0
[pid=20520/tid=20534] ppid=20517 vsize=14092996 memory=393856 CPUtime=0 cores=0,2,4,6
/proc/20520/task/20534/stat : 20534 (java) S 20517 20520 20173 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250728924 14431227904 98464 33554432000 4194304 4196468 140733781550144 140416475106016 140417007920853 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13959168 140733781554261 140733781554441 140733781554441 140733781557199 0
[pid=20520/tid=20535] ppid=20517 vsize=14092996 memory=393856 CPUtime=1.09 cores=0,2,4,6
/proc/20520/task/20535/stat : 20535 (java) S 20517 20520 20173 0 -1 1077944384 1419 0 0 0 57 52 0 0 20 0 15 0 250728924 14431227904 98464 33554432000 4194304 4196468 140733781550144 140416474053296 140417007921794 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13959168 140733781554261 140733781554441 140733781554441 140733781557199 0
Current children cumulated CPU time: 2351.87 s
Current children cumulated vsize: 14092996 KiB
Current children cumulated memory: 393856 KiB

[startup+2382.3 s]
/proc/loadavg: 1.78 1.76 1.75 3/215 20608
/proc/meminfo: memFree=18636508/32770624 swapFree=67108368/67108860
[pid=20520] ppid=20517 vsize=14092996 memory=400000 CPUtime=2412.74 cores=0,2,4,6
/proc/20520/stat : 20520 (java) S 20517 20520 20173 0 -1 1077944320 170114 0 0 0 241007 267 0 0 20 0 15 0 250728918 14431227904 100000 33554432000 4194304 4196468 140733781550144 140733781532688 140417007910647 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 13959168 140733781554261 140733781554441 140733781554441 140733781557199 0
/proc/20520/statm: 3523249 100000 3599 1 0 3485321 0
[pid=20520/tid=20522] ppid=20517 vsize=14092996 memory=400000 CPUtime=2363.93 cores=0,2,4,6
/proc/20520/task/20522/stat : 20522 (java) R 20517 20520 20173 0 -1 4202560 63335 0 0 0 236364 29 0 0 20 0 15 0 250728919 14431227904 100000 33554432000 4194304 4196468 140733781550144 140417012148656 140416648043398 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 13959168 140733781554261 140733781554441 140733781554441 140733781557199 0
[pid=20520/tid=20523] ppid=20517 vsize=14092996 memory=279423593706496 CPUtime=8.98 cores=0,2,4,6
/proc/20520/task/20523/stat : 20523 (java) S 20517 20520 20173 0 -1 1077944384 13285 0 0 0 850 48 0 0 20 0 15 0 250728919 14431227904 100000 33554432000 4194304 4196468 140733781550144 140416977624208 140417007920853 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13959168 140733781554261 140733781554441 140733781554441 140733781557199 0
[pid=20520/tid=20524] ppid=20517 vsize=14092996 memory=397952 CPUtime=8.99 cores=0,2,4,6
/proc/20520/task/20524/stat : 20524 (java) S 20517 20520 20173 0 -1 1077944384 10119 0 0 0 853 46 0 0 20 0 15 0 250728919 14431227904 100000 33554432000 4194304 4196468 140733781550144 140416603003920 140417007920853 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13959168 140733781554261 140733781554441 140733781554441 140733781557199 0
[pid=20520/tid=20525] ppid=20517 vsize=14092996 memory=397952 CPUtime=9.05 cores=0,2,4,6
/proc/20520/task/20525/stat : 20525 (java) S 20517 20520 20173 0 -1 1077944384 10666 0 0 0 859 46 0 0 20 0 15 0 250728919 14431227904 100000 33554432000 4194304 4196468 140733781550144 140416601951120 140417007920853 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13959168 140733781554261 140733781554441 140733781554441 140733781557199 0
[pid=20520/tid=20526] ppid=20517 vsize=14092996 memory=400000 CPUtime=9 cores=0,2,4,6
/proc/20520/task/20526/stat : 20526 (java) S 20517 20520 20173 0 -1 1077944384 11608 0 0 0 856 44 0 0 20 0 15 0 250728919 14431227904 100000 33554432000 4194304 4196468 140733781550144 140416600898320 140417007920853 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13959168 140733781554261 140733781554441 140733781554441 140733781557199 0
[pid=20520/tid=20527] ppid=20517 vsize=14092996 memory=400000 CPUtime=6.99 cores=0,2,4,6
/proc/20520/task/20527/stat : 20527 (java) S 20517 20520 20173 0 -1 1077944384 10534 0 0 0 655 44 0 0 20 0 15 0 250728921 14431227904 100000 33554432000 4194304 4196468 140733781550144 140416482474352 140417007921794 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13959168 140733781554261 140733781554441 140733781554441 140733781557199 0
[pid=20520/tid=20528] ppid=20517 vsize=14092996 memory=2180 CPUtime=0 cores=0,2,4,6
/proc/20520/task/20528/stat : 20528 (java) S 20517 20520 20173 0 -1 1077944384 80 0 0 0 0 0 0 0 20 0 15 0 250728921 14431227904 100000 33554432000 4194304 4196468 140733781550144 140416481420384 140417007920853 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13959168 140733781554261 140733781554441 140733781554441 140733781557199 0
[pid=20520/tid=20529] ppid=20517 vsize=14092996 memory=2604 CPUtime=0 cores=0,2,4,6
/proc/20520/task/20529/stat : 20529 (java) S 20517 20520 20173 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 15 0 250728921 14431227904 100000 33554432000 4194304 4196468 140733781550144 140416480367488 140417007920853 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13959168 140733781554261 140733781554441 140733781554441 140733781557199 0
[pid=20520/tid=20530] ppid=20517 vsize=14092996 memory=6791534058613427641 CPUtime=0 cores=0,2,4,6
/proc/20520/task/20530/stat : 20530 (java) S 20517 20520 20173 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250728924 14431227904 100000 33554432000 4194304 4196468 140733781550144 140416479315792 140417007929243 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13959168 140733781554261 140733781554441 140733781554441 140733781557199 0
[pid=20520/tid=20531] ppid=20517 vsize=14092996 memory=1160 CPUtime=1.91 cores=0,2,4,6
/proc/20520/task/20531/stat : 20531 (java) S 20517 20520 20173 0 -1 1077944384 17655 0 0 0 189 2 0 0 20 0 15 0 250728924 14431227904 100000 33554432000 4194304 4196468 140733781550144 140416478264176 140417007921794 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13959168 140733781554261 140733781554441 140733781554441 140733781557199 0
[pid=20520/tid=20532] ppid=20517 vsize=14092996 memory=1168 CPUtime=1.79 cores=0,2,4,6
/proc/20520/task/20532/stat : 20532 (java) S 20517 20520 20173 0 -1 1077944384 14889 0 0 0 177 2 0 0 20 0 15 0 250728924 14431227904 100000 33554432000 4194304 4196468 140733781550144 140416477211376 140417007921794 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13959168 140733781554261 140733781554441 140733781554441 140733781557199 0
[pid=20520/tid=20533] ppid=20517 vsize=14092996 memory=2092 CPUtime=0.89 cores=0,2,4,6
/proc/20520/task/20533/stat : 20533 (java) S 20517 20520 20173 0 -1 1077944384 15135 0 0 0 87 2 0 0 20 0 15 0 250728924 14431227904 100000 33554432000 4194304 4196468 140733781550144 140416476158576 140417007921794 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13959168 140733781554261 140733781554441 140733781554441 140733781557199 0
[pid=20520/tid=20534] ppid=20517 vsize=14092996 memory=3684 CPUtime=0 cores=0,2,4,6
/proc/20520/task/20534/stat : 20534 (java) S 20517 20520 20173 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250728924 14431227904 100000 33554432000 4194304 4196468 140733781550144 140416475106016 140417007920853 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13959168 140733781554261 140733781554441 140733781554441 140733781557199 0
[pid=20520/tid=20535] ppid=20517 vsize=14092996 memory=68380 CPUtime=1.12 cores=0,2,4,6
/proc/20520/task/20535/stat : 20535 (java) S 20517 20520 20173 0 -1 1077944384 1440 0 0 0 59 53 0 0 20 0 15 0 250728924 14431227904 100000 33554432000 4194304 4196468 140733781550144 140416474053296 140417007921794 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13959168 140733781554261 140733781554441 140733781554441 140733781557199 0
Current children cumulated CPU time: 2412.74 s
Current children cumulated vsize: 14092996 KiB
Current children cumulated memory: 400000 KiB

[startup+2442.3 s]
/proc/loadavg: 1.75 1.74 1.74 3/215 20609
/proc/meminfo: memFree=18584228/32770624 swapFree=67108368/67108860
[pid=20520] ppid=20517 vsize=14092996 memory=420932 CPUtime=2473.68 cores=0,2,4,6
/proc/20520/stat : 20520 (java) S 20517 20520 20173 0 -1 1077944320 172775 0 0 0 247094 274 0 0 20 0 15 0 250728918 14431227904 105233 33554432000 4194304 4196468 140733781550144 140733781532688 140417007910647 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 13959168 140733781554261 140733781554441 140733781554441 140733781557199 0
/proc/20520/statm: 3523249 105233 3599 1 0 3485321 0
[pid=20520/tid=20522] ppid=20517 vsize=14092996 memory=420932 CPUtime=2423.36 cores=0,2,4,6
/proc/20520/task/20522/stat : 20522 (java) R 20517 20520 20173 0 -1 4202560 64155 0 0 0 242307 29 0 0 20 0 15 0 250728919 14431227904 105233 33554432000 4194304 4196468 140733781550144 140417012148400 140416652845360 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 13959168 140733781554261 140733781554441 140733781554441 140733781557199 0
[pid=20520/tid=20523] ppid=20517 vsize=14092996 memory=410692 CPUtime=9.31 cores=0,2,4,6
/proc/20520/task/20523/stat : 20523 (java) S 20517 20520 20173 0 -1 1077944384 13559 0 0 0 882 49 0 0 20 0 15 0 250728919 14431227904 105233 33554432000 4194304 4196468 140733781550144 140416977624208 140417007920853 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13959168 140733781554261 140733781554441 140733781554441 140733781557199 0
[pid=20520/tid=20524] ppid=20517 vsize=14092996 memory=402048 CPUtime=9.32 cores=0,2,4,6
/proc/20520/task/20524/stat : 20524 (java) S 20517 20520 20173 0 -1 1077944384 11106 0 0 0 886 46 0 0 20 0 15 0 250728919 14431227904 105233 33554432000 4194304 4196468 140733781550144 140416603003920 140417007920853 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13959168 140733781554261 140733781554441 140733781554441 140733781557199 0
[pid=20520/tid=20525] ppid=20517 vsize=14092996 memory=279423593706496 CPUtime=9.37 cores=0,2,4,6
/proc/20520/task/20525/stat : 20525 (java) S 20517 20520 20173 0 -1 1077944384 10776 0 0 0 890 47 0 0 20 0 15 0 250728919 14431227904 105233 33554432000 4194304 4196468 140733781550144 140416601951120 140417007920853 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13959168 140733781554261 140733781554441 140733781554441 140733781557199 0
[pid=20520/tid=20526] ppid=20517 vsize=14092996 memory=400000 CPUtime=9.33 cores=0,2,4,6
/proc/20520/task/20526/stat : 20526 (java) S 20517 20520 20173 0 -1 1077944384 11776 0 0 0 887 46 0 0 20 0 15 0 250728919 14431227904 105233 33554432000 4194304 4196468 140733781550144 140416600898320 140417007920853 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13959168 140733781554261 140733781554441 140733781554441 140733781557199 0
[pid=20520/tid=20527] ppid=20517 vsize=14092996 memory=402048 CPUtime=7.16 cores=0,2,4,6
/proc/20520/task/20527/stat : 20527 (java) S 20517 20520 20173 0 -1 1077944384 10805 0 0 0 671 45 0 0 20 0 15 0 250728921 14431227904 105233 33554432000 4194304 4196468 140733781550144 140416482474352 140417007921794 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13959168 140733781554261 140733781554441 140733781554441 140733781557199 0
[pid=20520/tid=20528] ppid=20517 vsize=14092996 memory=402048 CPUtime=0 cores=0,2,4,6
/proc/20520/task/20528/stat : 20528 (java) S 20517 20520 20173 0 -1 1077944384 80 0 0 0 0 0 0 0 20 0 15 0 250728921 14431227904 105233 33554432000 4194304 4196468 140733781550144 140416481420384 140417007920853 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13959168 140733781554261 140733781554441 140733781554441 140733781557199 0
[pid=20520/tid=20529] ppid=20517 vsize=14092996 memory=710 CPUtime=0 cores=0,2,4,6
/proc/20520/task/20529/stat : 20529 (java) S 20517 20520 20173 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 15 0 250728921 14431227904 105233 33554432000 4194304 4196468 140733781550144 140416480367488 140417007920853 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13959168 140733781554261 140733781554441 140733781554441 140733781557199 0
[pid=20520/tid=20530] ppid=20517 vsize=14092996 memory=404096 CPUtime=0 cores=0,2,4,6
/proc/20520/task/20530/stat : 20530 (java) S 20517 20520 20173 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250728924 14431227904 105233 33554432000 4194304 4196468 140733781550144 140416479315792 140417007929243 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13959168 140733781554261 140733781554441 140733781554441 140733781557199 0
[pid=20520/tid=20531] ppid=20517 vsize=14092996 memory=410692 CPUtime=1.91 cores=0,2,4,6
/proc/20520/task/20531/stat : 20531 (java) S 20517 20520 20173 0 -1 1077944384 17657 0 0 0 189 2 0 0 20 0 15 0 250728924 14431227904 105233 33554432000 4194304 4196468 140733781550144 140416478264176 140417007921794 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13959168 140733781554261 140733781554441 140733781554441 140733781557199 0
[pid=20520/tid=20532] ppid=20517 vsize=14092996 memory=420932 CPUtime=1.79 cores=0,2,4,6
/proc/20520/task/20532/stat : 20532 (java) S 20517 20520 20173 0 -1 1077944384 14894 0 0 0 177 2 0 0 20 0 15 0 250728924 14431227904 105233 33554432000 4194304 4196468 140733781550144 140416477211376 140417007921794 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13959168 140733781554261 140733781554441 140733781554441 140733781557199 0
[pid=20520/tid=20533] ppid=20517 vsize=14092996 memory=420932 CPUtime=0.89 cores=0,2,4,6
/proc/20520/task/20533/stat : 20533 (java) S 20517 20520 20173 0 -1 1077944384 15138 0 0 0 87 2 0 0 20 0 15 0 250728924 14431227904 105233 33554432000 4194304 4196468 140733781550144 140416476158576 140417007921794 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13959168 140733781554261 140733781554441 140733781554441 140733781557199 0
[pid=20520/tid=20534] ppid=20517 vsize=14092996 memory=410692 CPUtime=0 cores=0,2,4,6
/proc/20520/task/20534/stat : 20534 (java) S 20517 20520 20173 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250728924 14431227904 105233 33554432000 4194304 4196468 140733781550144 140416475106016 140417007920853 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13959168 140733781554261 140733781554441 140733781554441 140733781557199 0
[pid=20520/tid=20535] ppid=20517 vsize=14092996 memory=3684 CPUtime=1.15 cores=0,2,4,6
/proc/20520/task/20535/stat : 20535 (java) S 20517 20520 20173 0 -1 1077944384 1461 0 0 0 60 55 0 0 20 0 15 0 250728924 14431227904 105233 33554432000 4194304 4196468 140733781550144 140416474053296 140417007921794 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13959168 140733781554261 140733781554441 140733781554441 140733781557199 0
Current children cumulated CPU time: 2473.68 s
Current children cumulated vsize: 14092996 KiB
Current children cumulated memory: 420932 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2488 s]*
/proc/loadavg: 1.67 1.74 1.74 3/215 20688
/proc/meminfo: memFree=23204392/32770624 swapFree=67108368/67108860
[pid=20520] ppid=20517 vsize=14092996 memory=426164 CPUtime=2520.09 cores=0,2,4,6
/proc/20520/stat : 20520 (java) S 20517 20520 20173 0 -1 1077944320 174574 0 0 0 251730 279 0 0 20 0 15 0 250728918 14431227904 106541 33554432000 4194304 4196468 140733781550144 140733781532688 140417007910647 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 13959168 140733781554261 140733781554441 140733781554441 140733781557199 0
/proc/20520/statm: 3523249 106541 3599 1 0 3485321 0
[pid=20520/tid=20522] ppid=20517 vsize=14092996 memory=6791534058613427641 CPUtime=2468.62 cores=0,2,4,6
/proc/20520/task/20522/stat : 20522 (java) R 20517 20520 20173 0 -1 4202560 64780 0 0 0 246832 30 0 0 20 0 15 0 250728919 14431227904 106541 33554432000 4194304 4196468 140733781550144 140417012148720 140416652174054 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 13959168 140733781554261 140733781554441 140733781554441 140733781557199 0
[pid=20520/tid=20523] ppid=20517 vsize=14092996 memory=-7003737579269690708 CPUtime=9.55 cores=0,2,4,6
/proc/20520/task/20523/stat : 20523 (java) S 20517 20520 20173 0 -1 1077944384 13776 0 0 0 906 49 0 0 20 0 15 0 250728919 14431227904 106541 33554432000 4194304 4196468 140733781550144 140416977624208 140417007920853 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13959168 140733781554261 140733781554441 140733781554441 140733781557199 0
[pid=20520/tid=20524] ppid=20517 vsize=14092996 memory=1224 CPUtime=9.57 cores=0,2,4,6
/proc/20520/task/20524/stat : 20524 (java) S 20517 20520 20173 0 -1 1077944384 11145 0 0 0 910 47 0 0 20 0 15 0 250728919 14431227904 106541 33554432000 4194304 4196468 140733781550144 140416603003920 140417007920853 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13959168 140733781554261 140733781554441 140733781554441 140733781557199 0
[pid=20520/tid=20525] ppid=20517 vsize=14092996 memory=3920 CPUtime=9.63 cores=0,2,4,6
/proc/20520/task/20525/stat : 20525 (java) S 20517 20520 20173 0 -1 1077944384 11248 0 0 0 915 48 0 0 20 0 15 0 250728919 14431227904 106541 33554432000 4194304 4196468 140733781550144 140416601951120 140417007920853 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13959168 140733781554261 140733781554441 140733781554441 140733781557199 0
[pid=20520/tid=20526] ppid=20517 vsize=14092996 memory=1288 CPUtime=9.57 cores=0,2,4,6
/proc/20520/task/20526/stat : 20526 (java) S 20517 20520 20173 0 -1 1077944384 11947 0 0 0 911 46 0 0 20 0 15 0 250728919 14431227904 106541 33554432000 4194304 4196468 140733781550144 140416600898320 140417007920853 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13959168 140733781554261 140733781554441 140733781554441 140733781557199 0
[pid=20520/tid=20527] ppid=20517 vsize=14092996 memory=3460 CPUtime=7.29 cores=0,2,4,6
/proc/20520/task/20527/stat : 20527 (java) S 20517 20520 20173 0 -1 1077944384 11053 0 0 0 683 46 0 0 20 0 15 0 250728921 14431227904 106541 33554432000 4194304 4196468 140733781550144 140416482474352 140417007921794 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13959168 140733781554261 140733781554441 140733781554441 140733781557199 0
[pid=20520/tid=20528] ppid=20517 vsize=14092996 memory=2148 CPUtime=0 cores=0,2,4,6
/proc/20520/task/20528/stat : 20528 (java) S 20517 20520 20173 0 -1 1077944384 80 0 0 0 0 0 0 0 20 0 15 0 250728921 14431227904 106541 33554432000 4194304 4196468 140733781550144 140416481420384 140417007920853 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13959168 140733781554261 140733781554441 140733781554441 140733781557199 0
[pid=20520/tid=20529] ppid=20517 vsize=14092996 memory=1160 CPUtime=0 cores=0,2,4,6
/proc/20520/task/20529/stat : 20529 (java) S 20517 20520 20173 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 15 0 250728921 14431227904 106541 33554432000 4194304 4196468 140733781550144 140416480367488 140417007920853 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13959168 140733781554261 140733781554441 140733781554441 140733781557199 0
[pid=20520/tid=20530] ppid=20517 vsize=14092996 memory=1764 CPUtime=0 cores=0,2,4,6
/proc/20520/task/20530/stat : 20530 (java) S 20517 20520 20173 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250728924 14431227904 106541 33554432000 4194304 4196468 140733781550144 140416479315792 140417007929243 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13959168 140733781554261 140733781554441 140733781554441 140733781557199 0
[pid=20520/tid=20531] ppid=20517 vsize=14092996 memory=1616 CPUtime=1.91 cores=0,2,4,6
/proc/20520/task/20531/stat : 20531 (java) S 20517 20520 20173 0 -1 1077944384 17659 0 0 0 189 2 0 0 20 0 15 0 250728924 14431227904 106541 33554432000 4194304 4196468 140733781550144 140416478264176 140417007921794 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13959168 140733781554261 140733781554441 140733781554441 140733781557199 0
[pid=20520/tid=20532] ppid=20517 vsize=14092996 memory=-7003737579269690708 CPUtime=1.79 cores=0,2,4,6
/proc/20520/task/20532/stat : 20532 (java) S 20517 20520 20173 0 -1 1077944384 14896 0 0 0 177 2 0 0 20 0 15 0 250728924 14431227904 106541 33554432000 4194304 4196468 140733781550144 140416477211376 140417007921794 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13959168 140733781554261 140733781554441 140733781554441 140733781557199 0
[pid=20520/tid=20533] ppid=20517 vsize=14092996 memory=6791534058613427641 CPUtime=0.89 cores=0,2,4,6
/proc/20520/task/20533/stat : 20533 (java) S 20517 20520 20173 0 -1 1077944384 15140 0 0 0 87 2 0 0 20 0 15 0 250728924 14431227904 106541 33554432000 4194304 4196468 140733781550144 140416476158576 140417007921794 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13959168 140733781554261 140733781554441 140733781554441 140733781557199 0
[pid=20520/tid=20534] ppid=20517 vsize=14092996 memory=756 CPUtime=0 cores=0,2,4,6
/proc/20520/task/20534/stat : 20534 (java) S 20517 20520 20173 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250728924 14431227904 106541 33554432000 4194304 4196468 140733781550144 140416475106016 140417007920853 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13959168 140733781554261 140733781554441 140733781554441 140733781557199 0
[pid=20520/tid=20535] ppid=20517 vsize=14092996 memory=9168 CPUtime=1.17 cores=0,2,4,6
/proc/20520/task/20535/stat : 20535 (java) S 20517 20520 20173 0 -1 1077944384 1482 0 0 0 61 56 0 0 20 0 15 0 250728924 14431227904 106541 33554432000 4194304 4196468 140733781550144 140416474053296 140417007921794 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13959168 140733781554261 140733781554441 140733781554441 140733781557199 0
Current children cumulated CPU time: 2520.09 s
Current children cumulated vsize: 14092996 KiB
Current children cumulated memory: 426164 KiB

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

[startup+2488.03 s]
# the end of solver process 20520 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2517.32 s, system=2.79511 s

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

Child status: 143
Real time (s): 2488.03
CPU time (s): 2520.11
CPU user time (s): 2517.32
CPU system time (s): 2.79511
CPU usage (%): 101.289
Max. virtual memory (cumulated for all children) (KiB): 14092996
Max. memory (cumulated for all children) (KiB): 426164

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2517.32
system time used= 2.79511
maximum resident set size= 426520
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 174930
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2896
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 250519
involuntary context switches= 7261


# summary of solver processes directly reported to runsolver:
#   pid: 20520
#   total CPU time (s): 2520.11
#   total CPU user time (s): 2517.32
#   total CPU system time (s): 2.79511

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.4678 second user time and 23.3718 second system time

The end

Launcher Data

Begin job on node148 at 2018-08-15 13:14:18
IDJOB=4308420
IDBENCH=141494
IDSOLVER=2792
FILE ID=node148/4308420-1534331658
RUNJOBID= node148-1534329180-20204
PBS_JOBID= 21038159
Free space on /tmp= 42520 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-4308420-1534331658/watcher-4308420-1534331658 -o /tmp/evaluation-result-4308420-1534331658/solver-4308420-1534331658 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node148-1534329180-20204 --watchdog 2580  java -Xmx11000m -jar oscarCPXcsp3-hybrid.jar --randomseed 370733413 --timelimit 2520 --memlimit 11000 --nbcore 4 HOME/instance-4308420-1534331658.xml

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

MD5SUM BENCH= d533abf730bec48b9e0ac1943d19d6b7
RANDOM SEED=370733413

node148.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.50
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.50
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.50
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.50
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:        23583156 kB
MemAvailable:   31857080 kB
Buffers:          178712 kB
Cached:          8309696 kB
SwapCached:            4 kB
Active:          4599288 kB
Inactive:        3983652 kB
Active(anon):      48200 kB
Inactive(anon):   106940 kB
Active(file):    4551088 kB
Inactive(file):  3876712 kB
Unevictable:        7348 kB
Mlocked:            7348 kB
SwapTotal:      67108860 kB
SwapFree:       67108368 kB
Dirty:             71572 kB
Writeback:             0 kB
AnonPages:        126628 kB
Mapped:            67572 kB
Shmem:             57780 kB
Slab:             303364 kB
SReclaimable:     274584 kB
SUnreclaim:        28780 kB
KernelStack:        3600 kB
PageTables:         5260 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1318212 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     47104 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= 44824 MiB
End job on node148 at 2018-08-15 13:55:46