Trace number 4299410

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
GG's minicp 2018-04-29SAT (TO)121 2520.04 2507.72

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.13/0.13	c version: 2018-04-11
0.13/0.13	c seed: 1811631
0.13/0.13	c timeout: -1
0.13/0.13	c memlimit: -1
0.13/0.13	c nbcore: -1
0.55/0.39	o 122
0.88/0.42	o 121
2520.01/2507.71	s SATISFIABLE
2520.01/2507.71	v <instantiation>
2520.01/2507.71	v 	<list>
2520.01/2507.71	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.01/2507.71	v 	</list>
2520.01/2507.71	v 	<values>
2520.01/2507.71	v 		0 1 3 7 12 20 30 44 65 90 105 121 1 3 7 12 20 30 44 65 90 105 121 2 6 11 19 29 43 64 89 104 120 4 9 17 27 41 62 87 102 118 5 13 23 37 58 83 98 114 8 18 32 53 78 93 109 10 24 45 70 85 101 14 35 60 75 91 21 46 61 77 25 40 56 15 31 16 
2520.01/2507.71	v 	</values>
2520.01/2507.71	v </instantiation>

Verifier Data

OK	121

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4299410-1532800598/watcher-4299410-1532800598 -o /tmp/evaluation-result-4299410-1532800598/solver-4299410-1532800598 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node148-1532774285-30332 --watchdog 2580 java -jar HOME/GGs-minicp.jar xcsp3.CompetitionApp HOME/instance-4299410-1532800598.xml 

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

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


[startup+0.104443 s]*
/proc/loadavg: 1.56 1.36 1.38 4/215 2145
/proc/meminfo: memFree=23396336/32770624 swapFree=67108404/67108860
[pid=2130] ppid=2127 vsize=10661056 memory=28372 CPUtime=0.13 cores=0,2,4,6
/proc/2130/stat : 2130 (java) S 2127 2130 30301 0 -1 1077944320 5021 0 0 0 11 2 0 0 20 0 15 0 97622912 10916921344 7093 33554432000 4194304 4196468 140720860135472 140720860118016 140156727295735 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 18300928 140720860136565 140720860136713 140720860136713 140720860139471 0
/proc/2130/statm: 2665264 7093 2867 1 0 2627263 0
[pid=2130/tid=2132] ppid=2127 vsize=10661056 memory=-8171376296011865461 CPUtime=0.1 cores=0,2,4,6
/proc/2130/task/2132/stat : 2132 (java) R 2127 2130 30301 0 -1 4202560 2864 0 0 0 9 1 0 0 20 0 15 0 97622912 10916921344 7093 33554432000 4194304 4196468 140720860135472 140156731524816 140156709817440 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18300928 140720860136565 140720860136713 140720860136713 140720860139471 0
[pid=2130/tid=2133] ppid=2127 vsize=10661056 memory=7948963741541478447 CPUtime=0 cores=0,2,4,6
/proc/2130/task/2133/stat : 2133 (java) S 2127 2130 30301 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 97622913 10916921344 7093 33554432000 4194304 4196468 140720860135472 140156663987088 140156727305941 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18300928 140720860136565 140720860136713 140720860136713 140720860139471 0
[pid=2130/tid=2134] ppid=2127 vsize=10661056 memory=139725740824192 CPUtime=0 cores=0,2,4,6
/proc/2130/task/2134/stat : 2134 (java) S 2127 2130 30301 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 97622913 10916921344 7093 33554432000 4194304 4196468 140720860135472 140156662934288 140156727305941 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18300928 140720860136565 140720860136713 140720860136713 140720860139471 0
[pid=2130/tid=2135] ppid=2127 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2130/task/2135/stat : 2135 (java) S 2127 2130 30301 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 97622913 10916921344 7093 33554432000 4194304 4196468 140720860135472 140156331748496 140156727305941 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18300928 140720860136565 140720860136713 140720860136713 140720860139471 0
[pid=2130/tid=2136] ppid=2127 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/2130/task/2136/stat : 2136 (java) S 2127 2130 30301 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97622913 10916921344 7093 33554432000 4194304 4196468 140720860135472 140156330695696 140156727305941 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18300928 140720860136565 140720860136713 140720860136713 140720860139471 0
[pid=2130/tid=2137] ppid=2127 vsize=10661056 memory=139725740824192 CPUtime=0 cores=0,2,4,6
/proc/2130/task/2137/stat : 2137 (java) S 2127 2130 30301 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 97622914 10916921344 7093 33554432000 4194304 4196468 140720860135472 140155964979312 140156727306882 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18300928 140720860136565 140720860136713 140720860136713 140720860139471 0
[pid=2130/tid=2138] ppid=2127 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/2130/task/2138/stat : 2138 (java) S 2127 2130 30301 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 97622915 10916921344 7093 33554432000 4194304 4196468 140720860135472 140155963925280 140156727305941 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18300928 140720860136565 140720860136713 140720860136713 140720860139471 0
[pid=2130/tid=2139] ppid=2127 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2130/task/2139/stat : 2139 (java) S 2127 2130 30301 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 97622915 10916921344 7093 33554432000 4194304 4196468 140720860135472 140155962872944 140156727305941 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18300928 140720860136565 140720860136713 140720860136713 140720860139471 0
[pid=2130/tid=2140] ppid=2127 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2130/task/2140/stat : 2140 (java) S 2127 2130 30301 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97622917 10916921344 7093 33554432000 4194304 4196468 140720860135472 140155961821264 140156727314331 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18300928 140720860136565 140720860136713 140720860136713 140720860139471 0
[pid=2130/tid=2141] ppid=2127 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2130/task/2141/stat : 2141 (java) R 2127 2130 30301 0 -1 1077944384 311 0 0 0 0 0 0 0 20 0 15 0 97622917 10916921344 7093 33554432000 4194304 4196468 140720860135472 140155960769136 140156727306882 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18300928 140720860136565 140720860136713 140720860136713 140720860139471 0
[pid=2130/tid=2142] ppid=2127 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/2130/task/2142/stat : 2142 (java) R 2127 2130 30301 0 -1 4202560 178 0 0 0 0 0 0 0 20 0 15 0 97622917 10916921344 7093 33554432000 4194304 4196468 140720860135472 140155959703120 140156712958464 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18300928 140720860136565 140720860136713 140720860136713 140720860139471 0
[pid=2130/tid=2143] ppid=2127 vsize=10661056 memory=139725740824192 CPUtime=0.02 cores=0,2,4,6
/proc/2130/task/2143/stat : 2143 (java) R 2127 2130 30301 0 -1 4202560 320 0 0 0 2 0 0 0 20 0 15 0 97622917 10916921344 7093 33554432000 4194304 4196468 140720860135472 140155958663232 140156727309617 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18300928 140720860136565 140720860136713 140720860136713 140720860139471 0
[pid=2130/tid=2144] ppid=2127 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/2130/task/2144/stat : 2144 (java) S 2127 2130 30301 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97622918 10916921344 7093 33554432000 4194304 4196468 140720860135472 140155957611488 140156727305941 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18300928 140720860136565 140720860136713 140720860136713 140720860139471 0
[pid=2130/tid=2145] ppid=2127 vsize=10661056 memory=139725740824192 CPUtime=0 cores=0,2,4,6
/proc/2130/task/2145/stat : 2145 (java) S 2127 2130 30301 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97622918 10916921344 7093 33554432000 4194304 4196468 140720860135472 140155956558256 140156727306882 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18300928 140720860136565 140720860136713 140720860136713 140720860139471 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10661056 KiB
Current children cumulated memory: 28372 KiB

