Trace number 4246961

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
R1: OscaR - ALNS 2017-06-30SAT (TO)3 2400.04 2352.03

General information on the benchmark

NameOpenStacks/OpenStacks-m2c-s1/
OpenStacks-m2c-tiny.xml
MD5SUMb48c1d78a7c2914aa1b4afc3a63a668c
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark3
Best CPU time to get the best result obtained on this benchmark0.017028
Satisfiable
(Un)Satisfiability was proved
Number of variables73
Number of constraints65
Number of domains3
Minimum domain size2
Maximum domain size10
Distribution of domain sizes[{"size":2,"count":45},{"size":9,"count":19},{"size":10,"count":9}]
Minimum variable degree2
Maximum variable degree10
Distribution of variable degrees[{"degree":2,"count":54},{"degree":3,"count":1},{"degree":5,"count":8},{"degree":10,"count":10}]
Minimum constraint arity3
Maximum constraint arity9
Distribution of constraint arities[{"arity":3,"count":47},{"arity":4,"count":4},{"arity":5,"count":2},{"arity":6,"count":11},{"arity":9,"count":1}]
Number of extensional constraints45
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":45},{"type":"allDifferent","count":1},{"type":"sum","count":9},{"type":"minimum","count":5},{"type":"maximum","count":5}]
Optimization problemYES
Type of objectivemin MAXIMUM

Quality of the solution as a function of time


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

Solver Data

0.24/0.38	c version: 2017-06-30
0.24/0.38	c seed: 872848149
0.24/0.38	c timeout: 2400
0.24/0.38	c memlimit: 15500
0.24/0.38	c nbcore: 4
0.43/0.40	c Parsing instance...
1.42/0.90	c Parsing done, starting search...
1.42/0.98	o 5
2.04/1.17	o 4
7.78/5.00	o 3
2400.00/2352.00	s SATISFIABLE
2400.00/2352.00	v <instantiation>
2400.00/2352.00	v 	<list>
2400.00/2352.00	v 		p[0] p[1] p[2] p[3] p[4] p[5] p[6] p[7] p[8] min[0] min[1] min[2] min[3] min[4] max[0] max[1] max[2] max[3] max[4] o[0][0] o[0][1] o[0][2] o[0][3] o[0][4] o[0][5] o[0][6] o[0][7] o[0][8] o[1][0] o[1][1] o[1][2] o[1][3] o[1][4] o[1][5] o[1][6] o[1][7] o[1][8] o[2][0] o[2][1] o[2][2] o[2][3] o[2][4] o[2][5] o[2][6] o[2][7] o[2][8] o[3][0] o[3][1] o[3][2] o[3][3] o[3][4] o[3][5] o[3][6] o[3][7] o[3][8] o[4][0] o[4][1] o[4][2] o[4][3] o[4][4] o[4][5] o[4][6] o[4][7] o[4][8] so[0] so[1] so[2] so[3] so[4] so[5] so[6] so[7] so[8]
2400.00/2352.00	v 	</list>
2400.00/2352.00	v 	<values>
2400.00/2352.00	v 		0 5 3 2 4 7 1 8 6 0 0 3 2 6 4 2 8 6 7 1 1 1 1 1 0 0 0 0 1 1 1 0 0 0 0 0 0 0 0 0 1 1 1 1 1 1 0 0 1 1 1 1 1 0 0 0 0 0 0 0 0 1 1 0 2 2 3 3 3 2 3 2 1 
2400.00/2352.00	v 	</values>
2400.00/2352.00	v </instantiation>

Verifier Data

OK	3

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

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.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4246961-1502139535/watcher-4246961-1502139535 -o /tmp/evaluation-result-4246961-1502139535/solver-4246961-1502139535 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node132-1502098230-26618 --watchdog 2560 java -Xmx10000m -jar oscar-cp-xcsp3-alns.jar --randomseed 872848149 --timelimit 2400 --memlimit 15500 --nbcore 4 HOME/instance-4246961-1502139535.xml 

pid=32221
running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 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
Current StackSize limit: 8192 KiB


[startup+0 s]
/proc/loadavg: 1.28 1.32 1.35 4/197 32224
/proc/meminfo: memFree=28782948/32770624 swapFree=0/385656
[pid=32224] ppid=32221 vsize=23672 CPUtime=0 cores=0,2,4,6
/proc/32224/stat : 32224 (runsolver) D 32221 32224 2911 0 -1 4202560 107 0 0 0 0 0 0 0 20 0 1 0 113606654 24240128 108 18446744073709551615 4194304 4338465 140731474230608 140731474228248 139664031818455 0 0 1 24578 18446744071580418449 0 0 17 4 0 0 0 0 0 6438912 6441760 24522752 140731474239596 140731474240073 140731474240073 140731474243530 0
/proc/32224/statm: 5918 108 54 36 0 2156 0

[startup+0.10011 s]
/proc/loadavg: 1.28 1.32 1.35 4/197 32224
/proc/meminfo: memFree=28782948/32770624 swapFree=0/385656
[pid=32224] ppid=32221 vsize=12294936 CPUtime=0 cores=0,2,4,6
/proc/32224/stat : 32224 (java) S 32221 32224 2911 0 -1 1077944320 2503 0 0 0 0 0 0 0 20 0 6 0 113606654 12590014464 2671 18446744073709551615 4194304 4196468 140725299515952 140725299498496 139979872186103 0 0 1 16784584 18446744073709551615 0 0 17 0 0 0 8 0 0 6293624 6294260 6533120 140725299523994 140725299524174 140725299524174 140725299527631 0
/proc/32224/statm: 3073734 2671 1211 1 0 3063704 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12294936

[startup+0.202862 s]
/proc/loadavg: 1.28 1.32 1.35 4/197 32224
/proc/meminfo: memFree=28782948/32770624 swapFree=0/385656
[pid=32224] ppid=32221 vsize=12914512 CPUtime=0.08 cores=0,2,4,6
/proc/32224/stat : 32224 (java) S 32221 32224 2911 0 -1 1077944320 6713 0 0 0 8 0 0 0 20 0 15 0 113606654 13224460288 6929 18446744073709551615 4194304 4196468 140725299515952 140725299498496 139979872186103 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 8 0 0 6293624 6294260 6533120 140725299523994 140725299524174 140725299524174 140725299527631 0
/proc/32224/statm: 3228628 6929 3351 1 0 3217407 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 12914512

[startup+0.300266 s]
/proc/loadavg: 1.28 1.32 1.35 4/197 32224
/proc/meminfo: memFree=28782948/32770624 swapFree=0/385656
[pid=32224] ppid=32221 vsize=12914512 CPUtime=0.24 cores=0,2,4,6
/proc/32224/stat : 32224 (java) S 32221 32224 2911 0 -1 1077944320 10194 0 0 0 22 2 0 0 20 0 15 0 113606654 13224460288 9495 18446744073709551615 4194304 4196468 140725299515952 140725299498496 139979872186103 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 8 0 0 6293624 6294260 6533120 140725299523994 140725299524174 140725299524174 140725299527631 0
/proc/32224/statm: 3228628 9495 3574 1 0 3217407 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 12914512

[startup+0.704134 s]
/proc/loadavg: 1.28 1.32 1.35 4/197 32224
/proc/meminfo: memFree=28782948/32770624 swapFree=0/385656
[pid=32224] ppid=32221 vsize=12916580 CPUtime=1.07 cores=0,2,4,6
/proc/32224/stat : 32224 (java) S 32221 32224 2911 0 -1 1077944320 14841 0 0 0 103 4 0 0 20 0 15 0 113606654 13226577920 17123 18446744073709551615 4194304 4196468 140725299515952 140725299498496 139979872186103 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 8 0 0 6293624 6294260 6533120 140725299523994 140725299524174 140725299524174 140725299527631 0
/proc/32224/statm: 3229145 17123 3735 1 0 3217919 0
Current children cumulated CPU time (s) 1.07
Current children cumulated vsize (KiB) 12916580

