Trace number 4392141

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.10OPT67514 323.872 303.359

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.77/0.54	c Concrete v3.10.1560635388952 running
6.98/3.18	o 89924
7.28/3.23	o 85371
7.28/3.24	o 85266
7.64/3.30	o 84436
7.64/3.32	o 82902
7.64/3.34	o 80592
7.99/3.41	o 77374
8.97/3.75	o 75251
8.97/3.77	o 75097
9.60/4.01	o 74656
9.95/4.03	o 72434
9.95/4.03	o 72302
10.55/4.25	o 67914
24.26/13.14	o 67820
25.24/14.08	o 67514
323.79/303.34	v <instantiation
323.79/303.34	v         cost = '67514'>
323.79/303.34	v       <list>
323.79/303.34	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]
323.79/303.34	v       </list>
323.79/303.34	v       <values>
323.79/303.34	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
323.79/303.34	v       </values>
323.79/303.34	v     </instantiation>
323.79/303.34	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 (10067 MiB free)
  memory of node 1: 16384 MiB (13024 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4392141-1568309955/watcher-4392141-1568309955 -o /tmp/evaluation-result-4392141-1568309955/solver-4392141-1568309955 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node143-1568309802-8655 --watchdog 2560 bin/xcsp-3-concrete -J-Xss32M -randomseed=1796057090 HOME/instance-4392141-1568309955.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=9145, runsolver pid=9142

[startup+0.10006 s]*
/proc/loadavg: 1.65 1.21 1.16 3/218 9202
/proc/meminfo: memFree=23638268/32770624 swapFree=67108848/67108860
[pid=9145] ppid=9142 vsize=9972712 memory=17076 CPUtime=0.09 cores=1,3,5,7
/proc/9145/stat : 9145 (java) S 9142 9145 8623 0 -1 1077944320 4511 13547 0 0 1 0 5 3 20 0 6 0 406932873 10212057088 4269 33554432000 4194304 4196468 140728564798448 140728564780992 140649947209463 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 26517504 140728564800245 140728564802757 140728564802757 140728564805583 0
/proc/9145/statm: 2493178 4269 1935 1 0 2481616 0
[pid=9145/tid=9198] ppid=9142 vsize=9972712 memory=8514726395714820750 CPUtime=0.09 cores=1,3,5,7
/proc/9145/task/9198/stat : 9198 (java) R 9142 9145 8623 0 -1 4202560 2329 13547 0 0 1 0 5 3 20 0 6 0 406932882 10212057088 4269 33554432000 4194304 4196468 140728564798448 140649919046224 140649928586768 0 4 0 16784584 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 26517504 140728564800245 140728564802757 140728564802757 140728564805583 0
[pid=9145/tid=9199] ppid=9142 vsize=9972712 memory=-9181546050914066336 CPUtime=0.08 cores=1,3,5,7
/proc/9145/task/9199/stat : 9199 (java) S 9142 9145 8623 0 -1 1077944384 1 13547 0 0 0 0 5 3 20 0 6 0 406932883 10212057088 4269 33554432000 4194304 4196468 140728564798448 140649951452176 140649947219669 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26517504 140728564800245 140728564802757 140728564802757 140728564805583 0
[pid=9145/tid=9200] ppid=9142 vsize=9972712 memory=139834547218048 CPUtime=0.08 cores=1,3,5,7
/proc/9145/task/9200/stat : 9200 (java) S 9142 9145 8623 0 -1 1077944384 2 13547 0 0 0 0 5 3 20 0 6 0 406932883 10212057088 4269 33554432000 4194304 4196468 140728564798448 140649850342544 140649947219669 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26517504 140728564800245 140728564802757 140728564802757 140728564805583 0
[pid=9145/tid=9201] ppid=9142 vsize=9972712 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/9145/task/9201/stat : 9201 (java) S 9142 9145 8623 0 -1 1077944384 1 13547 0 0 0 0 5 3 20 0 6 0 406932883 10212057088 4269 33554432000 4194304 4196468 140728564798448 140649849289488 140649947219669 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26517504 140728564800245 140728564802757 140728564802757 140728564805583 0
[pid=9145/tid=9202] ppid=9142 vsize=9972712 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/9145/task/9202/stat : 9202 (java) S 9142 9145 8623 0 -1 1077944384 2 13547 0 0 0 0 5 3 20 0 6 0 406932883 10212057088 4269 33554432000 4194304 4196468 140728564798448 140649848236944 140649947219669 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26517504 140728564800245 140728564802757 140728564802757 140728564805583 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 17076 KiB

[startup+0.210063 s]*
/proc/loadavg: 1.65 1.21 1.16 3/227 9211
/proc/meminfo: memFree=23620132/32770624 swapFree=67108848/67108860
[pid=9145] ppid=9142 vsize=10818940 memory=38684 CPUtime=0.26 cores=1,3,5,7
/proc/9145/stat : 9145 (java) S 9142 9145 8623 0 -1 1077944320 7065 13547 0 0 17 1 5 3 20 0 15 0 406932873 11078594560 9671 33554432000 4194304 4196468 140728564798448 140728564780992 140649947209463 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 26517504 140728564800245 140728564802757 140728564802757 140728564805583 0
/proc/9145/statm: 2704735 9671 2957 1 0 2667149 0
[pid=9145/tid=9198] ppid=9142 vsize=10818940 memory=5450916389569530688 CPUtime=0.2 cores=1,3,5,7
/proc/9145/task/9198/stat : 9198 (java) R 9142 9145 8623 0 -1 4202560 3585 13547 0 0 11 1 5 3 20 0 15 0 406932882 11078594560 9671 33554432000 4194304 4196468 140728564798448 140649919024032 140649931289950 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 26517504 140728564800245 140728564802757 140728564802757 140728564805583 0
[pid=9145/tid=9199] ppid=9142 vsize=10818940 memory=-9181546050914066336 CPUtime=0.08 cores=1,3,5,7
/proc/9145/task/9199/stat : 9199 (java) S 9142 9145 8623 0 -1 1077944384 1 13547 0 0 0 0 5 3 20 0 15 0 406932883 11078594560 9671 33554432000 4194304 4196468 140728564798448 140649951452176 140649947219669 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26517504 140728564800245 140728564802757 140728564802757 140728564805583 0
[pid=9145/tid=9200] ppid=9142 vsize=10818940 memory=139834547218048 CPUtime=0.08 cores=1,3,5,7
/proc/9145/task/9200/stat : 9200 (java) S 9142 9145 8623 0 -1 1077944384 2 13547 0 0 0 0 5 3 20 0 15 0 406932883 11078594560 9671 33554432000 4194304 4196468 140728564798448 140649850342544 140649947219669 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26517504 140728564800245 140728564802757 140728564802757 140728564805583 0
[pid=9145/tid=9201] ppid=9142 vsize=10818940 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/9145/task/9201/stat : 9201 (java) S 9142 9145 8623 0 -1 1077944384 1 13547 0 0 0 0 5 3 20 0 15 0 406932883 11078594560 9736 33554432000 4194304 4196468 140728564798448 140649849289488 140649947219669 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26517504 140728564800245 140728564802757 140728564802757 140728564805583 0
[pid=9145/tid=9202] ppid=9142 vsize=10818940 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/9145/task/9202/stat : 9202 (java) S 9142 9145 8623 0 -1 1077944384 2 13547 0 0 0 0 5 3 20 0 15 0 406932883 11078594560 9736 33554432000 4194304 4196468 140728564798448 140649848236944 140649947219669 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26517504 140728564800245 140728564802757 140728564802757 140728564805583 0
[pid=9145/tid=9203] ppid=9142 vsize=10818940 memory=139834547218048 CPUtime=0.08 cores=1,3,5,7
/proc/9145/task/9203/stat : 9203 (java) S 9142 9145 8623 0 -1 1077944384 2 13547 0 0 0 0 5 3 20 0 15 0 406932885 11078594560 9736 33554432000 4194304 4196468 140728564798448 140649406679280 140649947220610 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26517504 140728564800245 140728564802757 140728564802757 140728564805583 0
[pid=9145/tid=9204] ppid=9142 vsize=10818940 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/9145/task/9204/stat : 9204 (java) S 9142 9145 8623 0 -1 1077944384 13 13547 0 0 0 0 5 3 20 0 15 0 406932885 11078594560 9736 33554432000 4194304 4196468 140728564798448 140649307301024 140649947219669 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26517504 140728564800245 140728564802757 140728564802757 140728564805583 0
[pid=9145/tid=9205] ppid=9142 vsize=10818940 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/9145/task/9205/stat : 9205 (java) S 9142 9145 8623 0 -1 1077944384 1 13547 0 0 0 0 5 3 20 0 15 0 406932885 11078594560 9736 33554432000 4194304 4196468 140728564798448 140648703320816 140649947219669 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26517504 140728564800245 140728564802757 140728564802757 140728564805583 0
[pid=9145/tid=9206] ppid=9142 vsize=10818940 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/9145/task/9206/stat : 9206 (java) S 9142 9145 8623 0 -1 1077944384 3 13547 0 0 0 0 5 3 20 0 15 0 406932888 11078594560 9736 33554432000 4194304 4196468 140728564798448 140648463030224 140649947228059 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26517504 140728564800245 140728564802757 140728564802757 140728564805583 0
[pid=9145/tid=9207] ppid=9142 vsize=10818940 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/9145/task/9207/stat : 9207 (java) S 9142 9145 8623 0 -1 1077944384 572 13547 0 0 1 0 5 3 20 0 15 0 406932888 11078594560 9736 33554432000 4194304 4196468 140728564798448 140649405627120 140649947220610 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26517504 140728564800245 140728564802757 140728564802757 140728564805583 0
[pid=9145/tid=9208] ppid=9142 vsize=10818940 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/9145/task/9208/stat : 9208 (java) R 9142 9145 8623 0 -1 1077944384 62 13547 0 0 0 0 5 3 20 0 15 0 406932888 11078594560 9736 33554432000 4194304 4196468 140728564798448 140649404574576 140649947220610 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 26517504 140728564800245 140728564802757 140728564802757 140728564805583 0
[pid=9145/tid=9209] ppid=9142 vsize=10818940 memory=139834547218048 CPUtime=0.11 cores=1,3,5,7
/proc/9145/task/9209/stat : 9209 (java) S 9142 9145 8623 0 -1 1077944384 626 13547 0 0 3 0 5 3 20 0 15 0 406932888 11078594560 9736 33554432000 4194304 4196468 140728564798448 140649403521520 140649947220610 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26517504 140728564800245 140728564802757 140728564802757 140728564805583 0
[pid=9145/tid=9210] ppid=9142 vsize=10818940 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/9145/task/9210/stat : 9210 (java) S 9142 9145 8623 0 -1 1077944384 3 13547 0 0 0 0 5 3 20 0 15 0 406932888 11078594560 9736 33554432000 4194304 4196468 140728564798448 140648429472608 140649947219669 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26517504 140728564800245 140728564802757 140728564802757 140728564805583 0
[pid=9145/tid=9211] ppid=9142 vsize=10818940 memory=139834547218048 CPUtime=0.08 cores=1,3,5,7
/proc/9145/task/9211/stat : 9211 (java) S 9142 9145 8623 0 -1 1077944384 1 13547 0 0 0 0 5 3 20 0 15 0 406932888 11078594560 9736 33554432000 4194304 4196468 140728564798448 140649402468912 140649947220610 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26517504 140728564800245 140728564802757 140728564802757 140728564805583 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10818940 KiB
Current children cumulated memory: 38684 KiB

[startup+0.310444 s]*
/proc/loadavg: 1.65 1.21 1.16 4/227 9211
/proc/meminfo: memFree=23609488/32770624 swapFree=67108848/67108860
[pid=9145] ppid=9142 vsize=10820096 memory=50020 CPUtime=0.4 cores=1,3,5,7
/proc/9145/stat : 9145 (java) S 9142 9145 8623 0 -1 1077944320 10793 13547 0 0 29 3 5 3 20 0 15 0 406932873 11079778304 12505 33554432000 4194304 4196468 140728564798448 140728564780992 140649947209463 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 26517504 140728564800245 140728564802757 140728564802757 140728564805583 0
/proc/9145/statm: 2705024 12505 3211 1 0 2667149 0
[pid=9145/tid=9198] ppid=9142 vsize=10820096 memory=1398722017469774279 CPUtime=0.3 cores=1,3,5,7
/proc/9145/task/9198/stat : 9198 (java) R 9142 9145 8623 0 -1 4202560 7287 13547 0 0 19 3 5 3 20 0 15 0 406932882 11079778304 12505 33554432000 4194304 4196468 140728564798448 140649919027088 140649947221398 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 26517504 140728564800245 140728564802757 140728564802757 140728564805583 0
[pid=9145/tid=9199] ppid=9142 vsize=10820096 memory=7230353698262966629 CPUtime=0.08 cores=1,3,5,7
/proc/9145/task/9199/stat : 9199 (java) S 9142 9145 8623 0 -1 1077944384 1 13547 0 0 0 0 5 3 20 0 15 0 406932883 11079778304 12505 33554432000 4194304 4196468 140728564798448 140649951452176 140649947219669 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26517504 140728564800245 140728564802757 140728564802757 140728564805583 0
[pid=9145/tid=9200] ppid=9142 vsize=10820096 memory=5788339726952981056 CPUtime=0.08 cores=1,3,5,7
/proc/9145/task/9200/stat : 9200 (java) S 9142 9145 8623 0 -1 1077944384 2 13547 0 0 0 0 5 3 20 0 15 0 406932883 11079778304 12505 33554432000 4194304 4196468 140728564798448 140649850342544 140649947219669 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26517504 140728564800245 140728564802757 140728564802757 140728564805583 0
[pid=9145/tid=9201] ppid=9142 vsize=10820096 memory=7019606922411526089 CPUtime=0.08 cores=1,3,5,7
/proc/9145/task/9201/stat : 9201 (java) S 9142 9145 8623 0 -1 1077944384 1 13547 0 0 0 0 5 3 20 0 15 0 406932883 11079778304 12505 33554432000 4194304 4196468 140728564798448 140649849289488 140649947219669 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26517504 140728564800245 140728564802757 140728564802757 140728564805583 0
[pid=9145/tid=9202] ppid=9142 vsize=10820096 memory=4872558044660077418 CPUtime=0.08 cores=1,3,5,7
/proc/9145/task/9202/stat : 9202 (java) S 9142 9145 8623 0 -1 1077944384 2 13547 0 0 0 0 5 3 20 0 15 0 406932883 11079778304 12505 33554432000 4194304 4196468 140728564798448 140649848236944 140649947219669 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26517504 140728564800245 140728564802757 140728564802757 140728564805583 0
[pid=9145/tid=9203] ppid=9142 vsize=10820096 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/9145/task/9203/stat : 9203 (java) S 9142 9145 8623 0 -1 1077944384 2 13547 0 0 0 0 5 3 20 0 15 0 406932885 11079778304 12505 33554432000 4194304 4196468 140728564798448 140649406679280 140649947220610 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26517504 140728564800245 140728564802757 140728564802757 140728564805583 0
[pid=9145/tid=9204] ppid=9142 vsize=10820096 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/9145/task/9204/stat : 9204 (java) S 9142 9145 8623 0 -1 1077944384 13 13547 0 0 0 0 5 3 20 0 15 0 406932885 11079778304 12505 33554432000 4194304 4196468 140728564798448 140649307301024 140649947219669 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26517504 140728564800245 140728564802757 140728564802757 140728564805583 0
[pid=9145/tid=9205] ppid=9142 vsize=10820096 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/9145/task/9205/stat : 9205 (java) S 9142 9145 8623 0 -1 1077944384 1 13547 0 0 0 0 5 3 20 0 15 0 406932885 11079778304 12505 33554432000 4194304 4196468 140728564798448 140648703320816 140649947219669 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26517504 140728564800245 140728564802757 140728564802757 140728564805583 0
[pid=9145/tid=9206] ppid=9142 vsize=10820096 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/9145/task/9206/stat : 9206 (java) S 9142 9145 8623 0 -1 1077944384 3 13547 0 0 0 0 5 3 20 0 15 0 406932888 11079778304 12505 33554432000 4194304 4196468 140728564798448 140648463030224 140649947228059 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26517504 140728564800245 140728564802757 140728564802757 140728564805583 0
[pid=9145/tid=9207] ppid=9142 vsize=10820096 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/9145/task/9207/stat : 9207 (java) S 9142 9145 8623 0 -1 1077944384 572 13547 0 0 2 0 5 3 20 0 15 0 406932888 11079778304 12505 33554432000 4194304 4196468 140728564798448 140649405627120 140649947220610 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26517504 140728564800245 140728564802757 140728564802757 140728564805583 0
[pid=9145/tid=9208] ppid=9142 vsize=10820096 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/9145/task/9208/stat : 9208 (java) S 9142 9145 8623 0 -1 1077944384 64 13547 0 0 1 0 5 3 20 0 15 0 406932888 11079778304 12505 33554432000 4194304 4196468 140728564798448 140649404574576 140649947220610 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26517504 140728564800245 140728564802757 140728564802757 140728564805583 0
[pid=9145/tid=9209] ppid=9142 vsize=10820096 memory=0 CPUtime=0.13 cores=1,3,5,7
/proc/9145/task/9209/stat : 9209 (java) R 9142 9145 8623 0 -1 4202560 638 13547 0 0 5 0 5 3 20 0 15 0 406932888 11079778304 12505 33554432000 4194304 4196468 140728564798448 140649403521520 140649931744096 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 26517504 140728564800245 140728564802757 140728564802757 140728564805583 0
[pid=9145/tid=9210] ppid=9142 vsize=10820096 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/9145/task/9210/stat : 9210 (java) S 9142 9145 8623 0 -1 1077944384 3 13547 0 0 0 0 5 3 20 0 15 0 406932888 11079778304 12505 33554432000 4194304 4196468 140728564798448 140648429472608 140649947219669 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26517504 140728564800245 140728564802757 140728564802757 140728564805583 0
[pid=9145/tid=9211] ppid=9142 vsize=10820096 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/9145/task/9211/stat : 9211 (java) S 9142 9145 8623 0 -1 1077944384 1 13547 0 0 0 0 5 3 20 0 15 0 406932888 11079778304 12505 33554432000 4194304 4196468 140728564798448 140649402468912 140649947220610 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26517504 140728564800245 140728564802757 140728564802757 140728564805583 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 10820096 KiB
Current children cumulated memory: 50020 KiB

[startup+0.700773 s]
/proc/loadavg: 1.65 1.21 1.16 5/227 9211
/proc/meminfo: memFree=23593780/32770624 swapFree=67108848/67108860
[pid=9145] ppid=9142 vsize=10824340 memory=80712 CPUtime=1.15 cores=1,3,5,7
/proc/9145/stat : 9145 (java) S 9142 9145 8623 0 -1 1077944320 14878 13547 0 0 102 5 5 3 20 0 15 0 406932873 11084124160 20178 33554432000 4194304 4196468 140728564798448 140728564780992 140649947209463 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 26517504 140728564800245 140728564802757 140728564802757 140728564805583 0
/proc/9145/statm: 2706085 20178 3508 1 0 2668173 0
[pid=9145/tid=9198] ppid=9142 vsize=10824340 memory=2241 CPUtime=0.67 cores=1,3,5,7
/proc/9145/task/9198/stat : 9198 (java) R 9142 9145 8623 0 -1 4202560 10531 13547 0 0 55 4 5 3 20 0 15 0 406932882 11084124160 20178 33554432000 4194304 4196468 140728564798448 140649919036656 140649947221398 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 26517504 140728564800245 140728564802757 140728564802757 140728564805583 0
[pid=9145/tid=9199] ppid=9142 vsize=10824340 memory=2244 CPUtime=0.08 cores=1,3,5,7
/proc/9145/task/9199/stat : 9199 (java) S 9142 9145 8623 0 -1 1077944384 1 13547 0 0 0 0 5 3 20 0 15 0 406932883 11084124160 20178 33554432000 4194304 4196468 140728564798448 140649951452176 140649947219669 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26517504 140728564800245 140728564802757 140728564802757 140728564805583 0
[pid=9145/tid=9200] ppid=9142 vsize=10824340 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/9145/task/9200/stat : 9200 (java) S 9142 9145 8623 0 -1 1077944384 2 13547 0 0 0 0 5 3 20 0 15 0 406932883 11084124160 20178 33554432000 4194304 4196468 140728564798448 140649850342544 140649947219669 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26517504 140728564800245 140728564802757 140728564802757 140728564805583 0
[pid=9145/tid=9201] ppid=9142 vsize=10824340 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/9145/task/9201/stat : 9201 (java) S 9142 9145 8623 0 -1 1077944384 1 13547 0 0 0 0 5 3 20 0 15 0 406932883 11084124160 20178 33554432000 4194304 4196468 140728564798448 140649849289488 140649947219669 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26517504 140728564800245 140728564802757 140728564802757 140728564805583 0
[pid=9145/tid=9202] ppid=9142 vsize=10824340 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/9145/task/9202/stat : 9202 (java) S 9142 9145 8623 0 -1 1077944384 2 13547 0 0 0 0 5 3 20 0 15 0 406932883 11084124160 20178 33554432000 4194304 4196468 140728564798448 140649848236944 140649947219669 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26517504 140728564800245 140728564802757 140728564802757 140728564805583 0
[pid=9145/tid=9203] ppid=9142 vsize=10824340 memory=6944652177228980320 CPUtime=0.08 cores=1,3,5,7
/proc/9145/task/9203/stat : 9203 (java) S 9142 9145 8623 0 -1 1077944384 5 13547 0 0 0 0 5 3 20 0 15 0 406932885 11084124160 20178 33554432000 4194304 4196468 140728564798448 140649406679280 140649947220610 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26517504 140728564800245 140728564802757 140728564802757 140728564805583 0
[pid=9145/tid=9204] ppid=9142 vsize=10824340 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/9145/task/9204/stat : 9204 (java) S 9142 9145 8623 0 -1 1077944384 13 13547 0 0 0 0 5 3 20 0 15 0 406932885 11084124160 20178 33554432000 4194304 4196468 140728564798448 140649307301024 140649947219669 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26517504 140728564800245 140728564802757 140728564802757 140728564805583 0
[pid=9145/tid=9205] ppid=9142 vsize=10824340 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/9145/task/9205/stat : 9205 (java) S 9142 9145 8623 0 -1 1077944384 1 13547 0 0 0 0 5 3 20 0 15 0 406932885 11084124160 20178 33554432000 4194304 4196468 140728564798448 140648703320816 140649947219669 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26517504 140728564800245 140728564802757 140728564802757 140728564805583 0
[pid=9145/tid=9206] ppid=9142 vsize=10824340 memory=6944656592455097440 CPUtime=0.08 cores=1,3,5,7
/proc/9145/task/9206/stat : 9206 (java) S 9142 9145 8623 0 -1 1077944384 3 13547 0 0 0 0 5 3 20 0 15 0 406932888 11084124160 20178 33554432000 4194304 4196468 140728564798448 140648463030224 140649947228059 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26517504 140728564800245 140728564802757 140728564802757 140728564805583 0
[pid=9145/tid=9207] ppid=9142 vsize=10824340 memory=0 CPUtime=0.24 cores=1,3,5,7
/proc/9145/task/9207/stat : 9207 (java) S 9142 9145 8623 0 -1 1077944384 932 13547 0 0 16 0 5 3 20 0 15 0 406932888 11084124160 20178 33554432000 4194304 4196468 140728564798448 140649405627120 140649947220610 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26517504 140728564800245 140728564802757 140728564802757 140728564805583 0
[pid=9145/tid=9208] ppid=9142 vsize=10824340 memory=0 CPUtime=0.2 cores=1,3,5,7
/proc/9145/task/9208/stat : 9208 (java) S 9142 9145 8623 0 -1 1077944384 332 13547 0 0 12 0 5 3 20 0 15 0 406932888 11084124160 20178 33554432000 4194304 4196468 140728564798448 140649404574576 140649947220610 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26517504 140728564800245 140728564802757 140728564802757 140728564805583 0
[pid=9145/tid=9209] ppid=9142 vsize=10824340 memory=0 CPUtime=0.25 cores=1,3,5,7
/proc/9145/task/9209/stat : 9209 (java) R 9142 9145 8623 0 -1 4202560 848 13547 0 0 17 0 5 3 20 0 15 0 406932888 11084124160 20178 33554432000 4194304 4196468 140728564798448 140649403521520 140649940306299 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 26517504 140728564800245 140728564802757 140728564802757 140728564805583 0
[pid=9145/tid=9210] ppid=9142 vsize=10824340 memory=279668808745200 CPUtime=0.08 cores=1,3,5,7
/proc/9145/task/9210/stat : 9210 (java) S 9142 9145 8623 0 -1 1077944384 3 13547 0 0 0 0 5 3 20 0 15 0 406932888 11084124160 20178 33554432000 4194304 4196468 140728564798448 140648429472608 140649947219669 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26517504 140728564800245 140728564802757 140728564802757 140728564805583 0
[pid=9145/tid=9211] ppid=9142 vsize=10824340 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/9145/task/9211/stat : 9211 (java) S 9142 9145 8623 0 -1 1077944384 2 13547 0 0 0 0 5 3 20 0 15 0 406932888 11084124160 20178 33554432000 4194304 4196468 140728564798448 140649402468912 140649947220610 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26517504 140728564800245 140728564802757 140728564802757 140728564805583 0
Current children cumulated CPU time: 1.15 s
Current children cumulated vsize: 10824340 KiB
Current children cumulated memory: 80712 KiB

[startup+1.50257 s]
/proc/loadavg: 1.65 1.21 1.16 3/227 9211
/proc/meminfo: memFree=23541244/32770624 swapFree=67108848/67108860
[pid=9145] ppid=9142 vsize=10834656 memory=166488 CPUtime=2.52 cores=1,3,5,7
/proc/9145/stat : 9145 (java) S 9142 9145 8623 0 -1 1077944320 21464 13547 0 0 235 9 5 3 20 0 15 0 406932873 11094687744 41622 33554432000 4194304 4196468 140728564798448 140728564780992 140649947209463 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 26517504 140728564800245 140728564802757 140728564802757 140728564805583 0
/proc/9145/statm: 2708664 41622 3577 1 0 2670733 0
[pid=9145/tid=9198] ppid=9142 vsize=10834656 memory=19 CPUtime=1.45 cores=1,3,5,7
/proc/9145/task/9198/stat : 9198 (java) R 9142 9145 8623 0 -1 4202560 15284 13547 0 0 131 6 5 3 20 0 15 0 406932882 11094687744 41622 33554432000 4194304 4196468 140728564798448 140649919006320 140649525547076 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 26517504 140728564800245 140728564802757 140728564802757 140728564805583 0
[pid=9145/tid=9199] ppid=9142 vsize=10834656 memory=26 CPUtime=0.09 cores=1,3,5,7
/proc/9145/task/9199/stat : 9199 (java) S 9142 9145 8623 0 -1 1077944384 426 13547 0 0 1 0 5 3 20 0 15 0 406932883 11094687744 41622 33554432000 4194304 4196468 140728564798448 140649951452176 140649947219669 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26517504 140728564800245 140728564802757 140728564802757 140728564805583 0
[pid=9145/tid=9200] ppid=9142 vsize=10834656 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/9145/task/9200/stat : 9200 (java) S 9142 9145 8623 0 -1 1077944384 89 13547 0 0 1 0 5 3 20 0 15 0 406932883 11094687744 41622 33554432000 4194304 4196468 140728564798448 140649850342544 140649947219669 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26517504 140728564800245 140728564802757 140728564802757 140728564805583 0
[pid=9145/tid=9201] ppid=9142 vsize=10834656 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/9145/task/9201/stat : 9201 (java) S 9142 9145 8623 0 -1 1077944384 26 13547 0 0 1 0 5 3 20 0 15 0 406932883 11094687744 41622 33554432000 4194304 4196468 140728564798448 140649849289488 140649947219669 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26517504 140728564800245 140728564802757 140728564802757 140728564805583 0
[pid=9145/tid=9202] ppid=9142 vsize=10834656 memory=97568 CPUtime=0.09 cores=1,3,5,7
/proc/9145/task/9202/stat : 9202 (java) S 9142 9145 8623 0 -1 1077944384 89 13547 0 0 1 0 5 3 20 0 15 0 406932883 11094687744 41622 33554432000 4194304 4196468 140728564798448 140649848236944 140649947219669 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26517504 140728564800245 140728564802757 140728564802757 140728564805583 0
[pid=9145/tid=9203] ppid=9142 vsize=10834656 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/9145/task/9203/stat : 9203 (java) S 9142 9145 8623 0 -1 1077944384 148 13547 0 0 1 0 5 3 20 0 15 0 406932885 11094687744 41622 33554432000 4194304 4196468 140728564798448 140649406679280 140649947220610 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26517504 140728564800245 140728564802757 140728564802757 140728564805583 0
[pid=9145/tid=9204] ppid=9142 vsize=10834656 memory=7014751519633528425 CPUtime=0.08 cores=1,3,5,7
/proc/9145/task/9204/stat : 9204 (java) S 9142 9145 8623 0 -1 1077944384 13 13547 0 0 0 0 5 3 20 0 15 0 406932885 11094687744 41622 33554432000 4194304 4196468 140728564798448 140649307301088 140649947219669 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26517504 140728564800245 140728564802757 140728564802757 140728564805583 0
[pid=9145/tid=9205] ppid=9142 vsize=10834656 memory=7302983072807741017 CPUtime=0.08 cores=1,3,5,7
/proc/9145/task/9205/stat : 9205 (java) S 9142 9145 8623 0 -1 1077944384 2 13547 0 0 0 0 5 3 20 0 15 0 406932885 11094687744 41622 33554432000 4194304 4196468 140728564798448 140648703320832 140649947219669 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26517504 140728564800245 140728564802757 140728564802757 140728564805583 0
[pid=9145/tid=9206] ppid=9142 vsize=10834656 memory=7378694322324400234 CPUtime=0.08 cores=1,3,5,7
/proc/9145/task/9206/stat : 9206 (java) S 9142 9145 8623 0 -1 1077944384 3 13547 0 0 0 0 5 3 20 0 15 0 406932888 11094687744 41622 33554432000 4194304 4196468 140728564798448 140648463030224 140649947228059 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26517504 140728564800245 140728564802757 140728564802757 140728564805583 0
[pid=9145/tid=9207] ppid=9142 vsize=10834656 memory=5571041044932548709 CPUtime=0.35 cores=1,3,5,7
/proc/9145/task/9207/stat : 9207 (java) S 9142 9145 8623 0 -1 1077944384 1041 13547 0 0 27 0 5 3 20 0 15 0 406932888 11094687744 41622 33554432000 4194304 4196468 140728564798448 140649405627120 140649947220610 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26517504 140728564800245 140728564802757 140728564802757 140728564805583 0
[pid=9145/tid=9208] ppid=9142 vsize=10834656 memory=7810744152436074848 CPUtime=0.35 cores=1,3,5,7
/proc/9145/task/9208/stat : 9208 (java) S 9142 9145 8623 0 -1 1077944384 467 13547 0 0 27 0 5 3 20 0 15 0 406932888 11094687744 41622 33554432000 4194304 4196468 140728564798448 140649404574576 140649947220610 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26517504 140728564800245 140728564802757 140728564802757 140728564805583 0
[pid=9145/tid=9209] ppid=9142 vsize=10834656 memory=7014751519633528425 CPUtime=0.5 cores=1,3,5,7
/proc/9145/task/9209/stat : 9209 (java) S 9142 9145 8623 0 -1 1077944384 1665 13547 0 0 42 0 5 3 20 0 15 0 406932888 11094687744 41622 33554432000 4194304 4196468 140728564798448 140649403521520 140649947220610 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26517504 140728564800245 140728564802757 140728564802757 140728564805583 0
[pid=9145/tid=9210] ppid=9142 vsize=10834656 memory=7014751519633528425 CPUtime=0.08 cores=1,3,5,7
/proc/9145/task/9210/stat : 9210 (java) S 9142 9145 8623 0 -1 1077944384 3 13547 0 0 0 0 5 3 20 0 15 0 406932888 11094687744 41622 33554432000 4194304 4196468 140728564798448 140648429472608 140649947219669 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26517504 140728564800245 140728564802757 140728564802757 140728564805583 0
[pid=9145/tid=9211] ppid=9142 vsize=10834656 memory=55 CPUtime=0.08 cores=1,3,5,7
/proc/9145/task/9211/stat : 9211 (java) S 9142 9145 8623 0 -1 1077944384 2 13547 0 0 0 0 5 3 20 0 15 0 406932888 11094687744 41622 33554432000 4194304 4196468 140728564798448 140649402468912 140649947220610 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26517504 140728564800245 140728564802757 140728564802757 140728564805583 0
Current children cumulated CPU time: 2.52 s
Current children cumulated vsize: 10834656 KiB

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

[pid=9145/tid=9210] ppid=9142 vsize=10849024 memory=745600 CPUtime=0.08 cores=1,3,5,7
/proc/9145/task/9210/stat : 9210 (java) S 9142 9145 8623 0 -1 1077944384 3 13547 0 0 0 0 5 3 20 0 15 0 406932888 11109400576 186400 33554432000 4194304 4196468 140728564798448 140648429472608 140649947219669 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26517504 140728564800245 140728564802757 140728564802757 140728564805583 0
[pid=9145/tid=9211] ppid=9142 vsize=10849024 memory=3924 CPUtime=0.24 cores=1,3,5,7
/proc/9145/task/9211/stat : 9211 (java) S 9142 9145 8623 0 -1 1077944384 462 13547 0 0 9 7 5 3 20 0 15 0 406932888 11109400576 186400 33554432000 4194304 4196468 140728564798448 140649402468912 140649947220610 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26517504 140728564800245 140728564802757 140728564802757 140728564805583 0
Current children cumulated CPU time: 321.22 s
Current children cumulated vsize: 10849024 KiB
Current children cumulated memory: 745600 KiB

[startup+302.401 s]
/proc/loadavg: 1.62 1.45 1.28 3/228 9241
/proc/meminfo: memFree=22906844/32770624 swapFree=67108848/67108860
[pid=9145] ppid=9142 vsize=10849024 memory=745600 CPUtime=322.88 cores=1,3,5,7
/proc/9145/stat : 9145 (java) S 9142 9145 8623 0 -1 1077944320 136729 13547 0 0 32202 78 5 3 20 0 15 0 406932873 11109400576 186400 33554432000 4194304 4196468 140728564798448 140728564780992 140649947209463 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 26517504 140728564800245 140728564802757 140728564802757 140728564805583 0
/proc/9145/statm: 2712256 186400 3623 1 0 2674317 0
[pid=9145/tid=9198] ppid=9142 vsize=10849024 memory=3924 CPUtime=299.77 cores=1,3,5,7
/proc/9145/task/9198/stat : 9198 (java) R 9142 9145 8623 0 -1 4202560 36031 13547 0 0 29948 21 5 3 20 0 15 0 406932882 11109400576 186400 33554432000 4194304 4196468 140728564798448 140649919045744 140649536684422 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 26517504 140728564800245 140728564802757 140728564802757 140728564805583 0
[pid=9145/tid=9199] ppid=9142 vsize=10849024 memory=38040 CPUtime=1.24 cores=1,3,5,7
/proc/9145/task/9199/stat : 9199 (java) S 9142 9145 8623 0 -1 1077944384 4798 13547 0 0 110 6 5 3 20 0 15 0 406932883 11109400576 186400 33554432000 4194304 4196468 140728564798448 140649951452176 140649947219669 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26517504 140728564800245 140728564802757 140728564802757 140728564805583 0
[pid=9145/tid=9200] ppid=9142 vsize=10849024 memory=1228 CPUtime=1.24 cores=1,3,5,7
/proc/9145/task/9200/stat : 9200 (java) S 9142 9145 8623 0 -1 1077944384 2538 13547 0 0 109 7 5 3 20 0 15 0 406932883 11109400576 186400 33554432000 4194304 4196468 140728564798448 140649850342544 140649947219669 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26517504 140728564800245 140728564802757 140728564802757 140728564805583 0
[pid=9145/tid=9201] ppid=9142 vsize=10849024 memory=2352 CPUtime=1.25 cores=1,3,5,7
/proc/9145/task/9201/stat : 9201 (java) S 9142 9145 8623 0 -1 1077944384 2929 13547 0 0 109 8 5 3 20 0 15 0 406932883 11109400576 186400 33554432000 4194304 4196468 140728564798448 140649849289488 140649947219669 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26517504 140728564800245 140728564802757 140728564802757 140728564805583 0
[pid=9145/tid=9202] ppid=9142 vsize=10849024 memory=8112282956445269571 CPUtime=1.25 cores=1,3,5,7
/proc/9145/task/9202/stat : 9202 (java) S 9142 9145 8623 0 -1 1077944384 3446 13547 0 0 109 8 5 3 20 0 15 0 406932883 11109400576 186400 33554432000 4194304 4196468 140728564798448 140649848236944 140649947219669 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26517504 140728564800245 140728564802757 140728564802757 140728564805583 0
[pid=9145/tid=9203] ppid=9142 vsize=10849024 memory=1808 CPUtime=1.15 cores=1,3,5,7
/proc/9145/task/9203/stat : 9203 (java) S 9142 9145 8623 0 -1 1077944384 6311 13547 0 0 101 6 5 3 20 0 15 0 406932885 11109400576 186400 33554432000 4194304 4196468 140728564798448 140649406679280 140649947220610 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26517504 140728564800245 140728564802757 140728564802757 140728564805583 0
[pid=9145/tid=9204] ppid=9142 vsize=10849024 memory=920 CPUtime=0.08 cores=1,3,5,7
/proc/9145/task/9204/stat : 9204 (java) S 9142 9145 8623 0 -1 1077944384 14 13547 0 0 0 0 5 3 20 0 15 0 406932885 11109400576 186400 33554432000 4194304 4196468 140728564798448 140649307301088 140649947219669 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26517504 140728564800245 140728564802757 140728564802757 140728564805583 0
[pid=9145/tid=9205] ppid=9142 vsize=10849024 memory=3848 CPUtime=0.08 cores=1,3,5,7
/proc/9145/task/9205/stat : 9205 (java) S 9142 9145 8623 0 -1 1077944384 2 13547 0 0 0 0 5 3 20 0 15 0 406932885 11109400576 186400 33554432000 4194304 4196468 140728564798448 140648703320832 140649947219669 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26517504 140728564800245 140728564802757 140728564802757 140728564805583 0
[pid=9145/tid=9206] ppid=9142 vsize=10849024 memory=2308 CPUtime=0.08 cores=1,3,5,7
/proc/9145/task/9206/stat : 9206 (java) S 9142 9145 8623 0 -1 1077944384 3 13547 0 0 0 0 5 3 20 0 15 0 406932888 11109400576 186400 33554432000 4194304 4196468 140728564798448 140648463030224 140649947228059 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26517504 140728564800245 140728564802757 140728564802757 140728564805583 0
[pid=9145/tid=9207] ppid=9142 vsize=10849024 memory=2700 CPUtime=6.81 cores=1,3,5,7
/proc/9145/task/9207/stat : 9207 (java) S 9142 9145 8623 0 -1 1077944384 27350 13547 0 0 667 6 5 3 20 0 15 0 406932888 11109400576 186400 33554432000 4194304 4196468 140728564798448 140649405627120 140649947220610 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26517504 140728564800245 140728564802757 140728564802757 140728564805583 0
[pid=9145/tid=9208] ppid=9142 vsize=10849024 memory=14288 CPUtime=6.26 cores=1,3,5,7
/proc/9145/task/9208/stat : 9208 (java) S 9142 9145 8623 0 -1 1077944384 24298 13547 0 0 612 6 5 3 20 0 15 0 406932888 11109400576 186400 33554432000 4194304 4196468 140728564798448 140649404574576 140649947220610 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26517504 140728564800245 140728564802757 140728564802757 140728564805583 0
[pid=9145/tid=9209] ppid=9142 vsize=10849024 memory=504 CPUtime=4.29 cores=1,3,5,7
/proc/9145/task/9209/stat : 9209 (java) S 9142 9145 8623 0 -1 1077944384 26336 13547 0 0 414 7 5 3 20 0 15 0 406932888 11109400576 186400 33554432000 4194304 4196468 140728564798448 140649403521520 140649947220610 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26517504 140728564800245 140728564802757 140728564802757 140728564805583 0
[pid=9145/tid=9210] ppid=9142 vsize=10849024 memory=1728 CPUtime=0.08 cores=1,3,5,7
/proc/9145/task/9210/stat : 9210 (java) S 9142 9145 8623 0 -1 1077944384 3 13547 0 0 0 0 5 3 20 0 15 0 406932888 11109400576 186400 33554432000 4194304 4196468 140728564798448 140648429472608 140649947219669 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26517504 140728564800245 140728564802757 140728564802757 140728564805583 0
[pid=9145/tid=9211] ppid=9142 vsize=10849024 memory=924 CPUtime=0.24 cores=1,3,5,7
/proc/9145/task/9211/stat : 9211 (java) S 9142 9145 8623 0 -1 1077944384 464 13547 0 0 9 7 5 3 20 0 15 0 406932888 11109400576 186400 33554432000 4194304 4196468 140728564798448 140649402468912 140649947220610 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26517504 140728564800245 140728564802757 140728564802757 140728564805583 0
Current children cumulated CPU time: 322.88 s
Current children cumulated vsize: 10849024 KiB
Current children cumulated memory: 745600 KiB

[startup+302.801 s]
/proc/loadavg: 1.62 1.45 1.28 3/228 9241
/proc/meminfo: memFree=22906844/32770624 swapFree=67108848/67108860
[pid=9145] ppid=9142 vsize=10849024 memory=745600 CPUtime=323.28 cores=1,3,5,7
/proc/9145/stat : 9145 (java) S 9142 9145 8623 0 -1 1077944320 136731 13547 0 0 32242 78 5 3 20 0 15 0 406932873 11109400576 186400 33554432000 4194304 4196468 140728564798448 140728564780992 140649947209463 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 26517504 140728564800245 140728564802757 140728564802757 140728564805583 0
/proc/9145/statm: 2712256 186400 3623 1 0 2674317 0
[pid=9145/tid=9198] ppid=9142 vsize=10849024 memory=1100 CPUtime=300.17 cores=1,3,5,7
/proc/9145/task/9198/stat : 9198 (java) R 9142 9145 8623 0 -1 4202560 36033 13547 0 0 29988 21 5 3 20 0 15 0 406932882 11109400576 186400 33554432000 4194304 4196468 140728564798448 140649919044832 140649538300907 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 26517504 140728564800245 140728564802757 140728564802757 140728564805583 0
[pid=9145/tid=9199] ppid=9142 vsize=10849024 memory=15208 CPUtime=1.24 cores=1,3,5,7
/proc/9145/task/9199/stat : 9199 (java) S 9142 9145 8623 0 -1 1077944384 4798 13547 0 0 110 6 5 3 20 0 15 0 406932883 11109400576 186400 33554432000 4194304 4196468 140728564798448 140649951452176 140649947219669 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26517504 140728564800245 140728564802757 140728564802757 140728564805583 0
[pid=9145/tid=9200] ppid=9142 vsize=10849024 memory=8112282956445269571 CPUtime=1.24 cores=1,3,5,7
/proc/9145/task/9200/stat : 9200 (java) S 9142 9145 8623 0 -1 1077944384 2538 13547 0 0 109 7 5 3 20 0 15 0 406932883 11109400576 186400 33554432000 4194304 4196468 140728564798448 140649850342544 140649947219669 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26517504 140728564800245 140728564802757 140728564802757 140728564805583 0
[pid=9145/tid=9201] ppid=9142 vsize=10849024 memory=651068 CPUtime=1.25 cores=1,3,5,7
/proc/9145/task/9201/stat : 9201 (java) S 9142 9145 8623 0 -1 1077944384 2929 13547 0 0 109 8 5 3 20 0 15 0 406932883 11109400576 186400 33554432000 4194304 4196468 140728564798448 140649849289488 140649947219669 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26517504 140728564800245 140728564802757 140728564802757 140728564805583 0
[pid=9145/tid=9202] ppid=9142 vsize=10849024 memory=1408 CPUtime=1.25 cores=1,3,5,7
/proc/9145/task/9202/stat : 9202 (java) S 9142 9145 8623 0 -1 1077944384 3446 13547 0 0 109 8 5 3 20 0 15 0 406932883 11109400576 186400 33554432000 4194304 4196468 140728564798448 140649848236944 140649947219669 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26517504 140728564800245 140728564802757 140728564802757 140728564805583 0
[pid=9145/tid=9203] ppid=9142 vsize=10849024 memory=3068 CPUtime=1.15 cores=1,3,5,7
/proc/9145/task/9203/stat : 9203 (java) S 9142 9145 8623 0 -1 1077944384 6311 13547 0 0 101 6 5 3 20 0 15 0 406932885 11109400576 186400 33554432000 4194304 4196468 140728564798448 140649406679280 140649947220610 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26517504 140728564800245 140728564802757 140728564802757 140728564805583 0
[pid=9145/tid=9204] ppid=9142 vsize=10849024 memory=745600 CPUtime=0.08 cores=1,3,5,7
/proc/9145/task/9204/stat : 9204 (java) S 9142 9145 8623 0 -1 1077944384 14 13547 0 0 0 0 5 3 20 0 15 0 406932885 11109400576 186400 33554432000 4194304 4196468 140728564798448 140649307301088 140649947219669 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26517504 140728564800245 140728564802757 140728564802757 140728564805583 0
[pid=9145/tid=9205] ppid=9142 vsize=10849024 memory=1964 CPUtime=0.08 cores=1,3,5,7
/proc/9145/task/9205/stat : 9205 (java) S 9142 9145 8623 0 -1 1077944384 2 13547 0 0 0 0 5 3 20 0 15 0 406932885 11109400576 186400 33554432000 4194304 4196468 140728564798448 140648703320832 140649947219669 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26517504 140728564800245 140728564802757 140728564802757 140728564805583 0
[pid=9145/tid=9206] ppid=9142 vsize=10849024 memory=1398722017469774279 CPUtime=0.08 cores=1,3,5,7
/proc/9145/task/9206/stat : 9206 (java) S 9142 9145 8623 0 -1 1077944384 3 13547 0 0 0 0 5 3 20 0 15 0 406932888 11109400576 186400 33554432000 4194304 4196468 140728564798448 140648463030224 140649947228059 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26517504 140728564800245 140728564802757 140728564802757 140728564805583 0
[pid=9145/tid=9207] ppid=9142 vsize=10849024 memory=4872558044660077418 CPUtime=6.81 cores=1,3,5,7
/proc/9145/task/9207/stat : 9207 (java) S 9142 9145 8623 0 -1 1077944384 27350 13547 0 0 667 6 5 3 20 0 15 0 406932888 11109400576 186400 33554432000 4194304 4196468 140728564798448 140649405627120 140649947220610 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26517504 140728564800245 140728564802757 140728564802757 140728564805583 0
[pid=9145/tid=9208] ppid=9142 vsize=10849024 memory=2376 CPUtime=6.26 cores=1,3,5,7
/proc/9145/task/9208/stat : 9208 (java) S 9142 9145 8623 0 -1 1077944384 24298 13547 0 0 612 6 5 3 20 0 15 0 406932888 11109400576 186400 33554432000 4194304 4196468 140728564798448 140649404574576 140649947220610 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26517504 140728564800245 140728564802757 140728564802757 140728564805583 0
[pid=9145/tid=9209] ppid=9142 vsize=10849024 memory=2212 CPUtime=4.29 cores=1,3,5,7
/proc/9145/task/9209/stat : 9209 (java) S 9142 9145 8623 0 -1 1077944384 26336 13547 0 0 414 7 5 3 20 0 15 0 406932888 11109400576 186400 33554432000 4194304 4196468 140728564798448 140649403521520 140649947220610 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26517504 140728564800245 140728564802757 140728564802757 140728564805583 0
[pid=9145/tid=9210] ppid=9142 vsize=10849024 memory=4276 CPUtime=0.08 cores=1,3,5,7
/proc/9145/task/9210/stat : 9210 (java) S 9142 9145 8623 0 -1 1077944384 3 13547 0 0 0 0 5 3 20 0 15 0 406932888 11109400576 186400 33554432000 4194304 4196468 140728564798448 140648429472608 140649947219669 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26517504 140728564800245 140728564802757 140728564802757 140728564805583 0
[pid=9145/tid=9211] ppid=9142 vsize=10849024 memory=1536 CPUtime=0.24 cores=1,3,5,7
/proc/9145/task/9211/stat : 9211 (java) S 9142 9145 8623 0 -1 1077944384 464 13547 0 0 9 7 5 3 20 0 15 0 406932888 11109400576 186400 33554432000 4194304 4196468 140728564798448 140649402468912 140649947220610 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26517504 140728564800245 140728564802757 140728564802757 140728564805583 0
Current children cumulated CPU time: 323.28 s
Current children cumulated vsize: 10849024 KiB
Current children cumulated memory: 745600 KiB

[startup+303.201 s]
/proc/loadavg: 1.62 1.45 1.28 3/228 9241
/proc/meminfo: memFree=22906968/32770624 swapFree=67108848/67108860
[pid=9145] ppid=9142 vsize=10849024 memory=745600 CPUtime=323.69 cores=1,3,5,7
/proc/9145/stat : 9145 (java) S 9142 9145 8623 0 -1 1077944320 136733 13547 0 0 32283 78 5 3 20 0 15 0 406932873 11109400576 186400 33554432000 4194304 4196468 140728564798448 140728564780992 140649947209463 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 26517504 140728564800245 140728564802757 140728564802757 140728564805583 0
/proc/9145/statm: 2712256 186400 3623 1 0 2674317 0
[pid=9145/tid=9198] ppid=9142 vsize=10849024 memory=4276 CPUtime=300.56 cores=1,3,5,7
/proc/9145/task/9198/stat : 9198 (java) R 9142 9145 8623 0 -1 4202560 36035 13547 0 0 30027 21 5 3 20 0 15 0 406932882 11109400576 186400 33554432000 4194304 4196468 140728564798448 140649919045072 140649537538058 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 26517504 140728564800245 140728564802757 140728564802757 140728564805583 0
[pid=9145/tid=9199] ppid=9142 vsize=10849024 memory=1536 CPUtime=1.24 cores=1,3,5,7
/proc/9145/task/9199/stat : 9199 (java) S 9142 9145 8623 0 -1 1077944384 4798 13547 0 0 110 6 5 3 20 0 15 0 406932883 11109400576 186400 33554432000 4194304 4196468 140728564798448 140649951452176 140649947219669 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26517504 140728564800245 140728564802757 140728564802757 140728564805583 0
[pid=9145/tid=9200] ppid=9142 vsize=10849024 memory=932 CPUtime=1.24 cores=1,3,5,7
/proc/9145/task/9200/stat : 9200 (java) S 9142 9145 8623 0 -1 1077944384 2538 13547 0 0 109 7 5 3 20 0 15 0 406932883 11109400576 186400 33554432000 4194304 4196468 140728564798448 140649850342544 140649947219669 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26517504 140728564800245 140728564802757 140728564802757 140728564805583 0
[pid=9145/tid=9201] ppid=9142 vsize=10849024 memory=3924 CPUtime=1.26 cores=1,3,5,7
/proc/9145/task/9201/stat : 9201 (java) S 9142 9145 8623 0 -1 1077944384 2929 13547 0 0 110 8 5 3 20 0 15 0 406932883 11109400576 186400 33554432000 4194304 4196468 140728564798448 140649849289488 140649947219669 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26517504 140728564800245 140728564802757 140728564802757 140728564805583 0
[pid=9145/tid=9202] ppid=9142 vsize=10849024 memory=38040 CPUtime=1.25 cores=1,3,5,7
/proc/9145/task/9202/stat : 9202 (java) S 9142 9145 8623 0 -1 1077944384 3446 13547 0 0 109 8 5 3 20 0 15 0 406932883 11109400576 186400 33554432000 4194304 4196468 140728564798448 140649848236944 140649947219669 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26517504 140728564800245 140728564802757 140728564802757 140728564805583 0
[pid=9145/tid=9203] ppid=9142 vsize=10849024 memory=1228 CPUtime=1.15 cores=1,3,5,7
/proc/9145/task/9203/stat : 9203 (java) S 9142 9145 8623 0 -1 1077944384 6311 13547 0 0 101 6 5 3 20 0 15 0 406932885 11109400576 186400 33554432000 4194304 4196468 140728564798448 140649406679280 140649947220610 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26517504 140728564800245 140728564802757 140728564802757 140728564805583 0
[pid=9145/tid=9204] ppid=9142 vsize=10849024 memory=2352 CPUtime=0.08 cores=1,3,5,7
/proc/9145/task/9204/stat : 9204 (java) S 9142 9145 8623 0 -1 1077944384 14 13547 0 0 0 0 5 3 20 0 15 0 406932885 11109400576 186400 33554432000 4194304 4196468 140728564798448 140649307301088 140649947219669 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26517504 140728564800245 140728564802757 140728564802757 140728564805583 0
[pid=9145/tid=9205] ppid=9142 vsize=10849024 memory=1792 CPUtime=0.08 cores=1,3,5,7
/proc/9145/task/9205/stat : 9205 (java) S 9142 9145 8623 0 -1 1077944384 2 13547 0 0 0 0 5 3 20 0 15 0 406932885 11109400576 186400 33554432000 4194304 4196468 140728564798448 140648703320832 140649947219669 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26517504 140728564800245 140728564802757 140728564802757 140728564805583 0
[pid=9145/tid=9206] ppid=9142 vsize=10849024 memory=8612 CPUtime=0.08 cores=1,3,5,7
/proc/9145/task/9206/stat : 9206 (java) S 9142 9145 8623 0 -1 1077944384 3 13547 0 0 0 0 5 3 20 0 15 0 406932888 11109400576 186400 33554432000 4194304 4196468 140728564798448 140648463030224 140649947228059 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26517504 140728564800245 140728564802757 140728564802757 140728564805583 0
[pid=9145/tid=9207] ppid=9142 vsize=10849024 memory=1192 CPUtime=6.82 cores=1,3,5,7
/proc/9145/task/9207/stat : 9207 (java) S 9142 9145 8623 0 -1 1077944384 27350 13547 0 0 668 6 5 3 20 0 15 0 406932888 11109400576 186400 33554432000 4194304 4196468 140728564798448 140649405627120 140649947220610 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26517504 140728564800245 140728564802757 140728564802757 140728564805583 0
[pid=9145/tid=9208] ppid=9142 vsize=10849024 memory=5536 CPUtime=6.26 cores=1,3,5,7
/proc/9145/task/9208/stat : 9208 (java) S 9142 9145 8623 0 -1 1077944384 24298 13547 0 0 612 6 5 3 20 0 15 0 406932888 11109400576 186400 33554432000 4194304 4196468 140728564798448 140649404574576 140649947220610 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26517504 140728564800245 140728564802757 140728564802757 140728564805583 0
[pid=9145/tid=9209] ppid=9142 vsize=10849024 memory=4540 CPUtime=4.29 cores=1,3,5,7
/proc/9145/task/9209/stat : 9209 (java) S 9142 9145 8623 0 -1 1077944384 26336 13547 0 0 414 7 5 3 20 0 15 0 406932888 11109400576 186400 33554432000 4194304 4196468 140728564798448 140649403521520 140649947220610 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26517504 140728564800245 140728564802757 140728564802757 140728564805583 0
[pid=9145/tid=9210] ppid=9142 vsize=10849024 memory=752 CPUtime=0.08 cores=1,3,5,7
/proc/9145/task/9210/stat : 9210 (java) S 9142 9145 8623 0 -1 1077944384 3 13547 0 0 0 0 5 3 20 0 15 0 406932888 11109400576 186400 33554432000 4194304 4196468 140728564798448 140648429472608 140649947219669 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26517504 140728564800245 140728564802757 140728564802757 140728564805583 0
[pid=9145/tid=9211] ppid=9142 vsize=10849024 memory=1728 CPUtime=0.24 cores=1,3,5,7
/proc/9145/task/9211/stat : 9211 (java) S 9142 9145 8623 0 -1 1077944384 464 13547 0 0 9 7 5 3 20 0 15 0 406932888 11109400576 186400 33554432000 4194304 4196468 140728564798448 140649402468912 140649947220610 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26517504 140728564800245 140728564802757 140728564802757 140728564805583 0
Current children cumulated CPU time: 323.69 s
Current children cumulated vsize: 10849024 KiB
Current children cumulated memory: 745600 KiB

[startup+303.301 s]
/proc/loadavg: 1.62 1.45 1.28 3/228 9241
/proc/meminfo: memFree=22906968/32770624 swapFree=67108848/67108860
[pid=9145] ppid=9142 vsize=10849024 memory=745600 CPUtime=323.79 cores=1,3,5,7
/proc/9145/stat : 9145 (java) S 9142 9145 8623 0 -1 1077944320 136734 13547 0 0 32293 78 5 3 20 0 15 0 406932873 11109400576 186400 33554432000 4194304 4196468 140728564798448 140728564780992 140649947209463 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 26517504 140728564800245 140728564802757 140728564802757 140728564805583 0
/proc/9145/statm: 2712256 186400 3623 1 0 2674317 0
[pid=9145/tid=9198] ppid=9142 vsize=10849024 memory=745600 CPUtime=300.66 cores=1,3,5,7
/proc/9145/task/9198/stat : 9198 (java) R 9142 9145 8623 0 -1 4202560 36036 13547 0 0 30037 21 5 3 20 0 15 0 406932882 11109400576 186400 33554432000 4194304 4196468 140728564798448 140649919044896 140649532683936 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 26517504 140728564800245 140728564802757 140728564802757 140728564805583 0
[pid=9145/tid=9199] ppid=9142 vsize=10849024 memory=745600 CPUtime=1.24 cores=1,3,5,7
/proc/9145/task/9199/stat : 9199 (java) S 9142 9145 8623 0 -1 1077944384 4798 13547 0 0 110 6 5 3 20 0 15 0 406932883 11109400576 186400 33554432000 4194304 4196468 140728564798448 140649951452176 140649947219669 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26517504 140728564800245 140728564802757 140728564802757 140728564805583 0
[pid=9145/tid=9200] ppid=9142 vsize=10849024 memory=745600 CPUtime=1.24 cores=1,3,5,7
/proc/9145/task/9200/stat : 9200 (java) S 9142 9145 8623 0 -1 1077944384 2538 13547 0 0 109 7 5 3 20 0 15 0 406932883 11109400576 186400 33554432000 4194304 4196468 140728564798448 140649850342544 140649947219669 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26517504 140728564800245 140728564802757 140728564802757 140728564805583 0
[pid=9145/tid=9201] ppid=9142 vsize=10849024 memory=745600 CPUtime=1.26 cores=1,3,5,7
/proc/9145/task/9201/stat : 9201 (java) S 9142 9145 8623 0 -1 1077944384 2929 13547 0 0 110 8 5 3 20 0 15 0 406932883 11109400576 186400 33554432000 4194304 4196468 140728564798448 140649849289488 140649947219669 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26517504 140728564800245 140728564802757 140728564802757 140728564805583 0
[pid=9145/tid=9202] ppid=9142 vsize=10849024 memory=745556 CPUtime=1.25 cores=1,3,5,7
/proc/9145/task/9202/stat : 9202 (java) S 9142 9145 8623 0 -1 1077944384 3446 13547 0 0 109 8 5 3 20 0 15 0 406932883 11109400576 186400 33554432000 4194304 4196468 140728564798448 140649848236944 140649947219669 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26517504 140728564800245 140728564802757 140728564802757 140728564805583 0
[pid=9145/tid=9203] ppid=9142 vsize=10849024 memory=745464 CPUtime=1.15 cores=1,3,5,7
/proc/9145/task/9203/stat : 9203 (java) S 9142 9145 8623 0 -1 1077944384 6311 13547 0 0 101 6 5 3 20 0 15 0 406932885 11109400576 186400 33554432000 4194304 4196468 140728564798448 140649406679280 140649947220610 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26517504 140728564800245 140728564802757 140728564802757 140728564805583 0
[pid=9145/tid=9204] ppid=9142 vsize=10849024 memory=745464 CPUtime=0.08 cores=1,3,5,7
/proc/9145/task/9204/stat : 9204 (java) S 9142 9145 8623 0 -1 1077944384 14 13547 0 0 0 0 5 3 20 0 15 0 406932885 11109400576 186400 33554432000 4194304 4196468 140728564798448 140649307301088 140649947219669 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26517504 140728564800245 140728564802757 140728564802757 140728564805583 0
[pid=9145/tid=9205] ppid=9142 vsize=10849024 memory=745600 CPUtime=0.08 cores=1,3,5,7
/proc/9145/task/9205/stat : 9205 (java) S 9142 9145 8623 0 -1 1077944384 2 13547 0 0 0 0 5 3 20 0 15 0 406932885 11109400576 186400 33554432000 4194304 4196468 140728564798448 140648703320832 140649947219669 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26517504 140728564800245 140728564802757 140728564802757 140728564805583 0
[pid=9145/tid=9206] ppid=9142 vsize=10849024 memory=745600 CPUtime=0.08 cores=1,3,5,7
/proc/9145/task/9206/stat : 9206 (java) S 9142 9145 8623 0 -1 1077944384 3 13547 0 0 0 0 5 3 20 0 15 0 406932888 11109400576 186400 33554432000 4194304 4196468 140728564798448 140648463030224 140649947228059 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26517504 140728564800245 140728564802757 140728564802757 140728564805583 0
[pid=9145/tid=9207] ppid=9142 vsize=10849024 memory=745600 CPUtime=6.82 cores=1,3,5,7
/proc/9145/task/9207/stat : 9207 (java) S 9142 9145 8623 0 -1 1077944384 27350 13547 0 0 668 6 5 3 20 0 15 0 406932888 11109400576 186400 33554432000 4194304 4196468 140728564798448 140649405627120 140649947220610 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26517504 140728564800245 140728564802757 140728564802757 140728564805583 0
[pid=9145/tid=9208] ppid=9142 vsize=10849024 memory=745600 CPUtime=6.26 cores=1,3,5,7
/proc/9145/task/9208/stat : 9208 (java) S 9142 9145 8623 0 -1 1077944384 24298 13547 0 0 612 6 5 3 20 0 15 0 406932888 11109400576 186400 33554432000 4194304 4196468 140728564798448 140649404574576 140649947220610 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26517504 140728564800245 140728564802757 140728564802757 140728564805583 0
[pid=9145/tid=9209] ppid=9142 vsize=10849024 memory=745600 CPUtime=4.29 cores=1,3,5,7
/proc/9145/task/9209/stat : 9209 (java) S 9142 9145 8623 0 -1 1077944384 26336 13547 0 0 414 7 5 3 20 0 15 0 406932888 11109400576 186400 33554432000 4194304 4196468 140728564798448 140649403521520 140649947220610 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26517504 140728564800245 140728564802757 140728564802757 140728564805583 0
[pid=9145/tid=9210] ppid=9142 vsize=10849024 memory=3924 CPUtime=0.08 cores=1,3,5,7
/proc/9145/task/9210/stat : 9210 (java) S 9142 9145 8623 0 -1 1077944384 3 13547 0 0 0 0 5 3 20 0 15 0 406932888 11109400576 186400 33554432000 4194304 4196468 140728564798448 140648429472608 140649947219669 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26517504 140728564800245 140728564802757 140728564802757 140728564805583 0
[pid=9145/tid=9211] ppid=9142 vsize=10849024 memory=38040 CPUtime=0.24 cores=1,3,5,7
/proc/9145/task/9211/stat : 9211 (java) S 9142 9145 8623 0 -1 1077944384 464 13547 0 0 9 7 5 3 20 0 15 0 406932888 11109400576 186400 33554432000 4194304 4196468 140728564798448 140649402468912 140649947220610 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26517504 140728564800245 140728564802757 140728564802757 140728564805583 0
Current children cumulated CPU time: 323.79 s
Current children cumulated vsize: 10849024 KiB
Current children cumulated memory: 745600 KiB

Child status: 0
Real time (s): 303.359
CPU time (s): 323.872
CPU user time (s): 323.038
CPU system time (s): 0.833506
CPU usage (%): 106.762
Max. virtual memory (cumulated for all children) (KiB): 10852008
Max. memory (cumulated for all children) (KiB): 758192

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 323.038
system time used= 0.833506
maximum resident set size= 758200
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 151086
page faults= 0
swaps= 0
block input operations= 0
block output operations= 584
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 46391
involuntary context switches= 814


# summary of solver processes directly reported to runsolver:
#   pid: 9145
#   total CPU time (s): 323.872
#   total CPU user time (s): 323.038
#   total CPU system time (s): 0.833506

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.84918 second user time and 2.92563 second system time

The end

Launcher Data

Begin job on node143 at 2019-09-12 19:38:34
IDJOB=4392141
IDBENCH=123062
IDSOLVER=2837
FILE ID=node143/4392141-1568309955
RUNJOBID= node143-1568309802-8655
PBS_JOBID= 21701123
Free space on /tmp= 58820 MiB

SOLVER NAME= Concrete 3.10
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-4392141-1568309955/watcher-4392141-1568309955 -o /tmp/evaluation-result-4392141-1568309955/solver-4392141-1568309955 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node143-1568309802-8655 --watchdog 2560  bin/xcsp-3-concrete -J-Xss32M -randomseed=1796057090 HOME/instance-4392141-1568309955.xml

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

MD5SUM BENCH= b58690ea851c8aad9573a552336d280c
RANDOM SEED=1796057090

node143.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.73
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.73
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.73
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.73
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:        23647504 kB
MemAvailable:   31125644 kB
Buffers:          145952 kB
Cached:          7620588 kB
SwapCached:            8 kB
Active:          2830040 kB
Inactive:        5619280 kB
Active(anon):     637956 kB
Inactive(anon):   144520 kB
Active(file):    2192084 kB
Inactive(file):  5474760 kB
Unevictable:      107780 kB
Mlocked:          107780 kB
SwapTotal:      67108860 kB
SwapFree:       67108848 kB
Dirty:             35112 kB
Writeback:             4 kB
AnonPages:        828236 kB
Mapped:            60988 kB
Shmem:             90756 kB
Slab:             268688 kB
SReclaimable:     239756 kB
SUnreclaim:        28932 kB
KernelStack:        3856 kB
PageTables:         7400 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1889472 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    600064 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      132480 kB
DirectMap2M:    33413120 kB

Free space on /tmp at the end= 58784 MiB
End job on node143 at 2019-09-12 19:43:38