Trace number 4300299

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 NameAnswerCPU timeWall clock time
slowpoke 2018-04-29SAT 175.82 173.151

General information on the benchmark

NameFrb/
frb-35-17-1_c18.xml
MD5SUM938558367576662423373d61b63119a7
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark2.36005
Satisfiable
(Un)Satisfiability was proved
Number of variables35
Number of constraints346
Number of domains1
Minimum domain size17
Maximum domain size17
Distribution of domain sizes[{"size":17,"count":35}]
Minimum variable degree12
Maximum variable degree28
Distribution of variable degrees[{"degree":12,"count":3},{"degree":13,"count":3},{"degree":14,"count":1},{"degree":15,"count":1},{"degree":16,"count":1},{"degree":17,"count":1},{"degree":18,"count":3},{"degree":19,"count":2},{"degree":20,"count":2},{"degree":21,"count":4},{"degree":22,"count":3},{"degree":23,"count":4},{"degree":24,"count":1},{"degree":25,"count":3},{"degree":26,"count":1},{"degree":28,"count":2}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":346}]
Number of extensional constraints346
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":346}]
Optimization problemNO
Type of objective

Solver Data

0.12/0.13	c version: 2018-04-11
0.12/0.13	c seed: 1811631
0.12/0.13	c timeout: 2520
0.12/0.13	c memlimit: -1
0.12/0.13	c nbcore: -1
175.77/173.13	s SATISFIABLE
175.77/173.13	v <instantiation>
175.77/173.13	v 	<list>
175.77/173.13	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] 
175.77/173.13	v 	</list>
175.77/173.13	v 	<values>
175.77/173.13	v 		4 4 1 10 15 3 7 15 2 7 9 1 6 11 0 1 1 14 10 9 15 15 6 5 3 9 6 6 6 7 2 10 12 5 14 
175.77/173.13	v 	</values>
175.77/173.13	v </instantiation>

Verifier Data

OK	

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

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

running on 4 cores: 1,3,5,7

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


[startup+0.100108 s]*
/proc/loadavg: 1.84 1.99 2.01 5/219 21265
/proc/meminfo: memFree=27351416/32770624 swapFree=67108860/67108860
[pid=21231] ppid=21227 vsize=10661056 memory=28544 CPUtime=0.12 cores=1,3,5,7
/proc/21231/stat : 21231 (java) S 21227 21231 21175 0 -1 1077944320 4963 0 0 0 11 1 0 0 20 0 15 0 105638667 10916921344 7136 33554432000 4194304 4196468 140729367471600 140729367454144 140520681209591 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 7802880 140729367479452 140729367479561 140729367479561 140729367482319 0
/proc/21231/statm: 2665264 7136 2866 1 0 2627263 0
[pid=21231/tid=21238] ppid=21227 vsize=10661056 memory=5450919713671312938 CPUtime=0.08 cores=1,3,5,7
/proc/21231/task/21238/stat : 21238 (java) R 21227 21231 21175 0 -1 4202560 2831 0 0 0 8 0 0 0 20 0 15 0 105638668 10916921344 7136 33554432000 4194304 4196468 140729367471600 140520685433888 140520681221526 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 7802880 140729367479452 140729367479561 140729367479561 140729367482319 0
[pid=21231/tid=21240] ppid=21227 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21231/task/21240/stat : 21240 (java) S 21227 21231 21175 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105638669 10916921344 7136 33554432000 4194304 4196468 140729367471600 140520607283472 140520681219797 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7802880 140729367479452 140729367479561 140729367479561 140729367482319 0
[pid=21231/tid=21241] ppid=21227 vsize=10661056 memory=140640234190464 CPUtime=0 cores=1,3,5,7
/proc/21231/task/21241/stat : 21241 (java) S 21227 21231 21175 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105638669 10916921344 7136 33554432000 4194304 4196468 140729367471600 140520606230928 140520681219797 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7802880 140729367479452 140729367479561 140729367479561 140729367482319 0
[pid=21231/tid=21242] ppid=21227 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21231/task/21242/stat : 21242 (java) S 21227 21231 21175 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105638669 10916921344 7136 33554432000 4194304 4196468 140729367471600 140520605178384 140520681219797 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7802880 140729367479452 140729367479561 140729367479561 140729367482319 0
[pid=21231/tid=21243] ppid=21227 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/21231/task/21243/stat : 21243 (java) S 21227 21231 21175 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105638669 10916921344 7136 33554432000 4194304 4196468 140729367471600 140520604125840 140520681219797 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7802880 140729367479452 140729367479561 140729367479561 140729367482319 0
[pid=21231/tid=21248] ppid=21227 vsize=10661056 memory=140640234190464 CPUtime=0 cores=1,3,5,7
/proc/21231/task/21248/stat : 21248 (java) S 21227 21231 21175 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105638670 10916921344 7136 33554432000 4194304 4196468 140729367471600 140520172120560 140520681220738 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7802880 140729367479452 140729367479561 140729367479561 140729367482319 0
[pid=21231/tid=21250] ppid=21227 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/21231/task/21250/stat : 21250 (java) S 21227 21231 21175 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 105638671 10916921344 7136 33554432000 4194304 4196468 140729367471600 140520171066784 140520681219797 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7802880 140729367479452 140729367479561 140729367479561 140729367482319 0
[pid=21231/tid=21252] ppid=21227 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21231/task/21252/stat : 21252 (java) S 21227 21231 21175 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 105638671 10916921344 7136 33554432000 4194304 4196468 140729367471600 140520170014192 140520681219797 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7802880 140729367479452 140729367479561 140729367479561 140729367482319 0
[pid=21231/tid=21256] ppid=21227 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21231/task/21256/stat : 21256 (java) S 21227 21231 21175 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105638673 10916921344 7136 33554432000 4194304 4196468 140729367471600 140520168962768 140520681228187 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7802880 140729367479452 140729367479561 140729367479561 140729367482319 0
[pid=21231/tid=21259] ppid=21227 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21231/task/21259/stat : 21259 (java) S 21227 21231 21175 0 -1 1077944384 297 0 0 0 0 0 0 0 20 0 15 0 105638673 10916921344 7136 33554432000 4194304 4196468 140729367471600 140520167909360 140520681220738 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7802880 140729367479452 140729367479561 140729367479561 140729367482319 0
[pid=21231/tid=21260] ppid=21227 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/21231/task/21260/stat : 21260 (java) S 21227 21231 21175 0 -1 1077944384 133 0 0 0 0 0 0 0 20 0 15 0 105638673 10916921344 7136 33554432000 4194304 4196468 140729367471600 140520166856816 140520681220738 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7802880 140729367479452 140729367479561 140729367479561 140729367482319 0
[pid=21231/tid=21261] ppid=21227 vsize=10661056 memory=140640234190464 CPUtime=0.01 cores=1,3,5,7
/proc/21231/task/21261/stat : 21261 (java) R 21227 21231 21175 0 -1 4202560 335 0 0 0 1 0 0 0 20 0 15 0 105638673 10916921344 7136 33554432000 4194304 4196468 140729367471600 140520165804272 140520660151074 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 7802880 140729367479452 140729367479561 140729367479561 140729367482319 0
[pid=21231/tid=21263] ppid=21227 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/21231/task/21263/stat : 21263 (java) S 21227 21231 21175 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105638674 10916921344 7136 33554432000 4194304 4196468 140729367471600 140520164751968 140520681219797 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7802880 140729367479452 140729367479561 140729367479561 140729367482319 0
[pid=21231/tid=21265] ppid=21227 vsize=10661056 memory=140640234190464 CPUtime=0 cores=1,3,5,7
/proc/21231/task/21265/stat : 21265 (java) S 21227 21231 21175 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105638674 10916921344 7136 33554432000 4194304 4196468 140729367471600 140520163699504 140520681220738 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7802880 140729367479452 140729367479561 140729367479561 140729367482319 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 10661056 KiB
Current children cumulated memory: 28544 KiB

