Trace number 4273106

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
OscaR - ALNS 2017-07-26SAT (TO)71 2520.1101 2472.73

General information on the benchmark

NamePseudoBoolean/PseudoBoolean-opt-factor/
Pb-factor-S9-P071-Q409.xml
MD5SUM00888bf8312be233faaf540b9d46fb52
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark71
Best CPU time to get the best result obtained on this benchmark0.048999999
Satisfiable
(Un)Satisfiability was proved
Number of variables99
Number of constraints244
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":99}]
Minimum variable degree4
Maximum variable degree19
Distribution of variable degrees[{"degree":4,"count":81},{"degree":18,"count":9},{"degree":19,"count":9}]
Minimum constraint arity2
Maximum constraint arity81
Distribution of constraint arities[{"arity":2,"count":162},{"arity":3,"count":81},{"arity":81,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"sum","count":244}]
Optimization problemYES
Type of objectivemin SUM

Quality of the solution as a function of time


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

Solver Data

0.27/0.38	c version: 2017-07-26
0.27/0.38	c seed: 2000786101
0.27/0.39	c timeout: 2520
0.27/0.39	c memlimit: 11000
0.27/0.39	c nbcore: 4
0.27/0.41	c Parsing instance...
1.15/0.89	c Parsing done, starting search...
1.32/1.00	o 409
3.96/2.36	o 71
2520.08/2472.70	s SATISFIABLE
2520.08/2472.70	v <instantiation>
2520.08/2472.70	v 	<list>
2520.08/2472.70	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] x[12] x[13] x[14] x[15] x[16] x[17] x[18] x[19] x[20] x[21] x[22] x[23] x[24] x[25] x[26] x[27] x[28] x[29] x[30] x[31] x[32] x[33] x[34] x[35] x[36] x[37] x[38] x[39] x[40] x[41] x[42] x[43] x[44] x[45] x[46] x[47] x[48] x[49] x[50] x[51] x[52] x[53] x[54] x[55] x[56] x[57] x[58] x[59] x[60] x[61] x[62] x[63] x[64] x[65] x[66] x[67] x[68] x[69] x[70] x[71] x[72] x[73] x[74] x[75] x[76] x[77] x[78] x[79] x[80] x[81] x[82] x[83] x[84] x[85] x[86] x[87] x[88] x[89] x[90] x[91] x[92] x[93] x[94] x[95] x[96] x[97] x[98]
2520.08/2472.70	v 	</list>
2520.08/2472.70	v 	<values>
2520.08/2472.70	v 		1 1 1 0 0 0 1 0 0 1 0 0 1 1 0 0 1 1 1 0 0 1 1 0 0 1 1 1 0 0 1 1 0 0 1 1 1 0 0 1 1 0 0 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 1 1 0 0 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 
2520.08/2472.70	v 	</values>
2520.08/2472.70	v </instantiation>

Verifier Data

OK	71

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4273106-1502881894/watcher-4273106-1502881894 -o /tmp/evaluation-result-4273106-1502881894/solver-4273106-1502881894 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node132-1502658038-4849 --watchdog 2580 java -Xmx11000m -jar oscar-cp-xcsp3-alns.jar --randomseed 2000786101 --timelimit 2520 --memlimit 11000 --nbcore 4 HOME/instance-4273106-1502881894.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
Current StackSize limit: 8192 KiB

solver pid=2262, runsolver pid=2259

[startup+0.100201 s]*
/proc/loadavg: 1.42 1.36 1.39 3/207 2271
/proc/meminfo: memFree=30109376/32770624 swapFree=67108776/67108860
[pid=2262] ppid=2259 vsize=13573664 memory=19008 CPUtime=0.03 cores=0,2,4,6
/proc/2262/stat : 2262 (java) S 2259 2262 7084 0 -1 1077944320 4123 0 0 0 2 1 0 0 20 0 9 0 187842024 13899431936 4752 18446744073709551615 4194304 4196468 140732346791408 140732346773952 140150327258871 0 0 1 16784584 18446744073709551615 0 0 17 0 0 0 6 0 0 6293624 6294260 34717696 140732346798452 140732346798633 140732346798633 140732346802127 0
/proc/2262/statm: 3393416 4752 2107 1 0 3382913 0
[pid=2262/tid=2264] ppid=2259 vsize=13573664 memory=7974038411334692957 CPUtime=0.02 cores=0,2,4,6
/proc/2262/task/2264/stat : 2264 (java) R 2259 2262 7084 0 -1 4202560 2758 0 0 0 2 0 0 0 20 0 9 0 187842031 13899431936 4752 18446744073709551615 4194304 4196468 140732346791408 140150331495384 140150319936885 0 4 1 16784584 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 34717696 140732346798452 140732346798633 140732346798633 140732346802127 0
[pid=2262/tid=2265] ppid=2259 vsize=13573664 memory=3461361991549258287 CPUtime=0 cores=0,2,4,6
/proc/2262/task/2265/stat : 2265 (java) S 2259 2262 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 187842031 13899431936 4752 18446744073709551615 4194304 4196468 140732346791408 140150288157072 140150327269077 0 4 1 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34717696 140732346798452 140732346798633 140732346798633 140732346802127 0
[pid=2262/tid=2266] ppid=2259 vsize=13573664 memory=140505725630080 CPUtime=0 cores=0,2,4,6
/proc/2262/task/2266/stat : 2266 (java) S 2259 2262 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 187842031 13899431936 4752 18446744073709551615 4194304 4196468 140732346791408 140150287104272 140150327269077 0 4 1 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34717696 140732346798452 140732346798633 140732346798633 140732346802127 0
[pid=2262/tid=2267] ppid=2259 vsize=13573664 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2262/task/2267/stat : 2267 (java) S 2259 2262 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 187842032 13899431936 4752 18446744073709551615 4194304 4196468 140732346791408 140149925538448 140150327269077 0 4 1 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34717696 140732346798452 140732346798633 140732346798633 140732346802127 0
[pid=2262/tid=2268] ppid=2259 vsize=13573664 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/2262/task/2268/stat : 2268 (java) S 2259 2262 7084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 187842032 13899431936 4752 18446744073709551615 4194304 4196468 140732346791408 140149924485648 140150327269077 0 4 1 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34717696 140732346798452 140732346798633 140732346798633 140732346802127 0
[pid=2262/tid=2269] ppid=2259 vsize=13573664 memory=140505725630080 CPUtime=0 cores=0,2,4,6
/proc/2262/task/2269/stat : 2269 (java) S 2259 2262 7084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 187842033 13899431936 4752 18446744073709551615 4194304 4196468 140732346791408 140149243726448 140150327270018 0 0 1 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34717696 140732346798452 140732346798633 140732346798633 140732346802127 0
[pid=2262/tid=2270] ppid=2259 vsize=13573664 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/2262/task/2270/stat : 2270 (java) S 2259 2262 7084 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 9 0 187842033 13899431936 4752 18446744073709551615 4194304 4196468 140732346791408 140149242672416 140150327269077 0 4 1 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34717696 140732346798452 140732346798633 140732346798633 140732346802127 0
[pid=2262/tid=2271] ppid=2259 vsize=13573664 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2262/task/2271/stat : 2271 (java) S 2259 2262 7084 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 9 0 187842033 13899431936 4752 18446744073709551615 4194304 4196468 140732346791408 140149241620144 140150327269077 0 4 1 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34717696 140732346798452 140732346798633 140732346798633 140732346802127 0
Current children cumulated CPU time: 0.03 s
Current children cumulated vsize: 13573664 KiB
Current children cumulated memory: 19008 KiB

