Trace number 4392137

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Concrete 3.10OPT98 552.953 536.669

General information on the benchmark

NameRcpsp/Rcpsp-m1-j30/
Rcpsp-j30-29-05.xml
MD5SUM28da73d1db83f7f431b4b8f6a2cf23fc
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark98
Best CPU time to get the best result obtained on this benchmark208.649
Satisfiable
(Un)Satisfiability was proved
Number of variables32
Number of constraints62
Number of domains2
Minimum domain size1
Maximum domain size188
Distribution of domain sizes[{"size":1,"count":1},{"size":188,"count":31}]
Minimum variable degree3
Maximum variable degree9
Distribution of variable degrees[{"degree":3,"count":1},{"degree":4,"count":1},{"degree":6,"count":3},{"degree":7,"count":7},{"degree":8,"count":17},{"degree":9,"count":3}]
Minimum constraint arity2
Maximum constraint arity30
Distribution of constraint arities[{"arity":2,"count":58},{"arity":30,"count":4}]
Number of extensional constraints0
Number of intensional constraints58
Distribution of constraint types[{"type":"intension","count":58},{"type":"cumulative","count":4}]
Optimization problemYES
Type of objectivemin VAR

Quality of the solution as a function of time


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

Solver Data

0.74/0.55	c Concrete v3.10.1560635388952 running
8.06/3.77	o 187
8.37/3.88	o 185
8.68/3.91	o 179
8.68/3.94	o 178
8.68/3.97	o 114
8.68/3.99	o 113
9.31/4.19	o 112
9.50/4.20	o 111
9.50/4.21	o 110
9.50/4.28	o 109
10.03/4.55	o 108
10.03/4.59	o 107
10.68/4.96	o 106
11.67/5.54	o 105
11.82/5.62	o 104
15.54/8.39	o 103
19.82/11.34	o 102
22.85/13.88	o 101
23.50/14.43	o 100
25.59/16.38	o 99
25.83/16.56	o 98
552.87/536.65	v <instantiation
552.87/536.65	v         cost = '98'>
552.87/536.65	v       <list>
552.87/536.65	v         s[0] s[1] s[2] s[3] s[4] s[5] s[6] s[7] s[8] s[9] s[10] s[11] s[12] s[13] s[14] s[15] s[16] s[17] s[18] s[19] s[20] s[21] s[22] s[23] s[24] s[25] s[26] s[27] s[28] s[29] s[30] s[31]
552.87/536.65	v       </list>
552.87/536.65	v       <values>
552.87/536.65	v         0 54 2 0 4 9 2 23 14 38 61 24 44 34 19 54 77 35 63 29 73 45 92 64 85 85 72 80 92 90 94 98
552.87/536.65	v       </values>
552.87/536.65	v     </instantiation>
552.87/536.65	s OPTIMUM FOUND

Verifier Data

OK	98

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4392137-1568318027/watcher-4392137-1568318027 -o /tmp/evaluation-result-4392137-1568318027/solver-4392137-1568318027 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node119-1568306047-10997 --watchdog 2560 bin/xcsp-3-concrete -J-Xss32M -randomseed=1938689376 HOME/instance-4392137-1568318027.xml 

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

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

solver pid=16537, runsolver pid=16534

[startup+0.100095 s]*
/proc/loadavg: 0.89 1.19 1.46 3/219 16594
/proc/meminfo: memFree=21589408/32770624 swapFree=66939824/67108860
[pid=16537] ppid=16534 vsize=9972712 memory=16812 CPUtime=0.1 cores=0,2,4,6
/proc/16537/stat : 16537 (java) S 16534 16537 9865 0 -1 1077944320 4430 13305 0 0 1 1 5 3 20 0 6 0 407717602 10212057088 4203 33554432000 4194304 4196468 140720983297376 140720983279920 140107188231927 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 38592512 140720983300853 140720983303365 140720983303365 140720983306191 0
/proc/16537/statm: 2493178 4203 1935 1 0 2481616 0
[pid=16537/tid=16590] ppid=16534 vsize=9972712 memory=7892391828772250251 CPUtime=0.08 cores=0,2,4,6
/proc/16537/task/16590/stat : 16590 (java) R 16534 16537 9865 0 -1 4202560 2235 13305 0 0 0 0 5 3 20 0 6 0 407717611 10212057088 4203 33554432000 4194304 4196468 140720983297376 140107160068688 140107180469054 0 4 0 16784584 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 38592512 140720983300853 140720983303365 140720983303365 140720983306191 0
[pid=16537/tid=16591] ppid=16534 vsize=9972712 memory=-9181546050914066336 CPUtime=0.08 cores=0,2,4,6
/proc/16537/task/16591/stat : 16591 (java) S 16534 16537 9865 0 -1 1077944384 1 13305 0 0 0 0 5 3 20 0 6 0 407717612 10212057088 4203 33554432000 4194304 4196468 140720983297376 140107192474640 140107188242133 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38592512 140720983300853 140720983303365 140720983303365 140720983306191 0
[pid=16537/tid=16592] ppid=16534 vsize=9972712 memory=140476458698368 CPUtime=0.08 cores=0,2,4,6
/proc/16537/task/16592/stat : 16592 (java) S 16534 16537 9865 0 -1 1077944384 1 13305 0 0 0 0 5 3 20 0 6 0 407717612 10212057088 4203 33554432000 4194304 4196468 140720983297376 140107080748176 140107188242133 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38592512 140720983300853 140720983303365 140720983303365 140720983306191 0
[pid=16537/tid=16593] ppid=16534 vsize=9972712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/16537/task/16593/stat : 16593 (java) S 16534 16537 9865 0 -1 1077944384 1 13305 0 0 0 0 5 3 20 0 6 0 407717612 10212057088 4203 33554432000 4194304 4196468 140720983297376 140107079695120 140107188242133 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38592512 140720983300853 140720983303365 140720983303365 140720983306191 0
[pid=16537/tid=16594] ppid=16534 vsize=9972712 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/16537/task/16594/stat : 16594 (java) S 16534 16537 9865 0 -1 1077944384 2 13305 0 0 0 0 5 3 20 0 6 0 407717612 10212057088 4203 33554432000 4194304 4196468 140720983297376 140107078642576 140107188242133 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38592512 140720983300853 140720983303365 140720983303365 140720983306191 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 16812 KiB

