Trace number 4396348

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.2OPT14 162.22 147.429

General information on the benchmark

NameQuadraticAssignment/QuadraticAssignment-m1-s1/
QuadraticAssignment-esc16e.xml
MD5SUM9478703244e8f640224ac5c9e01083b8
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark14
Best CPU time to get the best result obtained on this benchmark13.1433
Satisfiable
(Un)Satisfiability was proved
Number of variables272
Number of constraints22
Number of domains2
Minimum domain size4
Maximum domain size16
Distribution of domain sizes[{"size":4,"count":21},{"size":16,"count":16}]
Minimum variable degree0
Maximum variable degree7
Distribution of variable degrees[{"degree":0,"count":235},{"degree":1,"count":7},{"degree":2,"count":23},{"degree":5,"count":1},{"degree":7,"count":6}]
Minimum constraint arity3
Maximum constraint arity16
Distribution of constraint arities[{"arity":3,"count":21},{"arity":16,"count":1}]
Number of extensional constraints21
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":21},{"type":"allDifferent","count":1}]
Optimization problemYES
Type of objectivemin SUM

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.56	c Concrete v3.12.2.1568380929293 running
8.50/3.67	o 16
9.16/3.83	o 15
9.16/3.85	o 14
162.16/147.41	v <instantiation
162.16/147.41	v         cost = '14'>
162.16/147.41	v       <list>
162.16/147.41	v         x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] d[0][2] d[0][3] d[0][5] d[0][6] d[0][7] d[0][8] d[1][3] d[3][5] d[3][6] d[3][7] d[3][8] d[4][5] d[4][6] d[4][7] d[4][8] d[5][6] d[5][7] d[5][8] d[6][7] d[6][8] d[7][8]
162.16/147.41	v       </list>
162.16/147.41	v       <values>
162.16/147.41	v         15 6 11 14 9 8 13 12 10 5 0 7 1 3 2 4 0 0 2 0 1 1 0 1 1 0 0 0 0 1 1 1 0 0 0 2 1
162.16/147.41	v       </values>
162.16/147.41	v     </instantiation>
162.16/147.41	s OPTIMUM FOUND

Verifier Data

OK	14

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4396348-1568397221/watcher-4396348-1568397221 -o /tmp/evaluation-result-4396348-1568397221/solver-4396348-1568397221 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node103-1568393993-23927 --watchdog 2560 bin/xcsp-3-concrete -J-Xss32M -randomseed=1758630965 HOME/instance-4396348-1568397221.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
solver pid=25120, runsolver pid=25117
Current StackSize limit: 8192 KiB


[startup+0.10012 s]*
/proc/loadavg: 1.26 1.34 1.39 3/219 25177
/proc/meminfo: memFree=31041360/32770624 swapFree=66996932/67108860
[pid=25120] ppid=25117 vsize=9972712 memory=18332 CPUtime=0.08 cores=0,2,4,6
/proc/25120/stat : 25120 (java) S 25117 25120 22378 0 -1 1077944320 4349 13135 0 0 1 0 4 3 20 0 6 0 415975201 10212057088 4583 33554432000 4194304 4196468 140727528926480 140727528909024 139799218958071 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 15171584 140727528930031 140727528932549 140727528932549 140727528935375 0
/proc/25120/statm: 2493178 4583 1931 1 0 2481616 0
[pid=25120/tid=25173] ppid=25117 vsize=9972712 memory=720575944405811505 CPUtime=0.08 cores=0,2,4,6
/proc/25120/task/25173/stat : 25173 (java) R 25117 25120 22378 0 -1 4202560 2135 13135 0 0 1 0 4 3 20 0 6 0 415975210 10212057088 4583 33554432000 4194304 4196468 140727528926480 139799190794832 139799204640597 0 4 0 16784584 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 15171584 140727528930031 140727528932549 140727528932549 140727528935375 0
[pid=25120/tid=25174] ppid=25117 vsize=9972712 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/25120/task/25174/stat : 25174 (java) S 25117 25120 22378 0 -1 1077944384 1 13135 0 0 0 0 4 3 20 0 6 0 415975211 10212057088 4583 33554432000 4194304 4196468 140727528926480 139799223200912 139799218968277 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15171584 140727528930031 140727528932549 140727528932549 140727528935375 0
[pid=25120/tid=25175] ppid=25117 vsize=9972712 memory=3834726242558641824 CPUtime=0.07 cores=0,2,4,6
/proc/25120/task/25175/stat : 25175 (java) S 25117 25120 22378 0 -1 1077944384 2 13135 0 0 0 0 4 3 20 0 6 0 415975211 10212057088 4583 33554432000 4194304 4196468 140727528926480 139799111474192 139799218968277 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15171584 140727528930031 140727528932549 140727528932549 140727528935375 0
[pid=25120/tid=25176] ppid=25117 vsize=9972712 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/25120/task/25176/stat : 25176 (java) S 25117 25120 22378 0 -1 1077944384 1 13135 0 0 0 0 4 3 20 0 6 0 415975211 10212057088 4583 33554432000 4194304 4196468 140727528926480 139799110421392 139799218968277 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15171584 140727528930031 140727528932549 140727528932549 140727528935375 0
[pid=25120/tid=25177] ppid=25117 vsize=9972712 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/25120/task/25177/stat : 25177 (java) S 25117 25120 22378 0 -1 1077944384 2 13135 0 0 0 0 4 3 20 0 6 0 415975211 10212057088 4583 33554432000 4194304 4196468 140727528926480 139799109368592 139799218968277 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15171584 140727528930031 140727528932549 140727528932549 140727528935375 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 18332 KiB