[startup+1.5009 s]
/proc/loadavg: 1.50 1.36 1.36 5/212 32239
/proc/meminfo: memFree=28693476/32770624 swapFree=0/385712
[pid=32224] ppid=32221 vsize=12920676 CPUtime=3.28 cores=0,2,4,6
/proc/32224/stat : 32224 (java) S 32221 32224 2911 0 -1 1077944320 29271 0 0 0 318 10 0 0 20 0 15 0 113606654 13230772224 54637 18446744073709551615 4194304 4196468 140725299515952 140725299498496 139979872186103 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 8 0 0 6293624 6294260 6533120 140725299523994 140725299524174 140725299524174 140725299527631 0
/proc/32224/statm: 3230169 54637 3790 1 0 3218943 0
[pid=32224/tid=32226] ppid=32221 vsize=12920676 CPUtime=1.34 cores=0,2,4,6
/proc/32224/task/32226/stat : 32226 (java) R 32221 32224 2911 0 -1 4202560 15479 0 0 0 127 7 0 0 20 0 15 0 113606663 13230772224 54637 18446744073709551615 4194304 4196468 140725299515952 139979876420616 139979515505852 0 4 1 16800974 0 0 0 -1 6 0 0 3 0 0 6293624 6294260 6533120 140725299523994 140725299524174 140725299524174 140725299527631 0
[pid=32224/tid=32227] ppid=32221 vsize=12920676 CPUtime=0 cores=0,2,4,6
/proc/32224/task/32227/stat : 32227 (java) S 32221 32224 2911 0 -1 1077944384 26 0 0 0 0 0 0 0 20 0 15 0 113606663 13230772224 54637 18446744073709551615 4194304 4196468 140725299515952 139979833085072 139979872196309 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6533120 140725299523994 140725299524174 140725299524174 140725299527631 0
[pid=32224/tid=32228] ppid=32221 vsize=12920676 CPUtime=0 cores=0,2,4,6
/proc/32224/task/32228/stat : 32228 (java) S 32221 32224 2911 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 15 0 113606663 13230772224 54637 18446744073709551615 4194304 4196468 140725299515952 139979832032272 139979872196309 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6533120 140725299523994 140725299524174 140725299524174 140725299527631 0
[pid=32224/tid=32229] ppid=32221 vsize=12920676 CPUtime=0 cores=0,2,4,6
/proc/32224/task/32229/stat : 32229 (java) S 32221 32224 2911 0 -1 1077944384 327 0 0 0 0 0 0 0 20 0 15 0 113606663 13230772224 54637 18446744073709551615 4194304 4196468 140725299515952 139979830979472 139979872196309 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6533120 140725299523994 140725299524174 140725299524174 140725299527631 0
[pid=32224/tid=32230] ppid=32221 vsize=12920676 CPUtime=0 cores=0,2,4,6
/proc/32224/task/32230/stat : 32230 (java) S 32221 32224 2911 0 -1 1077944384 435 0 0 0 0 0 0 0 20 0 15 0 113606663 13230772224 54637 18446744073709551615 4194304 4196468 140725299515952 139979472435984 139979872196309 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6533120 140725299523994 140725299524174 140725299524174 140725299527631 0
[pid=32224/tid=32231] ppid=32221 vsize=12920676 CPUtime=0 cores=0,2,4,6
/proc/32224/task/32231/stat : 32231 (java) S 32221 32224 2911 0 -1 1077944384 327 0 0 0 0 0 0 0 20 0 15 0 113606665 13230772224 54637 18446744073709551615 4194304 4196468 140725299515952 139979356354928 139979872197250 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6533120 140725299523994 140725299524174 140725299524174 140725299527631 0
[pid=32224/tid=32232] ppid=32221 vsize=12920676 CPUtime=0 cores=0,2,4,6
/proc/32224/task/32232/stat : 32232 (java) S 32221 32224 2911 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 113606665 13230772224 54637 18446744073709551615 4194304 4196468 140725299515952 139979355300960 139979872196309 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6533120 140725299523994 140725299524174 140725299524174 140725299527631 0
[pid=32224/tid=32233] ppid=32221 vsize=12920676 CPUtime=0 cores=0,2,4,6
/proc/32224/task/32233/stat : 32233 (java) S 32221 32224 2911 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 15 0 113606665 13230772224 54637 18446744073709551615 4194304 4196468 140725299515952 139979354248064 139979872196309 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6533120 140725299523994 140725299524174 140725299524174 140725299527631 0
[pid=32224/tid=32234] ppid=32221 vsize=12920676 CPUtime=0 cores=0,2,4,6
/proc/32224/task/32234/stat : 32234 (java) S 32221 32224 2911 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 113606668 13230772224 54637 18446744073709551615 4194304 4196468 140725299515952 139979353196368 139979872204699 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6533120 140725299523994 140725299524174 140725299524174 140725299527631 0
[pid=32224/tid=32235] ppid=32221 vsize=12920676 CPUtime=0.75 cores=0,2,4,6
/proc/32224/task/32235/stat : 32235 (java) R 32221 32224 2911 0 -1 4202560 4539 0 0 0 75 0 0 0 20 0 15 0 113606668 13230772224 54637 18446744073709551615 4194304 4196468 140725299515952 139979352125584 139979857311210 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 6533120 140725299523994 140725299524174 140725299524174 140725299527631 0
[pid=32224/tid=32236] ppid=32221 vsize=12920676 CPUtime=0.64 cores=0,2,4,6
/proc/32224/task/32236/stat : 32236 (java) R 32221 32224 2911 0 -1 4202560 3426 0 0 0 64 0 0 0 20 0 15 0 113606668 13230772224 54637 18446744073709551615 4194304 4196468 140725299515952 139979351091952 139979852887087 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 6533120 140725299523994 140725299524174 140725299524174 140725299527631 0
[pid=32224/tid=32237] ppid=32221 vsize=12920676 CPUtime=0.48 cores=0,2,4,6
/proc/32224/task/32237/stat : 32237 (java) S 32221 32224 2911 0 -1 1077944384 3239 0 0 0 47 1 0 0 20 0 15 0 113606668 13230772224 54637 18446744073709551615 4194304 4196468 140725299515952 139979350039152 139979872197250 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6533120 140725299523994 140725299524174 140725299524174 140725299527631 0
[pid=32224/tid=32238] ppid=32221 vsize=12920676 CPUtime=0 cores=0,2,4,6
/proc/32224/task/32238/stat : 32238 (java) S 32221 32224 2911 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 113606668 13230772224 54637 18446744073709551615 4194304 4196468 140725299515952 139979348986592 139979872196309 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6533120 140725299523994 140725299524174 140725299524174 140725299527631 0
[pid=32224/tid=32239] ppid=32221 vsize=12920676 CPUtime=0 cores=0,2,4,6
/proc/32224/task/32239/stat : 32239 (java) S 32221 32224 2911 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 15 0 113606672 13230772224 54637 18446744073709551615 4194304 4196468 140725299515952 139979347933872 139979872197250 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6533120 140725299523994 140725299524174 140725299524174 140725299527631 0
Current children cumulated CPU time (s) 3.28
Current children cumulated vsize (KiB) 12920676

