Trace number 4401401

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.2OPT67514 425.535 407.611

General information on the benchmark

NameQuadraticAssignment/QuadraticAssignment-m1-s1/
QuadraticAssignment-tai10a.xml
MD5SUMb58690ea851c8aad9573a552336d280c
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark67514
Best CPU time to get the best result obtained on this benchmark30.4709
Satisfiable
(Un)Satisfiability was proved
Number of variables110
Number of constraints46
Number of domains2
Minimum domain size10
Maximum domain size35
Distribution of domain sizes[{"size":10,"count":10},{"size":35,"count":45}]
Minimum variable degree0
Maximum variable degree10
Distribution of variable degrees[{"degree":0,"count":55},{"degree":2,"count":45},{"degree":10,"count":10}]
Minimum constraint arity3
Maximum constraint arity10
Distribution of constraint arities[{"arity":3,"count":45},{"arity":10,"count":1}]
Number of extensional constraints45
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":45},{"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.74/0.55	c Concrete v3.12.2.1568631193530 running
7.26/3.27	o 92853
7.26/3.28	o 88527
7.26/3.29	o 85200
7.26/3.30	o 84330
7.62/3.31	o 83294
7.62/3.31	o 82051
7.62/3.33	o 81884
7.62/3.37	o 79040
7.96/3.50	o 75356
13.37/5.44	o 74780
13.37/5.44	o 74438
13.79/5.61	o 73968
13.79/5.61	o 71597
14.76/6.21	o 71105
18.52/8.69	o 69214
18.65/8.70	o 68681
18.91/8.93	o 67514
425.41/407.58	v <instantiation
425.41/407.58	v         cost = '67514'>
425.41/407.58	v       <list>
425.41/407.58	v         x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] d[0][1] d[0][2] d[0][3] d[0][4] d[0][5] d[0][6] d[0][7] d[0][8] d[0][9] d[1][2] d[1][3] d[1][4] d[1][5] d[1][6] d[1][7] d[1][8] d[1][9] d[2][3] d[2][4] d[2][5] d[2][6] d[2][7] d[2][8] d[2][9] d[3][4] d[3][5] d[3][6] d[3][7] d[3][8] d[3][9] d[4][5] d[4][6] d[4][7] d[4][8] d[4][9] d[5][6] d[5][7] d[5][8] d[5][9] d[6][7] d[6][8] d[6][9] d[7][8] d[7][9] d[8][9]
425.41/407.58	v       </list>
425.41/407.58	v       <values>
425.41/407.58	v         8 0 7 5 9 4 3 2 6 1 10 61 76 21 45 82 12 57 0 25 41 4 56 82 95 6 21 18 36 86 35 84 18 79 39 69 91 1 59 40 91 26 0 36 89 26 9 56 44 35 11 6 85 63 75
425.41/407.58	v       </values>
425.41/407.58	v     </instantiation>
425.41/407.58	s OPTIMUM FOUND

Verifier Data

OK	67514

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4401401-1568678041/watcher-4401401-1568678041 -o /tmp/evaluation-result-4401401-1568678041/solver-4401401-1568678041 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node104-1568669113-17368 --watchdog 2560 bin/xcsp-3-concrete -J-Xss32M -randomseed=1332689568 HOME/instance-4401401-1568678041.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=18331, runsolver pid=18328

[startup+0.100082 s]*
/proc/loadavg: 1.24 1.35 1.38 3/218 18389
/proc/meminfo: memFree=30477632/32770624 swapFree=66977376/67108860
[pid=18331] ppid=18328 vsize=9972712 memory=17076 CPUtime=0.08 cores=1,3,5,7
/proc/18331/stat : 18331 (java) S 18328 18331 17336 0 -1 1077944320 4496 13260 0 0 1 0 4 3 20 0 6 0 444061200 10212057088 4269 33554432000 4194304 4196468 140725305275264 140725305257808 140531297804023 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 28717056 140725305277167 140725305279685 140725305279685 140725305282511 0
/proc/18331/statm: 2493178 4269 1935 1 0 2481616 0
[pid=18331/tid=18385] ppid=18328 vsize=9972712 memory=720575944405811505 CPUtime=0.08 cores=1,3,5,7
/proc/18331/task/18385/stat : 18385 (java) R 18328 18331 17336 0 -1 4202560 2306 13260 0 0 1 0 4 3 20 0 6 0 444061209 10212057088 4269 33554432000 4194304 4196468 140725305275264 140531269643920 140531283486549 0 4 0 16784584 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 28717056 140725305277167 140725305279685 140725305279685 140725305282511 0
[pid=18331/tid=18386] ppid=18328 vsize=9972712 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/18331/task/18386/stat : 18386 (java) S 18328 18331 17336 0 -1 1077944384 1 13260 0 0 0 0 4 3 20 0 6 0 444061209 10212057088 4269 33554432000 4194304 4196468 140725305275264 140531302046480 140531297814229 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28717056 140725305277167 140725305279685 140725305279685 140725305282511 0
[pid=18331/tid=18387] ppid=18328 vsize=9972712 memory=140191149766176 CPUtime=0.07 cores=1,3,5,7
/proc/18331/task/18387/stat : 18387 (java) S 18328 18331 17336 0 -1 1077944384 1 13260 0 0 0 0 4 3 20 0 6 0 444061209 10212057088 4269 33554432000 4194304 4196468 140725305275264 140531200936848 140531297814229 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28717056 140725305277167 140725305279685 140725305279685 140725305282511 0
[pid=18331/tid=18388] ppid=18328 vsize=9972712 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/18331/task/18388/stat : 18388 (java) S 18328 18331 17336 0 -1 1077944384 1 13260 0 0 0 0 4 3 20 0 6 0 444061209 10212057088 4269 33554432000 4194304 4196468 140725305275264 140531199884304 140531297814229 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28717056 140725305277167 140725305279685 140725305279685 140725305282511 0
[pid=18331/tid=18389] ppid=18328 vsize=9972712 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/18331/task/18389/stat : 18389 (java) S 18328 18331 17336 0 -1 1077944384 2 13260 0 0 0 0 4 3 20 0 6 0 444061209 10212057088 4269 33554432000 4194304 4196468 140725305275264 140531198831760 140531297814229 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28717056 140725305277167 140725305279685 140725305279685 140725305282511 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 17076 KiB