[startup+0.210553 s]*
/proc/loadavg: 1.56 1.36 1.38 4/215 2145
/proc/meminfo: memFree=23385160/32770624 swapFree=67108404/67108860
[pid=2130] ppid=2127 vsize=10661056 memory=40296 CPUtime=0.33 cores=0,2,4,6
/proc/2130/stat : 2130 (java) S 2127 2130 30301 0 -1 1077944320 7661 0 0 0 31 2 0 0 20 0 15 0 97622912 10916921344 10074 33554432000 4194304 4196468 140720860135472 140720860118016 140156727295735 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 18300928 140720860136565 140720860136713 140720860136713 140720860139471 0
/proc/2130/statm: 2665264 10074 2948 1 0 2627263 0
[pid=2130/tid=2132] ppid=2127 vsize=10661132 memory=8389772277269004345 CPUtime=0.19 cores=0,2,4,6
/proc/2130/task/2132/stat : 2132 (java) R 2127 2130 30301 0 -1 4202560 4734 0 0 0 18 1 0 0 20 0 15 0 97622912 10916999168 10074 33554432000 4194304 4196468 140720860135472 140156731528048 140156719973749 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18300928 140720860136565 140720860136713 140720860136713 140720860139471 0
[pid=2130/tid=2133] ppid=2127 vsize=10661132 memory=4294967641 CPUtime=0 cores=0,2,4,6
/proc/2130/task/2133/stat : 2133 (java) S 2127 2130 30301 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 97622913 10916999168 10074 33554432000 4194304 4196468 140720860135472 140156663987088 140156727305941 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18300928 140720860136565 140720860136713 140720860136713 140720860139471 0
[pid=2130/tid=2134] ppid=2127 vsize=10661132 memory=139725741220299 CPUtime=0 cores=0,2,4,6
/proc/2130/task/2134/stat : 2134 (java) S 2127 2130 30301 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 97622913 10916999168 10074 33554432000 4194304 4196468 140720860135472 140156662934288 140156727305941 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18300928 140720860136565 140720860136713 140720860136713 140720860139471 0
[pid=2130/tid=2135] ppid=2127 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2130/task/2135/stat : 2135 (java) S 2127 2130 30301 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 97622913 10916999168 10074 33554432000 4194304 4196468 140720860135472 140156331748496 140156727305941 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18300928 140720860136565 140720860136713 140720860136713 140720860139471 0
[pid=2130/tid=2136] ppid=2127 vsize=10661132 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/2130/task/2136/stat : 2136 (java) S 2127 2130 30301 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97622913 10916999168 10074 33554432000 4194304 4196468 140720860135472 140156330695696 140156727305941 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18300928 140720860136565 140720860136713 140720860136713 140720860139471 0
[pid=2130/tid=2137] ppid=2127 vsize=10661132 memory=139725740824192 CPUtime=0 cores=0,2,4,6
/proc/2130/task/2137/stat : 2137 (java) S 2127 2130 30301 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 97622914 10916999168 10074 33554432000 4194304 4196468 140720860135472 140155964979312 140156727306882 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18300928 140720860136565 140720860136713 140720860136713 140720860139471 0
[pid=2130/tid=2138] ppid=2127 vsize=10661132 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/2130/task/2138/stat : 2138 (java) S 2127 2130 30301 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 97622915 10916999168 10074 33554432000 4194304 4196468 140720860135472 140155963925280 140156727305941 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18300928 140720860136565 140720860136713 140720860136713 140720860139471 0
[pid=2130/tid=2139] ppid=2127 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2130/task/2139/stat : 2139 (java) S 2127 2130 30301 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 97622915 10916999168 10074 33554432000 4194304 4196468 140720860135472 140155962872944 140156727305941 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18300928 140720860136565 140720860136713 140720860136713 140720860139471 0
[pid=2130/tid=2140] ppid=2127 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2130/task/2140/stat : 2140 (java) S 2127 2130 30301 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97622917 10916999168 10074 33554432000 4194304 4196468 140720860135472 140155961821264 140156727314331 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18300928 140720860136565 140720860136713 140720860136713 140720860139471 0
[pid=2130/tid=2141] ppid=2127 vsize=10661132 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/2130/task/2141/stat : 2141 (java) S 2127 2130 30301 0 -1 1077944384 525 0 0 0 2 0 0 0 20 0 15 0 97622917 10916999168 10074 33554432000 4194304 4196468 140720860135472 140155960769136 140156727306882 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18300928 140720860136565 140720860136713 140720860136713 140720860139471 0
[pid=2130/tid=2142] ppid=2127 vsize=10661132 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/2130/task/2142/stat : 2142 (java) S 2127 2130 30301 0 -1 1077944384 232 0 0 0 1 0 0 0 20 0 15 0 97622917 10916999168 10074 33554432000 4194304 4196468 140720860135472 140155959716336 140156727306882 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18300928 140720860136565 140720860136713 140720860136713 140720860139471 0
[pid=2130/tid=2143] ppid=2127 vsize=10661132 memory=139725740824192 CPUtime=0.08 cores=0,2,4,6
/proc/2130/task/2143/stat : 2143 (java) S 2127 2130 30301 0 -1 1077944384 832 0 0 0 8 0 0 0 20 0 15 0 97622917 10916999168 10074 33554432000 4194304 4196468 140720860135472 140155958664048 140156727306882 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18300928 140720860136565 140720860136713 140720860136713 140720860139471 0
[pid=2130/tid=2144] ppid=2127 vsize=10661132 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/2130/task/2144/stat : 2144 (java) S 2127 2130 30301 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97622918 10916999168 10074 33554432000 4194304 4196468 140720860135472 140155957611488 140156727305941 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18300928 140720860136565 140720860136713 140720860136713 140720860139471 0
[pid=2130/tid=2145] ppid=2127 vsize=10661132 memory=139725740824192 CPUtime=0 cores=0,2,4,6
/proc/2130/task/2145/stat : 2145 (java) S 2127 2130 30301 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97622918 10916999168 10074 33554432000 4194304 4196468 140720860135472 140155956558256 140156727306882 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18300928 140720860136565 140720860136713 140720860136713 140720860139471 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 10661056 KiB
Current children cumulated memory: 40296 KiB