[startup+0.211051 s]*
/proc/loadavg: 1.26 1.34 1.39 3/228 25186
/proc/meminfo: memFree=31021552/32770624 swapFree=66996932/67108860
[pid=25120] ppid=25117 vsize=10819664 memory=38240 CPUtime=0.25 cores=0,2,4,6
/proc/25120/stat : 25120 (java) S 25117 25120 22378 0 -1 1077944320 6919 13135 0 0 17 1 4 3 20 0 15 0 415975201 11079335936 9560 33554432000 4194304 4196468 140727528926480 140727528909024 139799218958071 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 15171584 140727528930031 140727528932549 140727528932549 140727528935375 0
/proc/25120/statm: 2704916 9560 3166 1 0 2667149 0
[pid=25120/tid=25173] ppid=25117 vsize=10819664 memory=751940894209540401 CPUtime=0.18 cores=0,2,4,6
/proc/25120/task/25173/stat : 25173 (java) R 25117 25120 22378 0 -1 4202560 3390 13135 0 0 11 0 4 3 20 0 15 0 415975210 11079335936 9560 33554432000 4194304 4196468 140727528926480 139799190773312 139799205026190 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 15171584 140727528930031 140727528932549 140727528932549 140727528935375 0
[pid=25120/tid=25174] ppid=25117 vsize=10819664 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/25120/task/25174/stat : 25174 (java) S 25117 25120 22378 0 -1 1077944384 1 13135 0 0 0 0 4 3 20 0 15 0 415975211 11079335936 9560 33554432000 4194304 4196468 140727528926480 139799223200912 139799218968277 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15171584 140727528930031 140727528932549 140727528932549 140727528935375 0
[pid=25120/tid=25175] ppid=25117 vsize=10819664 memory=3834726242558641824 CPUtime=0.07 cores=0,2,4,6
/proc/25120/task/25175/stat : 25175 (java) S 25117 25120 22378 0 -1 1077944384 2 13135 0 0 0 0 4 3 20 0 15 0 415975211 11079335936 9560 33554432000 4194304 4196468 140727528926480 139799111474192 139799218968277 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15171584 140727528930031 140727528932549 140727528932549 140727528935375 0
[pid=25120/tid=25176] ppid=25117 vsize=10819664 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/25120/task/25176/stat : 25176 (java) S 25117 25120 22378 0 -1 1077944384 1 13135 0 0 0 0 4 3 20 0 15 0 415975211 11079335936 9560 33554432000 4194304 4196468 140727528926480 139799110421392 139799218968277 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15171584 140727528930031 140727528932549 140727528932549 140727528935375 0
[pid=25120/tid=25177] ppid=25117 vsize=10819664 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/25120/task/25177/stat : 25177 (java) S 25117 25120 22378 0 -1 1077944384 2 13135 0 0 0 0 4 3 20 0 15 0 415975211 11079335936 9560 33554432000 4194304 4196468 140727528926480 139799109368592 139799218968277 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15171584 140727528930031 140727528932549 140727528932549 140727528935375 0
[pid=25120/tid=25178] ppid=25117 vsize=10819664 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/25120/task/25178/stat : 25178 (java) S 25117 25120 22378 0 -1 1077944384 2 13135 0 0 0 0 4 3 20 0 15 0 415975213 11079335936 9560 33554432000 4194304 4196468 140727528926480 139798678272368 139799218969218 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15171584 140727528930031 140727528932549 140727528932549 140727528935375 0
[pid=25120/tid=25179] ppid=25117 vsize=10819664 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/25120/task/25179/stat : 25179 (java) S 25117 25120 22378 0 -1 1077944384 33 13135 0 0 0 0 4 3 20 0 15 0 415975213 11079335936 9560 33554432000 4194304 4196468 140727528926480 139798677218336 139799218968277 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15171584 140727528930031 140727528932549 140727528932549 140727528935375 0
[pid=25120/tid=25180] ppid=25117 vsize=10819664 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/25120/task/25180/stat : 25180 (java) S 25117 25120 22378 0 -1 1077944384 1 13135 0 0 0 0 4 3 20 0 15 0 415975213 11079335936 9560 33554432000 4194304 4196468 140727528926480 139798031360880 139799218968277 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15171584 140727528930031 140727528932549 140727528932549 140727528935375 0
[pid=25120/tid=25181] ppid=25117 vsize=10819664 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/25120/task/25181/stat : 25181 (java) S 25117 25120 22378 0 -1 1077944384 3 13135 0 0 0 0 4 3 20 0 15 0 415975216 11079335936 9560 33554432000 4194304 4196468 140727528926480 139797791070032 139799218976667 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15171584 140727528930031 140727528932549 140727528932549 140727528935375 0
[pid=25120/tid=25182] ppid=25117 vsize=10819664 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/25120/task/25182/stat : 25182 (java) S 25117 25120 22378 0 -1 1077944384 348 13135 0 0 1 0 4 3 20 0 15 0 415975216 11079335936 10072 33554432000 4194304 4196468 140727528926480 139798643661680 139799218969218 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15171584 140727528930031 140727528932549 140727528932549 140727528935375 0
[pid=25120/tid=25183] ppid=25117 vsize=10819664 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/25120/task/25183/stat : 25183 (java) S 25117 25120 22378 0 -1 1077944384 308 13135 0 0 1 0 4 3 20 0 15 0 415975216 11079335936 10072 33554432000 4194304 4196468 140727528926480 139798642608880 139799218969218 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15171584 140727528930031 140727528932549 140727528932549 140727528935375 0
[pid=25120/tid=25184] ppid=25117 vsize=10819664 memory=139642683754112 CPUtime=0.1 cores=0,2,4,6
/proc/25120/task/25184/stat : 25184 (java) R 25117 25120 22378 0 -1 4202560 613 13135 0 0 3 0 4 3 20 0 15 0 415975216 11079335936 10072 33554432000 4194304 4196468 140727528926480 139798641556080 139799218979418 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 15171584 140727528930031 140727528932549 140727528932549 140727528935375 0
[pid=25120/tid=25185] ppid=25117 vsize=10819664 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/25120/task/25185/stat : 25185 (java) S 25117 25120 22378 0 -1 1077944384 3 13135 0 0 0 0 4 3 20 0 15 0 415975216 11079335936 10072 33554432000 4194304 4196468 140727528926480 139797757512416 139799218968277 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15171584 140727528930031 140727528932549 140727528932549 140727528935375 0
[pid=25120/tid=25186] ppid=25117 vsize=10819664 memory=139642683754112 CPUtime=0.07 cores=0,2,4,6
/proc/25120/task/25186/stat : 25186 (java) S 25117 25120 22378 0 -1 1077944384 1 13135 0 0 0 0 4 3 20 0 15 0 415975216 11079335936 10072 33554432000 4194304 4196468 140727528926480 139798640503472 139799218969218 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15171584 140727528930031 140727528932549 140727528932549 140727528935375 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10819664 KiB
Current children cumulated memory: 38240 KiB

[startup+0.311465 s]*
/proc/loadavg: 1.26 1.34 1.39 3/228 25186
/proc/meminfo: memFree=31008200/32770624 swapFree=66996932/67108860
[pid=25120] ppid=25117 vsize=10820148 memory=50420 CPUtime=0.39 cores=0,2,4,6
/proc/25120/stat : 25120 (java) S 25117 25120 22378 0 -1 1077944320 10354 13135 0 0 29 3 4 3 20 0 15 0 415975201 11079831552 12605 33554432000 4194304 4196468 140727528926480 140727528909024 139799218958071 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 15171584 140727528930031 140727528932549 140727528932549 140727528935375 0
/proc/25120/statm: 2705037 12605 3298 1 0 2667149 0
[pid=25120/tid=25173] ppid=25117 vsize=10820148 memory=8317482817917895235 CPUtime=0.28 cores=0,2,4,6
/proc/25120/task/25173/stat : 25173 (java) R 25117 25120 22378 0 -1 4202560 6806 13135 0 0 19 2 4 3 20 0 15 0 415975210 11079831552 12605 33554432000 4194304 4196468 140727528926480 139799190761536 139799203038558 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 15171584 140727528930031 140727528932549 140727528932549 140727528935375 0
[pid=25120/tid=25174] ppid=25117 vsize=10820148 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/25120/task/25174/stat : 25174 (java) S 25117 25120 22378 0 -1 1077944384 1 13135 0 0 0 0 4 3 20 0 15 0 415975211 11079831552 12605 33554432000 4194304 4196468 140727528926480 139799223200912 139799218968277 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15171584 140727528930031 140727528932549 140727528932549 140727528935375 0
[pid=25120/tid=25175] ppid=25117 vsize=10820148 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/25120/task/25175/stat : 25175 (java) S 25117 25120 22378 0 -1 1077944384 2 13135 0 0 0 0 4 3 20 0 15 0 415975211 11079831552 12605 33554432000 4194304 4196468 140727528926480 139799111474192 139799218968277 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15171584 140727528930031 140727528932549 140727528932549 140727528935375 0
[pid=25120/tid=25176] ppid=25117 vsize=10820148 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/25120/task/25176/stat : 25176 (java) S 25117 25120 22378 0 -1 1077944384 1 13135 0 0 0 0 4 3 20 0 15 0 415975211 11079831552 12605 33554432000 4194304 4196468 140727528926480 139799110421392 139799218968277 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15171584 140727528930031 140727528932549 140727528932549 140727528935375 0
[pid=25120/tid=25177] ppid=25117 vsize=10820148 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/25120/task/25177/stat : 25177 (java) S 25117 25120 22378 0 -1 1077944384 2 13135 0 0 0 0 4 3 20 0 15 0 415975211 11079831552 12605 33554432000 4194304 4196468 140727528926480 139799109368592 139799218968277 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15171584 140727528930031 140727528932549 140727528932549 140727528935375 0
[pid=25120/tid=25178] ppid=25117 vsize=10820148 memory=139642683754111 CPUtime=0.07 cores=0,2,4,6
/proc/25120/task/25178/stat : 25178 (java) S 25117 25120 22378 0 -1 1077944384 2 13135 0 0 0 0 4 3 20 0 15 0 415975213 11079831552 12605 33554432000 4194304 4196468 140727528926480 139798678272368 139799218969218 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15171584 140727528930031 140727528932549 140727528932549 140727528935375 0
[pid=25120/tid=25179] ppid=25117 vsize=10820148 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/25120/task/25179/stat : 25179 (java) S 25117 25120 22378 0 -1 1077944384 33 13135 0 0 0 0 4 3 20 0 15 0 415975213 11079831552 12605 33554432000 4194304 4196468 140727528926480 139798677218336 139799218968277 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15171584 140727528930031 140727528932549 140727528932549 140727528935375 0
[pid=25120/tid=25180] ppid=25117 vsize=10820148 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/25120/task/25180/stat : 25180 (java) S 25117 25120 22378 0 -1 1077944384 1 13135 0 0 0 0 4 3 20 0 15 0 415975213 11079831552 12605 33554432000 4194304 4196468 140727528926480 139798031360880 139799218968277 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15171584 140727528930031 140727528932549 140727528932549 140727528935375 0
[pid=25120/tid=25181] ppid=25117 vsize=10820148 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/25120/task/25181/stat : 25181 (java) S 25117 25120 22378 0 -1 1077944384 3 13135 0 0 0 0 4 3 20 0 15 0 415975216 11079831552 12605 33554432000 4194304 4196468 140727528926480 139797791070032 139799218976667 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15171584 140727528930031 140727528932549 140727528932549 140727528935375 0
[pid=25120/tid=25182] ppid=25117 vsize=10820148 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/25120/task/25182/stat : 25182 (java) S 25117 25120 22378 0 -1 1077944384 349 13135 0 0 2 0 4 3 20 0 15 0 415975216 11079831552 12605 33554432000 4194304 4196468 140727528926480 139798643661680 139799218969218 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15171584 140727528930031 140727528932549 140727528932549 140727528935375 0
[pid=25120/tid=25183] ppid=25117 vsize=10820148 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/25120/task/25183/stat : 25183 (java) S 25117 25120 22378 0 -1 1077944384 317 13135 0 0 1 0 4 3 20 0 15 0 415975216 11079831552 12605 33554432000 4194304 4196468 140727528926480 139798642608880 139799218969218 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15171584 140727528930031 140727528932549 140727528932549 140727528935375 0
[pid=25120/tid=25184] ppid=25117 vsize=10820148 memory=139642683754112 CPUtime=0.12 cores=0,2,4,6
/proc/25120/task/25184/stat : 25184 (java) S 25117 25120 22378 0 -1 1077944384 622 13135 0 0 5 0 4 3 20 0 15 0 415975216 11079831552 12605 33554432000 4194304 4196468 140727528926480 139798641556080 139799218969218 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15171584 140727528930031 140727528932549 140727528932549 140727528935375 0
[pid=25120/tid=25185] ppid=25117 vsize=10820148 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/25120/task/25185/stat : 25185 (java) S 25117 25120 22378 0 -1 1077944384 3 13135 0 0 0 0 4 3 20 0 15 0 415975216 11079831552 12605 33554432000 4194304 4196468 140727528926480 139797757512416 139799218968277 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15171584 140727528930031 140727528932549 140727528932549 140727528935375 0
[pid=25120/tid=25186] ppid=25117 vsize=10820148 memory=139642683754112 CPUtime=0.07 cores=0,2,4,6
/proc/25120/task/25186/stat : 25186 (java) S 25117 25120 22378 0 -1 1077944384 1 13135 0 0 0 0 4 3 20 0 15 0 415975216 11079831552 12605 33554432000 4194304 4196468 140727528926480 139798640503472 139799218969218 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15171584 140727528930031 140727528932549 140727528932549 140727528935375 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 10820148 KiB
Current children cumulated memory: 50420 KiB

