Trace number 4273343

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 - ALNS 2017-07-26SAT (TO)2 2520.0901 2486.6201

General information on the benchmark

NameRamsey/Ramsey-int-s1/
Ramsey-int-09.xml
MD5SUMe7a7addaec4b730d6fe0c9469eb0bfe6
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark0.102355
Satisfiable
(Un)Satisfiability was proved
Number of variables81
Number of constraints84
Number of domains1
Minimum domain size36
Maximum domain size36
Distribution of domain sizes[{"size":36,"count":36}]
Minimum variable degree0
Maximum variable degree8
Distribution of variable degrees[{"degree":0,"count":45},{"degree":8,"count":36}]
Minimum constraint arity3
Maximum constraint arity3
Distribution of constraint arities[{"arity":3,"count":84}]
Number of extensional constraints0
Number of intensional constraints84
Distribution of constraint types[{"type":"intension","count":84}]
Optimization problemYES
Type of objectivemin MAXIMUM

Quality of the solution as a function of time


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

Solver Data

0.23/0.40	c version: 2017-07-26
0.23/0.40	c seed: 1540925355
0.23/0.40	c timeout: 2520
0.23/0.40	c memlimit: 11000
0.23/0.40	c nbcore: 4
0.42/0.42	c Parsing instance...
6.72/3.77	c Parsing done, starting search...
8.20/4.34	o 35
8.20/4.34	o 32
8.20/4.34	o 6
8.36/4.40	o 4
9.76/5.31	o 3
9.76/5.34	o 2
2520.06/2486.61	s SATISFIABLE
2520.06/2486.61	v <instantiation>
2520.06/2486.61	v 	<list>
2520.06/2486.61	v 		x[0][1] x[0][2] x[0][3] x[0][4] x[0][5] x[0][6] x[0][7] x[0][8] x[1][2] x[1][3] x[1][4] x[1][5] x[1][6] x[1][7] x[1][8] x[2][3] x[2][4] x[2][5] x[2][6] x[2][7] x[2][8] x[3][4] x[3][5] x[3][6] x[3][7] x[3][8] x[4][5] x[4][6] x[4][7] x[4][8] x[5][6] x[5][7] x[5][8] x[6][7] x[6][8] x[7][8]
2520.06/2486.61	v 	</list>
2520.06/2486.61	v 	<values>
2520.06/2486.61	v 		0 0 1 0 0 0 1 2 2 1 1 2 1 0 2 0 1 1 2 2 0 0 0 2 0 1 2 2 1 0 1 1 0 0 1 0 
2520.06/2486.61	v 	</values>
2520.06/2486.61	v </instantiation>

Verifier Data

OK	2

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4273343-1502907599/watcher-4273343-1502907599 -o /tmp/evaluation-result-4273343-1502907599/solver-4273343-1502907599 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node124-1502894655-23584 --watchdog 2580 java -Xmx11000m -jar oscar-cp-xcsp3-alns.jar --randomseed 1540925355 --timelimit 2520 --memlimit 11000 --nbcore 4 HOME/instance-4273343-1502907599.xml 

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

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

solver pid=25201, runsolver pid=25198

[startup+0.100109 s]*
/proc/loadavg: 1.53 1.41 1.44 2/195 25202
/proc/meminfo: memFree=30823040/32770624 swapFree=67108860/67108860
[pid=25201] ppid=25198 vsize=356952 memory=7564 CPUtime=0 cores=1,3,5,7
/proc/25201/stat : 25201 (java) S 25198 25201 11586 0 -1 1077944320 1745 0 0 0 0 0 0 0 20 0 2 0 79100594 365518848 1891 18446744073709551615 4194304 4196468 140723621158320 140723621140864 140581505634039 0 0 1 16784584 18446744073709551615 0 0 17 1 0 0 10 0 0 6293624 6294260 13680640 140723621163380 140723621163561 140723621163561 140723621167055 0
/proc/25201/statm: 89238 1891 1044 1 0 79208 0
[pid=25201/tid=25203] ppid=25198 vsize=356952 memory=-6082506487516729695 CPUtime=0 cores=1,3,5,7
/proc/25201/task/25203/stat : 25203 (java) S 25198 25201 11586 0 -1 1077944384 434 0 0 0 0 0 0 0 20 0 2 0 79100605 365518848 1891 18446744073709551615 4194304 4196468 140723621158320 140581509876128 140581505645186 0 4 1 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13680640 140723621163380 140723621163561 140723621163561 140723621167055 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 356952 KiB
Current children cumulated memory: 7564 KiB

[startup+0.209231 s]*
/proc/loadavg: 1.53 1.41 1.44 3/209 25216
/proc/meminfo: memFree=30810880/32770624 swapFree=67108860/67108860
[pid=25201] ppid=25198 vsize=13975920 memory=27548 CPUtime=0.07 cores=1,3,5,7
/proc/25201/stat : 25201 (java) S 25198 25201 11586 0 -1 1077944320 6728 0 0 0 7 0 0 0 20 0 15 0 79100594 14311342080 6887 18446744073709551615 4194304 4196468 140723621158320 140723621140864 140581505634039 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 10 0 0 6293624 6294260 13680640 140723621163380 140723621163561 140723621163561 140723621167055 0
/proc/25201/statm: 3493980 6887 3271 1 0 3482759 0
[pid=25201/tid=25203] ppid=25198 vsize=13975920 memory=-4116735710718344508 CPUtime=0.05 cores=1,3,5,7
/proc/25201/task/25203/stat : 25203 (java) R 25198 25201 11586 0 -1 4202560 4822 0 0 0 5 0 0 0 20 0 15 0 79100605 14311342080 6887 18446744073709551615 4194304 4196468 140723621158320 140581509865296 140581142585111 0 4 1 16800974 0 0 0 -1 3 0 0 4 0 0 6293624 6294260 13680640 140723621163380 140723621163561 140723621163561 140723621167055 0
[pid=25201/tid=25204] ppid=25198 vsize=13975920 memory=5767615012765051273 CPUtime=0 cores=1,3,5,7
/proc/25201/task/25204/stat : 25204 (java) S 25198 25201 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 79100605 14311342080 6887 18446744073709551615 4194304 4196468 140723621158320 140581462600720 140581505644245 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13680640 140723621163380 140723621163561 140723621163561 140723621167055 0
[pid=25201/tid=25205] ppid=25198 vsize=13975920 memory=139726357067392 CPUtime=0 cores=1,3,5,7
/proc/25201/task/25205/stat : 25205 (java) S 25198 25201 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 79100605 14311342080 6887 18446744073709551615 4194304 4196468 140723621158320 140581461548176 140581505644245 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13680640 140723621163380 140723621163561 140723621163561 140723621167055 0
[pid=25201/tid=25206] ppid=25198 vsize=13975920 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/25201/task/25206/stat : 25206 (java) S 25198 25201 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 79100605 14311342080 6887 18446744073709551615 4194304 4196468 140723621158320 140581103921936 140581505644245 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13680640 140723621163380 140723621163561 140723621163561 140723621167055 0
[pid=25201/tid=25207] ppid=25198 vsize=13975920 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/25201/task/25207/stat : 25207 (java) S 25198 25201 11586 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 79100605 14311342080 6887 18446744073709551615 4194304 4196468 140723621158320 140581102869392 140581505644245 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13680640 140723621163380 140723621163561 140723621163561 140723621167055 0
[pid=25201/tid=25208] ppid=25198 vsize=13975920 memory=139726357067392 CPUtime=0 cores=1,3,5,7
/proc/25201/task/25208/stat : 25208 (java) S 25198 25201 11586 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 79100607 14311342080 6887 18446744073709551615 4194304 4196468 140723621158320 140580984162544 140581505645186 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13680640 140723621163380 140723621163561 140723621163561 140723621167055 0
[pid=25201/tid=25209] ppid=25198 vsize=13975920 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/25201/task/25209/stat : 25209 (java) S 25198 25201 11586 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 79100607 14311342080 6887 18446744073709551615 4194304 4196468 140723621158320 140580983108768 140581505644245 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13680640 140723621163380 140723621163561 140723621163561 140723621167055 0
[pid=25201/tid=25210] ppid=25198 vsize=13975920 memory=139726357067392 CPUtime=0 cores=1,3,5,7
/proc/25201/task/25210/stat : 25210 (java) S 25198 25201 11586 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 79100607 14311342080 6887 18446744073709551615 4194304 4196468 140723621158320 140580982055664 140581505644245 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13680640 140723621163380 140723621163561 140723621163561 140723621167055 0
[pid=25201/tid=25211] ppid=25198 vsize=13975920 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/25201/task/25211/stat : 25211 (java) S 25198 25201 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 79100610 14311342080 6887 18446744073709551615 4194304 4196468 140723621158320 140580981004240 140581505652635 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13680640 140723621163380 140723621163561 140723621163561 140723621167055 0
[pid=25201/tid=25212] ppid=25198 vsize=13975920 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25201/task/25212/stat : 25212 (java) S 25198 25201 11586 0 -1 1077944384 302 0 0 0 0 0 0 0 20 0 15 0 79100610 14311342080 6887 18446744073709551615 4194304 4196468 140723621158320 140580979952368 140581505645186 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13680640 140723621163380 140723621163561 140723621163561 140723621167055 0
[pid=25201/tid=25213] ppid=25198 vsize=13975920 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/25201/task/25213/stat : 25213 (java) S 25198 25201 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 79100610 14311342080 6953 18446744073709551615 4194304 4196468 140723621158320 140580978899824 140581505645186 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13680640 140723621163380 140723621163561 140723621163561 140723621167055 0
[pid=25201/tid=25214] ppid=25198 vsize=13975920 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25201/task/25214/stat : 25214 (java) R 25198 25201 11586 0 -1 4202560 228 0 0 0 0 0 0 0 20 0 15 0 79100610 14311342080 6953 18446744073709551615 4194304 4196468 140723621158320 140580977846768 140581485976000 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 13680640 140723621163380 140723621163561 140723621163561 140723621167055 0
[pid=25201/tid=25215] ppid=25198 vsize=13975920 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25201/task/25215/stat : 25215 (java) S 25198 25201 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 79100610 14311342080 6953 18446744073709551615 4194304 4196468 140723621158320 140580976794464 140581505644245 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13680640 140723621163380 140723621163561 140723621163561 140723621167055 0
[pid=25201/tid=25216] ppid=25198 vsize=13975920 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25201/task/25216/stat : 25216 (java) S 25198 25201 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 79100614 14311342080 6953 18446744073709551615 4194304 4196468 140723621158320 140580975741488 140581505645186 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13680640 140723621163380 140723621163561 140723621163561 140723621167055 0
Current children cumulated CPU time: 0.07 s
Current children cumulated vsize: 13975920 KiB
Current children cumulated memory: 27548 KiB