[startup+0.310366 s]*
/proc/loadavg: 1.56 1.36 1.38 4/215 2145
/proc/meminfo: memFree=23378460/32770624 swapFree=67108404/67108860
[pid=2130] ppid=2127 vsize=10661132 memory=46844 CPUtime=0.55 cores=0,2,4,6
/proc/2130/stat : 2130 (java) S 2127 2130 30301 0 -1 1077944320 8423 0 0 0 52 3 0 0 20 0 15 0 97622912 10916999168 11711 33554432000 4194304 4196468 140720860135472 140720860118016 140156727295735 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 18300928 140720860136565 140720860136713 140720860136713 140720860139471 0
/proc/2130/statm: 2665283 11711 3038 1 0 2627263 0
[pid=2130/tid=2132] ppid=2127 vsize=10661132 memory=6935054825532540783 CPUtime=0.3 cores=0,2,4,6
/proc/2130/task/2132/stat : 2132 (java) R 2127 2130 30301 0 -1 4202560 5189 0 0 0 28 2 0 0 20 0 15 0 97622912 10916999168 11711 33554432000 4194304 4196468 140720860135472 140156731530432 140156342466977 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18300928 140720860136565 140720860136713 140720860136713 140720860139471 0
[pid=2130/tid=2133] ppid=2127 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2130/task/2133/stat : 2133 (java) S 2127 2130 30301 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 97622913 10916999168 11711 33554432000 4194304 4196468 140720860135472 140156663987088 140156727305941 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18300928 140720860136565 140720860136713 140720860136713 140720860139471 0
[pid=2130/tid=2134] ppid=2127 vsize=10661132 memory=139725621003727 CPUtime=0 cores=0,2,4,6
/proc/2130/task/2134/stat : 2134 (java) S 2127 2130 30301 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 97622913 10916999168 11711 33554432000 4194304 4196468 140720860135472 140156662934288 140156727305941 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18300928 140720860136565 140720860136713 140720860136713 140720860139471 0
[pid=2130/tid=2135] ppid=2127 vsize=10661132 memory=67 CPUtime=0 cores=0,2,4,6
/proc/2130/task/2135/stat : 2135 (java) S 2127 2130 30301 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 97622913 10916999168 11711 33554432000 4194304 4196468 140720860135472 140156331748496 140156727305941 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18300928 140720860136565 140720860136713 140720860136713 140720860139471 0
[pid=2130/tid=2136] ppid=2127 vsize=10661132 memory=35 CPUtime=0 cores=0,2,4,6
/proc/2130/task/2136/stat : 2136 (java) S 2127 2130 30301 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97622913 10916999168 11711 33554432000 4194304 4196468 140720860135472 140156330695696 140156727305941 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18300928 140720860136565 140720860136713 140720860136713 140720860139471 0
[pid=2130/tid=2137] ppid=2127 vsize=10661132 memory=139725740877600 CPUtime=0 cores=0,2,4,6
/proc/2130/task/2137/stat : 2137 (java) S 2127 2130 30301 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 97622914 10916999168 11711 33554432000 4194304 4196468 140720860135472 140155964979312 140156727306882 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18300928 140720860136565 140720860136713 140720860136713 140720860139471 0
[pid=2130/tid=2138] ppid=2127 vsize=10661132 memory=35 CPUtime=0 cores=0,2,4,6
/proc/2130/task/2138/stat : 2138 (java) S 2127 2130 30301 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 97622915 10916999168 11711 33554432000 4194304 4196468 140720860135472 140155963925280 140156727305941 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18300928 140720860136565 140720860136713 140720860136713 140720860139471 0
[pid=2130/tid=2139] ppid=2127 vsize=10661132 memory=2244 CPUtime=0 cores=0,2,4,6
/proc/2130/task/2139/stat : 2139 (java) S 2127 2130 30301 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 97622915 10916999168 11711 33554432000 4194304 4196468 140720860135472 140155962872944 140156727305941 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18300928 140720860136565 140720860136713 140720860136713 140720860139471 0
[pid=2130/tid=2140] ppid=2127 vsize=10661132 memory=60356 CPUtime=0 cores=0,2,4,6
/proc/2130/task/2140/stat : 2140 (java) S 2127 2130 30301 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97622917 10916999168 11711 33554432000 4194304 4196468 140720860135472 140155961821264 140156727314331 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18300928 140720860136565 140720860136713 140720860136713 140720860139471 0
[pid=2130/tid=2141] ppid=2127 vsize=10661132 memory=0 CPUtime=0.04 cores=0,2,4,6
/proc/2130/task/2141/stat : 2141 (java) R 2127 2130 30301 0 -1 1077944384 580 0 0 0 4 0 0 0 20 0 15 0 97622917 10916999168 11711 33554432000 4194304 4196468 140720860135472 140155960769136 140156727306882 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18300928 140720860136565 140720860136713 140720860136713 140720860139471 0
[pid=2130/tid=2142] ppid=2127 vsize=10661132 memory=139725620947311 CPUtime=0.05 cores=0,2,4,6
/proc/2130/task/2142/stat : 2142 (java) R 2127 2130 30301 0 -1 4202560 334 0 0 0 5 0 0 0 20 0 15 0 97622917 10916999168 11711 33554432000 4194304 4196468 140720860135472 140155959716336 140156727317082 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18300928 140720860136565 140720860136713 140720860136713 140720860139471 0
[pid=2130/tid=2143] ppid=2127 vsize=10661132 memory=139725740826228 CPUtime=0.14 cores=0,2,4,6
/proc/2130/task/2143/stat : 2143 (java) R 2127 2130 30301 0 -1 4202560 957 0 0 0 14 0 0 0 20 0 15 0 97622917 10916999168 11711 33554432000 4194304 4196468 140720860135472 140155958664048 140156720392571 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18300928 140720860136565 140720860136713 140720860136713 140720860139471 0
[pid=2130/tid=2144] ppid=2127 vsize=10661132 memory=139725621022159 CPUtime=0 cores=0,2,4,6
/proc/2130/task/2144/stat : 2144 (java) S 2127 2130 30301 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97622918 10916999168 11711 33554432000 4194304 4196468 140720860135472 140155957611488 140156727305941 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18300928 140720860136565 140720860136713 140720860136713 140720860139471 0
[pid=2130/tid=2145] ppid=2127 vsize=10661132 memory=279451361867744 CPUtime=0 cores=0,2,4,6
/proc/2130/task/2145/stat : 2145 (java) S 2127 2130 30301 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97622918 10916999168 11711 33554432000 4194304 4196468 140720860135472 140155956558256 140156727306882 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18300928 140720860136565 140720860136713 140720860136713 140720860139471 0
Current children cumulated CPU time: 0.55 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 46844 KiB