[startup+0.700729 s]
/proc/loadavg: 1.26 1.34 1.39 3/228 25186
/proc/meminfo: memFree=30994284/32770624 swapFree=66996932/67108860
[pid=25120] ppid=25117 vsize=10824360 memory=82396 CPUtime=1.1 cores=0,2,4,6
/proc/25120/stat : 25120 (java) S 25117 25120 22378 0 -1 1077944320 14325 13135 0 0 97 6 4 3 20 0 15 0 415975201 11084144640 20599 33554432000 4194304 4196468 140727528926480 140727528909024 139799218958071 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 15171584 140727528930031 140727528932549 140727528932549 140727528935375 0
/proc/25120/statm: 2706090 20599 3501 1 0 2668173 0
[pid=25120/tid=25173] ppid=25117 vsize=10824360 memory=5795117241467496816 CPUtime=0.66 cores=0,2,4,6
/proc/25120/task/25173/stat : 25173 (java) R 25117 25120 22378 0 -1 4202560 9647 13135 0 0 55 4 4 3 20 0 15 0 415975210 11084144640 20599 33554432000 4194304 4196468 140727528926480 139799190780176 139799218979997 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 15171584 140727528930031 140727528932549 140727528932549 140727528935375 0
[pid=25120/tid=25174] ppid=25117 vsize=10824360 memory=1388 CPUtime=0.07 cores=0,2,4,6
/proc/25120/task/25174/stat : 25174 (java) S 25117 25120 22378 0 -1 1077944384 1 13135 0 0 0 0 4 3 20 0 15 0 415975211 11084144640 20599 33554432000 4194304 4196468 140727528926480 139799223200912 139799218968277 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15171584 140727528930031 140727528932549 140727528932549 140727528935375 0
[pid=25120/tid=25175] ppid=25117 vsize=10824360 memory=776 CPUtime=0.07 cores=0,2,4,6
/proc/25120/task/25175/stat : 25175 (java) S 25117 25120 22378 0 -1 1077944384 2 13135 0 0 0 0 4 3 20 0 15 0 415975211 11084144640 20599 33554432000 4194304 4196468 140727528926480 139799111474192 139799218968277 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15171584 140727528930031 140727528932549 140727528932549 140727528935375 0
[pid=25120/tid=25176] ppid=25117 vsize=10824360 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/25120/task/25176/stat : 25176 (java) S 25117 25120 22378 0 -1 1077944384 1 13135 0 0 0 0 4 3 20 0 15 0 415975211 11084144640 20599 33554432000 4194304 4196468 140727528926480 139799110421392 139799218968277 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15171584 140727528930031 140727528932549 140727528932549 140727528935375 0
[pid=25120/tid=25177] ppid=25117 vsize=10824360 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/25120/task/25177/stat : 25177 (java) S 25117 25120 22378 0 -1 1077944384 2 13135 0 0 0 0 4 3 20 0 15 0 415975211 11084144640 20599 33554432000 4194304 4196468 140727528926480 139799109368592 139799218968277 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15171584 140727528930031 140727528932549 140727528932549 140727528935375 0
[pid=25120/tid=25178] ppid=25117 vsize=10824360 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/25120/task/25178/stat : 25178 (java) S 25117 25120 22378 0 -1 1077944384 5 13135 0 0 0 0 4 3 20 0 15 0 415975213 11084144640 20599 33554432000 4194304 4196468 140727528926480 139798678272368 139799218969218 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15171584 140727528930031 140727528932549 140727528932549 140727528935375 0
[pid=25120/tid=25179] ppid=25117 vsize=10824360 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/25120/task/25179/stat : 25179 (java) S 25117 25120 22378 0 -1 1077944384 33 13135 0 0 0 0 4 3 20 0 15 0 415975213 11084144640 20599 33554432000 4194304 4196468 140727528926480 139798677218336 139799218968277 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15171584 140727528930031 140727528932549 140727528932549 140727528935375 0
[pid=25120/tid=25180] ppid=25117 vsize=10824360 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/25120/task/25180/stat : 25180 (java) S 25117 25120 22378 0 -1 1077944384 1 13135 0 0 0 0 4 3 20 0 15 0 415975213 11084144640 20599 33554432000 4194304 4196468 140727528926480 139798031360880 139799218968277 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15171584 140727528930031 140727528932549 140727528932549 140727528935375 0
[pid=25120/tid=25181] ppid=25117 vsize=10824360 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/25120/task/25181/stat : 25181 (java) S 25117 25120 22378 0 -1 1077944384 3 13135 0 0 0 0 4 3 20 0 15 0 415975216 11084144640 20599 33554432000 4194304 4196468 140727528926480 139797791070032 139799218976667 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15171584 140727528930031 140727528932549 140727528932549 140727528935375 0
[pid=25120/tid=25182] ppid=25117 vsize=10824360 memory=0 CPUtime=0.19 cores=0,2,4,6
/proc/25120/task/25182/stat : 25182 (java) S 25117 25120 22378 0 -1 1077944384 855 13135 0 0 12 0 4 3 20 0 15 0 415975216 11084144640 20599 33554432000 4194304 4196468 140727528926480 139798643661680 139799218969218 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15171584 140727528930031 140727528932549 140727528932549 140727528935375 0
[pid=25120/tid=25183] ppid=25117 vsize=10824360 memory=0 CPUtime=0.18 cores=0,2,4,6
/proc/25120/task/25183/stat : 25183 (java) R 25117 25120 22378 0 -1 4202560 763 13135 0 0 11 0 4 3 20 0 15 0 415975216 11084144640 20599 33554432000 4194304 4196468 140727528926480 139798642608880 139799204972380 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 15171584 140727528930031 140727528932549 140727528932549 140727528935375 0
[pid=25120/tid=25184] ppid=25117 vsize=10824360 memory=0 CPUtime=0.24 cores=0,2,4,6
/proc/25120/task/25184/stat : 25184 (java) S 25117 25120 22378 0 -1 1077944384 797 13135 0 0 17 0 4 3 20 0 15 0 415975216 11084144640 20599 33554432000 4194304 4196468 140727528926480 139798641556080 139799218969218 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15171584 140727528930031 140727528932549 140727528932549 140727528935375 0
[pid=25120/tid=25185] ppid=25117 vsize=10824360 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/25120/task/25185/stat : 25185 (java) S 25117 25120 22378 0 -1 1077944384 3 13135 0 0 0 0 4 3 20 0 15 0 415975216 11084144640 20599 33554432000 4194304 4196468 140727528926480 139797757512416 139799218968277 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15171584 140727528930031 140727528932549 140727528932549 140727528935375 0
[pid=25120/tid=25186] ppid=25117 vsize=10824360 memory=3504 CPUtime=0.07 cores=0,2,4,6
/proc/25120/task/25186/stat : 25186 (java) S 25117 25120 22378 0 -1 1077944384 1 13135 0 0 0 0 4 3 20 0 15 0 415975216 11084144640 20599 33554432000 4194304 4196468 140727528926480 139798640503472 139799218969218 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15171584 140727528930031 140727528932549 140727528932549 140727528935375 0
Current children cumulated CPU time: 1.1 s
Current children cumulated vsize: 10824360 KiB
Current children cumulated memory: 82396 KiB