[startup+0.210843 s]*
/proc/loadavg: 1.84 1.99 2.01 5/219 21265
/proc/meminfo: memFree=27327972/32770624 swapFree=67108860/67108860
[pid=21231] ppid=21227 vsize=10661056 memory=40364 CPUtime=0.34 cores=1,3,5,7
/proc/21231/stat : 21231 (java) S 21227 21231 21175 0 -1 1077944320 7689 0 0 0 32 2 0 0 20 0 15 0 105638667 10916921344 10091 33554432000 4194304 4196468 140729367471600 140729367454144 140520681209591 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 7802880 140729367479452 140729367479561 140729367479561 140729367482319 0
/proc/21231/statm: 2665264 10091 3001 1 0 2627263 0
[pid=21231/tid=21238] ppid=21227 vsize=10661056 memory=7022364594140610616 CPUtime=0.19 cores=1,3,5,7
/proc/21231/task/21238/stat : 21238 (java) R 21227 21231 21175 0 -1 1077944384 4633 0 0 0 18 1 0 0 20 0 15 0 105638668 10916921344 10091 33554432000 4194304 4196468 140729367471600 140520685447776 140520681219797 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 7802880 140729367479452 140729367479561 140729367479561 140729367482319 0
[pid=21231/tid=21240] ppid=21227 vsize=10661056 memory=365 CPUtime=0 cores=1,3,5,7
/proc/21231/task/21240/stat : 21240 (java) S 21227 21231 21175 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105638669 10916921344 10091 33554432000 4194304 4196468 140729367471600 140520607283472 140520681219797 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7802880 140729367479452 140729367479561 140729367479561 140729367482319 0
[pid=21231/tid=21241] ppid=21227 vsize=10661056 memory=288371016385902208 CPUtime=0 cores=1,3,5,7
/proc/21231/task/21241/stat : 21241 (java) S 21227 21231 21175 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105638669 10916921344 10091 33554432000 4194304 4196468 140729367471600 140520606230928 140520681219797 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7802880 140729367479452 140729367479561 140729367479561 140729367482319 0
[pid=21231/tid=21242] ppid=21227 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21231/task/21242/stat : 21242 (java) S 21227 21231 21175 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105638669 10916921344 10091 33554432000 4194304 4196468 140729367471600 140520605178384 140520681219797 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7802880 140729367479452 140729367479561 140729367479561 140729367482319 0
[pid=21231/tid=21243] ppid=21227 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/21231/task/21243/stat : 21243 (java) S 21227 21231 21175 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105638669 10916921344 10091 33554432000 4194304 4196468 140729367471600 140520604125840 140520681219797 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7802880 140729367479452 140729367479561 140729367479561 140729367482319 0
[pid=21231/tid=21248] ppid=21227 vsize=10661056 memory=140640234190464 CPUtime=0 cores=1,3,5,7
/proc/21231/task/21248/stat : 21248 (java) S 21227 21231 21175 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105638670 10916921344 10091 33554432000 4194304 4196468 140729367471600 140520172120560 140520681220738 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7802880 140729367479452 140729367479561 140729367479561 140729367482319 0
[pid=21231/tid=21250] ppid=21227 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/21231/task/21250/stat : 21250 (java) S 21227 21231 21175 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 105638671 10916921344 10091 33554432000 4194304 4196468 140729367471600 140520171066784 140520681219797 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7802880 140729367479452 140729367479561 140729367479561 140729367482319 0
[pid=21231/tid=21252] ppid=21227 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21231/task/21252/stat : 21252 (java) S 21227 21231 21175 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 105638671 10916921344 10091 33554432000 4194304 4196468 140729367471600 140520170014192 140520681219797 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7802880 140729367479452 140729367479561 140729367479561 140729367482319 0
[pid=21231/tid=21256] ppid=21227 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21231/task/21256/stat : 21256 (java) S 21227 21231 21175 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105638673 10916921344 10091 33554432000 4194304 4196468 140729367471600 140520168962768 140520681228187 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7802880 140729367479452 140729367479561 140729367479561 140729367482319 0
[pid=21231/tid=21259] ppid=21227 vsize=10661056 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/21231/task/21259/stat : 21259 (java) R 21227 21231 21175 0 -1 4202560 631 0 0 0 3 0 0 0 20 0 15 0 105638673 10916921344 10091 33554432000 4194304 4196468 140729367471600 140520167890376 140520658853536 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 7802880 140729367479452 140729367479561 140729367479561 140729367482319 0
[pid=21231/tid=21260] ppid=21227 vsize=10661056 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/21231/task/21260/stat : 21260 (java) R 21227 21231 21175 0 -1 4202560 219 0 0 0 1 0 0 0 20 0 15 0 105638673 10916921344 10091 33554432000 4194304 4196468 140729367471600 140520166856912 140520658950064 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 7802880 140729367479452 140729367479561 140729367479561 140729367482319 0
[pid=21231/tid=21261] ppid=21227 vsize=10661056 memory=140640234190464 CPUtime=0.08 cores=1,3,5,7
/proc/21231/task/21261/stat : 21261 (java) R 21227 21231 21175 0 -1 4202560 846 0 0 0 8 0 0 0 20 0 15 0 105638673 10916921344 10091 33554432000 4194304 4196468 140729367471600 140520165800640 140520681230938 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 7802880 140729367479452 140729367479561 140729367479561 140729367482319 0
[pid=21231/tid=21263] ppid=21227 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/21231/task/21263/stat : 21263 (java) S 21227 21231 21175 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105638674 10916921344 10091 33554432000 4194304 4196468 140729367471600 140520164751968 140520681219797 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7802880 140729367479452 140729367479561 140729367479561 140729367482319 0
[pid=21231/tid=21265] ppid=21227 vsize=10661056 memory=140640234190464 CPUtime=0 cores=1,3,5,7
/proc/21231/task/21265/stat : 21265 (java) S 21227 21231 21175 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105638674 10916921344 10091 33554432000 4194304 4196468 140729367471600 140520163699504 140520681220738 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7802880 140729367479452 140729367479561 140729367479561 140729367482319 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 10661056 KiB
Current children cumulated memory: 40364 KiB