[startup+0.701129 s]
/proc/loadavg: 1.56 1.36 1.38 5/215 2145
/proc/meminfo: memFree=23356660/32770624 swapFree=67108404/67108860
[pid=2130] ppid=2127 vsize=10662940 memory=88568 CPUtime=1.75 cores=0,2,4,6
/proc/2130/stat : 2130 (java) S 2127 2130 30301 0 -1 1077944320 14733 0 0 0 171 4 0 0 20 0 15 0 97622912 10918850560 22142 33554432000 4194304 4196468 140720860135472 140720860118016 140156727295735 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 18300928 140720860136565 140720860136713 140720860136713 140720860139471 0
/proc/2130/statm: 2665735 22142 3091 1 0 2627715 0
[pid=2130/tid=2132] ppid=2127 vsize=10662940 memory=0 CPUtime=0.67 cores=0,2,4,6
/proc/2130/task/2132/stat : 2132 (java) R 2127 2130 30301 0 -1 4202560 5313 0 0 0 65 2 0 0 20 0 15 0 97622912 10918850560 22142 33554432000 4194304 4196468 140720860135472 140156731534888 140156344759868 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18300928 140720860136565 140720860136713 140720860136713 140720860139471 0
[pid=2130/tid=2133] ppid=2127 vsize=10662940 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2130/task/2133/stat : 2133 (java) S 2127 2130 30301 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 97622913 10918850560 22142 33554432000 4194304 4196468 140720860135472 140156663987088 140156727305941 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18300928 140720860136565 140720860136713 140720860136713 140720860139471 0
[pid=2130/tid=2134] ppid=2127 vsize=10662940 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2130/task/2134/stat : 2134 (java) S 2127 2130 30301 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 97622913 10918850560 22142 33554432000 4194304 4196468 140720860135472 140156662934288 140156727305941 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18300928 140720860136565 140720860136713 140720860136713 140720860139471 0
[pid=2130/tid=2135] ppid=2127 vsize=10662940 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2130/task/2135/stat : 2135 (java) S 2127 2130 30301 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 97622913 10918850560 22142 33554432000 4194304 4196468 140720860135472 140156331748496 140156727305941 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18300928 140720860136565 140720860136713 140720860136713 140720860139471 0
[pid=2130/tid=2136] ppid=2127 vsize=10662940 memory=8751464017575360309 CPUtime=0 cores=0,2,4,6
/proc/2130/task/2136/stat : 2136 (java) S 2127 2130 30301 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97622913 10918850560 22142 33554432000 4194304 4196468 140720860135472 140156330695696 140156727305941 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18300928 140720860136565 140720860136713 140720860136713 140720860139471 0
[pid=2130/tid=2137] ppid=2127 vsize=10662940 memory=5859271429994004578 CPUtime=0 cores=0,2,4,6
/proc/2130/task/2137/stat : 2137 (java) S 2127 2130 30301 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 97622914 10918850560 22142 33554432000 4194304 4196468 140720860135472 140155964979312 140156727306882 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18300928 140720860136565 140720860136713 140720860136713 140720860139471 0
[pid=2130/tid=2138] ppid=2127 vsize=10662940 memory=4639059877604708710 CPUtime=0 cores=0,2,4,6
/proc/2130/task/2138/stat : 2138 (java) S 2127 2130 30301 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 97622915 10918850560 22142 33554432000 4194304 4196468 140720860135472 140155963925280 140156727305941 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18300928 140720860136565 140720860136713 140720860136713 140720860139471 0
[pid=2130/tid=2139] ppid=2127 vsize=10662940 memory=1200 CPUtime=0 cores=0,2,4,6
/proc/2130/task/2139/stat : 2139 (java) S 2127 2130 30301 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 97622915 10918850560 22142 33554432000 4194304 4196468 140720860135472 140155962872944 140156727305941 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18300928 140720860136565 140720860136713 140720860136713 140720860139471 0
[pid=2130/tid=2140] ppid=2127 vsize=10662940 memory=15876 CPUtime=0 cores=0,2,4,6
/proc/2130/task/2140/stat : 2140 (java) S 2127 2130 30301 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97622917 10918850560 22142 33554432000 4194304 4196468 140720860135472 140155961821264 140156727314331 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18300928 140720860136565 140720860136713 140720860136713 140720860139471 0
[pid=2130/tid=2141] ppid=2127 vsize=10662940 memory=4044 CPUtime=0.4 cores=0,2,4,6
/proc/2130/task/2141/stat : 2141 (java) R 2127 2130 30301 0 -1 4202560 2416 0 0 0 40 0 0 0 20 0 15 0 97622917 10918850560 22142 33554432000 4194304 4196468 140720860135472 140155960750288 140156706534144 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 18300928 140720860136565 140720860136713 140720860136713 140720860139471 0
[pid=2130/tid=2142] ppid=2127 vsize=10662940 memory=2241 CPUtime=0.41 cores=0,2,4,6
/proc/2130/task/2142/stat : 2142 (java) R 2127 2130 30301 0 -1 4202560 4206 0 0 0 41 0 0 0 20 0 15 0 97622917 10918850560 22142 33554432000 4194304 4196468 140720860135472 140155959702592 140156710680528 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18300928 140720860136565 140720860136713 140720860136713 140720860139471 0
[pid=2130/tid=2143] ppid=2127 vsize=10662940 memory=2244 CPUtime=0.23 cores=0,2,4,6
/proc/2130/task/2143/stat : 2143 (java) S 2127 2130 30301 0 -1 1077944384 1425 0 0 0 23 0 0 0 20 0 15 0 97622917 10918850560 22142 33554432000 4194304 4196468 140720860135472 140155958664048 140156727306882 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18300928 140720860136565 140720860136713 140720860136713 140720860139471 0
[pid=2130/tid=2144] ppid=2127 vsize=10662940 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2130/task/2144/stat : 2144 (java) S 2127 2130 30301 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97622918 10918850560 22142 33554432000 4194304 4196468 140720860135472 140155957611488 140156727305941 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18300928 140720860136565 140720860136713 140720860136713 140720860139471 0
[pid=2130/tid=2145] ppid=2127 vsize=10662940 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2130/task/2145/stat : 2145 (java) S 2127 2130 30301 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97622918 10918850560 22142 33554432000 4194304 4196468 140720860135472 140155956558256 140156727306882 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18300928 140720860136565 140720860136713 140720860136713 140720860139471 0
Current children cumulated CPU time: 1.75 s
Current children cumulated vsize: 10662940 KiB
Current children cumulated memory: 88568 KiB

[startup+1.50076 s]
/proc/loadavg: 1.56 1.36 1.38 3/215 2145
/proc/meminfo: memFree=23306808/32770624 swapFree=67108404/67108860
[pid=2130] ppid=2127 vsize=10661132 memory=181872 CPUtime=3.08 cores=0,2,4,6
/proc/2130/stat : 2130 (java) S 2127 2130 30301 0 -1 1077944320 16779 0 0 0 302 6 0 0 20 0 15 0 97622912 10916999168 45468 33554432000 4194304 4196468 140720860135472 140720860118016 140156727295735 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 18300928 140720860136565 140720860136713 140720860136713 140720860139471 0
/proc/2130/statm: 2665283 45468 3099 1 0 2627263 0
[pid=2130/tid=2132] ppid=2127 vsize=10661132 memory=279451242287904 CPUtime=1.47 cores=0,2,4,6
/proc/2130/task/2132/stat : 2132 (java) R 2127 2130 30301 0 -1 4202560 5452 0 0 0 144 3 0 0 20 0 15 0 97622912 10916999168 45468 33554432000 4194304 4196468 140720860135472 140156731532608 140156345530761 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18300928 140720860136565 140720860136713 140720860136713 140720860139471 0
[pid=2130/tid=2133] ppid=2127 vsize=10661132 memory=139725621026672 CPUtime=0 cores=0,2,4,6
/proc/2130/task/2133/stat : 2133 (java) S 2127 2130 30301 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 97622913 10916999168 45468 33554432000 4194304 4196468 140720860135472 140156663987088 140156727305941 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18300928 140720860136565 140720860136713 140720860136713 140720860139471 0
[pid=2130/tid=2134] ppid=2127 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2130/task/2134/stat : 2134 (java) S 2127 2130 30301 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 97622913 10916999168 45468 33554432000 4194304 4196468 140720860135472 140156662934288 140156727305941 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18300928 140720860136565 140720860136713 140720860136713 140720860139471 0
[pid=2130/tid=2135] ppid=2127 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2130/task/2135/stat : 2135 (java) S 2127 2130 30301 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 97622913 10916999168 45468 33554432000 4194304 4196468 140720860135472 140156331748496 140156727305941 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18300928 140720860136565 140720860136713 140720860136713 140720860139471 0
[pid=2130/tid=2136] ppid=2127 vsize=10661132 memory=279451242340384 CPUtime=0 cores=0,2,4,6
/proc/2130/task/2136/stat : 2136 (java) S 2127 2130 30301 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97622913 10916999168 45468 33554432000 4194304 4196468 140720860135472 140156330695696 140156727305941 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18300928 140720860136565 140720860136713 140720860136713 140720860139471 0
[pid=2130/tid=2137] ppid=2127 vsize=10661132 memory=105740 CPUtime=0 cores=0,2,4,6
/proc/2130/task/2137/stat : 2137 (java) S 2127 2130 30301 0 -1 1077944384 16 0 0 0 0 0 0 0 20 0 15 0 97622914 10916999168 45468 33554432000 4194304 4196468 140720860135472 140155964979312 140156727306882 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18300928 140720860136565 140720860136713 140720860136713 140720860139471 0

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