[startup+1.50079 s]
/proc/loadavg: 1.26 1.34 1.39 3/228 25186
/proc/meminfo: memFree=30951672/32770624 swapFree=66996932/67108860
[pid=25120] ppid=25117 vsize=10834676 memory=170324 CPUtime=2.41 cores=0,2,4,6
/proc/25120/stat : 25120 (java) S 25117 25120 22378 0 -1 1077944320 21138 13135 0 0 224 10 4 3 20 0 15 0 415975201 11094708224 42581 33554432000 4194304 4196468 140727528926480 140727528909024 139799218958071 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 15171584 140727528930031 140727528932549 140727528932549 140727528935375 0
/proc/25120/statm: 2708669 42581 3578 1 0 2670733 0
[pid=25120/tid=25173] ppid=25117 vsize=10834676 memory=0 CPUtime=1.42 cores=0,2,4,6
/proc/25120/task/25173/stat : 25173 (java) R 25117 25120 22378 0 -1 4202560 14661 13135 0 0 129 6 4 3 20 0 15 0 415975210 11094708224 42581 33554432000 4194304 4196468 140727528926480 139799190765696 139799199783335 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 15171584 140727528930031 140727528932549 140727528932549 140727528935375 0
[pid=25120/tid=25174] ppid=25117 vsize=10834676 memory=-7522837583129502606 CPUtime=0.08 cores=0,2,4,6
/proc/25120/task/25174/stat : 25174 (java) S 25117 25120 22378 0 -1 1077944384 82 13135 0 0 1 0 4 3 20 0 15 0 415975211 11094708224 42581 33554432000 4194304 4196468 140727528926480 139799223200912 139799218968277 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15171584 140727528930031 140727528932549 140727528932549 140727528935375 0
[pid=25120/tid=25175] ppid=25117 vsize=10834676 memory=7523354863787335762 CPUtime=0.07 cores=0,2,4,6
/proc/25120/task/25175/stat : 25175 (java) S 25117 25120 22378 0 -1 1077944384 60 13135 0 0 0 0 4 3 20 0 15 0 415975211 11094708224 42581 33554432000 4194304 4196468 140727528926480 139799111474192 139799218968277 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15171584 140727528930031 140727528932549 140727528932549 140727528935375 0
[pid=25120/tid=25176] ppid=25117 vsize=10834676 memory=7523094236634833233 CPUtime=0.07 cores=0,2,4,6
/proc/25120/task/25176/stat : 25176 (java) S 25117 25120 22378 0 -1 1077944384 18 13135 0 0 0 0 4 3 20 0 15 0 415975211 11094708224 42581 33554432000 4194304 4196468 140727528926480 139799110421392 139799218968277 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15171584 140727528930031 140727528932549 140727528932549 140727528935375 0
[pid=25120/tid=25177] ppid=25117 vsize=10834676 memory=279285080697184 CPUtime=0.08 cores=0,2,4,6
/proc/25120/task/25177/stat : 25177 (java) S 25117 25120 22378 0 -1 1077944384 393 13135 0 0 1 0 4 3 20 0 15 0 415975211 11094708224 42581 33554432000 4194304 4196468 140727528926480 139799109368592 139799218968277 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15171584 140727528930031 140727528932549 140727528932549 140727528935375 0
[pid=25120/tid=25178] ppid=25117 vsize=10834676 memory=247518965318783 CPUtime=0.08 cores=0,2,4,6
/proc/25120/task/25178/stat : 25178 (java) S 25117 25120 22378 0 -1 1077944384 164 13135 0 0 1 0 4 3 20 0 15 0 415975213 11094708224 42581 33554432000 4194304 4196468 140727528926480 139798678272368 139799218969218 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15171584 140727528930031 140727528932549 140727528932549 140727528935375 0
[pid=25120/tid=25179] ppid=25117 vsize=10834676 memory=247518965318784 CPUtime=0.07 cores=0,2,4,6
/proc/25120/task/25179/stat : 25179 (java) S 25117 25120 22378 0 -1 1077944384 33 13135 0 0 0 0 4 3 20 0 15 0 415975213 11094708224 42581 33554432000 4194304 4196468 140727528926480 139798677218400 139799218968277 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15171584 140727528930031 140727528932549 140727528932549 140727528935375 0
[pid=25120/tid=25180] ppid=25117 vsize=10834676 memory=247518965318785 CPUtime=0.07 cores=0,2,4,6
/proc/25120/task/25180/stat : 25180 (java) S 25117 25120 22378 0 -1 1077944384 2 13135 0 0 0 0 4 3 20 0 15 0 415975213 11094708224 42581 33554432000 4194304 4196468 140727528926480 139798031360896 139799218968277 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15171584 140727528930031 140727528932549 140727528932549 140727528935375 0
[pid=25120/tid=25181] ppid=25117 vsize=10834676 memory=247518965318786 CPUtime=0.07 cores=0,2,4,6
/proc/25120/task/25181/stat : 25181 (java) S 25117 25120 22378 0 -1 1077944384 3 13135 0 0 0 0 4 3 20 0 15 0 415975216 11094708224 42581 33554432000 4194304 4196468 140727528926480 139797791070032 139799218976667 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15171584 140727528930031 140727528932549 140727528932549 140727528935375 0
[pid=25120/tid=25182] ppid=25117 vsize=10834676 memory=0 CPUtime=0.29 cores=0,2,4,6
/proc/25120/task/25182/stat : 25182 (java) S 25117 25120 22378 0 -1 1077944384 1054 13135 0 0 22 0 4 3 20 0 15 0 415975216 11094708224 42581 33554432000 4194304 4196468 140727528926480 139798643661680 139799218969218 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15171584 140727528930031 140727528932549 140727528932549 140727528935375 0
[pid=25120/tid=25183] ppid=25117 vsize=10834676 memory=279285080291248 CPUtime=0.31 cores=0,2,4,6
/proc/25120/task/25183/stat : 25183 (java) S 25117 25120 22378 0 -1 1077944384 898 13135 0 0 24 0 4 3 20 0 15 0 415975216 11094708224 42581 33554432000 4194304 4196468 140727528926480 139798642608880 139799218969218 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15171584 140727528930031 140727528932549 140727528932549 140727528935375 0
[pid=25120/tid=25184] ppid=25117 vsize=10834676 memory=279285080289392 CPUtime=0.47 cores=0,2,4,6
/proc/25120/task/25184/stat : 25184 (java) R 25117 25120 22378 0 -1 4202560 1555 13135 0 0 40 0 4 3 20 0 15 0 415975216 11094708224 42581 33554432000 4194304 4196468 140727528926480 139798641556080 139799218970006 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 15171584 140727528930031 140727528932549 140727528932549 140727528935375 0
[pid=25120/tid=25185] ppid=25117 vsize=10834676 memory=279285080289456 CPUtime=0.07 cores=0,2,4,6
/proc/25120/task/25185/stat : 25185 (java) S 25117 25120 22378 0 -1 1077944384 3 13135 0 0 0 0 4 3 20 0 15 0 415975216 11094708224 42581 33554432000 4194304 4196468 140727528926480 139797757512416 139799218968277 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15171584 140727528930031 140727528932549 140727528932549 140727528935375 0
[pid=25120/tid=25186] ppid=25117 vsize=10834676 memory=279285080736976 CPUtime=0.07 cores=0,2,4,6
/proc/25120/task/25186/stat : 25186 (java) S 25117 25120 22378 0 -1 1077944384 1 13135 0 0 0 0 4 3 20 0 15 0 415975216 11094708224 42581 33554432000 4194304 4196468 140727528926480 139798640503472 139799218969218 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15171584 140727528930031 140727528932549 140727528932549 140727528935375 0
Current children cumulated CPU time: 2.41 s
Current children cumulated vsize: 10834676 KiB

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