[startup+0.310005 s]*
/proc/loadavg: 1.53 1.41 1.44 4/209 25216
/proc/meminfo: memFree=30796512/32770624 swapFree=67108860/67108860
[pid=25201] ppid=25198 vsize=13975920 memory=39796 CPUtime=0.23 cores=1,3,5,7
/proc/25201/stat : 25201 (java) S 25198 25201 11586 0 -1 1077944320 10146 0 0 0 21 2 0 0 20 0 15 0 79100594 14311342080 9949 18446744073709551615 4194304 4196468 140723621158320 140723621140864 140581505634039 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 10 0 0 6293624 6294260 13680640 140723621163380 140723621163561 140723621163561 140723621167055 0
/proc/25201/statm: 3493980 9949 3543 1 0 3482759 0
[pid=25201/tid=25203] ppid=25198 vsize=13975920 memory=139726357067392 CPUtime=0.16 cores=1,3,5,7
/proc/25201/task/25203/stat : 25203 (java) R 25198 25201 11586 0 -1 4202560 7890 0 0 0 14 2 0 0 20 0 15 0 79100605 14311342080 9949 18446744073709551615 4194304 4196468 140723621158320 140581509854512 140581489714526 0 4 1 16800974 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 13680640 140723621163380 140723621163561 140723621163561 140723621167055 0
[pid=25201/tid=25204] ppid=25198 vsize=13975920 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25201/task/25204/stat : 25204 (java) S 25198 25201 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 79100605 14311342080 9949 18446744073709551615 4194304 4196468 140723621158320 140581462600720 140581505644245 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13680640 140723621163380 140723621163561 140723621163561 140723621167055 0
[pid=25201/tid=25205] ppid=25198 vsize=13975920 memory=139726357067392 CPUtime=0 cores=1,3,5,7
/proc/25201/task/25205/stat : 25205 (java) S 25198 25201 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 79100605 14311342080 9949 18446744073709551615 4194304 4196468 140723621158320 140581461548176 140581505644245 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13680640 140723621163380 140723621163561 140723621163561 140723621167055 0
[pid=25201/tid=25206] ppid=25198 vsize=13975920 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25201/task/25206/stat : 25206 (java) S 25198 25201 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 79100605 14311342080 9949 18446744073709551615 4194304 4196468 140723621158320 140581103921936 140581505644245 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13680640 140723621163380 140723621163561 140723621163561 140723621167055 0
[pid=25201/tid=25207] ppid=25198 vsize=13975920 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/25201/task/25207/stat : 25207 (java) S 25198 25201 11586 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 79100605 14311342080 9949 18446744073709551615 4194304 4196468 140723621158320 140581102869392 140581505644245 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13680640 140723621163380 140723621163561 140723621163561 140723621167055 0
[pid=25201/tid=25208] ppid=25198 vsize=13975920 memory=139726357067392 CPUtime=0 cores=1,3,5,7
/proc/25201/task/25208/stat : 25208 (java) S 25198 25201 11586 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 79100607 14311342080 9949 18446744073709551615 4194304 4196468 140723621158320 140580984162544 140581505645186 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13680640 140723621163380 140723621163561 140723621163561 140723621167055 0
[pid=25201/tid=25209] ppid=25198 vsize=13975920 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/25201/task/25209/stat : 25209 (java) S 25198 25201 11586 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 79100607 14311342080 9949 18446744073709551615 4194304 4196468 140723621158320 140580983108768 140581505644245 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13680640 140723621163380 140723621163561 140723621163561 140723621167055 0
[pid=25201/tid=25210] ppid=25198 vsize=13975920 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25201/task/25210/stat : 25210 (java) S 25198 25201 11586 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 79100607 14311342080 9949 18446744073709551615 4194304 4196468 140723621158320 140580982055664 140581505644245 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13680640 140723621163380 140723621163561 140723621163561 140723621167055 0
[pid=25201/tid=25211] ppid=25198 vsize=13975920 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25201/task/25211/stat : 25211 (java) S 25198 25201 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 79100610 14311342080 9949 18446744073709551615 4194304 4196468 140723621158320 140580981004240 140581505652635 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13680640 140723621163380 140723621163561 140723621163561 140723621167055 0
[pid=25201/tid=25212] ppid=25198 vsize=13975920 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/25201/task/25212/stat : 25212 (java) S 25198 25201 11586 0 -1 1077944384 339 0 0 0 1 0 0 0 20 0 15 0 79100610 14311342080 9949 18446744073709551615 4194304 4196468 140723621158320 140580979952368 140581505645186 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13680640 140723621163380 140723621163561 140723621163561 140723621167055 0
[pid=25201/tid=25213] ppid=25198 vsize=13975920 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/25201/task/25213/stat : 25213 (java) S 25198 25201 11586 0 -1 1077944384 169 0 0 0 0 0 0 0 20 0 15 0 79100610 14311342080 9949 18446744073709551615 4194304 4196468 140723621158320 140580978899824 140581505645186 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13680640 140723621163380 140723621163561 140723621163561 140723621167055 0
[pid=25201/tid=25214] ppid=25198 vsize=13975920 memory=139726357067392 CPUtime=0.04 cores=1,3,5,7
/proc/25201/task/25214/stat : 25214 (java) S 25198 25201 11586 0 -1 1077944384 369 0 0 0 4 0 0 0 20 0 15 0 79100610 14311342080 9949 18446744073709551615 4194304 4196468 140723621158320 140580977846768 140581505645186 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13680640 140723621163380 140723621163561 140723621163561 140723621167055 0
[pid=25201/tid=25215] ppid=25198 vsize=13975920 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/25201/task/25215/stat : 25215 (java) S 25198 25201 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 79100610 14311342080 9949 18446744073709551615 4194304 4196468 140723621158320 140580976794464 140581505644245 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13680640 140723621163380 140723621163561 140723621163561 140723621167055 0
[pid=25201/tid=25216] ppid=25198 vsize=13975920 memory=139726357067392 CPUtime=0 cores=1,3,5,7
/proc/25201/task/25216/stat : 25216 (java) S 25198 25201 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 79100614 14311342080 9949 18446744073709551615 4194304 4196468 140723621158320 140580975741488 140581505645186 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13680640 140723621163380 140723621163561 140723621163561 140723621167055 0
Current children cumulated CPU time: 0.23 s
Current children cumulated vsize: 13975920 KiB
Current children cumulated memory: 39796 KiB