/proc/2130/task/2132/stat : 2132 (java) R 2127 2130 30301 0 -1 4202560 16795 0 0 0 243066 17 0 0 20 0 15 0 97622912 10916999168 52118 33554432000 4194304 4196468 140720860135472 140156731535728 140156345894302 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18300928 140720860136565 140720860136713 140720860136713 140720860139471 0
[pid=2130/tid=2133] ppid=2127 vsize=10661132 memory=208472 CPUtime=4.13 cores=0,2,4,6
/proc/2130/task/2133/stat : 2133 (java) S 2127 2130 30301 0 -1 1077944384 3161 0 0 0 386 27 0 0 20 0 15 0 97622913 10916999168 52118 33554432000 4194304 4196468 140720860135472 140156663987088 140156727305941 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18300928 140720860136565 140720860136713 140720860136713 140720860139471 0
[pid=2130/tid=2134] ppid=2127 vsize=10661132 memory=208472 CPUtime=4.14 cores=0,2,4,6
/proc/2130/task/2134/stat : 2134 (java) S 2127 2130 30301 0 -1 1077944384 3209 0 0 0 385 29 0 0 20 0 15 0 97622913 10916999168 52118 33554432000 4194304 4196468 140720860135472 140156662934288 140156727305941 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18300928 140720860136565 140720860136713 140720860136713 140720860139471 0
[pid=2130/tid=2135] ppid=2127 vsize=10661132 memory=208472 CPUtime=4.11 cores=0,2,4,6
/proc/2130/task/2135/stat : 2135 (java) S 2127 2130 30301 0 -1 1077944384 2217 0 0 0 382 29 0 0 20 0 15 0 97622913 10916999168 52118 33554432000 4194304 4196468 140720860135472 140156331748496 140156727305941 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18300928 140720860136565 140720860136713 140720860136713 140720860139471 0
[pid=2130/tid=2136] ppid=2127 vsize=10661132 memory=208472 CPUtime=4.13 cores=0,2,4,6
/proc/2130/task/2136/stat : 2136 (java) S 2127 2130 30301 0 -1 1077944384 1833 0 0 0 386 27 0 0 20 0 15 0 97622913 10916999168 52118 33554432000 4194304 4196468 140720860135472 140156330695696 140156727305941 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18300928 140720860136565 140720860136713 140720860136713 140720860139471 0
[pid=2130/tid=2137] ppid=2127 vsize=10661132 memory=208472 CPUtime=4.21 cores=0,2,4,6
/proc/2130/task/2137/stat : 2137 (java) S 2127 2130 30301 0 -1 1077944384 4027 0 0 0 392 29 0 0 20 0 15 0 97622914 10916999168 52118 33554432000 4194304 4196468 140720860135472 140155964979312 140156727306882 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18300928 140720860136565 140720860136713 140720860136713 140720860139471 0
[pid=2130/tid=2138] ppid=2127 vsize=10661132 memory=208472 CPUtime=0 cores=0,2,4,6
/proc/2130/task/2138/stat : 2138 (java) S 2127 2130 30301 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 15 0 97622915 10916999168 52118 33554432000 4194304 4196468 140720860135472 140155963925280 140156727305941 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18300928 140720860136565 140720860136713 140720860136713 140720860139471 0
[pid=2130/tid=2139] ppid=2127 vsize=10661132 memory=208472 CPUtime=0 cores=0,2,4,6
/proc/2130/task/2139/stat : 2139 (java) S 2127 2130 30301 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 15 0 97622915 10916999168 52118 33554432000 4194304 4196468 140720860135472 140155962872944 140156727305941 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18300928 140720860136565 140720860136713 140720860136713 140720860139471 0
[pid=2130/tid=2140] ppid=2127 vsize=10661132 memory=208472 CPUtime=0 cores=0,2,4,6
/proc/2130/task/2140/stat : 2140 (java) S 2127 2130 30301 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97622917 10916999168 52118 33554432000 4194304 4196468 140720860135472 140155961821264 140156727314331 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18300928 140720860136565 140720860136713 140720860136713 140720860139471 0
[pid=2130/tid=2141] ppid=2127 vsize=10661132 memory=208472 CPUtime=0.72 cores=0,2,4,6
/proc/2130/task/2141/stat : 2141 (java) S 2127 2130 30301 0 -1 1077944384 4084 0 0 0 71 1 0 0 20 0 15 0 97622917 10916999168 52118 33554432000 4194304 4196468 140720860135472 140155960769136 140156727306882 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18300928 140720860136565 140720860136713 140720860136713 140720860139471 0
[pid=2130/tid=2142] ppid=2127 vsize=10661132 memory=208472 CPUtime=0.76 cores=0,2,4,6
/proc/2130/task/2142/stat : 2142 (java) S 2127 2130 30301 0 -1 1077944384 6417 0 0 0 76 0 0 0 20 0 15 0 97622917 10916999168 52118 33554432000 4194304 4196468 140720860135472 140155959716336 140156727306882 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18300928 140720860136565 140720860136713 140720860136713 140720860139471 0
[pid=2130/tid=2143] ppid=2127 vsize=10661132 memory=1792 CPUtime=0.3 cores=0,2,4,6
/proc/2130/task/2143/stat : 2143 (java) S 2127 2130 30301 0 -1 1077944384 2900 0 0 0 29 1 0 0 20 0 15 0 97622917 10916999168 52118 33554432000 4194304 4196468 140720860135472 140155958664048 140156727306882 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18300928 140720860136565 140720860136713 140720860136713 140720860139471 0
[pid=2130/tid=2144] ppid=2127 vsize=10661132 memory=208472 CPUtime=0 cores=0,2,4,6
/proc/2130/task/2144/stat : 2144 (java) S 2127 2130 30301 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97622918 10916999168 52118 33554432000 4194304 4196468 140720860135472 140155957611488 140156727305941 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18300928 140720860136565 140720860136713 140720860136713 140720860139471 0
[pid=2130/tid=2145] ppid=2127 vsize=10661132 memory=208472 CPUtime=0.92 cores=0,2,4,6
/proc/2130/task/2145/stat : 2145 (java) S 2127 2130 30301 0 -1 1077944384 906 0 0 0 49 43 0 0 20 0 15 0 97622918 10916999168 52118 33554432000 4194304 4196468 140720860135472 140155956558256 140156727306882 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18300928 140720860136565 140720860136713 140720860136713 140720860139471 0
Current children cumulated CPU time: 2454.32 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 208472 KiB