[startup+0.318177 s]*
/proc/loadavg: 1.84 1.99 2.01 10/219 21265
/proc/meminfo: memFree=27313572/32770624 swapFree=67108860/67108860
[pid=21231] ppid=21227 vsize=10661132 memory=48204 CPUtime=0.62 cores=1,3,5,7
/proc/21231/stat : 21231 (java) S 21227 21231 21175 0 -1 1077944320 8587 0 0 0 59 3 0 0 20 0 15 0 105638667 10916999168 12051 33554432000 4194304 4196468 140729367471600 140729367454144 140520681209591 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 7802880 140729367479452 140729367479561 140729367479561 140729367482319 0
/proc/21231/statm: 2665283 12051 3067 1 0 2627263 0
[pid=21231/tid=21238] ppid=21227 vsize=10661132 memory=140640113493424 CPUtime=0.3 cores=1,3,5,7
/proc/21231/task/21238/stat : 21238 (java) R 21227 21231 21175 0 -1 4202560 4962 0 0 0 29 1 0 0 20 0 15 0 105638668 10916999168 12051 33554432000 4194304 4196468 140729367471600 140520685446928 140520276166087 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 7802880 140729367479452 140729367479561 140729367479561 140729367482319 0
[pid=21231/tid=21240] ppid=21227 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21231/task/21240/stat : 21240 (java) S 21227 21231 21175 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105638669 10916999168 12051 33554432000 4194304 4196468 140729367471600 140520607283472 140520681219797 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7802880 140729367479452 140729367479561 140729367479561 140729367482319 0
[pid=21231/tid=21241] ppid=21227 vsize=10661132 memory=281280347686176 CPUtime=0 cores=1,3,5,7
/proc/21231/task/21241/stat : 21241 (java) S 21227 21231 21175 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105638669 10916999168 12051 33554432000 4194304 4196468 140729367471600 140520606230928 140520681219797 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7802880 140729367479452 140729367479561 140729367479561 140729367482319 0
[pid=21231/tid=21242] ppid=21227 vsize=10661132 memory=2110990720604068 CPUtime=0 cores=1,3,5,7
/proc/21231/task/21242/stat : 21242 (java) S 21227 21231 21175 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105638669 10916999168 12051 33554432000 4194304 4196468 140729367471600 140520605178384 140520681219797 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7802880 140729367479452 140729367479561 140729367479561 140729367482319 0
[pid=21231/tid=21243] ppid=21227 vsize=10661132 memory=140640113502655 CPUtime=0 cores=1,3,5,7
/proc/21231/task/21243/stat : 21243 (java) S 21227 21231 21175 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105638669 10916999168 12051 33554432000 4194304 4196468 140729367471600 140520604125840 140520681219797 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7802880 140729367479452 140729367479561 140729367479561 140729367482319 0
[pid=21231/tid=21248] ppid=21227 vsize=10661132 memory=281280347693088 CPUtime=0 cores=1,3,5,7
/proc/21231/task/21248/stat : 21248 (java) S 21227 21231 21175 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 105638670 10916999168 12051 33554432000 4194304 4196468 140729367471600 140520172120560 140520681220738 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7802880 140729367479452 140729367479561 140729367479561 140729367482319 0
[pid=21231/tid=21250] ppid=21227 vsize=10661132 memory=140640113507263 CPUtime=0 cores=1,3,5,7
/proc/21231/task/21250/stat : 21250 (java) S 21227 21231 21175 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 105638671 10916999168 12051 33554432000 4194304 4196468 140729367471600 140520171066784 140520681219797 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7802880 140729367479452 140729367479561 140729367479561 140729367482319 0
[pid=21231/tid=21252] ppid=21227 vsize=10661132 memory=281280227019136 CPUtime=0 cores=1,3,5,7
/proc/21231/task/21252/stat : 21252 (java) S 21227 21231 21175 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 105638671 10916999168 12051 33554432000 4194304 4196468 140729367471600 140520170014192 140520681219797 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7802880 140729367479452 140729367479561 140729367479561 140729367482319 0
[pid=21231/tid=21256] ppid=21227 vsize=10661132 memory=281280227023744 CPUtime=0 cores=1,3,5,7
/proc/21231/task/21256/stat : 21256 (java) S 21227 21231 21175 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105638673 10916999168 12051 33554432000 4194304 4196468 140729367471600 140520168962768 140520681228187 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7802880 140729367479452 140729367479561 140729367479561 140729367482319 0
[pid=21231/tid=21259] ppid=21227 vsize=10661132 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/21231/task/21259/stat : 21259 (java) R 21227 21231 21175 0 -1 4202560 762 0 0 0 7 0 0 0 20 0 15 0 105638673 10916999168 12051 33554432000 4194304 4196468 140729367471600 140520167895240 140520662730967 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 7802880 140729367479452 140729367479561 140729367479561 140729367482319 0
[pid=21231/tid=21260] ppid=21227 vsize=10661132 memory=67 CPUtime=0.06 cores=1,3,5,7
/proc/21231/task/21260/stat : 21260 (java) R 21227 21231 21175 0 -1 4202560 407 0 0 0 6 0 0 0 20 0 15 0 105638673 10916999168 12051 33554432000 4194304 4196468 140729367471600 140520166840880 140520664695605 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 7802880 140729367479452 140729367479561 140729367479561 140729367482319 0
[pid=21231/tid=21261] ppid=21227 vsize=10661132 memory=140640234190464 CPUtime=0.16 cores=1,3,5,7
/proc/21231/task/21261/stat : 21261 (java) R 21227 21231 21175 0 -1 4202560 1086 0 0 0 16 0 0 0 20 0 15 0 105638673 10916999168 12051 33554432000 4194304 4196468 140729367471600 140520165800000 140520673428480 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 7802880 140729367479452 140729367479561 140729367479561 140729367482319 0
[pid=21231/tid=21263] ppid=21227 vsize=10661132 memory=140640113540143 CPUtime=0 cores=1,3,5,7
/proc/21231/task/21263/stat : 21263 (java) S 21227 21231 21175 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105638674 10916999168 12051 33554432000 4194304 4196468 140729367471600 140520164751968 140520681219797 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7802880 140729367479452 140729367479561 140729367479561 140729367482319 0
[pid=21231/tid=21265] ppid=21227 vsize=10661132 memory=140640234190464 CPUtime=0 cores=1,3,5,7
/proc/21231/task/21265/stat : 21265 (java) S 21227 21231 21175 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105638674 10916999168 12051 33554432000 4194304 4196468 140729367471600 140520163699504 140520681220738 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7802880 140729367479452 140729367479561 140729367479561 140729367482319 0
Current children cumulated CPU time: 0.62 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 48204 KiB