[startup+0.701346 s]
/proc/loadavg: 1.53 1.41 1.44 3/209 25216
/proc/meminfo: memFree=30783956/32770624 swapFree=67108860/67108860
[pid=25201] ppid=25198 vsize=13977988 memory=66960 CPUtime=0.97 cores=1,3,5,7
/proc/25201/stat : 25201 (java) S 25198 25201 11586 0 -1 1077944320 13922 0 0 0 92 5 0 0 20 0 15 0 79100594 14313459712 16740 18446744073709551615 4194304 4196468 140723621158320 140723621140864 140581505634039 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 10 0 0 6293624 6294260 13680640 140723621163380 140723621163561 140723621163561 140723621167055 0
/proc/25201/statm: 3494497 16740 3733 1 0 3483271 0
[pid=25201/tid=25203] ppid=25198 vsize=13977988 memory=0 CPUtime=0.54 cores=1,3,5,7
/proc/25201/task/25203/stat : 25203 (java) R 25198 25201 11586 0 -1 4202560 10476 0 0 0 50 4 0 0 20 0 15 0 79100605 14313459712 16740 18446744073709551615 4194304 4196468 140723621158320 140581509870096 140581488155744 0 4 1 16800974 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 13680640 140723621163380 140723621163561 140723621163561 140723621167055 0
[pid=25201/tid=25204] ppid=25198 vsize=13977988 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25201/task/25204/stat : 25204 (java) S 25198 25201 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 79100605 14313459712 16740 18446744073709551615 4194304 4196468 140723621158320 140581462600720 140581505644245 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13680640 140723621163380 140723621163561 140723621163561 140723621167055 0
[pid=25201/tid=25205] ppid=25198 vsize=13977988 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25201/task/25205/stat : 25205 (java) S 25198 25201 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 79100605 14313459712 16740 18446744073709551615 4194304 4196468 140723621158320 140581461548176 140581505644245 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13680640 140723621163380 140723621163561 140723621163561 140723621167055 0
[pid=25201/tid=25206] ppid=25198 vsize=13977988 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25201/task/25206/stat : 25206 (java) S 25198 25201 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 79100605 14313459712 16740 18446744073709551615 4194304 4196468 140723621158320 140581103921936 140581505644245 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13680640 140723621163380 140723621163561 140723621163561 140723621167055 0
[pid=25201/tid=25207] ppid=25198 vsize=13977988 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25201/task/25207/stat : 25207 (java) S 25198 25201 11586 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 79100605 14313459712 16740 18446744073709551615 4194304 4196468 140723621158320 140581102869392 140581505644245 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13680640 140723621163380 140723621163561 140723621163561 140723621167055 0
[pid=25201/tid=25208] ppid=25198 vsize=13977988 memory=4120 CPUtime=0 cores=1,3,5,7
/proc/25201/task/25208/stat : 25208 (java) S 25198 25201 11586 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 79100607 14313459712 16740 18446744073709551615 4194304 4196468 140723621158320 140580984162544 140581505645186 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13680640 140723621163380 140723621163561 140723621163561 140723621167055 0
[pid=25201/tid=25209] ppid=25198 vsize=13977988 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25201/task/25209/stat : 25209 (java) S 25198 25201 11586 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 79100607 14313459712 16740 18446744073709551615 4194304 4196468 140723621158320 140580983108768 140581505644245 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13680640 140723621163380 140723621163561 140723621163561 140723621167055 0
[pid=25201/tid=25210] ppid=25198 vsize=13977988 memory=139726224892560 CPUtime=0 cores=1,3,5,7
/proc/25201/task/25210/stat : 25210 (java) S 25198 25201 11586 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 79100607 14313459712 16740 18446744073709551615 4194304 4196468 140723621158320 140580982055664 140581505644245 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13680640 140723621163380 140723621163561 140723621163561 140723621167055 0
[pid=25201/tid=25211] ppid=25198 vsize=13977988 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25201/task/25211/stat : 25211 (java) S 25198 25201 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 79100610 14313459712 16740 18446744073709551615 4194304 4196468 140723621158320 140580981004240 140581505652635 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13680640 140723621163380 140723621163561 140723621163561 140723621167055 0
[pid=25201/tid=25212] ppid=25198 vsize=13977988 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/25201/task/25212/stat : 25212 (java) R 25198 25201 11586 0 -1 4202560 667 0 0 0 10 0 0 0 20 0 15 0 79100610 14313459712 16740 18446744073709551615 4194304 4196468 140723621158320 140580979952368 140581485797313 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 13680640 140723621163380 140723621163561 140723621163561 140723621167055 0
[pid=25201/tid=25213] ppid=25198 vsize=13977988 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/25201/task/25213/stat : 25213 (java) R 25198 25201 11586 0 -1 4202560 613 0 0 0 10 0 0 0 20 0 15 0 79100610 14313459712 16740 18446744073709551615 4194304 4196468 140723621158320 140580978885848 140581485289274 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 13680640 140723621163380 140723621163561 140723621163561 140723621167055 0
[pid=25201/tid=25214] ppid=25198 vsize=13977988 memory=7809523229951467574 CPUtime=0.2 cores=1,3,5,7
/proc/25201/task/25214/stat : 25214 (java) S 25198 25201 11586 0 -1 1077944384 784 0 0 0 20 0 0 0 20 0 15 0 79100610 14313459712 16740 18446744073709551615 4194304 4196468 140723621158320 140580977846768 140581505645186 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13680640 140723621163380 140723621163561 140723621163561 140723621167055 0
[pid=25201/tid=25215] ppid=25198 vsize=13977988 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25201/task/25215/stat : 25215 (java) S 25198 25201 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 79100610 14313459712 16740 18446744073709551615 4194304 4196468 140723621158320 140580976794464 140581505644245 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13680640 140723621163380 140723621163561 140723621163561 140723621167055 0
[pid=25201/tid=25216] ppid=25198 vsize=13977988 memory=-6295327845055340329 CPUtime=0 cores=1,3,5,7
/proc/25201/task/25216/stat : 25216 (java) S 25198 25201 11586 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 79100614 14313459712 16740 18446744073709551615 4194304 4196468 140723621158320 140580975741488 140581505645186 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13680640 140723621163380 140723621163561 140723621163561 140723621167055 0
Current children cumulated CPU time: 0.97 s
Current children cumulated vsize: 13977988 KiB
Current children cumulated memory: 66960 KiB