[startup+2502.3 s]
/proc/loadavg: 1.37 1.40 1.35 3/214 2320
/proc/meminfo: memFree=23123520/32770624 swapFree=67108404/67108860
[pid=2130] ppid=2127 vsize=10661132 memory=208472 CPUtime=2514.59 cores=0,2,4,6
/proc/2130/stat : 2130 (java) S 2127 2130 30301 0 -1 1077944320 47334 0 0 0 251295 164 0 0 20 0 15 0 97622912 10916999168 52118 33554432000 4194304 4196468 140720860135472 140720860118016 140156727295735 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 18300928 140720860136565 140720860136713 140720860136713 140720860139471 0
/proc/2130/statm: 2665283 52118 3129 1 0 2627263 0
[pid=2130/tid=2132] ppid=2127 vsize=10661132 memory=208472 CPUtime=2490.53 cores=0,2,4,6
/proc/2130/task/2132/stat : 2132 (java) R 2127 2130 30301 0 -1 4202560 17100 0 0 0 249036 17 0 0 20 0 15 0 97622912 10916999168 52118 33554432000 4194304 4196468 140720860135472 140156731535728 140156345974874 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18300928 140720860136565 140720860136713 140720860136713 140720860139471 0
[pid=2130/tid=2133] ppid=2127 vsize=10661132 memory=208472 CPUtime=4.24 cores=0,2,4,6
/proc/2130/task/2133/stat : 2133 (java) S 2127 2130 30301 0 -1 1077944384 3165 0 0 0 396 28 0 0 20 0 15 0 97622913 10916999168 52118 33554432000 4194304 4196468 140720860135472 140156663987088 140156727305941 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18300928 140720860136565 140720860136713 140720860136713 140720860139471 0
[pid=2130/tid=2134] ppid=2127 vsize=10661132 memory=208472 CPUtime=4.25 cores=0,2,4,6
/proc/2130/task/2134/stat : 2134 (java) S 2127 2130 30301 0 -1 1077944384 3213 0 0 0 395 30 0 0 20 0 15 0 97622913 10916999168 52118 33554432000 4194304 4196468 140720860135472 140156662934288 140156727305941 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18300928 140720860136565 140720860136713 140720860136713 140720860139471 0
[pid=2130/tid=2135] ppid=2127 vsize=10661132 memory=208472 CPUtime=4.2 cores=0,2,4,6
/proc/2130/task/2135/stat : 2135 (java) S 2127 2130 30301 0 -1 1077944384 2236 0 0 0 391 29 0 0 20 0 15 0 97622913 10916999168 52118 33554432000 4194304 4196468 140720860135472 140156331748496 140156727305941 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18300928 140720860136565 140720860136713 140720860136713 140720860139471 0
[pid=2130/tid=2136] ppid=2127 vsize=10661132 memory=208472 CPUtime=4.24 cores=0,2,4,6
/proc/2130/task/2136/stat : 2136 (java) S 2127 2130 30301 0 -1 1077944384 1835 0 0 0 396 28 0 0 20 0 15 0 97622913 10916999168 52118 33554432000 4194304 4196468 140720860135472 140156330695696 140156727305941 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18300928 140720860136565 140720860136713 140720860136713 140720860139471 0
[pid=2130/tid=2137] ppid=2127 vsize=10661132 memory=208472 CPUtime=4.32 cores=0,2,4,6
/proc/2130/task/2137/stat : 2137 (java) S 2127 2130 30301 0 -1 1077944384 4069 0 0 0 402 30 0 0 20 0 15 0 97622914 10916999168 52118 33554432000 4194304 4196468 140720860135472 140155964979312 140156727306882 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18300928 140720860136565 140720860136713 140720860136713 140720860139471 0
[pid=2130/tid=2138] ppid=2127 vsize=10661132 memory=208472 CPUtime=0 cores=0,2,4,6
/proc/2130/task/2138/stat : 2138 (java) S 2127 2130 30301 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 15 0 97622915 10916999168 52118 33554432000 4194304 4196468 140720860135472 140155963925280 140156727305941 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18300928 140720860136565 140720860136713 140720860136713 140720860139471 0
[pid=2130/tid=2139] ppid=2127 vsize=10661132 memory=208472 CPUtime=0 cores=0,2,4,6
/proc/2130/task/2139/stat : 2139 (java) S 2127 2130 30301 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 15 0 97622915 10916999168 52118 33554432000 4194304 4196468 140720860135472 140155962872944 140156727305941 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18300928 140720860136565 140720860136713 140720860136713 140720860139471 0
[pid=2130/tid=2140] ppid=2127 vsize=10661132 memory=208472 CPUtime=0 cores=0,2,4,6
/proc/2130/task/2140/stat : 2140 (java) S 2127 2130 30301 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97622917 10916999168 52118 33554432000 4194304 4196468 140720860135472 140155961821264 140156727314331 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18300928 140720860136565 140720860136713 140720860136713 140720860139471 0
[pid=2130/tid=2141] ppid=2127 vsize=10661132 memory=208472 CPUtime=0.72 cores=0,2,4,6
/proc/2130/task/2141/stat : 2141 (java) S 2127 2130 30301 0 -1 1077944384 4084 0 0 0 71 1 0 0 20 0 15 0 97622917 10916999168 52118 33554432000 4194304 4196468 140720860135472 140155960769136 140156727306882 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18300928 140720860136565 140720860136713 140720860136713 140720860139471 0
[pid=2130/tid=2142] ppid=2127 vsize=10661132 memory=208472 CPUtime=0.76 cores=0,2,4,6
/proc/2130/task/2142/stat : 2142 (java) S 2127 2130 30301 0 -1 1077944384 6417 0 0 0 76 0 0 0 20 0 15 0 97622917 10916999168 52118 33554432000 4194304 4196468 140720860135472 140155959716336 140156727306882 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18300928 140720860136565 140720860136713 140720860136713 140720860139471 0
[pid=2130/tid=2143] ppid=2127 vsize=10661132 memory=8112282956445269571 CPUtime=0.3 cores=0,2,4,6
/proc/2130/task/2143/stat : 2143 (java) S 2127 2130 30301 0 -1 1077944384 2900 0 0 0 29 1 0 0 20 0 15 0 97622917 10916999168 52118 33554432000 4194304 4196468 140720860135472 140155958664048 140156727306882 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18300928 140720860136565 140720860136713 140720860136713 140720860139471 0
[pid=2130/tid=2144] ppid=2127 vsize=10661132 memory=-8961168018402230209 CPUtime=0 cores=0,2,4,6
/proc/2130/task/2144/stat : 2144 (java) S 2127 2130 30301 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97622918 10916999168 52118 33554432000 4194304 4196468 140720860135472 140155957611488 140156727305941 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18300928 140720860136565 140720860136713 140720860136713 140720860139471 0
[pid=2130/tid=2145] ppid=2127 vsize=10661132 memory=208472 CPUtime=0.94 cores=0,2,4,6
/proc/2130/task/2145/stat : 2145 (java) S 2127 2130 30301 0 -1 1077944384 912 0 0 0 50 44 0 0 20 0 15 0 97622918 10916999168 52118 33554432000 4194304 4196468 140720860135472 140155956558256 140156727306882 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18300928 140720860136565 140720860136713 140720860136713 140720860139471 0
Current children cumulated CPU time: 2514.59 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 208472 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2507.7 s]
/proc/loadavg: 1.34 1.39 1.35 3/214 2320
/proc/meminfo: memFree=23123644/32770624 swapFree=67108404/67108860
[pid=2130] ppid=2127 vsize=10661132 memory=208472 CPUtime=2520.01 cores=0,2,4,6
/proc/2130/stat : 2130 (java) S 2127 2130 30301 0 -1 1077944320 47351 0 0 0 251837 164 0 0 20 0 15 0 97622912 10916999168 52118 33554432000 4194304 4196468 140720860135472 140720860118016 140156727295735 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 18300928 140720860136565 140720860136713 140720860136713 140720860139471 0
/proc/2130/statm: 2665283 52118 3129 1 0 2627263 0
[pid=2130/tid=2132] ppid=2127 vsize=10661132 memory=208472 CPUtime=2495.91 cores=0,2,4,6
/proc/2130/task/2132/stat : 2132 (java) R 2127 2130 30301 0 -1 4202560 17116 0 0 0 249574 17 0 0 20 0 15 0 97622912 10916999168 52118 33554432000 4194304 4196468 140720860135472 140156731535584 140156345934096 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 18300928 140720860136565 140720860136713 140720860136713 140720860139471 0
[pid=2130/tid=2133] ppid=2127 vsize=10661132 memory=208472 CPUtime=4.25 cores=0,2,4,6
/proc/2130/task/2133/stat : 2133 (java) S 2127 2130 30301 0 -1 1077944384 3165 0 0 0 397 28 0 0 20 0 15 0 97622913 10916999168 52118 33554432000 4194304 4196468 140720860135472 140156663987088 140156727305941 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18300928 140720860136565 140720860136713 140720860136713 140720860139471 0
[pid=2130/tid=2134] ppid=2127 vsize=10661132 memory=208472 CPUtime=4.26 cores=0,2,4,6
/proc/2130/task/2134/stat : 2134 (java) S 2127 2130 30301 0 -1 1077944384 3213 0 0 0 396 30 0 0 20 0 15 0 97622913 10916999168 52118 33554432000 4194304 4196468 140720860135472 140156662934288 140156727305941 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18300928 140720860136565 140720860136713 140720860136713 140720860139471 0
[pid=2130/tid=2135] ppid=2127 vsize=10661132 memory=208472 CPUtime=4.21 cores=0,2,4,6
/proc/2130/task/2135/stat : 2135 (java) S 2127 2130 30301 0 -1 1077944384 2236 0 0 0 392 29 0 0 20 0 15 0 97622913 10916999168 52118 33554432000 4194304 4196468 140720860135472 140156331748496 140156727305941 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18300928 140720860136565 140720860136713 140720860136713 140720860139471 0
[pid=2130/tid=2136] ppid=2127 vsize=10661132 memory=208472 CPUtime=4.25 cores=0,2,4,6
/proc/2130/task/2136/stat : 2136 (java) S 2127 2130 30301 0 -1 1077944384 1835 0 0 0 397 28 0 0 20 0 15 0 97622913 10916999168 52118 33554432000 4194304 4196468 140720860135472 140156330695696 140156727305941 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18300928 140720860136565 140720860136713 140720860136713 140720860139471 0
[pid=2130/tid=2137] ppid=2127 vsize=10661132 memory=208472 CPUtime=4.33 cores=0,2,4,6
/proc/2130/task/2137/stat : 2137 (java) S 2127 2130 30301 0 -1 1077944384 4069 0 0 0 403 30 0 0 20 0 15 0 97622914 10916999168 52118 33554432000 4194304 4196468 140720860135472 140155964979312 140156727306882 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18300928 140720860136565 140720860136713 140720860136713 140720860139471 0
[pid=2130/tid=2138] ppid=2127 vsize=10661132 memory=208472 CPUtime=0 cores=0,2,4,6
/proc/2130/task/2138/stat : 2138 (java) S 2127 2130 30301 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 15 0 97622915 10916999168 52118 33554432000 4194304 4196468 140720860135472 140155963925280 140156727305941 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18300928 140720860136565 140720860136713 140720860136713 140720860139471 0
[pid=2130/tid=2139] ppid=2127 vsize=10661132 memory=208472 CPUtime=0 cores=0,2,4,6
/proc/2130/task/2139/stat : 2139 (java) S 2127 2130 30301 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 15 0 97622915 10916999168 52118 33554432000 4194304 4196468 140720860135472 140155962872944 140156727305941 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18300928 140720860136565 140720860136713 140720860136713 140720860139471 0
[pid=2130/tid=2140] ppid=2127 vsize=10661132 memory=208472 CPUtime=0 cores=0,2,4,6
/proc/2130/task/2140/stat : 2140 (java) S 2127 2130 30301 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97622917 10916999168 52118 33554432000 4194304 4196468 140720860135472 140155961821264 140156727314331 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18300928 140720860136565 140720860136713 140720860136713 140720860139471 0
[pid=2130/tid=2141] ppid=2127 vsize=10661132 memory=208472 CPUtime=0.72 cores=0,2,4,6
/proc/2130/task/2141/stat : 2141 (java) S 2127 2130 30301 0 -1 1077944384 4085 0 0 0 71 1 0 0 20 0 15 0 97622917 10916999168 52118 33554432000 4194304 4196468 140720860135472 140155960769136 140156727306882 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18300928 140720860136565 140720860136713 140720860136713 140720860139471 0
[pid=2130/tid=2142] ppid=2127 vsize=10661132 memory=208472 CPUtime=0.76 cores=0,2,4,6
/proc/2130/task/2142/stat : 2142 (java) S 2127 2130 30301 0 -1 1077944384 6417 0 0 0 76 0 0 0 20 0 15 0 97622917 10916999168 52118 33554432000 4194304 4196468 140720860135472 140155959716336 140156727306882 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18300928 140720860136565 140720860136713 140720860136713 140720860139471 0
[pid=2130/tid=2143] ppid=2127 vsize=10661132 memory=208472 CPUtime=0.3 cores=0,2,4,6
/proc/2130/task/2143/stat : 2143 (java) S 2127 2130 30301 0 -1 1077944384 2900 0 0 0 29 1 0 0 20 0 15 0 97622917 10916999168 52118 33554432000 4194304 4196468 140720860135472 140155958664048 140156727306882 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18300928 140720860136565 140720860136713 140720860136713 140720860139471 0
[pid=2130/tid=2144] ppid=2127 vsize=10661132 memory=208472 CPUtime=0 cores=0,2,4,6
/proc/2130/task/2144/stat : 2144 (java) S 2127 2130 30301 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97622918 10916999168 52118 33554432000 4194304 4196468 140720860135472 140155957611488 140156727305941 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18300928 140720860136565 140720860136713 140720860136713 140720860139471 0
[pid=2130/tid=2145] ppid=2127 vsize=10661132 memory=-8961168018402230209 CPUtime=0.94 cores=0,2,4,6
/proc/2130/task/2145/stat : 2145 (java) S 2127 2130 30301 0 -1 1077944384 912 0 0 0 50 44 0 0 20 0 15 0 97622918 10916999168 52118 33554432000 4194304 4196468 140720860135472 140155956558256 140156727306882 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18300928 140720860136565 140720860136713 140720860136713 140720860139471 0
Current children cumulated CPU time: 2520.01 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 208472 KiB

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