[startup+0.21055 s]*
/proc/loadavg: 1.42 1.36 1.39 4/213 2277
/proc/meminfo: memFree=30100764/32770624 swapFree=67108776/67108860
[pid=2262] ppid=2259 vsize=13975920 memory=30520 CPUtime=0.1 cores=0,2,4,6
/proc/2262/stat : 2262 (java) S 2259 2262 7084 0 -1 1077944320 6953 0 0 0 9 1 0 0 20 0 15 0 187842024 14311342080 7630 18446744073709551615 4194304 4196468 140732346791408 140732346773952 140150327258871 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 6 0 0 6293624 6294260 34717696 140732346798452 140732346798633 140732346798633 140732346802127 0
/proc/2262/statm: 3493980 7630 3384 1 0 3482759 0
[pid=2262/tid=2264] ppid=2259 vsize=13975920 memory=8390339637985935414 CPUtime=0.07 cores=0,2,4,6
/proc/2262/task/2264/stat : 2264 (java) R 2259 2262 7084 0 -1 4202560 4933 0 0 0 7 0 0 0 20 0 15 0 187842031 14311342080 7696 18446744073709551615 4194304 4196468 140732346791408 140150331479336 140150311339358 0 4 1 16800974 0 0 0 -1 0 0 0 5 0 0 6293624 6294260 34717696 140732346798452 140732346798633 140732346798633 140732346802127 0
[pid=2262/tid=2265] ppid=2259 vsize=13975920 memory=4294967625 CPUtime=0 cores=0,2,4,6
/proc/2262/task/2265/stat : 2265 (java) S 2259 2262 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 187842031 14311342080 7696 18446744073709551615 4194304 4196468 140732346791408 140150288157072 140150327269077 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34717696 140732346798452 140732346798633 140732346798633 140732346802127 0
[pid=2262/tid=2266] ppid=2259 vsize=13975920 memory=140505725646526 CPUtime=0 cores=0,2,4,6
/proc/2262/task/2266/stat : 2266 (java) S 2259 2262 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 187842031 14311342080 7696 18446744073709551615 4194304 4196468 140732346791408 140150287104272 140150327269077 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34717696 140732346798452 140732346798633 140732346798633 140732346802127 0
[pid=2262/tid=2267] ppid=2259 vsize=13975920 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2262/task/2267/stat : 2267 (java) S 2259 2262 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 187842032 14311342080 7696 18446744073709551615 4194304 4196468 140732346791408 140149925538448 140150327269077 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34717696 140732346798452 140732346798633 140732346798633 140732346802127 0
[pid=2262/tid=2268] ppid=2259 vsize=13975920 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/2262/task/2268/stat : 2268 (java) S 2259 2262 7084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 187842032 14311342080 7696 18446744073709551615 4194304 4196468 140732346791408 140149924485648 140150327269077 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34717696 140732346798452 140732346798633 140732346798633 140732346802127 0
[pid=2262/tid=2269] ppid=2259 vsize=13975920 memory=140505725630080 CPUtime=0 cores=0,2,4,6
/proc/2262/task/2269/stat : 2269 (java) S 2259 2262 7084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 187842033 14311342080 7696 18446744073709551615 4194304 4196468 140732346791408 140149243726448 140150327270018 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34717696 140732346798452 140732346798633 140732346798633 140732346802127 0
[pid=2262/tid=2270] ppid=2259 vsize=13975920 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/2262/task/2270/stat : 2270 (java) S 2259 2262 7084 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 187842033 14311342080 7696 18446744073709551615 4194304 4196468 140732346791408 140149242672416 140150327269077 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34717696 140732346798452 140732346798633 140732346798633 140732346802127 0
[pid=2262/tid=2271] ppid=2259 vsize=13975920 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2262/task/2271/stat : 2271 (java) S 2259 2262 7084 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 187842033 14311342080 7696 18446744073709551615 4194304 4196468 140732346791408 140149241620080 140150327269077 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34717696 140732346798452 140732346798633 140732346798633 140732346802127 0
[pid=2262/tid=2272] ppid=2259 vsize=13975920 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2262/task/2272/stat : 2272 (java) S 2259 2262 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 187842036 14311342080 7696 18446744073709551615 4194304 4196468 140732346791408 140149240568400 140150327277467 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34717696 140732346798452 140732346798633 140732346798633 140732346802127 0
[pid=2262/tid=2273] ppid=2259 vsize=13975920 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2262/task/2273/stat : 2273 (java) S 2259 2262 7084 0 -1 1077944384 309 0 0 0 0 0 0 0 20 0 15 0 187842036 14311342080 7696 18446744073709551615 4194304 4196468 140732346791408 140149239515248 140150327270018 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34717696 140732346798452 140732346798633 140732346798633 140732346802127 0
[pid=2262/tid=2274] ppid=2259 vsize=13975920 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/2262/task/2274/stat : 2274 (java) S 2259 2262 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 187842036 14311342080 7696 18446744073709551615 4194304 4196468 140732346791408 140149238462448 140150327270018 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34717696 140732346798452 140732346798633 140732346798633 140732346802127 0
[pid=2262/tid=2275] ppid=2259 vsize=13975920 memory=140505725630080 CPUtime=0.01 cores=0,2,4,6
/proc/2262/task/2275/stat : 2275 (java) S 2259 2262 7084 0 -1 1077944384 357 0 0 0 1 0 0 0 20 0 15 0 187842036 14311342080 7696 18446744073709551615 4194304 4196468 140732346791408 140149237410160 140150327270018 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34717696 140732346798452 140732346798633 140732346798633 140732346802127 0
[pid=2262/tid=2276] ppid=2259 vsize=13975920 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/2262/task/2276/stat : 2276 (java) S 2259 2262 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 187842036 14311342080 7696 18446744073709551615 4194304 4196468 140732346791408 140149236357600 140150327269077 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34717696 140732346798452 140732346798633 140732346798633 140732346802127 0
[pid=2262/tid=2277] ppid=2259 vsize=13975920 memory=140505725630080 CPUtime=0 cores=0,2,4,6
/proc/2262/task/2277/stat : 2277 (java) S 2259 2262 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 187842042 14311342080 7696 18446744073709551615 4194304 4196468 140732346791408 140149235305392 140150327270018 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34717696 140732346798452 140732346798633 140732346798633 140732346802127 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 13975920 KiB
Current children cumulated memory: 30520 KiB