[startup+0.700759 s]
/proc/loadavg: 1.84 1.99 2.01 7/219 21265
/proc/meminfo: memFree=27205968/32770624 swapFree=67108860/67108860
[pid=21231] ppid=21227 vsize=10661132 memory=97292 CPUtime=1.89 cores=1,3,5,7
/proc/21231/stat : 21231 (java) S 21227 21231 21175 0 -1 1077944320 11267 0 0 0 185 4 0 0 20 0 15 0 105638667 10916999168 24323 33554432000 4194304 4196468 140729367471600 140729367454144 140520681209591 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 7802880 140729367479452 140729367479561 140729367479561 140729367482319 0
/proc/21231/statm: 2665283 24323 3123 1 0 2627263 0
[pid=21231/tid=21238] ppid=21227 vsize=10661132 memory=2372 CPUtime=0.66 cores=1,3,5,7
/proc/21231/task/21238/stat : 21238 (java) R 21227 21231 21175 0 -1 4202560 5241 0 0 0 64 2 0 0 20 0 15 0 105638668 10916999168 24323 33554432000 4194304 4196468 140729367471600 140520685446112 140520277759918 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 7802880 140729367479452 140729367479561 140729367479561 140729367482319 0
[pid=21231/tid=21240] ppid=21227 vsize=10661132 memory=4576 CPUtime=0 cores=1,3,5,7
/proc/21231/task/21240/stat : 21240 (java) S 21227 21231 21175 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105638669 10916999168 24323 33554432000 4194304 4196468 140729367471600 140520607283472 140520681219797 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7802880 140729367479452 140729367479561 140729367479561 140729367482319 0
[pid=21231/tid=21241] ppid=21227 vsize=10661132 memory=15864 CPUtime=0 cores=1,3,5,7
/proc/21231/task/21241/stat : 21241 (java) S 21227 21231 21175 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105638669 10916999168 24323 33554432000 4194304 4196468 140729367471600 140520606230928 140520681219797 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7802880 140729367479452 140729367479561 140729367479561 140729367482319 0
[pid=21231/tid=21242] ppid=21227 vsize=10661132 memory=4012 CPUtime=0 cores=1,3,5,7
/proc/21231/task/21242/stat : 21242 (java) S 21227 21231 21175 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105638669 10916999168 24323 33554432000 4194304 4196468 140729367471600 140520605178384 140520681219797 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7802880 140729367479452 140729367479561 140729367479561 140729367482319 0
[pid=21231/tid=21243] ppid=21227 vsize=10661132 memory=2241 CPUtime=0 cores=1,3,5,7
/proc/21231/task/21243/stat : 21243 (java) S 21227 21231 21175 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105638669 10916999168 24323 33554432000 4194304 4196468 140729367471600 140520604125840 140520681219797 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7802880 140729367479452 140729367479561 140729367479561 140729367482319 0
[pid=21231/tid=21248] ppid=21227 vsize=10661132 memory=2244 CPUtime=0 cores=1,3,5,7
/proc/21231/task/21248/stat : 21248 (java) S 21227 21231 21175 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 105638670 10916999168 24323 33554432000 4194304 4196468 140729367471600 140520172120560 140520681220738 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7802880 140729367479452 140729367479561 140729367479561 140729367482319 0
[pid=21231/tid=21250] ppid=21227 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21231/task/21250/stat : 21250 (java) S 21227 21231 21175 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 105638671 10916999168 24323 33554432000 4194304 4196468 140729367471600 140520171066784 140520681219797 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7802880 140729367479452 140729367479561 140729367479561 140729367482319 0
[pid=21231/tid=21252] ppid=21227 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21231/task/21252/stat : 21252 (java) S 21227 21231 21175 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 105638671 10916999168 24323 33554432000 4194304 4196468 140729367471600 140520170014192 140520681219797 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7802880 140729367479452 140729367479561 140729367479561 140729367482319 0
[pid=21231/tid=21256] ppid=21227 vsize=10661132 memory=6656426216303648864 CPUtime=0 cores=1,3,5,7
/proc/21231/task/21256/stat : 21256 (java) S 21227 21231 21175 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105638673 10916999168 24323 33554432000 4194304 4196468 140729367471600 140520168962768 140520681228187 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7802880 140729367479452 140729367479561 140729367479561 140729367482319 0
[pid=21231/tid=21259] ppid=21227 vsize=10661132 memory=0 CPUtime=0.43 cores=1,3,5,7
/proc/21231/task/21259/stat : 21259 (java) R 21227 21231 21175 0 -1 4202560 1618 0 0 0 43 0 0 0 20 0 15 0 105638673 10916999168 24323 33554432000 4194304 4196468 140729367471600 140520167909360 140520660874033 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 7802880 140729367479452 140729367479561 140729367479561 140729367482319 0
[pid=21231/tid=21260] ppid=21227 vsize=10661132 memory=0 CPUtime=0.43 cores=1,3,5,7
/proc/21231/task/21260/stat : 21260 (java) R 21227 21231 21175 0 -1 4202560 1233 0 0 0 43 0 0 0 20 0 15 0 105638673 10916999168 24323 33554432000 4194304 4196468 140729367471600 140520166842128 140520665115709 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 7802880 140729367479452 140729367479561 140729367479561 140729367482319 0
[pid=21231/tid=21261] ppid=21227 vsize=10661132 memory=0 CPUtime=0.33 cores=1,3,5,7
/proc/21231/task/21261/stat : 21261 (java) S 21227 21231 21175 0 -1 1077944384 1804 0 0 0 33 0 0 0 20 0 15 0 105638673 10916999168 24323 33554432000 4194304 4196468 140729367471600 140520165804272 140520681220738 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7802880 140729367479452 140729367479561 140729367479561 140729367482319 0
[pid=21231/tid=21263] ppid=21227 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21231/task/21263/stat : 21263 (java) S 21227 21231 21175 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105638674 10916999168 24323 33554432000 4194304 4196468 140729367471600 140520164751968 140520681219797 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7802880 140729367479452 140729367479561 140729367479561 140729367482319 0
[pid=21231/tid=21265] ppid=21227 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21231/task/21265/stat : 21265 (java) S 21227 21231 21175 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105638674 10916999168 24323 33554432000 4194304 4196468 140729367471600 140520163699504 140520681220738 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7802880 140729367479452 140729367479561 140729367479561 140729367482319 0
Current children cumulated CPU time: 1.89 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 97292 KiB

[startup+1.50067 s]
/proc/loadavg: 1.84 1.99 2.01 6/219 21265
/proc/meminfo: memFree=27100916/32770624 swapFree=67108860/67108860
[pid=21231] ppid=21227 vsize=10661132 memory=135344 CPUtime=3.4 cores=1,3,5,7
/proc/21231/stat : 21231 (java) S 21227 21231 21175 0 -1 1077944320 19747 0 0 0 334 6 0 0 20 0 15 0 105638667 10916999168 33836 33554432000 4194304 4196468 140729367471600 140729367454144 140520681209591 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 7802880 140729367479452 140729367479561 140729367479561 140729367482319 0
/proc/21231/statm: 2665283 33836 3126 1 0 2627263 0
[pid=21231/tid=21238] ppid=21227 vsize=10661132 memory=122148 CPUtime=1.47 cores=1,3,5,7
/proc/21231/task/21238/stat : 21238 (java) R 21227 21231 21175 0 -1 4202560 5634 0 0 0 144 3 0 0 20 0 15 0 105638668 10916999168 33836 33554432000 4194304 4196468 140729367471600 140520685450128 140729367549890 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 7802880 140729367479452 140729367479561 140729367479561 140729367482319 0
[pid=21231/tid=21240] ppid=21227 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21231/task/21240/stat : 21240 (java) S 21227 21231 21175 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105638669 10916999168 33836 33554432000 4194304 4196468 140729367471600 140520607283472 140520681219797 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7802880 140729367479452 140729367479561 140729367479561 140729367482319 0
[pid=21231/tid=21241] ppid=21227 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/21231/task/21241/stat : 21241 (java) S 21227 21231 21175 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105638669 10916999168 33836 33554432000 4194304 4196468 140729367471600 140520606230928 140520681219797 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7802880 140729367479452 140729367479561 140729367479561 140729367482319 0
[pid=21231/tid=21242] ppid=21227 vsize=10661132 memory=662363397872623666 CPUtime=0 cores=1,3,5,7
/proc/21231/task/21242/stat : 21242 (java) S 21227 21231 21175 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 105638669 10916999168 33836 33554432000 4194304 4196468 140729367471600 140520605178384 140520681219797 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7802880 140729367479452 140729367479561 140729367479561 140729367482319 0
[pid=21231/tid=21243] ppid=21227 vsize=10661132 memory=4576 CPUtime=0 cores=1,3,5,7
/proc/21231/task/21243/stat : 21243 (java) S 21227 21231 21175 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 105638669 10916999168 33836 33554432000 4194304 4196468 140729367471600 140520604125840 140520681219797 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7802880 140729367479452 140729367479561 140729367479561 140729367482319 0
[pid=21231/tid=21248] ppid=21227 vsize=10661132 memory=15864 CPUtime=0 cores=1,3,5,7
/proc/21231/task/21248/stat : 21248 (java) S 21227 21231 21175 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 105638670 10916999168 33836 33554432000 4194304 4196468 140729367471600 140520172120560 140520681220738 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7802880 140729367479452 140729367479561 140729367479561 140729367482319 0

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

[pid=21231/tid=21263] ppid=21227 vsize=10661132 memory=131540 CPUtime=0 cores=1,3,5,7
/proc/21231/task/21263/stat : 21263 (java) S 21227 21231 21175 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105638674 10916999168 32951 33554432000 4194304 4196468 140729367471600 140520164751968 140520681219797 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7802880 140729367479452 140729367479561 140729367479561 140729367482319 0
[pid=21231/tid=21265] ppid=21227 vsize=10661132 memory=1720 CPUtime=0.03 cores=1,3,5,7
/proc/21231/task/21265/stat : 21265 (java) S 21227 21231 21175 0 -1 1077944384 335 0 0 0 1 2 0 0 20 0 15 0 105638674 10916999168 32951 33554432000 4194304 4196468 140729367471600 140520163699504 140520681220738 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7802880 140729367479452 140729367479561 140729367479561 140729367482319 0
Current children cumulated CPU time: 173.86 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 131804 KiB

