Trace number 4299415

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
The dodo solver 2018-04-29SAT (TO)105 2520.12 2516.03

General information on the benchmark

NameGolombRuler/
GolombRuler-a3v18-12_c18.xml
MD5SUMc13fad5df3b78eadb31ee9887672a536
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark85
Best CPU time to get the best result obtained on this benchmark2520.11
Satisfiable
(Un)Satisfiability was proved
Number of variables156
Number of constraints67
Number of domains2
Minimum domain size144
Maximum domain size145
Distribution of domain sizes[{"size":144,"count":66},{"size":145,"count":12}]
Minimum variable degree0
Maximum variable degree12
Distribution of variable degrees[{"degree":0,"count":78},{"degree":2,"count":66},{"degree":11,"count":11},{"degree":12,"count":1}]
Minimum constraint arity3
Maximum constraint arity66
Distribution of constraint arities[{"arity":3,"count":66},{"arity":66,"count":1}]
Number of extensional constraints0
Number of intensional constraints66
Distribution of constraint types[{"type":"intension","count":66},{"type":"allDifferent","count":1}]
Optimization problemYES
Type of objectivemin 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.12/0.13	c version: 2018-04-11
0.12/0.13	c seed: 1811631
0.12/0.13	c timeout: 2520
0.12/0.13	c memlimit: -1
0.12/0.13	c nbcore: -1
0.57/0.39	o 122
0.57/0.39	o 121
0.87/0.46	o 120
0.87/0.50	o 118
1.18/0.53	o 114
2.89/1.29	o 111
3.00/1.39	o 109
3.23/1.54	o 108
4.07/2.02	o 105
2520.10/2516.01	s SATISFIABLE
2520.10/2516.01	v <instantiation>
2520.10/2516.01	v 	<list>
2520.10/2516.01	v 		x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] y[0][1] y[0][2] y[0][3] y[0][4] y[0][5] y[0][6] y[0][7] y[0][8] y[0][9] y[0][10] y[0][11] y[1][2] y[1][3] y[1][4] y[1][5] y[1][6] y[1][7] y[1][8] y[1][9] y[1][10] y[1][11] y[2][3] y[2][4] y[2][5] y[2][6] y[2][7] y[2][8] y[2][9] y[2][10] y[2][11] y[3][4] y[3][5] y[3][6] y[3][7] y[3][8] y[3][9] y[3][10] y[3][11] y[4][5] y[4][6] y[4][7] y[4][8] y[4][9] y[4][10] y[4][11] y[5][6] y[5][7] y[5][8] y[5][9] y[5][10] y[5][11] y[6][7] y[6][8] y[6][9] y[6][10] y[6][11] y[7][8] y[7][9] y[7][10] y[7][11] y[8][9] y[8][10] y[8][11] y[9][10] y[9][11] y[10][11] 
2520.10/2516.01	v 	</list>
2520.10/2516.01	v 	<values>
2520.10/2516.01	v 		0 1 3 7 12 26 42 59 74 87 95 105 1 3 7 12 26 42 59 74 87 95 105 2 6 11 25 41 58 73 86 94 104 4 9 23 39 56 71 84 92 102 5 19 35 52 67 80 88 98 14 30 47 62 75 83 93 16 33 48 61 69 79 17 32 45 53 63 15 28 36 46 13 21 31 8 18 10 
2520.10/2516.01	v 	</values>
2520.10/2516.01	v </instantiation>

Verifier Data

OK	105

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4299415-1532816948/watcher-4299415-1532816948 -o /tmp/evaluation-result-4299415-1532816948/solver-4299415-1532816948 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node151-1532809404-14163 --watchdog 2580 java -jar HOME/dodo_solver.jar HOME/instance-4299415-1532816948.xml --timelimit 2520 

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=15189, runsolver pid=15186
Current StackSize limit: 8192 KiB


[startup+0.100079 s]*
/proc/loadavg: 1.55 1.40 1.41 4/215 15204
/proc/meminfo: memFree=28061152/32770624 swapFree=67108860/67108860
[pid=15189] ppid=15186 vsize=10658972 memory=26428 CPUtime=0.12 cores=0,2,4,6
/proc/15189/stat : 15189 (java) S 15186 15189 14132 0 -1 1077944320 5524 0 0 0 11 1 0 0 20 0 15 0 99257977 10914787328 6607 33554432000 4194304 4196468 140731827940704 140731827923248 139937517580023 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 18735104 140731827942520 140731827942665 140731827942665 140731827945423 0
/proc/15189/statm: 2664743 6607 2837 1 0 2627263 0
[pid=15189/tid=15191] ppid=15186 vsize=10658972 memory=-8341684059578995583 CPUtime=0.09 cores=0,2,4,6
/proc/15189/task/15191/stat : 15191 (java) R 15186 15189 14132 0 -1 4202560 3360 0 0 0 8 1 0 0 20 0 15 0 99257978 10914787328 6607 33554432000 4194304 4196468 140731827940704 139937521809536 139937517591958 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18735104 140731827942520 140731827942665 140731827942665 140731827945423 0
[pid=15189/tid=15192] ppid=15186 vsize=10658972 memory=-7522837583129502606 CPUtime=0 cores=0,2,4,6
/proc/15189/task/15192/stat : 15192 (java) S 15186 15189 14132 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 99257978 10914787328 6607 33554432000 4194304 4196468 140731827940704 139937485138448 139937517590229 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18735104 140731827942520 140731827942665 140731827942665 140731827945423 0
[pid=15189/tid=15193] ppid=15186 vsize=10658972 memory=139639569270400 CPUtime=0 cores=0,2,4,6
/proc/15189/task/15193/stat : 15193 (java) S 15186 15189 14132 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 99257978 10914787328 6607 33554432000 4194304 4196468 140731827940704 139937123330704 139937517590229 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18735104 140731827942520 140731827942665 140731827942665 140731827945423 0
[pid=15189/tid=15194] ppid=15186 vsize=10658972 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15189/task/15194/stat : 15194 (java) S 15186 15189 14132 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 99257978 10914787328 6607 33554432000 4194304 4196468 140731827940704 139937122277648 139937517590229 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18735104 140731827942520 140731827942665 140731827942665 140731827945423 0
[pid=15189/tid=15195] ppid=15186 vsize=10658972 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/15189/task/15195/stat : 15195 (java) S 15186 15189 14132 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 99257978 10914787328 6607 33554432000 4194304 4196468 140731827940704 139937121225104 139937517590229 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18735104 140731827942520 140731827942665 140731827942665 140731827945423 0
[pid=15189/tid=15196] ppid=15186 vsize=10658972 memory=139639569270400 CPUtime=0 cores=0,2,4,6
/proc/15189/task/15196/stat : 15196 (java) S 15186 15189 14132 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 99257980 10914787328 6607 33554432000 4194304 4196468 140731827940704 139936553478896 139937517591170 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18735104 140731827942520 140731827942665 140731827942665 140731827945423 0
[pid=15189/tid=15197] ppid=15186 vsize=10658972 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/15189/task/15197/stat : 15197 (java) S 15186 15189 14132 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 99257980 10914787328 6607 33554432000 4194304 4196468 140731827940704 139936552425120 139937517590229 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18735104 140731827942520 140731827942665 140731827942665 140731827945423 0
[pid=15189/tid=15198] ppid=15186 vsize=10658972 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15189/task/15198/stat : 15198 (java) S 15186 15189 14132 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 99257980 10914787328 6607 33554432000 4194304 4196468 140731827940704 139936551372016 139937517590229 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18735104 140731827942520 140731827942665 140731827942665 140731827945423 0
[pid=15189/tid=15199] ppid=15186 vsize=10658972 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15189/task/15199/stat : 15199 (java) S 15186 15189 14132 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99257983 10914787328 6607 33554432000 4194304 4196468 140731827940704 139936550320592 139937517598619 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18735104 140731827942520 140731827942665 140731827942665 140731827945423 0
[pid=15189/tid=15200] ppid=15186 vsize=10658972 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15189/task/15200/stat : 15200 (java) S 15186 15189 14132 0 -1 1077944384 420 0 0 0 0 0 0 0 20 0 15 0 99257983 10914787328 6607 33554432000 4194304 4196468 140731827940704 139936549267696 139937517591170 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18735104 140731827942520 140731827942665 140731827942665 140731827945423 0
[pid=15189/tid=15201] ppid=15186 vsize=10658972 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/15189/task/15201/stat : 15201 (java) S 15186 15189 14132 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99257983 10914787328 6607 33554432000 4194304 4196468 140731827940704 139936548215152 139937517591170 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18735104 140731827942520 140731827942665 140731827942665 140731827945423 0
[pid=15189/tid=15202] ppid=15186 vsize=10658972 memory=139639569270400 CPUtime=0.02 cores=0,2,4,6
/proc/15189/task/15202/stat : 15202 (java) R 15186 15189 14132 0 -1 4202560 375 0 0 0 2 0 0 0 20 0 15 0 99257983 10914787328 6607 33554432000 4194304 4196468 140731827940704 139936547162096 139937517591958 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18735104 140731827942520 140731827942665 140731827942665 140731827945423 0
[pid=15189/tid=15203] ppid=15186 vsize=10658972 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/15189/task/15203/stat : 15203 (java) S 15186 15189 14132 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99257983 10914787328 6607 33554432000 4194304 4196468 140731827940704 139936546109792 139937517590229 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18735104 140731827942520 140731827942665 140731827942665 140731827945423 0
[pid=15189/tid=15204] ppid=15186 vsize=10658972 memory=139639569270400 CPUtime=0 cores=0,2,4,6
/proc/15189/task/15204/stat : 15204 (java) S 15186 15189 14132 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 99257983 10914787328 6607 33554432000 4194304 4196468 140731827940704 139936236657712 139937517591170 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18735104 140731827942520 140731827942665 140731827942665 140731827945423 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 10658972 KiB
Current children cumulated memory: 26428 KiB

