Trace number 4299356

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
slowpoke 2018-04-29SAT (TO)55 2520.11 2509.62

General information on the benchmark

NameGolombRuler/
GolombRuler-a3v18-nodv-10_c18.xml
MD5SUM769ec0f26c47f1b96bb609b2e4d8d5d6
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark55
Best CPU time to get the best result obtained on this benchmark174.122
Satisfiable
(Un)Satisfiability was proved
Number of variables110
Number of constraints46
Number of domains2
Minimum domain size100
Maximum domain size101
Distribution of domain sizes[{"size":100,"count":45},{"size":101,"count":10}]
Minimum variable degree0
Maximum variable degree10
Distribution of variable degrees[{"degree":0,"count":55},{"degree":2,"count":45},{"degree":9,"count":9},{"degree":10,"count":1}]
Minimum constraint arity3
Maximum constraint arity45
Distribution of constraint arities[{"arity":3,"count":45},{"arity":45,"count":1}]
Number of extensional constraints0
Number of intensional constraints45
Distribution of constraint types[{"type":"intension","count":45},{"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.11/0.14	c version: 2018-04-11
0.11/0.14	c seed: 1811631
0.11/0.14	c timeout: 2520
0.11/0.14	c memlimit: -1
0.11/0.14	c nbcore: -1
4.59/2.87	o 72
7.68/5.76	o 71
7.68/5.77	o 70
7.68/5.78	o 69
8.00/6.07	o 66
9.35/7.30	o 65
27.20/25.07	o 64
29.70/27.57	o 63
73.70/71.41	o 62
83.73/81.48	o 61
85.23/83.00	o 60
339.87/336.78	o 55
2520.08/2509.60	s SATISFIABLE
2520.08/2509.60	v <instantiation>
2520.08/2509.60	v 	<list>
2520.08/2509.60	v 		x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] 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[1][2] y[1][3] y[1][4] y[1][5] y[1][6] y[1][7] y[1][8] y[1][9] y[2][3] y[2][4] y[2][5] y[2][6] y[2][7] y[2][8] y[2][9] y[3][4] y[3][5] y[3][6] y[3][7] y[3][8] y[3][9] y[4][5] y[4][6] y[4][7] y[4][8] y[4][9] y[5][6] y[5][7] y[5][8] y[5][9] y[6][7] y[6][8] y[6][9] y[7][8] y[7][9] y[8][9] 
2520.08/2509.60	v 	</list>
2520.08/2509.60	v 	<values>
2520.08/2509.60	v 		0 1 6 10 23 26 34 41 53 55 1 6 10 23 26 34 41 53 55 5 9 22 25 33 40 52 54 4 17 20 28 35 47 49 13 16 24 31 43 45 3 11 18 30 32 8 15 27 29 7 19 21 12 14 2 
2520.08/2509.60	v 	</values>
2520.08/2509.60	v </instantiation>

Verifier Data

OK	55

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4299356-1532812080/watcher-4299356-1532812080 -o /tmp/evaluation-result-4299356-1532812080/solver-4299356-1532812080 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node135-1532809628-10650 --watchdog 2580 java -jar minicp-1.0.jar HOME/instance-4299356-1532812080.xml --timelimit 2520 

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=11430, runsolver pid=11427

[startup+0.100918 s]*
/proc/loadavg: 1.99 1.99 1.95 4/218 11445
/proc/meminfo: memFree=22437804/32770624 swapFree=67108860/67108860
[pid=11430] ppid=11427 vsize=10661056 memory=26780 CPUtime=0.11 cores=1,3,5,7
/proc/11430/stat : 11430 (java) S 11427 11430 10618 0 -1 1077944320 5204 0 0 0 10 1 0 0 20 0 15 0 98771190 10916921344 6695 33554432000 4194304 4196468 140728074074752 140728074057296 139633213255415 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 21946368 140728074077340 140728074077449 140728074077449 140728074080207 0
/proc/11430/statm: 2665264 6695 2771 1 0 2627263 0
[pid=11430/tid=11432] ppid=11427 vsize=10661056 memory=-8341684059579518332 CPUtime=0.08 cores=1,3,5,7
/proc/11430/task/11432/stat : 11432 (java) R 11427 11430 10618 0 -1 4202560 3151 0 0 0 8 0 0 0 20 0 15 0 98771191 10916921344 6695 33554432000 4194304 4196468 140728074074752 139633217487888 139633195692877 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 21946368 140728074077340 140728074077449 140728074077449 140728074080207 0
[pid=11430/tid=11433] ppid=11427 vsize=10661056 memory=-7522837583129502606 CPUtime=0 cores=1,3,5,7
/proc/11430/task/11433/stat : 11433 (java) S 11427 11430 10618 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98771192 10916921344 6695 33554432000 4194304 4196468 140728074074752 139633149946256 139633213265621 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21946368 140728074077340 140728074077449 140728074077449 140728074080207 0
[pid=11430/tid=11434] ppid=11427 vsize=10661056 memory=140312587212416 CPUtime=0 cores=1,3,5,7
/proc/11430/task/11434/stat : 11434 (java) S 11427 11430 10618 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98771192 10916921344 6695 33554432000 4194304 4196468 140728074074752 139633148893456 139633213265621 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21946368 140728074077340 140728074077449 140728074077449 140728074080207 0
[pid=11430/tid=11435] ppid=11427 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11430/task/11435/stat : 11435 (java) S 11427 11430 10618 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98771192 10916921344 6695 33554432000 4194304 4196468 140728074074752 139633147841168 139633213265621 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21946368 140728074077340 140728074077449 140728074077449 140728074080207 0
[pid=11430/tid=11436] ppid=11427 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/11430/task/11436/stat : 11436 (java) S 11427 11430 10618 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98771192 10916921344 6695 33554432000 4194304 4196468 140728074074752 139633146788368 139633213265621 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21946368 140728074077340 140728074077449 140728074077449 140728074080207 0
[pid=11430/tid=11437] ppid=11427 vsize=10661056 memory=140312587212416 CPUtime=0 cores=1,3,5,7
/proc/11430/task/11437/stat : 11437 (java) S 11427 11430 10618 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98771193 10916921344 6695 33554432000 4194304 4196468 140728074074752 139632705284720 139633213266562 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21946368 140728074077340 140728074077449 140728074077449 140728074080207 0
[pid=11430/tid=11438] ppid=11427 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/11430/task/11438/stat : 11438 (java) S 11427 11430 10618 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 98771194 10916921344 6695 33554432000 4194304 4196468 140728074074752 139632704230688 139633213265621 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21946368 140728074077340 140728074077449 140728074077449 140728074080207 0
[pid=11430/tid=11439] ppid=11427 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11430/task/11439/stat : 11439 (java) S 11427 11430 10618 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 98771194 10916921344 6695 33554432000 4194304 4196468 140728074074752 139632703178352 139633213265621 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21946368 140728074077340 140728074077449 140728074077449 140728074080207 0
[pid=11430/tid=11440] ppid=11427 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11430/task/11440/stat : 11440 (java) S 11427 11430 10618 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98771196 10916921344 6695 33554432000 4194304 4196468 140728074074752 139632702126672 139633213274011 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21946368 140728074077340 140728074077449 140728074077449 140728074080207 0
[pid=11430/tid=11441] ppid=11427 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11430/task/11441/stat : 11441 (java) S 11427 11430 10618 0 -1 1077944384 300 0 0 0 0 0 0 0 20 0 15 0 98771196 10916921344 6695 33554432000 4194304 4196468 140728074074752 139632701073520 139633213266562 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21946368 140728074077340 140728074077449 140728074077449 140728074080207 0
[pid=11430/tid=11442] ppid=11427 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/11430/task/11442/stat : 11442 (java) S 11427 11430 10618 0 -1 1077944384 130 0 0 0 0 0 0 0 20 0 15 0 98771196 10916921344 6695 33554432000 4194304 4196468 140728074074752 139632700020720 139633213266562 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21946368 140728074077340 140728074077449 140728074077449 140728074080207 0
[pid=11430/tid=11443] ppid=11427 vsize=10661056 memory=140312587212416 CPUtime=0.01 cores=1,3,5,7
/proc/11430/task/11443/stat : 11443 (java) R 11427 11430 10618 0 -1 4202560 263 0 0 0 1 0 0 0 20 0 15 0 98771196 10916921344 6695 33554432000 4194304 4196468 140728074074752 139632698968432 139633213267350 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 21946368 140728074077340 140728074077449 140728074077449 140728074080207 0
[pid=11430/tid=11444] ppid=11427 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/11430/task/11444/stat : 11444 (java) S 11427 11430 10618 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98771197 10916921344 6695 33554432000 4194304 4196468 140728074074752 139632697915872 139633213265621 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21946368 140728074077340 140728074077449 140728074077449 140728074080207 0
[pid=11430/tid=11445] ppid=11427 vsize=10661056 memory=140312587212416 CPUtime=0 cores=1,3,5,7
/proc/11430/task/11445/stat : 11445 (java) S 11427 11430 10618 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98771197 10916921344 6695 33554432000 4194304 4196468 140728074074752 139632696863664 139633213266562 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21946368 140728074077340 140728074077449 140728074077449 140728074080207 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 10661056 KiB
Current children cumulated memory: 26780 KiB

[startup+0.210876 s]*
/proc/loadavg: 1.99 1.99 1.95 4/218 11445
/proc/meminfo: memFree=22426136/32770624 swapFree=67108860/67108860
[pid=11430] ppid=11427 vsize=10661056 memory=40068 CPUtime=0.32 cores=1,3,5,7
/proc/11430/stat : 11430 (java) S 11427 11430 10618 0 -1 1077944320 8069 0 0 0 29 3 0 0 20 0 15 0 98771190 10916921344 10017 33554432000 4194304 4196468 140728074074752 140728074057296 139633213255415 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 21946368 140728074077340 140728074077449 140728074077449 140728074080207 0
/proc/11430/statm: 2665264 10017 2966 1 0 2627263 0
[pid=11430/tid=11432] ppid=11427 vsize=10661056 memory=7022364594140610616 CPUtime=0.19 cores=1,3,5,7
/proc/11430/task/11432/stat : 11432 (java) R 11427 11430 10618 0 -1 4202560 5150 0 0 0 18 1 0 0 20 0 15 0 98771191 10916921344 10017 33554432000 4194304 4196468 140728074074752 139633217491776 139633195190474 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 21946368 140728074077340 140728074077449 140728074077449 140728074080207 0
[pid=11430/tid=11433] ppid=11427 vsize=10661056 memory=365 CPUtime=0 cores=1,3,5,7
/proc/11430/task/11433/stat : 11433 (java) S 11427 11430 10618 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98771192 10916921344 10017 33554432000 4194304 4196468 140728074074752 139633149946256 139633213265621 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21946368 140728074077340 140728074077449 140728074077449 140728074080207 0
[pid=11430/tid=11434] ppid=11427 vsize=10661056 memory=140312587787277 CPUtime=0 cores=1,3,5,7
/proc/11430/task/11434/stat : 11434 (java) S 11427 11430 10618 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98771192 10916921344 10017 33554432000 4194304 4196468 140728074074752 139633148893456 139633213265621 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21946368 140728074077340 140728074077449 140728074077449 140728074080207 0
[pid=11430/tid=11435] ppid=11427 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11430/task/11435/stat : 11435 (java) S 11427 11430 10618 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98771192 10916921344 10017 33554432000 4194304 4196468 140728074074752 139633147841168 139633213265621 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21946368 140728074077340 140728074077449 140728074077449 140728074080207 0
[pid=11430/tid=11436] ppid=11427 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/11430/task/11436/stat : 11436 (java) S 11427 11430 10618 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98771192 10916921344 10017 33554432000 4194304 4196468 140728074074752 139633146788368 139633213265621 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21946368 140728074077340 140728074077449 140728074077449 140728074080207 0
[pid=11430/tid=11437] ppid=11427 vsize=10661056 memory=140312587212416 CPUtime=0 cores=1,3,5,7
/proc/11430/task/11437/stat : 11437 (java) S 11427 11430 10618 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98771193 10916921344 10017 33554432000 4194304 4196468 140728074074752 139632705284720 139633213266562 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21946368 140728074077340 140728074077449 140728074077449 140728074080207 0
[pid=11430/tid=11438] ppid=11427 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/11430/task/11438/stat : 11438 (java) S 11427 11430 10618 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 98771194 10916921344 10017 33554432000 4194304 4196468 140728074074752 139632704230688 139633213265621 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21946368 140728074077340 140728074077449 140728074077449 140728074080207 0
[pid=11430/tid=11439] ppid=11427 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11430/task/11439/stat : 11439 (java) S 11427 11430 10618 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 98771194 10916921344 10017 33554432000 4194304 4196468 140728074074752 139632703178352 139633213265621 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21946368 140728074077340 140728074077449 140728074077449 140728074080207 0
[pid=11430/tid=11440] ppid=11427 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11430/task/11440/stat : 11440 (java) S 11427 11430 10618 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98771196 10916921344 10017 33554432000 4194304 4196468 140728074074752 139632702126672 139633213274011 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21946368 140728074077340 140728074077449 140728074077449 140728074080207 0
[pid=11430/tid=11441] ppid=11427 vsize=10661056 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/11430/task/11441/stat : 11441 (java) S 11427 11430 10618 0 -1 1077944384 439 0 0 0 2 0 0 0 20 0 15 0 98771196 10916921344 10017 33554432000 4194304 4196468 140728074074752 139632701073520 139633213266562 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21946368 140728074077340 140728074077449 140728074077449 140728074080207 0
[pid=11430/tid=11442] ppid=11427 vsize=10661056 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/11430/task/11442/stat : 11442 (java) S 11427 11430 10618 0 -1 1077944384 356 0 0 0 1 0 0 0 20 0 15 0 98771196 10916921344 10017 33554432000 4194304 4196468 140728074074752 139632700020720 139633213266562 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21946368 140728074077340 140728074077449 140728074077449 140728074080207 0
[pid=11430/tid=11443] ppid=11427 vsize=10661056 memory=140312587212416 CPUtime=0.06 cores=1,3,5,7
/proc/11430/task/11443/stat : 11443 (java) R 11427 11430 10618 0 -1 4202560 756 0 0 0 6 0 0 0 20 0 15 0 98771196 10916921344 10017 33554432000 4194304 4196468 140728074074752 139632698968432 139633191876816 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 21946368 140728074077340 140728074077449 140728074077449 140728074080207 0
[pid=11430/tid=11444] ppid=11427 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/11430/task/11444/stat : 11444 (java) S 11427 11430 10618 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98771197 10916921344 10017 33554432000 4194304 4196468 140728074074752 139632697915872 139633213265621 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21946368 140728074077340 140728074077449 140728074077449 140728074080207 0
[pid=11430/tid=11445] ppid=11427 vsize=10661056 memory=140312587212416 CPUtime=0 cores=1,3,5,7
/proc/11430/task/11445/stat : 11445 (java) S 11427 11430 10618 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98771197 10916921344 10017 33554432000 4194304 4196468 140728074074752 139632696863664 139633213266562 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21946368 140728074077340 140728074077449 140728074077449 140728074080207 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 10661056 KiB
Current children cumulated memory: 40068 KiB

[startup+0.310709 s]*
/proc/loadavg: 1.99 1.99 1.95 4/218 11445
/proc/meminfo: memFree=22421360/32770624 swapFree=67108860/67108860
[pid=11430] ppid=11427 vsize=10661132 memory=44580 CPUtime=0.52 cores=1,3,5,7
/proc/11430/stat : 11430 (java) S 11427 11430 10618 0 -1 1077944320 8882 0 0 0 49 3 0 0 20 0 15 0 98771190 10916999168 11145 33554432000 4194304 4196468 140728074074752 140728074057296 139633213255415 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 21946368 140728074077340 140728074077449 140728074077449 140728074080207 0
/proc/11430/statm: 2665283 11145 3048 1 0 2627263 0
[pid=11430/tid=11432] ppid=11427 vsize=10661132 memory=7311146985107750967 CPUtime=0.29 cores=1,3,5,7
/proc/11430/task/11432/stat : 11432 (java) R 11427 11430 10618 0 -1 4202560 5689 0 0 0 27 2 0 0 20 0 15 0 98771191 10916999168 11145 33554432000 4194304 4196468 140728074074752 139633217487648 139632826227660 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 21946368 140728074077340 140728074077449 140728074077449 140728074080207 0
[pid=11430/tid=11433] ppid=11427 vsize=10661132 memory=304556161963917335 CPUtime=0 cores=1,3,5,7
/proc/11430/task/11433/stat : 11433 (java) S 11427 11430 10618 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98771192 10916999168 11145 33554432000 4194304 4196468 140728074074752 139633149946256 139633213265621 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21946368 140728074077340 140728074077449 140728074077449 140728074080207 0
[pid=11430/tid=11434] ppid=11427 vsize=10661132 memory=140312587787276 CPUtime=0 cores=1,3,5,7
/proc/11430/task/11434/stat : 11434 (java) S 11427 11430 10618 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98771192 10916999168 11145 33554432000 4194304 4196468 140728074074752 139633148893456 139633213265621 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21946368 140728074077340 140728074077449 140728074077449 140728074080207 0
[pid=11430/tid=11435] ppid=11427 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11430/task/11435/stat : 11435 (java) S 11427 11430 10618 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98771192 10916999168 11145 33554432000 4194304 4196468 140728074074752 139633147841168 139633213265621 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21946368 140728074077340 140728074077449 140728074077449 140728074080207 0
[pid=11430/tid=11436] ppid=11427 vsize=10661132 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/11430/task/11436/stat : 11436 (java) S 11427 11430 10618 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98771192 10916999168 11145 33554432000 4194304 4196468 140728074074752 139633146788368 139633213265621 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21946368 140728074077340 140728074077449 140728074077449 140728074080207 0
[pid=11430/tid=11437] ppid=11427 vsize=10661132 memory=140312587212416 CPUtime=0 cores=1,3,5,7
/proc/11430/task/11437/stat : 11437 (java) S 11427 11430 10618 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98771193 10916999168 11145 33554432000 4194304 4196468 140728074074752 139632705284720 139633213266562 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21946368 140728074077340 140728074077449 140728074077449 140728074080207 0
[pid=11430/tid=11438] ppid=11427 vsize=10661132 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/11430/task/11438/stat : 11438 (java) S 11427 11430 10618 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 98771194 10916999168 11145 33554432000 4194304 4196468 140728074074752 139632704230688 139633213265621 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21946368 140728074077340 140728074077449 140728074077449 140728074080207 0
[pid=11430/tid=11439] ppid=11427 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11430/task/11439/stat : 11439 (java) S 11427 11430 10618 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 98771194 10916999168 11211 33554432000 4194304 4196468 140728074074752 139632703178352 139633213265621 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21946368 140728074077340 140728074077449 140728074077449 140728074080207 0
[pid=11430/tid=11440] ppid=11427 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11430/task/11440/stat : 11440 (java) S 11427 11430 10618 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98771196 10916999168 11211 33554432000 4194304 4196468 140728074074752 139632702126672 139633213274011 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21946368 140728074077340 140728074077449 140728074077449 140728074080207 0
[pid=11430/tid=11441] ppid=11427 vsize=10661132 memory=0 CPUtime=0.04 cores=1,3,5,7
/proc/11430/task/11441/stat : 11441 (java) S 11427 11430 10618 0 -1 1077944384 475 0 0 0 4 0 0 0 20 0 15 0 98771196 10916999168 11211 33554432000 4194304 4196468 140728074074752 139632701073520 139633213266562 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21946368 140728074077340 140728074077449 140728074077449 140728074080207 0
[pid=11430/tid=11442] ppid=11427 vsize=10661132 memory=-1 CPUtime=0.05 cores=1,3,5,7
/proc/11430/task/11442/stat : 11442 (java) R 11427 11430 10618 0 -1 4202560 465 0 0 0 5 0 0 0 20 0 15 0 98771196 10916999168 11211 33554432000 4194304 4196468 140728074074752 139632700009984 139633191548128 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 21946368 140728074077340 140728074077449 140728074077449 140728074080207 0
[pid=11430/tid=11443] ppid=11427 vsize=10661132 memory=140312587212416 CPUtime=0.12 cores=1,3,5,7
/proc/11430/task/11443/stat : 11443 (java) R 11427 11430 10618 0 -1 4202560 893 0 0 0 12 0 0 0 20 0 15 0 98771196 10916999168 11211 33554432000 4194304 4196468 140728074074752 139632698968432 139633213276762 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 21946368 140728074077340 140728074077449 140728074077449 140728074080207 0
[pid=11430/tid=11444] ppid=11427 vsize=10661132 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/11430/task/11444/stat : 11444 (java) S 11427 11430 10618 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98771197 10916999168 11211 33554432000 4194304 4196468 140728074074752 139632697915872 139633213265621 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21946368 140728074077340 140728074077449 140728074077449 140728074080207 0
[pid=11430/tid=11445] ppid=11427 vsize=10661132 memory=140312587212416 CPUtime=0 cores=1,3,5,7
/proc/11430/task/11445/stat : 11445 (java) S 11427 11430 10618 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98771197 10916999168 11211 33554432000 4194304 4196468 140728074074752 139632696863664 139633213266562 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21946368 140728074077340 140728074077449 140728074077449 140728074080207 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 44580 KiB

[startup+0.700774 s]
/proc/loadavg: 1.99 1.99 1.95 5/218 11445
/proc/meminfo: memFree=22397796/32770624 swapFree=67108860/67108860
[pid=11430] ppid=11427 vsize=10661132 memory=79604 CPUtime=1.69 cores=1,3,5,7
/proc/11430/stat : 11430 (java) S 11427 11430 10618 0 -1 1077944320 16078 0 0 0 164 5 0 0 20 0 15 0 98771190 10916999168 19901 33554432000 4194304 4196468 140728074074752 140728074057296 139633213255415 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 21946368 140728074077340 140728074077449 140728074077449 140728074080207 0
/proc/11430/statm: 2665283 19901 3094 1 0 2627263 0
[pid=11430/tid=11432] ppid=11427 vsize=10661132 memory=17068 CPUtime=0.67 cores=1,3,5,7
/proc/11430/task/11432/stat : 11432 (java) R 11427 11430 10618 0 -1 4202560 5827 0 0 0 65 2 0 0 20 0 15 0 98771191 10916999168 19901 33554432000 4194304 4196468 140728074074752 139633217481824 139632826153697 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 21946368 140728074077340 140728074077449 140728074077449 140728074080207 0
[pid=11430/tid=11433] ppid=11427 vsize=10661132 memory=18220 CPUtime=0 cores=1,3,5,7
/proc/11430/task/11433/stat : 11433 (java) S 11427 11430 10618 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98771192 10916999168 19901 33554432000 4194304 4196468 140728074074752 139633149946256 139633213265621 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21946368 140728074077340 140728074077449 140728074077449 140728074080207 0
[pid=11430/tid=11434] ppid=11427 vsize=10661132 memory=1788 CPUtime=0 cores=1,3,5,7
/proc/11430/task/11434/stat : 11434 (java) S 11427 11430 10618 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98771192 10916999168 19901 33554432000 4194304 4196468 140728074074752 139633148893456 139633213265621 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21946368 140728074077340 140728074077449 140728074077449 140728074080207 0
[pid=11430/tid=11435] ppid=11427 vsize=10661132 memory=1232 CPUtime=0 cores=1,3,5,7
/proc/11430/task/11435/stat : 11435 (java) S 11427 11430 10618 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98771192 10916999168 19901 33554432000 4194304 4196468 140728074074752 139633147841168 139633213265621 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21946368 140728074077340 140728074077449 140728074077449 140728074080207 0
[pid=11430/tid=11436] ppid=11427 vsize=10661132 memory=644 CPUtime=0 cores=1,3,5,7
/proc/11430/task/11436/stat : 11436 (java) S 11427 11430 10618 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98771192 10916999168 19901 33554432000 4194304 4196468 140728074074752 139633146788368 139633213265621 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21946368 140728074077340 140728074077449 140728074077449 140728074080207 0
[pid=11430/tid=11437] ppid=11427 vsize=10661132 memory=952 CPUtime=0 cores=1,3,5,7
/proc/11430/task/11437/stat : 11437 (java) S 11427 11430 10618 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 98771193 10916999168 19901 33554432000 4194304 4196468 140728074074752 139632705284720 139633213266562 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21946368 140728074077340 140728074077449 140728074077449 140728074080207 0
[pid=11430/tid=11438] ppid=11427 vsize=10661132 memory=2376 CPUtime=0 cores=1,3,5,7
/proc/11430/task/11438/stat : 11438 (java) S 11427 11430 10618 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 98771194 10916999168 19901 33554432000 4194304 4196468 140728074074752 139632704230688 139633213265621 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21946368 140728074077340 140728074077449 140728074077449 140728074080207 0
[pid=11430/tid=11439] ppid=11427 vsize=10661132 memory=1536 CPUtime=0 cores=1,3,5,7
/proc/11430/task/11439/stat : 11439 (java) S 11427 11430 10618 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 98771194 10916999168 19901 33554432000 4194304 4196468 140728074074752 139632703178352 139633213265621 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21946368 140728074077340 140728074077449 140728074077449 140728074080207 0
[pid=11430/tid=11440] ppid=11427 vsize=10661132 memory=7379241883359864663 CPUtime=0 cores=1,3,5,7
/proc/11430/task/11440/stat : 11440 (java) S 11427 11430 10618 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98771196 10916999168 19901 33554432000 4194304 4196468 140728074074752 139632702126672 139633213274011 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21946368 140728074077340 140728074077449 140728074077449 140728074080207 0
[pid=11430/tid=11441] ppid=11427 vsize=10661132 memory=6081108994580113768 CPUtime=0.38 cores=1,3,5,7
/proc/11430/task/11441/stat : 11441 (java) R 11427 11430 10618 0 -1 4202560 4571 0 0 0 37 1 0 0 20 0 15 0 98771196 10916999168 19901 33554432000 4194304 4196468 140728074074752 139632701058184 139633199407072 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 21946368 140728074077340 140728074077449 140728074077449 140728074080207 0
[pid=11430/tid=11442] ppid=11427 vsize=10661132 memory=6154282490091891024 CPUtime=0.39 cores=1,3,5,7
/proc/11430/task/11442/stat : 11442 (java) R 11427 11430 10618 0 -1 4202560 2908 0 0 0 39 0 0 0 20 0 15 0 98771196 10916999168 19901 33554432000 4194304 4196468 140728074074752 139632700007504 139633193951219 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 21946368 140728074077340 140728074077449 140728074077449 140728074080207 0
[pid=11430/tid=11443] ppid=11427 vsize=10661132 memory=0 CPUtime=0.22 cores=1,3,5,7
/proc/11430/task/11443/stat : 11443 (java) S 11427 11430 10618 0 -1 1077944384 1401 0 0 0 21 1 0 0 20 0 15 0 98771196 10916999168 19901 33554432000 4194304 4196468 140728074074752 139632698968432 139633213266562 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21946368 140728074077340 140728074077449 140728074077449 140728074080207 0
[pid=11430/tid=11444] ppid=11427 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11430/task/11444/stat : 11444 (java) S 11427 11430 10618 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98771197 10916999168 19901 33554432000 4194304 4196468 140728074074752 139632697915872 139633213265621 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21946368 140728074077340 140728074077449 140728074077449 140728074080207 0
[pid=11430/tid=11445] ppid=11427 vsize=10661132 memory=4576 CPUtime=0 cores=1,3,5,7
/proc/11430/task/11445/stat : 11445 (java) S 11427 11430 10618 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98771197 10916999168 19901 33554432000 4194304 4196468 140728074074752 139632696863664 139633213266562 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21946368 140728074077340 140728074077449 140728074077449 140728074080207 0
Current children cumulated CPU time: 1.69 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 79604 KiB

[startup+1.50071 s]
/proc/loadavg: 1.99 1.99 1.95 5/218 11445
/proc/meminfo: memFree=22381120/32770624 swapFree=67108860/67108860
[pid=11430] ppid=11427 vsize=10661132 memory=96788 CPUtime=3.25 cores=1,3,5,7
/proc/11430/stat : 11430 (java) S 11427 11430 10618 0 -1 1077944320 20194 0 0 0 320 5 0 0 20 0 15 0 98771190 10916999168 24197 33554432000 4194304 4196468 140728074074752 140728074057296 139633213255415 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 21946368 140728074077340 140728074077449 140728074077449 140728074080207 0
/proc/11430/statm: 2665283 24197 3098 1 0 2627263 0
[pid=11430/tid=11432] ppid=11427 vsize=10661132 memory=90628 CPUtime=1.46 cores=1,3,5,7
/proc/11430/task/11432/stat : 11432 (java) R 11427 11430 10618 0 -1 4202560 6175 0 0 0 144 2 0 0 20 0 15 0 98771191 10916999168 24197 33554432000 4194304 4196468 140728074074752 139633217491856 139632829413757 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 21946368 140728074077340 140728074077449 140728074077449 140728074080207 0
[pid=11430/tid=11433] ppid=11427 vsize=10661132 memory=6791534058613427641 CPUtime=0 cores=1,3,5,7
/proc/11430/task/11433/stat : 11433 (java) S 11427 11430 10618 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98771192 10916999168 24197 33554432000 4194304 4196468 140728074074752 139633149946256 139633213265621 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21946368 140728074077340 140728074077449 140728074077449 140728074080207 0
[pid=11430/tid=11434] ppid=11427 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11430/task/11434/stat : 11434 (java) S 11427 11430 10618 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98771192 10916999168 24197 33554432000 4194304 4196468 140728074074752 139633148893456 139633213265621 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21946368 140728074077340 140728074077449 140728074077449 140728074080207 0
[pid=11430/tid=11435] ppid=11427 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11430/task/11435/stat : 11435 (java) S 11427 11430 10618 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98771192 10916999168 24197 33554432000 4194304 4196468 140728074074752 139633147841168 139633213265621 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21946368 140728074077340 140728074077449 140728074077449 140728074080207 0
[pid=11430/tid=11436] ppid=11427 vsize=10661132 memory=6943526294502006880 CPUtime=0 cores=1,3,5,7
/proc/11430/task/11436/stat : 11436 (java) S 11427 11430 10618 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98771192 10916999168 24197 33554432000 4194304 4196468 140728074074752 139633146788368 139633213265621 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21946368 140728074077340 140728074077449 140728074077449 140728074080207 0
[pid=11430/tid=11437] ppid=11427 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/11430/task/11437/stat : 11437 (java) S 11427 11430 10618 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 15 0 98771193 10916999168 24197 33554432000 4194304 4196468 140728074074752 139632705284720 139633213266562 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21946368 140728074077340 140728074077449 140728074077449 140728074080207 0

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

/proc/11430/task/11432/stat : 11432 (java) R 11427 11430 10618 0 -1 4202560 19732 0 0 0 235805 1512 0 0 20 0 15 0 98771191 10916999168 50179 33554432000 4194304 4196468 140728074074752 139633217496384 140728074139586 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 21946368 140728074077340 140728074077449 140728074077449 140728074080207 0
[pid=11430/tid=11433] ppid=11427 vsize=10661132 memory=200716 CPUtime=3 cores=1,3,5,7
/proc/11430/task/11433/stat : 11433 (java) S 11427 11430 10618 0 -1 1077944384 3555 0 0 0 271 29 0 0 20 0 15 0 98771192 10916999168 50179 33554432000 4194304 4196468 140728074074752 139633149946256 139633213265621 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21946368 140728074077340 140728074077449 140728074077449 140728074080207 0
[pid=11430/tid=11434] ppid=11427 vsize=10661132 memory=200716 CPUtime=3 cores=1,3,5,7
/proc/11430/task/11434/stat : 11434 (java) S 11427 11430 10618 0 -1 1077944384 4152 0 0 0 272 28 0 0 20 0 15 0 98771192 10916999168 50179 33554432000 4194304 4196468 140728074074752 139633148893456 139633213265621 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21946368 140728074077340 140728074077449 140728074077449 140728074080207 0
[pid=11430/tid=11435] ppid=11427 vsize=10661132 memory=200716 CPUtime=3 cores=1,3,5,7
/proc/11430/task/11435/stat : 11435 (java) S 11427 11430 10618 0 -1 1077944384 2240 0 0 0 268 32 0 0 20 0 15 0 98771192 10916999168 50179 33554432000 4194304 4196468 140728074074752 139633147841168 139633213265621 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21946368 140728074077340 140728074077449 140728074077449 140728074080207 0
[pid=11430/tid=11436] ppid=11427 vsize=10661132 memory=200716 CPUtime=3 cores=1,3,5,7
/proc/11430/task/11436/stat : 11436 (java) S 11427 11430 10618 0 -1 1077944384 2220 0 0 0 273 27 0 0 20 0 15 0 98771192 10916999168 50179 33554432000 4194304 4196468 140728074074752 139633146788368 139633213265621 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21946368 140728074077340 140728074077449 140728074077449 140728074080207 0
[pid=11430/tid=11437] ppid=11427 vsize=10661132 memory=1696 CPUtime=4.18 cores=1,3,5,7
/proc/11430/task/11437/stat : 11437 (java) S 11427 11430 10618 0 -1 1077944384 5066 0 0 0 395 23 0 0 20 0 15 0 98771193 10916999168 50179 33554432000 4194304 4196468 140728074074752 139632705284720 139633213266562 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21946368 140728074077340 140728074077449 140728074077449 140728074080207 0
[pid=11430/tid=11438] ppid=11427 vsize=10661132 memory=792 CPUtime=0 cores=1,3,5,7
/proc/11430/task/11438/stat : 11438 (java) S 11427 11430 10618 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 98771194 10916999168 50179 33554432000 4194304 4196468 140728074074752 139632704230688 139633213265621 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21946368 140728074077340 140728074077449 140728074077449 140728074080207 0
[pid=11430/tid=11439] ppid=11427 vsize=10661132 memory=200716 CPUtime=0 cores=1,3,5,7
/proc/11430/task/11439/stat : 11439 (java) S 11427 11430 10618 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 15 0 98771194 10916999168 50179 33554432000 4194304 4196468 140728074074752 139632703178352 139633213265621 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21946368 140728074077340 140728074077449 140728074077449 140728074080207 0
[pid=11430/tid=11440] ppid=11427 vsize=10661132 memory=200716 CPUtime=0 cores=1,3,5,7
/proc/11430/task/11440/stat : 11440 (java) S 11427 11430 10618 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98771196 10916999168 50179 33554432000 4194304 4196468 140728074074752 139632702126672 139633213274011 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21946368 140728074077340 140728074077449 140728074077449 140728074080207 0
[pid=11430/tid=11441] ppid=11427 vsize=10661132 memory=200716 CPUtime=0.95 cores=1,3,5,7
/proc/11430/task/11441/stat : 11441 (java) S 11427 11430 10618 0 -1 1077944384 7677 0 0 0 94 1 0 0 20 0 15 0 98771196 10916999168 50179 33554432000 4194304 4196468 140728074074752 139632701073520 139633213266562 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21946368 140728074077340 140728074077449 140728074077449 140728074080207 0
[pid=11430/tid=11442] ppid=11427 vsize=10661132 memory=200716 CPUtime=0.98 cores=1,3,5,7
/proc/11430/task/11442/stat : 11442 (java) S 11427 11430 10618 0 -1 1077944384 6927 0 0 0 97 1 0 0 20 0 15 0 98771196 10916999168 50179 33554432000 4194304 4196468 140728074074752 139632700020720 139633213266562 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21946368 140728074077340 140728074077449 140728074077449 140728074080207 0
[pid=11430/tid=11443] ppid=11427 vsize=10661132 memory=200716 CPUtime=0.29 cores=1,3,5,7
/proc/11430/task/11443/stat : 11443 (java) S 11427 11430 10618 0 -1 1077944384 3142 0 0 0 28 1 0 0 20 0 15 0 98771196 10916999168 50179 33554432000 4194304 4196468 140728074074752 139632698968432 139633213266562 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21946368 140728074077340 140728074077449 140728074077449 140728074080207 0
[pid=11430/tid=11444] ppid=11427 vsize=10661132 memory=200716 CPUtime=0 cores=1,3,5,7
/proc/11430/task/11444/stat : 11444 (java) S 11427 11430 10618 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98771197 10916999168 50179 33554432000 4194304 4196468 140728074074752 139632697915872 139633213265621 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21946368 140728074077340 140728074077449 140728074077449 140728074080207 0
[pid=11430/tid=11445] ppid=11427 vsize=10661132 memory=280624977062736 CPUtime=0.71 cores=1,3,5,7
/proc/11430/task/11445/stat : 11445 (java) S 11427 11430 10618 0 -1 1077944384 1019 0 0 0 31 40 0 0 20 0 15 0 98771197 10916999168 50179 33554432000 4194304 4196468 140728074074752 139632696863664 139633213266562 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21946368 140728074077340 140728074077449 140728074077449 140728074080207 0
Current children cumulated CPU time: 2392.37 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 200716 KiB

[startup+2442.3 s]
/proc/loadavg: 1.27 1.40 1.47 3/218 11599
/proc/meminfo: memFree=26939268/32770624 swapFree=67108860/67108860
[pid=11430] ppid=11427 vsize=10661132 memory=200716 CPUtime=2452.57 cores=1,3,5,7
/proc/11430/stat : 11430 (java) S 11427 11430 10618 0 -1 1077944320 57326 0 0 0 243569 1688 0 0 20 0 15 0 98771190 10916999168 50179 33554432000 4194304 4196468 140728074074752 140728074057296 139633213255415 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 21946368 140728074077340 140728074077449 140728074077449 140728074080207 0
/proc/11430/statm: 2665283 50179 3143 1 0 2627263 0
[pid=11430/tid=11432] ppid=11427 vsize=10661132 memory=200716 CPUtime=2432.92 cores=1,3,5,7
/proc/11430/task/11432/stat : 11432 (java) R 11427 11430 10618 0 -1 4202560 19906 0 0 0 241741 1551 0 0 20 0 15 0 98771191 10916999168 50179 33554432000 4194304 4196468 140728074074752 139633217495008 140728074139586 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 21946368 140728074077340 140728074077449 140728074077449 140728074080207 0
[pid=11430/tid=11433] ppid=11427 vsize=10661132 memory=200716 CPUtime=3.07 cores=1,3,5,7
/proc/11430/task/11433/stat : 11433 (java) S 11427 11430 10618 0 -1 1077944384 3556 0 0 0 278 29 0 0 20 0 15 0 98771192 10916999168 50179 33554432000 4194304 4196468 140728074074752 139633149946256 139633213265621 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21946368 140728074077340 140728074077449 140728074077449 140728074080207 0
[pid=11430/tid=11434] ppid=11427 vsize=10661132 memory=200716 CPUtime=3.08 cores=1,3,5,7
/proc/11430/task/11434/stat : 11434 (java) S 11427 11430 10618 0 -1 1077944384 4155 0 0 0 280 28 0 0 20 0 15 0 98771192 10916999168 50179 33554432000 4194304 4196468 140728074074752 139633148893456 139633213265621 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21946368 140728074077340 140728074077449 140728074077449 140728074080207 0
[pid=11430/tid=11435] ppid=11427 vsize=10661132 memory=200716 CPUtime=3.08 cores=1,3,5,7
/proc/11430/task/11435/stat : 11435 (java) S 11427 11430 10618 0 -1 1077944384 2242 0 0 0 275 33 0 0 20 0 15 0 98771192 10916999168 50179 33554432000 4194304 4196468 140728074074752 139633147841168 139633213265621 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21946368 140728074077340 140728074077449 140728074077449 140728074080207 0
[pid=11430/tid=11436] ppid=11427 vsize=10661132 memory=3560 CPUtime=3.09 cores=1,3,5,7
/proc/11430/task/11436/stat : 11436 (java) S 11427 11430 10618 0 -1 1077944384 2222 0 0 0 280 29 0 0 20 0 15 0 98771192 10916999168 50179 33554432000 4194304 4196468 140728074074752 139633146788368 139633213265621 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21946368 140728074077340 140728074077449 140728074077449 140728074080207 0
[pid=11430/tid=11437] ppid=11427 vsize=10661132 memory=3560 CPUtime=4.29 cores=1,3,5,7
/proc/11430/task/11437/stat : 11437 (java) S 11427 11430 10618 0 -1 1077944384 5069 0 0 0 405 24 0 0 20 0 15 0 98771193 10916999168 50179 33554432000 4194304 4196468 140728074074752 139632705284720 139633213266562 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21946368 140728074077340 140728074077449 140728074077449 140728074080207 0
[pid=11430/tid=11438] ppid=11427 vsize=10661132 memory=28536 CPUtime=0 cores=1,3,5,7
/proc/11430/task/11438/stat : 11438 (java) S 11427 11430 10618 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 98771194 10916999168 50179 33554432000 4194304 4196468 140728074074752 139632704230688 139633213265621 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21946368 140728074077340 140728074077449 140728074077449 140728074080207 0
[pid=11430/tid=11439] ppid=11427 vsize=10661132 memory=200716 CPUtime=0 cores=1,3,5,7
/proc/11430/task/11439/stat : 11439 (java) S 11427 11430 10618 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 15 0 98771194 10916999168 50179 33554432000 4194304 4196468 140728074074752 139632703178352 139633213265621 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21946368 140728074077340 140728074077449 140728074077449 140728074080207 0
[pid=11430/tid=11440] ppid=11427 vsize=10661132 memory=200716 CPUtime=0 cores=1,3,5,7
/proc/11430/task/11440/stat : 11440 (java) S 11427 11430 10618 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98771196 10916999168 50179 33554432000 4194304 4196468 140728074074752 139632702126672 139633213274011 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21946368 140728074077340 140728074077449 140728074077449 140728074080207 0
[pid=11430/tid=11441] ppid=11427 vsize=10661132 memory=200716 CPUtime=0.95 cores=1,3,5,7
/proc/11430/task/11441/stat : 11441 (java) S 11427 11430 10618 0 -1 1077944384 7677 0 0 0 94 1 0 0 20 0 15 0 98771196 10916999168 50179 33554432000 4194304 4196468 140728074074752 139632701073520 139633213266562 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21946368 140728074077340 140728074077449 140728074077449 140728074080207 0
[pid=11430/tid=11442] ppid=11427 vsize=10661132 memory=200716 CPUtime=0.98 cores=1,3,5,7
/proc/11430/task/11442/stat : 11442 (java) S 11427 11430 10618 0 -1 1077944384 6927 0 0 0 97 1 0 0 20 0 15 0 98771196 10916999168 50179 33554432000 4194304 4196468 140728074074752 139632700020720 139633213266562 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21946368 140728074077340 140728074077449 140728074077449 140728074080207 0
[pid=11430/tid=11443] ppid=11427 vsize=10661132 memory=200716 CPUtime=0.29 cores=1,3,5,7
/proc/11430/task/11443/stat : 11443 (java) S 11427 11430 10618 0 -1 1077944384 3142 0 0 0 28 1 0 0 20 0 15 0 98771196 10916999168 50179 33554432000 4194304 4196468 140728074074752 139632698968432 139633213266562 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21946368 140728074077340 140728074077449 140728074077449 140728074080207 0
[pid=11430/tid=11444] ppid=11427 vsize=10661132 memory=200716 CPUtime=0 cores=1,3,5,7
/proc/11430/task/11444/stat : 11444 (java) S 11427 11430 10618 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98771197 10916999168 50179 33554432000 4194304 4196468 140728074074752 139632697915872 139633213265621 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21946368 140728074077340 140728074077449 140728074077449 140728074080207 0
[pid=11430/tid=11445] ppid=11427 vsize=10661132 memory=200716 CPUtime=0.73 cores=1,3,5,7
/proc/11430/task/11445/stat : 11445 (java) S 11427 11430 10618 0 -1 1077944384 1023 0 0 0 32 41 0 0 20 0 15 0 98771197 10916999168 50179 33554432000 4194304 4196468 140728074074752 139632696863664 139633213266562 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21946368 140728074077340 140728074077449 140728074077449 140728074080207 0
Current children cumulated CPU time: 2452.57 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 200716 KiB

[startup+2502.3 s]
/proc/loadavg: 1.05 1.31 1.44 3/218 11600
/proc/meminfo: memFree=26938936/32770624 swapFree=67108860/67108860
[pid=11430] ppid=11427 vsize=10661132 memory=200716 CPUtime=2512.75 cores=1,3,5,7
/proc/11430/stat : 11430 (java) S 11427 11430 10618 0 -1 1077944320 58229 0 0 0 249546 1729 0 0 20 0 15 0 98771190 10916999168 50179 33554432000 4194304 4196468 140728074074752 140728074057296 139633213255415 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 21946368 140728074077340 140728074077449 140728074077449 140728074080207 0
/proc/11430/statm: 2665283 50179 3143 1 0 2627263 0
[pid=11430/tid=11432] ppid=11427 vsize=10661132 memory=200716 CPUtime=2492.66 cores=1,3,5,7
/proc/11430/task/11432/stat : 11432 (java) R 11427 11430 10618 0 -1 4202560 20291 0 0 0 247678 1588 0 0 20 0 15 0 98771191 10916999168 50179 33554432000 4194304 4196468 140728074074752 139633217495008 140728074139586 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 21946368 140728074077340 140728074077449 140728074077449 140728074080207 0
[pid=11430/tid=11433] ppid=11427 vsize=10661132 memory=200716 CPUtime=3.15 cores=1,3,5,7
/proc/11430/task/11433/stat : 11433 (java) S 11427 11430 10618 0 -1 1077944384 3562 0 0 0 285 30 0 0 20 0 15 0 98771192 10916999168 50179 33554432000 4194304 4196468 140728074074752 139633149946256 139633213265621 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21946368 140728074077340 140728074077449 140728074077449 140728074080207 0
[pid=11430/tid=11434] ppid=11427 vsize=10661132 memory=200716 CPUtime=3.16 cores=1,3,5,7
/proc/11430/task/11434/stat : 11434 (java) S 11427 11430 10618 0 -1 1077944384 4391 0 0 0 287 29 0 0 20 0 15 0 98771192 10916999168 50179 33554432000 4194304 4196468 140728074074752 139633148893456 139633213265621 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21946368 140728074077340 140728074077449 140728074077449 140728074080207 0
[pid=11430/tid=11435] ppid=11427 vsize=10661132 memory=200716 CPUtime=3.16 cores=1,3,5,7
/proc/11430/task/11435/stat : 11435 (java) S 11427 11430 10618 0 -1 1077944384 2282 0 0 0 282 34 0 0 20 0 15 0 98771192 10916999168 50179 33554432000 4194304 4196468 140728074074752 139633147841168 139633213265621 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21946368 140728074077340 140728074077449 140728074077449 140728074080207 0
[pid=11430/tid=11436] ppid=11427 vsize=10661132 memory=200716 CPUtime=3.16 cores=1,3,5,7
/proc/11430/task/11436/stat : 11436 (java) S 11427 11430 10618 0 -1 1077944384 2270 0 0 0 287 29 0 0 20 0 15 0 98771192 10916999168 50179 33554432000 4194304 4196468 140728074074752 139633146788368 139633213265621 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21946368 140728074077340 140728074077449 140728074077449 140728074080207 0
[pid=11430/tid=11437] ppid=11427 vsize=10661132 memory=200716 CPUtime=4.4 cores=1,3,5,7
/proc/11430/task/11437/stat : 11437 (java) S 11427 11430 10618 0 -1 1077944384 5239 0 0 0 415 25 0 0 20 0 15 0 98771193 10916999168 50179 33554432000 4194304 4196468 140728074074752 139632705284720 139633213266562 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21946368 140728074077340 140728074077449 140728074077449 140728074080207 0
[pid=11430/tid=11438] ppid=11427 vsize=10661132 memory=200716 CPUtime=0 cores=1,3,5,7
/proc/11430/task/11438/stat : 11438 (java) S 11427 11430 10618 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 98771194 10916999168 50179 33554432000 4194304 4196468 140728074074752 139632704230688 139633213265621 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21946368 140728074077340 140728074077449 140728074077449 140728074080207 0
[pid=11430/tid=11439] ppid=11427 vsize=10661132 memory=200716 CPUtime=0 cores=1,3,5,7
/proc/11430/task/11439/stat : 11439 (java) S 11427 11430 10618 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 15 0 98771194 10916999168 50179 33554432000 4194304 4196468 140728074074752 139632703178352 139633213265621 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21946368 140728074077340 140728074077449 140728074077449 140728074080207 0
[pid=11430/tid=11440] ppid=11427 vsize=10661132 memory=200716 CPUtime=0 cores=1,3,5,7
/proc/11430/task/11440/stat : 11440 (java) S 11427 11430 10618 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98771196 10916999168 50179 33554432000 4194304 4196468 140728074074752 139632702126672 139633213274011 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21946368 140728074077340 140728074077449 140728074077449 140728074080207 0
[pid=11430/tid=11441] ppid=11427 vsize=10661132 memory=6791534058613427641 CPUtime=0.95 cores=1,3,5,7
/proc/11430/task/11441/stat : 11441 (java) S 11427 11430 10618 0 -1 1077944384 7679 0 0 0 94 1 0 0 20 0 15 0 98771196 10916999168 50179 33554432000 4194304 4196468 140728074074752 139632701073520 139633213266562 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21946368 140728074077340 140728074077449 140728074077449 140728074080207 0
[pid=11430/tid=11442] ppid=11427 vsize=10661132 memory=792 CPUtime=0.98 cores=1,3,5,7
/proc/11430/task/11442/stat : 11442 (java) S 11427 11430 10618 0 -1 1077944384 6929 0 0 0 97 1 0 0 20 0 15 0 98771196 10916999168 50179 33554432000 4194304 4196468 140728074074752 139632700020720 139633213266562 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21946368 140728074077340 140728074077449 140728074077449 140728074080207 0
[pid=11430/tid=11443] ppid=11427 vsize=10661132 memory=200716 CPUtime=0.29 cores=1,3,5,7
/proc/11430/task/11443/stat : 11443 (java) S 11427 11430 10618 0 -1 1077944384 3144 0 0 0 28 1 0 0 20 0 15 0 98771196 10916999168 50179 33554432000 4194304 4196468 140728074074752 139632698968432 139633213266562 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21946368 140728074077340 140728074077449 140728074077449 140728074080207 0
[pid=11430/tid=11444] ppid=11427 vsize=10661132 memory=200716 CPUtime=0 cores=1,3,5,7
/proc/11430/task/11444/stat : 11444 (java) S 11427 11430 10618 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98771197 10916999168 50179 33554432000 4194304 4196468 140728074074752 139632697915872 139633213265621 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21946368 140728074077340 140728074077449 140728074077449 140728074080207 0
[pid=11430/tid=11445] ppid=11427 vsize=10661132 memory=200716 CPUtime=0.75 cores=1,3,5,7
/proc/11430/task/11445/stat : 11445 (java) S 11427 11430 10618 0 -1 1077944384 1035 0 0 0 33 42 0 0 20 0 15 0 98771197 10916999168 50179 33554432000 4194304 4196468 140728074074752 139632696863664 139633213266562 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21946368 140728074077340 140728074077449 140728074077449 140728074080207 0
Current children cumulated CPU time: 2512.75 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 200716 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2509.6 s]
/proc/loadavg: 1.04 1.31 1.43 3/218 11600
/proc/meminfo: memFree=26938936/32770624 swapFree=67108860/67108860
[pid=11430] ppid=11427 vsize=10661132 memory=200716 CPUtime=2520.08 cores=1,3,5,7
/proc/11430/stat : 11430 (java) S 11427 11430 10618 0 -1 1077944320 58255 0 0 0 250274 1734 0 0 20 0 15 0 98771190 10916999168 50179 33554432000 4194304 4196468 140728074074752 140728074057296 139633213255415 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 21946368 140728074077340 140728074077449 140728074077449 140728074080207 0
/proc/11430/statm: 2665283 50179 3143 1 0 2627263 0
[pid=11430/tid=11432] ppid=11427 vsize=10661132 memory=18220 CPUtime=2499.94 cores=1,3,5,7
/proc/11430/task/11432/stat : 11432 (java) S 11427 11430 10618 0 -1 1077944384 20312 0 0 0 248401 1593 0 0 20 0 15 0 98771191 10916999168 50179 33554432000 4194304 4196468 140728074074752 139633217495056 139633213265621 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21946368 140728074077340 140728074077449 140728074077449 140728074080207 0
[pid=11430/tid=11433] ppid=11427 vsize=10661132 memory=3560 CPUtime=3.16 cores=1,3,5,7
/proc/11430/task/11433/stat : 11433 (java) S 11427 11430 10618 0 -1 1077944384 3562 0 0 0 286 30 0 0 20 0 15 0 98771192 10916999168 50179 33554432000 4194304 4196468 140728074074752 139633149946256 139633213265621 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21946368 140728074077340 140728074077449 140728074077449 140728074080207 0
[pid=11430/tid=11434] ppid=11427 vsize=10661132 memory=1444 CPUtime=3.17 cores=1,3,5,7
/proc/11430/task/11434/stat : 11434 (java) S 11427 11430 10618 0 -1 1077944384 4391 0 0 0 288 29 0 0 20 0 15 0 98771192 10916999168 50179 33554432000 4194304 4196468 140728074074752 139633148893456 139633213265621 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21946368 140728074077340 140728074077449 140728074077449 140728074080207 0
[pid=11430/tid=11435] ppid=11427 vsize=10661132 memory=1160 CPUtime=3.17 cores=1,3,5,7
/proc/11430/task/11435/stat : 11435 (java) S 11427 11430 10618 0 -1 1077944384 2282 0 0 0 283 34 0 0 20 0 15 0 98771192 10916999168 50179 33554432000 4194304 4196468 140728074074752 139633147841168 139633213265621 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21946368 140728074077340 140728074077449 140728074077449 140728074080207 0
[pid=11430/tid=11436] ppid=11427 vsize=10661132 memory=968 CPUtime=3.17 cores=1,3,5,7
/proc/11430/task/11436/stat : 11436 (java) S 11427 11430 10618 0 -1 1077944384 2271 0 0 0 288 29 0 0 20 0 15 0 98771192 10916999168 50179 33554432000 4194304 4196468 140728074074752 139633146788368 139633213265621 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21946368 140728074077340 140728074077449 140728074077449 140728074080207 0
[pid=11430/tid=11437] ppid=11427 vsize=10661132 memory=12040 CPUtime=4.41 cores=1,3,5,7
/proc/11430/task/11437/stat : 11437 (java) R 11427 11430 10618 0 -1 4202560 5241 0 0 0 416 25 0 0 20 0 15 0 98771193 10916999168 50179 33554432000 4194304 4196468 140728074074752 139632705283232 139633213267350 0 0 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 21946368 140728074077340 140728074077449 140728074077449 140728074080207 0
[pid=11430/tid=11438] ppid=11427 vsize=10661132 memory=200716 CPUtime=0 cores=1,3,5,7
/proc/11430/task/11438/stat : 11438 (java) S 11427 11430 10618 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 98771194 10916999168 50179 33554432000 4194304 4196468 140728074074752 139632704230688 139633213265621 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21946368 140728074077340 140728074077449 140728074077449 140728074080207 0
[pid=11430/tid=11439] ppid=11427 vsize=10661132 memory=200716 CPUtime=0 cores=1,3,5,7
/proc/11430/task/11439/stat : 11439 (java) S 11427 11430 10618 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 15 0 98771194 10916999168 50179 33554432000 4194304 4196468 140728074074752 139632703178352 139633213265621 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21946368 140728074077340 140728074077449 140728074077449 140728074080207 0
[pid=11430/tid=11440] ppid=11427 vsize=10661132 memory=200716 CPUtime=0 cores=1,3,5,7
/proc/11430/task/11440/stat : 11440 (java) S 11427 11430 10618 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98771196 10916999168 50179 33554432000 4194304 4196468 140728074074752 139632702126672 139633213274011 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21946368 140728074077340 140728074077449 140728074077449 140728074080207 0
[pid=11430/tid=11441] ppid=11427 vsize=10661132 memory=2244 CPUtime=0.95 cores=1,3,5,7
/proc/11430/task/11441/stat : 11441 (java) S 11427 11430 10618 0 -1 1077944384 7679 0 0 0 94 1 0 0 20 0 15 0 98771196 10916999168 50179 33554432000 4194304 4196468 140728074074752 139632701073520 139633213266562 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21946368 140728074077340 140728074077449 140728074077449 140728074080207 0
[pid=11430/tid=11442] ppid=11427 vsize=10661132 memory=6791534058613427641 CPUtime=0.98 cores=1,3,5,7
/proc/11430/task/11442/stat : 11442 (java) S 11427 11430 10618 0 -1 1077944384 6929 0 0 0 97 1 0 0 20 0 15 0 98771196 10916999168 50179 33554432000 4194304 4196468 140728074074752 139632700020720 139633213266562 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21946368 140728074077340 140728074077449 140728074077449 140728074080207 0
[pid=11430/tid=11443] ppid=11427 vsize=10661132 memory=1224 CPUtime=0.29 cores=1,3,5,7
/proc/11430/task/11443/stat : 11443 (java) S 11427 11430 10618 0 -1 1077944384 3144 0 0 0 28 1 0 0 20 0 15 0 98771196 10916999168 50179 33554432000 4194304 4196468 140728074074752 139632698968432 139633213266562 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21946368 140728074077340 140728074077449 140728074077449 140728074080207 0
[pid=11430/tid=11444] ppid=11427 vsize=10661132 memory=1944 CPUtime=0 cores=1,3,5,7
/proc/11430/task/11444/stat : 11444 (java) S 11427 11430 10618 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98771197 10916999168 50179 33554432000 4194304 4196468 140728074074752 139632697915872 139633213265621 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21946368 140728074077340 140728074077449 140728074077449 140728074080207 0
[pid=11430/tid=11445] ppid=11427 vsize=10661132 memory=5484 CPUtime=0.75 cores=1,3,5,7
/proc/11430/task/11445/stat : 11445 (java) S 11427 11430 10618 0 -1 1077944384 1037 0 0 0 33 42 0 0 20 0 15 0 98771197 10916999168 50179 33554432000 4194304 4196468 140728074074752 139632696863664 139633213266562 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21946368 140728074077340 140728074077449 140728074077449 140728074080207 0
Current children cumulated CPU time: 2520.08 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 200716 KiB

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