[startup+0.210065 s]*
/proc/loadavg: 0.89 1.19 1.46 4/228 16603
/proc/meminfo: memFree=21565628/32770624 swapFree=66939824/67108860
[pid=16537] ppid=16534 vsize=10818940 memory=42100 CPUtime=0.26 cores=0,2,4,6
/proc/16537/stat : 16537 (java) S 16534 16537 9865 0 -1 1077944320 6863 13305 0 0 16 2 5 3 20 0 15 0 407717602 11078594560 10525 33554432000 4194304 4196468 140720983297376 140720983279920 140107188231927 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 38592512 140720983300853 140720983303365 140720983303365 140720983306191 0
/proc/16537/statm: 2704735 10525 2969 1 0 2667149 0
[pid=16537/tid=16590] ppid=16534 vsize=10818940 memory=7022364594140610616 CPUtime=0.19 cores=0,2,4,6
/proc/16537/task/16590/stat : 16590 (java) R 16534 16537 9865 0 -1 4202560 3365 13305 0 0 10 1 5 3 20 0 15 0 407717611 11078594560 10533 33554432000 4194304 4196468 140720983297376 140107160063168 140107188253853 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 38592512 140720983300853 140720983303365 140720983303365 140720983306191 0
[pid=16537/tid=16591] ppid=16534 vsize=10818940 memory=365 CPUtime=0.08 cores=0,2,4,6
/proc/16537/task/16591/stat : 16591 (java) S 16534 16537 9865 0 -1 1077944384 1 13305 0 0 0 0 5 3 20 0 15 0 407717612 11078594560 10533 33554432000 4194304 4196468 140720983297376 140107192474640 140107188242133 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38592512 140720983300853 140720983303365 140720983303365 140720983306191 0
[pid=16537/tid=16592] ppid=16534 vsize=10818940 memory=288370852610410112 CPUtime=0.08 cores=0,2,4,6
/proc/16537/task/16592/stat : 16592 (java) S 16534 16537 9865 0 -1 1077944384 1 13305 0 0 0 0 5 3 20 0 15 0 407717612 11078594560 10533 33554432000 4194304 4196468 140720983297376 140107080748176 140107188242133 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38592512 140720983300853 140720983303365 140720983303365 140720983306191 0
[pid=16537/tid=16593] ppid=16534 vsize=10818940 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/16537/task/16593/stat : 16593 (java) S 16534 16537 9865 0 -1 1077944384 1 13305 0 0 0 0 5 3 20 0 15 0 407717612 11078594560 10533 33554432000 4194304 4196468 140720983297376 140107079695120 140107188242133 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38592512 140720983300853 140720983303365 140720983303365 140720983306191 0
[pid=16537/tid=16594] ppid=16534 vsize=10818940 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/16537/task/16594/stat : 16594 (java) S 16534 16537 9865 0 -1 1077944384 2 13305 0 0 0 0 5 3 20 0 15 0 407717612 11078594560 10533 33554432000 4194304 4196468 140720983297376 140107078642576 140107188242133 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38592512 140720983300853 140720983303365 140720983303365 140720983306191 0
[pid=16537/tid=16595] ppid=16534 vsize=10818940 memory=140476458698368 CPUtime=0.08 cores=0,2,4,6
/proc/16537/task/16595/stat : 16595 (java) S 16534 16537 9865 0 -1 1077944384 2 13305 0 0 0 0 5 3 20 0 15 0 407717613 11078594560 10533 33554432000 4194304 4196468 140720983297376 140106647300336 140107188243074 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38592512 140720983300853 140720983303365 140720983303365 140720983306191 0
[pid=16537/tid=16596] ppid=16534 vsize=10818940 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/16537/task/16596/stat : 16596 (java) S 16534 16537 9865 0 -1 1077944384 33 13305 0 0 0 0 5 3 20 0 15 0 407717614 11078594560 10533 33554432000 4194304 4196468 140720983297376 140106646246560 140107188242133 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38592512 140720983300853 140720983303365 140720983303365 140720983306191 0
[pid=16537/tid=16597] ppid=16534 vsize=10818940 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/16537/task/16597/stat : 16597 (java) S 16534 16537 9865 0 -1 1077944384 1 13305 0 0 0 0 5 3 20 0 15 0 407717614 11078594560 10533 33554432000 4194304 4196468 140720983297376 140106530808560 140107188242133 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38592512 140720983300853 140720983303365 140720983303365 140720983306191 0
[pid=16537/tid=16598] ppid=16534 vsize=10818940 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/16537/task/16598/stat : 16598 (java) S 16534 16537 9865 0 -1 1077944384 2 13305 0 0 0 0 5 3 20 0 15 0 407717616 11078594560 10533 33554432000 4194304 4196468 140720983297376 140105926830032 140107188250523 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38592512 140720983300853 140720983303365 140720983303365 140720983306191 0
[pid=16537/tid=16599] ppid=16534 vsize=10818940 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/16537/task/16599/stat : 16599 (java) S 16534 16537 9865 0 -1 1077944384 550 13305 0 0 1 0 5 3 20 0 15 0 407717616 11078594560 10533 33554432000 4194304 4196468 140720983297376 140106612689648 140107188243074 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38592512 140720983300853 140720983303365 140720983303365 140720983306191 0
[pid=16537/tid=16600] ppid=16534 vsize=10818940 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/16537/task/16600/stat : 16600 (java) S 16534 16537 9865 0 -1 1077944384 61 13305 0 0 0 0 5 3 20 0 15 0 407717616 11078594560 10533 33554432000 4194304 4196468 140720983297376 140106611637104 140107188243074 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38592512 140720983300853 140720983303365 140720983303365 140720983306191 0
[pid=16537/tid=16601] ppid=16534 vsize=10818940 memory=140476458698368 CPUtime=0.11 cores=0,2,4,6
/proc/16537/task/16601/stat : 16601 (java) S 16534 16537 9865 0 -1 1077944384 638 13305 0 0 3 0 5 3 20 0 15 0 407717616 11078594560 10533 33554432000 4194304 4196468 140720983297376 140106610584048 140107188243074 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38592512 140720983300853 140720983303365 140720983303365 140720983306191 0
[pid=16537/tid=16602] ppid=16534 vsize=10818940 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/16537/task/16602/stat : 16602 (java) S 16534 16537 9865 0 -1 1077944384 3 13305 0 0 0 0 5 3 20 0 15 0 407717617 11078594560 10533 33554432000 4194304 4196468 140720983297376 140105457068896 140107188242133 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38592512 140720983300853 140720983303365 140720983303365 140720983306191 0
[pid=16537/tid=16603] ppid=16534 vsize=10818940 memory=140476458698368 CPUtime=0.08 cores=0,2,4,6
/proc/16537/task/16603/stat : 16603 (java) S 16534 16537 9865 0 -1 1077944384 1 13305 0 0 0 0 5 3 20 0 15 0 407717617 11078594560 10533 33554432000 4194304 4196468 140720983297376 140106609531440 140107188243074 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38592512 140720983300853 140720983303365 140720983303365 140720983306191 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10818940 KiB
Current children cumulated memory: 42100 KiB

[startup+0.310486 s]*
/proc/loadavg: 0.89 1.19 1.46 3/228 16603
/proc/meminfo: memFree=21555096/32770624 swapFree=66939824/67108860
[pid=16537] ppid=16534 vsize=10819456 memory=51192 CPUtime=0.4 cores=0,2,4,6
/proc/16537/stat : 16537 (java) S 16534 16537 9865 0 -1 1077944320 10524 13305 0 0 28 4 5 3 20 0 15 0 407717602 11079122944 12798 33554432000 4194304 4196468 140720983297376 140720983279920 140107188231927 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 38592512 140720983300853 140720983303365 140720983303365 140720983306191 0
/proc/16537/statm: 2704864 12798 3087 1 0 2667149 0
[pid=16537/tid=16590] ppid=16534 vsize=10819488 memory=8317482817917895235 CPUtime=0.29 cores=0,2,4,6
/proc/16537/task/16590/stat : 16590 (java) R 16534 16537 9865 0 -1 4202560 7000 13305 0 0 19 2 5 3 20 0 15 0 407717611 11079155712 12798 33554432000 4194304 4196468 140720983297376 140107160049552 140107180909941 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 38592512 140720983300853 140720983303365 140720983303365 140720983306191 0
[pid=16537/tid=16591] ppid=16534 vsize=10819588 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/16537/task/16591/stat : 16591 (java) S 16534 16537 9865 0 -1 1077944384 1 13305 0 0 0 0 5 3 20 0 15 0 407717612 11079258112 12798 33554432000 4194304 4196468 140720983297376 140107192474640 140107188242133 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38592512 140720983300853 140720983303365 140720983303365 140720983306191 0
[pid=16537/tid=16592] ppid=16534 vsize=10819588 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/16537/task/16592/stat : 16592 (java) S 16534 16537 9865 0 -1 1077944384 1 13305 0 0 0 0 5 3 20 0 15 0 407717612 11079258112 12798 33554432000 4194304 4196468 140720983297376 140107080748176 140107188242133 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38592512 140720983300853 140720983303365 140720983303365 140720983306191 0
[pid=16537/tid=16593] ppid=16534 vsize=10819588 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/16537/task/16593/stat : 16593 (java) S 16534 16537 9865 0 -1 1077944384 1 13305 0 0 0 0 5 3 20 0 15 0 407717612 11079258112 12798 33554432000 4194304 4196468 140720983297376 140107079695120 140107188242133 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38592512 140720983300853 140720983303365 140720983303365 140720983306191 0
[pid=16537/tid=16594] ppid=16534 vsize=10819588 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/16537/task/16594/stat : 16594 (java) S 16534 16537 9865 0 -1 1077944384 2 13305 0 0 0 0 5 3 20 0 15 0 407717612 11079258112 12864 33554432000 4194304 4196468 140720983297376 140107078642576 140107188242133 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38592512 140720983300853 140720983303365 140720983303365 140720983306191 0
[pid=16537/tid=16595] ppid=16534 vsize=10819588 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/16537/task/16595/stat : 16595 (java) S 16534 16537 9865 0 -1 1077944384 2 13305 0 0 0 0 5 3 20 0 15 0 407717613 11079258112 12864 33554432000 4194304 4196468 140720983297376 140106647300336 140107188243074 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38592512 140720983300853 140720983303365 140720983303365 140720983306191 0
[pid=16537/tid=16596] ppid=16534 vsize=10819588 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/16537/task/16596/stat : 16596 (java) S 16534 16537 9865 0 -1 1077944384 33 13305 0 0 0 0 5 3 20 0 15 0 407717614 11079258112 12864 33554432000 4194304 4196468 140720983297376 140106646246560 140107188242133 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38592512 140720983300853 140720983303365 140720983303365 140720983306191 0
[pid=16537/tid=16597] ppid=16534 vsize=10819588 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/16537/task/16597/stat : 16597 (java) S 16534 16537 9865 0 -1 1077944384 1 13305 0 0 0 0 5 3 20 0 15 0 407717614 11079258112 12864 33554432000 4194304 4196468 140720983297376 140106530808560 140107188242133 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38592512 140720983300853 140720983303365 140720983303365 140720983306191 0
[pid=16537/tid=16598] ppid=16534 vsize=10819588 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/16537/task/16598/stat : 16598 (java) S 16534 16537 9865 0 -1 1077944384 2 13305 0 0 0 0 5 3 20 0 15 0 407717616 11079258112 12864 33554432000 4194304 4196468 140720983297376 140105926830032 140107188250523 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38592512 140720983300853 140720983303365 140720983303365 140720983306191 0
[pid=16537/tid=16599] ppid=16534 vsize=10819588 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/16537/task/16599/stat : 16599 (java) S 16534 16537 9865 0 -1 1077944384 551 13305 0 0 2 0 5 3 20 0 15 0 407717616 11079258112 12864 33554432000 4194304 4196468 140720983297376 140106612689648 140107188243074 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38592512 140720983300853 140720983303365 140720983303365 140720983306191 0
[pid=16537/tid=16600] ppid=16534 vsize=10819588 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/16537/task/16600/stat : 16600 (java) S 16534 16537 9865 0 -1 1077944384 62 13305 0 0 1 0 5 3 20 0 15 0 407717616 11079258112 12864 33554432000 4194304 4196468 140720983297376 140106611637104 140107188243074 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38592512 140720983300853 140720983303365 140720983303365 140720983306191 0
[pid=16537/tid=16601] ppid=16534 vsize=10820096 memory=140476458698368 CPUtime=0.13 cores=0,2,4,6
/proc/16537/task/16601/stat : 16601 (java) R 16534 16537 9865 0 -1 4202560 664 13305 0 0 5 0 5 3 20 0 15 0 407717616 11079778304 12864 33554432000 4194304 4196468 140720983297376 140106610584048 140107188253274 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 38592512 140720983300853 140720983303365 140720983303365 140720983306191 0
[pid=16537/tid=16602] ppid=16534 vsize=10820096 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/16537/task/16602/stat : 16602 (java) S 16534 16537 9865 0 -1 1077944384 3 13305 0 0 0 0 5 3 20 0 15 0 407717617 11079778304 12864 33554432000 4194304 4196468 140720983297376 140105457068896 140107188242133 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38592512 140720983300853 140720983303365 140720983303365 140720983306191 0
[pid=16537/tid=16603] ppid=16534 vsize=10820096 memory=140476458698368 CPUtime=0.08 cores=0,2,4,6
/proc/16537/task/16603/stat : 16603 (java) S 16534 16537 9865 0 -1 1077944384 1 13305 0 0 0 0 5 3 20 0 15 0 407717617 11079778304 12864 33554432000 4194304 4196468 140720983297376 140106609531440 140107188243074 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38592512 140720983300853 140720983303365 140720983303365 140720983306191 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 10819456 KiB
Current children cumulated memory: 51192 KiB