[startup+172.001 s]*
/proc/loadavg: 1.61 1.85 1.95 3/218 21267
/proc/meminfo: memFree=27138436/32770624 swapFree=67108860/67108860
[pid=21231] ppid=21227 vsize=10661132 memory=131804 CPUtime=174.67 cores=1,3,5,7
/proc/21231/stat : 21231 (java) S 21227 21231 21175 0 -1 1077944320 37274 0 0 0 17442 25 0 0 20 0 15 0 105638667 10916999168 32951 33554432000 4194304 4196468 140729367471600 140729367454144 140520681209591 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 7802880 140729367479452 140729367479561 140729367479561 140729367482319 0
/proc/21231/statm: 2665283 32951 3159 1 0 2627263 0
[pid=21231/tid=21238] ppid=21227 vsize=10661132 memory=6791534058613427641 CPUtime=171.78 cores=1,3,5,7
/proc/21231/task/21238/stat : 21238 (java) R 21227 21231 21175 0 -1 4202560 8041 0 0 0 17162 16 0 0 20 0 15 0 105638668 10916999168 32951 33554432000 4194304 4196468 140729367471600 140520685448864 140520278012942 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 7802880 140729367479452 140729367479561 140729367479561 140729367482319 0
[pid=21231/tid=21240] ppid=21227 vsize=10661132 memory=7528 CPUtime=0.11 cores=1,3,5,7
/proc/21231/task/21240/stat : 21240 (java) S 21227 21231 21175 0 -1 1077944384 943 0 0 0 10 1 0 0 20 0 15 0 105638669 10916999168 32951 33554432000 4194304 4196468 140729367471600 140520607283472 140520681219797 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7802880 140729367479452 140729367479561 140729367479561 140729367482319 0
[pid=21231/tid=21241] ppid=21227 vsize=10661132 memory=828 CPUtime=0.11 cores=1,3,5,7
/proc/21231/task/21241/stat : 21241 (java) S 21227 21231 21175 0 -1 1077944384 1122 0 0 0 10 1 0 0 20 0 15 0 105638669 10916999168 32951 33554432000 4194304 4196468 140729367471600 140520606230928 140520681219797 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7802880 140729367479452 140729367479561 140729367479561 140729367482319 0
[pid=21231/tid=21242] ppid=21227 vsize=10661132 memory=4108 CPUtime=0.11 cores=1,3,5,7
/proc/21231/task/21242/stat : 21242 (java) S 21227 21231 21175 0 -1 1077944384 1085 0 0 0 10 1 0 0 20 0 15 0 105638669 10916999168 32951 33554432000 4194304 4196468 140729367471600 140520605178384 140520681219797 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7802880 140729367479452 140729367479561 140729367479561 140729367482319 0
[pid=21231/tid=21243] ppid=21227 vsize=10661132 memory=1692 CPUtime=0.1 cores=1,3,5,7
/proc/21231/task/21243/stat : 21243 (java) S 21227 21231 21175 0 -1 1077944384 781 0 0 0 10 0 0 0 20 0 15 0 105638669 10916999168 32951 33554432000 4194304 4196468 140729367471600 140520604125840 140520681219797 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7802880 140729367479452 140729367479561 140729367479561 140729367482319 0
[pid=21231/tid=21248] ppid=21227 vsize=10661132 memory=912 CPUtime=0.06 cores=1,3,5,7
/proc/21231/task/21248/stat : 21248 (java) S 21227 21231 21175 0 -1 1077944384 1510 0 0 0 6 0 0 0 20 0 15 0 105638670 10916999168 32951 33554432000 4194304 4196468 140729367471600 140520172120560 140520681220738 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7802880 140729367479452 140729367479561 140729367479561 140729367482319 0
[pid=21231/tid=21250] ppid=21227 vsize=10661132 memory=3800 CPUtime=0 cores=1,3,5,7
/proc/21231/task/21250/stat : 21250 (java) S 21227 21231 21175 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 105638671 10916999168 32951 33554432000 4194304 4196468 140729367471600 140520171066784 140520681219797 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7802880 140729367479452 140729367479561 140729367479561 140729367482319 0
[pid=21231/tid=21252] ppid=21227 vsize=10661132 memory=2292 CPUtime=0 cores=1,3,5,7
/proc/21231/task/21252/stat : 21252 (java) S 21227 21231 21175 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 15 0 105638671 10916999168 32951 33554432000 4194304 4196468 140729367471600 140520170014192 140520681219797 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7802880 140729367479452 140729367479561 140729367479561 140729367482319 0
[pid=21231/tid=21256] ppid=21227 vsize=10661132 memory=2292 CPUtime=0 cores=1,3,5,7
/proc/21231/task/21256/stat : 21256 (java) S 21227 21231 21175 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105638673 10916999168 32951 33554432000 4194304 4196468 140729367471600 140520168962768 140520681228187 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7802880 140729367479452 140729367479561 140729367479561 140729367482319 0
[pid=21231/tid=21259] ppid=21227 vsize=10661132 memory=1408 CPUtime=1.1 cores=1,3,5,7
/proc/21231/task/21259/stat : 21259 (java) S 21227 21231 21175 0 -1 1077944384 12952 0 0 0 109 1 0 0 20 0 15 0 105638673 10916999168 32951 33554432000 4194304 4196468 140729367471600 140520167909360 140520681220738 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7802880 140729367479452 140729367479561 140729367479561 140729367482319 0
[pid=21231/tid=21260] ppid=21227 vsize=10661132 memory=3040 CPUtime=0.81 cores=1,3,5,7
/proc/21231/task/21260/stat : 21260 (java) S 21227 21231 21175 0 -1 1077944384 6356 0 0 0 81 0 0 0 20 0 15 0 105638673 10916999168 32951 33554432000 4194304 4196468 140729367471600 140520166856816 140520681220738 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7802880 140729367479452 140729367479561 140729367479561 140729367482319 0
[pid=21231/tid=21261] ppid=21227 vsize=10661132 memory=1408 CPUtime=0.39 cores=1,3,5,7
/proc/21231/task/21261/stat : 21261 (java) S 21227 21231 21175 0 -1 1077944384 2743 0 0 0 39 0 0 0 20 0 15 0 105638673 10916999168 32951 33554432000 4194304 4196468 140729367471600 140520165804272 140520681220738 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7802880 140729367479452 140729367479561 140729367479561 140729367482319 0
[pid=21231/tid=21263] ppid=21227 vsize=10661132 memory=131804 CPUtime=0 cores=1,3,5,7
/proc/21231/task/21263/stat : 21263 (java) S 21227 21231 21175 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105638674 10916999168 32951 33554432000 4194304 4196468 140729367471600 140520164751968 140520681219797 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7802880 140729367479452 140729367479561 140729367479561 140729367482319 0
[pid=21231/tid=21265] ppid=21227 vsize=10661132 memory=3040 CPUtime=0.03 cores=1,3,5,7
/proc/21231/task/21265/stat : 21265 (java) S 21227 21231 21175 0 -1 1077944384 335 0 0 0 1 2 0 0 20 0 15 0 105638674 10916999168 32951 33554432000 4194304 4196468 140729367471600 140520163699504 140520681220738 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7802880 140729367479452 140729367479561 140729367479561 140729367482319 0
Current children cumulated CPU time: 174.67 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 131804 KiB