[startup+0.313825 s]*
/proc/loadavg: 1.42 1.36 1.39 4/213 2277
/proc/meminfo: memFree=30091480/32770624 swapFree=67108776/67108860
[pid=2262] ppid=2259 vsize=13975920 memory=39744 CPUtime=0.27 cores=0,2,4,6
/proc/2262/stat : 2262 (java) S 2259 2262 7084 0 -1 1077944320 10651 0 0 0 24 3 0 0 20 0 15 0 187842024 14311342080 9936 18446744073709551615 4194304 4196468 140732346791408 140732346773952 140150327258871 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 6 0 0 6293624 6294260 34717696 140732346798452 140732346798633 140732346798633 140732346802127 0
/proc/2262/statm: 3493980 9936 3544 1 0 3482759 0
[pid=2262/tid=2264] ppid=2259 vsize=13975920 memory=7668954370464627011 CPUtime=0.18 cores=0,2,4,6
/proc/2262/task/2264/stat : 2264 (java) R 2259 2262 7084 0 -1 4202560 8379 0 0 0 16 2 0 0 20 0 15 0 187842031 14311342080 9936 18446744073709551615 4194304 4196468 140732346791408 140150331450896 140150308822129 0 4 1 16800974 0 0 0 -1 2 0 0 5 0 0 6293624 6294260 34717696 140732346798452 140732346798633 140732346798633 140732346802127 0
[pid=2262/tid=2265] ppid=2259 vsize=13975920 memory=4126316290023845779 CPUtime=0 cores=0,2,4,6
/proc/2262/task/2265/stat : 2265 (java) S 2259 2262 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 187842031 14311342080 9936 18446744073709551615 4194304 4196468 140732346791408 140150288157072 140150327269077 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34717696 140732346798452 140732346798633 140732346798633 140732346802127 0
[pid=2262/tid=2266] ppid=2259 vsize=13975920 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2262/task/2266/stat : 2266 (java) S 2259 2262 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 187842031 14311342080 9936 18446744073709551615 4194304 4196468 140732346791408 140150287104272 140150327269077 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34717696 140732346798452 140732346798633 140732346798633 140732346802127 0
[pid=2262/tid=2267] ppid=2259 vsize=13975920 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2262/task/2267/stat : 2267 (java) S 2259 2262 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 187842032 14311342080 9936 18446744073709551615 4194304 4196468 140732346791408 140149925538448 140150327269077 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34717696 140732346798452 140732346798633 140732346798633 140732346802127 0
[pid=2262/tid=2268] ppid=2259 vsize=13975920 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2262/task/2268/stat : 2268 (java) S 2259 2262 7084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 187842032 14311342080 9936 18446744073709551615 4194304 4196468 140732346791408 140149924485648 140150327269077 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34717696 140732346798452 140732346798633 140732346798633 140732346802127 0
[pid=2262/tid=2269] ppid=2259 vsize=13975920 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2262/task/2269/stat : 2269 (java) S 2259 2262 7084 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 187842033 14311342080 9936 18446744073709551615 4194304 4196468 140732346791408 140149243726448 140150327270018 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34717696 140732346798452 140732346798633 140732346798633 140732346802127 0
[pid=2262/tid=2270] ppid=2259 vsize=13975920 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2262/task/2270/stat : 2270 (java) S 2259 2262 7084 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 187842033 14311342080 9936 18446744073709551615 4194304 4196468 140732346791408 140149242672416 140150327269077 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34717696 140732346798452 140732346798633 140732346798633 140732346802127 0
[pid=2262/tid=2271] ppid=2259 vsize=13975920 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2262/task/2271/stat : 2271 (java) S 2259 2262 7084 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 187842033 14311342080 9936 18446744073709551615 4194304 4196468 140732346791408 140149241620080 140150327269077 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34717696 140732346798452 140732346798633 140732346798633 140732346802127 0
[pid=2262/tid=2272] ppid=2259 vsize=13975920 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2262/task/2272/stat : 2272 (java) S 2259 2262 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 187842036 14311342080 9936 18446744073709551615 4194304 4196468 140732346791408 140149240568400 140150327277467 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34717696 140732346798452 140732346798633 140732346798633 140732346802127 0
[pid=2262/tid=2273] ppid=2259 vsize=13975920 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/2262/task/2273/stat : 2273 (java) S 2259 2262 7084 0 -1 1077944384 471 0 0 0 1 0 0 0 20 0 15 0 187842036 14311342080 9936 18446744073709551615 4194304 4196468 140732346791408 140149239515248 140150327270018 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34717696 140732346798452 140732346798633 140732346798633 140732346802127 0
[pid=2262/tid=2274] ppid=2259 vsize=13975920 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2262/task/2274/stat : 2274 (java) R 2259 2262 7084 0 -1 4202560 52 0 0 0 0 0 0 0 20 0 15 0 187842036 14311342080 9936 18446744073709551615 4194304 4196468 140732346791408 140149238462448 140150312089632 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 34717696 140732346798452 140732346798633 140732346798633 140732346802127 0
[pid=2262/tid=2275] ppid=2259 vsize=13975920 memory=-1 CPUtime=0.05 cores=0,2,4,6
/proc/2262/task/2275/stat : 2275 (java) R 2259 2262 7084 0 -1 4202560 375 0 0 0 5 0 0 0 20 0 15 0 187842036 14311342080 9936 18446744073709551615 4194304 4196468 140732346791408 140149237410160 140150327270806 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 34717696 140732346798452 140732346798633 140732346798633 140732346802127 0
[pid=2262/tid=2276] ppid=2259 vsize=13975920 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/2262/task/2276/stat : 2276 (java) S 2259 2262 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 187842036 14311342080 9936 18446744073709551615 4194304 4196468 140732346791408 140149236357600 140150327269077 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34717696 140732346798452 140732346798633 140732346798633 140732346802127 0
[pid=2262/tid=2277] ppid=2259 vsize=13975920 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2262/task/2277/stat : 2277 (java) S 2259 2262 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 187842042 14311342080 9936 18446744073709551615 4194304 4196468 140732346791408 140149235305392 140150327270018 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34717696 140732346798452 140732346798633 140732346798633 140732346802127 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 13975920 KiB
Current children cumulated memory: 39744 KiB

[startup+0.700668 s]
/proc/loadavg: 1.55 1.39 1.40 4/213 2277
/proc/meminfo: memFree=30075744/32770624 swapFree=67108776/67108860
[pid=2262] ppid=2259 vsize=13977988 memory=66312 CPUtime=0.98 cores=0,2,4,6
/proc/2262/stat : 2262 (java) S 2259 2262 7084 0 -1 1077944320 13810 0 0 0 93 5 0 0 20 0 15 0 187842024 14313459712 16578 18446744073709551615 4194304 4196468 140732346791408 140732346773952 140150327258871 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 6 0 0 6293624 6294260 34717696 140732346798452 140732346798633 140732346798633 140732346802127 0
/proc/2262/statm: 3494497 16578 3728 1 0 3483271 0
[pid=2262/tid=2264] ppid=2259 vsize=13977988 memory=1836 CPUtime=0.56 cores=0,2,4,6
/proc/2262/task/2264/stat : 2264 (java) R 2259 2262 7084 0 -1 4202560 10455 0 0 0 52 4 0 0 20 0 15 0 187842031 14313459712 16578 18446744073709551615 4194304 4196468 140732346791408 140150331495712 140150327270806 0 4 1 16800974 0 0 0 -1 4 0 0 5 0 0 6293624 6294260 34717696 140732346798452 140732346798633 140732346798633 140732346802127 0
[pid=2262/tid=2265] ppid=2259 vsize=13977988 memory=796 CPUtime=0 cores=0,2,4,6
/proc/2262/task/2265/stat : 2265 (java) S 2259 2262 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 187842031 14313459712 16578 18446744073709551615 4194304 4196468 140732346791408 140150288157072 140150327269077 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34717696 140732346798452 140732346798633 140732346798633 140732346802127 0
[pid=2262/tid=2266] ppid=2259 vsize=13977988 memory=143 CPUtime=0 cores=0,2,4,6
/proc/2262/task/2266/stat : 2266 (java) S 2259 2262 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 187842031 14313459712 16578 18446744073709551615 4194304 4196468 140732346791408 140150287104272 140150327269077 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34717696 140732346798452 140732346798633 140732346798633 140732346802127 0
[pid=2262/tid=2267] ppid=2259 vsize=13977988 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2262/task/2267/stat : 2267 (java) S 2259 2262 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 187842032 14313459712 16578 18446744073709551615 4194304 4196468 140732346791408 140149925538448 140150327269077 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34717696 140732346798452 140732346798633 140732346798633 140732346802127 0
[pid=2262/tid=2268] ppid=2259 vsize=13977988 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2262/task/2268/stat : 2268 (java) S 2259 2262 7084 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 187842032 14313459712 16578 18446744073709551615 4194304 4196468 140732346791408 140149924485648 140150327269077 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34717696 140732346798452 140732346798633 140732346798633 140732346802127 0
[pid=2262/tid=2269] ppid=2259 vsize=13977988 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2262/task/2269/stat : 2269 (java) S 2259 2262 7084 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 187842033 14313459712 16578 18446744073709551615 4194304 4196468 140732346791408 140149243726448 140150327270018 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34717696 140732346798452 140732346798633 140732346798633 140732346802127 0
[pid=2262/tid=2270] ppid=2259 vsize=13977988 memory=2 CPUtime=0 cores=0,2,4,6
/proc/2262/task/2270/stat : 2270 (java) S 2259 2262 7084 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 187842033 14313459712 16578 18446744073709551615 4194304 4196468 140732346791408 140149242672416 140150327269077 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34717696 140732346798452 140732346798633 140732346798633 140732346802127 0
[pid=2262/tid=2271] ppid=2259 vsize=13977988 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2262/task/2271/stat : 2271 (java) S 2259 2262 7084 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 187842033 14313459712 16578 18446744073709551615 4194304 4196468 140732346791408 140149241620080 140150327269077 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34717696 140732346798452 140732346798633 140732346798633 140732346802127 0
[pid=2262/tid=2272] ppid=2259 vsize=13977988 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2262/task/2272/stat : 2272 (java) S 2259 2262 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 187842036 14313459712 16578 18446744073709551615 4194304 4196468 140732346791408 140149240568400 140150327277467 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34717696 140732346798452 140732346798633 140732346798633 140732346802127 0
[pid=2262/tid=2273] ppid=2259 vsize=13977988 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/2262/task/2273/stat : 2273 (java) R 2259 2262 7084 0 -1 1077944384 844 0 0 0 9 0 0 0 20 0 15 0 187842036 14313459712 16578 18446744073709551615 4194304 4196468 140732346791408 140149239515248 140150327270018 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 34717696 140732346798452 140732346798633 140732346798633 140732346802127 0
[pid=2262/tid=2274] ppid=2259 vsize=13977988 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/2262/task/2274/stat : 2274 (java) R 2259 2262 7084 0 -1 4202560 305 0 0 0 9 0 0 0 20 0 15 0 187842036 14313459712 16578 18446744073709551615 4194304 4196468 140732346791408 140149238454400 140150312385265 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 34717696 140732346798452 140732346798633 140732346798633 140732346802127 0
[pid=2262/tid=2275] ppid=2259 vsize=13977988 memory=0 CPUtime=0.22 cores=0,2,4,6
/proc/2262/task/2275/stat : 2275 (java) R 2259 2262 7084 0 -1 4202560 824 0 0 0 22 0 0 0 20 0 15 0 187842036 14313459712 16578 18446744073709551615 4194304 4196468 140732346791408 140149237410160 140150305748528 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 34717696 140732346798452 140732346798633 140732346798633 140732346802127 0
[pid=2262/tid=2276] ppid=2259 vsize=13977988 memory=46 CPUtime=0 cores=0,2,4,6
/proc/2262/task/2276/stat : 2276 (java) S 2259 2262 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 187842036 14313459712 16578 18446744073709551615 4194304 4196468 140732346791408 140149236357600 140150327269077 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34717696 140732346798452 140732346798633 140732346798633 140732346802127 0
[pid=2262/tid=2277] ppid=2259 vsize=13977988 memory=211 CPUtime=0 cores=0,2,4,6
/proc/2262/task/2277/stat : 2277 (java) S 2259 2262 7084 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 187842042 14313459712 16578 18446744073709551615 4194304 4196468 140732346791408 140149235305392 140150327270018 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34717696 140732346798452 140732346798633 140732346798633 140732346802127 0
Current children cumulated CPU time: 0.98 s
Current children cumulated vsize: 13977988 KiB
Current children cumulated memory: 66312 KiB