[startup+0.210014 s]*
/proc/loadavg: 1.24 1.35 1.38 4/227 18398
/proc/meminfo: memFree=30458568/32770624 swapFree=66977376/67108860
[pid=18331] ppid=18328 vsize=10820196 memory=42268 CPUtime=0.26 cores=1,3,5,7
/proc/18331/stat : 18331 (java) S 18328 18331 17336 0 -1 1077944320 7399 13260 0 0 18 1 4 3 20 0 15 0 444061200 11079880704 10567 33554432000 4194304 4196468 140725305275264 140725305257808 140531297804023 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 28717056 140725305277167 140725305279685 140725305279685 140725305282511 0
/proc/18331/statm: 2705049 10567 3268 1 0 2667149 0
[pid=18331/tid=18385] ppid=18328 vsize=10820196 memory=729618466009055537 CPUtime=0.18 cores=1,3,5,7
/proc/18331/task/18385/stat : 18385 (java) R 18328 18331 17336 0 -1 4202560 3900 13260 0 0 10 1 4 3 20 0 15 0 444061209 11079880704 10567 33554432000 4194304 4196468 140725305275264 140531269637072 140531297825949 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 28717056 140725305277167 140725305279685 140725305279685 140725305282511 0
[pid=18331/tid=18386] ppid=18328 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/18331/task/18386/stat : 18386 (java) S 18328 18331 17336 0 -1 1077944384 1 13260 0 0 0 0 4 3 20 0 15 0 444061209 11079880704 10567 33554432000 4194304 4196468 140725305275264 140531302046480 140531297814229 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28717056 140725305277167 140725305279685 140725305279685 140725305282511 0
[pid=18331/tid=18387] ppid=18328 vsize=10820196 memory=140191149766176 CPUtime=0.07 cores=1,3,5,7
/proc/18331/task/18387/stat : 18387 (java) S 18328 18331 17336 0 -1 1077944384 1 13260 0 0 0 0 4 3 20 0 15 0 444061209 11079880704 10567 33554432000 4194304 4196468 140725305275264 140531200936848 140531297814229 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28717056 140725305277167 140725305279685 140725305279685 140725305282511 0
[pid=18331/tid=18388] ppid=18328 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/18331/task/18388/stat : 18388 (java) S 18328 18331 17336 0 -1 1077944384 1 13260 0 0 0 0 4 3 20 0 15 0 444061209 11079880704 10567 33554432000 4194304 4196468 140725305275264 140531199884304 140531297814229 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28717056 140725305277167 140725305279685 140725305279685 140725305282511 0
[pid=18331/tid=18389] ppid=18328 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/18331/task/18389/stat : 18389 (java) S 18328 18331 17336 0 -1 1077944384 2 13260 0 0 0 0 4 3 20 0 15 0 444061209 11079880704 10567 33554432000 4194304 4196468 140725305275264 140531198831760 140531297814229 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28717056 140725305277167 140725305279685 140725305279685 140725305282511 0
[pid=18331/tid=18390] ppid=18328 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/18331/task/18390/stat : 18390 (java) S 18328 18331 17336 0 -1 1077944384 2 13260 0 0 0 0 4 3 20 0 15 0 444061211 11079880704 10567 33554432000 4194304 4196468 140725305275264 140530622937072 140531297815170 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28717056 140725305277167 140725305279685 140725305279685 140725305282511 0
[pid=18331/tid=18391] ppid=18328 vsize=10820196 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/18331/task/18391/stat : 18391 (java) S 18328 18331 17336 0 -1 1077944384 14 13260 0 0 0 0 4 3 20 0 15 0 444061211 11079880704 10567 33554432000 4194304 4196468 140725305275264 140530189067168 140531297814229 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28717056 140725305277167 140725305279685 140725305279685 140725305282511 0
[pid=18331/tid=18392] ppid=18328 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/18331/task/18392/stat : 18392 (java) S 18328 18331 17336 0 -1 1077944384 1 13260 0 0 0 0 4 3 20 0 15 0 444061211 11079880704 10567 33554432000 4194304 4196468 140725305275264 140530054849520 140531297814229 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28717056 140725305277167 140725305279685 140725305279685 140725305282511 0
[pid=18331/tid=18393] ppid=18328 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/18331/task/18393/stat : 18393 (java) S 18328 18331 17336 0 -1 1077944384 3 13260 0 0 0 0 4 3 20 0 15 0 444061214 11079880704 10567 33554432000 4194304 4196468 140725305275264 140529814558928 140531297822619 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28717056 140725305277167 140725305279685 140725305279685 140725305282511 0
[pid=18331/tid=18394] ppid=18328 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/18331/task/18394/stat : 18394 (java) R 18328 18331 17336 0 -1 4202560 598 13260 0 0 1 0 4 3 20 0 15 0 444061214 11079880704 10567 33554432000 4194304 4196468 140725305275264 140530621884912 140531297825370 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 28717056 140725305277167 140725305279685 140725305279685 140725305282511 0
[pid=18331/tid=18395] ppid=18328 vsize=10820196 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/18331/task/18395/stat : 18395 (java) S 18328 18331 17336 0 -1 1077944384 61 13260 0 0 0 0 4 3 20 0 15 0 444061214 11079880704 10567 33554432000 4194304 4196468 140725305275264 140530620832368 140531297815170 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28717056 140725305277167 140725305279685 140725305279685 140725305282511 0
[pid=18331/tid=18396] ppid=18328 vsize=10820196 memory=140191146620544 CPUtime=0.1 cores=1,3,5,7
/proc/18331/task/18396/stat : 18396 (java) S 18328 18331 17336 0 -1 1077944384 608 13260 0 0 3 0 4 3 20 0 15 0 444061214 11079880704 10567 33554432000 4194304 4196468 140725305275264 140530619779824 140531297815170 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28717056 140725305277167 140725305279685 140725305279685 140725305282511 0
[pid=18331/tid=18397] ppid=18328 vsize=10820196 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/18331/task/18397/stat : 18397 (java) S 18328 18331 17336 0 -1 1077944384 3 13260 0 0 0 0 4 3 20 0 15 0 444061214 11079880704 10567 33554432000 4194304 4196468 140725305275264 140529781001312 140531297814229 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28717056 140725305277167 140725305279685 140725305279685 140725305282511 0
[pid=18331/tid=18398] ppid=18328 vsize=10820196 memory=140191146620544 CPUtime=0.07 cores=1,3,5,7
/proc/18331/task/18398/stat : 18398 (java) S 18328 18331 17336 0 -1 1077944384 1 13260 0 0 0 0 4 3 20 0 15 0 444061215 11079880704 10567 33554432000 4194304 4196468 140725305275264 140530618726704 140531297815170 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28717056 140725305277167 140725305279685 140725305279685 140725305282511 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 42268 KiB

[startup+0.310935 s]*
/proc/loadavg: 1.24 1.35 1.38 4/227 18398
/proc/meminfo: memFree=30446720/32770624 swapFree=66977376/67108860
[pid=18331] ppid=18328 vsize=10820196 memory=50552 CPUtime=0.4 cores=1,3,5,7
/proc/18331/stat : 18331 (java) S 18328 18331 17336 0 -1 1077944320 10868 13260 0 0 29 4 4 3 20 0 15 0 444061200 11079880704 12638 33554432000 4194304 4196468 140725305275264 140725305257808 140531297804023 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 28717056 140725305277167 140725305279685 140725305279685 140725305282511 0
/proc/18331/statm: 2705049 12638 3314 1 0 2667149 0
[pid=18331/tid=18385] ppid=18328 vsize=10820196 memory=8317482817917895235 CPUtime=0.28 cores=1,3,5,7
/proc/18331/task/18385/stat : 18385 (java) R 18328 18331 17336 0 -1 4202560 7358 13260 0 0 18 3 4 3 20 0 15 0 444061209 11079880704 12638 33554432000 4194304 4196468 140725305275264 140531269610128 140531283989970 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 28717056 140725305277167 140725305279685 140725305279685 140725305282511 0
[pid=18331/tid=18386] ppid=18328 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/18331/task/18386/stat : 18386 (java) S 18328 18331 17336 0 -1 1077944384 1 13260 0 0 0 0 4 3 20 0 15 0 444061209 11079880704 12638 33554432000 4194304 4196468 140725305275264 140531302046480 140531297814229 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28717056 140725305277167 140725305279685 140725305279685 140725305282511 0
[pid=18331/tid=18387] ppid=18328 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/18331/task/18387/stat : 18387 (java) S 18328 18331 17336 0 -1 1077944384 1 13260 0 0 0 0 4 3 20 0 15 0 444061209 11079880704 12638 33554432000 4194304 4196468 140725305275264 140531200936848 140531297814229 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28717056 140725305277167 140725305279685 140725305279685 140725305282511 0
[pid=18331/tid=18388] ppid=18328 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/18331/task/18388/stat : 18388 (java) S 18328 18331 17336 0 -1 1077944384 1 13260 0 0 0 0 4 3 20 0 15 0 444061209 11079880704 12638 33554432000 4194304 4196468 140725305275264 140531199884304 140531297814229 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28717056 140725305277167 140725305279685 140725305279685 140725305282511 0
[pid=18331/tid=18389] ppid=18328 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/18331/task/18389/stat : 18389 (java) S 18328 18331 17336 0 -1 1077944384 2 13260 0 0 0 0 4 3 20 0 15 0 444061209 11079880704 12638 33554432000 4194304 4196468 140725305275264 140531198831760 140531297814229 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28717056 140725305277167 140725305279685 140725305279685 140725305282511 0
[pid=18331/tid=18390] ppid=18328 vsize=10820196 memory=140191146620543 CPUtime=0.07 cores=1,3,5,7
/proc/18331/task/18390/stat : 18390 (java) S 18328 18331 17336 0 -1 1077944384 2 13260 0 0 0 0 4 3 20 0 15 0 444061211 11079880704 12638 33554432000 4194304 4196468 140725305275264 140530622937072 140531297815170 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28717056 140725305277167 140725305279685 140725305279685 140725305282511 0
[pid=18331/tid=18391] ppid=18328 vsize=10820196 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/18331/task/18391/stat : 18391 (java) S 18328 18331 17336 0 -1 1077944384 14 13260 0 0 0 0 4 3 20 0 15 0 444061211 11079880704 12638 33554432000 4194304 4196468 140725305275264 140530189067168 140531297814229 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28717056 140725305277167 140725305279685 140725305279685 140725305282511 0
[pid=18331/tid=18392] ppid=18328 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/18331/task/18392/stat : 18392 (java) S 18328 18331 17336 0 -1 1077944384 1 13260 0 0 0 0 4 3 20 0 15 0 444061211 11079880704 12638 33554432000 4194304 4196468 140725305275264 140530054849520 140531297814229 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28717056 140725305277167 140725305279685 140725305279685 140725305282511 0
[pid=18331/tid=18393] ppid=18328 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/18331/task/18393/stat : 18393 (java) S 18328 18331 17336 0 -1 1077944384 3 13260 0 0 0 0 4 3 20 0 15 0 444061214 11079880704 12638 33554432000 4194304 4196468 140725305275264 140529814558928 140531297822619 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28717056 140725305277167 140725305279685 140725305279685 140725305282511 0
[pid=18331/tid=18394] ppid=18328 vsize=10820196 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/18331/task/18394/stat : 18394 (java) S 18328 18331 17336 0 -1 1077944384 600 13260 0 0 2 0 4 3 20 0 15 0 444061214 11079880704 12638 33554432000 4194304 4196468 140725305275264 140530621884912 140531297815170 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28717056 140725305277167 140725305279685 140725305279685 140725305282511 0
[pid=18331/tid=18395] ppid=18328 vsize=10820196 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/18331/task/18395/stat : 18395 (java) S 18328 18331 17336 0 -1 1077944384 61 13260 0 0 1 0 4 3 20 0 15 0 444061214 11079880704 12638 33554432000 4194304 4196468 140725305275264 140530620832368 140531297815170 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28717056 140725305277167 140725305279685 140725305279685 140725305282511 0
[pid=18331/tid=18396] ppid=18328 vsize=10820196 memory=140191146620544 CPUtime=0.12 cores=1,3,5,7
/proc/18331/task/18396/stat : 18396 (java) S 18328 18331 17336 0 -1 1077944384 615 13260 0 0 5 0 4 3 20 0 15 0 444061214 11079880704 12638 33554432000 4194304 4196468 140725305275264 140530619779824 140531297815170 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28717056 140725305277167 140725305279685 140725305279685 140725305282511 0
[pid=18331/tid=18397] ppid=18328 vsize=10820196 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/18331/task/18397/stat : 18397 (java) S 18328 18331 17336 0 -1 1077944384 3 13260 0 0 0 0 4 3 20 0 15 0 444061214 11079880704 12638 33554432000 4194304 4196468 140725305275264 140529781001312 140531297814229 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28717056 140725305277167 140725305279685 140725305279685 140725305282511 0
[pid=18331/tid=18398] ppid=18328 vsize=10820196 memory=140191146620544 CPUtime=0.07 cores=1,3,5,7
/proc/18331/task/18398/stat : 18398 (java) S 18328 18331 17336 0 -1 1077944384 1 13260 0 0 0 0 4 3 20 0 15 0 444061215 11079880704 12638 33554432000 4194304 4196468 140725305275264 140530618726704 140531297815170 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28717056 140725305277167 140725305279685 140725305279685 140725305282511 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 50552 KiB