[startup+172.801 s]
/proc/loadavg: 1.61 1.85 1.95 3/218 21267
/proc/meminfo: memFree=27138436/32770624 swapFree=67108860/67108860
[pid=21231] ppid=21227 vsize=10661132 memory=131804 CPUtime=175.46 cores=1,3,5,7
/proc/21231/stat : 21231 (java) S 21227 21231 21175 0 -1 1077944320 37274 0 0 0 17521 25 0 0 20 0 15 0 105638667 10916999168 32951 33554432000 4194304 4196468 140729367471600 140729367454144 140520681209591 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 7802880 140729367479452 140729367479561 140729367479561 140729367482319 0
/proc/21231/statm: 2665283 32951 3159 1 0 2627263 0
[pid=21231/tid=21238] ppid=21227 vsize=10661132 memory=3560 CPUtime=172.57 cores=1,3,5,7
/proc/21231/task/21238/stat : 21238 (java) R 21227 21231 21175 0 -1 4202560 8041 0 0 0 17241 16 0 0 20 0 15 0 105638668 10916999168 32951 33554432000 4194304 4196468 140729367471600 140520685450512 140729367549890 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 7802880 140729367479452 140729367479561 140729367479561 140729367482319 0
[pid=21231/tid=21240] ppid=21227 vsize=10661132 memory=131320 CPUtime=0.11 cores=1,3,5,7
/proc/21231/task/21240/stat : 21240 (java) S 21227 21231 21175 0 -1 1077944384 943 0 0 0 10 1 0 0 20 0 15 0 105638669 10916999168 32951 33554432000 4194304 4196468 140729367471600 140520607283472 140520681219797 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7802880 140729367479452 140729367479561 140729367479561 140729367482319 0
[pid=21231/tid=21241] ppid=21227 vsize=10661132 memory=131320 CPUtime=0.11 cores=1,3,5,7
/proc/21231/task/21241/stat : 21241 (java) S 21227 21231 21175 0 -1 1077944384 1122 0 0 0 10 1 0 0 20 0 15 0 105638669 10916999168 32951 33554432000 4194304 4196468 140729367471600 140520606230928 140520681219797 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7802880 140729367479452 140729367479561 140729367479561 140729367482319 0
[pid=21231/tid=21242] ppid=21227 vsize=10661132 memory=131320 CPUtime=0.11 cores=1,3,5,7
/proc/21231/task/21242/stat : 21242 (java) S 21227 21231 21175 0 -1 1077944384 1085 0 0 0 10 1 0 0 20 0 15 0 105638669 10916999168 32951 33554432000 4194304 4196468 140729367471600 140520605178384 140520681219797 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7802880 140729367479452 140729367479561 140729367479561 140729367482319 0
[pid=21231/tid=21243] ppid=21227 vsize=10661132 memory=131320 CPUtime=0.1 cores=1,3,5,7
/proc/21231/task/21243/stat : 21243 (java) S 21227 21231 21175 0 -1 1077944384 781 0 0 0 10 0 0 0 20 0 15 0 105638669 10916999168 32951 33554432000 4194304 4196468 140729367471600 140520604125840 140520681219797 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7802880 140729367479452 140729367479561 140729367479561 140729367482319 0
[pid=21231/tid=21248] ppid=21227 vsize=10661132 memory=131804 CPUtime=0.06 cores=1,3,5,7
/proc/21231/task/21248/stat : 21248 (java) S 21227 21231 21175 0 -1 1077944384 1510 0 0 0 6 0 0 0 20 0 15 0 105638670 10916999168 32951 33554432000 4194304 4196468 140729367471600 140520172120560 140520681220738 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7802880 140729367479452 140729367479561 140729367479561 140729367482319 0
[pid=21231/tid=21250] ppid=21227 vsize=10661132 memory=6791534058613427641 CPUtime=0 cores=1,3,5,7
/proc/21231/task/21250/stat : 21250 (java) S 21227 21231 21175 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 105638671 10916999168 32951 33554432000 4194304 4196468 140729367471600 140520171066784 140520681219797 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7802880 140729367479452 140729367479561 140729367479561 140729367482319 0
[pid=21231/tid=21252] ppid=21227 vsize=10661132 memory=7666931321465234536 CPUtime=0 cores=1,3,5,7
/proc/21231/task/21252/stat : 21252 (java) S 21227 21231 21175 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 15 0 105638671 10916999168 32951 33554432000 4194304 4196468 140729367471600 140520170014192 140520681219797 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7802880 140729367479452 140729367479561 140729367479561 140729367482319 0
[pid=21231/tid=21256] ppid=21227 vsize=10661132 memory=8099557252184501862 CPUtime=0 cores=1,3,5,7
/proc/21231/task/21256/stat : 21256 (java) S 21227 21231 21175 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105638673 10916999168 32951 33554432000 4194304 4196468 140729367471600 140520168962768 140520681228187 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7802880 140729367479452 140729367479561 140729367479561 140729367482319 0
[pid=21231/tid=21259] ppid=21227 vsize=10661132 memory=6948042950830877286 CPUtime=1.1 cores=1,3,5,7
/proc/21231/task/21259/stat : 21259 (java) S 21227 21231 21175 0 -1 1077944384 12952 0 0 0 109 1 0 0 20 0 15 0 105638673 10916999168 32951 33554432000 4194304 4196468 140729367471600 140520167909360 140520681220738 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7802880 140729367479452 140729367479561 140729367479561 140729367482319 0
[pid=21231/tid=21260] ppid=21227 vsize=10661132 memory=131540 CPUtime=0.81 cores=1,3,5,7
/proc/21231/task/21260/stat : 21260 (java) S 21227 21231 21175 0 -1 1077944384 6356 0 0 0 81 0 0 0 20 0 15 0 105638673 10916999168 32951 33554432000 4194304 4196468 140729367471600 140520166856816 140520681220738 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7802880 140729367479452 140729367479561 140729367479561 140729367482319 0
[pid=21231/tid=21261] ppid=21227 vsize=10661132 memory=1228 CPUtime=0.39 cores=1,3,5,7
/proc/21231/task/21261/stat : 21261 (java) S 21227 21231 21175 0 -1 1077944384 2743 0 0 0 39 0 0 0 20 0 15 0 105638673 10916999168 32951 33554432000 4194304 4196468 140729367471600 140520165804272 140520681220738 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7802880 140729367479452 140729367479561 140729367479561 140729367482319 0
[pid=21231/tid=21263] ppid=21227 vsize=10661132 memory=2432 CPUtime=0 cores=1,3,5,7
/proc/21231/task/21263/stat : 21263 (java) S 21227 21231 21175 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105638674 10916999168 32951 33554432000 4194304 4196468 140729367471600 140520164751968 140520681219797 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7802880 140729367479452 140729367479561 140729367479561 140729367482319 0
[pid=21231/tid=21265] ppid=21227 vsize=10661132 memory=1720 CPUtime=0.03 cores=1,3,5,7
/proc/21231/task/21265/stat : 21265 (java) S 21227 21231 21175 0 -1 1077944384 335 0 0 0 1 2 0 0 20 0 15 0 105638674 10916999168 32951 33554432000 4194304 4196468 140729367471600 140520163699504 140520681220738 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7802880 140729367479452 140729367479561 140729367479561 140729367482319 0
Current children cumulated CPU time: 175.46 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 131804 KiB