[startup+1.50081 s]
/proc/loadavg: 1.55 1.39 1.40 6/213 2277
/proc/meminfo: memFree=30029116/32770624 swapFree=67108776/67108860
[pid=2262] ppid=2259 vsize=13982084 memory=209000 CPUtime=2.98 cores=0,2,4,6
/proc/2262/stat : 2262 (java) S 2259 2262 7084 0 -1 1077944320 26622 0 0 0 288 10 0 0 20 0 15 0 187842024 14317654016 52250 18446744073709551615 4194304 4196468 140732346791408 140732346773952 140150327258871 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 6 0 0 6293624 6294260 34717696 140732346798452 140732346798633 140732346798633 140732346802127 0
/proc/2262/statm: 3495521 52250 3785 1 0 3484295 0
[pid=2262/tid=2264] ppid=2259 vsize=13982084 memory=0 CPUtime=1.33 cores=0,2,4,6
/proc/2262/task/2264/stat : 2264 (java) R 2259 2262 7084 0 -1 4202560 13983 0 0 0 127 6 0 0 20 0 15 0 187842031 14317654016 52250 18446744073709551615 4194304 4196468 140732346791408 140150331496464 140149971792208 0 4 1 16800974 0 0 0 -1 4 0 0 5 0 0 6293624 6294260 34717696 140732346798452 140732346798633 140732346798633 140732346802127 0
[pid=2262/tid=2265] ppid=2259 vsize=13982084 memory=115252 CPUtime=0 cores=0,2,4,6
/proc/2262/task/2265/stat : 2265 (java) S 2259 2262 7084 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 187842031 14317654016 52250 18446744073709551615 4194304 4196468 140732346791408 140150288157072 140150327269077 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34717696 140732346798452 140732346798633 140732346798633 140732346802127 0
[pid=2262/tid=2266] ppid=2259 vsize=13982084 memory=3545494219478420198 CPUtime=0 cores=0,2,4,6
/proc/2262/task/2266/stat : 2266 (java) S 2259 2262 7084 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 15 0 187842031 14317654016 52250 18446744073709551615 4194304 4196468 140732346791408 140150287104272 140150327269077 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34717696 140732346798452 140732346798633 140732346798633 140732346802127 0
[pid=2262/tid=2267] ppid=2259 vsize=13982084 memory=2986561062199854207 CPUtime=0 cores=0,2,4,6
/proc/2262/task/2267/stat : 2267 (java) S 2259 2262 7084 0 -1 1077944384 19 0 0 0 0 0 0 0 20 0 15 0 187842032 14317654016 52250 18446744073709551615 4194304 4196468 140732346791408 140149925538448 140150327269077 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34717696 140732346798452 140732346798633 140732346798633 140732346802127 0
[pid=2262/tid=2268] ppid=2259 vsize=13982084 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2262/task/2268/stat : 2268 (java) S 2259 2262 7084 0 -1 1077944384 290 0 0 0 0 0 0 0 20 0 15 0 187842032 14317654016 52250 18446744073709551615 4194304 4196468 140732346791408 140149924485648 140150327269077 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34717696 140732346798452 140732346798633 140732346798633 140732346802127 0
[pid=2262/tid=2269] ppid=2259 vsize=13982084 memory=5795117241467496816 CPUtime=0 cores=0,2,4,6
/proc/2262/task/2269/stat : 2269 (java) S 2259 2262 7084 0 -1 1077944384 104 0 0 0 0 0 0 0 20 0 15 0 187842033 14317654016 52250 18446744073709551615 4194304 4196468 140732346791408 140149243726448 140150327270018 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34717696 140732346798452 140732346798633 140732346798633 140732346802127 0
[pid=2262/tid=2270] ppid=2259 vsize=13982084 memory=4639643645600355172 CPUtime=0 cores=0,2,4,6
/proc/2262/task/2270/stat : 2270 (java) S 2259 2262 7084 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 15 0 187842033 14317654016 52250 18446744073709551615 4194304 4196468 140732346791408 140149242672480 140150327269077 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34717696 140732346798452 140732346798633 140732346798633 140732346802127 0
[pid=2262/tid=2271] ppid=2259 vsize=13982084 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2262/task/2271/stat : 2271 (java) S 2259 2262 7084 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 15 0 187842033 14317654016 52250 18446744073709551615 4194304 4196468 140732346791408 140149241620096 140150327269077 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34717696 140732346798452 140732346798633 140732346798633 140732346802127 0
[pid=2262/tid=2272] ppid=2259 vsize=13982084 memory=0 CPUtime=0 cores=0,2,4,6
/proc/2262/task/2272/stat : 2272 (java) S 2259 2262 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 187842036 14317654016 52250 18446744073709551615 4194304 4196468 140732346791408 140149240568400 140150327277467 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34717696 140732346798452 140732346798633 140732346798633 140732346802127 0
[pid=2262/tid=2273] ppid=2259 vsize=13982084 memory=7451718866503304400 CPUtime=0.54 cores=0,2,4,6
/proc/2262/task/2273/stat : 2273 (java) S 2259 2262 7084 0 -1 1077944384 5573 0 0 0 53 1 0 0 20 0 15 0 187842036 14317654016 52250 18446744073709551615 4194304 4196468 140732346791408 140149239515248 140150327270018 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34717696 140732346798452 140732346798633 140732346798633 140732346802127 0
[pid=2262/tid=2274] ppid=2259 vsize=13982084 memory=281011254679632 CPUtime=0.59 cores=0,2,4,6
/proc/2262/task/2274/stat : 2274 (java) R 2259 2262 7084 0 -1 4202560 2752 0 0 0 59 0 0 0 20 0 15 0 187842036 14317654016 52250 18446744073709551615 4194304 4196468 140732346791408 140149238441696 140150310744871 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 34717696 140732346798452 140732346798633 140732346798633 140732346802127 0
[pid=2262/tid=2275] ppid=2259 vsize=13982084 memory=-7531822216213012384 CPUtime=0.43 cores=0,2,4,6
/proc/2262/task/2275/stat : 2275 (java) S 2259 2262 7084 0 -1 1077944384 2387 0 0 0 43 0 0 0 20 0 15 0 187842036 14317654016 52250 18446744073709551615 4194304 4196468 140732346791408 140149237410160 140150327270018 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34717696 140732346798452 140732346798633 140732346798633 140732346802127 0

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