[startup+3.10075 s]
/proc/loadavg: 1.50 1.36 1.36 3/212 32239
/proc/meminfo: memFree=28458880/32770624 swapFree=0/385712
[pid=32224] ppid=32221 vsize=12920676 CPUtime=5.5 cores=0,2,4,6
/proc/32224/stat : 32224 (java) S 32221 32224 2911 0 -1 1077944320 30044 0 0 0 532 18 0 0 20 0 15 0 113606654 13230772224 141979 18446744073709551615 4194304 4196468 140725299515952 140725299498496 139979872186103 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 8 0 0 6293624 6294260 6533120 140725299523994 140725299524174 140725299524174 140725299527631 0
/proc/32224/statm: 3230169 141979 3796 1 0 3218943 0
[pid=32224/tid=32226] ppid=32221 vsize=12920676 CPUtime=2.92 cores=0,2,4,6
/proc/32224/task/32226/stat : 32226 (java) R 32221 32224 2911 0 -1 4202560 15709 0 0 0 280 12 0 0 20 0 15 0 113606663 13230772224 141979 18446744073709551615 4194304 4196468 140725299515952 139979876423840 139979516170090 0 4 1 16800974 0 0 0 -1 4 0 0 3 0 0 6293624 6294260 6533120 140725299523994 140725299524174 140725299524174 140725299527631 0
[pid=32224/tid=32227] ppid=32221 vsize=12920676 CPUtime=0.01 cores=0,2,4,6
/proc/32224/task/32227/stat : 32227 (java) S 32221 32224 2911 0 -1 1077944384 36 0 0 0 1 0 0 0 20 0 15 0 113606663 13230772224 141979 18446744073709551615 4194304 4196468 140725299515952 139979833085072 139979872196309 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6533120 140725299523994 140725299524174 140725299524174 140725299527631 0
[pid=32224/tid=32228] ppid=32221 vsize=12920676 CPUtime=0.01 cores=0,2,4,6
/proc/32224/task/32228/stat : 32228 (java) S 32221 32224 2911 0 -1 1077944384 65 0 0 0 1 0 0 0 20 0 15 0 113606663 13230772224 141979 18446744073709551615 4194304 4196468 140725299515952 139979832032272 139979872196309 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6533120 140725299523994 140725299524174 140725299524174 140725299527631 0
[pid=32224/tid=32229] ppid=32221 vsize=12920676 CPUtime=0.01 cores=0,2,4,6
/proc/32224/task/32229/stat : 32229 (java) S 32221 32224 2911 0 -1 1077944384 341 0 0 0 1 0 0 0 20 0 15 0 113606663 13230772224 141979 18446744073709551615 4194304 4196468 140725299515952 139979830979472 139979872196309 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6533120 140725299523994 140725299524174 140725299524174 140725299527631 0
[pid=32224/tid=32230] ppid=32221 vsize=12920676 CPUtime=0.01 cores=0,2,4,6
/proc/32224/task/32230/stat : 32230 (java) S 32221 32224 2911 0 -1 1077944384 443 0 0 0 1 0 0 0 20 0 15 0 113606663 13230772224 141979 18446744073709551615 4194304 4196468 140725299515952 139979472435984 139979872196309 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6533120 140725299523994 140725299524174 140725299524174 140725299527631 0
[pid=32224/tid=32231] ppid=32221 vsize=12920676 CPUtime=0.01 cores=0,2,4,6
/proc/32224/task/32231/stat : 32231 (java) S 32221 32224 2911 0 -1 1077944384 459 0 0 0 1 0 0 0 20 0 15 0 113606665 13230772224 141979 18446744073709551615 4194304 4196468 140725299515952 139979356354928 139979872197250 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6533120 140725299523994 140725299524174 140725299524174 140725299527631 0
[pid=32224/tid=32232] ppid=32221 vsize=12920676 CPUtime=0 cores=0,2,4,6
/proc/32224/task/32232/stat : 32232 (java) S 32221 32224 2911 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 113606665 13230772224 141979 18446744073709551615 4194304 4196468 140725299515952 139979355300960 139979872196309 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6533120 140725299523994 140725299524174 140725299524174 140725299527631 0
[pid=32224/tid=32233] ppid=32221 vsize=12920676 CPUtime=0 cores=0,2,4,6
/proc/32224/task/32233/stat : 32233 (java) S 32221 32224 2911 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 15 0 113606665 13230772224 141979 18446744073709551615 4194304 4196468 140725299515952 139979354248064 139979872196309 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6533120 140725299523994 140725299524174 140725299524174 140725299527631 0
[pid=32224/tid=32234] ppid=32221 vsize=12920676 CPUtime=0 cores=0,2,4,6
/proc/32224/task/32234/stat : 32234 (java) S 32221 32224 2911 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 113606668 13230772224 141979 18446744073709551615 4194304 4196468 140725299515952 139979353196368 139979872204699 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6533120 140725299523994 140725299524174 140725299524174 140725299527631 0
[pid=32224/tid=32235] ppid=32221 vsize=12920676 CPUtime=1.02 cores=0,2,4,6
/proc/32224/task/32235/stat : 32235 (java) S 32221 32224 2911 0 -1 1077944384 4617 0 0 0 101 1 0 0 20 0 15 0 113606668 13230772224 141979 18446744073709551615 4194304 4196468 140725299515952 139979352144752 139979872197250 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6533120 140725299523994 140725299524174 140725299524174 140725299527631 0
[pid=32224/tid=32236] ppid=32221 vsize=12920676 CPUtime=0.91 cores=0,2,4,6
/proc/32224/task/32236/stat : 32236 (java) S 32221 32224 2911 0 -1 1077944384 3623 0 0 0 91 0 0 0 20 0 15 0 113606668 13230772224 141979 18446744073709551615 4194304 4196468 140725299515952 139979351091952 139979872197250 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6533120 140725299523994 140725299524174 140725299524174 140725299527631 0
[pid=32224/tid=32237] ppid=32221 vsize=12920676 CPUtime=0.52 cores=0,2,4,6
/proc/32224/task/32237/stat : 32237 (java) S 32221 32224 2911 0 -1 1077944384 3325 0 0 0 51 1 0 0 20 0 15 0 113606668 13230772224 141979 18446744073709551615 4194304 4196468 140725299515952 139979350039152 139979872197250 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6533120 140725299523994 140725299524174 140725299524174 140725299527631 0
[pid=32224/tid=32238] ppid=32221 vsize=12920676 CPUtime=0 cores=0,2,4,6
/proc/32224/task/32238/stat : 32238 (java) S 32221 32224 2911 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 113606668 13230772224 141979 18446744073709551615 4194304 4196468 140725299515952 139979348986592 139979872196309 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6533120 140725299523994 140725299524174 140725299524174 140725299527631 0
[pid=32224/tid=32239] ppid=32221 vsize=12920676 CPUtime=0 cores=0,2,4,6
/proc/32224/task/32239/stat : 32239 (java) S 32221 32224 2911 0 -1 1077944384 7 0 0 0 0 0 0 0 20 0 15 0 113606672 13230772224 141979 18446744073709551615 4194304 4196468 140725299515952 139979347933872 139979872197250 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6533120 140725299523994 140725299524174 140725299524174 140725299527631 0
Current children cumulated CPU time (s) 5.5
Current children cumulated vsize (KiB) 12920676

