Trace number 4392050

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.10OPT4752 27.007 16.5353

General information on the benchmark

NameQuadraticAssignment/QuadraticAssignment-m1-s1/
QuadraticAssignment-chr15c.xml
MD5SUMce755c39cb9d6ddef8bea85f09074509
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark4752
Best CPU time to get the best result obtained on this benchmark7.91615
Satisfiable
(Un)Satisfiability was proved
Number of variables240
Number of constraints15
Number of domains2
Minimum domain size15
Maximum domain size64
Distribution of domain sizes[{"size":15,"count":15},{"size":64,"count":14}]
Minimum variable degree0
Maximum variable degree3
Distribution of variable degrees[{"degree":0,"count":211},{"degree":2,"count":16},{"degree":3,"count":13}]
Minimum constraint arity3
Maximum constraint arity15
Distribution of constraint arities[{"arity":3,"count":14},{"arity":15,"count":1}]
Number of extensional constraints14
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":14},{"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.10.1560635388952 running
7.03/3.13	o 14648
7.03/3.16	o 14111
7.35/3.22	o 13892
7.35/3.23	o 13661
7.35/3.24	o 8990
7.35/3.26	o 8155
7.70/3.36	o 7937
7.70/3.36	o 7319
7.70/3.36	o 7213
8.03/3.41	o 7161
8.03/3.46	o 7143
8.03/3.48	o 7026
8.36/3.52	o 6675
8.99/3.72	o 6467
8.99/3.72	o 6339
8.99/3.78	o 6045
9.32/3.84	o 5853
9.65/3.92	o 4970
9.65/3.92	o 4752
26.95/16.52	v <instantiation
26.95/16.52	v         cost = '4752'>
26.95/16.52	v       <list>
26.95/16.52	v         x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] d[0][1] d[0][2] d[1][3] d[2][4] d[3][5] d[4][6] d[5][7] d[6][8] d[7][9] d[8][10] d[9][11] d[10][12] d[11][13] d[12][14]
26.95/16.52	v       </list>
26.95/16.52	v       <values>
26.95/16.52	v         12 1 4 6 7 0 13 5 3 2 14 8 11 10 9 4 2 3 1 5 12 39 20 50 1 4 11 10 13
26.95/16.52	v       </values>
26.95/16.52	v     </instantiation>
26.95/16.52	s OPTIMUM FOUND

Verifier Data