[startup+0.70388 s]
/proc/loadavg: 1.24 1.35 1.38 3/227 18398
/proc/meminfo: memFree=30432416/32770624 swapFree=66977376/67108860
[pid=18331] ppid=18328 vsize=10824364 memory=83516 CPUtime=1.12 cores=1,3,5,7
/proc/18331/stat : 18331 (java) S 18328 18331 17336 0 -1 1077944320 15068 13260 0 0 99 6 4 3 20 0 15 0 444061200 11084148736 20879 33554432000 4194304 4196468 140725305275264 140725305257808 140531297804023 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 28717056 140725305277167 140725305279685 140725305279685 140725305282511 0
/proc/18331/statm: 2706091 20879 3512 1 0 2668173 0
[pid=18331/tid=18385] ppid=18328 vsize=10824364 memory=7810487918915055718 CPUtime=0.66 cores=1,3,5,7
/proc/18331/task/18385/stat : 18385 (java) R 18328 18331 17336 0 -1 4202560 10530 13260 0 0 55 4 4 3 20 0 15 0 444061209 11084148736 20879 33554432000 4194304 4196468 140725305275264 140531269629120 140531297825949 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 28717056 140725305277167 140725305279685 140725305279685 140725305282511 0
[pid=18331/tid=18386] ppid=18328 vsize=10824364 memory=1416 CPUtime=0.07 cores=1,3,5,7
/proc/18331/task/18386/stat : 18386 (java) S 18328 18331 17336 0 -1 1077944384 1 13260 0 0 0 0 4 3 20 0 15 0 444061209 11084148736 20879 33554432000 4194304 4196468 140725305275264 140531302046480 140531297814229 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28717056 140725305277167 140725305279685 140725305279685 140725305282511 0
[pid=18331/tid=18387] ppid=18328 vsize=10824364 memory=1716 CPUtime=0.07 cores=1,3,5,7
/proc/18331/task/18387/stat : 18387 (java) S 18328 18331 17336 0 -1 1077944384 1 13260 0 0 0 0 4 3 20 0 15 0 444061209 11084148736 20879 33554432000 4194304 4196468 140725305275264 140531200936848 140531297814229 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28717056 140725305277167 140725305279685 140725305279685 140725305282511 0
[pid=18331/tid=18388] ppid=18328 vsize=10824364 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/18331/task/18388/stat : 18388 (java) S 18328 18331 17336 0 -1 1077944384 1 13260 0 0 0 0 4 3 20 0 15 0 444061209 11084148736 20879 33554432000 4194304 4196468 140725305275264 140531199884304 140531297814229 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28717056 140725305277167 140725305279685 140725305279685 140725305282511 0
[pid=18331/tid=18389] ppid=18328 vsize=10824364 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/18331/task/18389/stat : 18389 (java) S 18328 18331 17336 0 -1 1077944384 2 13260 0 0 0 0 4 3 20 0 15 0 444061209 11084148736 20879 33554432000 4194304 4196468 140725305275264 140531198831760 140531297814229 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28717056 140725305277167 140725305279685 140725305279685 140725305282511 0
[pid=18331/tid=18390] ppid=18328 vsize=10824364 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/18331/task/18390/stat : 18390 (java) S 18328 18331 17336 0 -1 1077944384 6 13260 0 0 0 0 4 3 20 0 15 0 444061211 11084148736 20879 33554432000 4194304 4196468 140725305275264 140530622937072 140531297815170 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28717056 140725305277167 140725305279685 140725305279685 140725305282511 0
[pid=18331/tid=18391] ppid=18328 vsize=10824364 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/18331/task/18391/stat : 18391 (java) S 18328 18331 17336 0 -1 1077944384 14 13260 0 0 0 0 4 3 20 0 15 0 444061211 11084148736 20879 33554432000 4194304 4196468 140725305275264 140530189067168 140531297814229 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28717056 140725305277167 140725305279685 140725305279685 140725305282511 0
[pid=18331/tid=18392] ppid=18328 vsize=10824364 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/18331/task/18392/stat : 18392 (java) S 18328 18331 17336 0 -1 1077944384 1 13260 0 0 0 0 4 3 20 0 15 0 444061211 11084148736 20879 33554432000 4194304 4196468 140725305275264 140530054849520 140531297814229 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28717056 140725305277167 140725305279685 140725305279685 140725305282511 0
[pid=18331/tid=18393] ppid=18328 vsize=10824364 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/18331/task/18393/stat : 18393 (java) S 18328 18331 17336 0 -1 1077944384 3 13260 0 0 0 0 4 3 20 0 15 0 444061214 11084148736 20879 33554432000 4194304 4196468 140725305275264 140529814558928 140531297822619 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28717056 140725305277167 140725305279685 140725305279685 140725305282511 0
[pid=18331/tid=18394] ppid=18328 vsize=10824364 memory=0 CPUtime=0.2 cores=1,3,5,7
/proc/18331/task/18394/stat : 18394 (java) S 18328 18331 17336 0 -1 1077944384 1016 13260 0 0 13 0 4 3 20 0 15 0 444061214 11084148736 20879 33554432000 4194304 4196468 140725305275264 140530621884912 140531297815170 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28717056 140725305277167 140725305279685 140725305279685 140725305282511 0
[pid=18331/tid=18395] ppid=18328 vsize=10824364 memory=0 CPUtime=0.19 cores=1,3,5,7
/proc/18331/task/18395/stat : 18395 (java) R 18328 18331 17336 0 -1 4202560 464 13260 0 0 12 0 4 3 20 0 15 0 444061214 11084148736 20879 33554432000 4194304 4196468 140725305275264 140530620818912 140531275631433 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 28717056 140725305277167 140725305279685 140725305279685 140725305282511 0
[pid=18331/tid=18396] ppid=18328 vsize=10824364 memory=0 CPUtime=0.24 cores=1,3,5,7
/proc/18331/task/18396/stat : 18396 (java) R 18328 18331 17336 0 -1 4202560 820 13260 0 0 17 0 4 3 20 0 15 0 444061214 11084148736 20879 33554432000 4194304 4196468 140725305275264 140530619775776 140531276485363 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 28717056 140725305277167 140725305279685 140725305279685 140725305282511 0
[pid=18331/tid=18397] ppid=18328 vsize=10824364 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/18331/task/18397/stat : 18397 (java) S 18328 18331 17336 0 -1 1077944384 3 13260 0 0 0 0 4 3 20 0 15 0 444061214 11084148736 20879 33554432000 4194304 4196468 140725305275264 140529781001312 140531297814229 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28717056 140725305277167 140725305279685 140725305279685 140725305282511 0
[pid=18331/tid=18398] ppid=18328 vsize=10824364 memory=3616 CPUtime=0.07 cores=1,3,5,7
/proc/18331/task/18398/stat : 18398 (java) S 18328 18331 17336 0 -1 1077944384 1 13260 0 0 0 0 4 3 20 0 15 0 444061215 11084148736 20879 33554432000 4194304 4196468 140725305275264 140530618726704 140531297815170 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28717056 140725305277167 140725305279685 140725305279685 140725305282511 0
Current children cumulated CPU time: 1.12 s
Current children cumulated vsize: 10824364 KiB
Current children cumulated memory: 83516 KiB