[startup+6.30064 s]
/proc/loadavg: 1.50 1.36 1.36 3/212 32239
/proc/meminfo: memFree=27685228/32770624 swapFree=0/385712
[pid=32224] ppid=32221 vsize=12920676 CPUtime=9.13 cores=0,2,4,6
/proc/32224/stat : 32224 (java) S 32221 32224 2911 0 -1 1077944320 31043 0 0 0 887 26 0 0 20 0 15 0 113606654 13230772224 277065 18446744073709551615 4194304 4196468 140725299515952 140725299498496 139979872186103 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 8 0 0 6293624 6294260 6533120 140725299523994 140725299524174 140725299524174 140725299527631 0
/proc/32224/statm: 3230169 277065 3798 1 0 3218943 0
[pid=32224/tid=32226] ppid=32221 vsize=12920676 CPUtime=6.1 cores=0,2,4,6
/proc/32224/task/32226/stat : 32226 (java) R 32221 32224 2911 0 -1 4202560 16276 0 0 0 591 19 0 0 20 0 15 0 113606663 13230772224 277065 18446744073709551615 4194304 4196468 140725299515952 139979876423680 139979516832673 0 4 1 16800974 0 0 0 -1 0 0 0 3 0 0 6293624 6294260 6533120 140725299523994 140725299524174 140725299524174 140725299527631 0
[pid=32224/tid=32227] ppid=32221 vsize=12920676 CPUtime=0.01 cores=0,2,4,6
/proc/32224/task/32227/stat : 32227 (java) S 32221 32224 2911 0 -1 1077944384 40 0 0 0 1 0 0 0 20 0 15 0 113606663 13230772224 277065 18446744073709551615 4194304 4196468 140725299515952 139979833085072 139979872196309 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6533120 140725299523994 140725299524174 140725299524174 140725299527631 0
[pid=32224/tid=32228] ppid=32221 vsize=12920676 CPUtime=0.02 cores=0,2,4,6
/proc/32224/task/32228/stat : 32228 (java) S 32221 32224 2911 0 -1 1077944384 67 0 0 0 2 0 0 0 20 0 15 0 113606663 13230772224 277065 18446744073709551615 4194304 4196468 140725299515952 139979832032272 139979872196309 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6533120 140725299523994 140725299524174 140725299524174 140725299527631 0
[pid=32224/tid=32229] ppid=32221 vsize=12920676 CPUtime=0.01 cores=0,2,4,6
/proc/32224/task/32229/stat : 32229 (java) S 32221 32224 2911 0 -1 1077944384 343 0 0 0 1 0 0 0 20 0 15 0 113606663 13230772224 277065 18446744073709551615 4194304 4196468 140725299515952 139979830979472 139979872196309 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6533120 140725299523994 140725299524174 140725299524174 140725299527631 0
[pid=32224/tid=32230] ppid=32221 vsize=12920676 CPUtime=0.01 cores=0,2,4,6
/proc/32224/task/32230/stat : 32230 (java) S 32221 32224 2911 0 -1 1077944384 448 0 0 0 1 0 0 0 20 0 15 0 113606663 13230772224 277065 18446744073709551615 4194304 4196468 140725299515952 139979472435984 139979872196309 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6533120 140725299523994 140725299524174 140725299524174 140725299527631 0
[pid=32224/tid=32231] ppid=32221 vsize=12920676 CPUtime=0.01 cores=0,2,4,6
/proc/32224/task/32231/stat : 32231 (java) S 32221 32224 2911 0 -1 1077944384 712 0 0 0 1 0 0 0 20 0 15 0 113606665 13230772224 277065 18446744073709551615 4194304 4196468 140725299515952 139979356354928 139979872197250 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 50 0 0 6293624 6294260 6533120 140725299523994 140725299524174 140725299524174 140725299527631 0
[pid=32224/tid=32232] ppid=32221 vsize=12920676 CPUtime=0 cores=0,2,4,6
/proc/32224/task/32232/stat : 32232 (java) S 32221 32224 2911 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 113606665 13230772224 277065 18446744073709551615 4194304 4196468 140725299515952 139979355300960 139979872196309 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6533120 140725299523994 140725299524174 140725299524174 140725299527631 0
[pid=32224/tid=32233] ppid=32221 vsize=12920676 CPUtime=0 cores=0,2,4,6
/proc/32224/task/32233/stat : 32233 (java) S 32221 32224 2911 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 15 0 113606665 13230772224 277065 18446744073709551615 4194304 4196468 140725299515952 139979354248064 139979872196309 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6533120 140725299523994 140725299524174 140725299524174 140725299527631 0
[pid=32224/tid=32234] ppid=32221 vsize=12920676 CPUtime=0 cores=0,2,4,6
/proc/32224/task/32234/stat : 32234 (java) S 32221 32224 2911 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 113606668 13230772224 277065 18446744073709551615 4194304 4196468 140725299515952 139979353196368 139979872204699 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6533120 140725299523994 140725299524174 140725299524174 140725299527631 0
[pid=32224/tid=32235] ppid=32221 vsize=12920676 CPUtime=1.2 cores=0,2,4,6
/proc/32224/task/32235/stat : 32235 (java) S 32221 32224 2911 0 -1 1077944384 4671 0 0 0 119 1 0 0 20 0 15 0 113606668 13230772224 277065 18446744073709551615 4194304 4196468 140725299515952 139979352144752 139979872197250 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 45 0 0 6293624 6294260 6533120 140725299523994 140725299524174 140725299524174 140725299527631 0
[pid=32224/tid=32236] ppid=32221 vsize=12920676 CPUtime=1.12 cores=0,2,4,6
/proc/32224/task/32236/stat : 32236 (java) S 32221 32224 2911 0 -1 1077944384 3683 0 0 0 112 0 0 0 20 0 15 0 113606668 13230772224 277065 18446744073709551615 4194304 4196468 140725299515952 139979351091952 139979872197250 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 50 0 0 6293624 6294260 6533120 140725299523994 140725299524174 140725299524174 140725299527631 0
[pid=32224/tid=32237] ppid=32221 vsize=12920676 CPUtime=0.55 cores=0,2,4,6
/proc/32224/task/32237/stat : 32237 (java) S 32221 32224 2911 0 -1 1077944384 3367 0 0 0 54 1 0 0 20 0 15 0 113606668 13230772224 277065 18446744073709551615 4194304 4196468 140725299515952 139979350039152 139979872197250 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 28 0 0 6293624 6294260 6533120 140725299523994 140725299524174 140725299524174 140725299527631 0
[pid=32224/tid=32238] ppid=32221 vsize=12920676 CPUtime=0 cores=0,2,4,6
/proc/32224/task/32238/stat : 32238 (java) S 32221 32224 2911 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 113606668 13230772224 277065 18446744073709551615 4194304 4196468 140725299515952 139979348986592 139979872196309 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6533120 140725299523994 140725299524174 140725299524174 140725299527631 0
[pid=32224/tid=32239] ppid=32221 vsize=12920676 CPUtime=0 cores=0,2,4,6
/proc/32224/task/32239/stat : 32239 (java) S 32221 32224 2911 0 -1 1077944384 17 0 0 0 0 0 0 0 20 0 15 0 113606672 13230772224 277065 18446744073709551615 4194304 4196468 140725299515952 139979347933872 139979872197250 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 50 0 0 6293624 6294260 6533120 140725299523994 140725299524174 140725299524174 140725299527631 0
Current children cumulated CPU time (s) 9.13
Current children cumulated vsize (KiB) 12920676

[startup+12.7007 s]
/proc/loadavg: 1.42 1.35 1.36 3/212 32240
/proc/meminfo: memFree=27842928/32770624 swapFree=0/385720
[pid=32224] ppid=32221 vsize=12920676 CPUtime=15.79 cores=0,2,4,6
/proc/32224/stat : 32224 (java) S 32221 32224 2911 0 -1 1077944320 35882 0 0 0 1552 27 0 0 20 0 15 0 113606654 13230772224 270019 18446744073709551615 4194304 4196468 140725299515952 140725299498496 139979872186103 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 8 0 0 6293624 6294260 6533120 140725299523994 140725299524174 140725299524174 140725299527631 0
/proc/32224/statm: 3230169 270019 3804 1 0 3218943 0
[pid=32224/tid=32226] ppid=32221 vsize=12920676 CPUtime=12.49 cores=0,2,4,6
/proc/32224/task/32226/stat : 32226 (java) R 32221 32224 2911 0 -1 4202560 17903 0 0 0 1230 19 0 0 20 0 15 0 113606663 13230772224 270019 18446744073709551615 4194304 4196468 140725299515952 139979876423432 139979510654849 0 4 1 16800974 0 0 0 -1 0 0 0 3 0 0 6293624 6294260 6533120 140725299523994 140725299524174 140725299524174 140725299527631 0
[pid=32224/tid=32227] ppid=32221 vsize=12920676 CPUtime=0.02 cores=0,2,4,6
/proc/32224/task/32227/stat : 32227 (java) S 32221 32224 2911 0 -1 1077944384 518 0 0 0 1 1 0 0 20 0 15 0 113606663 13230772224 270019 18446744073709551615 4194304 4196468 140725299515952 139979833085072 139979872196309 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6533120 140725299523994 140725299524174 140725299524174 140725299527631 0
[pid=32224/tid=32228] ppid=32221 vsize=12920676 CPUtime=0.02 cores=0,2,4,6
/proc/32224/task/32228/stat : 32228 (java) S 32221 32224 2911 0 -1 1077944384 72 0 0 0 2 0 0 0 20 0 15 0 113606663 13230772224 270019 18446744073709551615 4194304 4196468 140725299515952 139979832032272 139979872196309 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6533120 140725299523994 140725299524174 140725299524174 140725299527631 0
[pid=32224/tid=32229] ppid=32221 vsize=12920676 CPUtime=0.01 cores=0,2,4,6
/proc/32224/task/32229/stat : 32229 (java) S 32221 32224 2911 0 -1 1077944384 361 0 0 0 1 0 0 0 20 0 15 0 113606663 13230772224 270019 18446744073709551615 4194304 4196468 140725299515952 139979830979472 139979872196309 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6533120 140725299523994 140725299524174 140725299524174 140725299527631 0
[pid=32224/tid=32230] ppid=32221 vsize=12920676 CPUtime=0.02 cores=0,2,4,6
/proc/32224/task/32230/stat : 32230 (java) S 32221 32224 2911 0 -1 1077944384 500 0 0 0 2 0 0 0 20 0 15 0 113606663 13230772224 270019 18446744073709551615 4194304 4196468 140725299515952 139979472435984 139979872196309 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6533120 140725299523994 140725299524174 140725299524174 140725299527631 0
[pid=32224/tid=32231] ppid=32221 vsize=12920676 CPUtime=0.02 cores=0,2,4,6
/proc/32224/task/32231/stat : 32231 (java) S 32221 32224 2911 0 -1 1077944384 733 0 0 0 2 0 0 0 20 0 15 0 113606665 13230772224 270019 18446744073709551615 4194304 4196468 140725299515952 139979356354928 139979872197250 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 50 0 0 6293624 6294260 6533120 140725299523994 140725299524174 140725299524174 140725299527631 0
[pid=32224/tid=32232] ppid=32221 vsize=12920676 CPUtime=0 cores=0,2,4,6
/proc/32224/task/32232/stat : 32232 (java) S 32221 32224 2911 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 113606665 13230772224 270019 18446744073709551615 4194304 4196468 140725299515952 139979355300960 139979872196309 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6533120 140725299523994 140725299524174 140725299524174 140725299527631 0
[pid=32224/tid=32233] ppid=32221 vsize=12920676 CPUtime=0 cores=0,2,4,6
/proc/32224/task/32233/stat : 32233 (java) S 32221 32224 2911 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 15 0 113606665 13230772224 270019 18446744073709551615 4194304 4196468 140725299515952 139979354248064 139979872196309 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6533120 140725299523994 140725299524174 140725299524174 140725299527631 0
[pid=32224/tid=32234] ppid=32221 vsize=12920676 CPUtime=0 cores=0,2,4,6
/proc/32224/task/32234/stat : 32234 (java) S 32221 32224 2911 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 113606668 13230772224 270019 18446744073709551615 4194304 4196468 140725299515952 139979353196368 139979872204699 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6533120 140725299523994 140725299524174 140725299524174 140725299527631 0

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