[pid=25120/tid=25185] ppid=25117 vsize=10849044 memory=932 CPUtime=0.07 cores=0,2,4,6
/proc/25120/task/25185/stat : 25185 (java) S 25117 25120 22378 0 -1 1077944384 3 13135 0 0 0 0 4 3 20 0 15 0 415975216 11109421056 176118 33554432000 4194304 4196468 140727528926480 139797757512416 139799218968277 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15171584 140727528930031 140727528932549 140727528932549 140727528935375 0
[pid=25120/tid=25186] ppid=25117 vsize=10849044 memory=3624 CPUtime=0.14 cores=0,2,4,6
/proc/25120/task/25186/stat : 25186 (java) S 25117 25120 22378 0 -1 1077944384 970 13135 0 0 3 4 4 3 20 0 15 0 415975216 11109421056 176118 33554432000 4194304 4196468 140727528926480 139798640503472 139799218969218 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15171584 140727528930031 140727528932549 140727528932549 140727528935375 0
Current children cumulated CPU time: 158.73 s
Current children cumulated vsize: 10849044 KiB
Current children cumulated memory: 704472 KiB

[startup+145.601 s]
/proc/loadavg: 1.24 1.39 1.40 3/229 25200
/proc/meminfo: memFree=30366676/32770624 swapFree=66996932/67108860
[pid=25120] ppid=25117 vsize=10849044 memory=704472 CPUtime=160.35 cores=0,2,4,6
/proc/25120/stat : 25120 (java) S 25117 25120 22378 0 -1 1077944320 110659 13135 0 0 15971 57 4 3 20 0 15 0 415975201 11109421056 176118 33554432000 4194304 4196468 140727528926480 140727528909024 139799218958071 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 15171584 140727528930031 140727528932549 140727528932549 140727528935375 0
/proc/25120/statm: 2712261 176118 3628 1 0 2674317 0
[pid=25120/tid=25173] ppid=25117 vsize=10849044 memory=1004 CPUtime=144.6 cores=0,2,4,6
/proc/25120/task/25173/stat : 25173 (java) R 25117 25120 22378 0 -1 4202560 30562 13135 0 0 14435 18 4 3 20 0 15 0 415975210 11109421056 176118 33554432000 4194304 4196468 140727528926480 139799190793200 139798791217351 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 15171584 140727528930031 140727528932549 140727528932549 140727528935375 0
[pid=25120/tid=25174] ppid=25117 vsize=10849044 memory=6791534058613427641 CPUtime=0.48 cores=0,2,4,6
/proc/25120/task/25174/stat : 25174 (java) S 25117 25120 22378 0 -1 1077944384 2065 13135 0 0 36 5 4 3 20 0 15 0 415975211 11109421056 176118 33554432000 4194304 4196468 140727528926480 139799223200912 139799218968277 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15171584 140727528930031 140727528932549 140727528932549 140727528935375 0
[pid=25120/tid=25175] ppid=25117 vsize=10849044 memory=3028 CPUtime=0.48 cores=0,2,4,6
/proc/25120/task/25175/stat : 25175 (java) S 25117 25120 22378 0 -1 1077944384 1546 13135 0 0 35 6 4 3 20 0 15 0 415975211 11109421056 176118 33554432000 4194304 4196468 140727528926480 139799111474192 139799218968277 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15171584 140727528930031 140727528932549 140727528932549 140727528935375 0
[pid=25120/tid=25176] ppid=25117 vsize=10849044 memory=2012 CPUtime=0.48 cores=0,2,4,6
/proc/25120/task/25176/stat : 25176 (java) S 25117 25120 22378 0 -1 1077944384 2596 13135 0 0 36 5 4 3 20 0 15 0 415975211 11109421056 176118 33554432000 4194304 4196468 140727528926480 139799110421392 139799218968277 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15171584 140727528930031 140727528932549 140727528932549 140727528935375 0
[pid=25120/tid=25177] ppid=25117 vsize=10849044 memory=1388 CPUtime=0.47 cores=0,2,4,6
/proc/25120/task/25177/stat : 25177 (java) S 25117 25120 22378 0 -1 1077944384 4122 13135 0 0 36 4 4 3 20 0 15 0 415975211 11109421056 176118 33554432000 4194304 4196468 140727528926480 139799109368592 139799218968277 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15171584 140727528930031 140727528932549 140727528932549 140727528935375 0
[pid=25120/tid=25178] ppid=25117 vsize=10849044 memory=704472 CPUtime=0.43 cores=0,2,4,6
/proc/25120/task/25178/stat : 25178 (java) S 25117 25120 22378 0 -1 1077944384 4018 13135 0 0 34 2 4 3 20 0 15 0 415975213 11109421056 176118 33554432000 4194304 4196468 140727528926480 139798678272368 139799218969218 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15171584 140727528930031 140727528932549 140727528932549 140727528935375 0
[pid=25120/tid=25179] ppid=25117 vsize=10849044 memory=3972 CPUtime=0.07 cores=0,2,4,6
/proc/25120/task/25179/stat : 25179 (java) S 25117 25120 22378 0 -1 1077944384 40 13135 0 0 0 0 4 3 20 0 15 0 415975213 11109421056 176118 33554432000 4194304 4196468 140727528926480 139798677218464 139799218968277 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15171584 140727528930031 140727528932549 140727528932549 140727528935375 0
[pid=25120/tid=25180] ppid=25117 vsize=10849044 memory=704472 CPUtime=0.07 cores=0,2,4,6
/proc/25120/task/25180/stat : 25180 (java) S 25117 25120 22378 0 -1 1077944384 7 13135 0 0 0 0 4 3 20 0 15 0 415975213 11109421056 176118 33554432000 4194304 4196468 140727528926480 139798031360896 139799218968277 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15171584 140727528930031 140727528932549 140727528932549 140727528935375 0
[pid=25120/tid=25181] ppid=25117 vsize=10849044 memory=704472 CPUtime=0.07 cores=0,2,4,6
/proc/25120/task/25181/stat : 25181 (java) S 25117 25120 22378 0 -1 1077944384 3 13135 0 0 0 0 4 3 20 0 15 0 415975216 11109421056 176118 33554432000 4194304 4196468 140727528926480 139797791070032 139799218976667 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15171584 140727528930031 140727528932549 140727528932549 140727528935375 0
[pid=25120/tid=25182] ppid=25117 vsize=10849044 memory=3504 CPUtime=4.82 cores=0,2,4,6
/proc/25120/task/25182/stat : 25182 (java) S 25117 25120 22378 0 -1 1077944384 18556 13135 0 0 472 3 4 3 20 0 15 0 415975216 11109421056 176118 33554432000 4194304 4196468 140727528926480 139798643661680 139799218969218 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15171584 140727528930031 140727528932549 140727528932549 140727528935375 0
[pid=25120/tid=25183] ppid=25117 vsize=10849044 memory=39812 CPUtime=5.17 cores=0,2,4,6
/proc/25120/task/25183/stat : 25183 (java) S 25117 25120 22378 0 -1 1077944384 20840 13135 0 0 506 4 4 3 20 0 15 0 415975216 11109421056 176118 33554432000 4194304 4196468 140727528926480 139798642608880 139799218969218 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15171584 140727528930031 140727528932549 140727528932549 140727528935375 0
[pid=25120/tid=25184] ppid=25117 vsize=10849044 memory=3028 CPUtime=3.8 cores=0,2,4,6
/proc/25120/task/25184/stat : 25184 (java) S 25117 25120 22378 0 -1 1077944384 23120 13135 0 0 368 5 4 3 20 0 15 0 415975216 11109421056 176118 33554432000 4194304 4196468 140727528926480 139798641556080 139799218969218 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15171584 140727528930031 140727528932549 140727528932549 140727528935375 0
[pid=25120/tid=25185] ppid=25117 vsize=10849044 memory=2012 CPUtime=0.07 cores=0,2,4,6
/proc/25120/task/25185/stat : 25185 (java) S 25117 25120 22378 0 -1 1077944384 3 13135 0 0 0 0 4 3 20 0 15 0 415975216 11109421056 176118 33554432000 4194304 4196468 140727528926480 139797757512416 139799218968277 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15171584 140727528930031 140727528932549 140727528932549 140727528935375 0
[pid=25120/tid=25186] ppid=25117 vsize=10849044 memory=21852 CPUtime=0.14 cores=0,2,4,6
/proc/25120/task/25186/stat : 25186 (java) S 25117 25120 22378 0 -1 1077944384 970 13135 0 0 3 4 4 3 20 0 15 0 415975216 11109421056 176118 33554432000 4194304 4196468 140727528926480 139798640503472 139799218969218 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15171584 140727528930031 140727528932549 140727528932549 140727528935375 0
Current children cumulated CPU time: 160.35 s
Current children cumulated vsize: 10849044 KiB
Current children cumulated memory: 704472 KiB