OK	4752

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 (13025 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4392050-1568309937/watcher-4392050-1568309937 -o /tmp/evaluation-result-4392050-1568309937/solver-4392050-1568309937 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node143-1568309802-8655 --watchdog 2560 bin/xcsp-3-concrete -J-Xss32M -randomseed=1991631675 HOME/instance-4392050-1568309937.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
solver pid=9012, runsolver pid=9009
Current StackSize limit: 8192 KiB


[startup+0.100107 s]*
/proc/loadavg: 1.81 1.21 1.16 3/218 9069
/proc/meminfo: memFree=23641476/32770624 swapFree=67108848/67108860
[pid=9012] ppid=9009 vsize=9972712 memory=18860 CPUtime=0.1 cores=1,3,5,7
/proc/9012/stat : 9012 (java) S 9009 9012 8623 0 -1 1077944320 4471 13137 0 0 2 0 6 2 20 0 6 0 406931135 10212057088 4715 33554432000 4194304 4196468 140731012011664 140731011994208 139779192327927 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 13234176 140731012012789 140731012015301 140731012015301 140731012018127 0
/proc/9012/statm: 2493178 4715 1935 1 0 2481616 0
[pid=9012/tid=9065] ppid=9009 vsize=9972712 memory=8514726395714820750 CPUtime=0.09 cores=1,3,5,7
/proc/9012/task/9065/stat : 9065 (java) R 9009 9012 8623 0 -1 4202560 2269 13137 0 0 1 0 6 2 20 0 6 0 406931144 10212057088 4715 33554432000 4194304 4196468 140731012011664 139779164164688 139779173721661 0 4 0 16784584 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 13234176 140731012012789 140731012015301 140731012015301 140731012018127 0
[pid=9012/tid=9066] ppid=9009 vsize=9972712 memory=-9181546050914066336 CPUtime=0.08 cores=1,3,5,7
/proc/9012/task/9066/stat : 9066 (java) S 9009 9012 8623 0 -1 1077944384 2 13137 0 0 0 0 6 2 20 0 6 0 406931145 10212057088 4715 33554432000 4194304 4196468 140731012011664 139779196570256 139779192338133 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13234176 140731012012789 140731012015301 140731012015301 140731012018127 0
[pid=9012/tid=9067] ppid=9009 vsize=9972712 memory=140030059714176 CPUtime=0.08 cores=1,3,5,7
/proc/9012/task/9067/stat : 9067 (java) S 9009 9012 8623 0 -1 1077944384 2 13137 0 0 0 0 6 2 20 0 6 0 406931145 10212057088 4715 33554432000 4194304 4196468 140731012011664 139779111389712 139779192338133 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13234176 140731012012789 140731012015301 140731012015301 140731012018127 0
[pid=9012/tid=9068] ppid=9009 vsize=9972712 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/9012/task/9068/stat : 9068 (java) S 9009 9012 8623 0 -1 1077944384 1 13137 0 0 0 0 6 2 20 0 6 0 406931145 10212057088 4715 33554432000 4194304 4196468 140731012011664 139779110336912 139779192338133 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13234176 140731012012789 140731012015301 140731012015301 140731012018127 0
[pid=9012/tid=9069] ppid=9009 vsize=9972712 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/9012/task/9069/stat : 9069 (java) S 9009 9012 8623 0 -1 1077944384 2 13137 0 0 0 0 6 2 20 0 6 0 406931145 10212057088 4715 33554432000 4194304 4196468 140731012011664 139779109284112 139779192338133 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13234176 140731012012789 140731012015301 140731012015301 140731012018127 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 18860 KiB

[startup+0.210015 s]*
/proc/loadavg: 1.81 1.21 1.16 3/227 9078
/proc/meminfo: memFree=23616940/32770624 swapFree=67108848/67108860
[pid=9012] ppid=9009 vsize=10818940 memory=42096 CPUtime=0.26 cores=1,3,5,7
/proc/9012/stat : 9012 (java) S 9009 9012 8623 0 -1 1077944320 6906 13137 0 0 17 1 6 2 20 0 15 0 406931135 11078594560 10524 33554432000 4194304 4196468 140731012011664 140731011994208 139779192327927 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 13234176 140731012012789 140731012015301 140731012015301 140731012018127 0
/proc/9012/statm: 2704735 10524 2937 1 0 2667149 0
[pid=9012/tid=9065] ppid=9009 vsize=10818940 memory=5450916389569530688 CPUtime=0.2 cores=1,3,5,7
/proc/9012/task/9065/stat : 9065 (java) R 9009 9012 8623 0 -1 4202560 3395 13137 0 0 11 1 6 2 20 0 15 0 406931144 11078594560 10524 33554432000 4194304 4196468 140731012011664 139779164163808 139779192349853 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 13234176 140731012012789 140731012015301 140731012015301 140731012018127 0
[pid=9012/tid=9066] ppid=9009 vsize=10818940 memory=-9181546050914066336 CPUtime=0.08 cores=1,3,5,7
/proc/9012/task/9066/stat : 9066 (java) S 9009 9012 8623 0 -1 1077944384 2 13137 0 0 0 0 6 2 20 0 15 0 406931145 11078594560 10524 33554432000 4194304 4196468 140731012011664 139779196570256 139779192338133 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13234176 140731012012789 140731012015301 140731012015301 140731012018127 0
[pid=9012/tid=9067] ppid=9009 vsize=10818940 memory=140030059714176 CPUtime=0.08 cores=1,3,5,7
/proc/9012/task/9067/stat : 9067 (java) S 9009 9012 8623 0 -1 1077944384 2 13137 0 0 0 0 6 2 20 0 15 0 406931145 11078594560 10524 33554432000 4194304 4196468 140731012011664 139779111389712 139779192338133 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13234176 140731012012789 140731012015301 140731012015301 140731012018127 0
[pid=9012/tid=9068] ppid=9009 vsize=10818940 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/9012/task/9068/stat : 9068 (java) S 9009 9012 8623 0 -1 1077944384 1 13137 0 0 0 0 6 2 20 0 15 0 406931145 11078594560 10524 33554432000 4194304 4196468 140731012011664 139779110336912 139779192338133 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13234176 140731012012789 140731012015301 140731012015301 140731012018127 0
[pid=9012/tid=9069] ppid=9009 vsize=10818940 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/9012/task/9069/stat : 9069 (java) S 9009 9012 8623 0 -1 1077944384 2 13137 0 0 0 0 6 2 20 0 15 0 406931145 11078594560 10524 33554432000 4194304 4196468 140731012011664 139779109284112 139779192338133 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13234176 140731012012789 140731012015301 140731012015301 140731012018127 0
[pid=9012/tid=9070] ppid=9009 vsize=10818940 memory=140030059714176 CPUtime=0.08 cores=1,3,5,7
/proc/9012/task/9070/stat : 9070 (java) S 9009 9012 8623 0 -1 1077944384 2 13137 0 0 0 0 6 2 20 0 15 0 406931147 11078594560 10524 33554432000 4194304 4196468 140731012011664 139778718903152 139779192339074 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13234176 140731012012789 140731012015301 140731012015301 140731012018127 0
[pid=9012/tid=9071] ppid=9009 vsize=10818940 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/9012/task/9071/stat : 9071 (java) S 9009 9012 8623 0 -1 1077944384 13 13137 0 0 0 0 6 2 20 0 15 0 406931147 11078594560 10524 33554432000 4194304 4196468 140731012011664 139778636899872 139779192338133 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13234176 140731012012789 140731012015301 140731012015301 140731012018127 0
[pid=9012/tid=9072] ppid=9009 vsize=10818940 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/9012/task/9072/stat : 9072 (java) S 9009 9012 8623 0 -1 1077944384 1 13137 0 0 0 0 6 2 20 0 15 0 406931147 11078594560 10524 33554432000 4194304 4196468 140731012011664 139778502681968 139779192338133 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13234176 140731012012789 140731012015301 140731012015301 140731012018127 0
[pid=9012/tid=9073] ppid=9009 vsize=10818940 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/9012/task/9073/stat : 9073 (java) S 9009 9012 8623 0 -1 1077944384 2 13137 0 0 0 0 6 2 20 0 15 0 406931150 11078594560 10524 33554432000 4194304 4196468 140731012011664 139777898703184 139779192346523 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13234176 140731012012789 140731012015301 140731012015301 140731012018127 0
[pid=9012/tid=9074] ppid=9009 vsize=10818940 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/9012/task/9074/stat : 9074 (java) S 9009 9012 8623 0 -1 1077944384 192 13137 0 0 1 0 6 2 20 0 15 0 406931150 11078594560 10524 33554432000 4194304 4196468 140731012011664 139778717849968 139779192339074 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13234176 140731012012789 140731012015301 140731012015301 140731012018127 0
[pid=9012/tid=9075] ppid=9009 vsize=10818940 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/9012/task/9075/stat : 9075 (java) S 9009 9012 8623 0 -1 1077944384 450 13137 0 0 1 0 6 2 20 0 15 0 406931150 11078594560 10524 33554432000 4194304 4196468 140731012011664 139778716797168 139779192339074 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13234176 140731012012789 140731012015301 140731012015301 140731012018127 0
[pid=9012/tid=9076] ppid=9009 vsize=10818940 memory=140030059714176 CPUtime=0.11 cores=1,3,5,7
/proc/9012/task/9076/stat : 9076 (java) R 9009 9012 8623 0 -1 4202560 640 13137 0 0 3 0 6 2 20 0 15 0 406931150 11078594560 10524 33554432000 4194304 4196468 140731012011664 139778715744368 139779171462400 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 13234176 140731012012789 140731012015301 140731012015301 140731012018127 0
[pid=9012/tid=9077] ppid=9009 vsize=10818940 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/9012/task/9077/stat : 9077 (java) S 9009 9012 8623 0 -1 1077944384 3 13137 0 0 0 0 6 2 20 0 15 0 406931150 11078594560 10524 33554432000 4194304 4196468 140731012011664 139777428941024 139779192338133 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13234176 140731012012789 140731012015301 140731012015301 140731012018127 0
[pid=9012/tid=9078] ppid=9009 vsize=10818940 memory=140030059714176 CPUtime=0.08 cores=1,3,5,7
/proc/9012/task/9078/stat : 9078 (java) S 9009 9012 8623 0 -1 1077944384 1 13137 0 0 0 0 6 2 20 0 15 0 406931150 11078594560 10524 33554432000 4194304 4196468 140731012011664 139778714692784 139779192339074 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13234176 140731012012789 140731012015301 140731012015301 140731012018127 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10818940 KiB
Current children cumulated memory: 42096 KiB

[startup+0.310924 s]*
/proc/loadavg: 1.81 1.21 1.16 3/227 9078
/proc/meminfo: memFree=23606580/32770624 swapFree=67108848/67108860
[pid=9012] ppid=9009 vsize=10820096 memory=51920 CPUtime=0.39 cores=1,3,5,7
/proc/9012/stat : 9012 (java) S 9009 9012 8623 0 -1 1077944320 10680 13137 0 0 29 2 6 2 20 0 15 0 406931135 11079778304 12980 33554432000 4194304 4196468 140731012011664 140731011994208 139779192327927 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 13234176 140731012012789 140731012015301 140731012015301 140731012018127 0
/proc/9012/statm: 2705024 12980 3251 1 0 2667149 0
[pid=9012/tid=9065] ppid=9009 vsize=10820096 memory=1398722017469774279 CPUtime=0.29 cores=1,3,5,7
/proc/9012/task/9065/stat : 9065 (java) R 9009 9012 8623 0 -1 4202560 7139 13137 0 0 19 2 6 2 20 0 15 0 406931144 11079778304 12980 33554432000 4194304 4196468 140731012011664 139779164146336 139778789186644 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 13234176 140731012012789 140731012015301 140731012015301 140731012018127 0
[pid=9012/tid=9066] ppid=9009 vsize=10820096 memory=7084566170114550636 CPUtime=0.08 cores=1,3,5,7
/proc/9012/task/9066/stat : 9066 (java) S 9009 9012 8623 0 -1 1077944384 2 13137 0 0 0 0 6 2 20 0 15 0 406931145 11079778304 13492 33554432000 4194304 4196468 140731012011664 139779196570256 139779192338133 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13234176 140731012012789 140731012015301 140731012015301 140731012018127 0
[pid=9012/tid=9067] ppid=9009 vsize=10820096 memory=5788339726952981056 CPUtime=0.08 cores=1,3,5,7
/proc/9012/task/9067/stat : 9067 (java) S 9009 9012 8623 0 -1 1077944384 2 13137 0 0 0 0 6 2 20 0 15 0 406931145 11079778304 13492 33554432000 4194304 4196468 140731012011664 139779111389712 139779192338133 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13234176 140731012012789 140731012015301 140731012015301 140731012018127 0
[pid=9012/tid=9068] ppid=9009 vsize=10820096 memory=7019607117916227273 CPUtime=0.08 cores=1,3,5,7
/proc/9012/task/9068/stat : 9068 (java) S 9009 9012 8623 0 -1 1077944384 1 13137 0 0 0 0 6 2 20 0 15 0 406931145 11079778304 13492 33554432000 4194304 4196468 140731012011664 139779110336912 139779192338133 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13234176 140731012012789 140731012015301 140731012015301 140731012018127 0
[pid=9012/tid=9069] ppid=9009 vsize=10820096 memory=4872558044660077418 CPUtime=0.08 cores=1,3,5,7
/proc/9012/task/9069/stat : 9069 (java) S 9009 9012 8623 0 -1 1077944384 2 13137 0 0 0 0 6 2 20 0 15 0 406931145 11079778304 13492 33554432000 4194304 4196468 140731012011664 139779109284112 139779192338133 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13234176 140731012012789 140731012015301 140731012015301 140731012018127 0
[pid=9012/tid=9070] ppid=9009 vsize=10820096 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/9012/task/9070/stat : 9070 (java) S 9009 9012 8623 0 -1 1077944384 2 13137 0 0 0 0 6 2 20 0 15 0 406931147 11079778304 13492 33554432000 4194304 4196468 140731012011664 139778718903152 139779192339074 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13234176 140731012012789 140731012015301 140731012015301 140731012018127 0
[pid=9012/tid=9071] ppid=9009 vsize=10820096 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/9012/task/9071/stat : 9071 (java) S 9009 9012 8623 0 -1 1077944384 13 13137 0 0 0 0 6 2 20 0 15 0 406931147 11079778304 13492 33554432000 4194304 4196468 140731012011664 139778636899872 139779192338133 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13234176 140731012012789 140731012015301 140731012015301 140731012018127 0
[pid=9012/tid=9072] ppid=9009 vsize=10820096 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/9012/task/9072/stat : 9072 (java) S 9009 9012 8623 0 -1 1077944384 1 13137 0 0 0 0 6 2 20 0 15 0 406931147 11079778304 13492 33554432000 4194304 4196468 140731012011664 139778502681968 139779192338133 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13234176 140731012012789 140731012015301 140731012015301 140731012018127 0
[pid=9012/tid=9073] ppid=9009 vsize=10820096 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/9012/task/9073/stat : 9073 (java) S 9009 9012 8623 0 -1 1077944384 2 13137 0 0 0 0 6 2 20 0 15 0 406931150 11079778304 13492 33554432000 4194304 4196468 140731012011664 139777898703184 139779192346523 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13234176 140731012012789 140731012015301 140731012015301 140731012018127 0
[pid=9012/tid=9074] ppid=9009 vsize=10820096 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/9012/task/9074/stat : 9074 (java) S 9009 9012 8623 0 -1 1077944384 193 13137 0 0 1 0 6 2 20 0 15 0 406931150 11079778304 13492 33554432000 4194304 4196468 140731012011664 139778717849968 139779192339074 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13234176 140731012012789 140731012015301 140731012015301 140731012018127 0
[pid=9012/tid=9075] ppid=9009 vsize=10820096 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/9012/task/9075/stat : 9075 (java) S 9009 9012 8623 0 -1 1077944384 451 13137 0 0 1 0 6 2 20 0 15 0 406931150 11079778304 13492 33554432000 4194304 4196468 140731012011664 139778716797168 139779192339074 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13234176 140731012012789 140731012015301 140731012015301 140731012018127 0
[pid=9012/tid=9076] ppid=9009 vsize=10820096 memory=0 CPUtime=0.13 cores=1,3,5,7
/proc/9012/task/9076/stat : 9076 (java) S 9009 9012 8623 0 -1 1077944384 662 13137 0 0 5 0 6 2 20 0 15 0 406931150 11079778304 13492 33554432000 4194304 4196468 140731012011664 139778715744368 139779192339074 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13234176 140731012012789 140731012015301 140731012015301 140731012018127 0
[pid=9012/tid=9077] ppid=9009 vsize=10820096 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/9012/task/9077/stat : 9077 (java) S 9009 9012 8623 0 -1 1077944384 3 13137 0 0 0 0 6 2 20 0 15 0 406931150 11079778304 13492 33554432000 4194304 4196468 140731012011664 139777428941024 139779192338133 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13234176 140731012012789 140731012015301 140731012015301 140731012018127 0
[pid=9012/tid=9078] ppid=9009 vsize=10820096 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/9012/task/9078/stat : 9078 (java) S 9009 9012 8623 0 -1 1077944384 1 13137 0 0 0 0 6 2 20 0 15 0 406931150 11079778304 13492 33554432000 4194304 4196468 140731012011664 139778714692784 139779192339074 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13234176 140731012012789 140731012015301 140731012015301 140731012018127 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 10820096 KiB
Current children cumulated memory: 51920 KiB

[startup+0.700933 s]
/proc/loadavg: 1.81 1.21 1.16 5/227 9078
/proc/meminfo: memFree=23590948/32770624 swapFree=67108848/67108860
[pid=9012] ppid=9009 vsize=10824340 memory=84356 CPUtime=1.15 cores=1,3,5,7
/proc/9012/stat : 9012 (java) S 9009 9012 8623 0 -1 1077944320 14827 13137 0 0 103 4 6 2 20 0 15 0 406931135 11084124160 21089 33554432000 4194304 4196468 140731012011664 140731011994208 139779192327927 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 13234176 140731012012789 140731012015301 140731012015301 140731012018127 0
/proc/9012/statm: 2706085 21089 3499 1 0 2668173 0
[pid=9012/tid=9065] ppid=9009 vsize=10824340 memory=2241 CPUtime=0.67 cores=1,3,5,7
/proc/9012/task/9065/stat : 9065 (java) R 9009 9012 8623 0 -1 4202560 10446 13137 0 0 55 4 6 2 20 0 15 0 406931144 11084124160 21089 33554432000 4194304 4196468 140731012011664 139779164145088 139778790491527 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 13234176 140731012012789 140731012015301 140731012015301 140731012018127 0
[pid=9012/tid=9066] ppid=9009 vsize=10824340 memory=2244 CPUtime=0.08 cores=1,3,5,7
/proc/9012/task/9066/stat : 9066 (java) S 9009 9012 8623 0 -1 1077944384 2 13137 0 0 0 0 6 2 20 0 15 0 406931145 11084124160 21089 33554432000 4194304 4196468 140731012011664 139779196570256 139779192338133 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13234176 140731012012789 140731012015301 140731012015301 140731012018127 0
[pid=9012/tid=9067] ppid=9009 vsize=10824340 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/9012/task/9067/stat : 9067 (java) S 9009 9012 8623 0 -1 1077944384 2 13137 0 0 0 0 6 2 20 0 15 0 406931145 11084124160 21089 33554432000 4194304 4196468 140731012011664 139779111389712 139779192338133 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13234176 140731012012789 140731012015301 140731012015301 140731012018127 0
[pid=9012/tid=9068] ppid=9009 vsize=10824340 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/9012/task/9068/stat : 9068 (java) S 9009 9012 8623 0 -1 1077944384 1 13137 0 0 0 0 6 2 20 0 15 0 406931145 11084124160 21089 33554432000 4194304 4196468 140731012011664 139779110336912 139779192338133 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13234176 140731012012789 140731012015301 140731012015301 140731012018127 0
[pid=9012/tid=9069] ppid=9009 vsize=10824340 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/9012/task/9069/stat : 9069 (java) S 9009 9012 8623 0 -1 1077944384 2 13137 0 0 0 0 6 2 20 0 15 0 406931145 11084124160 21089 33554432000 4194304 4196468 140731012011664 139779109284112 139779192338133 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13234176 140731012012789 140731012015301 140731012015301 140731012018127 0
[pid=9012/tid=9070] ppid=9009 vsize=10824340 memory=6944652177228980320 CPUtime=0.08 cores=1,3,5,7
/proc/9012/task/9070/stat : 9070 (java) S 9009 9012 8623 0 -1 1077944384 5 13137 0 0 0 0 6 2 20 0 15 0 406931147 11084124160 21089 33554432000 4194304 4196468 140731012011664 139778718903152 139779192339074 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13234176 140731012012789 140731012015301 140731012015301 140731012018127 0
[pid=9012/tid=9071] ppid=9009 vsize=10824340 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/9012/task/9071/stat : 9071 (java) S 9009 9012 8623 0 -1 1077944384 13 13137 0 0 0 0 6 2 20 0 15 0 406931147 11084124160 21089 33554432000 4194304 4196468 140731012011664 139778636899872 139779192338133 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13234176 140731012012789 140731012015301 140731012015301 140731012018127 0
[pid=9012/tid=9072] ppid=9009 vsize=10824340 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/9012/task/9072/stat : 9072 (java) S 9009 9012 8623 0 -1 1077944384 1 13137 0 0 0 0 6 2 20 0 15 0 406931147 11084124160 21089 33554432000 4194304 4196468 140731012011664 139778502681968 139779192338133 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13234176 140731012012789 140731012015301 140731012015301 140731012018127 0
[pid=9012/tid=9073] ppid=9009 vsize=10824340 memory=6944656592455097440 CPUtime=0.08 cores=1,3,5,7
/proc/9012/task/9073/stat : 9073 (java) S 9009 9012 8623 0 -1 1077944384 2 13137 0 0 0 0 6 2 20 0 15 0 406931150 11084124160 21089 33554432000 4194304 4196468 140731012011664 139777898703184 139779192346523 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13234176 140731012012789 140731012015301 140731012015301 140731012018127 0
[pid=9012/tid=9074] ppid=9009 vsize=10824340 memory=0 CPUtime=0.2 cores=1,3,5,7
/proc/9012/task/9074/stat : 9074 (java) R 9009 9012 8623 0 -1 4202560 482 13137 0 0 12 0 6 2 20 0 15 0 406931150 11084124160 21089 33554432000 4194304 4196468 140731012011664 139778717849968 139779176597372 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 13234176 140731012012789 140731012015301 140731012015301 140731012018127 0
[pid=9012/tid=9075] ppid=9009 vsize=10824340 memory=0 CPUtime=0.23 cores=1,3,5,7
/proc/9012/task/9075/stat : 9075 (java) S 9009 9012 8623 0 -1 1077944384 790 13137 0 0 15 0 6 2 20 0 15 0 406931150 11084124160 21089 33554432000 4194304 4196468 140731012011664 139778716797168 139779192339074 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13234176 140731012012789 140731012015301 140731012015301 140731012018127 0
[pid=9012/tid=9076] ppid=9009 vsize=10824340 memory=0 CPUtime=0.25 cores=1,3,5,7
/proc/9012/task/9076/stat : 9076 (java) S 9009 9012 8623 0 -1 1077944384 871 13137 0 0 17 0 6 2 20 0 15 0 406931150 11084124160 21089 33554432000 4194304 4196468 140731012011664 139778715744368 139779192339074 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13234176 140731012012789 140731012015301 140731012015301 140731012018127 0
[pid=9012/tid=9077] ppid=9009 vsize=10824340 memory=280059919204592 CPUtime=0.08 cores=1,3,5,7
/proc/9012/task/9077/stat : 9077 (java) S 9009 9012 8623 0 -1 1077944384 3 13137 0 0 0 0 6 2 20 0 15 0 406931150 11084124160 21089 33554432000 4194304 4196468 140731012011664 139777428941024 139779192338133 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13234176 140731012012789 140731012015301 140731012015301 140731012018127 0
[pid=9012/tid=9078] ppid=9009 vsize=10824340 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/9012/task/9078/stat : 9078 (java) S 9009 9012 8623 0 -1 1077944384 1 13137 0 0 0 0 6 2 20 0 15 0 406931150 11084124160 21089 33554432000 4194304 4196468 140731012011664 139778714692784 139779192339074 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13234176 140731012012789 140731012015301 140731012015301 140731012018127 0
Current children cumulated CPU time: 1.15 s
Current children cumulated vsize: 10824340 KiB
Current children cumulated memory: 84356 KiB

[startup+1.50078 s]
/proc/loadavg: 1.81 1.21 1.16 3/227 9078
/proc/meminfo: memFree=23547832/32770624 swapFree=67108848/67108860
[pid=9012] ppid=9009 vsize=10834656 memory=170524 CPUtime=2.5 cores=1,3,5,7
/proc/9012/stat : 9012 (java) S 9009 9012 8623 0 -1 1077944320 22494 13137 0 0 233 9 6 2 20 0 15 0 406931135 11094687744 42631 33554432000 4194304 4196468 140731012011664 140731011994208 139779192327927 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 13234176 140731012012789 140731012015301 140731012015301 140731012018127 0
/proc/9012/statm: 2708664 42631 3577 1 0 2670733 0
[pid=9012/tid=9065] ppid=9009 vsize=10834656 memory=19 CPUtime=1.44 cores=1,3,5,7
/proc/9012/task/9065/stat : 9065 (java) R 9009 9012 8623 0 -1 4202560 15277 13137 0 0 130 6 6 2 20 0 15 0 406931144 11094687744 42631 33554432000 4194304 4196468 140731012011664 139779164137216 139779176408444 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 13234176 140731012012789 140731012015301 140731012015301 140731012018127 0
[pid=9012/tid=9066] ppid=9009 vsize=10834656 memory=25 CPUtime=0.09 cores=1,3,5,7
/proc/9012/task/9066/stat : 9066 (java) S 9009 9012 8623 0 -1 1077944384 98 13137 0 0 1 0 6 2 20 0 15 0 406931145 11094687744 42631 33554432000 4194304 4196468 140731012011664 139779196570256 139779192338133 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13234176 140731012012789 140731012015301 140731012015301 140731012018127 0
[pid=9012/tid=9067] ppid=9009 vsize=10834656 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/9012/task/9067/stat : 9067 (java) S 9009 9012 8623 0 -1 1077944384 102 13137 0 0 0 0 6 2 20 0 15 0 406931145 11094687744 42631 33554432000 4194304 4196468 140731012011664 139779111389712 139779192338133 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13234176 140731012012789 140731012015301 140731012015301 140731012018127 0
[pid=9012/tid=9068] ppid=9009 vsize=10834656 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/9012/task/9068/stat : 9068 (java) S 9009 9012 8623 0 -1 1077944384 24 13137 0 0 0 0 6 2 20 0 15 0 406931145 11094687744 42631 33554432000 4194304 4196468 140731012011664 139779110336912 139779192338133 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13234176 140731012012789 140731012015301 140731012015301 140731012018127 0
[pid=9012/tid=9069] ppid=9009 vsize=10834656 memory=101156 CPUtime=0.09 cores=1,3,5,7
/proc/9012/task/9069/stat : 9069 (java) S 9009 9012 8623 0 -1 1077944384 421 13137 0 0 1 0 6 2 20 0 15 0 406931145 11094687744 42631 33554432000 4194304 4196468 140731012011664 139779109284112 139779192338133 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13234176 140731012012789 140731012015301 140731012015301 140731012018127 0
[pid=9012/tid=9070] ppid=9009 vsize=10834656 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/9012/task/9070/stat : 9070 (java) S 9009 9012 8623 0 -1 1077944384 1025 13137 0 0 1 0 6 2 20 0 15 0 406931147 11094687744 42631 33554432000 4194304 4196468 140731012011664 139778718903152 139779192339074 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13234176 140731012012789 140731012015301 140731012015301 140731012018127 0
[pid=9012/tid=9071] ppid=9009 vsize=10834656 memory=7014751519633528425 CPUtime=0.08 cores=1,3,5,7
/proc/9012/task/9071/stat : 9071 (java) S 9009 9012 8623 0 -1 1077944384 14 13137 0 0 0 0 6 2 20 0 15 0 406931147 11094687744 42631 33554432000 4194304 4196468 140731012011664 139778636899872 139779192338133 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13234176 140731012012789 140731012015301 140731012015301 140731012018127 0
[pid=9012/tid=9072] ppid=9009 vsize=10834656 memory=7302979765682988633 CPUtime=0.08 cores=1,3,5,7
/proc/9012/task/9072/stat : 9072 (java) S 9009 9012 8623 0 -1 1077944384 1 13137 0 0 0 0 6 2 20 0 15 0 406931147 11094687744 42631 33554432000 4194304 4196468 140731012011664 139778502681968 139779192338133 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13234176 140731012012789 140731012015301 140731012015301 140731012018127 0
[pid=9012/tid=9073] ppid=9009 vsize=10834656 memory=7523942033230752879 CPUtime=0.08 cores=1,3,5,7
/proc/9012/task/9073/stat : 9073 (java) S 9009 9012 8623 0 -1 1077944384 2 13137 0 0 0 0 6 2 20 0 15 0 406931150 11094687744 42631 33554432000 4194304 4196468 140731012011664 139777898703184 139779192346523 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13234176 140731012012789 140731012015301 140731012015301 140731012018127 0
[pid=9012/tid=9074] ppid=9009 vsize=10834656 memory=7011348500760777560 CPUtime=0.34 cores=1,3,5,7
/proc/9012/task/9074/stat : 9074 (java) R 9009 9012 8623 0 -1 4202560 691 13137 0 0 26 0 6 2 20 0 15 0 406931150 11094687744 42631 33554432000 4194304 4196468 140731012011664 139778717839680 139779172713536 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 13234176 140731012012789 140731012015301 140731012015301 140731012018127 0
[pid=9012/tid=9075] ppid=9009 vsize=10834656 memory=7233714905174928481 CPUtime=0.35 cores=1,3,5,7
/proc/9012/task/9075/stat : 9075 (java) S 9009 9012 8623 0 -1 1077944384 932 13137 0 0 27 0 6 2 20 0 15 0 406931150 11094687744 42631 33554432000 4194304 4196468 140731012011664 139778716797168 139779192339074 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13234176 140731012012789 140731012015301 140731012015301 140731012018127 0
[pid=9012/tid=9076] ppid=9009 vsize=10834656 memory=7014751519633528425 CPUtime=0.5 cores=1,3,5,7
/proc/9012/task/9076/stat : 9076 (java) S 9009 9012 8623 0 -1 1077944384 1701 13137 0 0 42 0 6 2 20 0 15 0 406931150 11094687744 42631 33554432000 4194304 4196468 140731012011664 139778715744368 139779192339074 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13234176 140731012012789 140731012015301 140731012015301 140731012018127 0
[pid=9012/tid=9077] ppid=9009 vsize=10834656 memory=7014751519633528425 CPUtime=0.08 cores=1,3,5,7
/proc/9012/task/9077/stat : 9077 (java) S 9009 9012 8623 0 -1 1077944384 3 13137 0 0 0 0 6 2 20 0 15 0 406931150 11094687744 42631 33554432000 4194304 4196468 140731012011664 139777428941024 139779192338133 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13234176 140731012012789 140731012015301 140731012015301 140731012018127 0
[pid=9012/tid=9078] ppid=9009 vsize=10834656 memory=55 CPUtime=0.08 cores=1,3,5,7
/proc/9012/task/9078/stat : 9078 (java) S 9009 9012 8623 0 -1 1077944384 1 13137 0 0 0 0 6 2 20 0 15 0 406931150 11094687744 42631 33554432000 4194304 4196468 140731012011664 139778714692784 139779192339074 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13234176 140731012012789 140731012015301 140731012015301 140731012018127 0
Current children cumulated CPU time: 2.5 s
Current children cumulated vsize: 10834656 KiB

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

[pid=9012/tid=9077] ppid=9009 vsize=10849024 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/9012/task/9077/stat : 9077 (java) S 9009 9012 8623 0 -1 1077944384 3 13137 0 0 0 0 6 2 20 0 15 0 406931150 11109400576 137215 33554432000 4194304 4196468 140731012011664 139777428941024 139779192338133 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13234176 140731012012789 140731012015301 140731012015301 140731012018127 0
[pid=9012/tid=9078] ppid=9009 vsize=10849024 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/9012/task/9078/stat : 9078 (java) S 9009 9012 8623 0 -1 1077944384 38 13137 0 0 0 0 6 2 20 0 15 0 406931150 11109400576 137215 33554432000 4194304 4196468 140731012011664 139778714692784 139779192339074 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13234176 140731012012789 140731012015301 140731012015301 140731012018127 0
Current children cumulated CPU time: 24.64 s
Current children cumulated vsize: 10849024 KiB
Current children cumulated memory: 548860 KiB

[startup+15.2008 s]
/proc/loadavg: 1.70 1.21 1.16 3/227 9081
/proc/meminfo: memFree=23082388/32770624 swapFree=67108848/67108860
[pid=9012] ppid=9009 vsize=10849024 memory=577532 CPUtime=25.51 cores=1,3,5,7
/proc/9012/stat : 9012 (java) S 9009 9012 8623 0 -1 1077944320 73631 13137 0 0 2510 33 6 2 20 0 15 0 406931135 11109400576 144383 33554432000 4194304 4196468 140731012011664 140731011994208 139779192327927 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 13234176 140731012012789 140731012015301 140731012015301 140731012018127 0
/proc/9012/statm: 2712256 144383 3622 1 0 2674317 0
[pid=9012/tid=9065] ppid=9009 vsize=10849024 memory=548860 CPUtime=15 cores=1,3,5,7
/proc/9012/task/9065/stat : 9065 (java) R 9009 9012 8623 0 -1 4202560 26855 13137 0 0 1479 13 6 2 20 0 15 0 406931144 11109400576 144383 33554432000 4194304 4196468 140731012011664 139779164163056 139778800670516 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 13234176 140731012012789 140731012015301 140731012015301 140731012018127 0
[pid=9012/tid=9066] ppid=9009 vsize=10849024 memory=6 CPUtime=0.14 cores=1,3,5,7
/proc/9012/task/9066/stat : 9066 (java) S 9009 9012 8623 0 -1 1077944384 1103 13137 0 0 5 1 6 2 20 0 15 0 406931145 11109400576 144383 33554432000 4194304 4196468 140731012011664 139779196570256 139779192338133 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13234176 140731012012789 140731012015301 140731012015301 140731012018127 0
[pid=9012/tid=9067] ppid=9009 vsize=10849024 memory=8112282956445269571 CPUtime=0.15 cores=1,3,5,7
/proc/9012/task/9067/stat : 9067 (java) S 9009 9012 8623 0 -1 1077944384 389 13137 0 0 5 2 6 2 20 0 15 0 406931145 11109400576 144383 33554432000 4194304 4196468 140731012011664 139779111389712 139779192338133 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13234176 140731012012789 140731012015301 140731012015301 140731012018127 0
[pid=9012/tid=9068] ppid=9009 vsize=10849024 memory=14288 CPUtime=0.16 cores=1,3,5,7
/proc/9012/task/9068/stat : 9068 (java) S 9009 9012 8623 0 -1 1077944384 751 13137 0 0 6 2 6 2 20 0 15 0 406931145 11109400576 144383 33554432000 4194304 4196468 140731012011664 139779110336912 139779192338133 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13234176 140731012012789 140731012015301 140731012015301 140731012018127 0
[pid=9012/tid=9069] ppid=9009 vsize=10849024 memory=0 CPUtime=0.16 cores=1,3,5,7
/proc/9012/task/9069/stat : 9069 (java) S 9009 9012 8623 0 -1 1077944384 681 13137 0 0 6 2 6 2 20 0 15 0 406931145 11109400576 144383 33554432000 4194304 4196468 140731012011664 139779109284112 139779192338133 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13234176 140731012012789 140731012015301 140731012015301 140731012018127 0
[pid=9012/tid=9070] ppid=9009 vsize=10849024 memory=0 CPUtime=0.13 cores=1,3,5,7
/proc/9012/task/9070/stat : 9070 (java) S 9009 9012 8623 0 -1 1077944384 3960 13137 0 0 5 0 6 2 20 0 15 0 406931147 11109400576 144383 33554432000 4194304 4196468 140731012011664 139778718903152 139779192339074 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13234176 140731012012789 140731012015301 140731012015301 140731012018127 0
[pid=9012/tid=9071] ppid=9009 vsize=10849024 memory=6933690287860520857 CPUtime=0.08 cores=1,3,5,7
/proc/9012/task/9071/stat : 9071 (java) S 9009 9012 8623 0 -1 1077944384 15 13137 0 0 0 0 6 2 20 0 15 0 406931147 11109400576 144383 33554432000 4194304 4196468 140731012011664 139778636900000 139779192338133 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13234176 140731012012789 140731012015301 140731012015301 140731012018127 0
[pid=9012/tid=9072] ppid=9009 vsize=10849024 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/9012/task/9072/stat : 9072 (java) S 9009 9012 8623 0 -1 1077944384 1 13137 0 0 0 0 6 2 20 0 15 0 406931147 11109400576 144383 33554432000 4194304 4196468 140731012011664 139778502681984 139779192338133 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13234176 140731012012789 140731012015301 140731012015301 140731012018127 0
[pid=9012/tid=9073] ppid=9009 vsize=10849024 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/9012/task/9073/stat : 9073 (java) S 9009 9012 8623 0 -1 1077944384 2 13137 0 0 0 0 6 2 20 0 15 0 406931150 11109400576 144383 33554432000 4194304 4196468 140731012011664 139777898703184 139779192346523 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13234176 140731012012789 140731012015301 140731012015301 140731012018127 0
[pid=9012/tid=9074] ppid=9009 vsize=10849024 memory=0 CPUtime=3.7 cores=1,3,5,7
/proc/9012/task/9074/stat : 9074 (java) S 9009 9012 8623 0 -1 1077944384 12808 13137 0 0 359 3 6 2 20 0 15 0 406931150 11109400576 144383 33554432000 4194304 4196468 140731012011664 139778717849968 139779192339074 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13234176 140731012012789 140731012015301 140731012015301 140731012018127 0
[pid=9012/tid=9075] ppid=9009 vsize=10849024 memory=0 CPUtime=3.62 cores=1,3,5,7
/proc/9012/task/9075/stat : 9075 (java) S 9009 9012 8623 0 -1 1077944384 9502 13137 0 0 352 2 6 2 20 0 15 0 406931150 11109400576 144383 33554432000 4194304 4196468 140731012011664 139778716797168 139779192339074 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13234176 140731012012789 140731012015301 140731012015301 140731012018127 0
[pid=9012/tid=9076] ppid=9009 vsize=10849024 memory=0 CPUtime=2.98 cores=1,3,5,7
/proc/9012/task/9076/stat : 9076 (java) S 9009 9012 8623 0 -1 1077944384 15317 13137 0 0 287 3 6 2 20 0 15 0 406931150 11109400576 144383 33554432000 4194304 4196468 140731012011664 139778715744368 139779192339074 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13234176 140731012012789 140731012015301 140731012015301 140731012018127 0
[pid=9012/tid=9077] ppid=9009 vsize=10849024 memory=9126232286719478932 CPUtime=0.08 cores=1,3,5,7
/proc/9012/task/9077/stat : 9077 (java) S 9009 9012 8623 0 -1 1077944384 3 13137 0 0 0 0 6 2 20 0 15 0 406931150 11109400576 144383 33554432000 4194304 4196468 140731012011664 139777428941024 139779192338133 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13234176 140731012012789 140731012015301 140731012015301 140731012018127 0
[pid=9012/tid=9078] ppid=9009 vsize=10849024 memory=6944656592387989600 CPUtime=0.08 cores=1,3,5,7
/proc/9012/task/9078/stat : 9078 (java) S 9009 9012 8623 0 -1 1077944384 38 13137 0 0 0 0 6 2 20 0 15 0 406931150 11109400576 144383 33554432000 4194304 4196468 140731012011664 139778714692784 139779192339074 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13234176 140731012012789 140731012015301 140731012015301 140731012018127 0
Current children cumulated CPU time: 25.51 s
Current children cumulated vsize: 10849024 KiB
Current children cumulated memory: 577532 KiB

[startup+16.0008 s]*
/proc/loadavg: 1.70 1.21 1.16 3/227 9081
/proc/meminfo: memFree=23076136/32770624 swapFree=67108848/67108860
[pid=9012] ppid=9009 vsize=10849024 memory=583728 CPUtime=26.39 cores=1,3,5,7
/proc/9012/stat : 9012 (java) S 9009 9012 8623 0 -1 1077944320 73712 13137 0 0 2598 33 6 2 20 0 15 0 406931135 11109400576 145932 33554432000 4194304 4196468 140731012011664 140731011994208 139779192327927 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 13234176 140731012012789 140731012015301 140731012015301 140731012018127 0
/proc/9012/statm: 2712256 145932 3622 1 0 2674317 0
[pid=9012/tid=9065] ppid=9009 vsize=10849024 memory=1398722017469774279 CPUtime=15.8 cores=1,3,5,7
/proc/9012/task/9065/stat : 9065 (java) R 9009 9012 8623 0 -1 4202560 26903 13137 0 0 1559 13 6 2 20 0 15 0 406931144 11109400576 145932 33554432000 4194304 4196468 140731012011664 139779164162848 139778800670509 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 13234176 140731012012789 140731012015301 140731012015301 140731012018127 0
[pid=9012/tid=9066] ppid=9009 vsize=10849024 memory=0 CPUtime=0.15 cores=1,3,5,7
/proc/9012/task/9066/stat : 9066 (java) S 9009 9012 8623 0 -1 1077944384 1105 13137 0 0 6 1 6 2 20 0 15 0 406931145 11109400576 145932 33554432000 4194304 4196468 140731012011664 139779196570256 139779192338133 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13234176 140731012012789 140731012015301 140731012015301 140731012018127 0
[pid=9012/tid=9067] ppid=9009 vsize=10849024 memory=0 CPUtime=0.15 cores=1,3,5,7
/proc/9012/task/9067/stat : 9067 (java) S 9009 9012 8623 0 -1 1077944384 394 13137 0 0 5 2 6 2 20 0 15 0 406931145 11109400576 145932 33554432000 4194304 4196468 140731012011664 139779111389712 139779192338133 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13234176 140731012012789 140731012015301 140731012015301 140731012018127 0
[pid=9012/tid=9068] ppid=9009 vsize=10849024 memory=0 CPUtime=0.16 cores=1,3,5,7
/proc/9012/task/9068/stat : 9068 (java) S 9009 9012 8623 0 -1 1077944384 755 13137 0 0 6 2 6 2 20 0 15 0 406931145 11109400576 145932 33554432000 4194304 4196468 140731012011664 139779110336912 139779192338133 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13234176 140731012012789 140731012015301 140731012015301 140731012018127 0
[pid=9012/tid=9069] ppid=9009 vsize=10849024 memory=0 CPUtime=0.16 cores=1,3,5,7
/proc/9012/task/9069/stat : 9069 (java) S 9009 9012 8623 0 -1 1077944384 684 13137 0 0 6 2 6 2 20 0 15 0 406931145 11109400576 145932 33554432000 4194304 4196468 140731012011664 139779109284112 139779192338133 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13234176 140731012012789 140731012015301 140731012015301 140731012018127 0
[pid=9012/tid=9070] ppid=9009 vsize=10849024 memory=0 CPUtime=0.13 cores=1,3,5,7
/proc/9012/task/9070/stat : 9070 (java) S 9009 9012 8623 0 -1 1077944384 3960 13137 0 0 5 0 6 2 20 0 15 0 406931147 11109400576 145932 33554432000 4194304 4196468 140731012011664 139778718903152 139779192339074 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13234176 140731012012789 140731012015301 140731012015301 140731012018127 0
[pid=9012/tid=9071] ppid=9009 vsize=10849024 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/9012/task/9071/stat : 9071 (java) S 9009 9012 8623 0 -1 1077944384 15 13137 0 0 0 0 6 2 20 0 15 0 406931147 11109400576 145932 33554432000 4194304 4196468 140731012011664 139778636900000 139779192338133 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13234176 140731012012789 140731012015301 140731012015301 140731012018127 0
[pid=9012/tid=9072] ppid=9009 vsize=10849024 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/9012/task/9072/stat : 9072 (java) S 9009 9012 8623 0 -1 1077944384 1 13137 0 0 0 0 6 2 20 0 15 0 406931147 11109400576 145932 33554432000 4194304 4196468 140731012011664 139778502681984 139779192338133 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13234176 140731012012789 140731012015301 140731012015301 140731012018127 0
[pid=9012/tid=9073] ppid=9009 vsize=10849024 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/9012/task/9073/stat : 9073 (java) S 9009 9012 8623 0 -1 1077944384 2 13137 0 0 0 0 6 2 20 0 15 0 406931150 11109400576 145932 33554432000 4194304 4196468 140731012011664 139777898703184 139779192346523 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13234176 140731012012789 140731012015301 140731012015301 140731012018127 0
[pid=9012/tid=9074] ppid=9009 vsize=10849024 memory=0 CPUtime=3.72 cores=1,3,5,7
/proc/9012/task/9074/stat : 9074 (java) S 9009 9012 8623 0 -1 1077944384 12811 13137 0 0 361 3 6 2 20 0 15 0 406931150 11109400576 145932 33554432000 4194304 4196468 140731012011664 139778717849968 139779192339074 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13234176 140731012012789 140731012015301 140731012015301 140731012018127 0
[pid=9012/tid=9075] ppid=9009 vsize=10849024 memory=3473455226943451956 CPUtime=3.64 cores=1,3,5,7
/proc/9012/task/9075/stat : 9075 (java) S 9009 9012 8623 0 -1 1077944384 9504 13137 0 0 354 2 6 2 20 0 15 0 406931150 11109400576 145932 33554432000 4194304 4196468 140731012011664 139778716797168 139779192339074 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13234176 140731012012789 140731012015301 140731012015301 140731012018127 0
[pid=9012/tid=9076] ppid=9009 vsize=10849024 memory=140030059714182 CPUtime=3 cores=1,3,5,7
/proc/9012/task/9076/stat : 9076 (java) S 9009 9012 8623 0 -1 1077944384 15331 13137 0 0 289 3 6 2 20 0 15 0 406931150 11109400576 145932 33554432000 4194304 4196468 140731012011664 139778715744368 139779192339074 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13234176 140731012012789 140731012015301 140731012015301 140731012018127 0
[pid=9012/tid=9077] ppid=9009 vsize=10849024 memory=8112282956445269571 CPUtime=0.08 cores=1,3,5,7
/proc/9012/task/9077/stat : 9077 (java) S 9009 9012 8623 0 -1 1077944384 3 13137 0 0 0 0 6 2 20 0 15 0 406931150 11109400576 145932 33554432000 4194304 4196468 140731012011664 139777428941024 139779192338133 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13234176 140731012012789 140731012015301 140731012015301 140731012018127 0
[pid=9012/tid=9078] ppid=9009 vsize=10849024 memory=7168 CPUtime=0.08 cores=1,3,5,7
/proc/9012/task/9078/stat : 9078 (java) S 9009 9012 8623 0 -1 1077944384 38 13137 0 0 0 0 6 2 20 0 15 0 406931150 11109400576 145932 33554432000 4194304 4196468 140731012011664 139778714692784 139779192339074 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13234176 140731012012789 140731012015301 140731012015301 140731012018127 0
Current children cumulated CPU time: 26.39 s
Current children cumulated vsize: 10849024 KiB
Current children cumulated memory: 583728 KiB

[startup+16.4008 s]
/proc/loadavg: 1.70 1.21 1.16 3/227 9081
/proc/meminfo: memFree=23076136/32770624 swapFree=67108848/67108860
[pid=9012] ppid=9009 vsize=10849024 memory=583728 CPUtime=26.84 cores=1,3,5,7
/proc/9012/stat : 9012 (java) S 9009 9012 8623 0 -1 1077944320 73735 13137 0 0 2643 33 6 2 20 0 15 0 406931135 11109400576 145932 33554432000 4194304 4196468 140731012011664 140731011994208 139779192327927 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 13234176 140731012012789 140731012015301 140731012015301 140731012018127 0
/proc/9012/statm: 2712256 145932 3622 1 0 2674317 0
[pid=9012/tid=9065] ppid=9009 vsize=10849024 memory=0 CPUtime=16.19 cores=1,3,5,7
/proc/9012/task/9065/stat : 9065 (java) R 9009 9012 8623 0 -1 4202560 26904 13137 0 0 1598 13 6 2 20 0 15 0 406931144 11109400576 145932 33554432000 4194304 4196468 140731012011664 139779164160264 139778803066496 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 13234176 140731012012789 140731012015301 140731012015301 140731012018127 0
[pid=9012/tid=9066] ppid=9009 vsize=10849024 memory=8112282956445269571 CPUtime=0.15 cores=1,3,5,7
/proc/9012/task/9066/stat : 9066 (java) S 9009 9012 8623 0 -1 1077944384 1105 13137 0 0 6 1 6 2 20 0 15 0 406931145 11109400576 145932 33554432000 4194304 4196468 140731012011664 139779196570256 139779192338133 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13234176 140731012012789 140731012015301 140731012015301 140731012018127 0
[pid=9012/tid=9067] ppid=9009 vsize=10849024 memory=1792 CPUtime=0.15 cores=1,3,5,7
/proc/9012/task/9067/stat : 9067 (java) S 9009 9012 8623 0 -1 1077944384 394 13137 0 0 5 2 6 2 20 0 15 0 406931145 11109400576 145932 33554432000 4194304 4196468 140731012011664 139779111389712 139779192338133 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13234176 140731012012789 140731012015301 140731012015301 140731012018127 0
[pid=9012/tid=9068] ppid=9009 vsize=10849024 memory=8612 CPUtime=0.16 cores=1,3,5,7
/proc/9012/task/9068/stat : 9068 (java) S 9009 9012 8623 0 -1 1077944384 755 13137 0 0 6 2 6 2 20 0 15 0 406931145 11109400576 145932 33554432000 4194304 4196468 140731012011664 139779110336912 139779192338133 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13234176 140731012012789 140731012015301 140731012015301 140731012018127 0
[pid=9012/tid=9069] ppid=9009 vsize=10849024 memory=33 CPUtime=0.16 cores=1,3,5,7
/proc/9012/task/9069/stat : 9069 (java) S 9009 9012 8623 0 -1 1077944384 684 13137 0 0 6 2 6 2 20 0 15 0 406931145 11109400576 145932 33554432000 4194304 4196468 140731012011664 139779109284112 139779192338133 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13234176 140731012012789 140731012015301 140731012015301 140731012018127 0
[pid=9012/tid=9070] ppid=9009 vsize=10849024 memory=8547712850019655617 CPUtime=0.13 cores=1,3,5,7
/proc/9012/task/9070/stat : 9070 (java) S 9009 9012 8623 0 -1 1077944384 3960 13137 0 0 5 0 6 2 20 0 15 0 406931147 11109400576 145932 33554432000 4194304 4196468 140731012011664 139778718903152 139779192339074 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13234176 140731012012789 140731012015301 140731012015301 140731012018127 0
[pid=9012/tid=9071] ppid=9009 vsize=10849024 memory=7976406965554101975 CPUtime=0.08 cores=1,3,5,7
/proc/9012/task/9071/stat : 9071 (java) S 9009 9012 8623 0 -1 1077944384 15 13137 0 0 0 0 6 2 20 0 15 0 406931147 11109400576 145932 33554432000 4194304 4196468 140731012011664 139778636900000 139779192338133 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13234176 140731012012789 140731012015301 140731012015301 140731012018127 0
[pid=9012/tid=9072] ppid=9009 vsize=10849024 memory=-2895008908443675764 CPUtime=0.08 cores=1,3,5,7
/proc/9012/task/9072/stat : 9072 (java) S 9009 9012 8623 0 -1 1077944384 1 13137 0 0 0 0 6 2 20 0 15 0 406931147 11109400576 145932 33554432000 4194304 4196468 140731012011664 139778502681984 139779192338133 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13234176 140731012012789 140731012015301 140731012015301 140731012018127 0
[pid=9012/tid=9073] ppid=9009 vsize=10849024 memory=7681407940103534239 CPUtime=0.08 cores=1,3,5,7
/proc/9012/task/9073/stat : 9073 (java) S 9009 9012 8623 0 -1 1077944384 2 13137 0 0 0 0 6 2 20 0 15 0 406931150 11109400576 145932 33554432000 4194304 4196468 140731012011664 139777898703184 139779192346523 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13234176 140731012012789 140731012015301 140731012015301 140731012018127 0
[pid=9012/tid=9074] ppid=9009 vsize=10849024 memory=-6935123839545469842 CPUtime=3.73 cores=1,3,5,7
/proc/9012/task/9074/stat : 9074 (java) S 9009 9012 8623 0 -1 1077944384 12812 13137 0 0 362 3 6 2 20 0 15 0 406931150 11109400576 145932 33554432000 4194304 4196468 140731012011664 139778717849968 139779192339074 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13234176 140731012012789 140731012015301 140731012015301 140731012018127 0
[pid=9012/tid=9075] ppid=9009 vsize=10849024 memory=-6948055166404804227 CPUtime=3.69 cores=1,3,5,7
/proc/9012/task/9075/stat : 9075 (java) S 9009 9012 8623 0 -1 1077944384 9518 13137 0 0 359 2 6 2 20 0 15 0 406931150 11109400576 145932 33554432000 4194304 4196468 140731012011664 139778716797168 139779192339074 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13234176 140731012012789 140731012015301 140731012015301 140731012018127 0
[pid=9012/tid=9076] ppid=9009 vsize=10849024 memory=-3252517613198930781 CPUtime=3 cores=1,3,5,7
/proc/9012/task/9076/stat : 9076 (java) S 9009 9012 8623 0 -1 1077944384 15338 13137 0 0 289 3 6 2 20 0 15 0 406931150 11109400576 145932 33554432000 4194304 4196468 140731012011664 139778715744368 139779192339074 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13234176 140731012012789 140731012015301 140731012015301 140731012018127 0
[pid=9012/tid=9077] ppid=9009 vsize=10849024 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/9012/task/9077/stat : 9077 (java) S 9009 9012 8623 0 -1 1077944384 3 13137 0 0 0 0 6 2 20 0 15 0 406931150 11109400576 145932 33554432000 4194304 4196468 140731012011664 139777428941024 139779192338133 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13234176 140731012012789 140731012015301 140731012015301 140731012018127 0
[pid=9012/tid=9078] ppid=9009 vsize=10849024 memory=-5587046532246807594 CPUtime=0.08 cores=1,3,5,7
/proc/9012/task/9078/stat : 9078 (java) S 9009 9012 8623 0 -1 1077944384 38 13137 0 0 0 0 6 2 20 0 15 0 406931150 11109400576 145932 33554432000 4194304 4196468 140731012011664 139778714692784 139779192339074 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13234176 140731012012789 140731012015301 140731012015301 140731012018127 0
Current children cumulated CPU time: 26.84 s
Current children cumulated vsize: 10849024 KiB
Current children cumulated memory: 583728 KiB

[startup+16.5008 s]
/proc/loadavg: 1.70 1.21 1.16 3/227 9081
/proc/meminfo: memFree=23076136/32770624 swapFree=67108848/67108860
[pid=9012] ppid=9009 vsize=10849024 memory=583728 CPUtime=26.95 cores=1,3,5,7
/proc/9012/stat : 9012 (java) S 9009 9012 8623 0 -1 1077944320 73736 13137 0 0 2654 33 6 2 20 0 15 0 406931135 11109400576 145932 33554432000 4194304 4196468 140731012011664 140731011994208 139779192327927 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 13234176 140731012012789 140731012015301 140731012015301 140731012018127 0
/proc/9012/statm: 2712256 145932 3622 1 0 2674317 0
[pid=9012/tid=9065] ppid=9009 vsize=10849024 memory=544704 CPUtime=16.3 cores=1,3,5,7
/proc/9012/task/9065/stat : 9065 (java) R 9009 9012 8623 0 -1 4202560 26904 13137 0 0 1608 14 6 2 20 0 15 0 406931144 11109400576 145932 33554432000 4194304 4196468 140731012011664 139779164160264 139779171405393 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 13234176 140731012012789 140731012015301 140731012015301 140731012018127 0
[pid=9012/tid=9066] ppid=9009 vsize=10849024 memory=583728 CPUtime=0.15 cores=1,3,5,7
/proc/9012/task/9066/stat : 9066 (java) S 9009 9012 8623 0 -1 1077944384 1105 13137 0 0 6 1 6 2 20 0 15 0 406931145 11109400576 145932 33554432000 4194304 4196468 140731012011664 139779196570256 139779192338133 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13234176 140731012012789 140731012015301 140731012015301 140731012018127 0
[pid=9012/tid=9067] ppid=9009 vsize=10849024 memory=10813 CPUtime=0.15 cores=1,3,5,7
/proc/9012/task/9067/stat : 9067 (java) S 9009 9012 8623 0 -1 1077944384 394 13137 0 0 5 2 6 2 20 0 15 0 406931145 11109400576 145932 33554432000 4194304 4196468 140731012011664 139779111389712 139779192338133 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13234176 140731012012789 140731012015301 140731012015301 140731012018127 0
[pid=9012/tid=9068] ppid=9009 vsize=10849024 memory=280059919960704 CPUtime=0.16 cores=1,3,5,7
/proc/9012/task/9068/stat : 9068 (java) S 9009 9012 8623 0 -1 1077944384 755 13137 0 0 6 2 6 2 20 0 15 0 406931145 11109400576 145932 33554432000 4194304 4196468 140731012011664 139779110336912 139779192338133 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13234176 140731012012789 140731012015301 140731012015301 140731012018127 0
[pid=9012/tid=9069] ppid=9009 vsize=10849024 memory=-7094144239359796412 CPUtime=0.16 cores=1,3,5,7
/proc/9012/task/9069/stat : 9069 (java) S 9009 9012 8623 0 -1 1077944384 684 13137 0 0 6 2 6 2 20 0 15 0 406931145 11109400576 145932 33554432000 4194304 4196468 140731012011664 139779109284112 139779192338133 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13234176 140731012012789 140731012015301 140731012015301 140731012018127 0
[pid=9012/tid=9070] ppid=9009 vsize=10849024 memory=3924 CPUtime=0.13 cores=1,3,5,7
/proc/9012/task/9070/stat : 9070 (java) S 9009 9012 8623 0 -1 1077944384 3960 13137 0 0 5 0 6 2 20 0 15 0 406931147 11109400576 145932 33554432000 4194304 4196468 140731012011664 139778718903152 139779192339074 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13234176 140731012012789 140731012015301 140731012015301 140731012018127 0
[pid=9012/tid=9071] ppid=9009 vsize=10849024 memory=38024 CPUtime=0.08 cores=1,3,5,7
/proc/9012/task/9071/stat : 9071 (java) S 9009 9012 8623 0 -1 1077944384 15 13137 0 0 0 0 6 2 20 0 15 0 406931147 11109400576 145932 33554432000 4194304 4196468 140731012011664 139778636900000 139779192338133 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13234176 140731012012789 140731012015301 140731012015301 140731012018127 0
[pid=9012/tid=9072] ppid=9009 vsize=10849024 memory=140029960152656 CPUtime=0.08 cores=1,3,5,7
/proc/9012/task/9072/stat : 9072 (java) S 9009 9012 8623 0 -1 1077944384 1 13137 0 0 0 0 6 2 20 0 15 0 406931147 11109400576 145932 33554432000 4194304 4196468 140731012011664 139778502681984 139779192338133 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13234176 140731012012789 140731012015301 140731012015301 140731012018127 0
[pid=9012/tid=9073] ppid=9009 vsize=10849024 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/9012/task/9073/stat : 9073 (java) S 9009 9012 8623 0 -1 1077944384 2 13137 0 0 0 0 6 2 20 0 15 0 406931150 11109400576 145932 33554432000 4194304 4196468 140731012011664 139777898703184 139779192346523 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13234176 140731012012789 140731012015301 140731012015301 140731012018127 0
[pid=9012/tid=9074] ppid=9009 vsize=10849024 memory=561148 CPUtime=3.74 cores=1,3,5,7
/proc/9012/task/9074/stat : 9074 (java) S 9009 9012 8623 0 -1 1077944384 12812 13137 0 0 363 3 6 2 20 0 15 0 406931150 11109400576 145932 33554432000 4194304 4196468 140731012011664 139778717849968 139779192339074 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 13234176 140731012012789 140731012015301 140731012015301 140731012018127 0
[pid=9012/tid=9075] ppid=9009 vsize=10849024 memory=8 CPUtime=3.69 cores=1,3,5,7
/proc/9012/task/9075/stat : 9075 (java) S 9009 9012 8623 0 -1 1077944384 9518 13137 0 0 359 2 6 2 20 0 15 0 406931150 11109400576 145932 33554432000 4194304 4196468 140731012011664 139778716797168 139779192339074 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 13234176 140731012012789 140731012015301 140731012015301 140731012018127 0
[pid=9012/tid=9076] ppid=9009 vsize=10849024 memory=0 CPUtime=3 cores=1,3,5,7
/proc/9012/task/9076/stat : 9076 (java) S 9009 9012 8623 0 -1 1077944384 15339 13137 0 0 289 3 6 2 20 0 15 0 406931150 11109400576 145932 33554432000 4194304 4196468 140731012011664 139778715744368 139779192339074 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13234176 140731012012789 140731012015301 140731012015301 140731012018127 0
[pid=9012/tid=9077] ppid=9009 vsize=10849024 memory=358 CPUtime=0.08 cores=1,3,5,7
/proc/9012/task/9077/stat : 9077 (java) S 9009 9012 8623 0 -1 1077944384 3 13137 0 0 0 0 6 2 20 0 15 0 406931150 11109400576 145932 33554432000 4194304 4196468 140731012011664 139777428941024 139779192338133 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 13234176 140731012012789 140731012015301 140731012015301 140731012018127 0
[pid=9012/tid=9078] ppid=9009 vsize=10849024 memory=348 CPUtime=0.08 cores=1,3,5,7
/proc/9012/task/9078/stat : 9078 (java) S 9009 9012 8623 0 -1 1077944384 38 13137 0 0 0 0 6 2 20 0 15 0 406931150 11109400576 145932 33554432000 4194304 4196468 140731012011664 139778714692784 139779192339074 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 13234176 140731012012789 140731012015301 140731012015301 140731012018127 0
Current children cumulated CPU time: 26.95 s
Current children cumulated vsize: 10849024 KiB
Current children cumulated memory: 583728 KiB

Child status: 0
Real time (s): 16.5353
CPU time (s): 27.007
CPU user time (s): 26.633
CPU system time (s): 0.37393
CPU usage (%): 163.329
Max. virtual memory (cumulated for all children) (KiB): 10853196
Max. memory (cumulated for all children) (KiB): 583728

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 26.633
system time used= 0.37393
maximum resident set size= 585824
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 87362
page faults= 0
swaps= 0
block input operations= 0
block output operations= 184
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 10384
involuntary context switches= 90


# summary of solver processes directly reported to runsolver:
#   pid: 9012
#   total CPU time (s): 27.007
#   total CPU user time (s): 26.633
#   total CPU system time (s): 0.37393

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.120366 second user time and 0.205169 second system time

The end

Launcher Data

Begin job on node143 at 2019-09-12 19:38:17
IDJOB=4392050
IDBENCH=123040
IDSOLVER=2837
FILE ID=node143/4392050-1568309937
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-chr15c.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4392050-1568309937/watcher-4392050-1568309937 -o /tmp/evaluation-result-4392050-1568309937/solver-4392050-1568309937 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node143-1568309802-8655 --watchdog 2560  bin/xcsp-3-concrete -J-Xss32M -randomseed=1991631675 HOME/instance-4392050-1568309937.xml

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

MD5SUM BENCH= ce755c39cb9d6ddef8bea85f09074509
RANDOM SEED=1991631675

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:        23647964 kB
MemAvailable:   31126564 kB
Buffers:          145808 kB
Cached:          7620764 kB
SwapCached:            8 kB
Active:          2830292 kB
Inactive:        5619380 kB
Active(anon):     637956 kB
Inactive(anon):   144520 kB
Active(file):    2192336 kB
Inactive(file):  5474860 kB
Unevictable:      107780 kB
Mlocked:          107780 kB
SwapTotal:      67108860 kB
SwapFree:       67108848 kB
Dirty:             34676 kB
Writeback:             8 kB
AnonPages:        790748 kB
Mapped:            60692 kB
Shmem:             90756 kB
Slab:             268608 kB
SReclaimable:     239864 kB
SUnreclaim:        28744 kB
KernelStack:        3712 kB
PageTables:         7048 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1889168 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    563200 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:38:33