[startup+1.50073 s]
/proc/loadavg: 1.53 1.41 1.44 3/209 25216
/proc/meminfo: memFree=30706144/32770624 swapFree=67108860/67108860
[pid=25201] ppid=25198 vsize=13977988 memory=260756 CPUtime=2.24 cores=1,3,5,7
/proc/25201/stat : 25201 (java) S 25198 25201 11586 0 -1 1077944320 18940 0 0 0 208 16 0 0 20 0 15 0 79100594 14313459712 65189 18446744073709551615 4194304 4196468 140723621158320 140723621140864 140581505634039 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 10 0 0 6293624 6294260 13680640 140723621163380 140723621163561 140723621163561 140723621167055 0
/proc/25201/statm: 3494497 65189 3773 1 0 3483271 0
[pid=25201/tid=25203] ppid=25198 vsize=13977988 memory=279452449901136 CPUtime=1.26 cores=1,3,5,7
/proc/25201/task/25203/stat : 25203 (java) R 25198 25201 11586 0 -1 4202560 11538 0 0 0 121 5 0 0 20 0 15 0 79100605 14313459712 65189 18446744073709551615 4194304 4196468 140723621158320 140581509870576 140581144284680 0 4 1 16800974 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 13680640 140723621163380 140723621163561 140723621163561 140723621167055 0
[pid=25201/tid=25204] ppid=25198 vsize=13977988 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/25201/task/25204/stat : 25204 (java) S 25198 25201 11586 0 -1 1077944384 157 0 0 0 5 2 0 0 20 0 15 0 79100605 14313459712 65189 18446744073709551615 4194304 4196468 140723621158320 140581462600720 140581505644245 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13680640 140723621163380 140723621163561 140723621163561 140723621167055 0
[pid=25201/tid=25205] ppid=25198 vsize=13977988 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/25201/task/25205/stat : 25205 (java) S 25198 25201 11586 0 -1 1077944384 202 0 0 0 5 2 0 0 20 0 15 0 79100605 14313459712 65189 18446744073709551615 4194304 4196468 140723621158320 140581461548176 140581505644245 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13680640 140723621163380 140723621163561 140723621163561 140723621167055 0
[pid=25201/tid=25206] ppid=25198 vsize=13977988 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/25201/task/25206/stat : 25206 (java) S 25198 25201 11586 0 -1 1077944384 154 0 0 0 5 2 0 0 20 0 15 0 79100605 14313459712 65189 18446744073709551615 4194304 4196468 140723621158320 140581103921936 140581505644245 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13680640 140723621163380 140723621163561 140723621163561 140723621167055 0
[pid=25201/tid=25207] ppid=25198 vsize=13977988 memory=5716 CPUtime=0.06 cores=1,3,5,7
/proc/25201/task/25207/stat : 25207 (java) S 25198 25201 11586 0 -1 1077944384 388 0 0 0 4 2 0 0 20 0 15 0 79100605 14313459712 65189 18446744073709551615 4194304 4196468 140723621158320 140581102869392 140581505644245 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13680640 140723621163380 140723621163561 140723621163561 140723621167055 0
[pid=25201/tid=25208] ppid=25198 vsize=13977988 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25201/task/25208/stat : 25208 (java) S 25198 25201 11586 0 -1 1077944384 294 0 0 0 0 0 0 0 20 0 15 0 79100607 14313459712 65189 18446744073709551615 4194304 4196468 140723621158320 140580984162544 140581505645186 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13680640 140723621163380 140723621163561 140723621163561 140723621167055 0
[pid=25201/tid=25209] ppid=25198 vsize=13977988 memory=0 CPUtime=0 cores=1,3,5,7
/proc/25201/task/25209/stat : 25209 (java) S 25198 25201 11586 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 15 0 79100607 14313459712 65189 18446744073709551615 4194304 4196468 140723621158320 140580983108768 140581505644245 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13680640 140723621163380 140723621163561 140723621163561 140723621167055 0
[pid=25201/tid=25210] ppid=25198 vsize=13977988 memory=56 CPUtime=0 cores=1,3,5,7
/proc/25201/task/25210/stat : 25210 (java) S 25198 25201 11586 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 15 0 79100607 14313459712 65189 18446744073709551615 4194304 4196468 140723621158320 140580982055680 140581505644245 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13680640 140723621163380 140723621163561 140723621163561 140723621167055 0
[pid=25201/tid=25211] ppid=25198 vsize=13977988 memory=1585 CPUtime=0 cores=1,3,5,7
/proc/25201/task/25211/stat : 25211 (java) S 25198 25201 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 79100610 14313459712 65189 18446744073709551615 4194304 4196468 140723621158320 140580981004240 140581505652635 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13680640 140723621163380 140723621163561 140723621163561 140723621167055 0
[pid=25201/tid=25212] ppid=25198 vsize=13977988 memory=27325 CPUtime=0.14 cores=1,3,5,7
/proc/25201/task/25212/stat : 25212 (java) S 25198 25201 11586 0 -1 1077944384 918 0 0 0 14 0 0 0 20 0 15 0 79100610 14313459712 65189 18446744073709551615 4194304 4196468 140723621158320 140580979952368 140581505645186 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13680640 140723621163380 140723621163561 140723621163561 140723621167055 0
[pid=25201/tid=25213] ppid=25198 vsize=13977988 memory=0 CPUtime=0.21 cores=1,3,5,7
/proc/25201/task/25213/stat : 25213 (java) S 25198 25201 11586 0 -1 1077944384 1486 0 0 0 21 0 0 0 20 0 15 0 79100610 14313459712 65189 18446744073709551615 4194304 4196468 140723621158320 140580978899824 140581505645186 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13680640 140723621163380 140723621163561 140723621163561 140723621167055 0
[pid=25201/tid=25214] ppid=25198 vsize=13977988 memory=8547710663883855229 CPUtime=0.29 cores=1,3,5,7
/proc/25201/task/25214/stat : 25214 (java) S 25198 25201 11586 0 -1 1077944384 2357 0 0 0 29 0 0 0 20 0 15 0 79100610 14313459712 65189 18446744073709551615 4194304 4196468 140723621158320 140580977846768 140581505645186 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13680640 140723621163380 140723621163561 140723621163561 140723621167055 0
[pid=25201/tid=25215] ppid=25198 vsize=13977988 memory=6656426216303648864 CPUtime=0 cores=1,3,5,7
/proc/25201/task/25215/stat : 25215 (java) S 25198 25201 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 79100610 14313459712 65189 18446744073709551615 4194304 4196468 140723621158320 140580976794464 140581505644245 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13680640 140723621163380 140723621163561 140723621163561 140723621167055 0
[pid=25201/tid=25216] ppid=25198 vsize=13977988 memory=6944656575208382560 CPUtime=0 cores=1,3,5,7
/proc/25201/task/25216/stat : 25216 (java) S 25198 25201 11586 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 79100614 14313459712 65189 18446744073709551615 4194304 4196468 140723621158320 140580975741488 140581505645186 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13680640 140723621163380 140723621163561 140723621163561 140723621167055 0
Current children cumulated CPU time: 2.24 s
Current children cumulated vsize: 13977988 KiB
Current children cumulated memory: 260756 KiB

[startup+3.11136 s]
/proc/loadavg: 1.49 1.40 1.44 6/209 25216
/proc/meminfo: memFree=29937412/32770624 swapFree=67108860/67108860
[pid=25201] ppid=25198 vsize=13980036 memory=943528 CPUtime=5.43 cores=1,3,5,7
/proc/25201/stat : 25201 (java) S 25198 25201 11586 0 -1 1077944320 25071 0 0 0 476 67 0 0 20 0 15 0 79100594 14315556864 235882 18446744073709551615 4194304 4196468 140723621158320 140723621140864 140581505634039 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 10 0 0 6293624 6294260 13680640 140723621163380 140723621163561 140723621163561 140723621167055 0
/proc/25201/statm: 3495009 235882 3789 1 0 3483783 0

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