[startup+0.70633 s]
/proc/loadavg: 0.89 1.19 1.46 5/228 16603
/proc/meminfo: memFree=21538892/32770624 swapFree=66939824/67108860
[pid=16537] ppid=16534 vsize=10824340 memory=84600 CPUtime=1.15 cores=0,2,4,6
/proc/16537/stat : 16537 (java) S 16534 16537 9865 0 -1 1077944320 14878 13305 0 0 102 5 5 3 20 0 15 0 407717602 11084124160 21150 33554432000 4194304 4196468 140720983297376 140720983279920 140107188231927 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 38592512 140720983300853 140720983303365 140720983303365 140720983306191 0
/proc/16537/statm: 2706085 21150 3499 1 0 2668173 0
[pid=16537/tid=16590] ppid=16534 vsize=10824340 memory=0 CPUtime=0.68 cores=0,2,4,6
/proc/16537/task/16590/stat : 16590 (java) D 16534 16537 9865 0 -1 1077944384 10507 13305 0 0 56 4 5 3 20 0 15 0 407717611 11084124160 21150 33554432000 4194304 4196468 140720983297376 140107160059120 140107188255805 0 4 0 16800975 18446744072101821988 0 0 -1 6 0 0 0 0 0 6293624 6294260 38592512 140720983300853 140720983303365 140720983303365 140720983306191 0
[pid=16537/tid=16591] ppid=16534 vsize=10824340 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/16537/task/16591/stat : 16591 (java) S 16534 16537 9865 0 -1 1077944384 1 13305 0 0 0 0 5 3 20 0 15 0 407717612 11084124160 21150 33554432000 4194304 4196468 140720983297376 140107192474640 140107188242133 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38592512 140720983300853 140720983303365 140720983303365 140720983306191 0
[pid=16537/tid=16592] ppid=16534 vsize=10824340 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/16537/task/16592/stat : 16592 (java) S 16534 16537 9865 0 -1 1077944384 1 13305 0 0 0 0 5 3 20 0 15 0 407717612 11084124160 21150 33554432000 4194304 4196468 140720983297376 140107080748176 140107188242133 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38592512 140720983300853 140720983303365 140720983303365 140720983306191 0
[pid=16537/tid=16593] ppid=16534 vsize=10824340 memory=140476300800208 CPUtime=0.08 cores=0,2,4,6
/proc/16537/task/16593/stat : 16593 (java) S 16534 16537 9865 0 -1 1077944384 1 13305 0 0 0 0 5 3 20 0 15 0 407717612 11084124160 21150 33554432000 4194304 4196468 140720983297376 140107079695120 140107188242133 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38592512 140720983300853 140720983303365 140720983303365 140720983306191 0
[pid=16537/tid=16594] ppid=16534 vsize=10824340 memory=140479790318187 CPUtime=0.08 cores=0,2,4,6
/proc/16537/task/16594/stat : 16594 (java) S 16534 16537 9865 0 -1 1077944384 2 13305 0 0 0 0 5 3 20 0 15 0 407717612 11084124160 21150 33554432000 4194304 4196468 140720983297376 140107078642576 140107188242133 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38592512 140720983300853 140720983303365 140720983303365 140720983306191 0
[pid=16537/tid=16595] ppid=16534 vsize=10824340 memory=1064 CPUtime=0.08 cores=0,2,4,6
/proc/16537/task/16595/stat : 16595 (java) S 16534 16537 9865 0 -1 1077944384 5 13305 0 0 0 0 5 3 20 0 15 0 407717613 11084124160 21150 33554432000 4194304 4196468 140720983297376 140106647300336 140107188243074 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38592512 140720983300853 140720983303365 140720983303365 140720983306191 0
[pid=16537/tid=16596] ppid=16534 vsize=10824340 memory=7014751519650698577 CPUtime=0.08 cores=0,2,4,6
/proc/16537/task/16596/stat : 16596 (java) S 16534 16537 9865 0 -1 1077944384 33 13305 0 0 0 0 5 3 20 0 15 0 407717614 11084124160 21150 33554432000 4194304 4196468 140720983297376 140106646246560 140107188242133 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38592512 140720983300853 140720983303365 140720983303365 140720983306191 0
[pid=16537/tid=16597] ppid=16534 vsize=10824340 memory=7957693778325230186 CPUtime=0.08 cores=0,2,4,6
/proc/16537/task/16597/stat : 16597 (java) S 16534 16537 9865 0 -1 1077944384 1 13305 0 0 0 0 5 3 20 0 15 0 407717614 11084124160 21150 33554432000 4194304 4196468 140720983297376 140106530808560 140107188242133 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38592512 140720983300853 140720983303365 140720983303365 140720983306191 0
[pid=16537/tid=16598] ppid=16534 vsize=10824340 memory=14056 CPUtime=0.08 cores=0,2,4,6
/proc/16537/task/16598/stat : 16598 (java) S 16534 16537 9865 0 -1 1077944384 2 13305 0 0 0 0 5 3 20 0 15 0 407717616 11084124160 21150 33554432000 4194304 4196468 140720983297376 140105926830032 140107188250523 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38592512 140720983300853 140720983303365 140720983303365 140720983306191 0
[pid=16537/tid=16599] ppid=16534 vsize=10824340 memory=2116 CPUtime=0.24 cores=0,2,4,6
/proc/16537/task/16599/stat : 16599 (java) S 16534 16537 9865 0 -1 1077944384 904 13305 0 0 16 0 5 3 20 0 15 0 407717616 11084124160 21150 33554432000 4194304 4196468 140720983297376 140106612689648 140107188243074 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38592512 140720983300853 140720983303365 140720983303365 140720983306191 0
[pid=16537/tid=16600] ppid=16534 vsize=10824340 memory=520 CPUtime=0.19 cores=0,2,4,6
/proc/16537/task/16600/stat : 16600 (java) S 16534 16537 9865 0 -1 1077944384 331 13305 0 0 11 0 5 3 20 0 15 0 407717616 11084124160 21150 33554432000 4194304 4196468 140720983297376 140106611637104 140107188243074 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38592512 140720983300853 140720983303365 140720983303365 140720983306191 0
[pid=16537/tid=16601] ppid=16534 vsize=10824340 memory=1560 CPUtime=0.25 cores=0,2,4,6
/proc/16537/task/16601/stat : 16601 (java) S 16534 16537 9865 0 -1 1077944384 878 13305 0 0 17 0 5 3 20 0 15 0 407717616 11084124160 21150 33554432000 4194304 4196468 140720983297376 140106610584048 140107188243074 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38592512 140720983300853 140720983303365 140720983303365 140720983306191 0
[pid=16537/tid=16602] ppid=16534 vsize=10824340 memory=924 CPUtime=0.08 cores=0,2,4,6
/proc/16537/task/16602/stat : 16602 (java) S 16534 16537 9865 0 -1 1077944384 3 13305 0 0 0 0 5 3 20 0 15 0 407717617 11084124160 21150 33554432000 4194304 4196468 140720983297376 140105457068896 140107188242133 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38592512 140720983300853 140720983303365 140720983303365 140720983306191 0
[pid=16537/tid=16603] ppid=16534 vsize=10824340 memory=3688 CPUtime=0.08 cores=0,2,4,6
/proc/16537/task/16603/stat : 16603 (java) S 16534 16537 9865 0 -1 1077944384 1 13305 0 0 0 0 5 3 20 0 15 0 407717617 11084124160 21150 33554432000 4194304 4196468 140720983297376 140106609531440 140107188243074 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38592512 140720983300853 140720983303365 140720983303365 140720983306191 0
Current children cumulated CPU time: 1.15 s
Current children cumulated vsize: 10824340 KiB
Current children cumulated memory: 84600 KiB