/proc/2262/task/2264/stat : 2264 (java) R 2259 2262 7084 0 -1 4202560 73514 0 0 0 235419 48 0 0 20 0 15 0 187842031 14317654016 329700 18446744073709551615 4194304 4196468 140732346791408 140150331497040 140149972625255 0 4 1 16800974 0 0 0 -1 4 0 0 5 0 0 6293624 6294260 34717696 140732346798452 140732346798633 140732346798633 140732346802127 0
[pid=2262/tid=2265] ppid=2259 vsize=13982084 memory=1316752 CPUtime=14.57 cores=0,2,4,6
/proc/2262/task/2265/stat : 2265 (java) S 2259 2262 7084 0 -1 1077944384 13761 0 0 0 1401 56 0 0 20 0 15 0 187842031 14317654016 329700 18446744073709551615 4194304 4196468 140732346791408 140150288157072 140150327269077 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34717696 140732346798452 140732346798633 140732346798633 140732346802127 0
[pid=2262/tid=2266] ppid=2259 vsize=13982084 memory=1312656 CPUtime=14.58 cores=0,2,4,6
/proc/2262/task/2266/stat : 2266 (java) S 2259 2262 7084 0 -1 1077944384 12708 0 0 0 1403 55 0 0 20 0 15 0 187842031 14317654016 329700 18446744073709551615 4194304 4196468 140732346791408 140150287104272 140150327269077 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34717696 140732346798452 140732346798633 140732346798633 140732346802127 0
[pid=2262/tid=2267] ppid=2259 vsize=13982084 memory=281011254637480 CPUtime=14.58 cores=0,2,4,6
/proc/2262/task/2267/stat : 2267 (java) S 2259 2262 7084 0 -1 1077944384 11134 0 0 0 1401 57 0 0 20 0 15 0 187842032 14317654016 329700 18446744073709551615 4194304 4196468 140732346791408 140149925538448 140150327269077 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34717696 140732346798452 140732346798633 140732346798633 140732346802127 0
[pid=2262/tid=2268] ppid=2259 vsize=13982084 memory=1318800 CPUtime=14.6 cores=0,2,4,6
/proc/2262/task/2268/stat : 2268 (java) S 2259 2262 7084 0 -1 1077944384 11034 0 0 0 1403 57 0 0 20 0 15 0 187842032 14317654016 329700 18446744073709551615 4194304 4196468 140732346791408 140149924485648 140150327269077 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34717696 140732346798452 140732346798633 140732346798633 140732346802127 0
[pid=2262/tid=2269] ppid=2259 vsize=13982084 memory=0 CPUtime=9.47 cores=0,2,4,6
/proc/2262/task/2269/stat : 2269 (java) S 2259 2262 7084 0 -1 1077944384 12037 0 0 0 887 60 0 0 20 0 15 0 187842033 14317654016 329700 18446744073709551615 4194304 4196468 140732346791408 140149243726448 140150327270018 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 42 0 0 6293624 6294260 34717696 140732346798452 140732346798633 140732346798633 140732346802127 0
[pid=2262/tid=2270] ppid=2259 vsize=13982084 memory=1316752 CPUtime=0 cores=0,2,4,6
/proc/2262/task/2270/stat : 2270 (java) S 2259 2262 7084 0 -1 1077944384 73 0 0 0 0 0 0 0 20 0 15 0 187842033 14317654016 329700 18446744073709551615 4194304 4196468 140732346791408 140149242672480 140150327269077 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34717696 140732346798452 140732346798633 140732346798633 140732346802127 0
[pid=2262/tid=2271] ppid=2259 vsize=13982084 memory=1316752 CPUtime=0 cores=0,2,4,6
/proc/2262/task/2271/stat : 2271 (java) S 2259 2262 7084 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 15 0 187842033 14317654016 329700 18446744073709551615 4194304 4196468 140732346791408 140149241620096 140150327269077 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34717696 140732346798452 140732346798633 140732346798633 140732346802127 0
[pid=2262/tid=2272] ppid=2259 vsize=13982084 memory=4126316290023845779 CPUtime=0 cores=0,2,4,6
/proc/2262/task/2272/stat : 2272 (java) S 2259 2262 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 187842036 14317654016 329700 18446744073709551615 4194304 4196468 140732346791408 140149240568400 140150327277467 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34717696 140732346798452 140732346798633 140732346798633 140732346802127 0
[pid=2262/tid=2273] ppid=2259 vsize=13982084 memory=4060 CPUtime=1.45 cores=0,2,4,6
/proc/2262/task/2273/stat : 2273 (java) S 2259 2262 7084 0 -1 1077944384 20824 0 0 0 142 3 0 0 20 0 15 0 187842036 14317654016 329700 18446744073709551615 4194304 4196468 140732346791408 140149239515248 140150327270018 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 75 0 0 6293624 6294260 34717696 140732346798452 140732346798633 140732346798633 140732346802127 0
[pid=2262/tid=2274] ppid=2259 vsize=13982084 memory=1318800 CPUtime=1.72 cores=0,2,4,6
/proc/2262/task/2274/stat : 2274 (java) S 2259 2262 7084 0 -1 1077944384 20432 0 0 0 170 2 0 0 20 0 15 0 187842036 14317654016 329700 18446744073709551615 4194304 4196468 140732346791408 140149238462448 140150327270018 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 73 0 0 6293624 6294260 34717696 140732346798452 140732346798633 140732346798633 140732346802127 0
[pid=2262/tid=2275] ppid=2259 vsize=13982084 memory=81772 CPUtime=0.71 cores=0,2,4,6
/proc/2262/task/2275/stat : 2275 (java) S 2259 2262 7084 0 -1 1077944384 12936 0 0 0 69 2 0 0 20 0 15 0 187842036 14317654016 329700 18446744073709551615 4194304 4196468 140732346791408 140149237410160 140150327270018 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 76 0 0 6293624 6294260 34717696 140732346798452 140732346798633 140732346798633 140732346802127 0
[pid=2262/tid=2276] ppid=2259 vsize=13982084 memory=4156 CPUtime=0 cores=0,2,4,6
/proc/2262/task/2276/stat : 2276 (java) S 2259 2262 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 187842036 14317654016 329700 18446744073709551615 4194304 4196468 140732346791408 140149236357600 140150327269077 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34717696 140732346798452 140732346798633 140732346798633 140732346802127 0
[pid=2262/tid=2277] ppid=2259 vsize=13982084 memory=81772 CPUtime=1.44 cores=0,2,4,6
/proc/2262/task/2277/stat : 2277 (java) S 2259 2262 7084 0 -1 1077944384 1050 0 0 0 64 80 0 0 20 0 15 0 187842042 14317654016 329700 18446744073709551615 4194304 4196468 140732346791408 140149235305392 140150327270018 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 78 0 0 6293624 6294260 34717696 140732346798452 140732346798633 140732346798633 140732346802127 0
Current children cumulated CPU time: 2427.9 s
Current children cumulated vsize: 13982084 KiB
Current children cumulated memory: 1318800 KiB