/proc/25201/task/25203/stat : 25203 (java) R 25198 25201 11586 0 -1 4202560 130488 0 0 0 230844 45 0 0 20 0 15 0 79100605 14317654016 517465 18446744073709551615 4194304 4196468 140723621158320 140581509872176 140581148552993 0 4 1 16800974 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 13680640 140723621163380 140723621163561 140723621163561 140723621167055 0
[pid=25201/tid=25204] ppid=25198 vsize=13982084 memory=2069860 CPUtime=8.41 cores=1,3,5,7
/proc/25201/task/25204/stat : 25204 (java) S 25198 25201 11586 0 -1 1077944384 21827 0 0 0 792 49 0 0 20 0 15 0 79100605 14317654016 517465 18446744073709551615 4194304 4196468 140723621158320 140581462600720 140581505644245 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13680640 140723621163380 140723621163561 140723621163561 140723621167055 0
[pid=25201/tid=25205] ppid=25198 vsize=13982084 memory=2069860 CPUtime=8.36 cores=1,3,5,7
/proc/25201/task/25205/stat : 25205 (java) S 25198 25201 11586 0 -1 1077944384 20456 0 0 0 786 50 0 0 20 0 15 0 79100605 14317654016 517465 18446744073709551615 4194304 4196468 140723621158320 140581461548176 140581505644245 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13680640 140723621163380 140723621163561 140723621163561 140723621167055 0
[pid=25201/tid=25206] ppid=25198 vsize=13982084 memory=2069860 CPUtime=8.45 cores=1,3,5,7
/proc/25201/task/25206/stat : 25206 (java) S 25198 25201 11586 0 -1 1077944384 20022 0 0 0 796 49 0 0 20 0 15 0 79100605 14317654016 517465 18446744073709551615 4194304 4196468 140723621158320 140581103921936 140581505644245 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13680640 140723621163380 140723621163561 140723621163561 140723621167055 0
[pid=25201/tid=25207] ppid=25198 vsize=13982084 memory=2069860 CPUtime=8.44 cores=1,3,5,7
/proc/25201/task/25207/stat : 25207 (java) S 25198 25201 11586 0 -1 1077944384 18452 0 0 0 794 50 0 0 20 0 15 0 79100605 14317654016 517465 18446744073709551615 4194304 4196468 140723621158320 140581102869392 140581505644245 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13680640 140723621163380 140723621163561 140723621163561 140723621167055 0
[pid=25201/tid=25208] ppid=25198 vsize=13982084 memory=2069860 CPUtime=3.49 cores=1,3,5,7
/proc/25201/task/25208/stat : 25208 (java) S 25198 25201 11586 0 -1 1077944384 14002 0 0 0 324 25 0 0 20 0 15 0 79100607 14317654016 517465 18446744073709551615 4194304 4196468 140723621158320 140580984162544 140581505645186 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13680640 140723621163380 140723621163561 140723621163561 140723621167055 0
[pid=25201/tid=25209] ppid=25198 vsize=13982084 memory=2768 CPUtime=0 cores=1,3,5,7
/proc/25201/task/25209/stat : 25209 (java) S 25198 25201 11586 0 -1 1077944384 71 0 0 0 0 0 0 0 20 0 15 0 79100607 14317654016 517465 18446744073709551615 4194304 4196468 140723621158320 140580983108832 140581505644245 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13680640 140723621163380 140723621163561 140723621163561 140723621167055 0
[pid=25201/tid=25210] ppid=25198 vsize=13982084 memory=2069860 CPUtime=0 cores=1,3,5,7
/proc/25201/task/25210/stat : 25210 (java) S 25198 25201 11586 0 -1 1077944384 69 0 0 0 0 0 0 0 20 0 15 0 79100607 14317654016 517465 18446744073709551615 4194304 4196468 140723621158320 140580982055680 140581505644245 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13680640 140723621163380 140723621163561 140723621163561 140723621167055 0
[pid=25201/tid=25211] ppid=25198 vsize=13982084 memory=2069860 CPUtime=0 cores=1,3,5,7
/proc/25201/task/25211/stat : 25211 (java) S 25198 25201 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 79100610 14317654016 517465 18446744073709551615 4194304 4196468 140723621158320 140580981004240 140581505652635 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13680640 140723621163380 140723621163561 140723621163561 140723621167055 0
[pid=25201/tid=25212] ppid=25198 vsize=13982084 memory=796 CPUtime=2.13 cores=1,3,5,7
/proc/25201/task/25212/stat : 25212 (java) S 25198 25201 11586 0 -1 1077944384 11131 0 0 0 211 2 0 0 20 0 15 0 79100610 14317654016 517465 18446744073709551615 4194304 4196468 140723621158320 140580979952368 140581505645186 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13680640 140723621163380 140723621163561 140723621163561 140723621167055 0
[pid=25201/tid=25213] ppid=25198 vsize=13982084 memory=2069860 CPUtime=2.37 cores=1,3,5,7
/proc/25201/task/25213/stat : 25213 (java) S 25198 25201 11586 0 -1 1077944384 13006 0 0 0 236 1 0 0 20 0 15 0 79100610 14317654016 517465 18446744073709551615 4194304 4196468 140723621158320 140580978899824 140581505645186 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13680640 140723621163380 140723621163561 140723621163561 140723621167055 0
[pid=25201/tid=25214] ppid=25198 vsize=13982084 memory=2069860 CPUtime=0.82 cores=1,3,5,7
/proc/25201/task/25214/stat : 25214 (java) S 25198 25201 11586 0 -1 1077944384 9048 0 0 0 80 2 0 0 20 0 15 0 79100610 14317654016 517465 18446744073709551615 4194304 4196468 140723621158320 140580977846768 140581505645186 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13680640 140723621163380 140723621163561 140723621163561 140723621167055 0
[pid=25201/tid=25215] ppid=25198 vsize=13982084 memory=2069860 CPUtime=0 cores=1,3,5,7
/proc/25201/task/25215/stat : 25215 (java) S 25198 25201 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 79100610 14317654016 517465 18446744073709551615 4194304 4196468 140723621158320 140580976794464 140581505644245 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13680640 140723621163380 140723621163561 140723621163561 140723621167055 0
[pid=25201/tid=25216] ppid=25198 vsize=13982084 memory=2069860 CPUtime=1.47 cores=1,3,5,7
/proc/25201/task/25216/stat : 25216 (java) S 25198 25201 11586 0 -1 1077944384 1635 0 0 0 62 85 0 0 20 0 15 0 79100614 14317654016 517465 18446744073709551615 4194304 4196468 140723621158320 140580975741488 140581505645186 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13680640 140723621163380 140723621163561 140723621163561 140723621167055 0
Current children cumulated CPU time: 2352.92 s
Current children cumulated vsize: 13982084 KiB
Current children cumulated memory: 2069860 KiB