[startup+0.210248 s]*
/proc/loadavg: 1.55 1.40 1.41 4/215 15204
/proc/meminfo: memFree=28049136/32770624 swapFree=67108860/67108860
[pid=15189] ppid=15186 vsize=10661056 memory=39364 CPUtime=0.34 cores=0,2,4,6
/proc/15189/stat : 15189 (java) S 15186 15189 14132 0 -1 1077944320 8383 0 0 0 31 3 0 0 20 0 15 0 99257977 10916921344 9841 33554432000 4194304 4196468 140731827940704 140731827923248 139937517580023 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 18735104 140731827942520 140731827942665 140731827942665 140731827945423 0
/proc/15189/statm: 2665264 9841 3002 1 0 2627263 0
[pid=15189/tid=15191] ppid=15186 vsize=10661056 memory=7022364594140610616 CPUtime=0.2 cores=0,2,4,6
/proc/15189/task/15191/stat : 15191 (java) R 15186 15189 14132 0 -1 4202560 5275 0 0 0 18 2 0 0 20 0 15 0 99257978 10916921344 9841 33554432000 4194304 4196468 140731827940704 139937521810064 139937517601949 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18735104 140731827942520 140731827942665 140731827942665 140731827945423 0
[pid=15189/tid=15192] ppid=15186 vsize=10661056 memory=364 CPUtime=0 cores=0,2,4,6
/proc/15189/task/15192/stat : 15192 (java) S 15186 15189 14132 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 99257978 10916921344 9841 33554432000 4194304 4196468 140731827940704 139937485138448 139937517590229 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18735104 140731827942520 140731827942665 140731827942665 140731827945423 0
[pid=15189/tid=15193] ppid=15186 vsize=10661056 memory=139639569285201 CPUtime=0 cores=0,2,4,6
/proc/15189/task/15193/stat : 15193 (java) S 15186 15189 14132 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 99257978 10916921344 9841 33554432000 4194304 4196468 140731827940704 139937123330704 139937517590229 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18735104 140731827942520 140731827942665 140731827942665 140731827945423 0
[pid=15189/tid=15194] ppid=15186 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15189/task/15194/stat : 15194 (java) S 15186 15189 14132 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 99257978 10916921344 9841 33554432000 4194304 4196468 140731827940704 139937122277648 139937517590229 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18735104 140731827942520 140731827942665 140731827942665 140731827945423 0
[pid=15189/tid=15195] ppid=15186 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/15189/task/15195/stat : 15195 (java) S 15186 15189 14132 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 99257978 10916921344 9841 33554432000 4194304 4196468 140731827940704 139937121225104 139937517590229 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18735104 140731827942520 140731827942665 140731827942665 140731827945423 0
[pid=15189/tid=15196] ppid=15186 vsize=10661056 memory=139639569270400 CPUtime=0 cores=0,2,4,6
/proc/15189/task/15196/stat : 15196 (java) S 15186 15189 14132 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 99257980 10916921344 9841 33554432000 4194304 4196468 140731827940704 139936553478896 139937517591170 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18735104 140731827942520 140731827942665 140731827942665 140731827945423 0
[pid=15189/tid=15197] ppid=15186 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/15189/task/15197/stat : 15197 (java) S 15186 15189 14132 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 99257980 10916921344 9841 33554432000 4194304 4196468 140731827940704 139936552425120 139937517590229 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18735104 140731827942520 140731827942665 140731827942665 140731827945423 0
[pid=15189/tid=15198] ppid=15186 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15189/task/15198/stat : 15198 (java) S 15186 15189 14132 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 99257980 10916921344 9841 33554432000 4194304 4196468 140731827940704 139936551372016 139937517590229 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18735104 140731827942520 140731827942665 140731827942665 140731827945423 0
[pid=15189/tid=15199] ppid=15186 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15189/task/15199/stat : 15199 (java) S 15186 15189 14132 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99257983 10916921344 9841 33554432000 4194304 4196468 140731827940704 139936550320592 139937517598619 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18735104 140731827942520 140731827942665 140731827942665 140731827945423 0
[pid=15189/tid=15200] ppid=15186 vsize=10661056 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/15189/task/15200/stat : 15200 (java) S 15186 15189 14132 0 -1 1077944384 463 0 0 0 1 0 0 0 20 0 15 0 99257983 10916921344 9841 33554432000 4194304 4196468 140731827940704 139936549267696 139937517591170 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18735104 140731827942520 140731827942665 140731827942665 140731827945423 0
[pid=15189/tid=15201] ppid=15186 vsize=10661056 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/15189/task/15201/stat : 15201 (java) S 15186 15189 14132 0 -1 1077944384 270 0 0 0 2 0 0 0 20 0 15 0 99257983 10916921344 9841 33554432000 4194304 4196468 140731827940704 139936548215152 139937517591170 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18735104 140731827942520 140731827942665 140731827942665 140731827945423 0
[pid=15189/tid=15202] ppid=15186 vsize=10661056 memory=139639569270400 CPUtime=0.08 cores=0,2,4,6
/proc/15189/task/15202/stat : 15202 (java) R 15186 15189 14132 0 -1 4202560 1015 0 0 0 8 0 0 0 20 0 15 0 99257983 10916921344 9841 33554432000 4194304 4196468 140731827940704 139936547162096 139937510676859 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18735104 140731827942520 140731827942665 140731827942665 140731827945423 0
[pid=15189/tid=15203] ppid=15186 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/15189/task/15203/stat : 15203 (java) S 15186 15189 14132 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99257983 10916921344 9841 33554432000 4194304 4196468 140731827940704 139936546109792 139937517590229 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18735104 140731827942520 140731827942665 140731827942665 140731827945423 0
[pid=15189/tid=15204] ppid=15186 vsize=10661056 memory=139639569270400 CPUtime=0 cores=0,2,4,6
/proc/15189/task/15204/stat : 15204 (java) S 15186 15189 14132 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 99257983 10916921344 9841 33554432000 4194304 4196468 140731827940704 139936236657712 139937517591170 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18735104 140731827942520 140731827942665 140731827942665 140731827945423 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 10661056 KiB
Current children cumulated memory: 39364 KiB