[startup+173.001 s]*
/proc/loadavg: 1.61 1.85 1.95 3/218 21267
/proc/meminfo: memFree=27139216/32770624 swapFree=67108860/67108860
[pid=21231] ppid=21227 vsize=10661132 memory=131804 CPUtime=175.67 cores=1,3,5,7
/proc/21231/stat : 21231 (java) S 21227 21231 21175 0 -1 1077944320 37283 0 0 0 17542 25 0 0 20 0 15 0 105638667 10916999168 32951 33554432000 4194304 4196468 140729367471600 140729367454144 140520681209591 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 7802880 140729367479452 140729367479561 140729367479561 140729367482319 0
/proc/21231/statm: 2665283 32951 3159 1 0 2627263 0
[pid=21231/tid=21238] ppid=21227 vsize=10661132 memory=6791534058613427641 CPUtime=172.78 cores=1,3,5,7
/proc/21231/task/21238/stat : 21238 (java) R 21227 21231 21175 0 -1 4202560 8042 0 0 0 17262 16 0 0 20 0 15 0 105638668 10916999168 32951 33554432000 4194304 4196468 140729367471600 140520685449136 140520274076770 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 7802880 140729367479452 140729367479561 140729367479561 140729367482319 0
[pid=21231/tid=21240] ppid=21227 vsize=10661132 memory=4012 CPUtime=0.11 cores=1,3,5,7
/proc/21231/task/21240/stat : 21240 (java) S 21227 21231 21175 0 -1 1077944384 951 0 0 0 10 1 0 0 20 0 15 0 105638669 10916999168 32951 33554432000 4194304 4196468 140729367471600 140520607283472 140520681219797 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7802880 140729367479452 140729367479561 140729367479561 140729367482319 0
[pid=21231/tid=21241] ppid=21227 vsize=10661132 memory=18040 CPUtime=0.11 cores=1,3,5,7
/proc/21231/task/21241/stat : 21241 (java) S 21227 21231 21175 0 -1 1077944384 1122 0 0 0 10 1 0 0 20 0 15 0 105638669 10916999168 32951 33554432000 4194304 4196468 140729367471600 140520606230928 140520681219797 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7802880 140729367479452 140729367479561 140729367479561 140729367482319 0
[pid=21231/tid=21242] ppid=21227 vsize=10661132 memory=18220 CPUtime=0.11 cores=1,3,5,7
/proc/21231/task/21242/stat : 21242 (java) S 21227 21231 21175 0 -1 1077944384 1085 0 0 0 10 1 0 0 20 0 15 0 105638669 10916999168 32951 33554432000 4194304 4196468 140729367471600 140520605178384 140520681219797 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7802880 140729367479452 140729367479561 140729367479561 140729367482319 0
[pid=21231/tid=21243] ppid=21227 vsize=10661132 memory=1788 CPUtime=0.1 cores=1,3,5,7
/proc/21231/task/21243/stat : 21243 (java) S 21227 21231 21175 0 -1 1077944384 781 0 0 0 10 0 0 0 20 0 15 0 105638669 10916999168 32951 33554432000 4194304 4196468 140729367471600 140520604125840 140520681219797 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7802880 140729367479452 140729367479561 140729367479561 140729367482319 0
[pid=21231/tid=21248] ppid=21227 vsize=10661132 memory=1232 CPUtime=0.06 cores=1,3,5,7
/proc/21231/task/21248/stat : 21248 (java) S 21227 21231 21175 0 -1 1077944384 1510 0 0 0 6 0 0 0 20 0 15 0 105638670 10916999168 32951 33554432000 4194304 4196468 140729367471600 140520172120560 140520681220738 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7802880 140729367479452 140729367479561 140729367479561 140729367482319 0
[pid=21231/tid=21250] ppid=21227 vsize=10661132 memory=644 CPUtime=0 cores=1,3,5,7
/proc/21231/task/21250/stat : 21250 (java) S 21227 21231 21175 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 105638671 10916999168 32951 33554432000 4194304 4196468 140729367471600 140520171066784 140520681219797 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7802880 140729367479452 140729367479561 140729367479561 140729367482319 0
[pid=21231/tid=21252] ppid=21227 vsize=10661132 memory=952 CPUtime=0 cores=1,3,5,7
/proc/21231/task/21252/stat : 21252 (java) S 21227 21231 21175 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 15 0 105638671 10916999168 32951 33554432000 4194304 4196468 140729367471600 140520170014192 140520681219797 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7802880 140729367479452 140729367479561 140729367479561 140729367482319 0
[pid=21231/tid=21256] ppid=21227 vsize=10661132 memory=131804 CPUtime=0 cores=1,3,5,7
/proc/21231/task/21256/stat : 21256 (java) S 21227 21231 21175 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105638673 10916999168 32951 33554432000 4194304 4196468 140729367471600 140520168962768 140520681228187 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7802880 140729367479452 140729367479561 140729367479561 140729367482319 0
[pid=21231/tid=21259] ppid=21227 vsize=10661132 memory=6791534058613427641 CPUtime=1.1 cores=1,3,5,7
/proc/21231/task/21259/stat : 21259 (java) S 21227 21231 21175 0 -1 1077944384 12952 0 0 0 109 1 0 0 20 0 15 0 105638673 10916999168 32951 33554432000 4194304 4196468 140729367471600 140520167909360 140520681220738 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7802880 140729367479452 140729367479561 140729367479561 140729367482319 0
[pid=21231/tid=21260] ppid=21227 vsize=10661132 memory=4787573984570695396 CPUtime=0.81 cores=1,3,5,7
/proc/21231/task/21260/stat : 21260 (java) S 21227 21231 21175 0 -1 1077944384 6356 0 0 0 81 0 0 0 20 0 15 0 105638673 10916999168 32951 33554432000 4194304 4196468 140729367471600 140520166856816 140520681220738 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7802880 140729367479452 140729367479561 140729367479561 140729367482319 0
[pid=21231/tid=21261] ppid=21227 vsize=10661132 memory=7510432583741839257 CPUtime=0.39 cores=1,3,5,7
/proc/21231/task/21261/stat : 21261 (java) S 21227 21231 21175 0 -1 1077944384 2743 0 0 0 39 0 0 0 20 0 15 0 105638673 10916999168 32951 33554432000 4194304 4196468 140729367471600 140520165804272 140520681220738 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7802880 140729367479452 140729367479561 140729367479561 140729367482319 0
[pid=21231/tid=21263] ppid=21227 vsize=10661132 memory=-9181546050914066336 CPUtime=0 cores=1,3,5,7
/proc/21231/task/21263/stat : 21263 (java) S 21227 21231 21175 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105638674 10916999168 32951 33554432000 4194304 4196468 140729367471600 140520164751968 140520681219797 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7802880 140729367479452 140729367479561 140729367479561 140729367482319 0
[pid=21231/tid=21265] ppid=21227 vsize=10661132 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/21231/task/21265/stat : 21265 (java) S 21227 21231 21175 0 -1 1077944384 335 0 0 0 1 2 0 0 20 0 15 0 105638674 10916999168 32951 33554432000 4194304 4196468 140729367471600 140520163699504 140520681220738 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7802880 140729367479452 140729367479561 140729367479561 140729367482319 0
Current children cumulated CPU time: 175.67 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 131804 KiB