[startup+1.50079 s]
/proc/loadavg: 0.89 1.19 1.46 3/228 16603
/proc/meminfo: memFree=21496072/32770624 swapFree=66939824/67108860
[pid=16537] ppid=16534 vsize=10834656 memory=170408 CPUtime=2.43 cores=0,2,4,6
/proc/16537/stat : 16537 (java) S 16534 16537 9865 0 -1 1077944320 21813 13305 0 0 225 10 5 3 20 0 15 0 407717602 11094687744 42602 33554432000 4194304 4196468 140720983297376 140720983279920 140107188231927 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 38592512 140720983300853 140720983303365 140720983303365 140720983306191 0
/proc/16537/statm: 2708664 42602 3578 1 0 2670733 0
[pid=16537/tid=16590] ppid=16534 vsize=10834656 memory=166812 CPUtime=1.43 cores=0,2,4,6
/proc/16537/task/16590/stat : 16590 (java) R 16534 16537 9865 0 -1 4202560 15315 13305 0 0 129 6 5 3 20 0 15 0 407717611 11094687744 42602 33554432000 4194304 4196468 140720983297376 140107160026592 140107188243862 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 38592512 140720983300853 140720983303365 140720983303365 140720983306191 0
[pid=16537/tid=16591] ppid=16534 vsize=10834656 memory=6944656592455359580 CPUtime=0.09 cores=0,2,4,6
/proc/16537/task/16591/stat : 16591 (java) S 16534 16537 9865 0 -1 1077944384 69 13305 0 0 1 0 5 3 20 0 15 0 407717612 11094687744 42602 33554432000 4194304 4196468 140720983297376 140107192474640 140107188242133 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38592512 140720983300853 140720983303365 140720983303365 140720983306191 0
[pid=16537/tid=16592] ppid=16534 vsize=10834656 memory=7976406965554101975 CPUtime=0.08 cores=0,2,4,6
/proc/16537/task/16592/stat : 16592 (java) S 16534 16537 9865 0 -1 1077944384 28 13305 0 0 0 0 5 3 20 0 15 0 407717612 11094687744 42602 33554432000 4194304 4196468 140720983297376 140107080748176 140107188242133 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38592512 140720983300853 140720983303365 140720983303365 140720983306191 0
[pid=16537/tid=16593] ppid=16534 vsize=10834656 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/16537/task/16593/stat : 16593 (java) S 16534 16537 9865 0 -1 1077944384 384 13305 0 0 1 0 5 3 20 0 15 0 407717612 11094687744 42602 33554432000 4194304 4196468 140720983297376 140107079695120 140107188242133 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38592512 140720983300853 140720983303365 140720983303365 140720983306191 0
[pid=16537/tid=16594] ppid=16534 vsize=10834656 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/16537/task/16594/stat : 16594 (java) S 16534 16537 9865 0 -1 1077944384 78 13305 0 0 1 0 5 3 20 0 15 0 407717612 11094687744 42602 33554432000 4194304 4196468 140720983297376 140107078642576 140107188242133 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38592512 140720983300853 140720983303365 140720983303365 140720983306191 0
[pid=16537/tid=16595] ppid=16534 vsize=10834656 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/16537/task/16595/stat : 16595 (java) S 16534 16537 9865 0 -1 1077944384 585 13305 0 0 1 0 5 3 20 0 15 0 407717613 11094687744 42602 33554432000 4194304 4196468 140720983297376 140106647300336 140107188243074 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38592512 140720983300853 140720983303365 140720983303365 140720983306191 0
[pid=16537/tid=16596] ppid=16534 vsize=10834656 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/16537/task/16596/stat : 16596 (java) S 16534 16537 9865 0 -1 1077944384 34 13305 0 0 0 0 5 3 20 0 15 0 407717614 11094687744 42602 33554432000 4194304 4196468 140720983297376 140106646246624 140107188242133 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38592512 140720983300853 140720983303365 140720983303365 140720983306191 0
[pid=16537/tid=16597] ppid=16534 vsize=10834656 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/16537/task/16597/stat : 16597 (java) S 16534 16537 9865 0 -1 1077944384 1 13305 0 0 0 0 5 3 20 0 15 0 407717614 11094687744 42602 33554432000 4194304 4196468 140720983297376 140106530808576 140107188242133 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38592512 140720983300853 140720983303365 140720983303365 140720983306191 0
[pid=16537/tid=16598] ppid=16534 vsize=10834656 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/16537/task/16598/stat : 16598 (java) S 16534 16537 9865 0 -1 1077944384 2 13305 0 0 0 0 5 3 20 0 15 0 407717616 11094687744 42602 33554432000 4194304 4196468 140720983297376 140105926830032 140107188250523 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38592512 140720983300853 140720983303365 140720983303365 140720983306191 0
[pid=16537/tid=16599] ppid=16534 vsize=10834656 memory=0 CPUtime=0.33 cores=0,2,4,6
/proc/16537/task/16599/stat : 16599 (java) R 16534 16537 9865 0 -1 4202560 982 13305 0 0 25 0 5 3 20 0 15 0 407717616 11094687744 42602 33554432000 4194304 4196468 140720983297376 140106612689648 140107181216969 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 38592512 140720983300853 140720983303365 140720983303365 140720983306191 0
[pid=16537/tid=16600] ppid=16534 vsize=10834656 memory=4580 CPUtime=0.31 cores=0,2,4,6
/proc/16537/task/16600/stat : 16600 (java) R 16534 16537 9865 0 -1 1077944384 486 13305 0 0 23 0 5 3 20 0 15 0 407717616 11094687744 42602 33554432000 4194304 4196468 140720983297376 140106611637104 140107188243074 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 38592512 140720983300853 140720983303365 140720983303365 140720983306191 0
[pid=16537/tid=16601] ppid=16534 vsize=10834656 memory=7014758206998799973 CPUtime=0.48 cores=0,2,4,6
/proc/16537/task/16601/stat : 16601 (java) R 16534 16537 9865 0 -1 4202560 1638 13305 0 0 40 0 5 3 20 0 15 0 407717616 11094687744 42602 33554432000 4194304 4196468 140720983297376 140106610584048 140107166705136 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 38592512 140720983300853 140720983303365 140720983303365 140720983306191 0
[pid=16537/tid=16602] ppid=16534 vsize=10834656 memory=7597132098393106257 CPUtime=0.08 cores=0,2,4,6
/proc/16537/task/16602/stat : 16602 (java) S 16534 16537 9865 0 -1 1077944384 3 13305 0 0 0 0 5 3 20 0 15 0 407717617 11094687744 42602 33554432000 4194304 4196468 140720983297376 140105457068896 140107188242133 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38592512 140720983300853 140720983303365 140720983303365 140720983306191 0
[pid=16537/tid=16603] ppid=16534 vsize=10834656 memory=7446537505558455912 CPUtime=0.08 cores=0,2,4,6
/proc/16537/task/16603/stat : 16603 (java) S 16534 16537 9865 0 -1 1077944384 1 13305 0 0 0 0 5 3 20 0 15 0 407717617 11094687744 42602 33554432000 4194304 4196468 140720983297376 140106609531440 140107188243074 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38592512 140720983300853 140720983303365 140720983303365 140720983306191 0
Current children cumulated CPU time: 2.43 s
Current children cumulated vsize: 10834656 KiB

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