[startup+0.31675 s]*
/proc/loadavg: 1.55 1.40 1.41 3/215 15204
/proc/meminfo: memFree=28041380/32770624 swapFree=67108860/67108860
[pid=15189] ppid=15186 vsize=10661132 memory=46160 CPUtime=0.57 cores=0,2,4,6
/proc/15189/stat : 15189 (java) S 15186 15189 14132 0 -1 1077944320 9245 0 0 0 54 3 0 0 20 0 15 0 99257977 10916999168 11540 33554432000 4194304 4196468 140731827940704 140731827923248 139937517580023 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 18735104 140731827942520 140731827942665 140731827942665 140731827945423 0
/proc/15189/statm: 2665283 11540 3054 1 0 2627263 0
[pid=15189/tid=15191] ppid=15186 vsize=10661132 memory=7311146985107750967 CPUtime=0.3 cores=0,2,4,6
/proc/15189/task/15191/stat : 15191 (java) R 15186 15189 14132 0 -1 4202560 5699 0 0 0 28 2 0 0 20 0 15 0 99257978 10916999168 11540 33554432000 4194304 4196468 140731827940704 139937521815600 139937153953715 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18735104 140731827942520 140731827942665 140731827942665 140731827945423 0
[pid=15189/tid=15192] ppid=15186 vsize=10661132 memory=304556149079015447 CPUtime=0 cores=0,2,4,6
/proc/15189/task/15192/stat : 15192 (java) S 15186 15189 14132 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 99257978 10916999168 11540 33554432000 4194304 4196468 140731827940704 139937485138448 139937517590229 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18735104 140731827942520 140731827942665 140731827942665 140731827945423 0
[pid=15189/tid=15193] ppid=15186 vsize=10661132 memory=139639569284824 CPUtime=0 cores=0,2,4,6
/proc/15189/task/15193/stat : 15193 (java) S 15186 15189 14132 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 99257978 10916999168 11540 33554432000 4194304 4196468 140731827940704 139937123330704 139937517590229 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18735104 140731827942520 140731827942665 140731827942665 140731827945423 0
[pid=15189/tid=15194] ppid=15186 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15189/task/15194/stat : 15194 (java) S 15186 15189 14132 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 99257978 10916999168 11540 33554432000 4194304 4196468 140731827940704 139937122277648 139937517590229 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18735104 140731827942520 140731827942665 140731827942665 140731827945423 0
[pid=15189/tid=15195] ppid=15186 vsize=10661132 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/15189/task/15195/stat : 15195 (java) S 15186 15189 14132 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 99257978 10916999168 11540 33554432000 4194304 4196468 140731827940704 139937121225104 139937517590229 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18735104 140731827942520 140731827942665 140731827942665 140731827945423 0
[pid=15189/tid=15196] ppid=15186 vsize=10661132 memory=139639569270400 CPUtime=0 cores=0,2,4,6
/proc/15189/task/15196/stat : 15196 (java) S 15186 15189 14132 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 99257980 10916999168 11540 33554432000 4194304 4196468 140731827940704 139936553478896 139937517591170 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18735104 140731827942520 140731827942665 140731827942665 140731827945423 0
[pid=15189/tid=15197] ppid=15186 vsize=10661132 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/15189/task/15197/stat : 15197 (java) S 15186 15189 14132 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 99257980 10916999168 11540 33554432000 4194304 4196468 140731827940704 139936552425120 139937517590229 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18735104 140731827942520 140731827942665 140731827942665 140731827945423 0
[pid=15189/tid=15198] ppid=15186 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15189/task/15198/stat : 15198 (java) S 15186 15189 14132 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 99257980 10916999168 11540 33554432000 4194304 4196468 140731827940704 139936551372016 139937517590229 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18735104 140731827942520 140731827942665 140731827942665 140731827945423 0
[pid=15189/tid=15199] ppid=15186 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15189/task/15199/stat : 15199 (java) S 15186 15189 14132 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99257983 10916999168 11540 33554432000 4194304 4196468 140731827940704 139936550320592 139937517598619 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18735104 140731827942520 140731827942665 140731827942665 140731827945423 0
[pid=15189/tid=15200] ppid=15186 vsize=10661132 memory=0 CPUtime=0.04 cores=0,2,4,6
/proc/15189/task/15200/stat : 15200 (java) R 15186 15189 14132 0 -1 4202560 590 0 0 0 4 0 0 0 20 0 15 0 99257983 10916999168 11540 33554432000 4194304 4196468 140731827940704 139936549267696 139937517601370 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18735104 140731827942520 140731827942665 140731827942665 140731827945423 0
[pid=15189/tid=15201] ppid=15186 vsize=10661132 memory=-1 CPUtime=0.05 cores=0,2,4,6
/proc/15189/task/15201/stat : 15201 (java) R 15186 15189 14132 0 -1 1077944384 369 0 0 0 5 0 0 0 20 0 15 0 99257983 10916999168 11540 33554432000 4194304 4196468 140731827940704 139936548215152 139937517591170 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18735104 140731827942520 140731827942665 140731827942665 140731827945423 0
[pid=15189/tid=15202] ppid=15186 vsize=10661132 memory=139639569270400 CPUtime=0.15 cores=0,2,4,6
/proc/15189/task/15202/stat : 15202 (java) R 15186 15189 14132 0 -1 4202560 1222 0 0 0 15 0 0 0 20 0 15 0 99257983 10916999168 11540 33554432000 4194304 4196468 140731827940704 139936547159032 139937497294828 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18735104 140731827942520 140731827942665 140731827942665 140731827945423 0
[pid=15189/tid=15203] ppid=15186 vsize=10661132 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/15189/task/15203/stat : 15203 (java) S 15186 15189 14132 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99257983 10916999168 11540 33554432000 4194304 4196468 140731827940704 139936546109792 139937517590229 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18735104 140731827942520 140731827942665 140731827942665 140731827945423 0
[pid=15189/tid=15204] ppid=15186 vsize=10661132 memory=139639569270400 CPUtime=0 cores=0,2,4,6
/proc/15189/task/15204/stat : 15204 (java) S 15186 15189 14132 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 99257983 10916999168 11540 33554432000 4194304 4196468 140731827940704 139936236657712 139937517591170 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18735104 140731827942520 140731827942665 140731827942665 140731827945423 0
Current children cumulated CPU time: 0.57 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 46160 KiB