[startup+2382.31 s]
/proc/loadavg: 1.49 1.59 1.60 3/209 25436
/proc/meminfo: memFree=26719636/32770624 swapFree=67108860/67108860
[pid=25201] ppid=25198 vsize=13982084 memory=2069860 CPUtime=2413.98 cores=1,3,5,7
/proc/25201/stat : 25201 (java) S 25198 25201 11586 0 -1 1077944320 264632 0 0 0 241071 327 0 0 20 0 15 0 79100594 14317654016 517465 18446744073709551615 4194304 4196468 140723621158320 140723621140864 140581505634039 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 10 0 0 6293624 6294260 13680640 140723621163380 140723621163561 140723621163561 140723621167055 0
/proc/25201/statm: 3495521 517465 3842 1 0 3484295 0
[pid=25201/tid=25203] ppid=25198 vsize=13982084 memory=2069860 CPUtime=2368.34 cores=1,3,5,7
/proc/25201/task/25203/stat : 25203 (java) R 25198 25201 11586 0 -1 4202560 131777 0 0 0 236788 46 0 0 20 0 15 0 79100605 14317654016 517465 18446744073709551615 4194304 4196468 140723621158320 140581509872288 140581148559423 0 4 1 16800974 0 0 0 -1 3 0 0 4 0 0 6293624 6294260 13680640 140723621163380 140723621163561 140723621163561 140723621167055 0
[pid=25201/tid=25204] ppid=25198 vsize=13982084 memory=2069860 CPUtime=8.77 cores=1,3,5,7
/proc/25201/task/25204/stat : 25204 (java) S 25198 25201 11586 0 -1 1077944384 22117 0 0 0 827 50 0 0 20 0 15 0 79100605 14317654016 517465 18446744073709551615 4194304 4196468 140723621158320 140581462600720 140581505644245 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13680640 140723621163380 140723621163561 140723621163561 140723621167055 0
[pid=25201/tid=25205] ppid=25198 vsize=13982084 memory=2069860 CPUtime=8.71 cores=1,3,5,7
/proc/25201/task/25205/stat : 25205 (java) S 25198 25201 11586 0 -1 1077944384 20726 0 0 0 821 50 0 0 20 0 15 0 79100605 14317654016 517465 18446744073709551615 4194304 4196468 140723621158320 140581461548176 140581505644245 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13680640 140723621163380 140723621163561 140723621163561 140723621167055 0
[pid=25201/tid=25206] ppid=25198 vsize=13982084 memory=2069860 CPUtime=8.8 cores=1,3,5,7
/proc/25201/task/25206/stat : 25206 (java) S 25198 25201 11586 0 -1 1077944384 20565 0 0 0 830 50 0 0 20 0 15 0 79100605 14317654016 517465 18446744073709551615 4194304 4196468 140723621158320 140581103921936 140581505644245 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13680640 140723621163380 140723621163561 140723621163561 140723621167055 0
[pid=25201/tid=25207] ppid=25198 vsize=13982084 memory=2069860 CPUtime=8.78 cores=1,3,5,7
/proc/25201/task/25207/stat : 25207 (java) S 25198 25201 11586 0 -1 1077944384 18949 0 0 0 827 51 0 0 20 0 15 0 79100605 14317654016 517465 18446744073709551615 4194304 4196468 140723621158320 140581102869392 140581505644245 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13680640 140723621163380 140723621163561 140723621163561 140723621167055 0
[pid=25201/tid=25208] ppid=25198 vsize=13982084 memory=2069860 CPUtime=3.64 cores=1,3,5,7
/proc/25201/task/25208/stat : 25208 (java) S 25198 25201 11586 0 -1 1077944384 14183 0 0 0 337 27 0 0 20 0 15 0 79100607 14317654016 517465 18446744073709551615 4194304 4196468 140723621158320 140580984162544 140581505645186 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13680640 140723621163380 140723621163561 140723621163561 140723621167055 0
[pid=25201/tid=25209] ppid=25198 vsize=13982084 memory=2069860 CPUtime=0 cores=1,3,5,7
/proc/25201/task/25209/stat : 25209 (java) S 25198 25201 11586 0 -1 1077944384 71 0 0 0 0 0 0 0 20 0 15 0 79100607 14317654016 517465 18446744073709551615 4194304 4196468 140723621158320 140580983108832 140581505644245 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13680640 140723621163380 140723621163561 140723621163561 140723621167055 0
[pid=25201/tid=25210] ppid=25198 vsize=13982084 memory=2069860 CPUtime=0 cores=1,3,5,7
/proc/25201/task/25210/stat : 25210 (java) S 25198 25201 11586 0 -1 1077944384 69 0 0 0 0 0 0 0 20 0 15 0 79100607 14317654016 517465 18446744073709551615 4194304 4196468 140723621158320 140580982055680 140581505644245 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13680640 140723621163380 140723621163561 140723621163561 140723621167055 0
[pid=25201/tid=25211] ppid=25198 vsize=13982084 memory=2069860 CPUtime=0 cores=1,3,5,7
/proc/25201/task/25211/stat : 25211 (java) S 25198 25201 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 79100610 14317654016 517465 18446744073709551615 4194304 4196468 140723621158320 140580981004240 140581505652635 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13680640 140723621163380 140723621163561 140723621163561 140723621167055 0
[pid=25201/tid=25212] ppid=25198 vsize=13982084 memory=2069860 CPUtime=2.13 cores=1,3,5,7
/proc/25201/task/25212/stat : 25212 (java) S 25198 25201 11586 0 -1 1077944384 11135 0 0 0 211 2 0 0 20 0 15 0 79100610 14317654016 517465 18446744073709551615 4194304 4196468 140723621158320 140580979952368 140581505645186 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13680640 140723621163380 140723621163561 140723621163561 140723621167055 0
[pid=25201/tid=25213] ppid=25198 vsize=13982084 memory=2069860 CPUtime=2.38 cores=1,3,5,7
/proc/25201/task/25213/stat : 25213 (java) S 25198 25201 11586 0 -1 1077944384 13010 0 0 0 236 2 0 0 20 0 15 0 79100610 14317654016 517465 18446744073709551615 4194304 4196468 140723621158320 140580978899824 140581505645186 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13680640 140723621163380 140723621163561 140723621163561 140723621167055 0
[pid=25201/tid=25214] ppid=25198 vsize=13982084 memory=2257 CPUtime=0.82 cores=1,3,5,7
/proc/25201/task/25214/stat : 25214 (java) S 25198 25201 11586 0 -1 1077944384 9052 0 0 0 80 2 0 0 20 0 15 0 79100610 14317654016 517465 18446744073709551615 4194304 4196468 140723621158320 140580977846768 140581505645186 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13680640 140723621163380 140723621163561 140723621163561 140723621167055 0
[pid=25201/tid=25215] ppid=25198 vsize=13982084 memory=2069860 CPUtime=0 cores=1,3,5,7
/proc/25201/task/25215/stat : 25215 (java) S 25198 25201 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 79100610 14317654016 517465 18446744073709551615 4194304 4196468 140723621158320 140580976794464 140581505644245 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13680640 140723621163380 140723621163561 140723621163561 140723621167055 0
[pid=25201/tid=25216] ppid=25198 vsize=13982084 memory=2069860 CPUtime=1.5 cores=1,3,5,7
/proc/25201/task/25216/stat : 25216 (java) S 25198 25201 11586 0 -1 1077944384 1661 0 0 0 63 87 0 0 20 0 15 0 79100614 14317654016 517465 18446744073709551615 4194304 4196468 140723621158320 140580975741488 140581505645186 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13680640 140723621163380 140723621163561 140723621163561 140723621167055 0
Current children cumulated CPU time: 2413.98 s
Current children cumulated vsize: 13982084 KiB
Current children cumulated memory: 2069860 KiB