/proc/32224/task/32238/stat : 32238 (java) S 32221 32224 2911 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 113606668 13230772224 339684 18446744073709551615 4194304 4196468 140725299515952 139979348986592 139979872196309 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6533120 140725299523994 140725299524174 140725299524174 140725299527631 0
[pid=32224/tid=32239] ppid=32221 vsize=12920676 CPUtime=1.33 cores=0,2,4,6
/proc/32224/task/32239/stat : 32239 (java) S 32221 32224 2911 0 -1 1077944384 1186 0 0 0 62 71 0 0 20 0 15 0 113606672 13230772224 339684 18446744073709551615 4194304 4196468 140725299515952 139979347933872 139979872197250 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 50 0 0 6293624 6294260 6533120 140725299523994 140725299524174 140725299524174 140725299527631 0
Current children cumulated CPU time (s) 2186.05
Current children cumulated vsize (KiB) 12920676

[startup+2202.31 s]
/proc/loadavg: 1.71 1.49 1.41 3/218 32482
/proc/meminfo: memFree=28742312/32770624 swapFree=0/386236
[pid=32224] ppid=32221 vsize=12920676 CPUtime=2247.29 cores=0,2,4,6
/proc/32224/stat : 32224 (java) S 32221 32224 2911 0 -1 1077944320 218197 0 0 0 224362 367 0 0 20 0 15 0 113606654 13230772224 341220 18446744073709551615 4194304 4196468 140725299515952 140725299498496 139979872186103 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 8 0 0 6293624 6294260 6533120 140725299523994 140725299524174 140725299524174 140725299527631 0
/proc/32224/statm: 3230169 341220 3820 1 0 3218943 0
[pid=32224/tid=32226] ppid=32221 vsize=12920676 CPUtime=2176.31 cores=0,2,4,6
/proc/32224/task/32226/stat : 32226 (java) R 32221 32224 2911 0 -1 4202560 80253 0 0 0 217580 51 0 0 20 0 15 0 113606663 13230772224 341220 18446744073709551615 4194304 4196468 140725299515952 139979876424144 139979516832628 0 4 1 16800974 0 0 0 -1 0 0 0 3 0 0 6293624 6294260 6533120 140725299523994 140725299524174 140725299524174 140725299527631 0
[pid=32224/tid=32227] ppid=32221 vsize=12920676 CPUtime=14 cores=0,2,4,6
/proc/32224/task/32227/stat : 32227 (java) S 32221 32224 2911 0 -1 1077944384 16210 0 0 0 1339 61 0 0 20 0 15 0 113606663 13230772224 341220 18446744073709551615 4194304 4196468 140725299515952 139979833085072 139979872196309 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6533120 140725299523994 140725299524174 140725299524174 140725299527631 0
[pid=32224/tid=32228] ppid=32221 vsize=12920676 CPUtime=13.99 cores=0,2,4,6
/proc/32224/task/32228/stat : 32228 (java) S 32221 32224 2911 0 -1 1077944384 13335 0 0 0 1340 59 0 0 20 0 15 0 113606663 13230772224 341220 18446744073709551615 4194304 4196468 140725299515952 139979832032272 139979872196309 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6533120 140725299523994 140725299524174 140725299524174 140725299527631 0
[pid=32224/tid=32229] ppid=32221 vsize=12920676 CPUtime=13.99 cores=0,2,4,6
/proc/32224/task/32229/stat : 32229 (java) S 32221 32224 2911 0 -1 1077944384 14911 0 0 0 1338 61 0 0 20 0 15 0 113606663 13230772224 341220 18446744073709551615 4194304 4196468 140725299515952 139979830979472 139979872196309 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6533120 140725299523994 140725299524174 140725299524174 140725299527631 0
[pid=32224/tid=32230] ppid=32221 vsize=12920676 CPUtime=14.02 cores=0,2,4,6
/proc/32224/task/32230/stat : 32230 (java) S 32221 32224 2911 0 -1 1077944384 13221 0 0 0 1343 59 0 0 20 0 15 0 113606663 13230772224 341220 18446744073709551615 4194304 4196468 140725299515952 139979472435984 139979872196309 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6533120 140725299523994 140725299524174 140725299524174 140725299527631 0
[pid=32224/tid=32231] ppid=32221 vsize=12920676 CPUtime=8.38 cores=0,2,4,6
/proc/32224/task/32231/stat : 32231 (java) S 32221 32224 2911 0 -1 1077944384 12319 0 0 0 780 58 0 0 20 0 15 0 113606665 13230772224 341220 18446744073709551615 4194304 4196468 140725299515952 139979356354928 139979872197250 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 50 0 0 6293624 6294260 6533120 140725299523994 140725299524174 140725299524174 140725299527631 0
[pid=32224/tid=32232] ppid=32221 vsize=12920676 CPUtime=0 cores=0,2,4,6
/proc/32224/task/32232/stat : 32232 (java) S 32221 32224 2911 0 -1 1077944384 84 0 0 0 0 0 0 0 20 0 15 0 113606665 13230772224 341220 18446744073709551615 4194304 4196468 140725299515952 139979355300960 139979872196309 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6533120 140725299523994 140725299524174 140725299524174 140725299527631 0
[pid=32224/tid=32233] ppid=32221 vsize=12920676 CPUtime=0 cores=0,2,4,6
/proc/32224/task/32233/stat : 32233 (java) S 32221 32224 2911 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 15 0 113606665 13230772224 341220 18446744073709551615 4194304 4196468 140725299515952 139979354248064 139979872196309 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6533120 140725299523994 140725299524174 140725299524174 140725299527631 0
[pid=32224/tid=32234] ppid=32221 vsize=12920676 CPUtime=0 cores=0,2,4,6
/proc/32224/task/32234/stat : 32234 (java) S 32221 32224 2911 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 113606668 13230772224 341220 18446744073709551615 4194304 4196468 140725299515952 139979353196368 139979872204699 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6533120 140725299523994 140725299524174 140725299524174 140725299527631 0
[pid=32224/tid=32235] ppid=32221 vsize=12920676 CPUtime=2.53 cores=0,2,4,6
/proc/32224/task/32235/stat : 32235 (java) S 32221 32224 2911 0 -1 1077944384 27113 0 0 0 251 2 0 0 20 0 15 0 113606668 13230772224 341220 18446744073709551615 4194304 4196468 140725299515952 139979352144752 139979872197250 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 45 0 0 6293624 6294260 6533120 140725299523994 140725299524174 140725299524174 140725299527631 0
[pid=32224/tid=32236] ppid=32221 vsize=12920676 CPUtime=1.84 cores=0,2,4,6
/proc/32224/task/32236/stat : 32236 (java) S 32221 32224 2911 0 -1 1077944384 22060 0 0 0 181 3 0 0 20 0 15 0 113606668 13230772224 341220 18446744073709551615 4194304 4196468 140725299515952 139979351091952 139979872197250 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 50 0 0 6293624 6294260 6533120 140725299523994 140725299524174 140725299524174 140725299527631 0
[pid=32224/tid=32237] ppid=32221 vsize=12920676 CPUtime=0.74 cores=0,2,4,6
/proc/32224/task/32237/stat : 32237 (java) S 32221 32224 2911 0 -1 1077944384 16104 0 0 0 72 2 0 0 20 0 15 0 113606668 13230772224 341220 18446744073709551615 4194304 4196468 140725299515952 139979350039152 139979872197250 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 28 0 0 6293624 6294260 6533120 140725299523994 140725299524174 140725299524174 140725299527631 0
[pid=32224/tid=32238] ppid=32221 vsize=12920676 CPUtime=0 cores=0,2,4,6
/proc/32224/task/32238/stat : 32238 (java) S 32221 32224 2911 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 113606668 13230772224 341220 18446744073709551615 4194304 4196468 140725299515952 139979348986592 139979872196309 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6533120 140725299523994 140725299524174 140725299524174 140725299527631 0
[pid=32224/tid=32239] ppid=32221 vsize=12920676 CPUtime=1.37 cores=0,2,4,6
/proc/32224/task/32239/stat : 32239 (java) S 32221 32224 2911 0 -1 1077944384 1215 0 0 0 64 73 0 0 20 0 15 0 113606672 13230772224 341220 18446744073709551615 4194304 4196468 140725299515952 139979347933872 139979872197250 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 50 0 0 6293624 6294260 6533120 140725299523994 140725299524174 140725299524174 140725299527631 0
Current children cumulated CPU time (s) 2247.29
Current children cumulated vsize (KiB) 12920676