[startup+146.401 s]
/proc/loadavg: 1.24 1.39 1.40 3/229 25200
/proc/meminfo: memFree=30367060/32770624 swapFree=66996932/67108860
[pid=25120] ppid=25117 vsize=10849044 memory=704472 CPUtime=161.16 cores=0,2,4,6
/proc/25120/stat : 25120 (java) S 25117 25120 22378 0 -1 1077944320 110665 13135 0 0 16052 57 4 3 20 0 15 0 415975201 11109421056 176118 33554432000 4194304 4196468 140727528926480 140727528909024 139799218958071 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 15171584 140727528930031 140727528932549 140727528932549 140727528935375 0
/proc/25120/statm: 2712261 176118 3628 1 0 2674317 0
[pid=25120/tid=25173] ppid=25117 vsize=10849044 memory=288230583166042426 CPUtime=145.4 cores=0,2,4,6
/proc/25120/task/25173/stat : 25173 (java) R 25117 25120 22378 0 -1 4202560 30567 13135 0 0 14514 19 4 3 20 0 15 0 415975210 11109421056 176118 33554432000 4194304 4196468 140727528926480 139799190790624 139798800560145 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 15171584 140727528930031 140727528932549 140727528932549 140727528935375 0
[pid=25120/tid=25174] ppid=25117 vsize=10849044 memory=14689699524512400 CPUtime=0.48 cores=0,2,4,6
/proc/25120/task/25174/stat : 25174 (java) S 25117 25120 22378 0 -1 1077944384 2065 13135 0 0 36 5 4 3 20 0 15 0 415975211 11109421056 176118 33554432000 4194304 4196468 140727528926480 139799223200912 139799218968277 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15171584 140727528930031 140727528932549 140727528932549 140727528935375 0
[pid=25120/tid=25175] ppid=25117 vsize=10849044 memory=776 CPUtime=0.48 cores=0,2,4,6
/proc/25120/task/25175/stat : 25175 (java) S 25117 25120 22378 0 -1 1077944384 1546 13135 0 0 35 6 4 3 20 0 15 0 415975211 11109421056 176118 33554432000 4194304 4196468 140727528926480 139799111474192 139799218968277 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15171584 140727528930031 140727528932549 140727528932549 140727528935375 0
[pid=25120/tid=25176] ppid=25117 vsize=10849044 memory=3972 CPUtime=0.48 cores=0,2,4,6
/proc/25120/task/25176/stat : 25176 (java) S 25117 25120 22378 0 -1 1077944384 2596 13135 0 0 36 5 4 3 20 0 15 0 415975211 11109421056 176118 33554432000 4194304 4196468 140727528926480 139799110421392 139799218968277 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15171584 140727528930031 140727528932549 140727528932549 140727528935375 0
[pid=25120/tid=25177] ppid=25117 vsize=10849044 memory=704472 CPUtime=0.48 cores=0,2,4,6
/proc/25120/task/25177/stat : 25177 (java) S 25117 25120 22378 0 -1 1077944384 4123 13135 0 0 36 5 4 3 20 0 15 0 415975211 11109421056 176118 33554432000 4194304 4196468 140727528926480 139799109368592 139799218968277 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15171584 140727528930031 140727528932549 140727528932549 140727528935375 0
[pid=25120/tid=25178] ppid=25117 vsize=10849044 memory=500 CPUtime=0.43 cores=0,2,4,6
/proc/25120/task/25178/stat : 25178 (java) S 25117 25120 22378 0 -1 1077944384 4018 13135 0 0 34 2 4 3 20 0 15 0 415975213 11109421056 176118 33554432000 4194304 4196468 140727528926480 139798678272368 139799218969218 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15171584 140727528930031 140727528932549 140727528932549 140727528935375 0
[pid=25120/tid=25179] ppid=25117 vsize=10849044 memory=1560 CPUtime=0.07 cores=0,2,4,6
/proc/25120/task/25179/stat : 25179 (java) S 25117 25120 22378 0 -1 1077944384 40 13135 0 0 0 0 4 3 20 0 15 0 415975213 11109421056 176118 33554432000 4194304 4196468 140727528926480 139798677218464 139799218968277 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15171584 140727528930031 140727528932549 140727528932549 140727528935375 0
[pid=25120/tid=25180] ppid=25117 vsize=10849044 memory=932 CPUtime=0.07 cores=0,2,4,6
/proc/25120/task/25180/stat : 25180 (java) S 25117 25120 22378 0 -1 1077944384 7 13135 0 0 0 0 4 3 20 0 15 0 415975213 11109421056 176118 33554432000 4194304 4196468 140727528926480 139798031360896 139799218968277 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15171584 140727528930031 140727528932549 140727528932549 140727528935375 0
[pid=25120/tid=25181] ppid=25117 vsize=10849044 memory=3624 CPUtime=0.07 cores=0,2,4,6
/proc/25120/task/25181/stat : 25181 (java) S 25117 25120 22378 0 -1 1077944384 3 13135 0 0 0 0 4 3 20 0 15 0 415975216 11109421056 176118 33554432000 4194304 4196468 140727528926480 139797791070032 139799218976667 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15171584 140727528930031 140727528932549 140727528932549 140727528935375 0
[pid=25120/tid=25182] ppid=25117 vsize=10849044 memory=1980 CPUtime=4.82 cores=0,2,4,6
/proc/25120/task/25182/stat : 25182 (java) S 25117 25120 22378 0 -1 1077944384 18556 13135 0 0 472 3 4 3 20 0 15 0 415975216 11109421056 176118 33554432000 4194304 4196468 140727528926480 139798643661680 139799218969218 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15171584 140727528930031 140727528932549 140727528932549 140727528935375 0
[pid=25120/tid=25183] ppid=25117 vsize=10849044 memory=6791534058613427641 CPUtime=5.17 cores=0,2,4,6
/proc/25120/task/25183/stat : 25183 (java) S 25117 25120 22378 0 -1 1077944384 20840 13135 0 0 506 4 4 3 20 0 15 0 415975216 11109421056 176118 33554432000 4194304 4196468 140727528926480 139798642608880 139799218969218 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15171584 140727528930031 140727528932549 140727528932549 140727528935375 0
[pid=25120/tid=25184] ppid=25117 vsize=10849044 memory=5948 CPUtime=3.8 cores=0,2,4,6
/proc/25120/task/25184/stat : 25184 (java) S 25117 25120 22378 0 -1 1077944384 23120 13135 0 0 368 5 4 3 20 0 15 0 415975216 11109421056 176118 33554432000 4194304 4196468 140727528926480 139798641556080 139799218969218 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15171584 140727528930031 140727528932549 140727528932549 140727528935375 0
[pid=25120/tid=25185] ppid=25117 vsize=10849044 memory=14004 CPUtime=0.07 cores=0,2,4,6
/proc/25120/task/25185/stat : 25185 (java) S 25117 25120 22378 0 -1 1077944384 3 13135 0 0 0 0 4 3 20 0 15 0 415975216 11109421056 176118 33554432000 4194304 4196468 140727528926480 139797757512416 139799218968277 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15171584 140727528930031 140727528932549 140727528932549 140727528935375 0
[pid=25120/tid=25186] ppid=25117 vsize=10849044 memory=2124 CPUtime=0.14 cores=0,2,4,6
/proc/25120/task/25186/stat : 25186 (java) S 25117 25120 22378 0 -1 1077944384 970 13135 0 0 3 4 4 3 20 0 15 0 415975216 11109421056 176118 33554432000 4194304 4196468 140727528926480 139798640503472 139799218969218 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15171584 140727528930031 140727528932549 140727528932549 140727528935375 0
Current children cumulated CPU time: 161.16 s
Current children cumulated vsize: 10849044 KiB
Current children cumulated memory: 704472 KiB