[startup+2442.31 s]
/proc/loadavg: 1.53 1.58 1.60 3/209 25438
/proc/meminfo: memFree=26719372/32770624 swapFree=67108860/67108860
[pid=25201] ppid=25198 vsize=13982084 memory=2069860 CPUtime=2475.01 cores=1,3,5,7
/proc/25201/stat : 25201 (java) S 25198 25201 11586 0 -1 1077944320 267714 0 0 0 247169 332 0 0 20 0 15 0 79100594 14317654016 517465 18446744073709551615 4194304 4196468 140723621158320 140723621140864 140581505634039 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 10 0 0 6293624 6294260 13680640 140723621163380 140723621163561 140723621163561 140723621167055 0
/proc/25201/statm: 3495521 517465 3842 1 0 3484295 0
[pid=25201/tid=25203] ppid=25198 vsize=13982084 memory=2069860 CPUtime=2427.81 cores=1,3,5,7
/proc/25201/task/25203/stat : 25203 (java) R 25198 25201 11586 0 -1 4202560 133067 0 0 0 242734 47 0 0 20 0 15 0 79100605 14317654016 517465 18446744073709551615 4194304 4196468 140723621158320 140581509872288 140581148556528 0 4 1 16800974 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 13680640 140723621163380 140723621163561 140723621163561 140723621167055 0
[pid=25201/tid=25204] ppid=25198 vsize=13982084 memory=2069860 CPUtime=9.11 cores=1,3,5,7
/proc/25201/task/25204/stat : 25204 (java) S 25198 25201 11586 0 -1 1077944384 22432 0 0 0 860 51 0 0 20 0 15 0 79100605 14317654016 517465 18446744073709551615 4194304 4196468 140723621158320 140581462600720 140581505644245 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13680640 140723621163380 140723621163561 140723621163561 140723621167055 0
[pid=25201/tid=25205] ppid=25198 vsize=13982084 memory=2069860 CPUtime=9.06 cores=1,3,5,7
/proc/25201/task/25205/stat : 25205 (java) S 25198 25201 11586 0 -1 1077944384 21060 0 0 0 855 51 0 0 20 0 15 0 79100605 14317654016 517465 18446744073709551615 4194304 4196468 140723621158320 140581461548176 140581505644245 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13680640 140723621163380 140723621163561 140723621163561 140723621167055 0
[pid=25201/tid=25206] ppid=25198 vsize=13982084 memory=2069860 CPUtime=9.16 cores=1,3,5,7
/proc/25201/task/25206/stat : 25206 (java) S 25198 25201 11586 0 -1 1077944384 21091 0 0 0 864 52 0 0 20 0 15 0 79100605 14317654016 517465 18446744073709551615 4194304 4196468 140723621158320 140581103921936 140581505644245 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13680640 140723621163380 140723621163561 140723621163561 140723621167055 0
[pid=25201/tid=25207] ppid=25198 vsize=13982084 memory=2069860 CPUtime=9.13 cores=1,3,5,7
/proc/25201/task/25207/stat : 25207 (java) S 25198 25201 11586 0 -1 1077944384 19348 0 0 0 861 52 0 0 20 0 15 0 79100605 14317654016 517465 18446744073709551615 4194304 4196468 140723621158320 140581102869392 140581505644245 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13680640 140723621163380 140723621163561 140723621163561 140723621167055 0
[pid=25201/tid=25208] ppid=25198 vsize=13982084 memory=2069860 CPUtime=3.78 cores=1,3,5,7
/proc/25201/task/25208/stat : 25208 (java) S 25198 25201 11586 0 -1 1077944384 14362 0 0 0 351 27 0 0 20 0 15 0 79100607 14317654016 517465 18446744073709551615 4194304 4196468 140723621158320 140580984162544 140581505645186 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13680640 140723621163380 140723621163561 140723621163561 140723621167055 0
[pid=25201/tid=25209] ppid=25198 vsize=13982084 memory=2069860 CPUtime=0 cores=1,3,5,7
/proc/25201/task/25209/stat : 25209 (java) S 25198 25201 11586 0 -1 1077944384 71 0 0 0 0 0 0 0 20 0 15 0 79100607 14317654016 517465 18446744073709551615 4194304 4196468 140723621158320 140580983108832 140581505644245 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13680640 140723621163380 140723621163561 140723621163561 140723621167055 0
[pid=25201/tid=25210] ppid=25198 vsize=13982084 memory=2069860 CPUtime=0 cores=1,3,5,7
/proc/25201/task/25210/stat : 25210 (java) S 25198 25201 11586 0 -1 1077944384 69 0 0 0 0 0 0 0 20 0 15 0 79100607 14317654016 517465 18446744073709551615 4194304 4196468 140723621158320 140580982055680 140581505644245 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13680640 140723621163380 140723621163561 140723621163561 140723621167055 0
[pid=25201/tid=25211] ppid=25198 vsize=13982084 memory=2069860 CPUtime=0 cores=1,3,5,7
/proc/25201/task/25211/stat : 25211 (java) S 25198 25201 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 79100610 14317654016 517465 18446744073709551615 4194304 4196468 140723621158320 140580981004240 140581505652635 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13680640 140723621163380 140723621163561 140723621163561 140723621167055 0
[pid=25201/tid=25212] ppid=25198 vsize=13982084 memory=1204 CPUtime=2.13 cores=1,3,5,7
/proc/25201/task/25212/stat : 25212 (java) S 25198 25201 11586 0 -1 1077944384 11139 0 0 0 211 2 0 0 20 0 15 0 79100610 14317654016 517465 18446744073709551615 4194304 4196468 140723621158320 140580979952368 140581505645186 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13680640 140723621163380 140723621163561 140723621163561 140723621167055 0
[pid=25201/tid=25213] ppid=25198 vsize=13982084 memory=2069860 CPUtime=2.38 cores=1,3,5,7
/proc/25201/task/25213/stat : 25213 (java) S 25198 25201 11586 0 -1 1077944384 13014 0 0 0 236 2 0 0 20 0 15 0 79100610 14317654016 517465 18446744073709551615 4194304 4196468 140723621158320 140580978899824 140581505645186 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13680640 140723621163380 140723621163561 140723621163561 140723621167055 0
[pid=25201/tid=25214] ppid=25198 vsize=13982084 memory=4120 CPUtime=0.82 cores=1,3,5,7
/proc/25201/task/25214/stat : 25214 (java) S 25198 25201 11586 0 -1 1077944384 9057 0 0 0 80 2 0 0 20 0 15 0 79100610 14317654016 517465 18446744073709551615 4194304 4196468 140723621158320 140580977846768 140581505645186 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13680640 140723621163380 140723621163561 140723621163561 140723621167055 0
[pid=25201/tid=25215] ppid=25198 vsize=13982084 memory=1232 CPUtime=0 cores=1,3,5,7
/proc/25201/task/25215/stat : 25215 (java) S 25198 25201 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 79100610 14317654016 517465 18446744073709551615 4194304 4196468 140723621158320 140580976794464 140581505644245 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13680640 140723621163380 140723621163561 140723621163561 140723621167055 0
[pid=25201/tid=25216] ppid=25198 vsize=13982084 memory=2069860 CPUtime=1.55 cores=1,3,5,7
/proc/25201/task/25216/stat : 25216 (java) S 25198 25201 11586 0 -1 1077944384 1687 0 0 0 65 90 0 0 20 0 15 0 79100614 14317654016 517465 18446744073709551615 4194304 4196468 140723621158320 140580975741488 140581505645186 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13680640 140723621163380 140723621163561 140723621163561 140723621167055 0
Current children cumulated CPU time: 2475.01 s
Current children cumulated vsize: 13982084 KiB
Current children cumulated memory: 2069860 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2486.6 s]
/proc/loadavg: 1.62 1.60 1.60 3/209 25440
/proc/meminfo: memFree=26719180/32770624 swapFree=67108860/67108860
[pid=25201] ppid=25198 vsize=13982084 memory=2069860 CPUtime=2520.06 cores=1,3,5,7
/proc/25201/stat : 25201 (java) S 25198 25201 11586 0 -1 1077944320 270518 0 0 0 251670 336 0 0 20 0 15 0 79100594 14317654016 517465 18446744073709551615 4194304 4196468 140723621158320 140723621140864 140581505634039 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 10 0 0 6293624 6294260 13680640 140723621163380 140723621163561 140723621163561 140723621167055 0
/proc/25201/statm: 3495521 517465 3842 1 0 3484295 0
[pid=25201/tid=25203] ppid=25198 vsize=13982084 memory=2384 CPUtime=2471.69 cores=1,3,5,7
/proc/25201/task/25203/stat : 25203 (java) R 25198 25201 11586 0 -1 4202560 134183 0 0 0 247122 47 0 0 20 0 15 0 79100605 14317654016 517465 18446744073709551615 4194304 4196468 140723621158320 140581509872048 140581147611000 0 4 1 16800974 0 0 0 -1 7 0 0 4 0 0 6293624 6294260 13680640 140723621163380 140723621163561 140723621163561 140723621167055 0
[pid=25201/tid=25204] ppid=25198 vsize=13982084 memory=1296 CPUtime=9.36 cores=1,3,5,7
/proc/25201/task/25204/stat : 25204 (java) S 25198 25201 11586 0 -1 1077944384 22833 0 0 0 885 51 0 0 20 0 15 0 79100605 14317654016 517465 18446744073709551615 4194304 4196468 140723621158320 140581462600720 140581505644245 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13680640 140723621163380 140723621163561 140723621163561 140723621167055 0
[pid=25201/tid=25205] ppid=25198 vsize=13982084 memory=1728 CPUtime=9.31 cores=1,3,5,7
/proc/25201/task/25205/stat : 25205 (java) S 25198 25201 11586 0 -1 1077944384 21143 0 0 0 880 51 0 0 20 0 15 0 79100605 14317654016 517465 18446744073709551615 4194304 4196468 140723621158320 140581461548176 140581505644245 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13680640 140723621163380 140723621163561 140723621163561 140723621167055 0
[pid=25201/tid=25206] ppid=25198 vsize=13982084 memory=2069860 CPUtime=9.41 cores=1,3,5,7
/proc/25201/task/25206/stat : 25206 (java) S 25198 25201 11586 0 -1 1077944384 21535 0 0 0 889 52 0 0 20 0 15 0 79100605 14317654016 517465 18446744073709551615 4194304 4196468 140723621158320 140581103921936 140581505644245 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13680640 140723621163380 140723621163561 140723621163561 140723621167055 0
[pid=25201/tid=25207] ppid=25198 vsize=13982084 memory=928 CPUtime=9.38 cores=1,3,5,7
/proc/25201/task/25207/stat : 25207 (java) S 25198 25201 11586 0 -1 1077944384 19891 0 0 0 886 52 0 0 20 0 15 0 79100605 14317654016 517465 18446744073709551615 4194304 4196468 140723621158320 140581102869392 140581505644245 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13680640 140723621163380 140723621163561 140723621163561 140723621167055 0
[pid=25201/tid=25208] ppid=25198 vsize=13982084 memory=1580 CPUtime=3.9 cores=1,3,5,7
/proc/25201/task/25208/stat : 25208 (java) S 25198 25201 11586 0 -1 1077944384 14540 0 0 0 362 28 0 0 20 0 15 0 79100607 14317654016 517465 18446744073709551615 4194304 4196468 140723621158320 140580984162544 140581505645186 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13680640 140723621163380 140723621163561 140723621163561 140723621167055 0
[pid=25201/tid=25209] ppid=25198 vsize=13982084 memory=2069860 CPUtime=0 cores=1,3,5,7
/proc/25201/task/25209/stat : 25209 (java) S 25198 25201 11586 0 -1 1077944384 71 0 0 0 0 0 0 0 20 0 15 0 79100607 14317654016 517465 18446744073709551615 4194304 4196468 140723621158320 140580983108832 140581505644245 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13680640 140723621163380 140723621163561 140723621163561 140723621167055 0
[pid=25201/tid=25210] ppid=25198 vsize=13982084 memory=43724 CPUtime=0 cores=1,3,5,7
/proc/25201/task/25210/stat : 25210 (java) S 25198 25201 11586 0 -1 1077944384 69 0 0 0 0 0 0 0 20 0 15 0 79100607 14317654016 517465 18446744073709551615 4194304 4196468 140723621158320 140580982055680 140581505644245 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13680640 140723621163380 140723621163561 140723621163561 140723621167055 0
[pid=25201/tid=25211] ppid=25198 vsize=13982084 memory=2384 CPUtime=0 cores=1,3,5,7
/proc/25201/task/25211/stat : 25211 (java) S 25198 25201 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 79100610 14317654016 517465 18446744073709551615 4194304 4196468 140723621158320 140580981004240 140581505652635 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13680640 140723621163380 140723621163561 140723621163561 140723621167055 0
[pid=25201/tid=25212] ppid=25198 vsize=13982084 memory=-8774313645642428999 CPUtime=2.13 cores=1,3,5,7
/proc/25201/task/25212/stat : 25212 (java) S 25198 25201 11586 0 -1 1077944384 11144 0 0 0 211 2 0 0 20 0 15 0 79100610 14317654016 517465 18446744073709551615 4194304 4196468 140723621158320 140580979952368 140581505645186 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13680640 140723621163380 140723621163561 140723621163561 140723621167055 0
[pid=25201/tid=25213] ppid=25198 vsize=13982084 memory=1008 CPUtime=2.38 cores=1,3,5,7
/proc/25201/task/25213/stat : 25213 (java) S 25198 25201 11586 0 -1 1077944384 13018 0 0 0 236 2 0 0 20 0 15 0 79100610 14317654016 517465 18446744073709551615 4194304 4196468 140723621158320 140580978899824 140581505645186 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13680640 140723621163380 140723621163561 140723621163561 140723621167055 0
[pid=25201/tid=25214] ppid=25198 vsize=13982084 memory=1232 CPUtime=0.82 cores=1,3,5,7
/proc/25201/task/25214/stat : 25214 (java) S 25198 25201 11586 0 -1 1077944384 9061 0 0 0 80 2 0 0 20 0 15 0 79100610 14317654016 517465 18446744073709551615 4194304 4196468 140723621158320 140580977846768 140581505645186 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13680640 140723621163380 140723621163561 140723621163561 140723621167055 0
[pid=25201/tid=25215] ppid=25198 vsize=13982084 memory=8980 CPUtime=0 cores=1,3,5,7
/proc/25201/task/25215/stat : 25215 (java) S 25198 25201 11586 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 79100610 14317654016 517465 18446744073709551615 4194304 4196468 140723621158320 140580976794464 140581505644245 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13680640 140723621163380 140723621163561 140723621163561 140723621167055 0
[pid=25201/tid=25216] ppid=25198 vsize=13982084 memory=5788 CPUtime=1.57 cores=1,3,5,7
/proc/25201/task/25216/stat : 25216 (java) S 25198 25201 11586 0 -1 1077944384 1713 0 0 0 66 91 0 0 20 0 15 0 79100614 14317654016 517465 18446744073709551615 4194304 4196468 140723621158320 140580975741488 140581505645186 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13680640 140723621163380 140723621163561 140723621163561 140723621167055 0
Current children cumulated CPU time: 2520.06 s
Current children cumulated vsize: 13982084 KiB
Current children cumulated memory: 2069860 KiB

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