[startup+173.11 s]
/proc/loadavg: 1.61 1.85 1.95 3/218 21267
/proc/meminfo: memFree=27139216/32770624 swapFree=67108860/67108860
[pid=21231] ppid=21227 vsize=10661132 memory=131804 CPUtime=175.77 cores=1,3,5,7
/proc/21231/stat : 21231 (java) S 21227 21231 21175 0 -1 1077944320 37283 0 0 0 17552 25 0 0 20 0 15 0 105638667 10916999168 32951 33554432000 4194304 4196468 140729367471600 140729367454144 140520681209591 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 7802880 140729367479452 140729367479561 140729367479561 140729367482319 0
/proc/21231/statm: 2665283 32951 3159 1 0 2627263 0
[pid=21231/tid=21238] ppid=21227 vsize=10661132 memory=131320 CPUtime=172.88 cores=1,3,5,7
/proc/21231/task/21238/stat : 21238 (java) R 21227 21231 21175 0 -1 4202560 8042 0 0 0 17272 16 0 0 20 0 15 0 105638668 10916999168 32951 33554432000 4194304 4196468 140729367471600 140520685450512 140520278013489 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 7802880 140729367479452 140729367479561 140729367479561 140729367482319 0
[pid=21231/tid=21240] ppid=21227 vsize=10661132 memory=129272 CPUtime=0.11 cores=1,3,5,7
/proc/21231/task/21240/stat : 21240 (java) S 21227 21231 21175 0 -1 1077944384 951 0 0 0 10 1 0 0 20 0 15 0 105638669 10916999168 32951 33554432000 4194304 4196468 140729367471600 140520607283472 140520681219797 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7802880 140729367479452 140729367479561 140729367479561 140729367482319 0
[pid=21231/tid=21241] ppid=21227 vsize=10661132 memory=131804 CPUtime=0.11 cores=1,3,5,7
/proc/21231/task/21241/stat : 21241 (java) S 21227 21231 21175 0 -1 1077944384 1122 0 0 0 10 1 0 0 20 0 15 0 105638669 10916999168 32951 33554432000 4194304 4196468 140729367471600 140520606230928 140520681219797 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7802880 140729367479452 140729367479561 140729367479561 140729367482319 0
[pid=21231/tid=21242] ppid=21227 vsize=10661132 memory=0 CPUtime=0.11 cores=1,3,5,7
/proc/21231/task/21242/stat : 21242 (java) S 21227 21231 21175 0 -1 1077944384 1085 0 0 0 10 1 0 0 20 0 15 0 105638669 10916999168 32951 33554432000 4194304 4196468 140729367471600 140520605178384 140520681219797 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7802880 140729367479452 140729367479561 140729367479561 140729367482319 0
[pid=21231/tid=21243] ppid=21227 vsize=10661132 memory=131804 CPUtime=0.1 cores=1,3,5,7
/proc/21231/task/21243/stat : 21243 (java) S 21227 21231 21175 0 -1 1077944384 781 0 0 0 10 0 0 0 20 0 15 0 105638669 10916999168 32951 33554432000 4194304 4196468 140729367471600 140520604125840 140520681219797 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7802880 140729367479452 140729367479561 140729367479561 140729367482319 0
[pid=21231/tid=21248] ppid=21227 vsize=10661132 memory=288230574492221466 CPUtime=0.06 cores=1,3,5,7
/proc/21231/task/21248/stat : 21248 (java) S 21227 21231 21175 0 -1 1077944384 1510 0 0 0 6 0 0 0 20 0 15 0 105638670 10916999168 32951 33554432000 4194304 4196468 140729367471600 140520172120560 140520681220738 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7802880 140729367479452 140729367479561 140729367479561 140729367482319 0
[pid=21231/tid=21250] ppid=21227 vsize=10661132 memory=131540 CPUtime=0 cores=1,3,5,7
/proc/21231/task/21250/stat : 21250 (java) S 21227 21231 21175 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 105638671 10916999168 32951 33554432000 4194304 4196468 140729367471600 140520171066784 140520681219797 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7802880 140729367479452 140729367479561 140729367479561 140729367482319 0
[pid=21231/tid=21252] ppid=21227 vsize=10661132 memory=288230596050944315 CPUtime=0 cores=1,3,5,7
/proc/21231/task/21252/stat : 21252 (java) S 21227 21231 21175 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 15 0 105638671 10916999168 32951 33554432000 4194304 4196468 140729367471600 140520170014192 140520681219797 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7802880 140729367479452 140729367479561 140729367479561 140729367482319 0
[pid=21231/tid=21256] ppid=21227 vsize=10661132 memory=3560 CPUtime=0 cores=1,3,5,7
/proc/21231/task/21256/stat : 21256 (java) S 21227 21231 21175 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105638673 10916999168 32951 33554432000 4194304 4196468 140729367471600 140520168962768 140520681228187 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7802880 140729367479452 140729367479561 140729367479561 140729367482319 0
[pid=21231/tid=21259] ppid=21227 vsize=10661132 memory=30268 CPUtime=1.1 cores=1,3,5,7
/proc/21231/task/21259/stat : 21259 (java) S 21227 21231 21175 0 -1 1077944384 12952 0 0 0 109 1 0 0 20 0 15 0 105638673 10916999168 32951 33554432000 4194304 4196468 140729367471600 140520167909360 140520681220738 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7802880 140729367479452 140729367479561 140729367479561 140729367482319 0
[pid=21231/tid=21260] ppid=21227 vsize=10661132 memory=1536 CPUtime=0.81 cores=1,3,5,7
/proc/21231/task/21260/stat : 21260 (java) S 21227 21231 21175 0 -1 1077944384 6356 0 0 0 81 0 0 0 20 0 15 0 105638673 10916999168 32951 33554432000 4194304 4196468 140729367471600 140520166856816 140520681220738 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7802880 140729367479452 140729367479561 140729367479561 140729367482319 0
[pid=21231/tid=21261] ppid=21227 vsize=10661132 memory=928 CPUtime=0.39 cores=1,3,5,7
/proc/21231/task/21261/stat : 21261 (java) S 21227 21231 21175 0 -1 1077944384 2743 0 0 0 39 0 0 0 20 0 15 0 105638673 10916999168 32951 33554432000 4194304 4196468 140729367471600 140520165804272 140520681220738 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7802880 140729367479452 140729367479561 140729367479561 140729367482319 0
[pid=21231/tid=21263] ppid=21227 vsize=10661132 memory=30268 CPUtime=0 cores=1,3,5,7
/proc/21231/task/21263/stat : 21263 (java) S 21227 21231 21175 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 105638674 10916999168 32951 33554432000 4194304 4196468 140729367471600 140520164751968 140520681219797 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7802880 140729367479452 140729367479561 140729367479561 140729367482319 0
[pid=21231/tid=21265] ppid=21227 vsize=10661132 memory=1228 CPUtime=0.03 cores=1,3,5,7
/proc/21231/task/21265/stat : 21265 (java) S 21227 21231 21175 0 -1 1077944384 335 0 0 0 1 2 0 0 20 0 15 0 105638674 10916999168 32951 33554432000 4194304 4196468 140729367471600 140520163699504 140520681220738 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7802880 140729367479452 140729367479561 140729367479561 140729367482319 0
Current children cumulated CPU time: 175.77 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 131804 KiB

Child status: 0
Real time (s): 173.151
CPU time (s): 175.82
CPU user time (s): 175.557
CPU system time (s): 0.263141
CPU usage (%): 101.541
Max. virtual memory (cumulated for all children) (KiB): 10661132
Max. memory (cumulated for all children) (KiB): 205520

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 175.557
system time used= 0.263141
maximum resident set size= 210140
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 38375
page faults= 0
swaps= 0
block input operations= 0
block output operations= 296
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6833
involuntary context switches= 285


# summary of solver processes directly reported to runsolver:
#   pid: 21231
#   total CPU time (s): 175.82
#   total CPU user time (s): 175.557
#   total CPU system time (s): 0.263141

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.02135 second user time and 1.55098 second system time

The end

Launcher Data

Begin job on node135 at 2018-07-29 18:12:35
IDJOB=4300299
IDBENCH=141582
IDSOLVER=2765
FILE ID=node135/4300299-1532880755
RUNJOBID= node135-1532880755-21207
PBS_JOBID= 21022521
Free space on /tmp= 52708 MiB

SOLVER NAME= slowpoke 2018-04-29
BENCH NAME= XCSP18/Frb/frb-35-17-1_c18.xml
COMMAND LINE= java -jar minicp-1.0.jar BENCHNAME --timelimit TIMEOUT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4300299-1532880755/watcher-4300299-1532880755 -o /tmp/evaluation-result-4300299-1532880755/solver-4300299-1532880755 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node135-1532880755-21207 --watchdog 2580  java -jar minicp-1.0.jar HOME/instance-4300299-1532880755.xml --timelimit 2520

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

MD5SUM BENCH= 938558367576662423373d61b63119a7
RANDOM SEED=1744295135

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        27385544 kB
MemAvailable:   31935968 kB
Buffers:          215392 kB
Cached:          4573768 kB
SwapCached:            0 kB
Active:          1582968 kB
Inactive:        3260228 kB
Active(anon):       5240 kB
Inactive(anon):    76960 kB
Active(file):    1577728 kB
Inactive(file):  3183268 kB
Unevictable:        7212 kB
Mlocked:            7212 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2340 kB
Writeback:             0 kB
AnonPages:         61112 kB
Mapped:            43452 kB
Shmem:             25248 kB
Slab:             239048 kB
SReclaimable:     210524 kB
SUnreclaim:        28524 kB
KernelStack:        3184 kB
PageTables:         6028 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     326344 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      8192 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:       93568 kB
DirectMap2M:    33452032 kB

Free space on /tmp at the end= 52708 MiB
End job on node135 at 2018-07-29 18:15:28