[startup+1.50254 s]
/proc/loadavg: 1.22 1.34 1.38 3/227 18398
/proc/meminfo: memFree=30387132/32770624 swapFree=66977376/67108860
[pid=18331] ppid=18328 vsize=10834680 memory=171276 CPUtime=2.43 cores=1,3,5,7
/proc/18331/stat : 18331 (java) S 18328 18331 17336 0 -1 1077944320 21815 13260 0 0 226 10 4 3 20 0 15 0 444061200 11094712320 42819 33554432000 4194304 4196468 140725305275264 140725305257808 140531297804023 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 28717056 140725305277167 140725305279685 140725305279685 140725305282511 0
/proc/18331/statm: 2708670 42819 3582 1 0 2670733 0
[pid=18331/tid=18385] ppid=18328 vsize=10834680 memory=0 CPUtime=1.43 cores=1,3,5,7
/proc/18331/task/18385/stat : 18385 (java) R 18328 18331 17336 0 -1 4202560 15419 13260 0 0 130 6 4 3 20 0 15 0 444061209 11094712320 42819 33554432000 4194304 4196468 140725305275264 140531269616320 140531297815958 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 28717056 140725305277167 140725305279685 140725305279685 140725305282511 0
[pid=18331/tid=18386] ppid=18328 vsize=10834680 memory=-7531822216213012384 CPUtime=0.08 cores=1,3,5,7
/proc/18331/task/18386/stat : 18386 (java) S 18328 18331 17336 0 -1 1077944384 24 13260 0 0 1 0 4 3 20 0 15 0 444061209 11094712320 42819 33554432000 4194304 4196468 140725305275264 140531302046480 140531297814229 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28717056 140725305277167 140725305279685 140725305279685 140725305282511 0
[pid=18331/tid=18387] ppid=18328 vsize=10834680 memory=7378113797262696787 CPUtime=0.08 cores=1,3,5,7
/proc/18331/task/18387/stat : 18387 (java) S 18328 18331 17336 0 -1 1077944384 91 13260 0 0 1 0 4 3 20 0 15 0 444061209 11094712320 42819 33554432000 4194304 4196468 140725305275264 140531200936848 140531297814229 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28717056 140725305277167 140725305279685 140725305279685 140725305282511 0
[pid=18331/tid=18388] ppid=18328 vsize=10834680 memory=7667209424811287125 CPUtime=0.08 cores=1,3,5,7
/proc/18331/task/18388/stat : 18388 (java) S 18328 18331 17336 0 -1 1077944384 87 13260 0 0 1 0 4 3 20 0 15 0 444061209 11094712320 42819 33554432000 4194304 4196468 140725305275264 140531199884304 140531297814229 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28717056 140725305277167 140725305279685 140725305279685 140725305282511 0
[pid=18331/tid=18389] ppid=18328 vsize=10834680 memory=280382042188128 CPUtime=0.08 cores=1,3,5,7
/proc/18331/task/18389/stat : 18389 (java) S 18328 18331 17336 0 -1 1077944384 401 13260 0 0 1 0 4 3 20 0 15 0 444061209 11094712320 42819 33554432000 4194304 4196468 140725305275264 140531198831760 140531297814229 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28717056 140725305277167 140725305279685 140725305279685 140725305282511 0
[pid=18331/tid=18390] ppid=18328 vsize=10834680 memory=218905893179254 CPUtime=0.08 cores=1,3,5,7
/proc/18331/task/18390/stat : 18390 (java) S 18328 18331 17336 0 -1 1077944384 170 13260 0 0 1 0 4 3 20 0 15 0 444061211 11094712320 42819 33554432000 4194304 4196468 140725305275264 140530622937072 140531297815170 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28717056 140725305277167 140725305279685 140725305279685 140725305282511 0
[pid=18331/tid=18391] ppid=18328 vsize=10834680 memory=218905893179255 CPUtime=0.07 cores=1,3,5,7
/proc/18331/task/18391/stat : 18391 (java) S 18328 18331 17336 0 -1 1077944384 14 13260 0 0 0 0 4 3 20 0 15 0 444061211 11094712320 42819 33554432000 4194304 4196468 140725305275264 140530189067232 140531297814229 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28717056 140725305277167 140725305279685 140725305279685 140725305282511 0
[pid=18331/tid=18392] ppid=18328 vsize=10834680 memory=218905893179256 CPUtime=0.07 cores=1,3,5,7
/proc/18331/task/18392/stat : 18392 (java) S 18328 18331 17336 0 -1 1077944384 2 13260 0 0 0 0 4 3 20 0 15 0 444061211 11094712320 42819 33554432000 4194304 4196468 140725305275264 140530054849520 140531297814229 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28717056 140725305277167 140725305279685 140725305279685 140725305282511 0
[pid=18331/tid=18393] ppid=18328 vsize=10834680 memory=218905893179257 CPUtime=0.07 cores=1,3,5,7
/proc/18331/task/18393/stat : 18393 (java) S 18328 18331 17336 0 -1 1077944384 3 13260 0 0 0 0 4 3 20 0 15 0 444061214 11094712320 42819 33554432000 4194304 4196468 140725305275264 140529814558928 140531297822619 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28717056 140725305277167 140725305279685 140725305279685 140725305282511 0
[pid=18331/tid=18394] ppid=18328 vsize=10834680 memory=0 CPUtime=0.31 cores=1,3,5,7
/proc/18331/task/18394/stat : 18394 (java) S 18328 18331 17336 0 -1 1077944384 1175 13260 0 0 24 0 4 3 20 0 15 0 444061214 11094712320 42819 33554432000 4194304 4196468 140725305275264 140530621884912 140531297815170 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28717056 140725305277167 140725305279685 140725305279685 140725305282511 0
[pid=18331/tid=18395] ppid=18328 vsize=10834680 memory=280382041782192 CPUtime=0.29 cores=1,3,5,7
/proc/18331/task/18395/stat : 18395 (java) S 18328 18331 17336 0 -1 1077944384 633 13260 0 0 22 0 4 3 20 0 15 0 444061214 11094712320 42819 33554432000 4194304 4196468 140725305275264 140530620832368 140531297815170 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28717056 140725305277167 140725305279685 140725305279685 140725305282511 0
[pid=18331/tid=18396] ppid=18328 vsize=10834680 memory=280382041780336 CPUtime=0.48 cores=1,3,5,7
/proc/18331/task/18396/stat : 18396 (java) R 18328 18331 17336 0 -1 4202560 1587 13260 0 0 41 0 4 3 20 0 15 0 444061214 11094712320 42819 33554432000 4194304 4196468 140725305275264 140530619779824 140531281162497 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 28717056 140725305277167 140725305279685 140725305279685 140725305282511 0
[pid=18331/tid=18397] ppid=18328 vsize=10834680 memory=280382041780400 CPUtime=0.07 cores=1,3,5,7
/proc/18331/task/18397/stat : 18397 (java) S 18328 18331 17336 0 -1 1077944384 3 13260 0 0 0 0 4 3 20 0 15 0 444061214 11094712320 42819 33554432000 4194304 4196468 140725305275264 140529781001312 140531297814229 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28717056 140725305277167 140725305279685 140725305279685 140725305282511 0
[pid=18331/tid=18398] ppid=18328 vsize=10834680 memory=280382042227920 CPUtime=0.07 cores=1,3,5,7
/proc/18331/task/18398/stat : 18398 (java) R 18328 18331 17336 0 -1 1077944384 1 13260 0 0 0 0 4 3 20 0 15 0 444061215 11094712320 42819 33554432000 4194304 4196468 140725305275264 140530618726704 140531297815170 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 28717056 140725305277167 140725305279685 140725305279685 140725305282511 0
Current children cumulated CPU time: 2.43 s
Current children cumulated vsize: 10834680 KiB

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