[pid=16537/tid=16602] ppid=16534 vsize=10846964 memory=776 CPUtime=0.08 cores=0,2,4,6
/proc/16537/task/16602/stat : 16602 (java) S 16534 16537 9865 0 -1 1077944384 3 13305 0 0 0 0 5 3 20 0 15 0 407717617 11107291136 163010 33554432000 4194304 4196468 140720983297376 140105457068896 140107188242133 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38592512 140720983300853 140720983303365 140720983303365 140720983306191 0
[pid=16537/tid=16603] ppid=16534 vsize=10846964 memory=2832 CPUtime=0.37 cores=0,2,4,6
/proc/16537/task/16603/stat : 16603 (java) S 16534 16537 9865 0 -1 1077944384 332 13305 0 0 15 14 5 3 20 0 15 0 407717617 11107291136 163010 33554432000 4194304 4196468 140720983297376 140106609531440 140107188243074 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38592512 140720983300853 140720983303365 140720983303365 140720983306191 0
Current children cumulated CPU time: 547.4 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 652040 KiB

[startup+534.401 s]
/proc/loadavg: 1.51 1.40 1.47 3/228 17191
/proc/meminfo: memFree=20965880/32770624 swapFree=66939824/67108860
[pid=16537] ppid=16534 vsize=10846964 memory=652040 CPUtime=550.64 cores=0,2,4,6
/proc/16537/stat : 16537 (java) S 16534 16537 9865 0 -1 1077944320 123594 13305 0 0 54954 102 5 3 20 0 15 0 407717602 11107291136 163010 33554432000 4194304 4196468 140720983297376 140720983279920 140107188231927 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 38592512 140720983300853 140720983303365 140720983303365 140720983306191 0
/proc/16537/statm: 2711741 163010 3626 1 0 2673805 0
[pid=16537/tid=16590] ppid=16534 vsize=10846964 memory=3164 CPUtime=529.37 cores=0,2,4,6
/proc/16537/task/16590/stat : 16590 (java) R 16534 16537 9865 0 -1 4202560 35765 13305 0 0 52905 24 5 3 20 0 15 0 407717611 11107291136 163010 33554432000 4194304 4196468 140720983297376 140107160066704 140106761187838 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 38592512 140720983300853 140720983303365 140720983303365 140720983306191 0
[pid=16537/tid=16591] ppid=16534 vsize=10846964 memory=652040 CPUtime=2.22 cores=0,2,4,6
/proc/16537/task/16591/stat : 16591 (java) S 16534 16537 9865 0 -1 1077944384 3223 13305 0 0 202 12 5 3 20 0 15 0 407717612 11107291136 163010 33554432000 4194304 4196468 140720983297376 140107192474640 140107188242133 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38592512 140720983300853 140720983303365 140720983303365 140720983306191 0
[pid=16537/tid=16592] ppid=16534 vsize=10846964 memory=6791534058613427641 CPUtime=2.22 cores=0,2,4,6
/proc/16537/task/16592/stat : 16592 (java) S 16534 16537 9865 0 -1 1077944384 6772 13305 0 0 200 14 5 3 20 0 15 0 407717612 11107291136 163010 33554432000 4194304 4196468 140720983297376 140107080748176 140107188242133 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38592512 140720983300853 140720983303365 140720983303365 140720983306191 0
[pid=16537/tid=16593] ppid=16534 vsize=10846964 memory=776 CPUtime=2.23 cores=0,2,4,6
/proc/16537/task/16593/stat : 16593 (java) S 16534 16537 9865 0 -1 1077944384 3198 13305 0 0 201 14 5 3 20 0 15 0 407717612 11107291136 163010 33554432000 4194304 4196468 140720983297376 140107079695120 140107188242133 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38592512 140720983300853 140720983303365 140720983303365 140720983306191 0
[pid=16537/tid=16594] ppid=16534 vsize=10846964 memory=2832 CPUtime=2.21 cores=0,2,4,6
/proc/16537/task/16594/stat : 16594 (java) S 16534 16537 9865 0 -1 1077944384 4592 13305 0 0 203 10 5 3 20 0 15 0 407717612 11107291136 163010 33554432000 4194304 4196468 140720983297376 140107078642576 140107188242133 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38592512 140720983300853 140720983303365 140720983303365 140720983306191 0
[pid=16537/tid=16595] ppid=16534 vsize=10846964 memory=668 CPUtime=2.16 cores=0,2,4,6
/proc/16537/task/16595/stat : 16595 (java) S 16534 16537 9865 0 -1 1077944384 6526 13305 0 0 196 12 5 3 20 0 15 0 407717613 11107291136 163010 33554432000 4194304 4196468 140720983297376 140106647300336 140107188243074 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38592512 140720983300853 140720983303365 140720983303365 140720983306191 0
[pid=16537/tid=16596] ppid=16534 vsize=10846964 memory=7980 CPUtime=0.08 cores=0,2,4,6
/proc/16537/task/16596/stat : 16596 (java) S 16534 16537 9865 0 -1 1077944384 39 13305 0 0 0 0 5 3 20 0 15 0 407717614 11107291136 163010 33554432000 4194304 4196468 140720983297376 140106646246688 140107188242133 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38592512 140720983300853 140720983303365 140720983303365 140720983306191 0
[pid=16537/tid=16597] ppid=16534 vsize=10846964 memory=9580 CPUtime=0.08 cores=0,2,4,6
/proc/16537/task/16597/stat : 16597 (java) S 16534 16537 9865 0 -1 1077944384 1 13305 0 0 0 0 5 3 20 0 15 0 407717614 11107291136 163010 33554432000 4194304 4196468 140720983297376 140106530808576 140107188242133 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38592512 140720983300853 140720983303365 140720983303365 140720983306191 0
[pid=16537/tid=16598] ppid=16534 vsize=10846964 memory=1052 CPUtime=0.08 cores=0,2,4,6
/proc/16537/task/16598/stat : 16598 (java) S 16534 16537 9865 0 -1 1077944384 2 13305 0 0 0 0 5 3 20 0 15 0 407717616 11107291136 163010 33554432000 4194304 4196468 140720983297376 140105926830032 140107188250523 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38592512 140720983300853 140720983303365 140720983303365 140720983306191 0
[pid=16537/tid=16599] ppid=16534 vsize=10846964 memory=776 CPUtime=3.7 cores=0,2,4,6
/proc/16537/task/16599/stat : 16599 (java) S 16534 16537 9865 0 -1 1077944384 20467 13305 0 0 358 4 5 3 20 0 15 0 407717616 11107291136 163010 33554432000 4194304 4196468 140720983297376 140106612689648 140107188243074 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38592512 140720983300853 140720983303365 140720983303365 140720983306191 0
[pid=16537/tid=16600] ppid=16534 vsize=10846964 memory=2832 CPUtime=3.59 cores=0,2,4,6
/proc/16537/task/16600/stat : 16600 (java) S 16534 16537 9865 0 -1 1077944384 19997 13305 0 0 345 6 5 3 20 0 15 0 407717616 11107291136 163010 33554432000 4194304 4196468 140720983297376 140106611637104 140107188243074 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38592512 140720983300853 140720983303365 140720983303365 140720983306191 0
[pid=16537/tid=16601] ppid=16534 vsize=10846964 memory=668 CPUtime=3.17 cores=0,2,4,6
/proc/16537/task/16601/stat : 16601 (java) S 16534 16537 9865 0 -1 1077944384 20469 13305 0 0 304 5 5 3 20 0 15 0 407717616 11107291136 163010 33554432000 4194304 4196468 140720983297376 140106610584048 140107188243074 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38592512 140720983300853 140720983303365 140720983303365 140720983306191 0
[pid=16537/tid=16602] ppid=16534 vsize=10846964 memory=1232 CPUtime=0.08 cores=0,2,4,6
/proc/16537/task/16602/stat : 16602 (java) S 16534 16537 9865 0 -1 1077944384 3 13305 0 0 0 0 5 3 20 0 15 0 407717617 11107291136 163010 33554432000 4194304 4196468 140720983297376 140105457068896 140107188242133 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38592512 140720983300853 140720983303365 140720983303365 140720983306191 0
[pid=16537/tid=16603] ppid=16534 vsize=10846964 memory=1064 CPUtime=0.38 cores=0,2,4,6
/proc/16537/task/16603/stat : 16603 (java) S 16534 16537 9865 0 -1 1077944384 332 13305 0 0 16 14 5 3 20 0 15 0 407717617 11107291136 163010 33554432000 4194304 4196468 140720983297376 140106609531440 140107188243074 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38592512 140720983300853 140720983303365 140720983303365 140720983306191 0
Current children cumulated CPU time: 550.64 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 652040 KiB