[startup+2442.3 s]
/proc/loadavg: 1.48 1.39 1.40 3/213 2525
/proc/meminfo: memFree=29647200/32770624 swapFree=67108776/67108860
[pid=2262] ppid=2259 vsize=13982084 memory=1322896 CPUtime=2489.1 cores=0,2,4,6
/proc/2262/stat : 2262 (java) S 2259 2262 7084 0 -1 1077944320 192794 0 0 0 248543 367 0 0 20 0 15 0 187842024 14317654016 330724 18446744073709551615 4194304 4196468 140732346791408 140732346773952 140150327258871 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 6 0 0 6293624 6294260 34717696 140732346798452 140732346798633 140732346798633 140732346802127 0
/proc/2262/statm: 3495521 330724 3815 1 0 3484295 0
[pid=2262/tid=2264] ppid=2259 vsize=13982084 memory=3648 CPUtime=2413.98 cores=0,2,4,6
/proc/2262/task/2264/stat : 2264 (java) R 2259 2262 7084 0 -1 4202560 74372 0 0 0 241349 49 0 0 20 0 15 0 187842031 14317654016 330724 18446744073709551615 4194304 4196468 140732346791408 140150331496896 140149973358233 0 4 1 16800974 0 0 0 -1 4 0 0 5 0 0 6293624 6294260 34717696 140732346798452 140732346798633 140732346798633 140732346802127 0
[pid=2262/tid=2265] ppid=2259 vsize=13982084 memory=1322896 CPUtime=14.98 cores=0,2,4,6
/proc/2262/task/2265/stat : 2265 (java) S 2259 2262 7084 0 -1 1077944384 13954 0 0 0 1441 57 0 0 20 0 15 0 187842031 14317654016 330724 18446744073709551615 4194304 4196468 140732346791408 140150288157072 140150327269077 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34717696 140732346798452 140732346798633 140732346798633 140732346802127 0
[pid=2262/tid=2266] ppid=2259 vsize=13982084 memory=1322896 CPUtime=14.99 cores=0,2,4,6
/proc/2262/task/2266/stat : 2266 (java) S 2259 2262 7084 0 -1 1077944384 13011 0 0 0 1443 56 0 0 20 0 15 0 187842031 14317654016 330724 18446744073709551615 4194304 4196468 140732346791408 140150287104272 140150327269077 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34717696 140732346798452 140732346798633 140732346798633 140732346802127 0
[pid=2262/tid=2267] ppid=2259 vsize=13982084 memory=1322896 CPUtime=15 cores=0,2,4,6
/proc/2262/task/2267/stat : 2267 (java) S 2259 2262 7084 0 -1 1077944384 11388 0 0 0 1441 59 0 0 20 0 15 0 187842032 14317654016 330724 18446744073709551615 4194304 4196468 140732346791408 140149925538448 140150327269077 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34717696 140732346798452 140732346798633 140732346798633 140732346802127 0
[pid=2262/tid=2268] ppid=2259 vsize=13982084 memory=1322896 CPUtime=15.02 cores=0,2,4,6
/proc/2262/task/2268/stat : 2268 (java) S 2259 2262 7084 0 -1 1077944384 11149 0 0 0 1444 58 0 0 20 0 15 0 187842032 14317654016 330724 18446744073709551615 4194304 4196468 140732346791408 140149924485648 140150327269077 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34717696 140732346798452 140732346798633 140732346798633 140732346802127 0
[pid=2262/tid=2269] ppid=2259 vsize=13982084 memory=1322896 CPUtime=9.67 cores=0,2,4,6
/proc/2262/task/2269/stat : 2269 (java) S 2259 2262 7084 0 -1 1077944384 12215 0 0 0 906 61 0 0 20 0 15 0 187842033 14317654016 330724 18446744073709551615 4194304 4196468 140732346791408 140149243726448 140150327270018 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 42 0 0 6293624 6294260 34717696 140732346798452 140732346798633 140732346798633 140732346802127 0
[pid=2262/tid=2270] ppid=2259 vsize=13982084 memory=1322896 CPUtime=0 cores=0,2,4,6
/proc/2262/task/2270/stat : 2270 (java) S 2259 2262 7084 0 -1 1077944384 73 0 0 0 0 0 0 0 20 0 15 0 187842033 14317654016 330724 18446744073709551615 4194304 4196468 140732346791408 140149242672480 140150327269077 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34717696 140732346798452 140732346798633 140732346798633 140732346802127 0
[pid=2262/tid=2271] ppid=2259 vsize=13982084 memory=1320848 CPUtime=0 cores=0,2,4,6
/proc/2262/task/2271/stat : 2271 (java) S 2259 2262 7084 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 15 0 187842033 14317654016 330724 18446744073709551615 4194304 4196468 140732346791408 140149241620096 140150327269077 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34717696 140732346798452 140732346798633 140732346798633 140732346802127 0
[pid=2262/tid=2272] ppid=2259 vsize=13982084 memory=1320848 CPUtime=0 cores=0,2,4,6
/proc/2262/task/2272/stat : 2272 (java) S 2259 2262 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 187842036 14317654016 330724 18446744073709551615 4194304 4196468 140732346791408 140149240568400 140150327277467 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34717696 140732346798452 140732346798633 140732346798633 140732346802127 0
[pid=2262/tid=2273] ppid=2259 vsize=13982084 memory=1322896 CPUtime=1.45 cores=0,2,4,6
/proc/2262/task/2273/stat : 2273 (java) S 2259 2262 7084 0 -1 1077944384 20826 0 0 0 142 3 0 0 20 0 15 0 187842036 14317654016 330724 18446744073709551615 4194304 4196468 140732346791408 140149239515248 140150327270018 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 75 0 0 6293624 6294260 34717696 140732346798452 140732346798633 140732346798633 140732346802127 0
[pid=2262/tid=2274] ppid=2259 vsize=13982084 memory=1320848 CPUtime=1.72 cores=0,2,4,6
/proc/2262/task/2274/stat : 2274 (java) S 2259 2262 7084 0 -1 1077944384 20434 0 0 0 170 2 0 0 20 0 15 0 187842036 14317654016 330724 18446744073709551615 4194304 4196468 140732346791408 140149238462448 140150327270018 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 73 0 0 6293624 6294260 34717696 140732346798452 140732346798633 140732346798633 140732346802127 0
[pid=2262/tid=2275] ppid=2259 vsize=13982084 memory=1322896 CPUtime=0.71 cores=0,2,4,6
/proc/2262/task/2275/stat : 2275 (java) S 2259 2262 7084 0 -1 1077944384 12938 0 0 0 69 2 0 0 20 0 15 0 187842036 14317654016 330724 18446744073709551615 4194304 4196468 140732346791408 140149237410160 140150327270018 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 76 0 0 6293624 6294260 34717696 140732346798452 140732346798633 140732346798633 140732346802127 0
[pid=2262/tid=2276] ppid=2259 vsize=13982084 memory=1322896 CPUtime=0 cores=0,2,4,6
/proc/2262/task/2276/stat : 2276 (java) S 2259 2262 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 187842036 14317654016 330724 18446744073709551615 4194304 4196468 140732346791408 140149236357600 140150327269077 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34717696 140732346798452 140732346798633 140732346798633 140732346802127 0
[pid=2262/tid=2277] ppid=2259 vsize=13982084 memory=1322896 CPUtime=1.48 cores=0,2,4,6
/proc/2262/task/2277/stat : 2277 (java) S 2259 2262 7084 0 -1 1077944384 1064 0 0 0 65 83 0 0 20 0 15 0 187842042 14317654016 330724 18446744073709551615 4194304 4196468 140732346791408 140149235305392 140150327270018 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 78 0 0 6293624 6294260 34717696 140732346798452 140732346798633 140732346798633 140732346802127 0
Current children cumulated CPU time: 2489.1 s
Current children cumulated vsize: 13982084 KiB
Current children cumulated memory: 1322896 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2472.7 s]
/proc/loadavg: 1.38 1.37 1.40 3/213 2525
/proc/meminfo: memFree=29636464/32770624 swapFree=67108776/67108860
[pid=2262] ppid=2259 vsize=13982084 memory=1326992 CPUtime=2520.08 cores=0,2,4,6
/proc/2262/stat : 2262 (java) S 2259 2262 7084 0 -1 1077944320 193481 0 0 0 251638 370 0 0 20 0 15 0 187842024 14317654016 331748 18446744073709551615 4194304 4196468 140732346791408 140732346773952 140150327258871 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 6 0 0 6293624 6294260 34717696 140732346798452 140732346798633 140732346798633 140732346802127 0
/proc/2262/statm: 3495521 331748 3815 1 0 3484295 0
[pid=2262/tid=2264] ppid=2259 vsize=13982084 memory=1326992 CPUtime=2444.03 cores=0,2,4,6
/proc/2262/task/2264/stat : 2264 (java) R 2259 2262 7084 0 -1 4202560 74862 0 0 0 244354 49 0 0 20 0 15 0 187842031 14317654016 331748 18446744073709551615 4194304 4196468 140732346791408 140150331496992 140149973357509 0 4 1 16800974 0 0 0 -1 4 0 0 5 0 0 6293624 6294260 34717696 140732346798452 140732346798633 140732346798633 140732346802127 0
[pid=2262/tid=2265] ppid=2259 vsize=13982084 memory=1324944 CPUtime=15.19 cores=0,2,4,6
/proc/2262/task/2265/stat : 2265 (java) S 2259 2262 7084 0 -1 1077944384 14006 0 0 0 1462 57 0 0 20 0 15 0 187842031 14317654016 331748 18446744073709551615 4194304 4196468 140732346791408 140150288157072 140150327269077 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34717696 140732346798452 140732346798633 140732346798633 140732346802127 0
[pid=2262/tid=2266] ppid=2259 vsize=13982084 memory=1326992 CPUtime=15.2 cores=0,2,4,6
/proc/2262/task/2266/stat : 2266 (java) S 2259 2262 7084 0 -1 1077944384 13052 0 0 0 1463 57 0 0 20 0 15 0 187842031 14317654016 331748 18446744073709551615 4194304 4196468 140732346791408 140150287104272 140150327269077 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34717696 140732346798452 140732346798633 140732346798633 140732346802127 0
[pid=2262/tid=2267] ppid=2259 vsize=13982084 memory=1324944 CPUtime=15.2 cores=0,2,4,6
/proc/2262/task/2267/stat : 2267 (java) S 2259 2262 7084 0 -1 1077944384 11435 0 0 0 1460 60 0 0 20 0 15 0 187842032 14317654016 331748 18446744073709551615 4194304 4196468 140732346791408 140149925538448 140150327269077 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34717696 140732346798452 140732346798633 140732346798633 140732346802127 0
[pid=2262/tid=2268] ppid=2259 vsize=13982084 memory=1324944 CPUtime=15.22 cores=0,2,4,6
/proc/2262/task/2268/stat : 2268 (java) S 2259 2262 7084 0 -1 1077944384 11194 0 0 0 1463 59 0 0 20 0 15 0 187842032 14317654016 331748 18446744073709551615 4194304 4196468 140732346791408 140149924485648 140150327269077 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34717696 140732346798452 140732346798633 140732346798633 140732346802127 0
[pid=2262/tid=2269] ppid=2259 vsize=13982084 memory=1326992 CPUtime=9.77 cores=0,2,4,6
/proc/2262/task/2269/stat : 2269 (java) S 2259 2262 7084 0 -1 1077944384 12225 0 0 0 915 62 0 0 20 0 15 0 187842033 14317654016 331748 18446744073709551615 4194304 4196468 140732346791408 140149243726448 140150327270018 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 42 0 0 6293624 6294260 34717696 140732346798452 140732346798633 140732346798633 140732346802127 0
[pid=2262/tid=2270] ppid=2259 vsize=13982084 memory=148 CPUtime=0 cores=0,2,4,6
/proc/2262/task/2270/stat : 2270 (java) S 2259 2262 7084 0 -1 1077944384 73 0 0 0 0 0 0 0 20 0 15 0 187842033 14317654016 331748 18446744073709551615 4194304 4196468 140732346791408 140149242672480 140150327269077 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34717696 140732346798452 140732346798633 140732346798633 140732346802127 0
[pid=2262/tid=2271] ppid=2259 vsize=13982084 memory=1324944 CPUtime=0 cores=0,2,4,6
/proc/2262/task/2271/stat : 2271 (java) S 2259 2262 7084 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 15 0 187842033 14317654016 331748 18446744073709551615 4194304 4196468 140732346791408 140149241620096 140150327269077 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34717696 140732346798452 140732346798633 140732346798633 140732346802127 0
[pid=2262/tid=2272] ppid=2259 vsize=13982084 memory=796 CPUtime=0 cores=0,2,4,6
/proc/2262/task/2272/stat : 2272 (java) S 2259 2262 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 187842036 14317654016 331748 18446744073709551615 4194304 4196468 140732346791408 140149240568400 140150327277467 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34717696 140732346798452 140732346798633 140732346798633 140732346802127 0
[pid=2262/tid=2273] ppid=2259 vsize=13982084 memory=1326992 CPUtime=1.45 cores=0,2,4,6
/proc/2262/task/2273/stat : 2273 (java) S 2259 2262 7084 0 -1 1077944384 20826 0 0 0 142 3 0 0 20 0 15 0 187842036 14317654016 331748 18446744073709551615 4194304 4196468 140732346791408 140149239515248 140150327270018 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 75 0 0 6293624 6294260 34717696 140732346798452 140732346798633 140732346798633 140732346802127 0
[pid=2262/tid=2274] ppid=2259 vsize=13982084 memory=16444 CPUtime=1.72 cores=0,2,4,6
/proc/2262/task/2274/stat : 2274 (java) S 2259 2262 7084 0 -1 1077944384 20434 0 0 0 170 2 0 0 20 0 15 0 187842036 14317654016 331748 18446744073709551615 4194304 4196468 140732346791408 140149238462448 140150327270018 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 73 0 0 6293624 6294260 34717696 140732346798452 140732346798633 140732346798633 140732346802127 0
[pid=2262/tid=2275] ppid=2259 vsize=13982084 memory=1324944 CPUtime=0.71 cores=0,2,4,6
/proc/2262/task/2275/stat : 2275 (java) S 2259 2262 7084 0 -1 1077944384 12938 0 0 0 69 2 0 0 20 0 15 0 187842036 14317654016 331748 18446744073709551615 4194304 4196468 140732346791408 140149237410160 140150327270018 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 76 0 0 6293624 6294260 34717696 140732346798452 140732346798633 140732346798633 140732346802127 0
[pid=2262/tid=2276] ppid=2259 vsize=13982084 memory=140505628259752 CPUtime=0 cores=0,2,4,6
/proc/2262/task/2276/stat : 2276 (java) S 2259 2262 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 187842036 14317654016 331748 18446744073709551615 4194304 4196468 140732346791408 140149236357600 140150327269077 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34717696 140732346798452 140732346798633 140732346798633 140732346802127 0
[pid=2262/tid=2277] ppid=2259 vsize=13982084 memory=2008 CPUtime=1.49 cores=0,2,4,6
/proc/2262/task/2277/stat : 2277 (java) S 2259 2262 7084 0 -1 1077944384 1066 0 0 0 65 84 0 0 20 0 15 0 187842042 14317654016 331748 18446744073709551615 4194304 4196468 140732346791408 140149235305392 140150327270018 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 78 0 0 6293624 6294260 34717696 140732346798452 140732346798633 140732346798633 140732346802127 0
Current children cumulated CPU time: 2520.08 s
Current children cumulated vsize: 13982084 KiB
Current children cumulated memory: 1326992 KiB

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