[startup+0.700738 s]
/proc/loadavg: 1.55 1.40 1.41 5/215 15204
/proc/meminfo: memFree=28019488/32770624 swapFree=67108860/67108860
[pid=15189] ppid=15186 vsize=10661132 memory=91556 CPUtime=1.72 cores=0,2,4,6
/proc/15189/stat : 15189 (java) S 15186 15189 14132 0 -1 1077944320 16431 0 0 0 167 5 0 0 20 0 15 0 99257977 10916999168 22889 33554432000 4194304 4196468 140731827940704 140731827923248 139937517580023 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 18735104 140731827942520 140731827942665 140731827942665 140731827945423 0
/proc/15189/statm: 2665283 22889 3092 1 0 2627263 0
[pid=15189/tid=15191] ppid=15186 vsize=10661132 memory=1840 CPUtime=0.66 cores=0,2,4,6
/proc/15189/task/15191/stat : 15191 (java) R 15186 15189 14132 0 -1 4202560 5828 0 0 0 64 2 0 0 20 0 15 0 99257978 10916999168 22889 33554432000 4194304 4196468 140731827940704 139937521805696 139937156826826 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18735104 140731827942520 140731827942665 140731827942665 140731827945423 0
[pid=15189/tid=15192] ppid=15186 vsize=10661132 memory=1004 CPUtime=0 cores=0,2,4,6
/proc/15189/task/15192/stat : 15192 (java) S 15186 15189 14132 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 99257978 10916999168 22889 33554432000 4194304 4196468 140731827940704 139937485138448 139937517590229 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18735104 140731827942520 140731827942665 140731827942665 140731827945423 0
[pid=15189/tid=15193] ppid=15186 vsize=10661132 memory=12060 CPUtime=0 cores=0,2,4,6
/proc/15189/task/15193/stat : 15193 (java) S 15186 15189 14132 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 99257978 10916999168 22889 33554432000 4194304 4196468 140731827940704 139937123330704 139937517590229 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18735104 140731827942520 140731827942665 140731827942665 140731827945423 0
[pid=15189/tid=15194] ppid=15186 vsize=10661132 memory=5788 CPUtime=0 cores=0,2,4,6
/proc/15189/task/15194/stat : 15194 (java) S 15186 15189 14132 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 99257978 10916999168 22889 33554432000 4194304 4196468 140731827940704 139937122277648 139937517590229 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18735104 140731827942520 140731827942665 140731827942665 140731827945423 0
[pid=15189/tid=15195] ppid=15186 vsize=10661132 memory=792 CPUtime=0 cores=0,2,4,6
/proc/15189/task/15195/stat : 15195 (java) S 15186 15189 14132 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 99257978 10916999168 22889 33554432000 4194304 4196468 140731827940704 139937121225104 139937517590229 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18735104 140731827942520 140731827942665 140731827942665 140731827945423 0
[pid=15189/tid=15196] ppid=15186 vsize=10661132 memory=1228 CPUtime=0 cores=0,2,4,6
/proc/15189/task/15196/stat : 15196 (java) S 15186 15189 14132 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 99257980 10916999168 22889 33554432000 4194304 4196468 140731827940704 139936553478896 139937517591170 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18735104 140731827942520 140731827942665 140731827942665 140731827945423 0
[pid=15189/tid=15197] ppid=15186 vsize=10661132 memory=1944 CPUtime=0 cores=0,2,4,6
/proc/15189/task/15197/stat : 15197 (java) S 15186 15189 14132 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 99257980 10916999168 22889 33554432000 4194304 4196468 140731827940704 139936552425120 139937517590229 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18735104 140731827942520 140731827942665 140731827942665 140731827945423 0
[pid=15189/tid=15198] ppid=15186 vsize=10661132 memory=1416 CPUtime=0 cores=0,2,4,6
/proc/15189/task/15198/stat : 15198 (java) S 15186 15189 14132 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 99257980 10916999168 22889 33554432000 4194304 4196468 140731827940704 139936551372016 139937517590229 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18735104 140731827942520 140731827942665 140731827942665 140731827945423 0
[pid=15189/tid=15199] ppid=15186 vsize=10661132 memory=4612 CPUtime=0 cores=0,2,4,6
/proc/15189/task/15199/stat : 15199 (java) S 15186 15189 14132 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99257983 10916999168 22889 33554432000 4194304 4196468 140731827940704 139936550320592 139937517598619 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18735104 140731827942520 140731827942665 140731827942665 140731827945423 0
[pid=15189/tid=15200] ppid=15186 vsize=10661132 memory=7163631965283378496 CPUtime=0.39 cores=0,2,4,6
/proc/15189/task/15200/stat : 15200 (java) R 15186 15189 14132 0 -1 4202560 3508 0 0 0 39 0 0 0 20 0 15 0 99257983 10916999168 22889 33554432000 4194304 4196468 140731827940704 139936549253160 139937502705904 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18735104 140731827942520 140731827942665 140731827942665 140731827945423 0
[pid=15189/tid=15201] ppid=15186 vsize=10661132 memory=7667213801450137426 CPUtime=0.39 cores=0,2,4,6
/proc/15189/task/15201/stat : 15201 (java) R 15186 15189 14132 0 -1 4202560 3908 0 0 0 38 1 0 0 20 0 15 0 99257983 10916999168 22889 33554432000 4194304 4196468 140731827940704 139936548201504 139937502689589 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18735104 140731827942520 140731827942665 140731827942665 140731827945423 0
[pid=15189/tid=15202] ppid=15186 vsize=10661132 memory=7295946094789283920 CPUtime=0.24 cores=0,2,4,6
/proc/15189/task/15202/stat : 15202 (java) S 15186 15189 14132 0 -1 1077944384 1817 0 0 0 24 0 0 0 20 0 15 0 99257983 10916999168 22889 33554432000 4194304 4196468 140731827940704 139936547162096 139937517591170 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18735104 140731827942520 140731827942665 140731827942665 140731827945423 0
[pid=15189/tid=15203] ppid=15186 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/15189/task/15203/stat : 15203 (java) S 15186 15189 14132 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99257983 10916999168 22889 33554432000 4194304 4196468 140731827940704 139936546109792 139937517590229 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18735104 140731827942520 140731827942665 140731827942665 140731827945423 0
[pid=15189/tid=15204] ppid=15186 vsize=10661132 memory=31396 CPUtime=0 cores=0,2,4,6
/proc/15189/task/15204/stat : 15204 (java) S 15186 15189 14132 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 99257983 10916999168 22889 33554432000 4194304 4196468 140731827940704 139936236657712 139937517591170 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18735104 140731827942520 140731827942665 140731827942665 140731827945423 0
Current children cumulated CPU time: 1.72 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 91556 KiB

[startup+1.50119 s]
/proc/loadavg: 1.55 1.40 1.41 6/215 15204
/proc/meminfo: memFree=27962220/32770624 swapFree=67108860/67108860
[pid=15189] ppid=15186 vsize=10661132 memory=187212 CPUtime=3.23 cores=0,2,4,6
/proc/15189/stat : 15189 (java) S 15186 15189 14132 0 -1 1077944320 18970 0 0 0 316 7 0 0 20 0 15 0 99257977 10916999168 46803 33554432000 4194304 4196468 140731827940704 140731827923248 139937517580023 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 18735104 140731827942520 140731827942665 140731827942665 140731827945423 0
/proc/15189/statm: 2665283 46803 3099 1 0 2627263 0
[pid=15189/tid=15191] ppid=15186 vsize=10661132 memory=0 CPUtime=1.46 cores=0,2,4,6
/proc/15189/task/15191/stat : 15191 (java) R 15186 15189 14132 0 -1 4202560 5926 0 0 0 142 4 0 0 20 0 15 0 99257978 10916999168 46803 33554432000 4194304 4196468 140731827940704 139937521793552 140731828041666 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18735104 140731827942520 140731827942665 140731827942665 140731827945423 0
[pid=15189/tid=15192] ppid=15186 vsize=10661132 memory=-6951259422114956437 CPUtime=0 cores=0,2,4,6
/proc/15189/task/15192/stat : 15192 (java) S 15186 15189 14132 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 99257978 10916999168 46803 33554432000 4194304 4196468 140731827940704 139937485138448 139937517590229 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18735104 140731827942520 140731827942665 140731827942665 140731827945423 0
[pid=15189/tid=15193] ppid=15186 vsize=10661132 memory=-6509546260019855295 CPUtime=0 cores=0,2,4,6
/proc/15189/task/15193/stat : 15193 (java) S 15186 15189 14132 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 99257978 10916999168 46803 33554432000 4194304 4196468 140731827940704 139937123330704 139937517590229 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18735104 140731827942520 140731827942665 140731827942665 140731827945423 0
[pid=15189/tid=15194] ppid=15186 vsize=10661132 memory=-7390251449858225344 CPUtime=0 cores=0,2,4,6
/proc/15189/task/15194/stat : 15194 (java) S 15186 15189 14132 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 99257978 10916999168 46803 33554432000 4194304 4196468 140731827940704 139937122277648 139937517590229 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18735104 140731827942520 140731827942665 140731827942665 140731827945423 0
[pid=15189/tid=15195] ppid=15186 vsize=10661132 memory=4134692831991786133 CPUtime=0 cores=0,2,4,6
/proc/15189/task/15195/stat : 15195 (java) S 15186 15189 14132 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 99257978 10916999168 46803 33554432000 4194304 4196468 140731827940704 139937121225104 139937517590229 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18735104 140731827942520 140731827942665 140731827942665 140731827945423 0
[pid=15189/tid=15196] ppid=15186 vsize=10661132 memory=-7165351541977658656 CPUtime=0 cores=0,2,4,6
/proc/15189/task/15196/stat : 15196 (java) S 15186 15189 14132 0 -1 1077944384 16 0 0 0 0 0 0 0 20 0 15 0 99257980 10916999168 46803 33554432000 4194304 4196468 140731827940704 139936553478896 139937517591170 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18735104 140731827942520 140731827942665 140731827942665 140731827945423 0

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