[startup+536.001 s]*
/proc/loadavg: 1.47 1.39 1.47 3/228 17191
/proc/meminfo: memFree=20966128/32770624 swapFree=66939824/67108860
[pid=16537] ppid=16534 vsize=10846964 memory=652088 CPUtime=552.27 cores=0,2,4,6
/proc/16537/stat : 16537 (java) S 16534 16537 9865 0 -1 1077944320 124964 13305 0 0 55116 103 5 3 20 0 15 0 407717602 11107291136 163022 33554432000 4194304 4196468 140720983297376 140720983279920 140107188231927 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 38592512 140720983300853 140720983303365 140720983303365 140720983306191 0
/proc/16537/statm: 2711741 163022 3626 1 0 2673805 0
[pid=16537/tid=16590] ppid=16534 vsize=10846964 memory=8317482817917895235 CPUtime=530.96 cores=0,2,4,6
/proc/16537/task/16590/stat : 16590 (java) R 16534 16537 9865 0 -1 4202560 36196 13305 0 0 53064 24 5 3 20 0 15 0 407717611 11107291136 163022 33554432000 4194304 4196468 140720983297376 140107160067840 140106760997469 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 38592512 140720983300853 140720983303365 140720983303365 140720983306191 0
[pid=16537/tid=16591] ppid=16534 vsize=10846964 memory=4872558044660077418 CPUtime=2.23 cores=0,2,4,6
/proc/16537/task/16591/stat : 16591 (java) S 16534 16537 9865 0 -1 1077944384 3254 13305 0 0 203 12 5 3 20 0 15 0 407717612 11107291136 163022 33554432000 4194304 4196468 140720983297376 140107192474640 140107188242133 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38592512 140720983300853 140720983303365 140720983303365 140720983306191 0
[pid=16537/tid=16592] ppid=16534 vsize=10846964 memory=3164 CPUtime=2.23 cores=0,2,4,6
/proc/16537/task/16592/stat : 16592 (java) S 16534 16537 9865 0 -1 1077944384 6777 13305 0 0 201 14 5 3 20 0 15 0 407717612 11107291136 163022 33554432000 4194304 4196468 140720983297376 140107080748176 140107188242133 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38592512 140720983300853 140720983303365 140720983303365 140720983306191 0
[pid=16537/tid=16593] ppid=16534 vsize=10846964 memory=758704 CPUtime=2.23 cores=0,2,4,6
/proc/16537/task/16593/stat : 16593 (java) S 16534 16537 9865 0 -1 1077944384 3280 13305 0 0 201 14 5 3 20 0 15 0 407717612 11107291136 163022 33554432000 4194304 4196468 140720983297376 140107079695120 140107188242133 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38592512 140720983300853 140720983303365 140720983303365 140720983306191 0
[pid=16537/tid=16594] ppid=16534 vsize=10846964 memory=4104 CPUtime=2.22 cores=0,2,4,6
/proc/16537/task/16594/stat : 16594 (java) S 16534 16537 9865 0 -1 1077944384 5112 13305 0 0 204 10 5 3 20 0 15 0 407717612 11107291136 163022 33554432000 4194304 4196468 140720983297376 140107078642576 140107188242133 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38592512 140720983300853 140720983303365 140720983303365 140720983306191 0
[pid=16537/tid=16595] ppid=16534 vsize=10846964 memory=1620 CPUtime=2.17 cores=0,2,4,6
/proc/16537/task/16595/stat : 16595 (java) S 16534 16537 9865 0 -1 1077944384 6808 13305 0 0 197 12 5 3 20 0 15 0 407717613 11107291136 163022 33554432000 4194304 4196468 140720983297376 140106647300336 140107188243074 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38592512 140720983300853 140720983303365 140720983303365 140720983306191 0
[pid=16537/tid=16596] ppid=16534 vsize=10846964 memory=652088 CPUtime=0.08 cores=0,2,4,6
/proc/16537/task/16596/stat : 16596 (java) S 16534 16537 9865 0 -1 1077944384 39 13305 0 0 0 0 5 3 20 0 15 0 407717614 11107291136 163022 33554432000 4194304 4196468 140720983297376 140106646246688 140107188242133 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38592512 140720983300853 140720983303365 140720983303365 140720983306191 0
[pid=16537/tid=16597] ppid=16534 vsize=10846964 memory=1804 CPUtime=0.08 cores=0,2,4,6
/proc/16537/task/16597/stat : 16597 (java) S 16534 16537 9865 0 -1 1077944384 1 13305 0 0 0 0 5 3 20 0 15 0 407717614 11107291136 163022 33554432000 4194304 4196468 140720983297376 140106530808576 140107188242133 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38592512 140720983300853 140720983303365 140720983303365 140720983306191 0
[pid=16537/tid=16598] ppid=16534 vsize=10846964 memory=920 CPUtime=0.08 cores=0,2,4,6
/proc/16537/task/16598/stat : 16598 (java) S 16534 16537 9865 0 -1 1077944384 2 13305 0 0 0 0 5 3 20 0 15 0 407717616 11107291136 163022 33554432000 4194304 4196468 140720983297376 140105926830032 140107188250523 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38592512 140720983300853 140720983303365 140720983303365 140720983306191 0
[pid=16537/tid=16599] ppid=16534 vsize=10846964 memory=3848 CPUtime=3.7 cores=0,2,4,6
/proc/16537/task/16599/stat : 16599 (java) S 16534 16537 9865 0 -1 1077944384 20467 13305 0 0 358 4 5 3 20 0 15 0 407717616 11107291136 163022 33554432000 4194304 4196468 140720983297376 140106612689648 140107188243074 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38592512 140720983300853 140720983303365 140720983303365 140720983306191 0
[pid=16537/tid=16600] ppid=16534 vsize=10846964 memory=2604 CPUtime=3.59 cores=0,2,4,6
/proc/16537/task/16600/stat : 16600 (java) S 16534 16537 9865 0 -1 1077944384 19997 13305 0 0 345 6 5 3 20 0 15 0 407717616 11107291136 163022 33554432000 4194304 4196468 140720983297376 140106611637104 140107188243074 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38592512 140720983300853 140720983303365 140720983303365 140720983306191 0
[pid=16537/tid=16601] ppid=16534 vsize=10846964 memory=2956 CPUtime=3.17 cores=0,2,4,6
/proc/16537/task/16601/stat : 16601 (java) S 16534 16537 9865 0 -1 1077944384 20469 13305 0 0 304 5 5 3 20 0 15 0 407717616 11107291136 163022 33554432000 4194304 4196468 140720983297376 140106610584048 140107188243074 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38592512 140720983300853 140720983303365 140720983303365 140720983306191 0
[pid=16537/tid=16602] ppid=16534 vsize=10846964 memory=1408 CPUtime=0.08 cores=0,2,4,6
/proc/16537/task/16602/stat : 16602 (java) S 16534 16537 9865 0 -1 1077944384 3 13305 0 0 0 0 5 3 20 0 15 0 407717617 11107291136 163022 33554432000 4194304 4196468 140720983297376 140105457068896 140107188242133 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38592512 140720983300853 140720983303365 140720983303365 140720983306191 0
[pid=16537/tid=16603] ppid=16534 vsize=10846964 memory=3184 CPUtime=0.38 cores=0,2,4,6
/proc/16537/task/16603/stat : 16603 (java) S 16534 16537 9865 0 -1 1077944384 351 13305 0 0 16 14 5 3 20 0 15 0 407717617 11107291136 163022 33554432000 4194304 4196468 140720983297376 140106609531440 140107188243074 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38592512 140720983300853 140720983303365 140720983303365 140720983306191 0
Current children cumulated CPU time: 552.27 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 652088 KiB