[startup+2486.62 s]
# the end of solver process 25201 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.72 s, system=3.37498 s

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

Child status: 143
Real time (s): 2486.62
CPU time (s): 2520.09
CPU user time (s): 2516.72
CPU system time (s): 3.37498
CPU usage (%): 101.346
Max. virtual memory (cumulated for all children) (KiB): 13982084
Max. memory (cumulated for all children) (KiB): 2069860

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.72
system time used= 3.37498
maximum resident set size= 2070208
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 270768
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2848
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 153441
involuntary context switches= 4848


# summary of solver processes directly reported to runsolver:
#   pid: 25201
#   total CPU time (s): 2520.09
#   total CPU user time (s): 2516.72
#   total CPU system time (s): 3.37498

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 17.7301 second user time and 20.0775 second system time

The end

Launcher Data

Begin job on node124 at 2017-08-16 20:05:43
IDJOB=4273343
IDBENCH=140554
IDSOLVER=2665
FILE ID=node124/4273343-1502907599
RUNJOBID= node124-1502894655-23584
PBS_JOBID= 
Free space on /tmp= 61988 MiB

SOLVER NAME= OscaR - ALNS 2017-07-26
BENCH NAME= XCSP17/Ramsey/Ramsey-int-s1/Ramsey-int-09.xml
COMMAND LINE= java -Xmx11000m -jar oscar-cp-xcsp3-alns.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 11000 --nbcore NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4273343-1502907599/watcher-4273343-1502907599 -o /tmp/evaluation-result-4273343-1502907599/solver-4273343-1502907599 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node124-1502894655-23584 --watchdog 2580  java -Xmx11000m -jar oscar-cp-xcsp3-alns.jar --randomseed 1540925355 --timelimit 2520 --memlimit 11000 --nbcore 4 HOME/instance-4273343-1502907599.xml

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

MD5SUM BENCH= e7a7addaec4b730d6fe0c9469eb0bfe6
RANDOM SEED=1540925355

node124.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.51
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.51
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.51
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.51
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:        30823480 kB
MemAvailable:   31418876 kB
Buffers:          264032 kB
Cached:           617512 kB
SwapCached:            0 kB
Active:          1172704 kB
Inactive:         319676 kB
Active(anon):     562408 kB
Inactive(anon):    81944 kB
Active(file):     610296 kB
Inactive(file):   237732 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             42264 kB
Writeback:             0 kB
AnonPages:        610844 kB
Mapped:            64976 kB
Shmem:             33512 kB
Slab:             152932 kB
SReclaimable:     126408 kB
SUnreclaim:        26524 kB
KernelStack:        3392 kB
PageTables:         9172 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1218964 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    491520 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= 61948 MiB
End job on node124 at 2017-08-16 20:47:10