/proc/15189/task/15191/stat : 15191 (java) R 15186 15189 14132 0 -1 4202560 11518 0 0 0 237815 239 0 0 20 0 15 0 99257978 10916999168 48305 33554432000 4194304 4196468 140731827940704 139937521819776 140731828041666 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18735104 140731827942520 140731827942665 140731827942665 140731827945423 0
[pid=15189/tid=15192] ppid=15186 vsize=10661132 memory=193220 CPUtime=0.5 cores=0,2,4,6
/proc/15189/task/15192/stat : 15192 (java) S 15186 15189 14132 0 -1 1077944384 1932 0 0 0 43 7 0 0 20 0 15 0 99257978 10916999168 48305 33554432000 4194304 4196468 140731827940704 139937485138448 139937517590229 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18735104 140731827942520 140731827942665 140731827942665 140731827945423 0
[pid=15189/tid=15193] ppid=15186 vsize=10661132 memory=6791534058613427641 CPUtime=0.5 cores=0,2,4,6
/proc/15189/task/15193/stat : 15193 (java) S 15186 15189 14132 0 -1 1077944384 2446 0 0 0 44 6 0 0 20 0 15 0 99257978 10916999168 48305 33554432000 4194304 4196468 140731827940704 139937123330704 139937517590229 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18735104 140731827942520 140731827942665 140731827942665 140731827945423 0
[pid=15189/tid=15194] ppid=15186 vsize=10661132 memory=1296 CPUtime=0.5 cores=0,2,4,6
/proc/15189/task/15194/stat : 15194 (java) S 15186 15189 14132 0 -1 1077944384 1767 0 0 0 44 6 0 0 20 0 15 0 99257978 10916999168 48305 33554432000 4194304 4196468 140731827940704 139937122277648 139937517590229 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18735104 140731827942520 140731827942665 140731827942665 140731827945423 0
[pid=15189/tid=15195] ppid=15186 vsize=10661132 memory=193220 CPUtime=0.5 cores=0,2,4,6
/proc/15189/task/15195/stat : 15195 (java) S 15186 15189 14132 0 -1 1077944384 1667 0 0 0 46 4 0 0 20 0 15 0 99257978 10916999168 48305 33554432000 4194304 4196468 140731827940704 139937121225104 139937517590229 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18735104 140731827942520 140731827942665 140731827942665 140731827945423 0
[pid=15189/tid=15196] ppid=15186 vsize=10661132 memory=193220 CPUtime=0.73 cores=0,2,4,6
/proc/15189/task/15196/stat : 15196 (java) S 15186 15189 14132 0 -1 1077944384 3344 0 0 0 68 5 0 0 20 0 15 0 99257980 10916999168 48305 33554432000 4194304 4196468 140731827940704 139936553478896 139937517591170 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18735104 140731827942520 140731827942665 140731827942665 140731827945423 0
[pid=15189/tid=15197] ppid=15186 vsize=10661132 memory=193220 CPUtime=0 cores=0,2,4,6
/proc/15189/task/15197/stat : 15197 (java) S 15186 15189 14132 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 15 0 99257980 10916999168 48305 33554432000 4194304 4196468 140731827940704 139936552425120 139937517590229 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18735104 140731827942520 140731827942665 140731827942665 140731827945423 0
[pid=15189/tid=15198] ppid=15186 vsize=10661132 memory=193220 CPUtime=0 cores=0,2,4,6
/proc/15189/task/15198/stat : 15198 (java) S 15186 15189 14132 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 15 0 99257980 10916999168 48305 33554432000 4194304 4196468 140731827940704 139936551372016 139937517590229 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18735104 140731827942520 140731827942665 140731827942665 140731827945423 0
[pid=15189/tid=15199] ppid=15186 vsize=10661132 memory=4028 CPUtime=0 cores=0,2,4,6
/proc/15189/task/15199/stat : 15199 (java) S 15186 15189 14132 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99257983 10916999168 48305 33554432000 4194304 4196468 140731827940704 139936550320592 139937517598619 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18735104 140731827942520 140731827942665 140731827942665 140731827945423 0
[pid=15189/tid=15200] ppid=15186 vsize=10661132 memory=28664 CPUtime=0.81 cores=0,2,4,6
/proc/15189/task/15200/stat : 15200 (java) S 15186 15189 14132 0 -1 1077944384 5436 0 0 0 80 1 0 0 20 0 15 0 99257983 10916999168 48305 33554432000 4194304 4196468 140731827940704 139936549267696 139937517591170 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18735104 140731827942520 140731827942665 140731827942665 140731827945423 0
[pid=15189/tid=15201] ppid=15186 vsize=10661132 memory=193220 CPUtime=1.15 cores=0,2,4,6
/proc/15189/task/15201/stat : 15201 (java) S 15186 15189 14132 0 -1 1077944384 9613 0 0 0 114 1 0 0 20 0 15 0 99257983 10916999168 48305 33554432000 4194304 4196468 140731827940704 139936548215152 139937517591170 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18735104 140731827942520 140731827942665 140731827942665 140731827945423 0
[pid=15189/tid=15202] ppid=15186 vsize=10661132 memory=2424 CPUtime=0.3 cores=0,2,4,6
/proc/15189/task/15202/stat : 15202 (java) S 15186 15189 14132 0 -1 1077944384 3958 0 0 0 29 1 0 0 20 0 15 0 99257983 10916999168 48305 33554432000 4194304 4196468 140731827940704 139936547162096 139937517591170 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18735104 140731827942520 140731827942665 140731827942665 140731827945423 0
[pid=15189/tid=15203] ppid=15186 vsize=10661132 memory=193220 CPUtime=0 cores=0,2,4,6
/proc/15189/task/15203/stat : 15203 (java) S 15186 15189 14132 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99257983 10916999168 48305 33554432000 4194304 4196468 140731827940704 139936546109792 139937517590229 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18735104 140731827942520 140731827942665 140731827942665 140731827945423 0
[pid=15189/tid=15204] ppid=15186 vsize=10661132 memory=4028 CPUtime=0.66 cores=0,2,4,6
/proc/15189/task/15204/stat : 15204 (java) S 15186 15189 14132 0 -1 1077944384 781 0 0 0 28 38 0 0 20 0 15 0 99257983 10916999168 48305 33554432000 4194304 4196468 140731827940704 139936236657712 139937517591170 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18735104 140731827942520 140731827942665 140731827942665 140731827945423 0
Current children cumulated CPU time: 2386.29 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 193220 KiB