[startup+536.401 s]
/proc/loadavg: 1.47 1.39 1.47 3/228 17191
/proc/meminfo: memFree=20966128/32770624 swapFree=66939824/67108860
[pid=16537] ppid=16534 vsize=10846964 memory=652088 CPUtime=552.66 cores=0,2,4,6
/proc/16537/stat : 16537 (java) S 16534 16537 9865 0 -1 1077944320 124966 13305 0 0 55155 103 5 3 20 0 15 0 407717602 11107291136 163022 33554432000 4194304 4196468 140720983297376 140720983279920 140107188231927 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 38592512 140720983300853 140720983303365 140720983303365 140720983306191 0
/proc/16537/statm: 2711741 163022 3626 1 0 2673805 0
[pid=16537/tid=16590] ppid=16534 vsize=10846964 memory=668 CPUtime=531.35 cores=0,2,4,6
/proc/16537/task/16590/stat : 16590 (java) R 16534 16537 9865 0 -1 4202560 36198 13305 0 0 53103 24 5 3 20 0 15 0 407717611 11107291136 163022 33554432000 4194304 4196468 140720983297376 140107160067952 140106760996459 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 38592512 140720983300853 140720983303365 140720983303365 140720983306191 0
[pid=16537/tid=16591] ppid=16534 vsize=10846964 memory=1232 CPUtime=2.23 cores=0,2,4,6
/proc/16537/task/16591/stat : 16591 (java) S 16534 16537 9865 0 -1 1077944384 3254 13305 0 0 203 12 5 3 20 0 15 0 407717612 11107291136 163022 33554432000 4194304 4196468 140720983297376 140107192474640 140107188242133 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38592512 140720983300853 140720983303365 140720983303365 140720983306191 0
[pid=16537/tid=16592] ppid=16534 vsize=10846964 memory=1064 CPUtime=2.23 cores=0,2,4,6
/proc/16537/task/16592/stat : 16592 (java) S 16534 16537 9865 0 -1 1077944384 6777 13305 0 0 201 14 5 3 20 0 15 0 407717612 11107291136 163022 33554432000 4194304 4196468 140720983297376 140107080748176 140107188242133 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38592512 140720983300853 140720983303365 140720983303365 140720983306191 0
[pid=16537/tid=16593] ppid=16534 vsize=10846964 memory=14008 CPUtime=2.23 cores=0,2,4,6
/proc/16537/task/16593/stat : 16593 (java) S 16534 16537 9865 0 -1 1077944384 3280 13305 0 0 201 14 5 3 20 0 15 0 407717612 11107291136 163022 33554432000 4194304 4196468 140720983297376 140107079695120 140107188242133 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38592512 140720983300853 140720983303365 140720983303365 140720983306191 0
[pid=16537/tid=16594] ppid=16534 vsize=10846964 memory=20968 CPUtime=2.22 cores=0,2,4,6
/proc/16537/task/16594/stat : 16594 (java) S 16534 16537 9865 0 -1 1077944384 5112 13305 0 0 204 10 5 3 20 0 15 0 407717612 11107291136 163022 33554432000 4194304 4196468 140720983297376 140107078642576 140107188242133 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38592512 140720983300853 140720983303365 140720983303365 140720983306191 0
[pid=16537/tid=16595] ppid=16534 vsize=10846964 memory=14056 CPUtime=2.17 cores=0,2,4,6
/proc/16537/task/16595/stat : 16595 (java) S 16534 16537 9865 0 -1 1077944384 6808 13305 0 0 197 12 5 3 20 0 15 0 407717613 11107291136 163022 33554432000 4194304 4196468 140720983297376 140106647300336 140107188243074 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38592512 140720983300853 140720983303365 140720983303365 140720983306191 0
[pid=16537/tid=16596] ppid=16534 vsize=10846964 memory=652040 CPUtime=0.08 cores=0,2,4,6
/proc/16537/task/16596/stat : 16596 (java) S 16534 16537 9865 0 -1 1077944384 39 13305 0 0 0 0 5 3 20 0 15 0 407717614 11107291136 163022 33554432000 4194304 4196468 140720983297376 140106646246688 140107188242133 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38592512 140720983300853 140720983303365 140720983303365 140720983306191 0
[pid=16537/tid=16597] ppid=16534 vsize=10846964 memory=3504 CPUtime=0.08 cores=0,2,4,6
/proc/16537/task/16597/stat : 16597 (java) S 16534 16537 9865 0 -1 1077944384 1 13305 0 0 0 0 5 3 20 0 15 0 407717614 11107291136 163022 33554432000 4194304 4196468 140720983297376 140106530808576 140107188242133 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38592512 140720983300853 140720983303365 140720983303365 140720983306191 0
[pid=16537/tid=16598] ppid=16534 vsize=10846964 memory=2116 CPUtime=0.08 cores=0,2,4,6
/proc/16537/task/16598/stat : 16598 (java) S 16534 16537 9865 0 -1 1077944384 2 13305 0 0 0 0 5 3 20 0 15 0 407717616 11107291136 163022 33554432000 4194304 4196468 140720983297376 140105926830032 140107188250523 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38592512 140720983300853 140720983303365 140720983303365 140720983306191 0
[pid=16537/tid=16599] ppid=16534 vsize=10846964 memory=520 CPUtime=3.7 cores=0,2,4,6
/proc/16537/task/16599/stat : 16599 (java) S 16534 16537 9865 0 -1 1077944384 20467 13305 0 0 358 4 5 3 20 0 15 0 407717616 11107291136 163022 33554432000 4194304 4196468 140720983297376 140106612689648 140107188243074 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38592512 140720983300853 140720983303365 140720983303365 140720983306191 0
[pid=16537/tid=16600] ppid=16534 vsize=10846964 memory=1560 CPUtime=3.59 cores=0,2,4,6
/proc/16537/task/16600/stat : 16600 (java) S 16534 16537 9865 0 -1 1077944384 19997 13305 0 0 345 6 5 3 20 0 15 0 407717616 11107291136 163022 33554432000 4194304 4196468 140720983297376 140106611637104 140107188243074 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38592512 140720983300853 140720983303365 140720983303365 140720983306191 0
[pid=16537/tid=16601] ppid=16534 vsize=10846964 memory=924 CPUtime=3.17 cores=0,2,4,6
/proc/16537/task/16601/stat : 16601 (java) S 16534 16537 9865 0 -1 1077944384 20469 13305 0 0 304 5 5 3 20 0 15 0 407717616 11107291136 163022 33554432000 4194304 4196468 140720983297376 140106610584048 140107188243074 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38592512 140720983300853 140720983303365 140720983303365 140720983306191 0
[pid=16537/tid=16602] ppid=16534 vsize=10846964 memory=3688 CPUtime=0.08 cores=0,2,4,6
/proc/16537/task/16602/stat : 16602 (java) S 16534 16537 9865 0 -1 1077944384 3 13305 0 0 0 0 5 3 20 0 15 0 407717617 11107291136 163022 33554432000 4194304 4196468 140720983297376 140105457068896 140107188242133 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38592512 140720983300853 140720983303365 140720983303365 140720983306191 0
[pid=16537/tid=16603] ppid=16534 vsize=10846964 memory=1984 CPUtime=0.38 cores=0,2,4,6
/proc/16537/task/16603/stat : 16603 (java) S 16534 16537 9865 0 -1 1077944384 351 13305 0 0 16 14 5 3 20 0 15 0 407717617 11107291136 163022 33554432000 4194304 4196468 140720983297376 140106609531440 140107188243074 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38592512 140720983300853 140720983303365 140720983303365 140720983306191 0
Current children cumulated CPU time: 552.66 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 652088 KiB