[startup+2507.72 s]
# the end of solver process 2130 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2518.39 s, system=1.64574 s

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

[startup+2507.7 s]
/proc/loadavg: 1.34 1.39 1.35 3/214 2320
/proc/meminfo: memFree=23123644/32770624 swapFree=67108404/67108860
[pid=2130] ppid=2127 vsize=10661132 memory=208472 CPUtime=2520.01 cores=0,2,4,6
/proc/2130/stat : 2130 (java) S 2127 2130 30301 0 -1 1077944320 47351 0 0 0 251837 164 0 0 20 0 15 0 97622912 10916999168 52118 33554432000 4194304 4196468 140720860135472 140720860118016 140156727295735 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 18300928 140720860136565 140720860136713 140720860136713 140720860139471 0
/proc/2130/statm: 2665283 52118 3129 1 0 2627263 0
[pid=2130/tid=2132] ppid=2127 vsize=10661132 memory=208472 CPUtime=2495.91 cores=0,2,4,6
/proc/2130/task/2132/stat : 2132 (java) R 2127 2130 30301 0 -1 4202560 17116 0 0 0 249574 17 0 0 20 0 15 0 97622912 10916999168 52118 33554432000 4194304 4196468 140720860135472 140156731535584 140156345934096 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 18300928 140720860136565 140720860136713 140720860136713 140720860139471 0
[pid=2130/tid=2133] ppid=2127 vsize=10661132 memory=208472 CPUtime=4.25 cores=0,2,4,6
/proc/2130/task/2133/stat : 2133 (java) S 2127 2130 30301 0 -1 1077944384 3165 0 0 0 397 28 0 0 20 0 15 0 97622913 10916999168 52118 33554432000 4194304 4196468 140720860135472 140156663987088 140156727305941 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18300928 140720860136565 140720860136713 140720860136713 140720860139471 0
[pid=2130/tid=2134] ppid=2127 vsize=10661132 memory=208472 CPUtime=4.26 cores=0,2,4,6
/proc/2130/task/2134/stat : 2134 (java) S 2127 2130 30301 0 -1 1077944384 3213 0 0 0 396 30 0 0 20 0 15 0 97622913 10916999168 52118 33554432000 4194304 4196468 140720860135472 140156662934288 140156727305941 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18300928 140720860136565 140720860136713 140720860136713 140720860139471 0
[pid=2130/tid=2135] ppid=2127 vsize=10661132 memory=208472 CPUtime=4.21 cores=0,2,4,6
/proc/2130/task/2135/stat : 2135 (java) S 2127 2130 30301 0 -1 1077944384 2236 0 0 0 392 29 0 0 20 0 15 0 97622913 10916999168 52118 33554432000 4194304 4196468 140720860135472 140156331748496 140156727305941 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18300928 140720860136565 140720860136713 140720860136713 140720860139471 0
[pid=2130/tid=2136] ppid=2127 vsize=10661132 memory=208472 CPUtime=4.25 cores=0,2,4,6
/proc/2130/task/2136/stat : 2136 (java) S 2127 2130 30301 0 -1 1077944384 1835 0 0 0 397 28 0 0 20 0 15 0 97622913 10916999168 52118 33554432000 4194304 4196468 140720860135472 140156330695696 140156727305941 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18300928 140720860136565 140720860136713 140720860136713 140720860139471 0
[pid=2130/tid=2137] ppid=2127 vsize=10661132 memory=208472 CPUtime=4.33 cores=0,2,4,6
/proc/2130/task/2137/stat : 2137 (java) S 2127 2130 30301 0 -1 1077944384 4069 0 0 0 403 30 0 0 20 0 15 0 97622914 10916999168 52118 33554432000 4194304 4196468 140720860135472 140155964979312 140156727306882 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18300928 140720860136565 140720860136713 140720860136713 140720860139471 0
[pid=2130/tid=2138] ppid=2127 vsize=10661132 memory=208472 CPUtime=0 cores=0,2,4,6
/proc/2130/task/2138/stat : 2138 (java) S 2127 2130 30301 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 15 0 97622915 10916999168 52118 33554432000 4194304 4196468 140720860135472 140155963925280 140156727305941 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18300928 140720860136565 140720860136713 140720860136713 140720860139471 0
[pid=2130/tid=2139] ppid=2127 vsize=10661132 memory=208472 CPUtime=0 cores=0,2,4,6
/proc/2130/task/2139/stat : 2139 (java) S 2127 2130 30301 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 15 0 97622915 10916999168 52118 33554432000 4194304 4196468 140720860135472 140155962872944 140156727305941 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18300928 140720860136565 140720860136713 140720860136713 140720860139471 0
[pid=2130/tid=2140] ppid=2127 vsize=10661132 memory=208472 CPUtime=0 cores=0,2,4,6
/proc/2130/task/2140/stat : 2140 (java) S 2127 2130 30301 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97622917 10916999168 52118 33554432000 4194304 4196468 140720860135472 140155961821264 140156727314331 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18300928 140720860136565 140720860136713 140720860136713 140720860139471 0
[pid=2130/tid=2141] ppid=2127 vsize=10661132 memory=208472 CPUtime=0.72 cores=0,2,4,6
/proc/2130/task/2141/stat : 2141 (java) S 2127 2130 30301 0 -1 1077944384 4085 0 0 0 71 1 0 0 20 0 15 0 97622917 10916999168 52118 33554432000 4194304 4196468 140720860135472 140155960769136 140156727306882 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18300928 140720860136565 140720860136713 140720860136713 140720860139471 0
[pid=2130/tid=2142] ppid=2127 vsize=10661132 memory=208472 CPUtime=0.76 cores=0,2,4,6
/proc/2130/task/2142/stat : 2142 (java) S 2127 2130 30301 0 -1 1077944384 6417 0 0 0 76 0 0 0 20 0 15 0 97622917 10916999168 52118 33554432000 4194304 4196468 140720860135472 140155959716336 140156727306882 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18300928 140720860136565 140720860136713 140720860136713 140720860139471 0
[pid=2130/tid=2143] ppid=2127 vsize=10661132 memory=208472 CPUtime=0.3 cores=0,2,4,6
/proc/2130/task/2143/stat : 2143 (java) S 2127 2130 30301 0 -1 1077944384 2900 0 0 0 29 1 0 0 20 0 15 0 97622917 10916999168 52118 33554432000 4194304 4196468 140720860135472 140155958664048 140156727306882 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18300928 140720860136565 140720860136713 140720860136713 140720860139471 0
[pid=2130/tid=2144] ppid=2127 vsize=10661132 memory=208472 CPUtime=0 cores=0,2,4,6
/proc/2130/task/2144/stat : 2144 (java) S 2127 2130 30301 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97622918 10916999168 52118 33554432000 4194304 4196468 140720860135472 140155957611488 140156727305941 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18300928 140720860136565 140720860136713 140720860136713 140720860139471 0
[pid=2130/tid=2145] ppid=2127 vsize=10661132 memory=-8961168018402230209 CPUtime=0.94 cores=0,2,4,6
/proc/2130/task/2145/stat : 2145 (java) S 2127 2130 30301 0 -1 1077944384 912 0 0 0 50 44 0 0 20 0 15 0 97622918 10916999168 52118 33554432000 4194304 4196468 140720860135472 140155956558256 140156727306882 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18300928 140720860136565 140720860136713 140720860136713 140720860139471 0
Current children cumulated CPU time: 2520.01 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 208472 KiB