[startup+2509.62 s]
# the end of solver process 11430 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2502.76 s, system=17.3484 s

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

Child status: 143
Real time (s): 2509.62
CPU time (s): 2520.11
CPU user time (s): 2502.76
CPU system time (s): 17.3484
CPU usage (%): 100.418
Max. virtual memory (cumulated for all children) (KiB): 10661132
Max. memory (cumulated for all children) (KiB): 200716

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2502.76
system time used= 17.3484
maximum resident set size= 201208
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 58485
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2840
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 164236
involuntary context switches= 5703


# summary of solver processes directly reported to runsolver:
#   pid: 11430
#   total CPU time (s): 2520.11
#   total CPU user time (s): 2502.76
#   total CPU system time (s): 17.3484

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 11.3561 second user time and 26.7152 second system time

The end

Launcher Data

Begin job on node135 at 2018-07-28 23:08:00
IDJOB=4299356
IDBENCH=141365
IDSOLVER=2765
FILE ID=node135/4299356-1532812080
RUNJOBID= node135-1532809628-10650
PBS_JOBID= 21022479
Free space on /tmp= 48364 MiB

SOLVER NAME= slowpoke 2018-04-29
BENCH NAME= XCSP18/GolombRuler/GolombRuler-a3v18-nodv-10_c18.xml
COMMAND LINE= java -jar minicp-1.0.jar BENCHNAME --timelimit TIMEOUT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4299356-1532812080/watcher-4299356-1532812080 -o /tmp/evaluation-result-4299356-1532812080/solver-4299356-1532812080 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node135-1532809628-10650 --watchdog 2580  java -jar minicp-1.0.jar HOME/instance-4299356-1532812080.xml --timelimit 2520

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

MD5SUM BENCH= 769ec0f26c47f1b96bb609b2e4d8d5d6
RANDOM SEED=687631634

node135.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.50
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.50
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.50
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.50
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        22454208 kB
MemAvailable:   27092840 kB
Buffers:          202264 kB
Cached:          4669100 kB
SwapCached:            0 kB
Active:          6489784 kB
Inactive:        3265200 kB
Active(anon):    4834768 kB
Inactive(anon):    76928 kB
Active(file):    1655016 kB
Inactive(file):  3188272 kB
Unevictable:        7212 kB
Mlocked:            7212 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1228 kB
Writeback:            12 kB
AnonPages:       4890756 kB
Mapped:            54832 kB
Shmem:             25248 kB
Slab:             250504 kB
SReclaimable:     222360 kB
SUnreclaim:        28144 kB
KernelStack:        3568 kB
PageTables:        14744 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    5823620 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4749312 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:       93568 kB
DirectMap2M:    33452032 kB

Free space on /tmp at the end= 48364 MiB
End job on node135 at 2018-07-28 23:49:50