[startup+2262.3 s]
/proc/loadavg: 1.54 1.47 1.41 3/215 32484
/proc/meminfo: memFree=28734508/32770624 swapFree=0/386216
[pid=32224] ppid=32221 vsize=12920676 CPUtime=2308.47 cores=0,2,4,6
/proc/32224/stat : 32224 (java) S 32221 32224 2911 0 -1 1077944320 221210 0 0 0 230474 373 0 0 20 0 15 0 113606654 13230772224 343268 18446744073709551615 4194304 4196468 140725299515952 140725299498496 139979872186103 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 8 0 0 6293624 6294260 6533120 140725299523994 140725299524174 140725299524174 140725299527631 0
/proc/32224/statm: 3230169 343268 3820 1 0 3218943 0
[pid=32224/tid=32226] ppid=32221 vsize=12920676 CPUtime=2235.63 cores=0,2,4,6
/proc/32224/task/32226/stat : 32226 (java) R 32221 32224 2911 0 -1 4202560 81689 0 0 0 223511 52 0 0 20 0 15 0 113606663 13230772224 343268 18446744073709551615 4194304 4196468 140725299515952 139979876423792 139979516832682 0 4 1 16800974 0 0 0 -1 2 0 0 3 0 0 6293624 6294260 6533120 140725299523994 140725299524174 140725299524174 140725299527631 0
[pid=32224/tid=32227] ppid=32221 vsize=12920676 CPUtime=14.43 cores=0,2,4,6
/proc/32224/task/32227/stat : 32227 (java) S 32221 32224 2911 0 -1 1077944384 16516 0 0 0 1380 63 0 0 20 0 15 0 113606663 13230772224 343268 18446744073709551615 4194304 4196468 140725299515952 139979833085072 139979872196309 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6533120 140725299523994 140725299524174 140725299524174 140725299527631 0
[pid=32224/tid=32228] ppid=32221 vsize=12920676 CPUtime=14.41 cores=0,2,4,6
/proc/32224/task/32228/stat : 32228 (java) S 32221 32224 2911 0 -1 1077944384 13690 0 0 0 1380 61 0 0 20 0 15 0 113606663 13230772224 343268 18446744073709551615 4194304 4196468 140725299515952 139979832032272 139979872196309 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6533120 140725299523994 140725299524174 140725299524174 140725299527631 0
[pid=32224/tid=32229] ppid=32221 vsize=12920676 CPUtime=14.4 cores=0,2,4,6
/proc/32224/task/32229/stat : 32229 (java) S 32221 32224 2911 0 -1 1077944384 15268 0 0 0 1379 61 0 0 20 0 15 0 113606663 13230772224 343268 18446744073709551615 4194304 4196468 140725299515952 139979830979472 139979872196309 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6533120 140725299523994 140725299524174 140725299524174 140725299527631 0
[pid=32224/tid=32230] ppid=32221 vsize=12920676 CPUtime=14.43 cores=0,2,4,6
/proc/32224/task/32230/stat : 32230 (java) S 32221 32224 2911 0 -1 1077944384 13576 0 0 0 1383 60 0 0 20 0 15 0 113606663 13230772224 343268 18446744073709551615 4194304 4196468 140725299515952 139979472435984 139979872196309 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6533120 140725299523994 140725299524174 140725299524174 140725299527631 0
[pid=32224/tid=32231] ppid=32221 vsize=12920676 CPUtime=8.55 cores=0,2,4,6
/proc/32224/task/32231/stat : 32231 (java) S 32221 32224 2911 0 -1 1077944384 12502 0 0 0 797 58 0 0 20 0 15 0 113606665 13230772224 343268 18446744073709551615 4194304 4196468 140725299515952 139979356354928 139979872197250 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 50 0 0 6293624 6294260 6533120 140725299523994 140725299524174 140725299524174 140725299527631 0
[pid=32224/tid=32232] ppid=32221 vsize=12920676 CPUtime=0 cores=0,2,4,6
/proc/32224/task/32232/stat : 32232 (java) S 32221 32224 2911 0 -1 1077944384 84 0 0 0 0 0 0 0 20 0 15 0 113606665 13230772224 343268 18446744073709551615 4194304 4196468 140725299515952 139979355300960 139979872196309 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6533120 140725299523994 140725299524174 140725299524174 140725299527631 0
[pid=32224/tid=32233] ppid=32221 vsize=12920676 CPUtime=0 cores=0,2,4,6
/proc/32224/task/32233/stat : 32233 (java) S 32221 32224 2911 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 15 0 113606665 13230772224 343268 18446744073709551615 4194304 4196468 140725299515952 139979354248064 139979872196309 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6533120 140725299523994 140725299524174 140725299524174 140725299527631 0
[pid=32224/tid=32234] ppid=32221 vsize=12920676 CPUtime=0 cores=0,2,4,6
/proc/32224/task/32234/stat : 32234 (java) S 32221 32224 2911 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 113606668 13230772224 343268 18446744073709551615 4194304 4196468 140725299515952 139979353196368 139979872204699 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6533120 140725299523994 140725299524174 140725299524174 140725299527631 0
[pid=32224/tid=32235] ppid=32221 vsize=12920676 CPUtime=2.53 cores=0,2,4,6
/proc/32224/task/32235/stat : 32235 (java) S 32221 32224 2911 0 -1 1077944384 27115 0 0 0 251 2 0 0 20 0 15 0 113606668 13230772224 343268 18446744073709551615 4194304 4196468 140725299515952 139979352144752 139979872197250 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 45 0 0 6293624 6294260 6533120 140725299523994 140725299524174 140725299524174 140725299527631 0
[pid=32224/tid=32236] ppid=32221 vsize=12920676 CPUtime=1.84 cores=0,2,4,6
/proc/32224/task/32236/stat : 32236 (java) S 32221 32224 2911 0 -1 1077944384 22062 0 0 0 181 3 0 0 20 0 15 0 113606668 13230772224 343268 18446744073709551615 4194304 4196468 140725299515952 139979351091952 139979872197250 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 50 0 0 6293624 6294260 6533120 140725299523994 140725299524174 140725299524174 140725299527631 0
[pid=32224/tid=32237] ppid=32221 vsize=12920676 CPUtime=0.74 cores=0,2,4,6
/proc/32224/task/32237/stat : 32237 (java) S 32221 32224 2911 0 -1 1077944384 16106 0 0 0 72 2 0 0 20 0 15 0 113606668 13230772224 343268 18446744073709551615 4194304 4196468 140725299515952 139979350039152 139979872197250 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 28 0 0 6293624 6294260 6533120 140725299523994 140725299524174 140725299524174 140725299527631 0
[pid=32224/tid=32238] ppid=32221 vsize=12920676 CPUtime=0 cores=0,2,4,6
/proc/32224/task/32238/stat : 32238 (java) S 32221 32224 2911 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 113606668 13230772224 343268 18446744073709551615 4194304 4196468 140725299515952 139979348986592 139979872196309 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6533120 140725299523994 140725299524174 140725299524174 140725299527631 0
[pid=32224/tid=32239] ppid=32221 vsize=12920676 CPUtime=1.41 cores=0,2,4,6
/proc/32224/task/32239/stat : 32239 (java) S 32221 32224 2911 0 -1 1077944384 1230 0 0 0 66 75 0 0 20 0 15 0 113606672 13230772224 343268 18446744073709551615 4194304 4196468 140725299515952 139979347933872 139979872197250 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 50 0 0 6293624 6294260 6533120 140725299523994 140725299524174 140725299524174 140725299527631 0
Current children cumulated CPU time (s) 2308.47
Current children cumulated vsize (KiB) 12920676