[startup+403.201 s]
/proc/loadavg: 1.51 1.59 1.49 3/228 18823
/proc/meminfo: memFree=28413664/32770624 swapFree=66977376/67108860
[pid=18331] ppid=18328 vsize=10849048 memory=895316 CPUtime=421.04 cores=1,3,5,7
/proc/18331/stat : 18331 (java) S 18328 18331 17336 0 -1 1077944320 131976 13260 1 0 41999 98 4 3 20 0 15 0 444061200 11109425152 223829 33554432000 4194304 4196468 140725305275264 140725305257808 140531297804023 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 28717056 140725305277167 140725305279685 140725305279685 140725305282511 0
/proc/18331/statm: 2712262 223829 3631 1 0 2674317 0
[pid=18331/tid=18385] ppid=18328 vsize=10849048 memory=47128 CPUtime=399.1 cores=1,3,5,7
/proc/18331/task/18385/stat : 18385 (java) R 18328 18331 17336 0 -1 4202560 37461 13260 1 0 39876 27 4 3 20 0 15 0 444061209 11109425152 223829 33554432000 4194304 4196468 140725305275264 140531269639152 140530888523471 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 28717056 140725305277167 140725305279685 140725305279685 140725305282511 0
[pid=18331/tid=18386] ppid=18328 vsize=10849048 memory=988 CPUtime=1.81 cores=1,3,5,7
/proc/18331/task/18386/stat : 18386 (java) S 18328 18331 17336 0 -1 1077944384 2115 13260 0 0 162 12 4 3 20 0 15 0 444061209 11109425152 223829 33554432000 4194304 4196468 140725305275264 140531302046480 140531297814229 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28717056 140725305277167 140725305279685 140725305279685 140725305282511 0
[pid=18331/tid=18387] ppid=18328 vsize=10849048 memory=6791534058613427641 CPUtime=1.81 cores=1,3,5,7
/proc/18331/task/18387/stat : 18387 (java) S 18328 18331 17336 0 -1 1077944384 7752 13260 0 0 161 13 4 3 20 0 15 0 444061209 11109425152 223829 33554432000 4194304 4196468 140725305275264 140531200936848 140531297814229 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28717056 140725305277167 140725305279685 140725305279685 140725305282511 0
[pid=18331/tid=18388] ppid=18328 vsize=10849048 memory=3848 CPUtime=1.81 cores=1,3,5,7
/proc/18331/task/18388/stat : 18388 (java) S 18328 18331 17336 0 -1 1077944384 4386 13260 0 0 163 11 4 3 20 0 15 0 444061209 11109425152 223829 33554432000 4194304 4196468 140725305275264 140531199884304 140531297814229 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28717056 140725305277167 140725305279685 140725305279685 140725305282511 0
[pid=18331/tid=18389] ppid=18328 vsize=10849048 memory=2720 CPUtime=1.8 cores=1,3,5,7
/proc/18331/task/18389/stat : 18389 (java) S 18328 18331 17336 0 -1 1077944384 4895 13260 0 0 162 11 4 3 20 0 15 0 444061209 11109425152 223829 33554432000 4194304 4196468 140725305275264 140531198831760 140531297814229 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28717056 140725305277167 140725305279685 140725305279685 140725305282511 0
[pid=18331/tid=18390] ppid=18328 vsize=10849048 memory=2648 CPUtime=1.65 cores=1,3,5,7
/proc/18331/task/18390/stat : 18390 (java) S 18328 18331 17336 0 -1 1077944384 5147 13260 0 0 150 8 4 3 20 0 15 0 444061211 11109425152 223829 33554432000 4194304 4196468 140725305275264 140530622937072 140531297815170 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28717056 140725305277167 140725305279685 140725305279685 140725305282511 0
[pid=18331/tid=18391] ppid=18328 vsize=10849048 memory=893216 CPUtime=0.07 cores=1,3,5,7
/proc/18331/task/18391/stat : 18391 (java) S 18328 18331 17336 0 -1 1077944384 23 13260 0 0 0 0 4 3 20 0 15 0 444061211 11109425152 223829 33554432000 4194304 4196468 140725305275264 140530189067232 140531297814229 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28717056 140725305277167 140725305279685 140725305279685 140725305282511 0
[pid=18331/tid=18392] ppid=18328 vsize=10849048 memory=780 CPUtime=0.07 cores=1,3,5,7
/proc/18331/task/18392/stat : 18392 (java) S 18328 18331 17336 0 -1 1077944384 11 13260 0 0 0 0 4 3 20 0 15 0 444061211 11109425152 223829 33554432000 4194304 4196468 140725305275264 140530054849536 140531297814229 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28717056 140725305277167 140725305279685 140725305279685 140725305282511 0
[pid=18331/tid=18393] ppid=18328 vsize=10849048 memory=4132 CPUtime=0.07 cores=1,3,5,7
/proc/18331/task/18393/stat : 18393 (java) S 18328 18331 17336 0 -1 1077944384 3 13260 0 0 0 0 4 3 20 0 15 0 444061214 11109425152 223829 33554432000 4194304 4196468 140725305275264 140529814558928 140531297822619 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28717056 140725305277167 140725305279685 140725305279685 140725305282511 0
[pid=18331/tid=18394] ppid=18328 vsize=10849048 memory=1112 CPUtime=4.85 cores=1,3,5,7
/proc/18331/task/18394/stat : 18394 (java) S 18328 18331 17336 0 -1 1077944384 21472 13260 0 0 474 4 4 3 20 0 15 0 444061214 11109425152 223829 33554432000 4194304 4196468 140725305275264 140530621884912 140531297815170 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28717056 140725305277167 140725305279685 140725305279685 140725305282511 0
[pid=18331/tid=18395] ppid=18328 vsize=10849048 memory=6004 CPUtime=4.54 cores=1,3,5,7
/proc/18331/task/18395/stat : 18395 (java) S 18328 18331 17336 0 -1 1077944384 21754 13260 0 0 444 3 4 3 20 0 15 0 444061214 11109425152 223829 33554432000 4194304 4196468 140725305275264 140530620832368 140531297815170 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28717056 140725305277167 140725305279685 140725305279685 140725305282511 0
[pid=18331/tid=18396] ppid=18328 vsize=10849048 memory=6791534058613427641 CPUtime=3.89 cores=1,3,5,7
/proc/18331/task/18396/stat : 18396 (java) S 18328 18331 17336 0 -1 1077944384 24138 13260 0 0 376 6 4 3 20 0 15 0 444061214 11109425152 223829 33554432000 4194304 4196468 140725305275264 140530619779824 140531297815170 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28717056 140725305277167 140725305279685 140725305279685 140725305282511 0
[pid=18331/tid=18397] ppid=18328 vsize=10849048 memory=47128 CPUtime=0.07 cores=1,3,5,7
/proc/18331/task/18397/stat : 18397 (java) S 18328 18331 17336 0 -1 1077944384 3 13260 0 0 0 0 4 3 20 0 15 0 444061214 11109425152 223829 33554432000 4194304 4196468 140725305275264 140529781001312 140531297814229 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28717056 140725305277167 140725305279685 140725305279685 140725305282511 0
[pid=18331/tid=18398] ppid=18328 vsize=10849048 memory=988 CPUtime=0.31 cores=1,3,5,7
/proc/18331/task/18398/stat : 18398 (java) S 18328 18331 17336 0 -1 1077944384 611 13260 0 0 10 14 4 3 20 0 15 0 444061215 11109425152 223829 33554432000 4194304 4196468 140725305275264 140530618726704 140531297815170 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28717056 140725305277167 140725305279685 140725305279685 140725305282511 0
Current children cumulated CPU time: 421.04 s
Current children cumulated vsize: 10849048 KiB
Current children cumulated memory: 895316 KiB