[startup+147.201 s]
/proc/loadavg: 1.24 1.39 1.40 3/228 25200
/proc/meminfo: memFree=30367256/32770624 swapFree=66996932/67108860
[pid=25120] ppid=25117 vsize=10849044 memory=704472 CPUtime=161.96 cores=0,2,4,6
/proc/25120/stat : 25120 (java) S 25117 25120 22378 0 -1 1077944320 110682 13135 0 0 16132 57 4 3 20 0 15 0 415975201 11109421056 176118 33554432000 4194304 4196468 140727528926480 140727528909024 139799218958071 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 15171584 140727528930031 140727528932549 140727528932549 140727528935375 0
/proc/25120/statm: 2712261 176118 3628 1 0 2674317 0
[pid=25120/tid=25173] ppid=25117 vsize=10849044 memory=704404 CPUtime=146.19 cores=0,2,4,6
/proc/25120/task/25173/stat : 25173 (java) R 25117 25120 22378 0 -1 4202560 30572 13135 0 0 14593 19 4 3 20 0 15 0 415975210 11109421056 176118 33554432000 4194304 4196468 140727528926480 139799190792768 139798803249572 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 15171584 140727528930031 140727528932549 140727528932549 140727528935375 0
[pid=25120/tid=25174] ppid=25117 vsize=10849044 memory=704472 CPUtime=0.48 cores=0,2,4,6
/proc/25120/task/25174/stat : 25174 (java) S 25117 25120 22378 0 -1 1077944384 2066 13135 0 0 36 5 4 3 20 0 15 0 415975211 11109421056 176118 33554432000 4194304 4196468 140727528926480 139799223200912 139799218968277 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15171584 140727528930031 140727528932549 140727528932549 140727528935375 0
[pid=25120/tid=25175] ppid=25117 vsize=10849044 memory=704472 CPUtime=0.48 cores=0,2,4,6
/proc/25120/task/25175/stat : 25175 (java) S 25117 25120 22378 0 -1 1077944384 1546 13135 0 0 35 6 4 3 20 0 15 0 415975211 11109421056 176118 33554432000 4194304 4196468 140727528926480 139799111474192 139799218968277 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15171584 140727528930031 140727528932549 140727528932549 140727528935375 0
[pid=25120/tid=25176] ppid=25117 vsize=10849044 memory=2828 CPUtime=0.49 cores=0,2,4,6
/proc/25120/task/25176/stat : 25176 (java) S 25117 25120 22378 0 -1 1077944384 2599 13135 0 0 37 5 4 3 20 0 15 0 415975211 11109421056 176118 33554432000 4194304 4196468 140727528926480 139799110421392 139799218968277 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15171584 140727528930031 140727528932549 140727528932549 140727528935375 0
[pid=25120/tid=25177] ppid=25117 vsize=10849044 memory=676 CPUtime=0.48 cores=0,2,4,6
/proc/25120/task/25177/stat : 25177 (java) S 25117 25120 22378 0 -1 1077944384 4123 13135 0 0 36 5 4 3 20 0 15 0 415975211 11109421056 176118 33554432000 4194304 4196468 140727528926480 139799109368592 139799218968277 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15171584 140727528930031 140727528932549 140727528932549 140727528935375 0
[pid=25120/tid=25178] ppid=25117 vsize=10849044 memory=1060 CPUtime=0.44 cores=0,2,4,6
/proc/25120/task/25178/stat : 25178 (java) S 25117 25120 22378 0 -1 1077944384 4026 13135 0 0 35 2 4 3 20 0 15 0 415975213 11109421056 176118 33554432000 4194304 4196468 140727528926480 139798678272368 139799218969218 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15171584 140727528930031 140727528932549 140727528932549 140727528935375 0
[pid=25120/tid=25179] ppid=25117 vsize=10849044 memory=6791534058613427641 CPUtime=0.07 cores=0,2,4,6
/proc/25120/task/25179/stat : 25179 (java) S 25117 25120 22378 0 -1 1077944384 40 13135 0 0 0 0 4 3 20 0 15 0 415975213 11109421056 176118 33554432000 4194304 4196468 140727528926480 139798677218464 139799218968277 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15171584 140727528930031 140727528932549 140727528932549 140727528935375 0
[pid=25120/tid=25180] ppid=25117 vsize=10849044 memory=3504 CPUtime=0.07 cores=0,2,4,6
/proc/25120/task/25180/stat : 25180 (java) S 25117 25120 22378 0 -1 1077944384 7 13135 0 0 0 0 4 3 20 0 15 0 415975213 11109421056 176118 33554432000 4194304 4196468 140727528926480 139798031360896 139799218968277 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15171584 140727528930031 140727528932549 140727528932549 140727528935375 0
[pid=25120/tid=25181] ppid=25117 vsize=10849044 memory=39808 CPUtime=0.07 cores=0,2,4,6
/proc/25120/task/25181/stat : 25181 (java) S 25117 25120 22378 0 -1 1077944384 3 13135 0 0 0 0 4 3 20 0 15 0 415975216 11109421056 176118 33554432000 4194304 4196468 140727528926480 139797791070032 139799218976667 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15171584 140727528930031 140727528932549 140727528932549 140727528935375 0
[pid=25120/tid=25182] ppid=25117 vsize=10849044 memory=4100 CPUtime=4.82 cores=0,2,4,6
/proc/25120/task/25182/stat : 25182 (java) S 25117 25120 22378 0 -1 1077944384 18556 13135 0 0 472 3 4 3 20 0 15 0 415975216 11109421056 176118 33554432000 4194304 4196468 140727528926480 139798643661680 139799218969218 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15171584 140727528930031 140727528932549 140727528932549 140727528935375 0
[pid=25120/tid=25183] ppid=25117 vsize=10849044 memory=2684 CPUtime=5.17 cores=0,2,4,6
/proc/25120/task/25183/stat : 25183 (java) S 25117 25120 22378 0 -1 1077944384 20840 13135 0 0 506 4 4 3 20 0 15 0 415975216 11109421056 176118 33554432000 4194304 4196468 140727528926480 139798642608880 139799218969218 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15171584 140727528930031 140727528932549 140727528932549 140727528935375 0
[pid=25120/tid=25184] ppid=25117 vsize=10849044 memory=704472 CPUtime=3.8 cores=0,2,4,6
/proc/25120/task/25184/stat : 25184 (java) S 25117 25120 22378 0 -1 1077944384 23120 13135 0 0 368 5 4 3 20 0 15 0 415975216 11109421056 176118 33554432000 4194304 4196468 140727528926480 139798641556080 139799218969218 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15171584 140727528930031 140727528932549 140727528932549 140727528935375 0
[pid=25120/tid=25185] ppid=25117 vsize=10849044 memory=704404 CPUtime=0.07 cores=0,2,4,6
/proc/25120/task/25185/stat : 25185 (java) S 25117 25120 22378 0 -1 1077944384 3 13135 0 0 0 0 4 3 20 0 15 0 415975216 11109421056 176118 33554432000 4194304 4196468 140727528926480 139797757512416 139799218968277 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15171584 140727528930031 140727528932549 140727528932549 140727528935375 0
[pid=25120/tid=25186] ppid=25117 vsize=10849044 memory=1060 CPUtime=0.14 cores=0,2,4,6
/proc/25120/task/25186/stat : 25186 (java) S 25117 25120 22378 0 -1 1077944384 970 13135 0 0 3 4 4 3 20 0 15 0 415975216 11109421056 176118 33554432000 4194304 4196468 140727528926480 139798640503472 139799218969218 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15171584 140727528930031 140727528932549 140727528932549 140727528935375 0
Current children cumulated CPU time: 161.96 s
Current children cumulated vsize: 10849044 KiB
Current children cumulated memory: 704472 KiB

