Trace number 4401395

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.12.2OPT103 1737.2 1706.87

General information on the benchmark

NameRcpsp/Rcpsp-m1-j30/
Rcpsp-j30-41-06.xml
MD5SUM9c0419560fe3c6efa350d2101b8d9fdb
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark103
Best CPU time to get the best result obtained on this benchmark115.382
Satisfiable
(Un)Satisfiability was proved
Number of variables32
Number of constraints72
Number of domains2
Minimum domain size1
Maximum domain size155
Distribution of domain sizes[{"size":1,"count":1},{"size":155,"count":31}]
Minimum variable degree3
Maximum variable degree10
Distribution of variable degrees[{"degree":3,"count":1},{"degree":4,"count":1},{"degree":5,"count":1},{"degree":6,"count":3},{"degree":7,"count":16},{"degree":8,"count":5},{"degree":9,"count":4},{"degree":10,"count":1}]
Minimum constraint arity2
Maximum constraint arity26
Distribution of constraint arities[{"arity":2,"count":68},{"arity":21,"count":2},{"arity":23,"count":1},{"arity":26,"count":1}]
Number of extensional constraints0
Number of intensional constraints68
Distribution of constraint types[{"type":"intension","count":68},{"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.77/0.55	c Concrete v3.12.2.1568631193530 running
8.56/3.77	o 154
8.56/3.79	o 153
8.87/3.80	o 148
8.87/3.81	o 117
8.87/3.86	o 114
8.87/3.89	o 112
10.97/4.66	o 111
13.24/6.29	o 110
13.37/6.30	o 109
13.37/6.31	o 108
38.27/30.23	o 107
38.27/30.25	o 106
49.30/40.68	o 105
57.33/48.62	o 104
58.25/49.54	o 103
1737.12/1706.85	v <instantiation
1737.12/1706.85	v         cost = '103'>
1737.12/1706.85	v       <list>
1737.12/1706.85	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]
1737.12/1706.85	v       </list>
1737.12/1706.85	v       <values>
1737.12/1706.85	v         0 1 0 10 10 21 36 22 11 49 45 50 45 57 17 79 65 29 25 83 88 64 72 81 52 80 56 84 98 93 92 103
1737.12/1706.85	v       </values>
1737.12/1706.85	v     </instantiation>
1737.12/1706.85	s OPTIMUM FOUND

Verifier Data

OK	103

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4401395-1568683044/watcher-4401395-1568683044 -o /tmp/evaluation-result-4401395-1568683044/solver-4401395-1568683044 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node124-1568673291-17352 --watchdog 2560 bin/xcsp-3-concrete -J-Xss32M -randomseed=479243401 HOME/instance-4401395-1568683044.xml 

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

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=20118, runsolver pid=20115

[startup+0.100093 s]*
/proc/loadavg: 1.35 1.29 1.32 3/219 20175
/proc/meminfo: memFree=27773924/32770624 swapFree=66959728/67108860
[pid=20118] ppid=20115 vsize=9972712 memory=16548 CPUtime=0.09 cores=1,3,5,7
/proc/20118/stat : 20118 (java) S 20115 20118 17320 0 -1 1077944320 4414 13155 0 0 1 0 5 3 20 0 6 0 444244599 10212057088 4137 33554432000 4194304 4196468 140729600959168 140729600941712 140659815943927 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 23052288 140729600961264 140729600963781 140729600963781 140729600966607 0
/proc/20118/statm: 2493178 4137 1933 1 0 2481616 0
[pid=20118/tid=20171] ppid=20115 vsize=9972712 memory=4279135704047321741 CPUtime=0.09 cores=1,3,5,7
/proc/20118/task/20171/stat : 20171 (java) R 20115 20118 17320 0 -1 4202560 2221 13155 0 0 1 0 5 3 20 0 6 0 444244608 10212057088 4203 33554432000 4194304 4196468 140729600959168 140659787780688 140659815965853 0 4 0 16784584 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 23052288 140729600961264 140729600963781 140729600963781 140729600966607 0
[pid=20118/tid=20172] ppid=20115 vsize=9972712 memory=8257237230052613020 CPUtime=0.08 cores=1,3,5,7
/proc/20118/task/20172/stat : 20172 (java) S 20115 20118 17320 0 -1 1077944384 1 13155 0 0 0 0 5 3 20 0 6 0 444244609 10212057088 4203 33554432000 4194304 4196468 140729600959168 140659820186000 140659815954133 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23052288 140729600961264 140729600963781 140729600963781 140729600966607 0
[pid=20118/tid=20173] ppid=20115 vsize=9972712 memory=139780103030400 CPUtime=0.08 cores=1,3,5,7
/proc/20118/task/20173/stat : 20173 (java) S 20115 20118 17320 0 -1 1077944384 1 13155 0 0 0 0 5 3 20 0 6 0 444244609 10212057088 4203 33554432000 4194304 4196468 140729600959168 140659719076112 140659815954133 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23052288 140729600961264 140729600963781 140729600963781 140729600966607 0
[pid=20118/tid=20174] ppid=20115 vsize=9972712 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/20118/task/20174/stat : 20174 (java) S 20115 20118 17320 0 -1 1077944384 1 13155 0 0 0 0 5 3 20 0 6 0 444244609 10212057088 4203 33554432000 4194304 4196468 140729600959168 140659718023824 140659815954133 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23052288 140729600961264 140729600963781 140729600963781 140729600966607 0
[pid=20118/tid=20175] ppid=20115 vsize=9972712 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/20118/task/20175/stat : 20175 (java) S 20115 20118 17320 0 -1 1077944384 2 13155 0 0 0 0 5 3 20 0 6 0 444244609 10212057088 4203 33554432000 4194304 4196468 140729600959168 140659716971024 140659815954133 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23052288 140729600961264 140729600963781 140729600963781 140729600966607 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 16548 KiB

[startup+0.210029 s]*
/proc/loadavg: 1.35 1.29 1.32 4/228 20184
/proc/meminfo: memFree=27753496/32770624 swapFree=66959728/67108860
[pid=20118] ppid=20115 vsize=10820020 memory=43928 CPUtime=0.27 cores=1,3,5,7
/proc/20118/stat : 20118 (java) S 20115 20118 17320 0 -1 1077944320 7464 13155 0 0 17 2 5 3 20 0 15 0 444244599 11079700480 10982 33554432000 4194304 4196468 140729600959168 140729600941712 140659815943927 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 23052288 140729600961264 140729600963781 140729600963781 140729600966607 0
/proc/20118/statm: 2705005 10982 3243 1 0 2667149 0
[pid=20118/tid=20171] ppid=20115 vsize=10820020 memory=7022364594140610616 CPUtime=0.19 cores=1,3,5,7
/proc/20118/task/20171/stat : 20171 (java) R 20115 20118 17320 0 -1 4202560 3961 13155 0 0 10 1 5 3 20 0 15 0 444244608 11079700480 10982 33554432000 4194304 4196468 140729600959168 140659787755648 140659815965853 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 23052288 140729600961264 140729600963781 140729600963781 140729600966607 0
[pid=20118/tid=20172] ppid=20115 vsize=10820020 memory=345 CPUtime=0.08 cores=1,3,5,7
/proc/20118/task/20172/stat : 20172 (java) S 20115 20118 17320 0 -1 1077944384 1 13155 0 0 0 0 5 3 20 0 15 0 444244609 11079700480 10982 33554432000 4194304 4196468 140729600959168 140659820186000 140659815954133 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23052288 140729600961264 140729600963781 140729600963781 140729600966607 0
[pid=20118/tid=20173] ppid=20115 vsize=10820020 memory=139780103049070 CPUtime=0.08 cores=1,3,5,7
/proc/20118/task/20173/stat : 20173 (java) S 20115 20118 17320 0 -1 1077944384 1 13155 0 0 0 0 5 3 20 0 15 0 444244609 11079700480 10982 33554432000 4194304 4196468 140729600959168 140659719076112 140659815954133 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23052288 140729600961264 140729600963781 140729600963781 140729600966607 0
[pid=20118/tid=20174] ppid=20115 vsize=10820020 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/20118/task/20174/stat : 20174 (java) S 20115 20118 17320 0 -1 1077944384 1 13155 0 0 0 0 5 3 20 0 15 0 444244609 11079700480 10982 33554432000 4194304 4196468 140729600959168 140659718023824 140659815954133 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23052288 140729600961264 140729600963781 140729600963781 140729600966607 0
[pid=20118/tid=20175] ppid=20115 vsize=10820020 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/20118/task/20175/stat : 20175 (java) S 20115 20118 17320 0 -1 1077944384 2 13155 0 0 0 0 5 3 20 0 15 0 444244609 11079700480 10982 33554432000 4194304 4196468 140729600959168 140659716971024 140659815954133 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23052288 140729600961264 140729600963781 140729600963781 140729600966607 0
[pid=20118/tid=20176] ppid=20115 vsize=10820020 memory=139780103030400 CPUtime=0.08 cores=1,3,5,7
/proc/20118/task/20176/stat : 20176 (java) S 20115 20118 17320 0 -1 1077944384 2 13155 0 0 0 0 5 3 20 0 15 0 444244610 11079700480 10982 33554432000 4194304 4196468 140729600959168 140659274840688 140659815955074 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23052288 140729600961264 140729600963781 140729600963781 140729600966607 0
[pid=20118/tid=20177] ppid=20115 vsize=10820020 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/20118/task/20177/stat : 20177 (java) S 20115 20118 17320 0 -1 1077944384 33 13155 0 0 0 0 5 3 20 0 15 0 444244611 11079700480 10982 33554432000 4194304 4196468 140729600959168 140659273786656 140659815954133 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23052288 140729600961264 140729600963781 140729600963781 140729600966607 0
[pid=20118/tid=20178] ppid=20115 vsize=10820020 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/20118/task/20178/stat : 20178 (java) S 20115 20118 17320 0 -1 1077944384 1 13155 0 0 0 0 5 3 20 0 15 0 444244611 11079700480 10982 33554432000 4194304 4196468 140729600959168 140659172304496 140659815954133 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23052288 140729600961264 140729600963781 140729600963781 140729600966607 0
[pid=20118/tid=20179] ppid=20115 vsize=10820020 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/20118/task/20179/stat : 20179 (java) S 20115 20118 17320 0 -1 1077944384 2 13155 0 0 0 0 5 3 20 0 15 0 444244614 11079700480 10982 33554432000 4194304 4196468 140729600959168 140658568325712 140659815962523 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23052288 140729600961264 140729600963781 140729600963781 140729600966607 0
[pid=20118/tid=20180] ppid=20115 vsize=10820020 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/20118/task/20180/stat : 20180 (java) S 20115 20118 17320 0 -1 1077944384 330 13155 0 0 1 0 5 3 20 0 15 0 444244614 11079700480 10982 33554432000 4194304 4196468 140729600959168 140659138746480 140659815955074 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23052288 140729600961264 140729600963781 140729600963781 140729600966607 0
[pid=20118/tid=20181] ppid=20115 vsize=10820020 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/20118/task/20181/stat : 20181 (java) R 20115 20118 17320 0 -1 4202560 298 13155 0 0 1 0 5 3 20 0 15 0 444244614 11079700480 10982 33554432000 4194304 4196468 140729600959168 140659137693680 140659808928969 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 23052288 140729600961264 140729600963781 140729600963781 140729600966607 0
[pid=20118/tid=20182] ppid=20115 vsize=10820020 memory=139780103030400 CPUtime=0.11 cores=1,3,5,7
/proc/20118/task/20182/stat : 20182 (java) S 20115 20118 17320 0 -1 1077944384 623 13155 0 0 3 0 5 3 20 0 15 0 444244614 11079700480 10982 33554432000 4194304 4196468 140729600959168 140659136641392 140659815955074 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23052288 140729600961264 140729600963781 140729600963781 140729600966607 0
[pid=20118/tid=20183] ppid=20115 vsize=10820020 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/20118/task/20183/stat : 20183 (java) S 20115 20118 17320 0 -1 1077944384 3 13155 0 0 0 0 5 3 20 0 15 0 444244614 11079700480 10982 33554432000 4194304 4196468 140729600959168 140658098563552 140659815954133 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23052288 140729600961264 140729600963781 140729600963781 140729600966607 0
[pid=20118/tid=20184] ppid=20115 vsize=10820020 memory=139780103030400 CPUtime=0.08 cores=1,3,5,7
/proc/20118/task/20184/stat : 20184 (java) S 20115 20118 17320 0 -1 1077944384 1 13155 0 0 0 0 5 3 20 0 15 0 444244614 11079700480 10982 33554432000 4194304 4196468 140729600959168 140659135589296 140659815955074 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23052288 140729600961264 140729600963781 140729600963781 140729600966607 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 10820020 KiB
Current children cumulated memory: 43928 KiB

[startup+0.311207 s]*
/proc/loadavg: 1.35 1.29 1.32 3/228 20184
/proc/meminfo: memFree=27740812/32770624 swapFree=66959728/67108860
[pid=20118] ppid=20115 vsize=10820196 memory=52364 CPUtime=0.4 cores=1,3,5,7
/proc/20118/stat : 20118 (java) S 20115 20118 17320 0 -1 1077944320 10875 13155 0 0 29 3 5 3 20 0 15 0 444244599 11079880704 13091 33554432000 4194304 4196468 140729600959168 140729600941712 140659815943927 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 23052288 140729600961264 140729600963781 140729600963781 140729600966607 0
/proc/20118/statm: 2705049 13091 3313 1 0 2667149 0
[pid=20118/tid=20171] ppid=20115 vsize=10820196 memory=6791534058613427641 CPUtime=0.28 cores=1,3,5,7
/proc/20118/task/20171/stat : 20171 (java) R 20115 20118 17320 0 -1 4202560 7356 13155 0 0 18 2 5 3 20 0 15 0 444244608 11079880704 13091 33554432000 4194304 4196468 140729600959168 140659787747392 140659800024414 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 23052288 140729600961264 140729600963781 140729600963781 140729600966607 0
[pid=20118/tid=20172] ppid=20115 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/20118/task/20172/stat : 20172 (java) S 20115 20118 17320 0 -1 1077944384 1 13155 0 0 0 0 5 3 20 0 15 0 444244609 11079880704 13091 33554432000 4194304 4196468 140729600959168 140659820186000 140659815954133 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23052288 140729600961264 140729600963781 140729600963781 140729600966607 0
[pid=20118/tid=20173] ppid=20115 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/20118/task/20173/stat : 20173 (java) S 20115 20118 17320 0 -1 1077944384 1 13155 0 0 0 0 5 3 20 0 15 0 444244609 11079880704 13091 33554432000 4194304 4196468 140729600959168 140659719076112 140659815954133 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23052288 140729600961264 140729600963781 140729600963781 140729600966607 0
[pid=20118/tid=20174] ppid=20115 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/20118/task/20174/stat : 20174 (java) S 20115 20118 17320 0 -1 1077944384 1 13155 0 0 0 0 5 3 20 0 15 0 444244609 11079880704 13091 33554432000 4194304 4196468 140729600959168 140659718023824 140659815954133 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23052288 140729600961264 140729600963781 140729600963781 140729600966607 0
[pid=20118/tid=20175] ppid=20115 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/20118/task/20175/stat : 20175 (java) S 20115 20118 17320 0 -1 1077944384 2 13155 0 0 0 0 5 3 20 0 15 0 444244609 11079880704 13091 33554432000 4194304 4196468 140729600959168 140659716971024 140659815954133 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23052288 140729600961264 140729600963781 140729600963781 140729600966607 0
[pid=20118/tid=20176] ppid=20115 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/20118/task/20176/stat : 20176 (java) S 20115 20118 17320 0 -1 1077944384 2 13155 0 0 0 0 5 3 20 0 15 0 444244610 11079880704 13091 33554432000 4194304 4196468 140729600959168 140659274840688 140659815955074 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23052288 140729600961264 140729600963781 140729600963781 140729600966607 0
[pid=20118/tid=20177] ppid=20115 vsize=10820196 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/20118/task/20177/stat : 20177 (java) S 20115 20118 17320 0 -1 1077944384 33 13155 0 0 0 0 5 3 20 0 15 0 444244611 11079880704 13091 33554432000 4194304 4196468 140729600959168 140659273786656 140659815954133 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23052288 140729600961264 140729600963781 140729600963781 140729600966607 0
[pid=20118/tid=20178] ppid=20115 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/20118/task/20178/stat : 20178 (java) S 20115 20118 17320 0 -1 1077944384 1 13155 0 0 0 0 5 3 20 0 15 0 444244611 11079880704 13091 33554432000 4194304 4196468 140729600959168 140659172304496 140659815954133 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23052288 140729600961264 140729600963781 140729600963781 140729600966607 0
[pid=20118/tid=20179] ppid=20115 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/20118/task/20179/stat : 20179 (java) S 20115 20118 17320 0 -1 1077944384 2 13155 0 0 0 0 5 3 20 0 15 0 444244614 11079880704 13091 33554432000 4194304 4196468 140729600959168 140658568325712 140659815962523 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23052288 140729600961264 140729600963781 140729600963781 140729600966607 0
[pid=20118/tid=20180] ppid=20115 vsize=10820196 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/20118/task/20180/stat : 20180 (java) R 20115 20118 17320 0 -1 4202560 330 13155 0 0 1 0 5 3 20 0 15 0 444244614 11079880704 13091 33554432000 4194304 4196468 140729600959168 140659138746480 140659815955862 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 23052288 140729600961264 140729600963781 140729600963781 140729600966607 0
[pid=20118/tid=20181] ppid=20115 vsize=10820196 memory=-1 CPUtime=0.1 cores=1,3,5,7
/proc/20118/task/20181/stat : 20181 (java) S 20115 20118 17320 0 -1 1077944384 308 13155 0 0 2 0 5 3 20 0 15 0 444244614 11079880704 13091 33554432000 4194304 4196468 140729600959168 140659137693680 140659815955074 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23052288 140729600961264 140729600963781 140729600963781 140729600966607 0
[pid=20118/tid=20182] ppid=20115 vsize=10820196 memory=139780103030400 CPUtime=0.13 cores=1,3,5,7
/proc/20118/task/20182/stat : 20182 (java) R 20115 20118 17320 0 -1 1077944384 630 13155 0 0 5 0 5 3 20 0 15 0 444244614 11079880704 13091 33554432000 4194304 4196468 140729600959168 140659136641392 140659815955074 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 23052288 140729600961264 140729600963781 140729600963781 140729600966607 0
[pid=20118/tid=20183] ppid=20115 vsize=10820196 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/20118/task/20183/stat : 20183 (java) S 20115 20118 17320 0 -1 1077944384 3 13155 0 0 0 0 5 3 20 0 15 0 444244614 11079880704 13091 33554432000 4194304 4196468 140729600959168 140658098563552 140659815954133 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23052288 140729600961264 140729600963781 140729600963781 140729600966607 0
[pid=20118/tid=20184] ppid=20115 vsize=10820196 memory=139780103030400 CPUtime=0.08 cores=1,3,5,7
/proc/20118/task/20184/stat : 20184 (java) S 20115 20118 17320 0 -1 1077944384 1 13155 0 0 0 0 5 3 20 0 15 0 444244614 11079880704 13091 33554432000 4194304 4196468 140729600959168 140659135589296 140659815955074 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23052288 140729600961264 140729600963781 140729600963781 140729600966607 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 52364 KiB

[startup+0.706165 s]
/proc/loadavg: 1.35 1.29 1.32 3/228 20184
/proc/meminfo: memFree=27726288/32770624 swapFree=66959728/67108860
[pid=20118] ppid=20115 vsize=10824364 memory=85276 CPUtime=1.14 cores=1,3,5,7
/proc/20118/stat : 20118 (java) S 20115 20118 17320 0 -1 1077944320 15073 13155 0 0 100 6 5 3 20 0 15 0 444244599 11084148736 21319 33554432000 4194304 4196468 140729600959168 140729600941712 140659815943927 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 23052288 140729600961264 140729600963781 140729600963781 140729600966607 0
/proc/20118/statm: 2706091 21319 3498 1 0 2668173 0
[pid=20118/tid=20171] ppid=20115 vsize=10824364 memory=0 CPUtime=0.67 cores=1,3,5,7
/proc/20118/task/20171/stat : 20171 (java) R 20115 20118 17320 0 -1 4202560 10585 13155 0 0 55 4 5 3 20 0 15 0 444244608 11084148736 21319 33554432000 4194304 4196468 140729600959168 140659787759840 140659799987557 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 23052288 140729600961264 140729600963781 140729600963781 140729600966607 0
[pid=20118/tid=20172] ppid=20115 vsize=10824364 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/20118/task/20172/stat : 20172 (java) S 20115 20118 17320 0 -1 1077944384 1 13155 0 0 0 0 5 3 20 0 15 0 444244609 11084148736 21319 33554432000 4194304 4196468 140729600959168 140659820186000 140659815954133 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23052288 140729600961264 140729600963781 140729600963781 140729600966607 0
[pid=20118/tid=20173] ppid=20115 vsize=10824364 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/20118/task/20173/stat : 20173 (java) S 20115 20118 17320 0 -1 1077944384 1 13155 0 0 0 0 5 3 20 0 15 0 444244609 11084148736 21319 33554432000 4194304 4196468 140729600959168 140659719076112 140659815954133 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23052288 140729600961264 140729600963781 140729600963781 140729600966607 0
[pid=20118/tid=20174] ppid=20115 vsize=10824364 memory=139779979227952 CPUtime=0.08 cores=1,3,5,7
/proc/20118/task/20174/stat : 20174 (java) S 20115 20118 17320 0 -1 1077944384 1 13155 0 0 0 0 5 3 20 0 15 0 444244609 11084148736 21319 33554432000 4194304 4196468 140729600959168 140659718023824 140659815954133 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23052288 140729600961264 140729600963781 140729600963781 140729600966607 0
[pid=20118/tid=20175] ppid=20115 vsize=10824364 memory=139784005616196 CPUtime=0.08 cores=1,3,5,7
/proc/20118/task/20175/stat : 20175 (java) S 20115 20118 17320 0 -1 1077944384 2 13155 0 0 0 0 5 3 20 0 15 0 444244609 11084148736 21319 33554432000 4194304 4196468 140729600959168 140659716971024 140659815954133 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23052288 140729600961264 140729600963781 140729600963781 140729600966607 0
[pid=20118/tid=20176] ppid=20115 vsize=10824364 memory=2828 CPUtime=0.08 cores=1,3,5,7
/proc/20118/task/20176/stat : 20176 (java) S 20115 20118 17320 0 -1 1077944384 5 13155 0 0 0 0 5 3 20 0 15 0 444244610 11084148736 21319 33554432000 4194304 4196468 140729600959168 140659274840688 140659815955074 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23052288 140729600961264 140729600963781 140729600963781 140729600966607 0
[pid=20118/tid=20177] ppid=20115 vsize=10824364 memory=7302135314614015848 CPUtime=0.08 cores=1,3,5,7
/proc/20118/task/20177/stat : 20177 (java) S 20115 20118 17320 0 -1 1077944384 33 13155 0 0 0 0 5 3 20 0 15 0 444244611 11084148736 21319 33554432000 4194304 4196468 140729600959168 140659273786656 140659815954133 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23052288 140729600961264 140729600963781 140729600963781 140729600966607 0
[pid=20118/tid=20178] ppid=20115 vsize=10824364 memory=7739276948478061159 CPUtime=0.08 cores=1,3,5,7
/proc/20118/task/20178/stat : 20178 (java) S 20115 20118 17320 0 -1 1077944384 1 13155 0 0 0 0 5 3 20 0 15 0 444244611 11084148736 21319 33554432000 4194304 4196468 140729600959168 140659172304496 140659815954133 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23052288 140729600961264 140729600963781 140729600963781 140729600966607 0
[pid=20118/tid=20179] ppid=20115 vsize=10824364 memory=14004 CPUtime=0.08 cores=1,3,5,7
/proc/20118/task/20179/stat : 20179 (java) S 20115 20118 17320 0 -1 1077944384 2 13155 0 0 0 0 5 3 20 0 15 0 444244614 11084148736 21319 33554432000 4194304 4196468 140729600959168 140658568325712 140659815962523 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23052288 140729600961264 140729600963781 140729600963781 140729600966607 0
[pid=20118/tid=20180] ppid=20115 vsize=10824364 memory=25640 CPUtime=0.2 cores=1,3,5,7
/proc/20118/task/20180/stat : 20180 (java) R 20115 20118 17320 0 -1 4202560 711 13155 0 0 12 0 5 3 20 0 15 0 444244614 11084148736 21319 33554432000 4194304 4196468 140729600959168 140659138732576 140659797129794 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 23052288 140729600961264 140729600963781 140729600963781 140729600966607 0
[pid=20118/tid=20181] ppid=20115 vsize=10824364 memory=14048 CPUtime=0.23 cores=1,3,5,7
/proc/20118/task/20181/stat : 20181 (java) R 20115 20118 17320 0 -1 4202560 694 13155 0 0 15 0 5 3 20 0 15 0 444244614 11084148736 21319 33554432000 4194304 4196468 140729600959168 140659137680992 140659795598208 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 23052288 140729600961264 140729600963781 140729600963781 140729600966607 0
[pid=20118/tid=20182] ppid=20115 vsize=10824364 memory=2124 CPUtime=0.25 cores=1,3,5,7
/proc/20118/task/20182/stat : 20182 (java) S 20115 20118 17320 0 -1 1077944384 831 13155 0 0 17 0 5 3 20 0 15 0 444244614 11084148736 21319 33554432000 4194304 4196468 140729600959168 140659136641392 140659815955074 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23052288 140729600961264 140729600963781 140729600963781 140729600966607 0
[pid=20118/tid=20183] ppid=20115 vsize=10824364 memory=500 CPUtime=0.08 cores=1,3,5,7
/proc/20118/task/20183/stat : 20183 (java) S 20115 20118 17320 0 -1 1077944384 3 13155 0 0 0 0 5 3 20 0 15 0 444244614 11084148736 21319 33554432000 4194304 4196468 140729600959168 140658098563552 140659815954133 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23052288 140729600961264 140729600963781 140729600963781 140729600966607 0
[pid=20118/tid=20184] ppid=20115 vsize=10824364 memory=1556 CPUtime=0.08 cores=1,3,5,7
/proc/20118/task/20184/stat : 20184 (java) S 20115 20118 17320 0 -1 1077944384 1 13155 0 0 0 0 5 3 20 0 15 0 444244614 11084148736 21319 33554432000 4194304 4196468 140729600959168 140659135589296 140659815955074 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23052288 140729600961264 140729600963781 140729600963781 140729600966607 0
Current children cumulated CPU time: 1.14 s
Current children cumulated vsize: 10824364 KiB
Current children cumulated memory: 85276 KiB

[startup+1.5007 s]
/proc/loadavg: 1.35 1.29 1.32 4/228 20184
/proc/meminfo: memFree=27681692/32770624 swapFree=66959728/67108860
[pid=20118] ppid=20115 vsize=10834680 memory=173424 CPUtime=2.45 cores=1,3,5,7
/proc/20118/stat : 20118 (java) S 20115 20118 17320 0 -1 1077944320 24110 13155 0 0 227 10 5 3 20 0 15 0 444244599 11094712320 43356 33554432000 4194304 4196468 140729600959168 140729600941712 140659815943927 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 23052288 140729600961264 140729600963781 140729600963781 140729600966607 0
/proc/20118/statm: 2708670 43356 3578 1 0 2670733 0
[pid=20118/tid=20171] ppid=20115 vsize=10834680 memory=69644 CPUtime=1.43 cores=1,3,5,7
/proc/20118/task/20171/stat : 20171 (java) R 20115 20118 17320 0 -1 4202560 15736 13155 0 0 129 6 5 3 20 0 15 0 444244608 11094712320 43356 33554432000 4194304 4196468 140729600959168 140659787749408 140659815955862 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 23052288 140729600961264 140729600963781 140729600963781 140729600966607 0
[pid=20118/tid=20172] ppid=20115 vsize=10834680 memory=6791534058613427641 CPUtime=0.09 cores=1,3,5,7
/proc/20118/task/20172/stat : 20172 (java) S 20115 20118 17320 0 -1 1077944384 36 13155 0 0 1 0 5 3 20 0 15 0 444244609 11094712320 43356 33554432000 4194304 4196468 140729600959168 140659820186000 140659815954133 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23052288 140729600961264 140729600963781 140729600963781 140729600966607 0
[pid=20118/tid=20173] ppid=20115 vsize=10834680 memory=279559958487200 CPUtime=0.09 cores=1,3,5,7
/proc/20118/task/20173/stat : 20173 (java) S 20115 20118 17320 0 -1 1077944384 106 13155 0 0 1 0 5 3 20 0 15 0 444244609 11094712320 43356 33554432000 4194304 4196468 140729600959168 140659719076112 140659815954133 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23052288 140729600961264 140729600963781 140729600963781 140729600966607 0
[pid=20118/tid=20174] ppid=20115 vsize=10834680 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/20118/task/20174/stat : 20174 (java) S 20115 20118 17320 0 -1 1077944384 397 13155 0 0 1 0 5 3 20 0 15 0 444244609 11094712320 43356 33554432000 4194304 4196468 140729600959168 140659718023824 140659815954133 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23052288 140729600961264 140729600963781 140729600963781 140729600966607 0
[pid=20118/tid=20175] ppid=20115 vsize=10834680 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/20118/task/20175/stat : 20175 (java) S 20115 20118 17320 0 -1 1077944384 54 13155 0 0 1 0 5 3 20 0 15 0 444244609 11094712320 43356 33554432000 4194304 4196468 140729600959168 140659716971024 140659815954133 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23052288 140729600961264 140729600963781 140729600963781 140729600966607 0
[pid=20118/tid=20176] ppid=20115 vsize=10834680 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/20118/task/20176/stat : 20176 (java) S 20115 20118 17320 0 -1 1077944384 2106 13155 0 0 1 0 5 3 20 0 15 0 444244610 11094712320 43356 33554432000 4194304 4196468 140729600959168 140659274840688 140659815955074 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23052288 140729600961264 140729600963781 140729600963781 140729600966607 0
[pid=20118/tid=20177] ppid=20115 vsize=10834680 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/20118/task/20177/stat : 20177 (java) S 20115 20118 17320 0 -1 1077944384 34 13155 0 0 0 0 5 3 20 0 15 0 444244611 11094712320 43356 33554432000 4194304 4196468 140729600959168 140659273786720 140659815954133 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23052288 140729600961264 140729600963781 140729600963781 140729600966607 0
[pid=20118/tid=20178] ppid=20115 vsize=10834680 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/20118/task/20178/stat : 20178 (java) S 20115 20118 17320 0 -1 1077944384 1 13155 0 0 0 0 5 3 20 0 15 0 444244611 11094712320 43356 33554432000 4194304 4196468 140729600959168 140659172304512 140659815954133 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23052288 140729600961264 140729600963781 140729600963781 140729600966607 0
[pid=20118/tid=20179] ppid=20115 vsize=10834680 memory=-1088251628401078322 CPUtime=0.08 cores=1,3,5,7
/proc/20118/task/20179/stat : 20179 (java) S 20115 20118 17320 0 -1 1077944384 2 13155 0 0 0 0 5 3 20 0 15 0 444244614 11094712320 43356 33554432000 4194304 4196468 140729600959168 140658568325712 140659815962523 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23052288 140729600961264 140729600963781 140729600963781 140729600966607 0
[pid=20118/tid=20180] ppid=20115 vsize=10834680 memory=0 CPUtime=0.31 cores=1,3,5,7
/proc/20118/task/20180/stat : 20180 (java) S 20115 20118 17320 0 -1 1077944384 948 13155 0 0 23 0 5 3 20 0 15 0 444244614 11094712320 43356 33554432000 4194304 4196468 140729600959168 140659138746480 140659815955074 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23052288 140729600961264 140729600963781 140729600963781 140729600966607 0
[pid=20118/tid=20181] ppid=20115 vsize=10834680 memory=10 CPUtime=0.34 cores=1,3,5,7
/proc/20118/task/20181/stat : 20181 (java) S 20115 20118 17320 0 -1 1077944384 789 13155 0 0 26 0 5 3 20 0 15 0 444244614 11094712320 43356 33554432000 4194304 4196468 140729600959168 140659137693680 140659815955074 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23052288 140729600961264 140729600963781 140729600963781 140729600966607 0
[pid=20118/tid=20182] ppid=20115 vsize=10834680 memory=6791534058613427641 CPUtime=0.49 cores=1,3,5,7
/proc/20118/task/20182/stat : 20182 (java) R 20115 20118 17320 0 -1 4202560 1690 13155 0 0 41 0 5 3 20 0 15 0 444244614 11094712320 43356 33554432000 4194304 4196468 140729600959168 140659136641392 140659796163952 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 23052288 140729600961264 140729600963781 140729600963781 140729600966607 0
[pid=20118/tid=20183] ppid=20115 vsize=10834680 memory=4638778398332698720 CPUtime=0.08 cores=1,3,5,7
/proc/20118/task/20183/stat : 20183 (java) S 20115 20118 17320 0 -1 1077944384 3 13155 0 0 0 0 5 3 20 0 15 0 444244614 11094712320 43356 33554432000 4194304 4196468 140729600959168 140658098563552 140659815954133 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23052288 140729600961264 140729600963781 140729600963781 140729600966607 0
[pid=20118/tid=20184] ppid=20115 vsize=10834680 memory=279559958731648 CPUtime=0.08 cores=1,3,5,7
/proc/20118/task/20184/stat : 20184 (java) S 20115 20118 17320 0 -1 1077944384 3 13155 0 0 0 0 5 3 20 0 15 0 444244614 11094712320 43356 33554432000 4194304 4196468 140729600959168 140659135589296 140659815955074 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23052288 140729600961264 140729600963781 140729600963781 140729600966607 0
Current children cumulated CPU time: 2.45 s
Current children cumulated vsize: 10834680 KiB

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

[pid=20118/tid=20183] ppid=20115 vsize=10846988 memory=1660 CPUtime=0.08 cores=1,3,5,7
/proc/20118/task/20183/stat : 20183 (java) S 20115 20118 17320 0 -1 1077944384 3 13155 0 0 0 0 5 3 20 0 15 0 444244614 11107315712 177358 33554432000 4194304 4196468 140729600959168 140658098563552 140659815954133 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23052288 140729600961264 140729600963781 140729600963781 140729600966607 0
[pid=20118/tid=20184] ppid=20115 vsize=10846988 memory=48024 CPUtime=1.01 cores=1,3,5,7
/proc/20118/task/20184/stat : 20184 (java) S 20115 20118 17320 0 -1 1077944384 651 13155 0 0 42 51 5 3 20 0 15 0 444244614 11107315712 177358 33554432000 4194304 4196468 140729600959168 140659135589296 140659815955074 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23052288 140729600961264 140729600963781 140729600963781 140729600966607 0
Current children cumulated CPU time: 1732.66 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 709432 KiB

[startup+1704 s]*
/proc/loadavg: 1.60 1.42 1.36 3/227 20469
/proc/meminfo: memFree=26983296/32770624 swapFree=66959728/67108860
[pid=20118] ppid=20115 vsize=10846988 memory=709432 CPUtime=1734.28 cores=1,3,5,7
/proc/20118/stat : 20118 (java) S 20115 20118 17320 0 -1 1077944320 190115 13155 0 0 173169 251 5 3 20 0 15 0 444244599 11107315712 177358 33554432000 4194304 4196468 140729600959168 140729600941712 140659815943927 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 23052288 140729600961264 140729600963781 140729600963781 140729600966607 0
/proc/20118/statm: 2711747 177358 3633 1 0 2673805 0
[pid=20118/tid=20171] ppid=20115 vsize=10846988 memory=1398720917958146503 CPUtime=1685.5 cores=1,3,5,7
/proc/20118/task/20171/stat : 20171 (java) R 20115 20118 17320 0 -1 4202560 53931 13155 0 0 168509 33 5 3 20 0 15 0 444244608 11107315712 177358 33554432000 4194304 4196468 140729600959168 140659787778848 140659390752192 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 23052288 140729600961264 140729600963781 140729600963781 140729600966607 0
[pid=20118/tid=20172] ppid=20115 vsize=10846988 memory=4126316290023845779 CPUtime=7.75 cores=1,3,5,7
/proc/20118/task/20172/stat : 20172 (java) S 20115 20118 17320 0 -1 1077944384 7355 13155 0 0 728 39 5 3 20 0 15 0 444244609 11107315712 177358 33554432000 4194304 4196468 140729600959168 140659820186000 140659815954133 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23052288 140729600961264 140729600963781 140729600963781 140729600966607 0
[pid=20118/tid=20173] ppid=20115 vsize=10846988 memory=6060 CPUtime=7.77 cores=1,3,5,7
/proc/20118/task/20173/stat : 20173 (java) S 20115 20118 17320 0 -1 1077944384 9990 13155 0 0 727 42 5 3 20 0 15 0 444244609 11107315712 177358 33554432000 4194304 4196468 140729600959168 140659719076112 140659815954133 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23052288 140729600961264 140729600963781 140729600963781 140729600966607 0
[pid=20118/tid=20174] ppid=20115 vsize=10846988 memory=1060 CPUtime=7.76 cores=1,3,5,7
/proc/20118/task/20174/stat : 20174 (java) S 20115 20118 17320 0 -1 1077944384 13874 13155 0 0 726 42 5 3 20 0 15 0 444244609 11107315712 177358 33554432000 4194304 4196468 140729600959168 140659718023824 140659815954133 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23052288 140729600961264 140729600963781 140729600963781 140729600966607 0
[pid=20118/tid=20175] ppid=20115 vsize=10846988 memory=2828 CPUtime=7.78 cores=1,3,5,7
/proc/20118/task/20175/stat : 20175 (java) S 20115 20118 17320 0 -1 1077944384 7072 13155 0 0 731 39 5 3 20 0 15 0 444244609 11107315712 177358 33554432000 4194304 4196468 140729600959168 140659716971024 140659815954133 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23052288 140729600961264 140729600963781 140729600963781 140729600966607 0
[pid=20118/tid=20176] ppid=20115 vsize=10846988 memory=6791534058613427641 CPUtime=7.87 cores=1,3,5,7
/proc/20118/task/20176/stat : 20176 (java) S 20115 20118 17320 0 -1 1077944384 11442 13155 0 0 742 37 5 3 20 0 15 0 444244610 11107315712 177358 33554432000 4194304 4196468 140729600959168 140659274840688 140659815955074 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23052288 140729600961264 140729600963781 140729600963781 140729600966607 0
[pid=20118/tid=20177] ppid=20115 vsize=10846988 memory=25656 CPUtime=0.08 cores=1,3,5,7
/proc/20118/task/20177/stat : 20177 (java) S 20115 20118 17320 0 -1 1077944384 39 13155 0 0 0 0 5 3 20 0 15 0 444244611 11107315712 177358 33554432000 4194304 4196468 140729600959168 140659273786720 140659815954133 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23052288 140729600961264 140729600963781 140729600963781 140729600966607 0
[pid=20118/tid=20178] ppid=20115 vsize=10846988 memory=14048 CPUtime=0.08 cores=1,3,5,7
/proc/20118/task/20178/stat : 20178 (java) S 20115 20118 17320 0 -1 1077944384 1 13155 0 0 0 0 5 3 20 0 15 0 444244611 11107315712 177358 33554432000 4194304 4196468 140729600959168 140659172304512 140659815954133 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23052288 140729600961264 140729600963781 140729600963781 140729600966607 0
[pid=20118/tid=20179] ppid=20115 vsize=10846988 memory=2124 CPUtime=0.08 cores=1,3,5,7
/proc/20118/task/20179/stat : 20179 (java) S 20115 20118 17320 0 -1 1077944384 2 13155 0 0 0 0 5 3 20 0 15 0 444244614 11107315712 177358 33554432000 4194304 4196468 140729600959168 140658568325712 140659815962523 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23052288 140729600961264 140729600963781 140729600963781 140729600966607 0
[pid=20118/tid=20180] ppid=20115 vsize=10846988 memory=500 CPUtime=3.76 cores=1,3,5,7
/proc/20118/task/20180/stat : 20180 (java) S 20115 20118 17320 0 -1 1077944384 33355 13155 0 0 364 4 5 3 20 0 15 0 444244614 11107315712 177358 33554432000 4194304 4196468 140729600959168 140659138746480 140659815955074 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23052288 140729600961264 140729600963781 140729600963781 140729600966607 0
[pid=20118/tid=20181] ppid=20115 vsize=10846988 memory=1556 CPUtime=3.94 cores=1,3,5,7
/proc/20118/task/20181/stat : 20181 (java) S 20115 20118 17320 0 -1 1077944384 24420 13155 0 0 384 2 5 3 20 0 15 0 444244614 11107315712 177358 33554432000 4194304 4196468 140729600959168 140659137693680 140659815955074 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23052288 140729600961264 140729600963781 140729600963781 140729600966607 0
[pid=20118/tid=20182] ppid=20115 vsize=10846988 memory=928 CPUtime=1.74 cores=1,3,5,7
/proc/20118/task/20182/stat : 20182 (java) S 20115 20118 17320 0 -1 1077944384 25775 13155 0 0 162 4 5 3 20 0 15 0 444244614 11107315712 177358 33554432000 4194304 4196468 140729600959168 140659136641392 140659815955074 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23052288 140729600961264 140729600963781 140729600963781 140729600966607 0
[pid=20118/tid=20183] ppid=20115 vsize=10846988 memory=1772 CPUtime=0.08 cores=1,3,5,7
/proc/20118/task/20183/stat : 20183 (java) S 20115 20118 17320 0 -1 1077944384 3 13155 0 0 0 0 5 3 20 0 15 0 444244614 11107315712 177358 33554432000 4194304 4196468 140729600959168 140658098563552 140659815954133 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23052288 140729600961264 140729600963781 140729600963781 140729600966607 0
[pid=20118/tid=20184] ppid=20115 vsize=10846988 memory=832 CPUtime=1.02 cores=1,3,5,7
/proc/20118/task/20184/stat : 20184 (java) S 20115 20118 17320 0 -1 1077944384 651 13155 0 0 43 51 5 3 20 0 15 0 444244614 11107315712 177358 33554432000 4194304 4196468 140729600959168 140659135589296 140659815955074 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23052288 140729600961264 140729600963781 140729600963781 140729600966607 0
Current children cumulated CPU time: 1734.28 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 709432 KiB

[startup+1705.6 s]
/proc/loadavg: 1.60 1.42 1.36 3/227 20469
/proc/meminfo: memFree=26983544/32770624 swapFree=66959728/67108860
[pid=20118] ppid=20115 vsize=10846988 memory=709432 CPUtime=1735.89 cores=1,3,5,7
/proc/20118/stat : 20118 (java) S 20115 20118 17320 0 -1 1077944320 190158 13155 0 0 173330 251 5 3 20 0 15 0 444244599 11107315712 177358 33554432000 4194304 4196468 140729600959168 140729600941712 140659815943927 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 23052288 140729600961264 140729600963781 140729600963781 140729600966607 0
/proc/20118/statm: 2711747 177358 3633 1 0 2673805 0
[pid=20118/tid=20171] ppid=20115 vsize=10846988 memory=709420 CPUtime=1687.07 cores=1,3,5,7
/proc/20118/task/20171/stat : 20171 (java) R 20115 20118 17320 0 -1 4202560 53971 13155 0 0 168666 33 5 3 20 0 15 0 444244608 11107315712 177358 33554432000 4194304 4196468 140729600959168 140659787779088 140659401854308 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 23052288 140729600961264 140729600963781 140729600963781 140729600966607 0
[pid=20118/tid=20172] ppid=20115 vsize=10846988 memory=709420 CPUtime=7.76 cores=1,3,5,7
/proc/20118/task/20172/stat : 20172 (java) S 20115 20118 17320 0 -1 1077944384 7357 13155 0 0 729 39 5 3 20 0 15 0 444244609 11107315712 177358 33554432000 4194304 4196468 140729600959168 140659820186000 140659815954133 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23052288 140729600961264 140729600963781 140729600963781 140729600966607 0
[pid=20118/tid=20173] ppid=20115 vsize=10846988 memory=709432 CPUtime=7.78 cores=1,3,5,7
/proc/20118/task/20173/stat : 20173 (java) S 20115 20118 17320 0 -1 1077944384 9991 13155 0 0 728 42 5 3 20 0 15 0 444244609 11107315712 177358 33554432000 4194304 4196468 140729600959168 140659719076112 140659815954133 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23052288 140729600961264 140729600963781 140729600963781 140729600966607 0
[pid=20118/tid=20174] ppid=20115 vsize=10846988 memory=3620 CPUtime=7.78 cores=1,3,5,7
/proc/20118/task/20174/stat : 20174 (java) S 20115 20118 17320 0 -1 1077944384 13874 13155 0 0 727 43 5 3 20 0 15 0 444244609 11107315712 177358 33554432000 4194304 4196468 140729600959168 140659718023824 140659815954133 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23052288 140729600961264 140729600963781 140729600963781 140729600966607 0
[pid=20118/tid=20175] ppid=20115 vsize=10846988 memory=1660 CPUtime=7.79 cores=1,3,5,7
/proc/20118/task/20175/stat : 20175 (java) S 20115 20118 17320 0 -1 1077944384 7072 13155 0 0 732 39 5 3 20 0 15 0 444244609 11107315712 177358 33554432000 4194304 4196468 140729600959168 140659716971024 140659815954133 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23052288 140729600961264 140729600963781 140729600963781 140729600966607 0
[pid=20118/tid=20176] ppid=20115 vsize=10846988 memory=48024 CPUtime=7.88 cores=1,3,5,7
/proc/20118/task/20176/stat : 20176 (java) S 20115 20118 17320 0 -1 1077944384 11442 13155 0 0 743 37 5 3 20 0 15 0 444244610 11107315712 177358 33554432000 4194304 4196468 140729600959168 140659274840688 140659815955074 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23052288 140729600961264 140729600963781 140729600963781 140729600966607 0
[pid=20118/tid=20177] ppid=20115 vsize=10846988 memory=709432 CPUtime=0.08 cores=1,3,5,7
/proc/20118/task/20177/stat : 20177 (java) S 20115 20118 17320 0 -1 1077944384 39 13155 0 0 0 0 5 3 20 0 15 0 444244611 11107315712 177358 33554432000 4194304 4196468 140729600959168 140659273786720 140659815954133 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23052288 140729600961264 140729600963781 140729600963781 140729600966607 0
[pid=20118/tid=20178] ppid=20115 vsize=10846988 memory=4160 CPUtime=0.08 cores=1,3,5,7
/proc/20118/task/20178/stat : 20178 (java) S 20115 20118 17320 0 -1 1077944384 1 13155 0 0 0 0 5 3 20 0 15 0 444244611 11107315712 177358 33554432000 4194304 4196468 140729600959168 140659172304512 140659815954133 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23052288 140729600961264 140729600963781 140729600963781 140729600966607 0
[pid=20118/tid=20179] ppid=20115 vsize=10846988 memory=776 CPUtime=0.08 cores=1,3,5,7
/proc/20118/task/20179/stat : 20179 (java) S 20115 20118 17320 0 -1 1077944384 2 13155 0 0 0 0 5 3 20 0 15 0 444244614 11107315712 177358 33554432000 4194304 4196468 140729600959168 140658568325712 140659815962523 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23052288 140729600961264 140729600963781 140729600963781 140729600966607 0
[pid=20118/tid=20180] ppid=20115 vsize=10846988 memory=709432 CPUtime=3.76 cores=1,3,5,7
/proc/20118/task/20180/stat : 20180 (java) S 20115 20118 17320 0 -1 1077944384 33355 13155 0 0 364 4 5 3 20 0 15 0 444244614 11107315712 177358 33554432000 4194304 4196468 140729600959168 140659138746480 140659815955074 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23052288 140729600961264 140729600963781 140729600963781 140729600966607 0
[pid=20118/tid=20181] ppid=20115 vsize=10846988 memory=2008 CPUtime=3.94 cores=1,3,5,7
/proc/20118/task/20181/stat : 20181 (java) S 20115 20118 17320 0 -1 1077944384 24420 13155 0 0 384 2 5 3 20 0 15 0 444244614 11107315712 177358 33554432000 4194304 4196468 140729600959168 140659137693680 140659815955074 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23052288 140729600961264 140729600963781 140729600963781 140729600966607 0
[pid=20118/tid=20182] ppid=20115 vsize=10846988 memory=1436 CPUtime=1.74 cores=1,3,5,7
/proc/20118/task/20182/stat : 20182 (java) S 20115 20118 17320 0 -1 1077944384 25775 13155 0 0 162 4 5 3 20 0 15 0 444244614 11107315712 177358 33554432000 4194304 4196468 140729600959168 140659136641392 140659815955074 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23052288 140729600961264 140729600963781 140729600963781 140729600966607 0
[pid=20118/tid=20183] ppid=20115 vsize=10846988 memory=6791534058613427641 CPUtime=0.08 cores=1,3,5,7
/proc/20118/task/20183/stat : 20183 (java) S 20115 20118 17320 0 -1 1077944384 3 13155 0 0 0 0 5 3 20 0 15 0 444244614 11107315712 177358 33554432000 4194304 4196468 140729600959168 140658098563552 140659815954133 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23052288 140729600961264 140729600963781 140729600963781 140729600966607 0
[pid=20118/tid=20184] ppid=20115 vsize=10846988 memory=4104 CPUtime=1.02 cores=1,3,5,7
/proc/20118/task/20184/stat : 20184 (java) S 20115 20118 17320 0 -1 1077944384 651 13155 0 0 43 51 5 3 20 0 15 0 444244614 11107315712 177358 33554432000 4194304 4196468 140729600959168 140659135589296 140659815955074 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23052288 140729600961264 140729600963781 140729600963781 140729600966607 0
Current children cumulated CPU time: 1735.89 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 709432 KiB

[startup+1706.4 s]
/proc/loadavg: 1.60 1.42 1.36 3/227 20469
/proc/meminfo: memFree=26983544/32770624 swapFree=66959728/67108860
[pid=20118] ppid=20115 vsize=10846988 memory=709432 CPUtime=1736.71 cores=1,3,5,7
/proc/20118/stat : 20118 (java) S 20115 20118 17320 0 -1 1077944320 190162 13155 0 0 173411 252 5 3 20 0 15 0 444244599 11107315712 177358 33554432000 4194304 4196468 140729600959168 140729600941712 140659815943927 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 23052288 140729600961264 140729600963781 140729600963781 140729600966607 0
/proc/20118/statm: 2711747 177358 3633 1 0 2673805 0
[pid=20118/tid=20171] ppid=20115 vsize=10846988 memory=776 CPUtime=1687.86 cores=1,3,5,7
/proc/20118/task/20171/stat : 20171 (java) R 20115 20118 17320 0 -1 4202560 53975 13155 0 0 168745 33 5 3 20 0 15 0 444244608 11107315712 177358 33554432000 4194304 4196468 140729600959168 140659787778832 140659402991584 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 23052288 140729600961264 140729600963781 140729600963781 140729600966607 0
[pid=20118/tid=20172] ppid=20115 vsize=10846988 memory=709432 CPUtime=7.76 cores=1,3,5,7
/proc/20118/task/20172/stat : 20172 (java) S 20115 20118 17320 0 -1 1077944384 7357 13155 0 0 729 39 5 3 20 0 15 0 444244609 11107315712 177358 33554432000 4194304 4196468 140729600959168 140659820186000 140659815954133 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23052288 140729600961264 140729600963781 140729600963781 140729600966607 0
[pid=20118/tid=20173] ppid=20115 vsize=10846988 memory=800 CPUtime=7.78 cores=1,3,5,7
/proc/20118/task/20173/stat : 20173 (java) S 20115 20118 17320 0 -1 1077944384 9991 13155 0 0 728 42 5 3 20 0 15 0 444244609 11107315712 177358 33554432000 4194304 4196468 140729600959168 140659719076112 140659815954133 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23052288 140729600961264 140729600963781 140729600963781 140729600966607 0
[pid=20118/tid=20174] ppid=20115 vsize=10846988 memory=1804 CPUtime=7.78 cores=1,3,5,7
/proc/20118/task/20174/stat : 20174 (java) S 20115 20118 17320 0 -1 1077944384 13874 13155 0 0 727 43 5 3 20 0 15 0 444244609 11107315712 177358 33554432000 4194304 4196468 140729600959168 140659718023824 140659815954133 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23052288 140729600961264 140729600963781 140729600963781 140729600966607 0
[pid=20118/tid=20175] ppid=20115 vsize=10846988 memory=920 CPUtime=7.79 cores=1,3,5,7
/proc/20118/task/20175/stat : 20175 (java) S 20115 20118 17320 0 -1 1077944384 7072 13155 0 0 732 39 5 3 20 0 15 0 444244609 11107315712 177358 33554432000 4194304 4196468 140729600959168 140659716971024 140659815954133 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23052288 140729600961264 140729600963781 140729600963781 140729600966607 0
[pid=20118/tid=20176] ppid=20115 vsize=10846988 memory=6791534058613427641 CPUtime=7.89 cores=1,3,5,7
/proc/20118/task/20176/stat : 20176 (java) S 20115 20118 17320 0 -1 1077944384 11442 13155 0 0 744 37 5 3 20 0 15 0 444244610 11107315712 177358 33554432000 4194304 4196468 140729600959168 140659274840688 140659815955074 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23052288 140729600961264 140729600963781 140729600963781 140729600966607 0
[pid=20118/tid=20177] ppid=20115 vsize=10846988 memory=928 CPUtime=0.08 cores=1,3,5,7
/proc/20118/task/20177/stat : 20177 (java) S 20115 20118 17320 0 -1 1077944384 39 13155 0 0 0 0 5 3 20 0 15 0 444244611 11107315712 177358 33554432000 4194304 4196468 140729600959168 140659273786720 140659815954133 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23052288 140729600961264 140729600963781 140729600963781 140729600966607 0
[pid=20118/tid=20178] ppid=20115 vsize=10846988 memory=1772 CPUtime=0.08 cores=1,3,5,7
/proc/20118/task/20178/stat : 20178 (java) S 20115 20118 17320 0 -1 1077944384 1 13155 0 0 0 0 5 3 20 0 15 0 444244611 11107315712 177358 33554432000 4194304 4196468 140729600959168 140659172304512 140659815954133 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23052288 140729600961264 140729600963781 140729600963781 140729600966607 0
[pid=20118/tid=20179] ppid=20115 vsize=10846988 memory=832 CPUtime=0.08 cores=1,3,5,7
/proc/20118/task/20179/stat : 20179 (java) S 20115 20118 17320 0 -1 1077944384 2 13155 0 0 0 0 5 3 20 0 15 0 444244614 11107315712 177358 33554432000 4194304 4196468 140729600959168 140658568325712 140659815962523 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23052288 140729600961264 140729600963781 140729600963781 140729600966607 0
[pid=20118/tid=20180] ppid=20115 vsize=10846988 memory=6791534058613427641 CPUtime=3.76 cores=1,3,5,7
/proc/20118/task/20180/stat : 20180 (java) S 20115 20118 17320 0 -1 1077944384 33355 13155 0 0 364 4 5 3 20 0 15 0 444244614 11107315712 177358 33554432000 4194304 4196468 140729600959168 140659138746480 140659815955074 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23052288 140729600961264 140729600963781 140729600963781 140729600966607 0
[pid=20118/tid=20181] ppid=20115 vsize=10846988 memory=14048 CPUtime=3.94 cores=1,3,5,7
/proc/20118/task/20181/stat : 20181 (java) S 20115 20118 17320 0 -1 1077944384 24420 13155 0 0 384 2 5 3 20 0 15 0 444244614 11107315712 177358 33554432000 4194304 4196468 140729600959168 140659137693680 140659815955074 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23052288 140729600961264 140729600963781 140729600963781 140729600966607 0
[pid=20118/tid=20182] ppid=20115 vsize=10846988 memory=2124 CPUtime=1.74 cores=1,3,5,7
/proc/20118/task/20182/stat : 20182 (java) S 20115 20118 17320 0 -1 1077944384 25775 13155 0 0 162 4 5 3 20 0 15 0 444244614 11107315712 177358 33554432000 4194304 4196468 140729600959168 140659136641392 140659815955074 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23052288 140729600961264 140729600963781 140729600963781 140729600966607 0
[pid=20118/tid=20183] ppid=20115 vsize=10846988 memory=500 CPUtime=0.08 cores=1,3,5,7
/proc/20118/task/20183/stat : 20183 (java) S 20115 20118 17320 0 -1 1077944384 3 13155 0 0 0 0 5 3 20 0 15 0 444244614 11107315712 177358 33554432000 4194304 4196468 140729600959168 140658098563552 140659815954133 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23052288 140729600961264 140729600963781 140729600963781 140729600966607 0
[pid=20118/tid=20184] ppid=20115 vsize=10846988 memory=6791534058613427641 CPUtime=1.02 cores=1,3,5,7
/proc/20118/task/20184/stat : 20184 (java) S 20115 20118 17320 0 -1 1077944384 651 13155 0 0 43 51 5 3 20 0 15 0 444244614 11107315712 177358 33554432000 4194304 4196468 140729600959168 140659135589296 140659815955074 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23052288 140729600961264 140729600963781 140729600963781 140729600966607 0
Current children cumulated CPU time: 1736.71 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 709432 KiB

[startup+1706.8 s]
/proc/loadavg: 1.60 1.42 1.36 3/227 20469
/proc/meminfo: memFree=26983544/32770624 swapFree=66959728/67108860
[pid=20118] ppid=20115 vsize=10846988 memory=709432 CPUtime=1737.12 cores=1,3,5,7
/proc/20118/stat : 20118 (java) S 20115 20118 17320 0 -1 1077944320 190165 13155 0 0 173452 252 5 3 20 0 15 0 444244599 11107315712 177358 33554432000 4194304 4196468 140729600959168 140729600941712 140659815943927 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 23052288 140729600961264 140729600963781 140729600963781 140729600966607 0
/proc/20118/statm: 2711747 177358 3633 1 0 2673805 0
[pid=20118/tid=20171] ppid=20115 vsize=10846988 memory=6791534058613427641 CPUtime=1688.26 cores=1,3,5,7
/proc/20118/task/20171/stat : 20171 (java) R 20115 20118 17320 0 -1 4202560 53978 13155 0 0 168785 33 5 3 20 0 15 0 444244608 11107315712 177358 33554432000 4194304 4196468 140729600959168 140659787779840 140659398595374 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 23052288 140729600961264 140729600963781 140729600963781 140729600966607 0
[pid=20118/tid=20172] ppid=20115 vsize=10846988 memory=288230583166042426 CPUtime=7.76 cores=1,3,5,7
/proc/20118/task/20172/stat : 20172 (java) S 20115 20118 17320 0 -1 1077944384 7357 13155 0 0 729 39 5 3 20 0 15 0 444244609 11107315712 177358 33554432000 4194304 4196468 140729600959168 140659820186000 140659815954133 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23052288 140729600961264 140729600963781 140729600963781 140729600966607 0
[pid=20118/tid=20173] ppid=20115 vsize=10846988 memory=15261432686053804 CPUtime=7.79 cores=1,3,5,7
/proc/20118/task/20173/stat : 20173 (java) S 20115 20118 17320 0 -1 1077944384 9991 13155 0 0 729 42 5 3 20 0 15 0 444244609 11107315712 177358 33554432000 4194304 4196468 140729600959168 140659719076112 140659815954133 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23052288 140729600961264 140729600963781 140729600963781 140729600966607 0
[pid=20118/tid=20174] ppid=20115 vsize=10846988 memory=920 CPUtime=7.78 cores=1,3,5,7
/proc/20118/task/20174/stat : 20174 (java) S 20115 20118 17320 0 -1 1077944384 13874 13155 0 0 727 43 5 3 20 0 15 0 444244609 11107315712 177358 33554432000 4194304 4196468 140729600959168 140659718023824 140659815954133 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23052288 140729600961264 140729600963781 140729600963781 140729600966607 0
[pid=20118/tid=20175] ppid=20115 vsize=10846988 memory=3848 CPUtime=7.79 cores=1,3,5,7
/proc/20118/task/20175/stat : 20175 (java) S 20115 20118 17320 0 -1 1077944384 7072 13155 0 0 732 39 5 3 20 0 15 0 444244609 11107315712 177358 33554432000 4194304 4196468 140729600959168 140659716971024 140659815954133 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23052288 140729600961264 140729600963781 140729600963781 140729600966607 0
[pid=20118/tid=20176] ppid=20115 vsize=10846988 memory=2608 CPUtime=7.89 cores=1,3,5,7
/proc/20118/task/20176/stat : 20176 (java) S 20115 20118 17320 0 -1 1077944384 11442 13155 0 0 744 37 5 3 20 0 15 0 444244610 11107315712 177358 33554432000 4194304 4196468 140729600959168 140659274840688 140659815955074 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23052288 140729600961264 140729600963781 140729600963781 140729600966607 0
[pid=20118/tid=20177] ppid=20115 vsize=10846988 memory=2852 CPUtime=0.08 cores=1,3,5,7
/proc/20118/task/20177/stat : 20177 (java) S 20115 20118 17320 0 -1 1077944384 39 13155 0 0 0 0 5 3 20 0 15 0 444244611 11107315712 177358 33554432000 4194304 4196468 140729600959168 140659273786720 140659815954133 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23052288 140729600961264 140729600963781 140729600963781 140729600966607 0
[pid=20118/tid=20178] ppid=20115 vsize=10846988 memory=1408 CPUtime=0.08 cores=1,3,5,7
/proc/20118/task/20178/stat : 20178 (java) S 20115 20118 17320 0 -1 1077944384 1 13155 0 0 0 0 5 3 20 0 15 0 444244611 11107315712 177358 33554432000 4194304 4196468 140729600959168 140659172304512 140659815954133 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23052288 140729600961264 140729600963781 140729600963781 140729600966607 0
[pid=20118/tid=20179] ppid=20115 vsize=10846988 memory=3204 CPUtime=0.08 cores=1,3,5,7
/proc/20118/task/20179/stat : 20179 (java) S 20115 20118 17320 0 -1 1077944384 2 13155 0 0 0 0 5 3 20 0 15 0 444244614 11107315712 177358 33554432000 4194304 4196468 140729600959168 140658568325712 140659815962523 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23052288 140729600961264 140729600963781 140729600963781 140729600966607 0
[pid=20118/tid=20180] ppid=20115 vsize=10846988 memory=709432 CPUtime=3.76 cores=1,3,5,7
/proc/20118/task/20180/stat : 20180 (java) S 20115 20118 17320 0 -1 1077944384 33355 13155 0 0 364 4 5 3 20 0 15 0 444244614 11107315712 177358 33554432000 4194304 4196468 140729600959168 140659138746480 140659815955074 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23052288 140729600961264 140729600963781 140729600963781 140729600966607 0
[pid=20118/tid=20181] ppid=20115 vsize=10846988 memory=1408 CPUtime=3.94 cores=1,3,5,7
/proc/20118/task/20181/stat : 20181 (java) S 20115 20118 17320 0 -1 1077944384 24420 13155 0 0 384 2 5 3 20 0 15 0 444244614 11107315712 177358 33554432000 4194304 4196468 140729600959168 140659137693680 140659815955074 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23052288 140729600961264 140729600963781 140729600963781 140729600966607 0
[pid=20118/tid=20182] ppid=20115 vsize=10846988 memory=3036 CPUtime=1.74 cores=1,3,5,7
/proc/20118/task/20182/stat : 20182 (java) S 20115 20118 17320 0 -1 1077944384 25775 13155 0 0 162 4 5 3 20 0 15 0 444244614 11107315712 177358 33554432000 4194304 4196468 140729600959168 140659136641392 140659815955074 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23052288 140729600961264 140729600963781 140729600963781 140729600966607 0
[pid=20118/tid=20183] ppid=20115 vsize=10846988 memory=828264 CPUtime=0.08 cores=1,3,5,7
/proc/20118/task/20183/stat : 20183 (java) S 20115 20118 17320 0 -1 1077944384 3 13155 0 0 0 0 5 3 20 0 15 0 444244614 11107315712 177358 33554432000 4194304 4196468 140729600959168 140658098563552 140659815954133 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23052288 140729600961264 140729600963781 140729600963781 140729600966607 0
[pid=20118/tid=20184] ppid=20115 vsize=10846988 memory=4104 CPUtime=1.02 cores=1,3,5,7
/proc/20118/task/20184/stat : 20184 (java) S 20115 20118 17320 0 -1 1077944384 651 13155 0 0 43 51 5 3 20 0 15 0 444244614 11107315712 177358 33554432000 4194304 4196468 140729600959168 140659135589296 140659815955074 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23052288 140729600961264 140729600963781 140729600963781 140729600966607 0
Current children cumulated CPU time: 1737.12 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 709432 KiB

Child status: 0
Real time (s): 1706.87
CPU time (s): 1737.2
CPU user time (s): 1734.63
CPU system time (s): 2.56341
CPU usage (%): 101.777
Max. virtual memory (cumulated for all children) (KiB): 10849652
Max. memory (cumulated for all children) (KiB): 709432

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1734.63
system time used= 2.56341
maximum resident set size= 711680
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 203893
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2144
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 193733
involuntary context switches= 5081


# summary of solver processes directly reported to runsolver:
#   pid: 20118
#   total CPU time (s): 1737.2
#   total CPU user time (s): 1734.63
#   total CPU system time (s): 2.56341

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.3182 second user time and 15.8638 second system time

The end

Launcher Data

Begin job on node124 at 2019-09-17 03:16:44
IDJOB=4401395
IDBENCH=129880
IDSOLVER=2858
FILE ID=node124/4401395-1568683044
RUNJOBID= node124-1568673291-17352
PBS_JOBID= 21703786
Free space on /tmp= 61776 MiB

SOLVER NAME= Concrete 3.12.2
BENCH NAME= XCSP17/Rcpsp/Rcpsp-m1-j30/Rcpsp-j30-41-06.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4401395-1568683044/watcher-4401395-1568683044 -o /tmp/evaluation-result-4401395-1568683044/solver-4401395-1568683044 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node124-1568673291-17352 --watchdog 2560  bin/xcsp-3-concrete -J-Xss32M -randomseed=479243401 HOME/instance-4401395-1568683044.xml

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

MD5SUM BENCH= 9c0419560fe3c6efa350d2101b8d9fdb
RANDOM SEED=479243401

node124.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:        27782128 kB
MemAvailable:   31122000 kB
Buffers:          227428 kB
Cached:          3400556 kB
SwapCached:        46376 kB
Active:          1841412 kB
Inactive:        2558892 kB
Active(anon):     724144 kB
Inactive(anon):    97996 kB
Active(file):    1117268 kB
Inactive(file):  2460896 kB
Unevictable:      107732 kB
Mlocked:          107732 kB
SwapTotal:      67108860 kB
SwapFree:       66959728 kB
Dirty:             35336 kB
Writeback:             0 kB
AnonPages:        835292 kB
Mapped:            62096 kB
Shmem:             40944 kB
Slab:             185028 kB
SReclaimable:     155084 kB
SUnreclaim:        29944 kB
KernelStack:        3744 kB
PageTables:         6984 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1970660 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:      112000 kB
DirectMap2M:    33433600 kB

Free space on /tmp at the end= 61744 MiB
End job on node124 at 2019-09-17 03:45:11