Trace number 4300381

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
SuperSolver_Macq_Stevenart 2018-04-27SAT 1239.61 1221.23

General information on the benchmark

NameFrb/
frb-40-19-1-mgd_c18.xml
MD5SUM1b3b260246d4f65c593765dc4af9b313
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 benchmark5.21821
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints321
Number of domains1
Minimum domain size19
Maximum domain size19
Distribution of domain sizes[{"size":19,"count":40}]
Minimum variable degree10
Maximum variable degree25
Distribution of variable degrees[{"degree":10,"count":2},{"degree":11,"count":3},{"degree":12,"count":3},{"degree":13,"count":4},{"degree":14,"count":3},{"degree":15,"count":6},{"degree":16,"count":2},{"degree":17,"count":4},{"degree":18,"count":3},{"degree":19,"count":2},{"degree":20,"count":1},{"degree":21,"count":1},{"degree":22,"count":4},{"degree":23,"count":1},{"degree":25,"count":1}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":321}]
Number of extensional constraints321
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":321}]
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: -1
0.12/0.13	c memlimit: -1
0.12/0.13	c nbcore: -1
1239.58/1221.21	s SATISFIABLE
1239.58/1221.21	v <instantiation>
1239.58/1221.21	v 	<list>
1239.58/1221.21	v 		x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] x[16] x[17] x[18] x[19] x[20] x[21] x[22] x[23] x[24] x[25] x[26] x[27] x[28] x[29] x[30] x[31] x[32] x[33] x[34] x[35] x[36] x[37] x[38] x[39] 
1239.58/1221.21	v 	</list>
1239.58/1221.21	v 	<values>
1239.58/1221.21	v 		5 4 1 11 17 3 8 17 2 7 10 2 7 12 0 1 1 16 12 10 17 16 7 6 3 10 6 7 6 8 2 11 14 6 15 4 18 4 12 17 
1239.58/1221.21	v 	</values>
1239.58/1221.21	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 (12701 MiB free)
  memory of node 1: 16384 MiB (14054 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4300381-1532838627/watcher-4300381-1532838627 -o /tmp/evaluation-result-4300381-1532838627/solver-4300381-1532838627 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node150-1532808681-11471 --watchdog 2580 java -jar HOME/bestMinicp.jar HOME/instance-4300381-1532838627.xml 

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

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


[startup+0.100058 s]*
/proc/loadavg: 1.45 1.38 1.48 3/215 16400
/proc/meminfo: memFree=27383112/32770624 swapFree=67108792/67108860
[pid=16385] ppid=16382 vsize=10661052 memory=27664 CPUtime=0.12 cores=0,2,4,6
/proc/16385/stat : 16385 (java) S 16382 16385 11440 0 -1 1077944320 5268 0 0 0 11 1 0 0 20 0 15 0 101425986 10916917248 6916 33554432000 4194304 4196468 140732457748112 140732457730656 139930226716407 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 32903168 140732457755786 140732457755913 140732457755913 140732457758671 0
/proc/16385/statm: 2665263 6916 2839 1 0 2627263 0
[pid=16385/tid=16387] ppid=16382 vsize=10661052 memory=-8269626465541328765 CPUtime=0.09 cores=0,2,4,6
/proc/16385/task/16387/stat : 16387 (java) R 16382 16385 11440 0 -1 4202560 3129 0 0 0 8 1 0 0 20 0 15 0 101425987 10916917248 6916 33554432000 4194304 4196468 140732457748112 139930230947440 139930226728342 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 32903168 140732457755786 140732457755913 140732457755913 140732457758671 0
[pid=16385/tid=16388] ppid=16382 vsize=10661052 memory=-7522837583129502606 CPUtime=0 cores=0,2,4,6
/proc/16385/task/16388/stat : 16388 (java) S 16382 16385 11440 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 101425988 10916917248 6916 33554432000 4194304 4196468 140732457748112 139929834019856 139930226726613 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32903168 140732457755786 140732457755913 140732457755913 140732457758671 0
[pid=16385/tid=16389] ppid=16382 vsize=10661052 memory=140617488062080 CPUtime=0 cores=0,2,4,6
/proc/16385/task/16389/stat : 16389 (java) S 16382 16385 11440 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 101425988 10916917248 6916 33554432000 4194304 4196468 140732457748112 139929832967312 139930226726613 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32903168 140732457755786 140732457755913 140732457755913 140732457758671 0
[pid=16385/tid=16390] ppid=16382 vsize=10661052 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16385/task/16390/stat : 16390 (java) S 16382 16385 11440 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 101425988 10916917248 6916 33554432000 4194304 4196468 140732457748112 139929831914256 139930226726613 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32903168 140732457755786 140732457755913 140732457755913 140732457758671 0
[pid=16385/tid=16391] ppid=16382 vsize=10661052 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/16385/task/16391/stat : 16391 (java) S 16382 16385 11440 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 101425988 10916917248 6916 33554432000 4194304 4196468 140732457748112 139929830861712 139930226726613 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32903168 140732457755786 140732457755913 140732457755913 140732457758671 0
[pid=16385/tid=16392] ppid=16382 vsize=10661052 memory=140617488062080 CPUtime=0 cores=0,2,4,6
/proc/16385/task/16392/stat : 16392 (java) S 16382 16385 11440 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 101425989 10916917248 6916 33554432000 4194304 4196468 140732457748112 139929786587376 139930226727554 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32903168 140732457755786 140732457755913 140732457755913 140732457758671 0
[pid=16385/tid=16393] ppid=16382 vsize=10661052 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/16385/task/16393/stat : 16393 (java) S 16382 16385 11440 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 101425989 10916917248 6916 33554432000 4194304 4196468 140732457748112 139929785533600 139930226726613 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32903168 140732457755786 140732457755913 140732457755913 140732457758671 0
[pid=16385/tid=16394] ppid=16382 vsize=10661052 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16385/task/16394/stat : 16394 (java) S 16382 16385 11440 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 101425990 10916917248 6916 33554432000 4194304 4196468 140732457748112 139929784480496 139930226726613 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32903168 140732457755786 140732457755913 140732457755913 140732457758671 0
[pid=16385/tid=16395] ppid=16382 vsize=10661052 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16385/task/16395/stat : 16395 (java) S 16382 16385 11440 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 101425992 10916917248 6916 33554432000 4194304 4196468 140732457748112 139929783429072 139930226735003 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32903168 140732457755786 140732457755913 140732457755913 140732457758671 0
[pid=16385/tid=16396] ppid=16382 vsize=10661052 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16385/task/16396/stat : 16396 (java) S 16382 16385 11440 0 -1 1077944384 430 0 0 0 0 0 0 0 20 0 15 0 101425992 10916917248 6916 33554432000 4194304 4196468 140732457748112 139929782377200 139930226727554 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32903168 140732457755786 140732457755913 140732457755913 140732457758671 0
[pid=16385/tid=16397] ppid=16382 vsize=10661052 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/16385/task/16397/stat : 16397 (java) S 16382 16385 11440 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 101425992 10916917248 6916 33554432000 4194304 4196468 140732457748112 139929781324656 139930226727554 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32903168 140732457755786 140732457755913 140732457755913 140732457758671 0
[pid=16385/tid=16398] ppid=16382 vsize=10661052 memory=140617488062080 CPUtime=0.02 cores=0,2,4,6
/proc/16385/task/16398/stat : 16398 (java) R 16382 16385 11440 0 -1 4202560 341 0 0 0 2 0 0 0 20 0 15 0 101425992 10916917248 6916 33554432000 4194304 4196468 140732457748112 139929780271600 139930210796894 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 32903168 140732457755786 140732457755913 140732457755913 140732457758671 0
[pid=16385/tid=16399] ppid=16382 vsize=10661052 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/16385/task/16399/stat : 16399 (java) S 16382 16385 11440 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 101425992 10916917248 6916 33554432000 4194304 4196468 140732457748112 139929779219296 139930226726613 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32903168 140732457755786 140732457755913 140732457755913 140732457758671 0
[pid=16385/tid=16400] ppid=16382 vsize=10661052 memory=140617488062080 CPUtime=0 cores=0,2,4,6
/proc/16385/task/16400/stat : 16400 (java) S 16382 16385 11440 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 101425992 10916917248 6916 33554432000 4194304 4196468 140732457748112 139929778166320 139930226727554 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32903168 140732457755786 140732457755913 140732457755913 140732457758671 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 10661052 KiB
Current children cumulated memory: 27664 KiB

[startup+0.210507 s]*
/proc/loadavg: 1.45 1.38 1.48 5/215 16400
/proc/meminfo: memFree=27371824/32770624 swapFree=67108792/67108860
[pid=16385] ppid=16382 vsize=10661052 memory=40656 CPUtime=0.34 cores=0,2,4,6
/proc/16385/stat : 16385 (java) S 16382 16385 11440 0 -1 1077944320 8258 0 0 0 32 2 0 0 20 0 15 0 101425986 10916917248 10164 33554432000 4194304 4196468 140732457748112 140732457730656 139930226716407 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 32903168 140732457755786 140732457755913 140732457755913 140732457758671 0
/proc/16385/statm: 2665263 10164 3015 1 0 2627263 0
[pid=16385/tid=16387] ppid=16382 vsize=10661052 memory=7022364594140610616 CPUtime=0.2 cores=0,2,4,6
/proc/16385/task/16387/stat : 16387 (java) R 16382 16385 11440 0 -1 4202560 5104 0 0 0 18 2 0 0 20 0 15 0 101425987 10916917248 10168 33554432000 4194304 4196468 140732457748112 139930230954832 139930210760037 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 32903168 140732457755786 140732457755913 140732457755913 140732457758671 0
[pid=16385/tid=16388] ppid=16382 vsize=10661052 memory=343 CPUtime=0 cores=0,2,4,6
/proc/16385/task/16388/stat : 16388 (java) S 16382 16385 11440 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 101425988 10916917248 10168 33554432000 4194304 4196468 140732457748112 139929834019856 139930226726613 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32903168 140732457755786 140732457755913 140732457755913 140732457758671 0
[pid=16385/tid=16389] ppid=16382 vsize=10661052 memory=140617488677433 CPUtime=0 cores=0,2,4,6
/proc/16385/task/16389/stat : 16389 (java) S 16382 16385 11440 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 101425988 10916917248 10168 33554432000 4194304 4196468 140732457748112 139929832967312 139930226726613 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32903168 140732457755786 140732457755913 140732457755913 140732457758671 0
[pid=16385/tid=16390] ppid=16382 vsize=10661052 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16385/task/16390/stat : 16390 (java) S 16382 16385 11440 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 101425988 10916917248 10168 33554432000 4194304 4196468 140732457748112 139929831914256 139930226726613 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32903168 140732457755786 140732457755913 140732457755913 140732457758671 0
[pid=16385/tid=16391] ppid=16382 vsize=10661052 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/16385/task/16391/stat : 16391 (java) S 16382 16385 11440 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 101425988 10916917248 10168 33554432000 4194304 4196468 140732457748112 139929830861712 139930226726613 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32903168 140732457755786 140732457755913 140732457755913 140732457758671 0
[pid=16385/tid=16392] ppid=16382 vsize=10661052 memory=140617488062080 CPUtime=0 cores=0,2,4,6
/proc/16385/task/16392/stat : 16392 (java) S 16382 16385 11440 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 101425989 10916917248 10168 33554432000 4194304 4196468 140732457748112 139929786587376 139930226727554 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32903168 140732457755786 140732457755913 140732457755913 140732457758671 0
[pid=16385/tid=16393] ppid=16382 vsize=10661052 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/16385/task/16393/stat : 16393 (java) S 16382 16385 11440 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 101425989 10916917248 10168 33554432000 4194304 4196468 140732457748112 139929785533600 139930226726613 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32903168 140732457755786 140732457755913 140732457755913 140732457758671 0
[pid=16385/tid=16394] ppid=16382 vsize=10661052 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16385/task/16394/stat : 16394 (java) S 16382 16385 11440 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 101425990 10916917248 10168 33554432000 4194304 4196468 140732457748112 139929784480496 139930226726613 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32903168 140732457755786 140732457755913 140732457755913 140732457758671 0
[pid=16385/tid=16395] ppid=16382 vsize=10661052 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16385/task/16395/stat : 16395 (java) S 16382 16385 11440 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 101425992 10916917248 10168 33554432000 4194304 4196468 140732457748112 139929783429072 139930226735003 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32903168 140732457755786 140732457755913 140732457755913 140732457758671 0
[pid=16385/tid=16396] ppid=16382 vsize=10661052 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/16385/task/16396/stat : 16396 (java) R 16382 16385 11440 0 -1 1077944384 792 0 0 0 3 0 0 0 20 0 15 0 101425992 10916917248 10168 33554432000 4194304 4196468 140732457748112 139929782377200 139930226727554 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 32903168 140732457755786 140732457755913 140732457755913 140732457758671 0
[pid=16385/tid=16397] ppid=16382 vsize=10661052 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/16385/task/16397/stat : 16397 (java) R 16382 16385 11440 0 -1 4202560 86 0 0 0 2 0 0 0 20 0 15 0 101425992 10916917248 10168 33554432000 4194304 4196468 140732457748112 139929781311504 139930218953534 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 32903168 140732457755786 140732457755913 140732457755913 140732457758671 0
[pid=16385/tid=16398] ppid=16382 vsize=10661052 memory=140617488062080 CPUtime=0.08 cores=0,2,4,6
/proc/16385/task/16398/stat : 16398 (java) S 16382 16385 11440 0 -1 1077944384 913 0 0 0 8 0 0 0 20 0 15 0 101425992 10916917248 10168 33554432000 4194304 4196468 140732457748112 139929780269392 139930226726613 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32903168 140732457755786 140732457755913 140732457755913 140732457758671 0
[pid=16385/tid=16399] ppid=16382 vsize=10661052 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/16385/task/16399/stat : 16399 (java) S 16382 16385 11440 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 101425992 10916917248 10168 33554432000 4194304 4196468 140732457748112 139929779219296 139930226726613 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32903168 140732457755786 140732457755913 140732457755913 140732457758671 0
[pid=16385/tid=16400] ppid=16382 vsize=10661052 memory=140617488062080 CPUtime=0 cores=0,2,4,6
/proc/16385/task/16400/stat : 16400 (java) S 16382 16385 11440 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 101425992 10916917248 10168 33554432000 4194304 4196468 140732457748112 139929778166320 139930226727554 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32903168 140732457755786 140732457755913 140732457755913 140732457758671 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 10661052 KiB
Current children cumulated memory: 40656 KiB

[startup+0.315557 s]*
/proc/loadavg: 1.45 1.38 1.48 7/215 16400
/proc/meminfo: memFree=27364132/32770624 swapFree=67108792/67108860
[pid=16385] ppid=16382 vsize=10661128 memory=47724 CPUtime=0.63 cores=0,2,4,6
/proc/16385/stat : 16385 (java) S 16382 16385 11440 0 -1 1077944320 9032 0 0 0 60 3 0 0 20 0 15 0 101425986 10916995072 11931 33554432000 4194304 4196468 140732457748112 140732457730656 139930226716407 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 32903168 140732457755786 140732457755913 140732457755913 140732457758671 0
/proc/16385/statm: 2665282 11931 3072 1 0 2627263 0
[pid=16385/tid=16387] ppid=16382 vsize=10661128 memory=7022364594140610616 CPUtime=0.3 cores=0,2,4,6
/proc/16385/task/16387/stat : 16387 (java) R 16382 16385 11440 0 -1 4202560 5417 0 0 0 28 2 0 0 20 0 15 0 101425987 10916995072 11931 33554432000 4194304 4196468 140732457748112 139930230951104 139930226728342 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 32903168 140732457755786 140732457755913 140732457755913 140732457758671 0
[pid=16385/tid=16388] ppid=16382 vsize=10661128 memory=4294977868 CPUtime=0 cores=0,2,4,6
/proc/16385/task/16388/stat : 16388 (java) S 16382 16385 11440 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 101425988 10916995072 11931 33554432000 4194304 4196468 140732457748112 139929834019856 139930226726613 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32903168 140732457755786 140732457755913 140732457755913 140732457758671 0
[pid=16385/tid=16389] ppid=16382 vsize=10661128 memory=140617488680450 CPUtime=0 cores=0,2,4,6
/proc/16385/task/16389/stat : 16389 (java) S 16382 16385 11440 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 101425988 10916995072 11931 33554432000 4194304 4196468 140732457748112 139929832967312 139930226726613 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32903168 140732457755786 140732457755913 140732457755913 140732457758671 0
[pid=16385/tid=16390] ppid=16382 vsize=10661128 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16385/task/16390/stat : 16390 (java) S 16382 16385 11440 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 101425988 10916995072 11931 33554432000 4194304 4196468 140732457748112 139929831914256 139930226726613 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32903168 140732457755786 140732457755913 140732457755913 140732457758671 0
[pid=16385/tid=16391] ppid=16382 vsize=10661128 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/16385/task/16391/stat : 16391 (java) S 16382 16385 11440 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 101425988 10916995072 11931 33554432000 4194304 4196468 140732457748112 139929830861712 139930226726613 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32903168 140732457755786 140732457755913 140732457755913 140732457758671 0
[pid=16385/tid=16392] ppid=16382 vsize=10661128 memory=140617488062080 CPUtime=0 cores=0,2,4,6
/proc/16385/task/16392/stat : 16392 (java) S 16382 16385 11440 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 101425989 10916995072 11931 33554432000 4194304 4196468 140732457748112 139929786587376 139930226727554 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32903168 140732457755786 140732457755913 140732457755913 140732457758671 0
[pid=16385/tid=16393] ppid=16382 vsize=10661128 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/16385/task/16393/stat : 16393 (java) S 16382 16385 11440 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 101425989 10916995072 11931 33554432000 4194304 4196468 140732457748112 139929785533600 139930226726613 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32903168 140732457755786 140732457755913 140732457755913 140732457758671 0
[pid=16385/tid=16394] ppid=16382 vsize=10661128 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16385/task/16394/stat : 16394 (java) S 16382 16385 11440 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 101425990 10916995072 11931 33554432000 4194304 4196468 140732457748112 139929784480496 139930226726613 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32903168 140732457755786 140732457755913 140732457755913 140732457758671 0
[pid=16385/tid=16395] ppid=16382 vsize=10661128 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16385/task/16395/stat : 16395 (java) S 16382 16385 11440 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 101425992 10916995072 11931 33554432000 4194304 4196468 140732457748112 139929783429072 139930226735003 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32903168 140732457755786 140732457755913 140732457755913 140732457758671 0
[pid=16385/tid=16396] ppid=16382 vsize=10661128 memory=0 CPUtime=0.06 cores=0,2,4,6
/proc/16385/task/16396/stat : 16396 (java) R 16382 16385 11440 0 -1 4202560 934 0 0 0 6 0 0 0 20 0 15 0 101425992 10916995072 11931 33554432000 4194304 4196468 140732457748112 139929782358216 139930207417342 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 32903168 140732457755786 140732457755913 140732457755913 140732457758671 0
[pid=16385/tid=16397] ppid=16382 vsize=10661128 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/16385/task/16397/stat : 16397 (java) R 16382 16385 11440 0 -1 4202560 255 0 0 0 7 0 0 0 20 0 15 0 101425992 10916995072 11931 33554432000 4194304 4196468 140732457748112 139929781317680 139930205954865 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 32903168 140732457755786 140732457755913 140732457755913 140732457758671 0
[pid=16385/tid=16398] ppid=16382 vsize=10661128 memory=140617488062080 CPUtime=0.17 cores=0,2,4,6
/proc/16385/task/16398/stat : 16398 (java) S 16382 16385 11440 0 -1 1077944384 1062 0 0 0 17 0 0 0 20 0 15 0 101425992 10916995072 11931 33554432000 4194304 4196468 140732457748112 139929780271600 139930226727554 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32903168 140732457755786 140732457755913 140732457755913 140732457758671 0
[pid=16385/tid=16399] ppid=16382 vsize=10661128 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/16385/task/16399/stat : 16399 (java) S 16382 16385 11440 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 101425992 10916995072 11931 33554432000 4194304 4196468 140732457748112 139929779219296 139930226726613 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32903168 140732457755786 140732457755913 140732457755913 140732457758671 0
[pid=16385/tid=16400] ppid=16382 vsize=10661128 memory=140617488062080 CPUtime=0 cores=0,2,4,6
/proc/16385/task/16400/stat : 16400 (java) S 16382 16385 11440 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 101425992 10916995072 11931 33554432000 4194304 4196468 140732457748112 139929778166320 139930226727554 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32903168 140732457755786 140732457755913 140732457755913 140732457758671 0
Current children cumulated CPU time: 0.63 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 47724 KiB

[startup+0.700724 s]
/proc/loadavg: 1.45 1.38 1.48 6/215 16400
/proc/meminfo: memFree=27314568/32770624 swapFree=67108792/67108860
[pid=16385] ppid=16382 vsize=10661128 memory=122904 CPUtime=1.88 cores=0,2,4,6
/proc/16385/stat : 16385 (java) S 16382 16385 11440 0 -1 1077944320 12037 0 0 0 184 4 0 0 20 0 15 0 101425986 10916995072 30726 33554432000 4194304 4196468 140732457748112 140732457730656 139930226716407 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 32903168 140732457755786 140732457755913 140732457755913 140732457758671 0
/proc/16385/statm: 2665282 30726 3119 1 0 2627263 0
[pid=16385/tid=16387] ppid=16382 vsize=10661128 memory=211020467426151 CPUtime=0.67 cores=0,2,4,6
/proc/16385/task/16387/stat : 16387 (java) R 16382 16385 11440 0 -1 4202560 5684 0 0 0 64 3 0 0 20 0 15 0 101425987 10916995072 30726 33554432000 4194304 4196468 140732457748112 139930230953024 139929850291744 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 32903168 140732457755786 140732457755913 140732457755913 140732457758671 0
[pid=16385/tid=16388] ppid=16382 vsize=10661128 memory=3761688974641594400 CPUtime=0 cores=0,2,4,6
/proc/16385/task/16388/stat : 16388 (java) S 16382 16385 11440 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 101425988 10916995072 30726 33554432000 4194304 4196468 140732457748112 139929834019856 139930226726613 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32903168 140732457755786 140732457755913 140732457755913 140732457758671 0
[pid=16385/tid=16389] ppid=16382 vsize=10661128 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16385/task/16389/stat : 16389 (java) S 16382 16385 11440 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 101425988 10916995072 30726 33554432000 4194304 4196468 140732457748112 139929832967312 139930226726613 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32903168 140732457755786 140732457755913 140732457755913 140732457758671 0
[pid=16385/tid=16390] ppid=16382 vsize=10661128 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16385/task/16390/stat : 16390 (java) S 16382 16385 11440 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 101425988 10916995072 30726 33554432000 4194304 4196468 140732457748112 139929831914256 139930226726613 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32903168 140732457755786 140732457755913 140732457755913 140732457758671 0
[pid=16385/tid=16391] ppid=16382 vsize=10661128 memory=7809523229951467570 CPUtime=0 cores=0,2,4,6
/proc/16385/task/16391/stat : 16391 (java) S 16382 16385 11440 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 101425988 10916995072 30726 33554432000 4194304 4196468 140732457748112 139929830861712 139930226726613 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32903168 140732457755786 140732457755913 140732457755913 140732457758671 0
[pid=16385/tid=16392] ppid=16382 vsize=10661128 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16385/task/16392/stat : 16392 (java) S 16382 16385 11440 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 101425989 10916995072 30726 33554432000 4194304 4196468 140732457748112 139929786587376 139930226727554 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32903168 140732457755786 140732457755913 140732457755913 140732457758671 0
[pid=16385/tid=16393] ppid=16382 vsize=10661128 memory=-3535359994705171810 CPUtime=0 cores=0,2,4,6
/proc/16385/task/16393/stat : 16393 (java) S 16382 16385 11440 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 101425989 10916995072 30726 33554432000 4194304 4196468 140732457748112 139929785533600 139930226726613 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32903168 140732457755786 140732457755913 140732457755913 140732457758671 0
[pid=16385/tid=16394] ppid=16382 vsize=10661128 memory=6944656592387989600 CPUtime=0 cores=0,2,4,6
/proc/16385/task/16394/stat : 16394 (java) S 16382 16385 11440 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 101425990 10916995072 30726 33554432000 4194304 4196468 140732457748112 139929784480496 139930226726613 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32903168 140732457755786 140732457755913 140732457755913 140732457758671 0
[pid=16385/tid=16395] ppid=16382 vsize=10661128 memory=6944656592387989600 CPUtime=0 cores=0,2,4,6
/proc/16385/task/16395/stat : 16395 (java) S 16382 16385 11440 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 101425992 10916995072 30726 33554432000 4194304 4196468 140732457748112 139929783429072 139930226735003 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32903168 140732457755786 140732457755913 140732457755913 140732457758671 0
[pid=16385/tid=16396] ppid=16382 vsize=10661128 memory=0 CPUtime=0.43 cores=0,2,4,6
/proc/16385/task/16396/stat : 16396 (java) R 16382 16385 11440 0 -1 4202560 2004 0 0 0 43 0 0 0 20 0 15 0 101425992 10916995072 30726 33554432000 4194304 4196468 140732457748112 139929782377200 139930210202532 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 32903168 140732457755786 140732457755913 140732457755913 140732457758671 0
[pid=16385/tid=16397] ppid=16382 vsize=10661128 memory=0 CPUtime=0.43 cores=0,2,4,6
/proc/16385/task/16397/stat : 16397 (java) R 16382 16385 11440 0 -1 4202560 1130 0 0 0 43 0 0 0 20 0 15 0 101425992 10916995072 30726 33554432000 4194304 4196468 140732457748112 139929781324656 139930211842667 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 32903168 140732457755786 140732457755913 140732457755913 140732457758671 0
[pid=16385/tid=16398] ppid=16382 vsize=10661128 memory=0 CPUtime=0.32 cores=0,2,4,6
/proc/16385/task/16398/stat : 16398 (java) S 16382 16385 11440 0 -1 1077944384 1848 0 0 0 32 0 0 0 20 0 15 0 101425992 10916995072 30726 33554432000 4194304 4196468 140732457748112 139929780271600 139930226727554 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32903168 140732457755786 140732457755913 140732457755913 140732457758671 0
[pid=16385/tid=16399] ppid=16382 vsize=10661128 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16385/task/16399/stat : 16399 (java) S 16382 16385 11440 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 101425992 10916995072 30726 33554432000 4194304 4196468 140732457748112 139929779219296 139930226726613 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32903168 140732457755786 140732457755913 140732457755913 140732457758671 0
[pid=16385/tid=16400] ppid=16382 vsize=10661128 memory=18268 CPUtime=0 cores=0,2,4,6
/proc/16385/task/16400/stat : 16400 (java) S 16382 16385 11440 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 101425992 10916995072 30726 33554432000 4194304 4196468 140732457748112 139929778166320 139930226727554 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32903168 140732457755786 140732457755913 140732457755913 140732457758671 0
Current children cumulated CPU time: 1.88 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 122904 KiB

[startup+1.50069 s]
/proc/loadavg: 1.45 1.38 1.48 4/215 16400
/proc/meminfo: memFree=27220152/32770624 swapFree=67108792/67108860
[pid=16385] ppid=16382 vsize=10661128 memory=197408 CPUtime=3.3 cores=0,2,4,6
/proc/16385/stat : 16385 (java) S 16382 16385 11440 0 -1 1077944320 13933 0 0 0 324 6 0 0 20 0 15 0 101425986 10916995072 49352 33554432000 4194304 4196468 140732457748112 140732457730656 139930226716407 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 32903168 140732457755786 140732457755913 140732457755913 140732457758671 0
/proc/16385/statm: 2665282 49352 3141 1 0 2627263 0
[pid=16385/tid=16387] ppid=16382 vsize=10661128 memory=10799 CPUtime=1.45 cores=0,2,4,6
/proc/16385/task/16387/stat : 16387 (java) R 16382 16385 11440 0 -1 4202560 5714 0 0 0 142 3 0 0 20 0 15 0 101425987 10916995072 49352 33554432000 4194304 4196468 140732457748112 139930230955760 139929853877260 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 32903168 140732457755786 140732457755913 140732457755913 140732457758671 0
[pid=16385/tid=16388] ppid=16382 vsize=10661128 memory=6791534058613427641 CPUtime=0 cores=0,2,4,6
/proc/16385/task/16388/stat : 16388 (java) S 16382 16385 11440 0 -1 1077944384 20 0 0 0 0 0 0 0 20 0 15 0 101425988 10916995072 49352 33554432000 4194304 4196468 140732457748112 139929834019856 139930226726613 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32903168 140732457755786 140732457755913 140732457755913 140732457758671 0
[pid=16385/tid=16389] ppid=16382 vsize=10661128 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16385/task/16389/stat : 16389 (java) S 16382 16385 11440 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 15 0 101425988 10916995072 49352 33554432000 4194304 4196468 140732457748112 139929832967312 139930226726613 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32903168 140732457755786 140732457755913 140732457755913 140732457758671 0
[pid=16385/tid=16390] ppid=16382 vsize=10661128 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16385/task/16390/stat : 16390 (java) S 16382 16385 11440 0 -1 1077944384 16 0 0 0 0 0 0 0 20 0 15 0 101425988 10916995072 49352 33554432000 4194304 4196468 140732457748112 139929831914256 139930226726613 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32903168 140732457755786 140732457755913 140732457755913 140732457758671 0
[pid=16385/tid=16391] ppid=16382 vsize=10661128 memory=6943526294502006880 CPUtime=0 cores=0,2,4,6
/proc/16385/task/16391/stat : 16391 (java) S 16382 16385 11440 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 101425988 10916995072 49352 33554432000 4194304 4196468 140732457748112 139929830861712 139930226726613 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32903168 140732457755786 140732457755913 140732457755913 140732457758671 0
[pid=16385/tid=16392] ppid=16382 vsize=10661128 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16385/task/16392/stat : 16392 (java) S 16382 16385 11440 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 15 0 101425989 10916995072 49352 33554432000 4194304 4196468 140732457748112 139929786587376 139930226727554 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32903168 140732457755786 140732457755913 140732457755913 140732457758671 0

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

[pid=16385/tid=16399] ppid=16382 vsize=10661128 memory=8504 CPUtime=0 cores=0,2,4,6
/proc/16385/task/16399/stat : 16399 (java) S 16382 16385 11440 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 101425992 10916995072 126366 33554432000 4194304 4196468 140732457748112 139929779219296 139930226726613 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32903168 140732457755786 140732457755913 140732457755913 140732457758671 0
[pid=16385/tid=16400] ppid=16382 vsize=10661128 memory=501368 CPUtime=0.66 cores=0,2,4,6
/proc/16385/task/16400/stat : 16400 (java) S 16382 16385 11440 0 -1 1077944384 802 0 0 0 37 29 0 0 20 0 15 0 101425992 10916995072 126366 33554432000 4194304 4196468 140732457748112 139929778166320 139930226727554 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32903168 140732457755786 140732457755913 140732457755913 140732457758671 0
Current children cumulated CPU time: 1234.3 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 505464 KiB

[startup+1219.2 s]
/proc/loadavg: 1.19 1.36 1.41 3/216 16437
/proc/meminfo: memFree=26784344/32770624 swapFree=67108792/67108860
[pid=16385] ppid=16382 vsize=10661128 memory=505464 CPUtime=1237.55 cores=0,2,4,6
/proc/16385/stat : 16385 (java) S 16382 16385 11440 0 -1 1077944320 46831 0 0 0 123532 223 0 0 20 0 15 0 101425986 10916995072 126366 33554432000 4194304 4196468 140732457748112 140732457730656 139930226716407 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 32903168 140732457755786 140732457755913 140732457755913 140732457758671 0
/proc/16385/statm: 2665282 126366 3155 1 0 2627263 0
[pid=16385/tid=16387] ppid=16382 vsize=10661128 memory=29356 CPUtime=1205.52 cores=0,2,4,6
/proc/16385/task/16387/stat : 16387 (java) R 16382 16385 11440 0 -1 4202560 19836 0 0 0 120526 26 0 0 20 0 15 0 101425987 10916995072 126366 33554432000 4194304 4196468 140732457748112 139930230955936 139929853909024 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 32903168 140732457755786 140732457755913 140732457755913 140732457758671 0
[pid=16385/tid=16388] ppid=16382 vsize=10661128 memory=1292 CPUtime=5.85 cores=0,2,4,6
/proc/16385/task/16388/stat : 16388 (java) S 16382 16385 11440 0 -1 1077944384 1457 0 0 0 537 48 0 0 20 0 15 0 101425988 10916995072 126366 33554432000 4194304 4196468 140732457748112 139929834019856 139930226726613 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32903168 140732457755786 140732457755913 140732457755913 140732457758671 0
[pid=16385/tid=16389] ppid=16382 vsize=10661128 memory=2436 CPUtime=5.84 cores=0,2,4,6
/proc/16385/task/16389/stat : 16389 (java) S 16382 16385 11440 0 -1 1077944384 2949 0 0 0 538 46 0 0 20 0 15 0 101425988 10916995072 126366 33554432000 4194304 4196468 140732457748112 139929832967312 139930226726613 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32903168 140732457755786 140732457755913 140732457755913 140732457758671 0
[pid=16385/tid=16390] ppid=16382 vsize=10661128 memory=6791534058613427641 CPUtime=5.86 cores=0,2,4,6
/proc/16385/task/16390/stat : 16390 (java) S 16382 16385 11440 0 -1 1077944384 2256 0 0 0 543 43 0 0 20 0 15 0 101425988 10916995072 126366 33554432000 4194304 4196468 140732457748112 139929831914256 139930226726613 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32903168 140732457755786 140732457755913 140732457755913 140732457758671 0
[pid=16385/tid=16391] ppid=16382 vsize=10661128 memory=29356 CPUtime=5.86 cores=0,2,4,6
/proc/16385/task/16391/stat : 16391 (java) S 16382 16385 11440 0 -1 1077944384 2392 0 0 0 537 49 0 0 20 0 15 0 101425988 10916995072 126366 33554432000 4194304 4196468 140732457748112 139929830861712 139930226726613 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32903168 140732457755786 140732457755913 140732457755913 140732457758671 0
[pid=16385/tid=16392] ppid=16382 vsize=10661128 memory=1292 CPUtime=5.87 cores=0,2,4,6
/proc/16385/task/16392/stat : 16392 (java) S 16382 16385 11440 0 -1 1077944384 3680 0 0 0 546 41 0 0 20 0 15 0 101425989 10916995072 126366 33554432000 4194304 4196468 140732457748112 139929786587376 139930226727554 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32903168 140732457755786 140732457755913 140732457755913 140732457758671 0
[pid=16385/tid=16393] ppid=16382 vsize=10661128 memory=2436 CPUtime=0 cores=0,2,4,6
/proc/16385/task/16393/stat : 16393 (java) S 16382 16385 11440 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 101425989 10916995072 126366 33554432000 4194304 4196468 140732457748112 139929785533600 139930226726613 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32903168 140732457755786 140732457755913 140732457755913 140732457758671 0
[pid=16385/tid=16394] ppid=16382 vsize=10661128 memory=4128 CPUtime=0 cores=0,2,4,6
/proc/16385/task/16394/stat : 16394 (java) S 16382 16385 11440 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 101425990 10916995072 126366 33554432000 4194304 4196468 140732457748112 139929784480496 139930226726613 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32903168 140732457755786 140732457755913 140732457755913 140732457758671 0
[pid=16385/tid=16395] ppid=16382 vsize=10661128 memory=505464 CPUtime=0 cores=0,2,4,6
/proc/16385/task/16395/stat : 16395 (java) S 16382 16385 11440 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 101425992 10916995072 126366 33554432000 4194304 4196468 140732457748112 139929783429072 139930226735003 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32903168 140732457755786 140732457755913 140732457755913 140732457758671 0
[pid=16385/tid=16396] ppid=16382 vsize=10661128 memory=1720 CPUtime=0.82 cores=0,2,4,6
/proc/16385/task/16396/stat : 16396 (java) S 16382 16385 11440 0 -1 1077944384 4718 0 0 0 81 1 0 0 20 0 15 0 101425992 10916995072 126366 33554432000 4194304 4196468 140732457748112 139929782377200 139930226727554 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32903168 140732457755786 140732457755913 140732457755913 140732457758671 0
[pid=16385/tid=16397] ppid=16382 vsize=10661128 memory=5760 CPUtime=0.82 cores=0,2,4,6
/proc/16385/task/16397/stat : 16397 (java) S 16382 16385 11440 0 -1 1077944384 4723 0 0 0 82 0 0 0 20 0 15 0 101425992 10916995072 126366 33554432000 4194304 4196468 140732457748112 139929781324656 139930226727554 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32903168 140732457755786 140732457755913 140732457755913 140732457758671 0
[pid=16385/tid=16398] ppid=16382 vsize=10661128 memory=505464 CPUtime=0.36 cores=0,2,4,6
/proc/16385/task/16398/stat : 16398 (java) S 16382 16385 11440 0 -1 1077944384 2658 0 0 0 36 0 0 0 20 0 15 0 101425992 10916995072 126366 33554432000 4194304 4196468 140732457748112 139929780271600 139930226727554 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32903168 140732457755786 140732457755913 140732457755913 140732457758671 0
[pid=16385/tid=16399] ppid=16382 vsize=10661128 memory=4136 CPUtime=0 cores=0,2,4,6
/proc/16385/task/16399/stat : 16399 (java) S 16382 16385 11440 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 101425992 10916995072 126366 33554432000 4194304 4196468 140732457748112 139929779219296 139930226726613 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32903168 140732457755786 140732457755913 140732457755913 140732457758671 0
[pid=16385/tid=16400] ppid=16382 vsize=10661128 memory=1728 CPUtime=0.66 cores=0,2,4,6
/proc/16385/task/16400/stat : 16400 (java) S 16382 16385 11440 0 -1 1077944384 802 0 0 0 37 29 0 0 20 0 15 0 101425992 10916995072 126366 33554432000 4194304 4196468 140732457748112 139929778166320 139930226727554 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32903168 140732457755786 140732457755913 140732457755913 140732457758671 0
Current children cumulated CPU time: 1237.55 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 505464 KiB

[startup+1220 s]*
/proc/loadavg: 1.19 1.36 1.41 3/216 16437
/proc/meminfo: memFree=26784344/32770624 swapFree=67108792/67108860
[pid=16385] ppid=16382 vsize=10661128 memory=505464 CPUtime=1238.37 cores=0,2,4,6
/proc/16385/stat : 16385 (java) S 16382 16385 11440 0 -1 1077944320 46837 0 0 0 123614 223 0 0 20 0 15 0 101425986 10916995072 126366 33554432000 4194304 4196468 140732457748112 140732457730656 139930226716407 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 32903168 140732457755786 140732457755913 140732457755913 140732457758671 0
/proc/16385/statm: 2665282 126366 3155 1 0 2627263 0
[pid=16385/tid=16387] ppid=16382 vsize=10661128 memory=1398720917958146503 CPUtime=1206.32 cores=0,2,4,6
/proc/16385/task/16387/stat : 16387 (java) R 16382 16385 11440 0 -1 4202560 19842 0 0 0 120606 26 0 0 20 0 15 0 101425987 10916995072 126366 33554432000 4194304 4196468 140732457748112 139930230956016 139929853877653 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 32903168 140732457755786 140732457755913 140732457755913 140732457758671 0
[pid=16385/tid=16388] ppid=16382 vsize=10661128 memory=4872558044660077418 CPUtime=5.85 cores=0,2,4,6
/proc/16385/task/16388/stat : 16388 (java) S 16382 16385 11440 0 -1 1077944384 1457 0 0 0 537 48 0 0 20 0 15 0 101425988 10916995072 126366 33554432000 4194304 4196468 140732457748112 139929834019856 139930226726613 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32903168 140732457755786 140732457755913 140732457755913 140732457758671 0
[pid=16385/tid=16389] ppid=16382 vsize=10661128 memory=1398720917958146503 CPUtime=5.86 cores=0,2,4,6
/proc/16385/task/16389/stat : 16389 (java) S 16382 16385 11440 0 -1 1077944384 2949 0 0 0 539 47 0 0 20 0 15 0 101425988 10916995072 126366 33554432000 4194304 4196468 140732457748112 139929832967312 139930226726613 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32903168 140732457755786 140732457755913 140732457755913 140732457758671 0
[pid=16385/tid=16390] ppid=16382 vsize=10661128 memory=4872558044660077418 CPUtime=5.87 cores=0,2,4,6
/proc/16385/task/16390/stat : 16390 (java) S 16382 16385 11440 0 -1 1077944384 2256 0 0 0 544 43 0 0 20 0 15 0 101425988 10916995072 126366 33554432000 4194304 4196468 140732457748112 139929831914256 139930226726613 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32903168 140732457755786 140732457755913 140732457755913 140732457758671 0
[pid=16385/tid=16391] ppid=16382 vsize=10661128 memory=1404 CPUtime=5.86 cores=0,2,4,6
/proc/16385/task/16391/stat : 16391 (java) S 16382 16385 11440 0 -1 1077944384 2392 0 0 0 537 49 0 0 20 0 15 0 101425988 10916995072 126366 33554432000 4194304 4196468 140732457748112 139929830861712 139930226726613 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32903168 140732457755786 140732457755913 140732457755913 140732457758671 0
[pid=16385/tid=16392] ppid=16382 vsize=10661128 memory=3180 CPUtime=5.87 cores=0,2,4,6
/proc/16385/task/16392/stat : 16392 (java) S 16382 16385 11440 0 -1 1077944384 3680 0 0 0 546 41 0 0 20 0 15 0 101425989 10916995072 126366 33554432000 4194304 4196468 140732457748112 139929786587376 139930226727554 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32903168 140732457755786 140732457755913 140732457755913 140732457758671 0
[pid=16385/tid=16393] ppid=16382 vsize=10661128 memory=806092 CPUtime=0 cores=0,2,4,6
/proc/16385/task/16393/stat : 16393 (java) S 16382 16385 11440 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 101425989 10916995072 126366 33554432000 4194304 4196468 140732457748112 139929785533600 139930226726613 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32903168 140732457755786 140732457755913 140732457755913 140732457758671 0
[pid=16385/tid=16394] ppid=16382 vsize=10661128 memory=1408 CPUtime=0 cores=0,2,4,6
/proc/16385/task/16394/stat : 16394 (java) S 16382 16385 11440 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 101425990 10916995072 126366 33554432000 4194304 4196468 140732457748112 139929784480496 139930226726613 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32903168 140732457755786 140732457755913 140732457755913 140732457758671 0
[pid=16385/tid=16395] ppid=16382 vsize=10661128 memory=3280 CPUtime=0 cores=0,2,4,6
/proc/16385/task/16395/stat : 16395 (java) S 16382 16385 11440 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 101425992 10916995072 126366 33554432000 4194304 4196468 140732457748112 139929783429072 139930226735003 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32903168 140732457755786 140732457755913 140732457755913 140732457758671 0
[pid=16385/tid=16396] ppid=16382 vsize=10661128 memory=503416 CPUtime=0.82 cores=0,2,4,6
/proc/16385/task/16396/stat : 16396 (java) S 16382 16385 11440 0 -1 1077944384 4718 0 0 0 81 1 0 0 20 0 15 0 101425992 10916995072 126366 33554432000 4194304 4196468 140732457748112 139929782377200 139930226727554 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32903168 140732457755786 140732457755913 140732457755913 140732457758671 0
[pid=16385/tid=16397] ppid=16382 vsize=10661128 memory=4104 CPUtime=0.82 cores=0,2,4,6
/proc/16385/task/16397/stat : 16397 (java) S 16382 16385 11440 0 -1 1077944384 4723 0 0 0 82 0 0 0 20 0 15 0 101425992 10916995072 126366 33554432000 4194304 4196468 140732457748112 139929781324656 139930226727554 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32903168 140732457755786 140732457755913 140732457755913 140732457758671 0
[pid=16385/tid=16398] ppid=16382 vsize=10661128 memory=1398720917958146503 CPUtime=0.36 cores=0,2,4,6
/proc/16385/task/16398/stat : 16398 (java) S 16382 16385 11440 0 -1 1077944384 2658 0 0 0 36 0 0 0 20 0 15 0 101425992 10916995072 126366 33554432000 4194304 4196468 140732457748112 139929780271600 139930226727554 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32903168 140732457755786 140732457755913 140732457755913 140732457758671 0
[pid=16385/tid=16399] ppid=16382 vsize=10661128 memory=4872558044660077418 CPUtime=0 cores=0,2,4,6
/proc/16385/task/16399/stat : 16399 (java) S 16382 16385 11440 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 101425992 10916995072 126366 33554432000 4194304 4196468 140732457748112 139929779219296 139930226726613 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32903168 140732457755786 140732457755913 140732457755913 140732457758671 0
[pid=16385/tid=16400] ppid=16382 vsize=10661128 memory=928 CPUtime=0.66 cores=0,2,4,6
/proc/16385/task/16400/stat : 16400 (java) S 16382 16385 11440 0 -1 1077944384 802 0 0 0 37 29 0 0 20 0 15 0 101425992 10916995072 126366 33554432000 4194304 4196468 140732457748112 139929778166320 139930226727554 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32903168 140732457755786 140732457755913 140732457755913 140732457758671 0
Current children cumulated CPU time: 1238.37 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 505464 KiB

[startup+1220.8 s]
/proc/loadavg: 1.19 1.36 1.41 3/216 16437
/proc/meminfo: memFree=26784344/32770624 swapFree=67108792/67108860
[pid=16385] ppid=16382 vsize=10661128 memory=505464 CPUtime=1239.18 cores=0,2,4,6
/proc/16385/stat : 16385 (java) S 16382 16385 11440 0 -1 1077944320 46844 0 0 0 123695 223 0 0 20 0 15 0 101425986 10916995072 126366 33554432000 4194304 4196468 140732457748112 140732457730656 139930226716407 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 32903168 140732457755786 140732457755913 140732457755913 140732457758671 0
/proc/16385/statm: 2665282 126366 3155 1 0 2627263 0
[pid=16385/tid=16387] ppid=16382 vsize=10661128 memory=505464 CPUtime=1207.1 cores=0,2,4,6
/proc/16385/task/16387/stat : 16387 (java) R 16382 16385 11440 0 -1 4202560 19849 0 0 0 120684 26 0 0 20 0 15 0 101425987 10916995072 126366 33554432000 4194304 4196468 140732457748112 139930230955760 139929854186236 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 32903168 140732457755786 140732457755913 140732457755913 140732457758671 0
[pid=16385/tid=16388] ppid=16382 vsize=10661128 memory=644 CPUtime=5.86 cores=0,2,4,6
/proc/16385/task/16388/stat : 16388 (java) S 16382 16385 11440 0 -1 1077944384 1457 0 0 0 538 48 0 0 20 0 15 0 101425988 10916995072 126366 33554432000 4194304 4196468 140732457748112 139929834019856 139930226726613 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32903168 140732457755786 140732457755913 140732457755913 140732457758671 0
[pid=16385/tid=16389] ppid=16382 vsize=10661128 memory=29356 CPUtime=5.86 cores=0,2,4,6
/proc/16385/task/16389/stat : 16389 (java) S 16382 16385 11440 0 -1 1077944384 2949 0 0 0 539 47 0 0 20 0 15 0 101425988 10916995072 126366 33554432000 4194304 4196468 140732457748112 139929832967312 139930226726613 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32903168 140732457755786 140732457755913 140732457755913 140732457758671 0
[pid=16385/tid=16390] ppid=16382 vsize=10661128 memory=6791534058613427641 CPUtime=5.87 cores=0,2,4,6
/proc/16385/task/16390/stat : 16390 (java) S 16382 16385 11440 0 -1 1077944384 2256 0 0 0 544 43 0 0 20 0 15 0 101425988 10916995072 126366 33554432000 4194304 4196468 140732457748112 139929831914256 139930226726613 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32903168 140732457755786 140732457755913 140732457755913 140732457758671 0
[pid=16385/tid=16391] ppid=16382 vsize=10661128 memory=2436 CPUtime=5.87 cores=0,2,4,6
/proc/16385/task/16391/stat : 16391 (java) S 16382 16385 11440 0 -1 1077944384 2392 0 0 0 538 49 0 0 20 0 15 0 101425988 10916995072 126366 33554432000 4194304 4196468 140732457748112 139929830861712 139930226726613 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32903168 140732457755786 140732457755913 140732457755913 140732457758671 0
[pid=16385/tid=16392] ppid=16382 vsize=10661128 memory=505464 CPUtime=5.87 cores=0,2,4,6
/proc/16385/task/16392/stat : 16392 (java) S 16382 16385 11440 0 -1 1077944384 3680 0 0 0 546 41 0 0 20 0 15 0 101425989 10916995072 126366 33554432000 4194304 4196468 140732457748112 139929786587376 139930226727554 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32903168 140732457755786 140732457755913 140732457755913 140732457758671 0
[pid=16385/tid=16393] ppid=16382 vsize=10661128 memory=1728 CPUtime=0 cores=0,2,4,6
/proc/16385/task/16393/stat : 16393 (java) S 16382 16385 11440 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 101425989 10916995072 126366 33554432000 4194304 4196468 140732457748112 139929785533600 139930226726613 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32903168 140732457755786 140732457755913 140732457755913 140732457758671 0
[pid=16385/tid=16394] ppid=16382 vsize=10661128 memory=1720 CPUtime=0 cores=0,2,4,6
/proc/16385/task/16394/stat : 16394 (java) S 16382 16385 11440 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 101425990 10916995072 126366 33554432000 4194304 4196468 140732457748112 139929784480496 139930226726613 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32903168 140732457755786 140732457755913 140732457755913 140732457758671 0
[pid=16385/tid=16395] ppid=16382 vsize=10661128 memory=6791534058613427641 CPUtime=0 cores=0,2,4,6
/proc/16385/task/16395/stat : 16395 (java) S 16382 16385 11440 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 101425992 10916995072 126366 33554432000 4194304 4196468 140732457748112 139929783429072 139930226735003 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32903168 140732457755786 140732457755913 140732457755913 140732457758671 0
[pid=16385/tid=16396] ppid=16382 vsize=10661128 memory=1428 CPUtime=0.82 cores=0,2,4,6
/proc/16385/task/16396/stat : 16396 (java) S 16382 16385 11440 0 -1 1077944384 4718 0 0 0 81 1 0 0 20 0 15 0 101425992 10916995072 126366 33554432000 4194304 4196468 140732457748112 139929782377200 139930226727554 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32903168 140732457755786 140732457755913 140732457755913 140732457758671 0
[pid=16385/tid=16397] ppid=16382 vsize=10661128 memory=8504 CPUtime=0.82 cores=0,2,4,6
/proc/16385/task/16397/stat : 16397 (java) S 16382 16385 11440 0 -1 1077944384 4723 0 0 0 82 0 0 0 20 0 15 0 101425992 10916995072 126366 33554432000 4194304 4196468 140732457748112 139929781324656 139930226727554 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32903168 140732457755786 140732457755913 140732457755913 140732457758671 0
[pid=16385/tid=16398] ppid=16382 vsize=10661128 memory=792 CPUtime=0.36 cores=0,2,4,6
/proc/16385/task/16398/stat : 16398 (java) S 16382 16385 11440 0 -1 1077944384 2658 0 0 0 36 0 0 0 20 0 15 0 101425992 10916995072 126366 33554432000 4194304 4196468 140732457748112 139929780271600 139930226727554 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32903168 140732457755786 140732457755913 140732457755913 140732457758671 0
[pid=16385/tid=16399] ppid=16382 vsize=10661128 memory=6791534058613427641 CPUtime=0 cores=0,2,4,6
/proc/16385/task/16399/stat : 16399 (java) S 16382 16385 11440 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 101425992 10916995072 126366 33554432000 4194304 4196468 140732457748112 139929779219296 139930226726613 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32903168 140732457755786 140732457755913 140732457755913 140732457758671 0
[pid=16385/tid=16400] ppid=16382 vsize=10661128 memory=1428 CPUtime=0.66 cores=0,2,4,6
/proc/16385/task/16400/stat : 16400 (java) S 16382 16385 11440 0 -1 1077944384 802 0 0 0 37 29 0 0 20 0 15 0 101425992 10916995072 126366 33554432000 4194304 4196468 140732457748112 139929778166320 139930226727554 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32903168 140732457755786 140732457755913 140732457755913 140732457758671 0
Current children cumulated CPU time: 1239.18 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 505464 KiB

[startup+1221.2 s]
/proc/loadavg: 1.19 1.36 1.41 3/216 16437
/proc/meminfo: memFree=26784344/32770624 swapFree=67108792/67108860
[pid=16385] ppid=16382 vsize=10661128 memory=505464 CPUtime=1239.58 cores=0,2,4,6
/proc/16385/stat : 16385 (java) S 16382 16385 11440 0 -1 1077944320 46847 0 0 0 123735 223 0 0 20 0 15 0 101425986 10916995072 126366 33554432000 4194304 4196468 140732457748112 140732457730656 139930226716407 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 32903168 140732457755786 140732457755913 140732457755913 140732457758671 0
/proc/16385/statm: 2665282 126366 3155 1 0 2627263 0
[pid=16385/tid=16387] ppid=16382 vsize=10661128 memory=288230583166042426 CPUtime=1207.5 cores=0,2,4,6
/proc/16385/task/16387/stat : 16387 (java) R 16382 16385 11440 0 -1 4202560 19852 0 0 0 120724 26 0 0 20 0 15 0 101425987 10916995072 126366 33554432000 4194304 4196468 140732457748112 139930230955840 139929853875803 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 32903168 140732457755786 140732457755913 140732457755913 140732457758671 0
[pid=16385/tid=16388] ppid=16382 vsize=10661128 memory=14134463315576988 CPUtime=5.86 cores=0,2,4,6
/proc/16385/task/16388/stat : 16388 (java) S 16382 16385 11440 0 -1 1077944384 1457 0 0 0 538 48 0 0 20 0 15 0 101425988 10916995072 126366 33554432000 4194304 4196468 140732457748112 139929834019856 139930226726613 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32903168 140732457755786 140732457755913 140732457755913 140732457758671 0
[pid=16385/tid=16389] ppid=16382 vsize=10661128 memory=15876 CPUtime=5.86 cores=0,2,4,6
/proc/16385/task/16389/stat : 16389 (java) S 16382 16385 11440 0 -1 1077944384 2949 0 0 0 539 47 0 0 20 0 15 0 101425988 10916995072 126366 33554432000 4194304 4196468 140732457748112 139929832967312 139930226726613 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32903168 140732457755786 140732457755913 140732457755913 140732457758671 0
[pid=16385/tid=16390] ppid=16382 vsize=10661128 memory=18268 CPUtime=5.87 cores=0,2,4,6
/proc/16385/task/16390/stat : 16390 (java) S 16382 16385 11440 0 -1 1077944384 2256 0 0 0 544 43 0 0 20 0 15 0 101425988 10916995072 126366 33554432000 4194304 4196468 140732457748112 139929831914256 139930226726613 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32903168 140732457755786 140732457755913 140732457755913 140732457758671 0
[pid=16385/tid=16391] ppid=16382 vsize=10661128 memory=17580 CPUtime=5.87 cores=0,2,4,6
/proc/16385/task/16391/stat : 16391 (java) S 16382 16385 11440 0 -1 1077944384 2392 0 0 0 538 49 0 0 20 0 15 0 101425988 10916995072 126366 33554432000 4194304 4196468 140732457748112 139929830861712 139930226726613 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32903168 140732457755786 140732457755913 140732457755913 140732457758671 0
[pid=16385/tid=16392] ppid=16382 vsize=10661128 memory=4052 CPUtime=5.88 cores=0,2,4,6
/proc/16385/task/16392/stat : 16392 (java) S 16382 16385 11440 0 -1 1077944384 3680 0 0 0 547 41 0 0 20 0 15 0 101425989 10916995072 126366 33554432000 4194304 4196468 140732457748112 139929786587376 139930226727554 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32903168 140732457755786 140732457755913 140732457755913 140732457758671 0
[pid=16385/tid=16393] ppid=16382 vsize=10661128 memory=644 CPUtime=0 cores=0,2,4,6
/proc/16385/task/16393/stat : 16393 (java) S 16382 16385 11440 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 101425989 10916995072 126366 33554432000 4194304 4196468 140732457748112 139929785533600 139930226726613 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32903168 140732457755786 140732457755913 140732457755913 140732457758671 0
[pid=16385/tid=16394] ppid=16382 vsize=10661128 memory=1792 CPUtime=0 cores=0,2,4,6
/proc/16385/task/16394/stat : 16394 (java) S 16382 16385 11440 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 101425990 10916995072 126366 33554432000 4194304 4196468 140732457748112 139929784480496 139930226726613 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32903168 140732457755786 140732457755913 140732457755913 140732457758671 0
[pid=16385/tid=16395] ppid=16382 vsize=10661128 memory=1232 CPUtime=0 cores=0,2,4,6
/proc/16385/task/16395/stat : 16395 (java) S 16382 16385 11440 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 101425992 10916995072 126366 33554432000 4194304 4196468 140732457748112 139929783429072 139930226735003 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32903168 140732457755786 140732457755913 140732457755913 140732457758671 0
[pid=16385/tid=16396] ppid=16382 vsize=10661128 memory=956 CPUtime=0.82 cores=0,2,4,6
/proc/16385/task/16396/stat : 16396 (java) S 16382 16385 11440 0 -1 1077944384 4718 0 0 0 81 1 0 0 20 0 15 0 101425992 10916995072 126366 33554432000 4194304 4196468 140732457748112 139929782377200 139930226727554 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32903168 140732457755786 140732457755913 140732457755913 140732457758671 0
[pid=16385/tid=16397] ppid=16382 vsize=10661128 memory=505464 CPUtime=0.82 cores=0,2,4,6
/proc/16385/task/16397/stat : 16397 (java) S 16382 16385 11440 0 -1 1077944384 4723 0 0 0 82 0 0 0 20 0 15 0 101425992 10916995072 126366 33554432000 4194304 4196468 140732457748112 139929781324656 139930226727554 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32903168 140732457755786 140732457755913 140732457755913 140732457758671 0
[pid=16385/tid=16398] ppid=16382 vsize=10661128 memory=1576 CPUtime=0.36 cores=0,2,4,6
/proc/16385/task/16398/stat : 16398 (java) S 16382 16385 11440 0 -1 1077944384 2658 0 0 0 36 0 0 0 20 0 15 0 101425992 10916995072 126366 33554432000 4194304 4196468 140732457748112 139929780271600 139930226727554 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32903168 140732457755786 140732457755913 140732457755913 140732457758671 0
[pid=16385/tid=16399] ppid=16382 vsize=10661128 memory=928 CPUtime=0 cores=0,2,4,6
/proc/16385/task/16399/stat : 16399 (java) S 16382 16385 11440 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 101425992 10916995072 126366 33554432000 4194304 4196468 140732457748112 139929779219296 139930226726613 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32903168 140732457755786 140732457755913 140732457755913 140732457758671 0
[pid=16385/tid=16400] ppid=16382 vsize=10661128 memory=505464 CPUtime=0.66 cores=0,2,4,6
/proc/16385/task/16400/stat : 16400 (java) S 16382 16385 11440 0 -1 1077944384 802 0 0 0 37 29 0 0 20 0 15 0 101425992 10916995072 126366 33554432000 4194304 4196468 140732457748112 139929778166320 139930226727554 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32903168 140732457755786 140732457755913 140732457755913 140732457758671 0
Current children cumulated CPU time: 1239.58 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 505464 KiB

Child status: 0
Real time (s): 1221.23
CPU time (s): 1239.61
CPU user time (s): 1237.37
CPU system time (s): 2.2404
CPU usage (%): 101.506
Max. virtual memory (cumulated for all children) (KiB): 10661128
Max. memory (cumulated for all children) (KiB): 505464

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1237.37
system time used= 2.2404
maximum resident set size= 505856
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 47277
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1408
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 194097
involuntary context switches= 4632


# summary of solver processes directly reported to runsolver:
#   pid: 16385
#   total CPU time (s): 1239.61
#   total CPU user time (s): 1237.37
#   total CPU system time (s): 2.2404

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.32984 second user time and 12.1298 second system time

The end

Launcher Data

Begin job on node150 at 2018-07-29 06:30:27
IDJOB=4300381
IDBENCH=141592
IDSOLVER=2767
FILE ID=node150/4300381-1532838627
RUNJOBID= node150-1532808681-11471
PBS_JOBID= 21022473
Free space on /tmp= 53100 MiB

SOLVER NAME= SuperSolver_Macq_Stevenart 2018-04-27
BENCH NAME= XCSP18/Frb/frb-40-19-1-mgd_c18.xml
COMMAND LINE= java -jar DIR/bestMinicp.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4300381-1532838627/watcher-4300381-1532838627 -o /tmp/evaluation-result-4300381-1532838627/solver-4300381-1532838627 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node150-1532808681-11471 --watchdog 2580  java -jar HOME/bestMinicp.jar HOME/instance-4300381-1532838627.xml

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

MD5SUM BENCH= 1b3b260246d4f65c593765dc4af9b313
RANDOM SEED=1635443315

node150.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.76
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.76
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.76
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.76
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:        27399124 kB
MemAvailable:   31259372 kB
Buffers:          216584 kB
Cached:          3882432 kB
SwapCached:           32 kB
Active:          2166788 kB
Inactive:        2662920 kB
Active(anon):     682520 kB
Inactive(anon):    76188 kB
Active(file):    1484268 kB
Inactive(file):  2586732 kB
Unevictable:        7752 kB
Mlocked:            7752 kB
SwapTotal:      67108860 kB
SwapFree:       67108792 kB
Dirty:              1268 kB
Writeback:             0 kB
AnonPages:        738504 kB
Mapped:            55604 kB
Shmem:             25156 kB
Slab:             238736 kB
SReclaimable:     210168 kB
SUnreclaim:        28568 kB
KernelStack:        3568 kB
PageTables:         6764 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1937488 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    634880 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      126336 kB
DirectMap2M:    33419264 kB

Free space on /tmp at the end= 53100 MiB
End job on node150 at 2018-07-29 06:50:49