[startup+2472.73 s]
# the end of solver process 2262 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.4 s, system=3.7144 s

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

[startup+2472.7 s]
/proc/loadavg: 1.38 1.37 1.40 3/213 2525
/proc/meminfo: memFree=29636464/32770624 swapFree=67108776/67108860
[pid=2262] ppid=2259 vsize=13982084 memory=1326992 CPUtime=2520.08 cores=0,2,4,6
/proc/2262/stat : 2262 (java) S 2259 2262 7084 0 -1 1077944320 193481 0 0 0 251638 370 0 0 20 0 15 0 187842024 14317654016 331748 18446744073709551615 4194304 4196468 140732346791408 140732346773952 140150327258871 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 6 0 0 6293624 6294260 34717696 140732346798452 140732346798633 140732346798633 140732346802127 0
/proc/2262/statm: 3495521 331748 3815 1 0 3484295 0
[pid=2262/tid=2264] ppid=2259 vsize=13982084 memory=1326992 CPUtime=2444.03 cores=0,2,4,6
/proc/2262/task/2264/stat : 2264 (java) R 2259 2262 7084 0 -1 4202560 74862 0 0 0 244354 49 0 0 20 0 15 0 187842031 14317654016 331748 18446744073709551615 4194304 4196468 140732346791408 140150331496992 140149973357509 0 4 1 16800974 0 0 0 -1 4 0 0 5 0 0 6293624 6294260 34717696 140732346798452 140732346798633 140732346798633 140732346802127 0
[pid=2262/tid=2265] ppid=2259 vsize=13982084 memory=1324944 CPUtime=15.19 cores=0,2,4,6
/proc/2262/task/2265/stat : 2265 (java) S 2259 2262 7084 0 -1 1077944384 14006 0 0 0 1462 57 0 0 20 0 15 0 187842031 14317654016 331748 18446744073709551615 4194304 4196468 140732346791408 140150288157072 140150327269077 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34717696 140732346798452 140732346798633 140732346798633 140732346802127 0
[pid=2262/tid=2266] ppid=2259 vsize=13982084 memory=1326992 CPUtime=15.2 cores=0,2,4,6
/proc/2262/task/2266/stat : 2266 (java) S 2259 2262 7084 0 -1 1077944384 13052 0 0 0 1463 57 0 0 20 0 15 0 187842031 14317654016 331748 18446744073709551615 4194304 4196468 140732346791408 140150287104272 140150327269077 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34717696 140732346798452 140732346798633 140732346798633 140732346802127 0
[pid=2262/tid=2267] ppid=2259 vsize=13982084 memory=1324944 CPUtime=15.2 cores=0,2,4,6
/proc/2262/task/2267/stat : 2267 (java) S 2259 2262 7084 0 -1 1077944384 11435 0 0 0 1460 60 0 0 20 0 15 0 187842032 14317654016 331748 18446744073709551615 4194304 4196468 140732346791408 140149925538448 140150327269077 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34717696 140732346798452 140732346798633 140732346798633 140732346802127 0
[pid=2262/tid=2268] ppid=2259 vsize=13982084 memory=1324944 CPUtime=15.22 cores=0,2,4,6
/proc/2262/task/2268/stat : 2268 (java) S 2259 2262 7084 0 -1 1077944384 11194 0 0 0 1463 59 0 0 20 0 15 0 187842032 14317654016 331748 18446744073709551615 4194304 4196468 140732346791408 140149924485648 140150327269077 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34717696 140732346798452 140732346798633 140732346798633 140732346802127 0
[pid=2262/tid=2269] ppid=2259 vsize=13982084 memory=1326992 CPUtime=9.77 cores=0,2,4,6
/proc/2262/task/2269/stat : 2269 (java) S 2259 2262 7084 0 -1 1077944384 12225 0 0 0 915 62 0 0 20 0 15 0 187842033 14317654016 331748 18446744073709551615 4194304 4196468 140732346791408 140149243726448 140150327270018 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 42 0 0 6293624 6294260 34717696 140732346798452 140732346798633 140732346798633 140732346802127 0
[pid=2262/tid=2270] ppid=2259 vsize=13982084 memory=148 CPUtime=0 cores=0,2,4,6
/proc/2262/task/2270/stat : 2270 (java) S 2259 2262 7084 0 -1 1077944384 73 0 0 0 0 0 0 0 20 0 15 0 187842033 14317654016 331748 18446744073709551615 4194304 4196468 140732346791408 140149242672480 140150327269077 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34717696 140732346798452 140732346798633 140732346798633 140732346802127 0
[pid=2262/tid=2271] ppid=2259 vsize=13982084 memory=1324944 CPUtime=0 cores=0,2,4,6
/proc/2262/task/2271/stat : 2271 (java) S 2259 2262 7084 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 15 0 187842033 14317654016 331748 18446744073709551615 4194304 4196468 140732346791408 140149241620096 140150327269077 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34717696 140732346798452 140732346798633 140732346798633 140732346802127 0
[pid=2262/tid=2272] ppid=2259 vsize=13982084 memory=796 CPUtime=0 cores=0,2,4,6
/proc/2262/task/2272/stat : 2272 (java) S 2259 2262 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 187842036 14317654016 331748 18446744073709551615 4194304 4196468 140732346791408 140149240568400 140150327277467 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34717696 140732346798452 140732346798633 140732346798633 140732346802127 0
[pid=2262/tid=2273] ppid=2259 vsize=13982084 memory=1326992 CPUtime=1.45 cores=0,2,4,6
/proc/2262/task/2273/stat : 2273 (java) S 2259 2262 7084 0 -1 1077944384 20826 0 0 0 142 3 0 0 20 0 15 0 187842036 14317654016 331748 18446744073709551615 4194304 4196468 140732346791408 140149239515248 140150327270018 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 75 0 0 6293624 6294260 34717696 140732346798452 140732346798633 140732346798633 140732346802127 0
[pid=2262/tid=2274] ppid=2259 vsize=13982084 memory=16444 CPUtime=1.72 cores=0,2,4,6
/proc/2262/task/2274/stat : 2274 (java) S 2259 2262 7084 0 -1 1077944384 20434 0 0 0 170 2 0 0 20 0 15 0 187842036 14317654016 331748 18446744073709551615 4194304 4196468 140732346791408 140149238462448 140150327270018 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 73 0 0 6293624 6294260 34717696 140732346798452 140732346798633 140732346798633 140732346802127 0
[pid=2262/tid=2275] ppid=2259 vsize=13982084 memory=1324944 CPUtime=0.71 cores=0,2,4,6
/proc/2262/task/2275/stat : 2275 (java) S 2259 2262 7084 0 -1 1077944384 12938 0 0 0 69 2 0 0 20 0 15 0 187842036 14317654016 331748 18446744073709551615 4194304 4196468 140732346791408 140149237410160 140150327270018 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 76 0 0 6293624 6294260 34717696 140732346798452 140732346798633 140732346798633 140732346802127 0
[pid=2262/tid=2276] ppid=2259 vsize=13982084 memory=140505628259752 CPUtime=0 cores=0,2,4,6
/proc/2262/task/2276/stat : 2276 (java) S 2259 2262 7084 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 187842036 14317654016 331748 18446744073709551615 4194304 4196468 140732346791408 140149236357600 140150327269077 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34717696 140732346798452 140732346798633 140732346798633 140732346802127 0
[pid=2262/tid=2277] ppid=2259 vsize=13982084 memory=2008 CPUtime=1.49 cores=0,2,4,6
/proc/2262/task/2277/stat : 2277 (java) S 2259 2262 7084 0 -1 1077944384 1066 0 0 0 65 84 0 0 20 0 15 0 187842042 14317654016 331748 18446744073709551615 4194304 4196468 140732346791408 140149235305392 140150327270018 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 78 0 0 6293624 6294260 34717696 140732346798452 140732346798633 140732346798633 140732346802127 0
Current children cumulated CPU time: 2520.08 s
Current children cumulated vsize: 13982084 KiB
Current children cumulated memory: 1326992 KiB