[startup+2442.3 s]
/proc/loadavg: 1.09 1.34 1.43 3/215 15384
/proc/meminfo: memFree=27874628/32770624 swapFree=67108860/67108860
[pid=15189] ppid=15186 vsize=10661132 memory=193220 CPUtime=2446.34 cores=0,2,4,6
/proc/15189/stat : 15189 (java) S 15186 15189 14132 0 -1 1077944320 44250 0 0 0 244344 290 0 0 20 0 15 0 99257977 10916999168 48305 33554432000 4194304 4196468 140731827940704 140731827923248 139937517580023 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 18735104 140731827942520 140731827942665 140731827942665 140731827945423 0
/proc/15189/statm: 2665283 48305 3132 1 0 2627263 0
[pid=15189/tid=15191] ppid=15186 vsize=10661132 memory=193220 CPUtime=2440.5 cores=0,2,4,6
/proc/15189/task/15191/stat : 15191 (java) R 15186 15189 14132 0 -1 4202560 11583 0 0 0 243805 245 0 0 20 0 15 0 99257978 10916999168 48305 33554432000 4194304 4196468 140731827940704 139937521821296 140731828041666 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18735104 140731827942520 140731827942665 140731827942665 140731827945423 0
[pid=15189/tid=15192] ppid=15186 vsize=10661132 memory=193220 CPUtime=0.51 cores=0,2,4,6
/proc/15189/task/15192/stat : 15192 (java) S 15186 15189 14132 0 -1 1077944384 1939 0 0 0 44 7 0 0 20 0 15 0 99257978 10916999168 48305 33554432000 4194304 4196468 140731827940704 139937485138448 139937517590229 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18735104 140731827942520 140731827942665 140731827942665 140731827945423 0
[pid=15189/tid=15193] ppid=15186 vsize=10661132 memory=193220 CPUtime=0.51 cores=0,2,4,6
/proc/15189/task/15193/stat : 15193 (java) S 15186 15189 14132 0 -1 1077944384 2696 0 0 0 45 6 0 0 20 0 15 0 99257978 10916999168 48305 33554432000 4194304 4196468 140731827940704 139937123330704 139937517590229 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18735104 140731827942520 140731827942665 140731827942665 140731827945423 0
[pid=15189/tid=15194] ppid=15186 vsize=10661132 memory=193220 CPUtime=0.52 cores=0,2,4,6
/proc/15189/task/15194/stat : 15194 (java) S 15186 15189 14132 0 -1 1077944384 1781 0 0 0 46 6 0 0 20 0 15 0 99257978 10916999168 48305 33554432000 4194304 4196468 140731827940704 139937122277648 139937517590229 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18735104 140731827942520 140731827942665 140731827942665 140731827945423 0
[pid=15189/tid=15195] ppid=15186 vsize=10661132 memory=193220 CPUtime=0.52 cores=0,2,4,6
/proc/15189/task/15195/stat : 15195 (java) S 15186 15189 14132 0 -1 1077944384 1683 0 0 0 48 4 0 0 20 0 15 0 99257978 10916999168 48305 33554432000 4194304 4196468 140731827940704 139937121225104 139937517590229 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18735104 140731827942520 140731827942665 140731827942665 140731827945423 0
[pid=15189/tid=15196] ppid=15186 vsize=10661132 memory=193220 CPUtime=0.75 cores=0,2,4,6
/proc/15189/task/15196/stat : 15196 (java) S 15186 15189 14132 0 -1 1077944384 3366 0 0 0 70 5 0 0 20 0 15 0 99257980 10916999168 48305 33554432000 4194304 4196468 140731827940704 139936553478896 139937517591170 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18735104 140731827942520 140731827942665 140731827942665 140731827945423 0
[pid=15189/tid=15197] ppid=15186 vsize=10661132 memory=193220 CPUtime=0 cores=0,2,4,6
/proc/15189/task/15197/stat : 15197 (java) S 15186 15189 14132 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 15 0 99257980 10916999168 48305 33554432000 4194304 4196468 140731827940704 139936552425120 139937517590229 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18735104 140731827942520 140731827942665 140731827942665 140731827945423 0
[pid=15189/tid=15198] ppid=15186 vsize=10661132 memory=193220 CPUtime=0 cores=0,2,4,6
/proc/15189/task/15198/stat : 15198 (java) S 15186 15189 14132 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 15 0 99257980 10916999168 48305 33554432000 4194304 4196468 140731827940704 139936551372016 139937517590229 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18735104 140731827942520 140731827942665 140731827942665 140731827945423 0
[pid=15189/tid=15199] ppid=15186 vsize=10661132 memory=193220 CPUtime=0 cores=0,2,4,6
/proc/15189/task/15199/stat : 15199 (java) S 15186 15189 14132 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99257983 10916999168 48305 33554432000 4194304 4196468 140731827940704 139936550320592 139937517598619 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18735104 140731827942520 140731827942665 140731827942665 140731827945423 0
[pid=15189/tid=15200] ppid=15186 vsize=10661132 memory=193220 CPUtime=0.81 cores=0,2,4,6
/proc/15189/task/15200/stat : 15200 (java) S 15186 15189 14132 0 -1 1077944384 5438 0 0 0 80 1 0 0 20 0 15 0 99257983 10916999168 48305 33554432000 4194304 4196468 140731827940704 139936549267696 139937517591170 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18735104 140731827942520 140731827942665 140731827942665 140731827945423 0
[pid=15189/tid=15201] ppid=15186 vsize=10661132 memory=193220 CPUtime=1.15 cores=0,2,4,6
/proc/15189/task/15201/stat : 15201 (java) S 15186 15189 14132 0 -1 1077944384 9615 0 0 0 114 1 0 0 20 0 15 0 99257983 10916999168 48305 33554432000 4194304 4196468 140731827940704 139936548215152 139937517591170 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18735104 140731827942520 140731827942665 140731827942665 140731827945423 0
[pid=15189/tid=15202] ppid=15186 vsize=10661132 memory=193220 CPUtime=0.3 cores=0,2,4,6
/proc/15189/task/15202/stat : 15202 (java) S 15186 15189 14132 0 -1 1077944384 3960 0 0 0 29 1 0 0 20 0 15 0 99257983 10916999168 48305 33554432000 4194304 4196468 140731827940704 139936547162096 139937517591170 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18735104 140731827942520 140731827942665 140731827942665 140731827945423 0
[pid=15189/tid=15203] ppid=15186 vsize=10661132 memory=193220 CPUtime=0 cores=0,2,4,6
/proc/15189/task/15203/stat : 15203 (java) S 15186 15189 14132 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99257983 10916999168 48305 33554432000 4194304 4196468 140731827940704 139936546109792 139937517590229 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18735104 140731827942520 140731827942665 140731827942665 140731827945423 0
[pid=15189/tid=15204] ppid=15186 vsize=10661132 memory=193220 CPUtime=0.69 cores=0,2,4,6
/proc/15189/task/15204/stat : 15204 (java) S 15186 15189 14132 0 -1 1077944384 787 0 0 0 29 40 0 0 20 0 15 0 99257983 10916999168 48305 33554432000 4194304 4196468 140731827940704 139936236657712 139937517591170 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18735104 140731827942520 140731827942665 140731827942665 140731827945423 0
Current children cumulated CPU time: 2446.34 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 193220 KiB