[startup+147.401 s]
/proc/loadavg: 1.24 1.39 1.40 3/228 25200
/proc/meminfo: memFree=30367256/32770624 swapFree=66996932/67108860
[pid=25120] ppid=25117 vsize=10849044 memory=704472 CPUtime=162.16 cores=0,2,4,6
/proc/25120/stat : 25120 (java) S 25117 25120 22378 0 -1 1077944320 110684 13135 0 0 16152 57 4 3 20 0 15 0 415975201 11109421056 176118 33554432000 4194304 4196468 140727528926480 140727528909024 139799218958071 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 15171584 140727528930031 140727528932549 140727528932549 140727528935375 0
/proc/25120/statm: 2712261 176118 3628 1 0 2674317 0
[pid=25120/tid=25173] ppid=25117 vsize=10849044 memory=6791534058613427641 CPUtime=146.38 cores=0,2,4,6
/proc/25120/task/25173/stat : 25173 (java) R 25117 25120 22378 0 -1 4202560 30573 13135 0 0 14612 19 4 3 20 0 15 0 415975210 11109421056 176118 33554432000 4194304 4196468 140727528926480 139799190791200 139798798407711 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 15171584 140727528930031 140727528932549 140727528932549 140727528935375 0
[pid=25120/tid=25174] ppid=25117 vsize=10849044 memory=1436 CPUtime=0.49 cores=0,2,4,6
/proc/25120/task/25174/stat : 25174 (java) S 25117 25120 22378 0 -1 1077944384 2066 13135 0 0 37 5 4 3 20 0 15 0 415975211 11109421056 176118 33554432000 4194304 4196468 140727528926480 139799223200912 139799218968277 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15171584 140727528930031 140727528932549 140727528932549 140727528935375 0
[pid=25120/tid=25175] ppid=25117 vsize=10849044 memory=0 CPUtime=0.49 cores=0,2,4,6
/proc/25120/task/25175/stat : 25175 (java) S 25117 25120 22378 0 -1 1077944384 1546 13135 0 0 36 6 4 3 20 0 15 0 415975211 11109421056 176118 33554432000 4194304 4196468 140727528926480 139799111474192 139799218968277 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15171584 140727528930031 140727528932549 140727528932549 140727528935375 0
[pid=25120/tid=25176] ppid=25117 vsize=10849044 memory=6296129471378903395 CPUtime=0.49 cores=0,2,4,6
/proc/25120/task/25176/stat : 25176 (java) S 25117 25120 22378 0 -1 1077944384 2600 13135 0 0 37 5 4 3 20 0 15 0 415975211 11109421056 176118 33554432000 4194304 4196468 140727528926480 139799110421392 139799218968277 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15171584 140727528930031 140727528932549 140727528932549 140727528935375 0
[pid=25120/tid=25177] ppid=25117 vsize=10849044 memory=6791534058613427641 CPUtime=0.48 cores=0,2,4,6
/proc/25120/task/25177/stat : 25177 (java) S 25117 25120 22378 0 -1 1077944384 4123 13135 0 0 36 5 4 3 20 0 15 0 415975211 11109421056 176118 33554432000 4194304 4196468 140727528926480 139799109368592 139799218968277 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15171584 140727528930031 140727528932549 140727528932549 140727528935375 0
[pid=25120/tid=25178] ppid=25117 vsize=10849044 memory=8560 CPUtime=0.44 cores=0,2,4,6
/proc/25120/task/25178/stat : 25178 (java) S 25117 25120 22378 0 -1 1077944384 4026 13135 0 0 35 2 4 3 20 0 15 0 415975213 11109421056 176118 33554432000 4194304 4196468 140727528926480 139798678272368 139799218969218 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15171584 140727528930031 140727528932549 140727528932549 140727528935375 0
[pid=25120/tid=25179] ppid=25117 vsize=10849044 memory=1668 CPUtime=0.07 cores=0,2,4,6
/proc/25120/task/25179/stat : 25179 (java) S 25117 25120 22378 0 -1 1077944384 40 13135 0 0 0 0 4 3 20 0 15 0 415975213 11109421056 176118 33554432000 4194304 4196468 140727528926480 139798677218464 139799218968277 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15171584 140727528930031 140727528932549 140727528932549 140727528935375 0
[pid=25120/tid=25180] ppid=25117 vsize=10849044 memory=1112 CPUtime=0.07 cores=0,2,4,6
/proc/25120/task/25180/stat : 25180 (java) S 25117 25120 22378 0 -1 1077944384 7 13135 0 0 0 0 4 3 20 0 15 0 415975213 11109421056 176118 33554432000 4194304 4196468 140727528926480 139798031360896 139799218968277 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15171584 140727528930031 140727528932549 140727528932549 140727528935375 0
[pid=25120/tid=25181] ppid=25117 vsize=10849044 memory=1004 CPUtime=0.07 cores=0,2,4,6
/proc/25120/task/25181/stat : 25181 (java) S 25117 25120 22378 0 -1 1077944384 3 13135 0 0 0 0 4 3 20 0 15 0 415975216 11109421056 176118 33554432000 4194304 4196468 140727528926480 139797791070032 139799218976667 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15171584 140727528930031 140727528932549 140727528932549 140727528935375 0
[pid=25120/tid=25182] ppid=25117 vsize=10849044 memory=776 CPUtime=4.82 cores=0,2,4,6
/proc/25120/task/25182/stat : 25182 (java) S 25117 25120 22378 0 -1 1077944384 18556 13135 0 0 472 3 4 3 20 0 15 0 415975216 11109421056 176118 33554432000 4194304 4196468 140727528926480 139798643661680 139799218969218 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15171584 140727528930031 140727528932549 140727528932549 140727528935375 0
[pid=25120/tid=25183] ppid=25117 vsize=10849044 memory=3972 CPUtime=5.17 cores=0,2,4,6
/proc/25120/task/25183/stat : 25183 (java) S 25117 25120 22378 0 -1 1077944384 20840 13135 0 0 506 4 4 3 20 0 15 0 415975216 11109421056 176118 33554432000 4194304 4196468 140727528926480 139798642608880 139799218969218 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15171584 140727528930031 140727528932549 140727528932549 140727528935375 0
[pid=25120/tid=25184] ppid=25117 vsize=10849044 memory=2828 CPUtime=3.8 cores=0,2,4,6
/proc/25120/task/25184/stat : 25184 (java) S 25117 25120 22378 0 -1 1077944384 23120 13135 0 0 368 5 4 3 20 0 15 0 415975216 11109421056 176118 33554432000 4194304 4196468 140727528926480 139798641556080 139799218969218 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15171584 140727528930031 140727528932549 140727528932549 140727528935375 0
[pid=25120/tid=25185] ppid=25117 vsize=10849044 memory=676 CPUtime=0.07 cores=0,2,4,6
/proc/25120/task/25185/stat : 25185 (java) S 25117 25120 22378 0 -1 1077944384 3 13135 0 0 0 0 4 3 20 0 15 0 415975216 11109421056 176118 33554432000 4194304 4196468 140727528926480 139797757512416 139799218968277 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15171584 140727528930031 140727528932549 140727528932549 140727528935375 0
[pid=25120/tid=25186] ppid=25117 vsize=10849044 memory=1060 CPUtime=0.14 cores=0,2,4,6
/proc/25120/task/25186/stat : 25186 (java) S 25117 25120 22378 0 -1 1077944384 970 13135 0 0 3 4 4 3 20 0 15 0 415975216 11109421056 176118 33554432000 4194304 4196468 140727528926480 139798640503472 139799218969218 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15171584 140727528930031 140727528932549 140727528932549 140727528935375 0
Current children cumulated CPU time: 162.16 s
Current children cumulated vsize: 10849044 KiB
Current children cumulated memory: 704472 KiB

Child status: 0
Real time (s): 147.429
CPU time (s): 162.22
CPU user time (s): 161.592
CPU system time (s): 0.62831
CPU usage (%): 110.033
Max. virtual memory (cumulated for all children) (KiB): 10853204
Max. memory (cumulated for all children) (KiB): 732028

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 161.592
system time used= 0.62831
maximum resident set size= 734076
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 125450
page faults= 0
swaps= 0
block input operations= 0
block output operations= 344
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 22728
involuntary context switches= 416


# summary of solver processes directly reported to runsolver:
#   pid: 25120
#   total CPU time (s): 162.22
#   total CPU user time (s): 161.592
#   total CPU system time (s): 0.62831

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.915922 second user time and 1.47664 second system time

The end

Launcher Data

Begin job on node103 at 2019-09-13 19:52:42
IDJOB=4396348
IDBENCH=123101
IDSOLVER=2847
FILE ID=node103/4396348-1568397221
RUNJOBID= node103-1568393993-23927
PBS_JOBID= 21701854
Free space on /tmp= 61684 MiB

SOLVER NAME= Concrete 3.12.2
BENCH NAME= XCSP17/QuadraticAssignment/QuadraticAssignment-m1-s1/QuadraticAssignment-esc16e.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4396348-1568397221/watcher-4396348-1568397221 -o /tmp/evaluation-result-4396348-1568397221/solver-4396348-1568397221 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node103-1568393993-23927 --watchdog 2560  bin/xcsp-3-concrete -J-Xss32M -randomseed=1758630965 HOME/instance-4396348-1568397221.xml

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

MD5SUM BENCH= 9478703244e8f640224ac5c9e01083b8
RANDOM SEED=1758630965

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        31049004 kB
MemAvailable:   31311604 kB
Buffers:           64764 kB
Cached:           482164 kB
SwapCached:         9140 kB
Active:          1023448 kB
Inactive:         115712 kB
Active(anon):     587000 kB
Inactive(anon):    46792 kB
Active(file):     436448 kB
Inactive(file):    68920 kB
Unevictable:      111360 kB
Mlocked:          111360 kB
SwapTotal:      67108860 kB
SwapFree:       66996932 kB
Dirty:             35536 kB
Writeback:             0 kB
AnonPages:        696440 kB
Mapped:            57652 kB
Shmem:             32620 kB
Slab:             175916 kB
SReclaimable:     146132 kB
SUnreclaim:        29784 kB
KernelStack:        3744 kB
PageTables:         6756 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1798356 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    528384 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      105856 kB
DirectMap2M:    33439744 kB

Free space on /tmp at the end= 61648 MiB
End job on node103 at 2019-09-13 19:55:10