[startup+404.801 s]
/proc/loadavg: 1.51 1.59 1.49 3/228 18823
/proc/meminfo: memFree=28411120/32770624 swapFree=66977376/67108860
[pid=18331] ppid=18328 vsize=10849048 memory=895316 CPUtime=422.67 cores=1,3,5,7
/proc/18331/stat : 18331 (java) S 18328 18331 17336 0 -1 1077944320 131988 13260 1 0 42161 99 4 3 20 0 15 0 444061200 11109425152 223829 33554432000 4194304 4196468 140725305275264 140725305257808 140531297804023 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 28717056 140725305277167 140725305279685 140725305279685 140725305282511 0
/proc/18331/statm: 2712262 223829 3631 1 0 2674317 0
[pid=18331/tid=18385] ppid=18328 vsize=10849048 memory=895316 CPUtime=400.69 cores=1,3,5,7
/proc/18331/task/18385/stat : 18385 (java) R 18328 18331 17336 0 -1 4202560 37469 13260 1 0 40035 27 4 3 20 0 15 0 444061209 11109425152 223829 33554432000 4194304 4196468 140725305275264 140531269640128 140531280791575 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 28717056 140725305277167 140725305279685 140725305279685 140725305282511 0
[pid=18331/tid=18386] ppid=18328 vsize=10849048 memory=1440 CPUtime=1.82 cores=1,3,5,7
/proc/18331/task/18386/stat : 18386 (java) S 18328 18331 17336 0 -1 1077944384 2116 13260 0 0 163 12 4 3 20 0 15 0 444061209 11109425152 223829 33554432000 4194304 4196468 140725305275264 140531302046480 140531297814229 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28717056 140725305277167 140725305279685 140725305279685 140725305282511 0
[pid=18331/tid=18387] ppid=18328 vsize=10849048 memory=6791534058613427641 CPUtime=1.82 cores=1,3,5,7
/proc/18331/task/18387/stat : 18387 (java) S 18328 18331 17336 0 -1 1077944384 7752 13260 0 0 162 13 4 3 20 0 15 0 444061209 11109425152 223829 33554432000 4194304 4196468 140725305275264 140531200936848 140531297814229 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28717056 140725305277167 140725305279685 140725305279685 140725305282511 0
[pid=18331/tid=18388] ppid=18328 vsize=10849048 memory=8317482817917895235 CPUtime=1.82 cores=1,3,5,7
/proc/18331/task/18388/stat : 18388 (java) S 18328 18331 17336 0 -1 1077944384 4387 13260 0 0 164 11 4 3 20 0 15 0 444061209 11109425152 223829 33554432000 4194304 4196468 140725305275264 140531199884304 140531297814229 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28717056 140725305277167 140725305279685 140725305279685 140725305282511 0
[pid=18331/tid=18389] ppid=18328 vsize=10849048 memory=1941940 CPUtime=1.81 cores=1,3,5,7
/proc/18331/task/18389/stat : 18389 (java) S 18328 18331 17336 0 -1 1077944384 4896 13260 0 0 163 11 4 3 20 0 15 0 444061209 11109425152 223829 33554432000 4194304 4196468 140725305275264 140531198831760 140531297814229 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28717056 140725305277167 140725305279685 140725305279685 140725305282511 0
[pid=18331/tid=18390] ppid=18328 vsize=10849048 memory=1164 CPUtime=1.65 cores=1,3,5,7
/proc/18331/task/18390/stat : 18390 (java) S 18328 18331 17336 0 -1 1077944384 5148 13260 0 0 150 8 4 3 20 0 15 0 444061211 11109425152 223829 33554432000 4194304 4196468 140725305275264 140530622937072 140531297815170 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28717056 140725305277167 140725305279685 140725305279685 140725305282511 0
[pid=18331/tid=18391] ppid=18328 vsize=10849048 memory=1112 CPUtime=0.07 cores=1,3,5,7
/proc/18331/task/18391/stat : 18391 (java) S 18328 18331 17336 0 -1 1077944384 23 13260 0 0 0 0 4 3 20 0 15 0 444061211 11109425152 223829 33554432000 4194304 4196468 140725305275264 140530189067232 140531297814229 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28717056 140725305277167 140725305279685 140725305279685 140725305282511 0
[pid=18331/tid=18392] ppid=18328 vsize=10849048 memory=6004 CPUtime=0.07 cores=1,3,5,7
/proc/18331/task/18392/stat : 18392 (java) S 18328 18331 17336 0 -1 1077944384 11 13260 0 0 0 0 4 3 20 0 15 0 444061211 11109425152 223829 33554432000 4194304 4196468 140725305275264 140530054849536 140531297814229 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28717056 140725305277167 140725305279685 140725305279685 140725305282511 0
[pid=18331/tid=18393] ppid=18328 vsize=10849048 memory=6791534058613427641 CPUtime=0.07 cores=1,3,5,7
/proc/18331/task/18393/stat : 18393 (java) S 18328 18331 17336 0 -1 1077944384 3 13260 0 0 0 0 4 3 20 0 15 0 444061214 11109425152 223829 33554432000 4194304 4196468 140725305275264 140529814558928 140531297822619 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28717056 140725305277167 140725305279685 140725305279685 140725305282511 0
[pid=18331/tid=18394] ppid=18328 vsize=10849048 memory=14048 CPUtime=4.85 cores=1,3,5,7
/proc/18331/task/18394/stat : 18394 (java) S 18328 18331 17336 0 -1 1077944384 21472 13260 0 0 474 4 4 3 20 0 15 0 444061214 11109425152 223829 33554432000 4194304 4196468 140725305275264 140530621884912 140531297815170 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28717056 140725305277167 140725305279685 140725305279685 140725305282511 0
[pid=18331/tid=18395] ppid=18328 vsize=10849048 memory=24872 CPUtime=4.54 cores=1,3,5,7
/proc/18331/task/18395/stat : 18395 (java) S 18328 18331 17336 0 -1 1077944384 21754 13260 0 0 444 3 4 3 20 0 15 0 444061214 11109425152 223829 33554432000 4194304 4196468 140725305275264 140530620832368 140531297815170 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28717056 140725305277167 140725305279685 140725305279685 140725305282511 0
[pid=18331/tid=18396] ppid=18328 vsize=10849048 memory=2120 CPUtime=3.89 cores=1,3,5,7
/proc/18331/task/18396/stat : 18396 (java) S 18328 18331 17336 0 -1 1077944384 24138 13260 0 0 376 6 4 3 20 0 15 0 444061214 11109425152 223829 33554432000 4194304 4196468 140725305275264 140530619779824 140531297815170 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28717056 140725305277167 140725305279685 140725305279685 140725305282511 0
[pid=18331/tid=18397] ppid=18328 vsize=10849048 memory=1556 CPUtime=0.07 cores=1,3,5,7
/proc/18331/task/18397/stat : 18397 (java) S 18328 18331 17336 0 -1 1077944384 3 13260 0 0 0 0 4 3 20 0 15 0 444061214 11109425152 223829 33554432000 4194304 4196468 140725305275264 140529781001312 140531297814229 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28717056 140725305277167 140725305279685 140725305279685 140725305282511 0
[pid=18331/tid=18398] ppid=18328 vsize=10849048 memory=780 CPUtime=0.31 cores=1,3,5,7
/proc/18331/task/18398/stat : 18398 (java) S 18328 18331 17336 0 -1 1077944384 611 13260 0 0 10 14 4 3 20 0 15 0 444061215 11109425152 223829 33554432000 4194304 4196468 140725305275264 140530618726704 140531297815170 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28717056 140725305277167 140725305279685 140725305279685 140725305282511 0
Current children cumulated CPU time: 422.67 s
Current children cumulated vsize: 10849048 KiB
Current children cumulated memory: 895316 KiB