[startup+2502.3 s]
/proc/loadavg: 1.32 1.36 1.43 3/215 15392
/proc/meminfo: memFree=27873720/32770624 swapFree=67108860/67108860
[pid=15189] ppid=15186 vsize=10661132 memory=193308 CPUtime=2506.39 cores=0,2,4,6
/proc/15189/stat : 15189 (java) S 15186 15189 14132 0 -1 1077944320 44561 0 0 0 250341 298 0 0 20 0 15 0 99257977 10916999168 48327 33554432000 4194304 4196468 140731827940704 140731827923248 139937517580023 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 18735104 140731827942520 140731827942665 140731827942665 140731827945423 0
/proc/15189/statm: 2665283 48327 3132 1 0 2627263 0
[pid=15189/tid=15191] ppid=15186 vsize=10661132 memory=193308 CPUtime=2500.46 cores=0,2,4,6
/proc/15189/task/15191/stat : 15191 (java) R 15186 15189 14132 0 -1 4202560 11744 0 0 0 249795 251 0 0 20 0 15 0 99257978 10916999168 48327 33554432000 4194304 4196468 140731827940704 139937521819856 140731828041666 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18735104 140731827942520 140731827942665 140731827942665 140731827945423 0
[pid=15189/tid=15192] ppid=15186 vsize=10661132 memory=193308 CPUtime=0.52 cores=0,2,4,6
/proc/15189/task/15192/stat : 15192 (java) S 15186 15189 14132 0 -1 1077944384 1957 0 0 0 45 7 0 0 20 0 15 0 99257978 10916999168 48327 33554432000 4194304 4196468 140731827940704 139937485138448 139937517590229 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18735104 140731827942520 140731827942665 140731827942665 140731827945423 0
[pid=15189/tid=15193] ppid=15186 vsize=10661132 memory=193308 CPUtime=0.52 cores=0,2,4,6
/proc/15189/task/15193/stat : 15193 (java) S 15186 15189 14132 0 -1 1077944384 2698 0 0 0 46 6 0 0 20 0 15 0 99257978 10916999168 48327 33554432000 4194304 4196468 140731827940704 139937123330704 139937517590229 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18735104 140731827942520 140731827942665 140731827942665 140731827945423 0
[pid=15189/tid=15194] ppid=15186 vsize=10661132 memory=193308 CPUtime=0.53 cores=0,2,4,6
/proc/15189/task/15194/stat : 15194 (java) S 15186 15189 14132 0 -1 1077944384 1790 0 0 0 47 6 0 0 20 0 15 0 99257978 10916999168 48327 33554432000 4194304 4196468 140731827940704 139937122277648 139937517590229 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18735104 140731827942520 140731827942665 140731827942665 140731827945423 0
[pid=15189/tid=15195] ppid=15186 vsize=10661132 memory=193308 CPUtime=0.53 cores=0,2,4,6
/proc/15189/task/15195/stat : 15195 (java) S 15186 15189 14132 0 -1 1077944384 1696 0 0 0 49 4 0 0 20 0 15 0 99257978 10916999168 48327 33554432000 4194304 4196468 140731827940704 139937121225104 139937517590229 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18735104 140731827942520 140731827942665 140731827942665 140731827945423 0
[pid=15189/tid=15196] ppid=15186 vsize=10661132 memory=193308 CPUtime=0.77 cores=0,2,4,6
/proc/15189/task/15196/stat : 15196 (java) S 15186 15189 14132 0 -1 1077944384 3459 0 0 0 72 5 0 0 20 0 15 0 99257980 10916999168 48327 33554432000 4194304 4196468 140731827940704 139936553478896 139937517591170 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18735104 140731827942520 140731827942665 140731827942665 140731827945423 0
[pid=15189/tid=15197] ppid=15186 vsize=10661132 memory=193308 CPUtime=0 cores=0,2,4,6
/proc/15189/task/15197/stat : 15197 (java) S 15186 15189 14132 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 15 0 99257980 10916999168 48327 33554432000 4194304 4196468 140731827940704 139936552425120 139937517590229 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18735104 140731827942520 140731827942665 140731827942665 140731827945423 0
[pid=15189/tid=15198] ppid=15186 vsize=10661132 memory=193308 CPUtime=0 cores=0,2,4,6
/proc/15189/task/15198/stat : 15198 (java) S 15186 15189 14132 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 15 0 99257980 10916999168 48327 33554432000 4194304 4196468 140731827940704 139936551372016 139937517590229 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18735104 140731827942520 140731827942665 140731827942665 140731827945423 0
[pid=15189/tid=15199] ppid=15186 vsize=10661132 memory=193308 CPUtime=0 cores=0,2,4,6
/proc/15189/task/15199/stat : 15199 (java) S 15186 15189 14132 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99257983 10916999168 48327 33554432000 4194304 4196468 140731827940704 139936550320592 139937517598619 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18735104 140731827942520 140731827942665 140731827942665 140731827945423 0
[pid=15189/tid=15200] ppid=15186 vsize=10661132 memory=1416 CPUtime=0.81 cores=0,2,4,6
/proc/15189/task/15200/stat : 15200 (java) S 15186 15189 14132 0 -1 1077944384 5438 0 0 0 80 1 0 0 20 0 15 0 99257983 10916999168 48327 33554432000 4194304 4196468 140731827940704 139936549267696 139937517591170 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18735104 140731827942520 140731827942665 140731827942665 140731827945423 0
[pid=15189/tid=15201] ppid=15186 vsize=10661132 memory=193308 CPUtime=1.15 cores=0,2,4,6
/proc/15189/task/15201/stat : 15201 (java) S 15186 15189 14132 0 -1 1077944384 9615 0 0 0 114 1 0 0 20 0 15 0 99257983 10916999168 48327 33554432000 4194304 4196468 140731827940704 139936548215152 139937517591170 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18735104 140731827942520 140731827942665 140731827942665 140731827945423 0
[pid=15189/tid=15202] ppid=15186 vsize=10661132 memory=193308 CPUtime=0.3 cores=0,2,4,6
/proc/15189/task/15202/stat : 15202 (java) S 15186 15189 14132 0 -1 1077944384 3961 0 0 0 29 1 0 0 20 0 15 0 99257983 10916999168 48327 33554432000 4194304 4196468 140731827940704 139936547162096 139937517591170 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18735104 140731827942520 140731827942665 140731827942665 140731827945423 0
[pid=15189/tid=15203] ppid=15186 vsize=10661132 memory=4028 CPUtime=0 cores=0,2,4,6
/proc/15189/task/15203/stat : 15203 (java) S 15186 15189 14132 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99257983 10916999168 48327 33554432000 4194304 4196468 140731827940704 139936546109792 139937517590229 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18735104 140731827942520 140731827942665 140731827942665 140731827945423 0
[pid=15189/tid=15204] ppid=15186 vsize=10661132 memory=28684 CPUtime=0.71 cores=0,2,4,6
/proc/15189/task/15204/stat : 15204 (java) S 15186 15189 14132 0 -1 1077944384 801 0 0 0 30 41 0 0 20 0 15 0 99257983 10916999168 48327 33554432000 4194304 4196468 140731827940704 139936236657712 139937517591170 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18735104 140731827942520 140731827942665 140731827942665 140731827945423 0
Current children cumulated CPU time: 2506.39 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 193308 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2516 s]*
/proc/loadavg: 1.40 1.37 1.43 3/215 15392
/proc/meminfo: memFree=27873860/32770624 swapFree=67108860/67108860
[pid=15189] ppid=15186 vsize=10661132 memory=193308 CPUtime=2520.1 cores=0,2,4,6
/proc/15189/stat : 15189 (java) S 15186 15189 14132 0 -1 1077944320 44576 0 0 0 251710 300 0 0 20 0 15 0 99257977 10916999168 48327 33554432000 4194304 4196468 140731827940704 140731827923248 139937517580023 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 18735104 140731827942520 140731827942665 140731827942665 140731827945423 0
/proc/15189/statm: 2665283 48327 3132 1 0 2627263 0
[pid=15189/tid=15191] ppid=15186 vsize=10661132 memory=6791534058613427641 CPUtime=2514.15 cores=0,2,4,6
/proc/15189/task/15191/stat : 15191 (java) R 15186 15189 14132 0 -1 4202560 11754 0 0 0 251162 253 0 0 20 0 15 0 99257978 10916999168 48327 33554432000 4194304 4196468 140731827940704 139937521819744 140731828041666 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18735104 140731827942520 140731827942665 140731827942665 140731827945423 0
[pid=15189/tid=15192] ppid=15186 vsize=10661132 memory=4872558044660077418 CPUtime=0.52 cores=0,2,4,6
/proc/15189/task/15192/stat : 15192 (java) S 15186 15189 14132 0 -1 1077944384 1957 0 0 0 45 7 0 0 20 0 15 0 99257978 10916999168 48327 33554432000 4194304 4196468 140731827940704 139937485138448 139937517590229 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18735104 140731827942520 140731827942665 140731827942665 140731827945423 0
[pid=15189/tid=15193] ppid=15186 vsize=10661132 memory=1296 CPUtime=0.53 cores=0,2,4,6
/proc/15189/task/15193/stat : 15193 (java) S 15186 15189 14132 0 -1 1077944384 2698 0 0 0 47 6 0 0 20 0 15 0 99257978 10916999168 48327 33554432000 4194304 4196468 140731827940704 139937123330704 139937517590229 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18735104 140731827942520 140731827942665 140731827942665 140731827945423 0
[pid=15189/tid=15194] ppid=15186 vsize=10661132 memory=2424 CPUtime=0.54 cores=0,2,4,6
/proc/15189/task/15194/stat : 15194 (java) S 15186 15189 14132 0 -1 1077944384 1790 0 0 0 47 7 0 0 20 0 15 0 99257978 10916999168 48327 33554432000 4194304 4196468 140731827940704 139937122277648 139937517590229 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18735104 140731827942520 140731827942665 140731827942665 140731827945423 0
[pid=15189/tid=15195] ppid=15186 vsize=10661132 memory=1840 CPUtime=0.53 cores=0,2,4,6
/proc/15189/task/15195/stat : 15195 (java) S 15186 15189 14132 0 -1 1077944384 1697 0 0 0 49 4 0 0 20 0 15 0 99257978 10916999168 48327 33554432000 4194304 4196468 140731827940704 139937121225104 139937517590229 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18735104 140731827942520 140731827942665 140731827942665 140731827945423 0
[pid=15189/tid=15196] ppid=15186 vsize=10661132 memory=1004 CPUtime=0.78 cores=0,2,4,6
/proc/15189/task/15196/stat : 15196 (java) S 15186 15189 14132 0 -1 1077944384 3461 0 0 0 72 6 0 0 20 0 15 0 99257980 10916999168 48327 33554432000 4194304 4196468 140731827940704 139936553478896 139937517591170 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18735104 140731827942520 140731827942665 140731827942665 140731827945423 0
[pid=15189/tid=15197] ppid=15186 vsize=10661132 memory=12060 CPUtime=0 cores=0,2,4,6
/proc/15189/task/15197/stat : 15197 (java) S 15186 15189 14132 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 15 0 99257980 10916999168 48327 33554432000 4194304 4196468 140731827940704 139936552425120 139937517590229 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18735104 140731827942520 140731827942665 140731827942665 140731827945423 0
[pid=15189/tid=15198] ppid=15186 vsize=10661132 memory=5788 CPUtime=0 cores=0,2,4,6
/proc/15189/task/15198/stat : 15198 (java) S 15186 15189 14132 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 15 0 99257980 10916999168 48327 33554432000 4194304 4196468 140731827940704 139936551372016 139937517590229 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18735104 140731827942520 140731827942665 140731827942665 140731827945423 0
[pid=15189/tid=15199] ppid=15186 vsize=10661132 memory=792 CPUtime=0 cores=0,2,4,6
/proc/15189/task/15199/stat : 15199 (java) S 15186 15189 14132 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99257983 10916999168 48327 33554432000 4194304 4196468 140731827940704 139936550320592 139937517598619 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18735104 140731827942520 140731827942665 140731827942665 140731827945423 0
[pid=15189/tid=15200] ppid=15186 vsize=10661132 memory=1228 CPUtime=0.81 cores=0,2,4,6
/proc/15189/task/15200/stat : 15200 (java) S 15186 15189 14132 0 -1 1077944384 5438 0 0 0 80 1 0 0 20 0 15 0 99257983 10916999168 48327 33554432000 4194304 4196468 140731827940704 139936549267696 139937517591170 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18735104 140731827942520 140731827942665 140731827942665 140731827945423 0
[pid=15189/tid=15201] ppid=15186 vsize=10661132 memory=1944 CPUtime=1.15 cores=0,2,4,6
/proc/15189/task/15201/stat : 15201 (java) S 15186 15189 14132 0 -1 1077944384 9615 0 0 0 114 1 0 0 20 0 15 0 99257983 10916999168 48327 33554432000 4194304 4196468 140731827940704 139936548215152 139937517591170 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18735104 140731827942520 140731827942665 140731827942665 140731827945423 0
[pid=15189/tid=15202] ppid=15186 vsize=10661132 memory=1416 CPUtime=0.3 cores=0,2,4,6
/proc/15189/task/15202/stat : 15202 (java) S 15186 15189 14132 0 -1 1077944384 3961 0 0 0 29 1 0 0 20 0 15 0 99257983 10916999168 48327 33554432000 4194304 4196468 140731827940704 139936547162096 139937517591170 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18735104 140731827942520 140731827942665 140731827942665 140731827945423 0
[pid=15189/tid=15203] ppid=15186 vsize=10661132 memory=4612 CPUtime=0 cores=0,2,4,6
/proc/15189/task/15203/stat : 15203 (java) S 15186 15189 14132 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99257983 10916999168 48327 33554432000 4194304 4196468 140731827940704 139936546109792 139937517590229 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18735104 140731827942520 140731827942665 140731827942665 140731827945423 0
[pid=15189/tid=15204] ppid=15186 vsize=10661132 memory=8496 CPUtime=0.71 cores=0,2,4,6
/proc/15189/task/15204/stat : 15204 (java) S 15186 15189 14132 0 -1 1077944384 803 0 0 0 30 41 0 0 20 0 15 0 99257983 10916999168 48327 33554432000 4194304 4196468 140731827940704 139936236657712 139937517591170 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18735104 140731827942520 140731827942665 140731827942665 140731827945423 0
Current children cumulated CPU time: 2520.1 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 193308 KiB

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