[startup+536.601 s]
/proc/loadavg: 1.47 1.39 1.47 3/228 17191
/proc/meminfo: memFree=20966128/32770624 swapFree=66939824/67108860
[pid=16537] ppid=16534 vsize=10846964 memory=652088 CPUtime=552.87 cores=0,2,4,6
/proc/16537/stat : 16537 (java) S 16534 16537 9865 0 -1 1077944320 124968 13305 0 0 55176 103 5 3 20 0 15 0 407717602 11107291136 163022 33554432000 4194304 4196468 140720983297376 140720983279920 140107188231927 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 38592512 140720983300853 140720983303365 140720983303365 140720983306191 0
/proc/16537/statm: 2711741 163022 3626 1 0 2673805 0
[pid=16537/tid=16590] ppid=16534 vsize=10846964 memory=3164 CPUtime=531.54 cores=0,2,4,6
/proc/16537/task/16590/stat : 16590 (java) R 16534 16537 9865 0 -1 4202560 36200 13305 0 0 53122 24 5 3 20 0 15 0 407717611 11107291136 163022 33554432000 4194304 4196468 140720983297376 140107160066944 140106761592475 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 38592512 140720983300853 140720983303365 140720983303365 140720983306191 0
[pid=16537/tid=16591] ppid=16534 vsize=10846964 memory=758704 CPUtime=2.23 cores=0,2,4,6
/proc/16537/task/16591/stat : 16591 (java) S 16534 16537 9865 0 -1 1077944384 3254 13305 0 0 203 12 5 3 20 0 15 0 407717612 11107291136 163022 33554432000 4194304 4196468 140720983297376 140107192474640 140107188242133 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38592512 140720983300853 140720983303365 140720983303365 140720983306191 0
[pid=16537/tid=16592] ppid=16534 vsize=10846964 memory=4104 CPUtime=2.23 cores=0,2,4,6
/proc/16537/task/16592/stat : 16592 (java) S 16534 16537 9865 0 -1 1077944384 6777 13305 0 0 201 14 5 3 20 0 15 0 407717612 11107291136 163022 33554432000 4194304 4196468 140720983297376 140107080748176 140107188242133 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38592512 140720983300853 140720983303365 140720983303365 140720983306191 0
[pid=16537/tid=16593] ppid=16534 vsize=10846964 memory=1620 CPUtime=2.23 cores=0,2,4,6
/proc/16537/task/16593/stat : 16593 (java) S 16534 16537 9865 0 -1 1077944384 3280 13305 0 0 201 14 5 3 20 0 15 0 407717612 11107291136 163022 33554432000 4194304 4196468 140720983297376 140107079695120 140107188242133 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38592512 140720983300853 140720983303365 140720983303365 140720983306191 0
[pid=16537/tid=16594] ppid=16534 vsize=10846964 memory=37948 CPUtime=2.22 cores=0,2,4,6
/proc/16537/task/16594/stat : 16594 (java) S 16534 16537 9865 0 -1 1077944384 5112 13305 0 0 204 10 5 3 20 0 15 0 407717612 11107291136 163022 33554432000 4194304 4196468 140720983297376 140107078642576 140107188242133 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38592512 140720983300853 140720983303365 140720983303365 140720983306191 0
[pid=16537/tid=16595] ppid=16534 vsize=10846964 memory=988 CPUtime=2.17 cores=0,2,4,6
/proc/16537/task/16595/stat : 16595 (java) S 16534 16537 9865 0 -1 1077944384 6808 13305 0 0 197 12 5 3 20 0 15 0 407717613 11107291136 163022 33554432000 4194304 4196468 140720983297376 140106647300336 140107188243074 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38592512 140720983300853 140720983303365 140720983303365 140720983306191 0
[pid=16537/tid=16596] ppid=16534 vsize=10846964 memory=2008 CPUtime=0.08 cores=0,2,4,6
/proc/16537/task/16596/stat : 16596 (java) S 16534 16537 9865 0 -1 1077944384 39 13305 0 0 0 0 5 3 20 0 15 0 407717614 11107291136 163022 33554432000 4194304 4196468 140720983297376 140106646246688 140107188242133 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38592512 140720983300853 140720983303365 140720983303365 140720983306191 0
[pid=16537/tid=16597] ppid=16534 vsize=10846964 memory=1436 CPUtime=0.08 cores=0,2,4,6
/proc/16537/task/16597/stat : 16597 (java) S 16534 16537 9865 0 -1 1077944384 1 13305 0 0 0 0 5 3 20 0 15 0 407717614 11107291136 163022 33554432000 4194304 4196468 140720983297376 140106530808576 140107188242133 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38592512 140720983300853 140720983303365 140720983303365 140720983306191 0
[pid=16537/tid=16598] ppid=16534 vsize=10846964 memory=4164 CPUtime=0.08 cores=0,2,4,6
/proc/16537/task/16598/stat : 16598 (java) S 16534 16537 9865 0 -1 1077944384 2 13305 0 0 0 0 5 3 20 0 15 0 407717616 11107291136 163022 33554432000 4194304 4196468 140720983297376 140105926830032 140107188250523 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38592512 140720983300853 140720983303365 140720983303365 140720983306191 0
[pid=16537/tid=16599] ppid=16534 vsize=10846964 memory=1548 CPUtime=3.7 cores=0,2,4,6
/proc/16537/task/16599/stat : 16599 (java) S 16534 16537 9865 0 -1 1077944384 20467 13305 0 0 358 4 5 3 20 0 15 0 407717616 11107291136 163022 33554432000 4194304 4196468 140720983297376 140106612689648 140107188243074 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38592512 140720983300853 140720983303365 140720983303365 140720983306191 0
[pid=16537/tid=16600] ppid=16534 vsize=10846964 memory=1608 CPUtime=3.59 cores=0,2,4,6
/proc/16537/task/16600/stat : 16600 (java) S 16534 16537 9865 0 -1 1077944384 19997 13305 0 0 345 6 5 3 20 0 15 0 407717616 11107291136 163022 33554432000 4194304 4196468 140720983297376 140106611637104 140107188243074 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38592512 140720983300853 140720983303365 140720983303365 140720983306191 0
[pid=16537/tid=16601] ppid=16534 vsize=10846964 memory=7980 CPUtime=3.17 cores=0,2,4,6
/proc/16537/task/16601/stat : 16601 (java) S 16534 16537 9865 0 -1 1077944384 20469 13305 0 0 304 5 5 3 20 0 15 0 407717616 11107291136 163022 33554432000 4194304 4196468 140720983297376 140106610584048 140107188243074 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38592512 140720983300853 140720983303365 140720983303365 140720983306191 0
[pid=16537/tid=16602] ppid=16534 vsize=10846964 memory=9580 CPUtime=0.08 cores=0,2,4,6
/proc/16537/task/16602/stat : 16602 (java) S 16534 16537 9865 0 -1 1077944384 3 13305 0 0 0 0 5 3 20 0 15 0 407717617 11107291136 163022 33554432000 4194304 4196468 140720983297376 140105457068896 140107188242133 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38592512 140720983300853 140720983303365 140720983303365 140720983306191 0
[pid=16537/tid=16603] ppid=16534 vsize=10846964 memory=1052 CPUtime=0.38 cores=0,2,4,6
/proc/16537/task/16603/stat : 16603 (java) S 16534 16537 9865 0 -1 1077944384 351 13305 0 0 16 14 5 3 20 0 15 0 407717617 11107291136 163022 33554432000 4194304 4196468 140720983297376 140106609531440 140107188243074 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38592512 140720983300853 140720983303365 140720983303365 140720983306191 0
Current children cumulated CPU time: 552.87 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 652088 KiB

Child status: 0
Real time (s): 536.669
CPU time (s): 552.953
CPU user time (s): 551.869
CPU system time (s): 1.08428
CPU usage (%): 103.034
Max. virtual memory (cumulated for all children) (KiB): 10847560
Max. memory (cumulated for all children) (KiB): 652916

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 551.869
system time used= 1.08428
maximum resident set size= 654376
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 140207
page faults= 0
swaps= 0
block input operations= 0
block output operations= 808
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 71238
involuntary context switches= 2066


# summary of solver processes directly reported to runsolver:
#   pid: 16537
#   total CPU time (s): 552.953
#   total CPU user time (s): 551.869
#   total CPU system time (s): 1.08428

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.41009 second user time and 4.89087 second system time

The end

Launcher Data

Begin job on node119 at 2019-09-12 21:53:07
IDJOB=4392137
IDBENCH=130150
IDSOLVER=2837
FILE ID=node119/4392137-1568318027
RUNJOBID= node119-1568306047-10997
PBS_JOBID= 21701106
Free space on /tmp= 57236 MiB

SOLVER NAME= Concrete 3.10
BENCH NAME= XCSP17/Rcpsp/Rcpsp-m1-j30/Rcpsp-j30-29-05.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4392137-1568318027/watcher-4392137-1568318027 -o /tmp/evaluation-result-4392137-1568318027/solver-4392137-1568318027 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node119-1568306047-10997 --watchdog 2560  bin/xcsp-3-concrete -J-Xss32M -randomseed=1938689376 HOME/instance-4392137-1568318027.xml

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

MD5SUM BENCH= 28da73d1db83f7f431b4b8f6a2cf23fc
RANDOM SEED=1938689376

node119.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.47
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.47
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.47
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.47
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:        21595628 kB
MemAvailable:   31044372 kB
Buffers:          163200 kB
Cached:          9509492 kB
SwapCached:        61084 kB
Active:          3042452 kB
Inactive:        7453260 kB
Active(anon):     761748 kB
Inactive(anon):   102704 kB
Active(file):    2280704 kB
Inactive(file):  7350556 kB
Unevictable:      107484 kB
Mlocked:          107484 kB
SwapTotal:      67108860 kB
SwapFree:       66939824 kB
Dirty:             34936 kB
Writeback:             0 kB
AnonPages:        871932 kB
Mapped:            56756 kB
Shmem:             32808 kB
Slab:             274516 kB
SReclaimable:     245944 kB
SUnreclaim:        28572 kB
KernelStack:        3776 kB
PageTables:         7264 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2013888 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    708608 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= 57200 MiB
End job on node119 at 2019-09-12 22:02:04