[startup+406.401 s]
/proc/loadavg: 1.51 1.59 1.49 3/228 18823
/proc/meminfo: memFree=28411224/32770624 swapFree=66977376/67108860
[pid=18331] ppid=18328 vsize=10849048 memory=895316 CPUtime=424.29 cores=1,3,5,7
/proc/18331/stat : 18331 (java) S 18328 18331 17336 0 -1 1077944320 132008 13260 1 0 42323 99 4 3 20 0 15 0 444061200 11109425152 223829 33554432000 4194304 4196468 140725305275264 140725305257808 140531297804023 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 28717056 140725305277167 140725305279685 140725305279685 140725305282511 0
/proc/18331/statm: 2712262 223829 3631 1 0 2674317 0
[pid=18331/tid=18385] ppid=18328 vsize=10849048 memory=2004 CPUtime=402.27 cores=1,3,5,7
/proc/18331/task/18385/stat : 18385 (java) R 18328 18331 17336 0 -1 4202560 37480 13260 1 0 40193 27 4 3 20 0 15 0 444061209 11109425152 223829 33554432000 4194304 4196468 140725305275264 140531269638976 140530889190942 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 28717056 140725305277167 140725305279685 140725305279685 140725305282511 0
[pid=18331/tid=18386] ppid=18328 vsize=10849048 memory=1416 CPUtime=1.82 cores=1,3,5,7
/proc/18331/task/18386/stat : 18386 (java) S 18328 18331 17336 0 -1 1077944384 2117 13260 0 0 163 12 4 3 20 0 15 0 444061209 11109425152 223829 33554432000 4194304 4196468 140725305275264 140531302046480 140531297814229 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28717056 140725305277167 140725305279685 140725305279685 140725305282511 0
[pid=18331/tid=18387] ppid=18328 vsize=10849048 memory=1716 CPUtime=1.82 cores=1,3,5,7
/proc/18331/task/18387/stat : 18387 (java) S 18328 18331 17336 0 -1 1077944384 7754 13260 0 0 162 13 4 3 20 0 15 0 444061209 11109425152 223829 33554432000 4194304 4196468 140725305275264 140531200936848 140531297814229 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28717056 140725305277167 140725305279685 140725305279685 140725305282511 0
[pid=18331/tid=18388] ppid=18328 vsize=10849048 memory=692 CPUtime=1.83 cores=1,3,5,7
/proc/18331/task/18388/stat : 18388 (java) S 18328 18331 17336 0 -1 1077944384 4389 13260 0 0 165 11 4 3 20 0 15 0 444061209 11109425152 223829 33554432000 4194304 4196468 140725305275264 140531199884304 140531297814229 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28717056 140725305277167 140725305279685 140725305279685 140725305282511 0
[pid=18331/tid=18389] ppid=18328 vsize=10849048 memory=1056 CPUtime=1.81 cores=1,3,5,7
/proc/18331/task/18389/stat : 18389 (java) S 18328 18331 17336 0 -1 1077944384 4898 13260 0 0 163 11 4 3 20 0 15 0 444061209 11109425152 223829 33554432000 4194304 4196468 140725305275264 140531198831760 140531297814229 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28717056 140725305277167 140725305279685 140725305279685 140725305282511 0
[pid=18331/tid=18390] ppid=18328 vsize=10849048 memory=1556 CPUtime=1.66 cores=1,3,5,7
/proc/18331/task/18390/stat : 18390 (java) S 18328 18331 17336 0 -1 1077944384 5150 13260 0 0 151 8 4 3 20 0 15 0 444061211 11109425152 223829 33554432000 4194304 4196468 140725305275264 140530622937072 140531297815170 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28717056 140725305277167 140725305279685 140725305279685 140725305282511 0
[pid=18331/tid=18391] ppid=18328 vsize=10849048 memory=7552 CPUtime=0.07 cores=1,3,5,7
/proc/18331/task/18391/stat : 18391 (java) S 18328 18331 17336 0 -1 1077944384 23 13260 0 0 0 0 4 3 20 0 15 0 444061211 11109425152 223829 33554432000 4194304 4196468 140725305275264 140530189067232 140531297814229 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28717056 140725305277167 140725305279685 140725305279685 140725305282511 0
[pid=18331/tid=18392] ppid=18328 vsize=10849048 memory=2832 CPUtime=0.07 cores=1,3,5,7
/proc/18331/task/18392/stat : 18392 (java) S 18328 18331 17336 0 -1 1077944384 11 13260 0 0 0 0 4 3 20 0 15 0 444061211 11109425152 223829 33554432000 4194304 4196468 140725305275264 140530054849536 140531297814229 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28717056 140725305277167 140725305279685 140725305279685 140725305282511 0
[pid=18331/tid=18393] ppid=18328 vsize=10849048 memory=1084 CPUtime=0.07 cores=1,3,5,7
/proc/18331/task/18393/stat : 18393 (java) S 18328 18331 17336 0 -1 1077944384 3 13260 0 0 0 0 4 3 20 0 15 0 444061214 11109425152 223829 33554432000 4194304 4196468 140725305275264 140529814558928 140531297822619 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28717056 140725305277167 140725305279685 140725305279685 140725305282511 0
[pid=18331/tid=18394] ppid=18328 vsize=10849048 memory=988 CPUtime=4.85 cores=1,3,5,7
/proc/18331/task/18394/stat : 18394 (java) S 18328 18331 17336 0 -1 1077944384 21472 13260 0 0 474 4 4 3 20 0 15 0 444061214 11109425152 223829 33554432000 4194304 4196468 140725305275264 140530621884912 140531297815170 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28717056 140725305277167 140725305279685 140725305279685 140725305282511 0
[pid=18331/tid=18395] ppid=18328 vsize=10849048 memory=2004 CPUtime=4.54 cores=1,3,5,7
/proc/18331/task/18395/stat : 18395 (java) S 18328 18331 17336 0 -1 1077944384 21754 13260 0 0 444 3 4 3 20 0 15 0 444061214 11109425152 223829 33554432000 4194304 4196468 140725305275264 140530620832368 140531297815170 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28717056 140725305277167 140725305279685 140725305279685 140725305282511 0
[pid=18331/tid=18396] ppid=18328 vsize=10849048 memory=1416 CPUtime=3.89 cores=1,3,5,7
/proc/18331/task/18396/stat : 18396 (java) S 18328 18331 17336 0 -1 1077944384 24138 13260 0 0 376 6 4 3 20 0 15 0 444061214 11109425152 223829 33554432000 4194304 4196468 140725305275264 140530619779824 140531297815170 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28717056 140725305277167 140725305279685 140725305279685 140725305282511 0
[pid=18331/tid=18397] ppid=18328 vsize=10849048 memory=6791534058613427641 CPUtime=0.07 cores=1,3,5,7
/proc/18331/task/18397/stat : 18397 (java) S 18328 18331 17336 0 -1 1077944384 3 13260 0 0 0 0 4 3 20 0 15 0 444061214 11109425152 223829 33554432000 4194304 4196468 140725305275264 140529781001312 140531297814229 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28717056 140725305277167 140725305279685 140725305279685 140725305282511 0
[pid=18331/tid=18398] ppid=18328 vsize=10849048 memory=692 CPUtime=0.31 cores=1,3,5,7
/proc/18331/task/18398/stat : 18398 (java) S 18328 18331 17336 0 -1 1077944384 611 13260 0 0 10 14 4 3 20 0 15 0 444061215 11109425152 223829 33554432000 4194304 4196468 140725305275264 140530618726704 140531297815170 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28717056 140725305277167 140725305279685 140725305279685 140725305282511 0
Current children cumulated CPU time: 424.29 s
Current children cumulated vsize: 10849048 KiB
Current children cumulated memory: 895316 KiB