[startup+2516.03 s]
# the end of solver process 15189 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2517.11 s, system=3.01018 s

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

Child status: 143
Real time (s): 2516.03
CPU time (s): 2520.12
CPU user time (s): 2517.11
CPU system time (s): 3.01018
CPU usage (%): 100.163
Max. virtual memory (cumulated for all children) (KiB): 10661132
Max. memory (cumulated for all children) (KiB): 205972

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2517.11
system time used= 3.01018
maximum resident set size= 205976
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 44913
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2808
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 76416
involuntary context switches= 3237


# summary of solver processes directly reported to runsolver:
#   pid: 15189
#   total CPU time (s): 2520.12
#   total CPU user time (s): 2517.11
#   total CPU system time (s): 3.01018

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 19.6642 second user time and 15.4345 second system time

The end

Launcher Data

Begin job on node151 at 2018-07-29 00:29:08
IDJOB=4299415
IDBENCH=141373
IDSOLVER=2768
FILE ID=node151/4299415-1532816948
RUNJOBID= node151-1532809404-14163
PBS_JOBID= 21022477
Free space on /tmp= 54928 MiB

SOLVER NAME= The dodo solver 2018-04-29
BENCH NAME= XCSP18/GolombRuler/GolombRuler-a3v18-12_c18.xml
COMMAND LINE= java -jar DIR/dodo_solver.jar BENCHNAME --timelimit TIMEOUT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4299415-1532816948/watcher-4299415-1532816948 -o /tmp/evaluation-result-4299415-1532816948/solver-4299415-1532816948 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node151-1532809404-14163 --watchdog 2580  java -jar HOME/dodo_solver.jar HOME/instance-4299415-1532816948.xml --timelimit 2520

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

MD5SUM BENCH= c13fad5df3b78eadb31ee9887672a536
RANDOM SEED=514629916

node151.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.87
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.87
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.87
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.87
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:        28075680 kB
MemAvailable:   31790888 kB
Buffers:          197320 kB
Cached:          3786916 kB
SwapCached:            0 kB
Active:          1606756 kB
Inactive:        2608440 kB
Active(anon):     180772 kB
Inactive(anon):    78192 kB
Active(file):    1425984 kB
Inactive(file):  2530248 kB
Unevictable:        7804 kB
Mlocked:            7804 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1184 kB
Writeback:             0 kB
AnonPages:        238632 kB
Mapped:            55032 kB
Shmem:             25224 kB
Slab:             177532 kB
SReclaimable:     149624 kB
SUnreclaim:        27908 kB
KernelStack:        3488 kB
PageTables:         5692 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1123052 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    172032 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 54924 MiB
End job on node151 at 2018-07-29 01:11:04