Child status: 143
Real time (s): 2472.73
CPU time (s): 2520.11
CPU user time (s): 2516.4
CPU system time (s): 3.7144
CPU usage (%): 101.916
Max. virtual memory (cumulated for all children) (KiB): 13982084
Max. memory (cumulated for all children) (KiB): 1326992

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.4
system time used= 3.7144
maximum resident set size= 1327416
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 193947
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2984
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 297190
involuntary context switches= 9961


# summary of solver processes directly reported to runsolver:
#   pid: 2262
#   total CPU time (s): 2520.11
#   total CPU user time (s): 2516.4
#   total CPU system time (s): 3.7144

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.6685 second user time and 24.6099 second system time

The end

Launcher Data

Begin job on node132 at 2017-08-16 12:57:07
IDJOB=4273106
IDBENCH=135067
IDSOLVER=2665
FILE ID=node132/4273106-1502881894
RUNJOBID= node132-1502658038-4849
PBS_JOBID= 
Free space on /tmp= 61988 MiB

SOLVER NAME= OscaR - ALNS 2017-07-26
BENCH NAME= XCSP17/PseudoBoolean/PseudoBoolean-opt-factor/Pb-factor-S9-P071-Q409.xml
COMMAND LINE= java -Xmx11000m -jar oscar-cp-xcsp3-alns.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 11000 --nbcore NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4273106-1502881894/watcher-4273106-1502881894 -o /tmp/evaluation-result-4273106-1502881894/solver-4273106-1502881894 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node132-1502658038-4849 --watchdog 2580  java -Xmx11000m -jar oscar-cp-xcsp3-alns.jar --randomseed 2000786101 --timelimit 2520 --memlimit 11000 --nbcore 4 HOME/instance-4273106-1502881894.xml

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

MD5SUM BENCH= 00888bf8312be233faaf540b9d46fb52
RANDOM SEED=2000786101

node132.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.74
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.74
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.74
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.74
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:        30116700 kB
MemAvailable:   30773356 kB
Buffers:          309912 kB
Cached:           659068 kB
SwapCached:           84 kB
Active:          1877704 kB
Inactive:         327188 kB
Active(anon):    1184248 kB
Inactive(anon):   109980 kB
Active(file):     693456 kB
Inactive(file):   217208 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108776 kB
Dirty:             42324 kB
Writeback:             4 kB
AnonPages:       1236232 kB
Mapped:            85916 kB
Shmem:             57960 kB
Slab:             150596 kB
SReclaimable:     123656 kB
SUnreclaim:        26940 kB
KernelStack:        3488 kB
PageTables:         7900 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3280960 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1110016 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      114048 kB
DirectMap2M:    33431552 kB

Free space on /tmp at the end= 61948 MiB
End job on node132 at 2017-08-16 13:38:20