[startup+407.201 s]
/proc/loadavg: 1.55 1.60 1.49 3/228 18823
/proc/meminfo: memFree=28411224/32770624 swapFree=66977376/67108860
[pid=18331] ppid=18328 vsize=10849048 memory=895316 CPUtime=425.1 cores=1,3,5,7
/proc/18331/stat : 18331 (java) S 18328 18331 17336 0 -1 1077944320 132013 13260 1 0 42404 99 4 3 20 0 15 0 444061200 11109425152 223829 33554432000 4194304 4196468 140725305275264 140725305257808 140531297804023 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 28717056 140725305277167 140725305279685 140725305279685 140725305282511 0
/proc/18331/statm: 2712262 223829 3631 1 0 2674317 0
[pid=18331/tid=18385] ppid=18328 vsize=10849048 memory=1556 CPUtime=403.06 cores=1,3,5,7
/proc/18331/task/18385/stat : 18385 (java) R 18328 18331 17336 0 -1 4202560 37485 13260 1 0 40272 27 4 3 20 0 15 0 444061209 11109425152 223829 33554432000 4194304 4196468 140725305275264 140531269639984 140530881031792 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 28717056 140725305277167 140725305279685 140725305279685 140725305282511 0
[pid=18331/tid=18386] ppid=18328 vsize=10849048 memory=780 CPUtime=1.83 cores=1,3,5,7
/proc/18331/task/18386/stat : 18386 (java) S 18328 18331 17336 0 -1 1077944384 2117 13260 0 0 164 12 4 3 20 0 15 0 444061209 11109425152 223829 33554432000 4194304 4196468 140725305275264 140531302046480 140531297814229 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28717056 140725305277167 140725305279685 140725305279685 140725305282511 0
[pid=18331/tid=18387] ppid=18328 vsize=10849048 memory=4132 CPUtime=1.83 cores=1,3,5,7
/proc/18331/task/18387/stat : 18387 (java) S 18328 18331 17336 0 -1 1077944384 7754 13260 0 0 163 13 4 3 20 0 15 0 444061209 11109425152 223829 33554432000 4194304 4196468 140725305275264 140531200936848 140531297814229 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28717056 140725305277167 140725305279685 140725305279685 140725305282511 0
[pid=18331/tid=18388] ppid=18328 vsize=10849048 memory=895316 CPUtime=1.83 cores=1,3,5,7
/proc/18331/task/18388/stat : 18388 (java) S 18328 18331 17336 0 -1 1077944384 4389 13260 0 0 165 11 4 3 20 0 15 0 444061209 11109425152 223829 33554432000 4194304 4196468 140725305275264 140531199884304 140531297814229 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28717056 140725305277167 140725305279685 140725305279685 140725305282511 0
[pid=18331/tid=18389] ppid=18328 vsize=10849048 memory=1440 CPUtime=1.82 cores=1,3,5,7
/proc/18331/task/18389/stat : 18389 (java) S 18328 18331 17336 0 -1 1077944384 4898 13260 0 0 164 11 4 3 20 0 15 0 444061209 11109425152 223829 33554432000 4194304 4196468 140725305275264 140531198831760 140531297814229 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28717056 140725305277167 140725305279685 140725305279685 140725305282511 0
[pid=18331/tid=18390] ppid=18328 vsize=10849048 memory=912 CPUtime=1.66 cores=1,3,5,7
/proc/18331/task/18390/stat : 18390 (java) S 18328 18331 17336 0 -1 1077944384 5150 13260 0 0 151 8 4 3 20 0 15 0 444061211 11109425152 223829 33554432000 4194304 4196468 140725305275264 140530622937072 140531297815170 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28717056 140725305277167 140725305279685 140725305279685 140725305282511 0
[pid=18331/tid=18391] ppid=18328 vsize=10849048 memory=1984 CPUtime=0.07 cores=1,3,5,7
/proc/18331/task/18391/stat : 18391 (java) S 18328 18331 17336 0 -1 1077944384 23 13260 0 0 0 0 4 3 20 0 15 0 444061211 11109425152 223829 33554432000 4194304 4196468 140725305275264 140530189067232 140531297814229 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28717056 140725305277167 140725305279685 140725305279685 140725305282511 0
[pid=18331/tid=18392] ppid=18328 vsize=10849048 memory=3616 CPUtime=0.07 cores=1,3,5,7
/proc/18331/task/18392/stat : 18392 (java) S 18328 18331 17336 0 -1 1077944384 11 13260 0 0 0 0 4 3 20 0 15 0 444061211 11109425152 223829 33554432000 4194304 4196468 140725305275264 140530054849536 140531297814229 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28717056 140725305277167 140725305279685 140725305279685 140725305282511 0
[pid=18331/tid=18393] ppid=18328 vsize=10849048 memory=47128 CPUtime=0.07 cores=1,3,5,7
/proc/18331/task/18393/stat : 18393 (java) S 18328 18331 17336 0 -1 1077944384 3 13260 0 0 0 0 4 3 20 0 15 0 444061214 11109425152 223829 33554432000 4194304 4196468 140725305275264 140529814558928 140531297822619 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28717056 140725305277167 140725305279685 140725305279685 140725305282511 0
[pid=18331/tid=18394] ppid=18328 vsize=10849048 memory=1112 CPUtime=4.85 cores=1,3,5,7
/proc/18331/task/18394/stat : 18394 (java) S 18328 18331 17336 0 -1 1077944384 21472 13260 0 0 474 4 4 3 20 0 15 0 444061214 11109425152 223829 33554432000 4194304 4196468 140725305275264 140530621884912 140531297815170 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28717056 140725305277167 140725305279685 140725305279685 140725305282511 0
[pid=18331/tid=18395] ppid=18328 vsize=10849048 memory=6004 CPUtime=4.54 cores=1,3,5,7
/proc/18331/task/18395/stat : 18395 (java) S 18328 18331 17336 0 -1 1077944384 21754 13260 0 0 444 3 4 3 20 0 15 0 444061214 11109425152 223829 33554432000 4194304 4196468 140725305275264 140530620832368 140531297815170 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28717056 140725305277167 140725305279685 140725305279685 140725305282511 0
[pid=18331/tid=18396] ppid=18328 vsize=10849048 memory=7552 CPUtime=3.89 cores=1,3,5,7
/proc/18331/task/18396/stat : 18396 (java) S 18328 18331 17336 0 -1 1077944384 24138 13260 0 0 376 6 4 3 20 0 15 0 444061214 11109425152 223829 33554432000 4194304 4196468 140725305275264 140530619779824 140531297815170 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28717056 140725305277167 140725305279685 140725305279685 140725305282511 0
[pid=18331/tid=18397] ppid=18328 vsize=10849048 memory=2832 CPUtime=0.07 cores=1,3,5,7
/proc/18331/task/18397/stat : 18397 (java) S 18328 18331 17336 0 -1 1077944384 3 13260 0 0 0 0 4 3 20 0 15 0 444061214 11109425152 223829 33554432000 4194304 4196468 140725305275264 140529781001312 140531297814229 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28717056 140725305277167 140725305279685 140725305279685 140725305282511 0
[pid=18331/tid=18398] ppid=18328 vsize=10849048 memory=1084 CPUtime=0.31 cores=1,3,5,7
/proc/18331/task/18398/stat : 18398 (java) S 18328 18331 17336 0 -1 1077944384 611 13260 0 0 10 14 4 3 20 0 15 0 444061215 11109425152 223829 33554432000 4194304 4196468 140725305275264 140530618726704 140531297815170 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28717056 140725305277167 140725305279685 140725305279685 140725305282511 0
Current children cumulated CPU time: 425.1 s
Current children cumulated vsize: 10849048 KiB
Current children cumulated memory: 895316 KiB

[startup+407.601 s]*
/proc/loadavg: 1.55 1.60 1.49 3/215 18824
/proc/meminfo: memFree=29279200/32770624 swapFree=66977376/67108860
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 0
Real time (s): 407.611
CPU time (s): 425.535
CPU user time (s): 424.491
CPU system time (s): 1.04391
CPU usage (%): 104.397
Max. virtual memory (cumulated for all children) (KiB): 10852032
Max. memory (cumulated for all children) (KiB): 903636

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 424.491
system time used= 1.04391
maximum resident set size= 903636
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 147821
page faults= 1
swaps= 0
block input operations= 216
block output operations= 656
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 53421
involuntary context switches= 1991


# summary of solver processes directly reported to runsolver:
#   pid: 18331
#   total CPU time (s): 425.535
#   total CPU user time (s): 424.491
#   total CPU system time (s): 1.04391

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.06823 second user time and 4.31119 second system time

The end

Launcher Data

Begin job on node104 at 2019-09-17 00:43:42
IDJOB=4401401
IDBENCH=123062
IDSOLVER=2858
FILE ID=node104/4401401-1568678041
RUNJOBID= node104-1568669113-17368
PBS_JOBID= 21703796
Free space on /tmp= 58976 MiB

SOLVER NAME= Concrete 3.12.2
BENCH NAME= XCSP17/QuadraticAssignment/QuadraticAssignment-m1-s1/QuadraticAssignment-tai10a.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4401401-1568678041/watcher-4401401-1568678041 -o /tmp/evaluation-result-4401401-1568678041/solver-4401401-1568678041 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node104-1568669113-17368 --watchdog 2560  bin/xcsp-3-concrete -J-Xss32M -randomseed=1332689568 HOME/instance-4401401-1568678041.xml

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

MD5SUM BENCH= b58690ea851c8aad9573a552336d280c
RANDOM SEED=1332689568

node104.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	: 5334.09
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	: 5334.09
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	: 5334.09
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	: 5334.09
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:        30485660 kB
MemAvailable:   31117500 kB
Buffers:           82152 kB
Cached:           847096 kB
SwapCached:        32272 kB
Active:          1386712 kB
Inactive:         325964 kB
Active(anon):     752020 kB
Inactive(anon):    80696 kB
Active(file):     634692 kB
Inactive(file):   245268 kB
Unevictable:      109412 kB
Mlocked:          109412 kB
SwapTotal:      67108860 kB
SwapFree:       66977376 kB
Dirty:             35384 kB
Writeback:             0 kB
AnonPages:        862248 kB
Mapped:            61436 kB
Shmem:             40464 kB
Slab:             164976 kB
SReclaimable:     135428 kB
SUnreclaim:        29548 kB
KernelStack:        3696 kB
PageTables:         7168 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2008808 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    700416 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      124288 kB
DirectMap2M:    33421312 kB

Free space on /tmp at the end= 58944 MiB
End job on node104 at 2019-09-17 00:50:30