Child status: 143
Real time (s): 2507.72
CPU time (s): 2520.04
CPU user time (s): 2518.39
CPU system time (s): 1.64574
CPU usage (%): 100.491
Max. virtual memory (cumulated for all children) (KiB): 10662940
Max. memory (cumulated for all children) (KiB): 208472

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2518.39
system time used= 1.64574
maximum resident set size= 209092
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 47599
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2760
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 175788
involuntary context switches= 6926


# summary of solver processes directly reported to runsolver:
#   pid: 2130
#   total CPU time (s): 2520.04
#   total CPU user time (s): 2518.39
#   total CPU system time (s): 1.64574

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.1349 second user time and 22.6946 second system time

The end

Launcher Data

Begin job on node148 at 2018-07-28 19:56:38
IDJOB=4299410
IDBENCH=141373
IDSOLVER=2762
FILE ID=node148/4299410-1532800598
RUNJOBID= node148-1532774285-30332
PBS_JOBID= 21022458
Free space on /tmp= 43264 MiB

SOLVER NAME= GG's minicp 2018-04-29
BENCH NAME= XCSP18/GolombRuler/GolombRuler-a3v18-12_c18.xml
COMMAND LINE= java -jar HOME/GGs-minicp.jar xcsp3.CompetitionApp BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4299410-1532800598/watcher-4299410-1532800598 -o /tmp/evaluation-result-4299410-1532800598/solver-4299410-1532800598 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node148-1532774285-30332 --watchdog 2580  java -jar HOME/GGs-minicp.jar xcsp3.CompetitionApp HOME/instance-4299410-1532800598.xml

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

MD5SUM BENCH= c13fad5df3b78eadb31ee9887672a536
RANDOM SEED=65635338

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        23411852 kB
MemAvailable:   31733440 kB
Buffers:          230360 kB
Cached:          8224508 kB
SwapCached:          352 kB
Active:          2206104 kB
Inactive:        6500408 kB
Active(anon):     205000 kB
Inactive(anon):    74228 kB
Active(file):    2001104 kB
Inactive(file):  6426180 kB
Unevictable:        7080 kB
Mlocked:            7080 kB
SwapTotal:      67108860 kB
SwapFree:       67108404 kB
Dirty:              1212 kB
Writeback:             0 kB
AnonPages:        239452 kB
Mapped:            55028 kB
Shmem:             25016 kB
Slab:             350864 kB
SReclaimable:     322764 kB
SUnreclaim:        28100 kB
KernelStack:        3808 kB
PageTables:         5836 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1133660 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:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 43260 MiB
End job on node148 at 2018-07-28 20:38:25