[startup+2322.3 s]
/proc/loadavg: 1.25 1.41 1.39 3/214 32486
/proc/meminfo: memFree=28724044/32770624 swapFree=0/386256
[pid=32224] ppid=32221 vsize=12920676 CPUtime=2369.68 cores=0,2,4,6
/proc/32224/stat : 32224 (java) S 32221 32224 2911 0 -1 1077944320 223799 0 0 0 236587 381 0 0 20 0 15 0 113606654 13230772224 344804 18446744073709551615 4194304 4196468 140725299515952 140725299498496 139979872186103 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 8 0 0 6293624 6294260 6533120 140725299523994 140725299524174 140725299524174 140725299527631 0
/proc/32224/statm: 3230169 344804 3820 1 0 3218943 0
[pid=32224/tid=32226] ppid=32221 vsize=12920676 CPUtime=2294.93 cores=0,2,4,6
/proc/32224/task/32226/stat : 32226 (java) R 32221 32224 2911 0 -1 4202560 82838 0 0 0 229440 53 0 0 20 0 15 0 113606663 13230772224 344804 18446744073709551615 4194304 4196468 140725299515952 139979876424608 139979515506473 0 4 1 16800974 0 0 0 -1 0 0 0 3 0 0 6293624 6294260 6533120 140725299523994 140725299524174 140725299524174 140725299527631 0
[pid=32224/tid=32227] ppid=32221 vsize=12920676 CPUtime=14.85 cores=0,2,4,6
/proc/32224/task/32227/stat : 32227 (java) S 32221 32224 2911 0 -1 1077944384 16868 0 0 0 1421 64 0 0 20 0 15 0 113606663 13230772224 344804 18446744073709551615 4194304 4196468 140725299515952 139979833085072 139979872196309 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6533120 140725299523994 140725299524174 140725299524174 140725299527631 0
[pid=32224/tid=32228] ppid=32221 vsize=12920676 CPUtime=14.82 cores=0,2,4,6
/proc/32224/task/32228/stat : 32228 (java) S 32221 32224 2911 0 -1 1077944384 14037 0 0 0 1420 62 0 0 20 0 15 0 113606663 13230772224 344804 18446744073709551615 4194304 4196468 140725299515952 139979832032272 139979872196309 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6533120 140725299523994 140725299524174 140725299524174 140725299527631 0
[pid=32224/tid=32229] ppid=32221 vsize=12920676 CPUtime=14.83 cores=0,2,4,6
/proc/32224/task/32229/stat : 32229 (java) S 32221 32224 2911 0 -1 1077944384 15571 0 0 0 1420 63 0 0 20 0 15 0 113606663 13230772224 344804 18446744073709551615 4194304 4196468 140725299515952 139979830979472 139979872196309 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6533120 140725299523994 140725299524174 140725299524174 140725299527631 0
[pid=32224/tid=32230] ppid=32221 vsize=12920676 CPUtime=14.86 cores=0,2,4,6
/proc/32224/task/32230/stat : 32230 (java) S 32221 32224 2911 0 -1 1077944384 13817 0 0 0 1424 62 0 0 20 0 15 0 113606663 13230772224 344804 18446744073709551615 4194304 4196468 140725299515952 139979472435984 139979872196309 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6533120 140725299523994 140725299524174 140725299524174 140725299527631 0
[pid=32224/tid=32231] ppid=32221 vsize=12920676 CPUtime=8.74 cores=0,2,4,6
/proc/32224/task/32231/stat : 32231 (java) S 32221 32224 2911 0 -1 1077944384 12680 0 0 0 814 60 0 0 20 0 15 0 113606665 13230772224 344804 18446744073709551615 4194304 4196468 140725299515952 139979356354928 139979872197250 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 50 0 0 6293624 6294260 6533120 140725299523994 140725299524174 140725299524174 140725299527631 0
[pid=32224/tid=32232] ppid=32221 vsize=12920676 CPUtime=0 cores=0,2,4,6
/proc/32224/task/32232/stat : 32232 (java) S 32221 32224 2911 0 -1 1077944384 84 0 0 0 0 0 0 0 20 0 15 0 113606665 13230772224 344804 18446744073709551615 4194304 4196468 140725299515952 139979355300960 139979872196309 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6533120 140725299523994 140725299524174 140725299524174 140725299527631 0
[pid=32224/tid=32233] ppid=32221 vsize=12920676 CPUtime=0 cores=0,2,4,6
/proc/32224/task/32233/stat : 32233 (java) S 32221 32224 2911 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 15 0 113606665 13230772224 344804 18446744073709551615 4194304 4196468 140725299515952 139979354248064 139979872196309 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6533120 140725299523994 140725299524174 140725299524174 140725299527631 0
[pid=32224/tid=32234] ppid=32221 vsize=12920676 CPUtime=0 cores=0,2,4,6
/proc/32224/task/32234/stat : 32234 (java) S 32221 32224 2911 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 113606668 13230772224 344804 18446744073709551615 4194304 4196468 140725299515952 139979353196368 139979872204699 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6533120 140725299523994 140725299524174 140725299524174 140725299527631 0
[pid=32224/tid=32235] ppid=32221 vsize=12920676 CPUtime=2.53 cores=0,2,4,6
/proc/32224/task/32235/stat : 32235 (java) S 32221 32224 2911 0 -1 1077944384 27117 0 0 0 251 2 0 0 20 0 15 0 113606668 13230772224 344804 18446744073709551615 4194304 4196468 140725299515952 139979352144752 139979872197250 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 45 0 0 6293624 6294260 6533120 140725299523994 140725299524174 140725299524174 140725299527631 0
[pid=32224/tid=32236] ppid=32221 vsize=12920676 CPUtime=1.84 cores=0,2,4,6
/proc/32224/task/32236/stat : 32236 (java) S 32221 32224 2911 0 -1 1077944384 22064 0 0 0 181 3 0 0 20 0 15 0 113606668 13230772224 344804 18446744073709551615 4194304 4196468 140725299515952 139979351091952 139979872197250 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 50 0 0 6293624 6294260 6533120 140725299523994 140725299524174 140725299524174 140725299527631 0
[pid=32224/tid=32237] ppid=32221 vsize=12920676 CPUtime=0.74 cores=0,2,4,6
/proc/32224/task/32237/stat : 32237 (java) S 32221 32224 2911 0 -1 1077944384 16108 0 0 0 72 2 0 0 20 0 15 0 113606668 13230772224 344804 18446744073709551615 4194304 4196468 140725299515952 139979350039152 139979872197250 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 28 0 0 6293624 6294260 6533120 140725299523994 140725299524174 140725299524174 140725299527631 0
[pid=32224/tid=32238] ppid=32221 vsize=12920676 CPUtime=0 cores=0,2,4,6
/proc/32224/task/32238/stat : 32238 (java) S 32221 32224 2911 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 113606668 13230772224 344804 18446744073709551615 4194304 4196468 140725299515952 139979348986592 139979872196309 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6533120 140725299523994 140725299524174 140725299524174 140725299527631 0
[pid=32224/tid=32239] ppid=32221 vsize=12920676 CPUtime=1.45 cores=0,2,4,6
/proc/32224/task/32239/stat : 32239 (java) S 32221 32224 2911 0 -1 1077944384 1243 0 0 0 69 76 0 0 20 0 15 0 113606672 13230772224 344804 18446744073709551615 4194304 4196468 140725299515952 139979347933872 139979872197250 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 50 0 0 6293624 6294260 6533120 140725299523994 140725299524174 140725299524174 140725299527631 0
Current children cumulated CPU time (s) 2369.68
Current children cumulated vsize (KiB) 12920676



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2352 s]
/proc/loadavg: 1.75 1.51 1.42 3/214 32487
/proc/meminfo: memFree=28717776/32770624 swapFree=0/386268
[pid=32224] ppid=32221 vsize=12920676 CPUtime=2400 cores=0,2,4,6
/proc/32224/stat : 32224 (java) S 32221 32224 2911 0 -1 1077944320 226029 0 0 0 239615 385 0 0 20 0 15 0 113606654 13230772224 345829 18446744073709551615 4194304 4196468 140725299515952 140725299498496 139979872186103 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 8 0 0 6293624 6294260 6533120 140725299523994 140725299524174 140725299524174 140725299527631 0
/proc/32224/statm: 3230169 345829 3820 1 0 3218943 0
[pid=32224/tid=32226] ppid=32221 vsize=12920676 CPUtime=2324.28 cores=0,2,4,6
/proc/32224/task/32226/stat : 32226 (java) R 32221 32224 2911 0 -1 4202560 83403 0 0 0 232375 53 0 0 20 0 15 0 113606663 13230772224 345829 18446744073709551615 4194304 4196468 140725299515952 139979876424144 139979516196961 0 4 1 16800974 0 0 0 -1 0 0 0 3 0 0 6293624 6294260 6533120 140725299523994 140725299524174 140725299524174 140725299527631 0
[pid=32224/tid=32227] ppid=32221 vsize=12920676 CPUtime=15.06 cores=0,2,4,6
/proc/32224/task/32227/stat : 32227 (java) S 32221 32224 2911 0 -1 1077944384 17218 0 0 0 1442 64 0 0 20 0 15 0 113606663 13230772224 345829 18446744073709551615 4194304 4196468 140725299515952 139979833085072 139979872196309 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6533120 140725299523994 140725299524174 140725299524174 140725299527631 0
[pid=32224/tid=32228] ppid=32221 vsize=12920676 CPUtime=15.04 cores=0,2,4,6
/proc/32224/task/32228/stat : 32228 (java) S 32221 32224 2911 0 -1 1077944384 14332 0 0 0 1441 63 0 0 20 0 15 0 113606663 13230772224 345829 18446744073709551615 4194304 4196468 140725299515952 139979832032272 139979872196309 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6533120 140725299523994 140725299524174 140725299524174 140725299527631 0
[pid=32224/tid=32229] ppid=32221 vsize=12920676 CPUtime=15.04 cores=0,2,4,6
/proc/32224/task/32229/stat : 32229 (java) S 32221 32224 2911 0 -1 1077944384 15824 0 0 0 1440 64 0 0 20 0 15 0 113606663 13230772224 345829 18446744073709551615 4194304 4196468 140725299515952 139979830979472 139979872196309 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6533120 140725299523994 140725299524174 140725299524174 140725299527631 0
[pid=32224/tid=32230] ppid=32221 vsize=12920676 CPUtime=15.08 cores=0,2,4,6
/proc/32224/task/32230/stat : 32230 (java) S 32221 32224 2911 0 -1 1077944384 14132 0 0 0 1445 63 0 0 20 0 15 0 113606663 13230772224 345829 18446744073709551615 4194304 4196468 140725299515952 139979472435984 139979872196309 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6533120 140725299523994 140725299524174 140725299524174 140725299527631 0
[pid=32224/tid=32231] ppid=32221 vsize=12920676 CPUtime=8.82 cores=0,2,4,6
/proc/32224/task/32231/stat : 32231 (java) S 32221 32224 2911 0 -1 1077944384 12856 0 0 0 822 60 0 0 20 0 15 0 113606665 13230772224 345829 18446744073709551615 4194304 4196468 140725299515952 139979356354928 139979872197250 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 50 0 0 6293624 6294260 6533120 140725299523994 140725299524174 140725299524174 140725299527631 0
[pid=32224/tid=32232] ppid=32221 vsize=12920676 CPUtime=0 cores=0,2,4,6
/proc/32224/task/32232/stat : 32232 (java) S 32221 32224 2911 0 -1 1077944384 84 0 0 0 0 0 0 0 20 0 15 0 113606665 13230772224 345829 18446744073709551615 4194304 4196468 140725299515952 139979355300960 139979872196309 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6533120 140725299523994 140725299524174 140725299524174 140725299527631 0
[pid=32224/tid=32233] ppid=32221 vsize=12920676 CPUtime=0 cores=0,2,4,6
/proc/32224/task/32233/stat : 32233 (java) S 32221 32224 2911 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 15 0 113606665 13230772224 345829 18446744073709551615 4194304 4196468 140725299515952 139979354248064 139979872196309 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6533120 140725299523994 140725299524174 140725299524174 140725299527631 0
[pid=32224/tid=32234] ppid=32221 vsize=12920676 CPUtime=0 cores=0,2,4,6
/proc/32224/task/32234/stat : 32234 (java) S 32221 32224 2911 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 113606668 13230772224 345829 18446744073709551615 4194304 4196468 140725299515952 139979353196368 139979872204699 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6533120 140725299523994 140725299524174 140725299524174 140725299527631 0
[pid=32224/tid=32235] ppid=32221 vsize=12920676 CPUtime=2.53 cores=0,2,4,6
/proc/32224/task/32235/stat : 32235 (java) S 32221 32224 2911 0 -1 1077944384 27119 0 0 0 251 2 0 0 20 0 15 0 113606668 13230772224 345829 18446744073709551615 4194304 4196468 140725299515952 139979352144752 139979872197250 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 45 0 0 6293624 6294260 6533120 140725299523994 140725299524174 140725299524174 140725299527631 0
[pid=32224/tid=32236] ppid=32221 vsize=12920676 CPUtime=1.84 cores=0,2,4,6
/proc/32224/task/32236/stat : 32236 (java) S 32221 32224 2911 0 -1 1077944384 22066 0 0 0 181 3 0 0 20 0 15 0 113606668 13230772224 345829 18446744073709551615 4194304 4196468 140725299515952 139979351091952 139979872197250 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 50 0 0 6293624 6294260 6533120 140725299523994 140725299524174 140725299524174 140725299527631 0
[pid=32224/tid=32237] ppid=32221 vsize=12920676 CPUtime=0.74 cores=0,2,4,6
/proc/32224/task/32237/stat : 32237 (java) S 32221 32224 2911 0 -1 1077944384 16367 0 0 0 72 2 0 0 20 0 15 0 113606668 13230772224 345829 18446744073709551615 4194304 4196468 140725299515952 139979350039152 139979872197250 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 28 0 0 6293624 6294260 6533120 140725299523994 140725299524174 140725299524174 140725299527631 0
[pid=32224/tid=32238] ppid=32221 vsize=12920676 CPUtime=0 cores=0,2,4,6
/proc/32224/task/32238/stat : 32238 (java) S 32221 32224 2911 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 113606668 13230772224 345829 18446744073709551615 4194304 4196468 140725299515952 139979348986592 139979872196309 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6533120 140725299523994 140725299524174 140725299524174 140725299527631 0
[pid=32224/tid=32239] ppid=32221 vsize=12920676 CPUtime=1.47 cores=0,2,4,6
/proc/32224/task/32239/stat : 32239 (java) S 32221 32224 2911 0 -1 1077944384 1256 0 0 0 70 77 0 0 20 0 15 0 113606672 13230772224 345829 18446744073709551615 4194304 4196468 140725299515952 139979347933872 139979872197250 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 50 0 0 6293624 6294260 6533120 140725299523994 140725299524174 140725299524174 140725299527631 0
Current children cumulated CPU time (s) 2400
Current children cumulated vsize (KiB) 12920676

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

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 32224 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 2352.03
CPU time (s): 2400.04
CPU user time (s): 2396.17
CPU system time (s): 3.86788
CPU usage (%): 102.041
Max. virtual memory (cumulated for all children) (KiB): 12920676

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2396.17
system time used= 3.86788
maximum resident set size= 1383708
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 226256
page faults= 0
swaps= 0
block input operations= 0
block output operations= 4232
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 301909
involuntary context switches= 9810

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 9.99079 second user time and 15.2239 second system time

The end

Launcher Data

Begin job on node132 at 2017-08-07 22:44:34
IDJOB=4246961
IDBENCH=140518
IDSOLVER=2627
FILE ID=node132/4246961-1502139535
RUNJOBID= node132-1502098230-26618
PBS_JOBID= 
Free space on /tmp= 61988 MiB

SOLVER NAME= OscaR - ALNS 2017-06-30
BENCH NAME= XCSP17/OpenStacks/OpenStacks-m2c-s1/OpenStacks-m2c-tiny.xml
COMMAND LINE= java -Xmx10000m -jar oscar-cp-xcsp3-alns.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit MEMLIMIT --nbcore NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4246961-1502139535/watcher-4246961-1502139535 -o /tmp/evaluation-result-4246961-1502139535/solver-4246961-1502139535 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node132-1502098230-26618 --watchdog 2560  java -Xmx10000m -jar oscar-cp-xcsp3-alns.jar --randomseed 872848149 --timelimit 2400 --memlimit 15500 --nbcore 4 HOME/instance-4246961-1502139535.xml

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

MD5SUM BENCH= b48c1d78a7c2914aa1b4afc3a63a668c
RANDOM SEED=872848149

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:        28782512 kB
MemAvailable:   29490380 kB
Buffers:          247008 kB
Cached:           757828 kB
SwapCached:            0 kB
Active:          3134612 kB
Inactive:         418284 kB
Active(anon):    2548960 kB
Inactive(anon):    32628 kB
Active(file):     585652 kB
Inactive(file):   385656 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             42216 kB
Writeback:             4 kB
AnonPages:       2543572 kB
Mapped:            65204 kB
Shmem:             33468 kB
Slab:             131164 kB
SReclaimable:     104788 kB
SUnreclaim:        26376 kB
KernelStack:        3488 kB
PageTables:        11256 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3429404 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2418688 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-07 23:23:46