Trace number 4396472

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Concrete 3.12.2OPT55 171.797 162.298

General information on the benchmark

NameGolombRuler/GolombRuler-a3-s1/
GolombRuler-10-a3.xml
MD5SUM1a91370fd3edda64a19224a97cd9d854
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark55
Best CPU time to get the best result obtained on this benchmark16.0207
Satisfiable
(Un)Satisfiability was proved
Number of variables110
Number of constraints48
Number of domains2
Minimum domain size500
Maximum domain size501
Distribution of domain sizes[{"size":500,"count":45},{"size":501,"count":10}]
Minimum variable degree0
Maximum variable degree11
Distribution of variable degrees[{"degree":0,"count":55},{"degree":2,"count":45},{"degree":10,"count":8},{"degree":11,"count":2}]
Minimum constraint arity1
Maximum constraint arity45
Distribution of constraint arities[{"arity":1,"count":1},{"arity":3,"count":45},{"arity":10,"count":1},{"arity":45,"count":1}]
Number of extensional constraints0
Number of intensional constraints46
Distribution of constraint types[{"type":"intension","count":46},{"type":"allDifferent","count":1},{"type":"ordered","count":1}]
Optimization problemYES
Type of objectivemin VAR

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.77/0.55	c Concrete v3.12.2.1568380929293 running
7.38/3.36	o 85
7.38/3.38	o 78
8.06/3.51	o 76
8.06/3.53	o 72
8.06/3.55	o 71
10.87/4.59	o 70
11.04/4.66	o 63
11.29/4.82	o 62
13.76/6.78	o 61
14.31/7.21	o 60
101.84/93.27	o 59
120.04/111.23	o 58
120.86/112.10	o 55
171.67/162.28	v <instantiation
171.67/162.28	v         cost = '55'>
171.67/162.28	v       <list>
171.67/162.28	v         x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] y[0][1] y[0][2] y[0][3] y[0][4] y[0][5] y[0][6] y[0][7] y[0][8] y[0][9] y[1][2] y[1][3] y[1][4] y[1][5] y[1][6] y[1][7] y[1][8] y[1][9] y[2][3] y[2][4] y[2][5] y[2][6] y[2][7] y[2][8] y[2][9] y[3][4] y[3][5] y[3][6] y[3][7] y[3][8] y[3][9] y[4][5] y[4][6] y[4][7] y[4][8] y[4][9] y[5][6] y[5][7] y[5][8] y[5][9] y[6][7] y[6][8] y[6][9] y[7][8] y[7][9] y[8][9]
171.67/162.28	v       </list>
171.67/162.28	v       <values>
171.67/162.28	v         0 2 14 21 29 32 45 49 54 55 2 14 21 29 32 45 49 54 55 12 19 27 30 43 47 52 53 7 15 18 31 35 40 41 8 11 24 28 33 34 3 16 20 25 26 13 17 22 23 4 9 10 5 6 1
171.67/162.28	v       </values>
171.67/162.28	v     </instantiation>
171.67/162.28	s OPTIMUM FOUND

Verifier Data

OK	55

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4396472-1568398835/watcher-4396472-1568398835 -o /tmp/evaluation-result-4396472-1568398835/solver-4396472-1568398835 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node147-1568394074-6200 --watchdog 2560 bin/xcsp-3-concrete -J-Xss32M -randomseed=1670581272 HOME/instance-4396472-1568398835.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=7259, runsolver pid=7256
Current StackSize limit: 8192 KiB


[startup+0.100066 s]*
/proc/loadavg: 1.40 1.42 1.42 5/218 7316
/proc/meminfo: memFree=26502204/32770624 swapFree=66957012/67108860
[pid=7259] ppid=7256 vsize=9972712 memory=17080 CPUtime=0.09 cores=1,3,5,7
/proc/7259/stat : 7259 (java) S 7256 7259 3758 0 -1 1077944320 4517 13238 0 0 1 1 5 2 20 0 6 0 415797401 10212057088 4270 33554432000 4194304 4196468 140733117220752 140733117203296 140191452106487 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 29569024 140733117225711 140733117228229 140733117228229 140733117231055 0
/proc/7259/statm: 2493178 4270 1935 1 0 2481616 0
[pid=7259/tid=7312] ppid=7256 vsize=9972712 memory=-8458449238936043463 CPUtime=0.08 cores=1,3,5,7
/proc/7259/task/7312/stat : 7312 (java) R 7256 7259 3758 0 -1 4202560 2334 13238 0 0 1 0 5 2 20 0 6 0 415797410 10212057088 4270 33554432000 4194304 4196468 140733117220752 140191423943248 140733117278422 0 4 0 16784584 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 29569024 140733117225711 140733117228229 140733117228229 140733117231055 0
[pid=7259/tid=7313] ppid=7256 vsize=9972712 memory=8257237230052613020 CPUtime=0.07 cores=1,3,5,7
/proc/7259/task/7313/stat : 7313 (java) S 7256 7259 3758 0 -1 1077944384 1 13238 0 0 0 0 5 2 20 0 6 0 415797411 10212057088 4336 33554432000 4194304 4196468 140733117220752 140191456348944 140191452116693 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29569024 140733117225711 140733117228229 140733117228229 140733117231055 0
[pid=7259/tid=7314] ppid=7256 vsize=9972712 memory=139690392082048 CPUtime=0.07 cores=1,3,5,7
/proc/7259/task/7314/stat : 7314 (java) S 7256 7259 3758 0 -1 1077944384 2 13238 0 0 0 0 5 2 20 0 6 0 415797411 10212057088 4336 33554432000 4194304 4196468 140733117220752 140191360551824 140191452116693 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29569024 140733117225711 140733117228229 140733117228229 140733117231055 0
[pid=7259/tid=7315] ppid=7256 vsize=9972712 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/7259/task/7315/stat : 7315 (java) S 7256 7259 3758 0 -1 1077944384 1 13238 0 0 0 0 5 2 20 0 6 0 415797411 10212057088 4336 33554432000 4194304 4196468 140733117220752 140191359499280 140191452116693 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29569024 140733117225711 140733117228229 140733117228229 140733117231055 0
[pid=7259/tid=7316] ppid=7256 vsize=9972712 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/7259/task/7316/stat : 7316 (java) S 7256 7259 3758 0 -1 1077944384 2 13238 0 0 0 0 5 2 20 0 6 0 415797411 10212057088 4336 33554432000 4194304 4196468 140733117220752 140191358446736 140191452116693 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29569024 140733117225711 140733117228229 140733117228229 140733117231055 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 17080 KiB

[startup+0.219599 s]*
/proc/loadavg: 1.40 1.42 1.42 8/227 7325
/proc/meminfo: memFree=26483468/32770624 swapFree=66957012/67108860
[pid=7259] ppid=7256 vsize=10820148 memory=42528 CPUtime=0.27 cores=1,3,5,7
/proc/7259/stat : 7259 (java) S 7256 7259 3758 0 -1 1077944320 7430 13238 0 0 18 2 5 2 20 0 15 0 415797401 11079831552 10632 33554432000 4194304 4196468 140733117220752 140733117203296 140191452106487 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 29569024 140733117225711 140733117228229 140733117228229 140733117231055 0
/proc/7259/statm: 2705037 10632 3285 1 0 2667149 0
[pid=7259/tid=7312] ppid=7256 vsize=10820148 memory=7022364594140610616 CPUtime=0.19 cores=1,3,5,7
/proc/7259/task/7312/stat : 7312 (java) R 7256 7259 3758 0 -1 4202560 3932 13238 0 0 11 1 5 2 20 0 15 0 415797410 11079831552 10654 33554432000 4194304 4196468 140733117220752 140191423942536 140191452128413 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 29569024 140733117225711 140733117228229 140733117228229 140733117231055 0
[pid=7259/tid=7313] ppid=7256 vsize=10820148 memory=339 CPUtime=0.07 cores=1,3,5,7
/proc/7259/task/7313/stat : 7313 (java) S 7256 7259 3758 0 -1 1077944384 1 13238 0 0 0 0 5 2 20 0 15 0 415797411 11079831552 10654 33554432000 4194304 4196468 140733117220752 140191456348944 140191452116693 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29569024 140733117225711 140733117228229 140733117228229 140733117231055 0
[pid=7259/tid=7314] ppid=7256 vsize=10820148 memory=139690392089560 CPUtime=0.07 cores=1,3,5,7
/proc/7259/task/7314/stat : 7314 (java) S 7256 7259 3758 0 -1 1077944384 2 13238 0 0 0 0 5 2 20 0 15 0 415797411 11079831552 10654 33554432000 4194304 4196468 140733117220752 140191360551824 140191452116693 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29569024 140733117225711 140733117228229 140733117228229 140733117231055 0
[pid=7259/tid=7315] ppid=7256 vsize=10820148 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/7259/task/7315/stat : 7315 (java) S 7256 7259 3758 0 -1 1077944384 1 13238 0 0 0 0 5 2 20 0 15 0 415797411 11079831552 10654 33554432000 4194304 4196468 140733117220752 140191359499280 140191452116693 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29569024 140733117225711 140733117228229 140733117228229 140733117231055 0
[pid=7259/tid=7316] ppid=7256 vsize=10820148 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/7259/task/7316/stat : 7316 (java) S 7256 7259 3758 0 -1 1077944384 2 13238 0 0 0 0 5 2 20 0 15 0 415797411 11079831552 10654 33554432000 4194304 4196468 140733117220752 140191358446736 140191452116693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29569024 140733117225711 140733117228229 140733117228229 140733117231055 0
[pid=7259/tid=7317] ppid=7256 vsize=10820148 memory=139690392082048 CPUtime=0.07 cores=1,3,5,7
/proc/7259/task/7317/stat : 7317 (java) S 7256 7259 3758 0 -1 1077944384 2 13238 0 0 0 0 5 2 20 0 15 0 415797412 11079831552 10654 33554432000 4194304 4196468 140733117220752 140190911449072 140191452117634 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29569024 140733117225711 140733117228229 140733117228229 140733117231055 0
[pid=7259/tid=7318] ppid=7256 vsize=10820148 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/7259/task/7318/stat : 7318 (java) S 7256 7259 3758 0 -1 1077944384 13 13238 0 0 0 0 5 2 20 0 15 0 415797413 11079831552 10654 33554432000 4194304 4196468 140733117220752 140190819541920 140191452116693 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29569024 140733117225711 140733117228229 140733117228229 140733117231055 0
[pid=7259/tid=7319] ppid=7256 vsize=10820148 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/7259/task/7319/stat : 7319 (java) S 7256 7259 3758 0 -1 1077944384 1 13238 0 0 0 0 5 2 20 0 15 0 415797413 11079831552 10654 33554432000 4194304 4196468 140733117220752 140190215562224 140191452116693 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29569024 140733117225711 140733117228229 140733117228229 140733117231055 0
[pid=7259/tid=7320] ppid=7256 vsize=10820148 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/7259/task/7320/stat : 7320 (java) S 7256 7259 3758 0 -1 1077944384 3 13238 0 0 0 0 5 2 20 0 15 0 415797415 11079831552 10654 33554432000 4194304 4196468 140733117220752 140189975271632 140191452125083 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29569024 140733117225711 140733117228229 140733117228229 140733117231055 0
[pid=7259/tid=7321] ppid=7256 vsize=10820148 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/7259/task/7321/stat : 7321 (java) R 7256 7259 3758 0 -1 1077944384 477 13238 0 0 1 0 5 2 20 0 15 0 415797415 11079831552 10654 33554432000 4194304 4196468 140733117220752 140190910396912 140191452117634 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 29569024 140733117225711 140733117228229 140733117228229 140733117231055 0
[pid=7259/tid=7322] ppid=7256 vsize=10820148 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/7259/task/7322/stat : 7322 (java) S 7256 7259 3758 0 -1 1077944384 193 13238 0 0 1 0 5 2 20 0 15 0 415797415 11079831552 10654 33554432000 4194304 4196468 140733117220752 140190909344368 140191452117634 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29569024 140733117225711 140733117228229 140733117228229 140733117231055 0
[pid=7259/tid=7323] ppid=7256 vsize=10820148 memory=139690392082048 CPUtime=0.1 cores=1,3,5,7
/proc/7259/task/7323/stat : 7323 (java) S 7256 7259 3758 0 -1 1077944384 608 13238 0 0 3 0 5 2 20 0 15 0 415797415 11079831552 10654 33554432000 4194304 4196468 140733117220752 140190908291824 140191452117634 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29569024 140733117225711 140733117228229 140733117228229 140733117231055 0
[pid=7259/tid=7324] ppid=7256 vsize=10820148 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/7259/task/7324/stat : 7324 (java) S 7256 7259 3758 0 -1 1077944384 3 13238 0 0 0 0 5 2 20 0 15 0 415797416 11079831552 10654 33554432000 4194304 4196468 140733117220752 140189941714016 140191452116693 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29569024 140733117225711 140733117228229 140733117228229 140733117231055 0
[pid=7259/tid=7325] ppid=7256 vsize=10820148 memory=139690392082048 CPUtime=0.07 cores=1,3,5,7
/proc/7259/task/7325/stat : 7325 (java) S 7256 7259 3758 0 -1 1077944384 1 13238 0 0 0 0 5 2 20 0 15 0 415797416 11079831552 10654 33554432000 4194304 4196468 140733117220752 140190907238704 140191452117634 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29569024 140733117225711 140733117228229 140733117228229 140733117231055 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 10820148 KiB
Current children cumulated memory: 42528 KiB

[startup+0.310421 s]*
/proc/loadavg: 1.40 1.42 1.42 5/227 7325
/proc/meminfo: memFree=26465124/32770624 swapFree=66957012/67108860
[pid=7259] ppid=7256 vsize=10820148 memory=50536 CPUtime=0.39 cores=1,3,5,7
/proc/7259/stat : 7259 (java) S 7256 7259 3758 0 -1 1077944320 10879 13238 0 0 28 4 5 2 20 0 15 0 415797401 11079831552 12634 33554432000 4194304 4196468 140733117220752 140733117203296 140191452106487 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 29569024 140733117225711 140733117228229 140733117228229 140733117231055 0
/proc/7259/statm: 2705037 12634 3296 1 0 2667149 0
[pid=7259/tid=7312] ppid=7256 vsize=10820148 memory=8112282956445269571 CPUtime=0.28 cores=1,3,5,7
/proc/7259/task/7312/stat : 7312 (java) R 7256 7259 3758 0 -1 4202560 7356 13238 0 0 18 3 5 2 20 0 15 0 415797410 11079831552 12634 33554432000 4194304 4196468 140733117220752 140191423906400 140191436186974 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 29569024 140733117225711 140733117228229 140733117228229 140733117231055 0
[pid=7259/tid=7313] ppid=7256 vsize=10820148 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/7259/task/7313/stat : 7313 (java) S 7256 7259 3758 0 -1 1077944384 1 13238 0 0 0 0 5 2 20 0 15 0 415797411 11079831552 12634 33554432000 4194304 4196468 140733117220752 140191456348944 140191452116693 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29569024 140733117225711 140733117228229 140733117228229 140733117231055 0
[pid=7259/tid=7314] ppid=7256 vsize=10820148 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/7259/task/7314/stat : 7314 (java) S 7256 7259 3758 0 -1 1077944384 2 13238 0 0 0 0 5 2 20 0 15 0 415797411 11079831552 12634 33554432000 4194304 4196468 140733117220752 140191360551824 140191452116693 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29569024 140733117225711 140733117228229 140733117228229 140733117231055 0
[pid=7259/tid=7315] ppid=7256 vsize=10820148 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/7259/task/7315/stat : 7315 (java) S 7256 7259 3758 0 -1 1077944384 1 13238 0 0 0 0 5 2 20 0 15 0 415797411 11079831552 12634 33554432000 4194304 4196468 140733117220752 140191359499280 140191452116693 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29569024 140733117225711 140733117228229 140733117228229 140733117231055 0
[pid=7259/tid=7316] ppid=7256 vsize=10820148 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/7259/task/7316/stat : 7316 (java) S 7256 7259 3758 0 -1 1077944384 2 13238 0 0 0 0 5 2 20 0 15 0 415797411 11079831552 12634 33554432000 4194304 4196468 140733117220752 140191358446736 140191452116693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29569024 140733117225711 140733117228229 140733117228229 140733117231055 0
[pid=7259/tid=7317] ppid=7256 vsize=10820148 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/7259/task/7317/stat : 7317 (java) S 7256 7259 3758 0 -1 1077944384 2 13238 0 0 0 0 5 2 20 0 15 0 415797412 11079831552 12634 33554432000 4194304 4196468 140733117220752 140190911449072 140191452117634 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29569024 140733117225711 140733117228229 140733117228229 140733117231055 0
[pid=7259/tid=7318] ppid=7256 vsize=10820148 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/7259/task/7318/stat : 7318 (java) S 7256 7259 3758 0 -1 1077944384 13 13238 0 0 0 0 5 2 20 0 15 0 415797413 11079831552 12634 33554432000 4194304 4196468 140733117220752 140190819541920 140191452116693 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29569024 140733117225711 140733117228229 140733117228229 140733117231055 0
[pid=7259/tid=7319] ppid=7256 vsize=10820148 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/7259/task/7319/stat : 7319 (java) S 7256 7259 3758 0 -1 1077944384 1 13238 0 0 0 0 5 2 20 0 15 0 415797413 11079831552 12634 33554432000 4194304 4196468 140733117220752 140190215562224 140191452116693 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29569024 140733117225711 140733117228229 140733117228229 140733117231055 0
[pid=7259/tid=7320] ppid=7256 vsize=10820148 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/7259/task/7320/stat : 7320 (java) S 7256 7259 3758 0 -1 1077944384 3 13238 0 0 0 0 5 2 20 0 15 0 415797415 11079831552 12634 33554432000 4194304 4196468 140733117220752 140189975271632 140191452125083 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29569024 140733117225711 140733117228229 140733117228229 140733117231055 0
[pid=7259/tid=7321] ppid=7256 vsize=10820148 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/7259/task/7321/stat : 7321 (java) S 7256 7259 3758 0 -1 1077944384 478 13238 0 0 1 0 5 2 20 0 15 0 415797415 11079831552 12634 33554432000 4194304 4196468 140733117220752 140190910396912 140191452117634 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29569024 140733117225711 140733117228229 140733117228229 140733117231055 0
[pid=7259/tid=7322] ppid=7256 vsize=10820148 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/7259/task/7322/stat : 7322 (java) S 7256 7259 3758 0 -1 1077944384 193 13238 0 0 2 0 5 2 20 0 15 0 415797415 11079831552 12634 33554432000 4194304 4196468 140733117220752 140190909344368 140191452117634 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29569024 140733117225711 140733117228229 140733117228229 140733117231055 0
[pid=7259/tid=7323] ppid=7256 vsize=10820148 memory=139690392082048 CPUtime=0.12 cores=1,3,5,7
/proc/7259/task/7323/stat : 7323 (java) S 7256 7259 3758 0 -1 1077944384 615 13238 0 0 5 0 5 2 20 0 15 0 415797415 11079831552 12634 33554432000 4194304 4196468 140733117220752 140190908291824 140191452117634 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29569024 140733117225711 140733117228229 140733117228229 140733117231055 0
[pid=7259/tid=7324] ppid=7256 vsize=10820148 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/7259/task/7324/stat : 7324 (java) S 7256 7259 3758 0 -1 1077944384 3 13238 0 0 0 0 5 2 20 0 15 0 415797416 11079831552 12634 33554432000 4194304 4196468 140733117220752 140189941714016 140191452116693 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29569024 140733117225711 140733117228229 140733117228229 140733117231055 0
[pid=7259/tid=7325] ppid=7256 vsize=10820148 memory=139690392082048 CPUtime=0.07 cores=1,3,5,7
/proc/7259/task/7325/stat : 7325 (java) S 7256 7259 3758 0 -1 1077944384 1 13238 0 0 0 0 5 2 20 0 15 0 415797416 11079831552 12634 33554432000 4194304 4196468 140733117220752 140190907238704 140191452117634 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29569024 140733117225711 140733117228229 140733117228229 140733117231055 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 10820148 KiB
Current children cumulated memory: 50536 KiB

[startup+0.706633 s]
/proc/loadavg: 1.40 1.42 1.42 6/227 7325
/proc/meminfo: memFree=26446536/32770624 swapFree=66957012/67108860
[pid=7259] ppid=7256 vsize=10824360 memory=83488 CPUtime=1.15 cores=1,3,5,7
/proc/7259/stat : 7259 (java) S 7256 7259 3758 0 -1 1077944320 15084 13238 0 0 102 6 5 2 20 0 15 0 415797401 11084144640 20872 33554432000 4194304 4196468 140733117220752 140733117203296 140191452106487 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 29569024 140733117225711 140733117228229 140733117228229 140733117231055 0
/proc/7259/statm: 2706090 20872 3511 1 0 2668173 0
[pid=7259/tid=7312] ppid=7256 vsize=10824360 memory=0 CPUtime=0.67 cores=1,3,5,7
/proc/7259/task/7312/stat : 7312 (java) R 7256 7259 3758 0 -1 4202560 10326 13238 0 0 56 4 5 2 20 0 15 0 415797410 11084144640 20872 33554432000 4194304 4196468 140733117220752 140191423933648 140191452128413 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 29569024 140733117225711 140733117228229 140733117228229 140733117231055 0
[pid=7259/tid=7313] ppid=7256 vsize=10824360 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/7259/task/7313/stat : 7313 (java) S 7256 7259 3758 0 -1 1077944384 1 13238 0 0 0 0 5 2 20 0 15 0 415797411 11084144640 20872 33554432000 4194304 4196468 140733117220752 140191456348944 140191452116693 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29569024 140733117225711 140733117228229 140733117228229 140733117231055 0
[pid=7259/tid=7314] ppid=7256 vsize=10824360 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/7259/task/7314/stat : 7314 (java) S 7256 7259 3758 0 -1 1077944384 2 13238 0 0 0 0 5 2 20 0 15 0 415797411 11084144640 20872 33554432000 4194304 4196468 140733117220752 140191360551824 140191452116693 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29569024 140733117225711 140733117228229 140733117228229 140733117231055 0
[pid=7259/tid=7315] ppid=7256 vsize=10824360 memory=32804 CPUtime=0.07 cores=1,3,5,7
/proc/7259/task/7315/stat : 7315 (java) S 7256 7259 3758 0 -1 1077944384 1 13238 0 0 0 0 5 2 20 0 15 0 415797411 11084144640 20872 33554432000 4194304 4196468 140733117220752 140191359499280 140191452116693 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29569024 140733117225711 140733117228229 140733117228229 140733117231055 0
[pid=7259/tid=7316] ppid=7256 vsize=10824360 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/7259/task/7316/stat : 7316 (java) S 7256 7259 3758 0 -1 1077944384 2 13238 0 0 0 0 5 2 20 0 15 0 415797411 11084144640 20872 33554432000 4194304 4196468 140733117220752 140191358446736 140191452116693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29569024 140733117225711 140733117228229 140733117228229 140733117231055 0
[pid=7259/tid=7317] ppid=7256 vsize=10824360 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/7259/task/7317/stat : 7317 (java) S 7256 7259 3758 0 -1 1077944384 6 13238 0 0 0 0 5 2 20 0 15 0 415797412 11084144640 20872 33554432000 4194304 4196468 140733117220752 140190911449072 140191452117634 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29569024 140733117225711 140733117228229 140733117228229 140733117231055 0
[pid=7259/tid=7318] ppid=7256 vsize=10824360 memory=139690254676688 CPUtime=0.07 cores=1,3,5,7
/proc/7259/task/7318/stat : 7318 (java) S 7256 7259 3758 0 -1 1077944384 13 13238 0 0 0 0 5 2 20 0 15 0 415797413 11084144640 20872 33554432000 4194304 4196468 140733117220752 140190819541920 140191452116693 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29569024 140733117225711 140733117228229 140733117228229 140733117231055 0
[pid=7259/tid=7319] ppid=7256 vsize=10824360 memory=139693811302989 CPUtime=0.07 cores=1,3,5,7
/proc/7259/task/7319/stat : 7319 (java) S 7256 7259 3758 0 -1 1077944384 1 13238 0 0 0 0 5 2 20 0 15 0 415797413 11084144640 20872 33554432000 4194304 4196468 140733117220752 140190215562224 140191452116693 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29569024 140733117225711 140733117228229 140733117228229 140733117231055 0
[pid=7259/tid=7320] ppid=7256 vsize=10824360 memory=1096 CPUtime=0.07 cores=1,3,5,7
/proc/7259/task/7320/stat : 7320 (java) S 7256 7259 3758 0 -1 1077944384 3 13238 0 0 0 0 5 2 20 0 15 0 415797415 11084144640 20872 33554432000 4194304 4196468 140733117220752 140189975271632 140191452125083 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29569024 140733117225711 140733117228229 140733117228229 140733117231055 0
[pid=7259/tid=7321] ppid=7256 vsize=10824360 memory=7089886620845893184 CPUtime=0.22 cores=1,3,5,7
/proc/7259/task/7321/stat : 7321 (java) R 7256 7259 3758 0 -1 4202560 947 13238 0 0 15 0 5 2 20 0 15 0 415797415 11084144640 20872 33554432000 4194304 4196468 140733117220752 140190910383008 140191433629402 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 29569024 140733117225711 140733117228229 140733117228229 140733117231055 0
[pid=7259/tid=7322] ppid=7256 vsize=10824360 memory=7739276948478389095 CPUtime=0.19 cores=1,3,5,7
/proc/7259/task/7322/stat : 7322 (java) S 7256 7259 3758 0 -1 1077944384 686 13238 0 0 12 0 5 2 20 0 15 0 415797415 11084144640 20872 33554432000 4194304 4196468 140733117220752 140190909344368 140191452117634 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29569024 140733117225711 140733117228229 140733117228229 140733117231055 0
[pid=7259/tid=7323] ppid=7256 vsize=10824360 memory=6148935659200796009 CPUtime=0.24 cores=1,3,5,7
/proc/7259/task/7323/stat : 7323 (java) R 7256 7259 3758 0 -1 4202560 882 13238 0 0 17 0 5 2 20 0 15 0 415797415 11084144640 20897 33554432000 4194304 4196468 140733117220752 140190908291824 140191444823450 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 29569024 140733117225711 140733117228229 140733117228229 140733117231055 0
[pid=7259/tid=7324] ppid=7256 vsize=10824360 memory=3512 CPUtime=0.07 cores=1,3,5,7
/proc/7259/task/7324/stat : 7324 (java) S 7256 7259 3758 0 -1 1077944384 3 13238 0 0 0 0 5 2 20 0 15 0 415797416 11084144640 20897 33554432000 4194304 4196468 140733117220752 140189941714016 140191452116693 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29569024 140733117225711 140733117228229 140733117228229 140733117231055 0
[pid=7259/tid=7325] ppid=7256 vsize=10824360 memory=2241 CPUtime=0.07 cores=1,3,5,7
/proc/7259/task/7325/stat : 7325 (java) S 7256 7259 3758 0 -1 1077944384 1 13238 0 0 0 0 5 2 20 0 15 0 415797416 11084144640 20897 33554432000 4194304 4196468 140733117220752 140190907238704 140191452117634 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29569024 140733117225711 140733117228229 140733117228229 140733117231055 0
Current children cumulated CPU time: 1.15 s
Current children cumulated vsize: 10824360 KiB
Current children cumulated memory: 83488 KiB

[startup+1.50073 s]
/proc/loadavg: 1.40 1.42 1.42 4/227 7325
/proc/meminfo: memFree=26380840/32770624 swapFree=66957012/67108860
[pid=7259] ppid=7256 vsize=10834676 memory=171396 CPUtime=2.44 cores=1,3,5,7
/proc/7259/stat : 7259 (java) S 7256 7259 3758 0 -1 1077944320 21973 13238 0 0 227 10 5 2 20 0 15 0 415797401 11094708224 42849 33554432000 4194304 4196468 140733117220752 140733117203296 140191452106487 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 29569024 140733117225711 140733117228229 140733117228229 140733117231055 0
/proc/7259/statm: 2708669 42849 3581 1 0 2670733 0
[pid=7259/tid=7312] ppid=7256 vsize=10834676 memory=9174 CPUtime=1.43 cores=1,3,5,7
/proc/7259/task/7312/stat : 7312 (java) R 7256 7259 3758 0 -1 4202560 15236 13238 0 0 130 6 5 2 20 0 15 0 415797410 11094708224 42849 33554432000 4194304 4196468 140733117220752 140191423900976 140191452118422 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 29569024 140733117225711 140733117228229 140733117228229 140733117231055 0
[pid=7259/tid=7313] ppid=7256 vsize=10834676 memory=8112282956445269571 CPUtime=0.08 cores=1,3,5,7
/proc/7259/task/7313/stat : 7313 (java) S 7256 7259 3758 0 -1 1077944384 402 13238 0 0 1 0 5 2 20 0 15 0 415797411 11094708224 42849 33554432000 4194304 4196468 140733117220752 140191456348944 140191452116693 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29569024 140733117225711 140733117228229 140733117228229 140733117231055 0
[pid=7259/tid=7314] ppid=7256 vsize=10834676 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/7259/task/7314/stat : 7314 (java) S 7256 7259 3758 0 -1 1077944384 88 13238 0 0 1 0 5 2 20 0 15 0 415797411 11094708224 42849 33554432000 4194304 4196468 140733117220752 140191360551824 140191452116693 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29569024 140733117225711 140733117228229 140733117228229 140733117231055 0
[pid=7259/tid=7315] ppid=7256 vsize=10834676 memory=12 CPUtime=0.08 cores=1,3,5,7
/proc/7259/task/7315/stat : 7315 (java) S 7256 7259 3758 0 -1 1077944384 22 13238 0 0 1 0 5 2 20 0 15 0 415797411 11094708224 42849 33554432000 4194304 4196468 140733117220752 140191359499280 140191452116693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29569024 140733117225711 140733117228229 140733117228229 140733117231055 0
[pid=7259/tid=7316] ppid=7256 vsize=10834676 memory=83488 CPUtime=0.08 cores=1,3,5,7
/proc/7259/task/7316/stat : 7316 (java) S 7256 7259 3758 0 -1 1077944384 91 13238 0 0 1 0 5 2 20 0 15 0 415797411 11094708224 42849 33554432000 4194304 4196468 140733117220752 140191358446736 140191452116693 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29569024 140733117225711 140733117228229 140733117228229 140733117231055 0
[pid=7259/tid=7317] ppid=7256 vsize=10834676 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/7259/task/7317/stat : 7317 (java) S 7256 7259 3758 0 -1 1077944384 171 13238 0 0 1 0 5 2 20 0 15 0 415797412 11094708224 42849 33554432000 4194304 4196468 140733117220752 140190911449072 140191452117634 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29569024 140733117225711 140733117228229 140733117228229 140733117231055 0
[pid=7259/tid=7318] ppid=7256 vsize=10834676 memory=279380509295088 CPUtime=0.07 cores=1,3,5,7
/proc/7259/task/7318/stat : 7318 (java) S 7256 7259 3758 0 -1 1077944384 14 13238 0 0 0 0 5 2 20 0 15 0 415797413 11094708224 42849 33554432000 4194304 4196468 140733117220752 140190819541984 140191452116693 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29569024 140733117225711 140733117228229 140733117228229 140733117231055 0
[pid=7259/tid=7319] ppid=7256 vsize=10834676 memory=279380509345888 CPUtime=0.07 cores=1,3,5,7
/proc/7259/task/7319/stat : 7319 (java) S 7256 7259 3758 0 -1 1077944384 1 13238 0 0 0 0 5 2 20 0 15 0 415797413 11094708224 42849 33554432000 4194304 4196468 140733117220752 140190215562240 140191452116693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29569024 140733117225711 140733117228229 140733117228229 140733117231055 0
[pid=7259/tid=7320] ppid=7256 vsize=10834676 memory=8112282956445269571 CPUtime=0.07 cores=1,3,5,7
/proc/7259/task/7320/stat : 7320 (java) S 7256 7259 3758 0 -1 1077944384 3 13238 0 0 0 0 5 2 20 0 15 0 415797415 11094708224 42849 33554432000 4194304 4196468 140733117220752 140189975271632 140191452125083 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29569024 140733117225711 140733117228229 140733117228229 140733117231055 0
[pid=7259/tid=7321] ppid=7256 vsize=10834676 memory=6935649255759568960 CPUtime=0.33 cores=1,3,5,7
/proc/7259/task/7321/stat : 7321 (java) S 7256 7259 3758 0 -1 1077944384 1080 13238 0 0 26 0 5 2 20 0 15 0 415797415 11094708224 42849 33554432000 4194304 4196468 140733117220752 140190910396912 140191452117634 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29569024 140733117225711 140733117228229 140733117228229 140733117231055 0
[pid=7259/tid=7322] ppid=7256 vsize=10834676 memory=279380509629312 CPUtime=0.29 cores=1,3,5,7
/proc/7259/task/7322/stat : 7322 (java) S 7256 7259 3758 0 -1 1077944384 882 13238 0 0 22 0 5 2 20 0 15 0 415797415 11094708224 42849 33554432000 4194304 4196468 140733117220752 140190909344368 140191452117634 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29569024 140733117225711 140733117228229 140733117228229 140733117231055 0
[pid=7259/tid=7323] ppid=7256 vsize=10834676 memory=6944656425123290226 CPUtime=0.47 cores=1,3,5,7
/proc/7259/task/7323/stat : 7323 (java) S 7256 7259 3758 0 -1 1077944384 1771 13238 0 0 40 0 5 2 20 0 15 0 415797415 11094708224 42849 33554432000 4194304 4196468 140733117220752 140190908291824 140191452117634 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29569024 140733117225711 140733117228229 140733117228229 140733117231055 0
[pid=7259/tid=7324] ppid=7256 vsize=10834676 memory=-7233780906022716832 CPUtime=0.07 cores=1,3,5,7
/proc/7259/task/7324/stat : 7324 (java) S 7256 7259 3758 0 -1 1077944384 3 13238 0 0 0 0 5 2 20 0 15 0 415797416 11094708224 42849 33554432000 4194304 4196468 140733117220752 140189941714016 140191452116693 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29569024 140733117225711 140733117228229 140733117228229 140733117231055 0
[pid=7259/tid=7325] ppid=7256 vsize=10834676 memory=-7522837583129502606 CPUtime=0.07 cores=1,3,5,7
/proc/7259/task/7325/stat : 7325 (java) S 7256 7259 3758 0 -1 1077944384 1 13238 0 0 0 0 5 2 20 0 15 0 415797416 11094708224 42849 33554432000 4194304 4196468 140733117220752 140190907238704 140191452117634 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29569024 140733117225711 140733117228229 140733117228229 140733117231055 0
Current children cumulated CPU time: 2.44 s
Current children cumulated vsize: 10834676 KiB

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

[pid=7259/tid=7324] ppid=7256 vsize=10846984 memory=14008 CPUtime=0.07 cores=1,3,5,7
/proc/7259/task/7324/stat : 7324 (java) S 7256 7259 3758 0 -1 1077944384 3 13238 0 0 0 0 5 2 20 0 15 0 415797416 11107311616 178060 33554432000 4194304 4196468 140733117220752 140189941714016 140191452116693 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29569024 140733117225711 140733117228229 140733117228229 140733117231055 0
[pid=7259/tid=7325] ppid=7256 vsize=10846984 memory=12040 CPUtime=0.15 cores=1,3,5,7
/proc/7259/task/7325/stat : 7325 (java) S 7256 7259 3758 0 -1 1077944384 668 13238 0 0 4 4 5 2 20 0 15 0 415797416 11107311616 178060 33554432000 4194304 4196468 140733117220752 140190907238704 140191452117634 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29569024 140733117225711 140733117228229 140733117228229 140733117231055 0
Current children cumulated CPU time: 166.2 s
Current children cumulated vsize: 10846984 KiB
Current children cumulated memory: 712240 KiB

[startup+160.002 s]*
/proc/loadavg: 1.38 1.43 1.42 3/228 7346
/proc/meminfo: memFree=25001268/32770624 swapFree=66957012/67108860
[pid=7259] ppid=7256 vsize=10846984 memory=712240 CPUtime=169.45 cores=1,3,5,7
/proc/7259/stat : 7259 (java) S 7256 7259 3758 0 -1 1077944320 94844 13238 0 0 16886 52 5 2 20 0 15 0 415797401 11107311616 178060 33554432000 4194304 4196468 140733117220752 140733117203296 140191452106487 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 29569024 140733117225711 140733117228229 140733117228229 140733117231055 0
/proc/7259/statm: 2711746 178060 3628 1 0 2673805 0
[pid=7259/tid=7312] ppid=7256 vsize=10846984 memory=8112282956445269571 CPUtime=158.89 cores=1,3,5,7
/proc/7259/task/7312/stat : 7312 (java) R 7256 7259 3758 0 -1 4202560 29541 13238 0 0 15865 17 5 2 20 0 15 0 415797410 11107311616 178060 33554432000 4194304 4196468 140733117220752 140191423942592 140191050340536 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 29569024 140733117225711 140733117228229 140733117228229 140733117231055 0
[pid=7259/tid=7313] ppid=7256 vsize=10846984 memory=21444 CPUtime=0.53 cores=1,3,5,7
/proc/7259/task/7313/stat : 7313 (java) S 7256 7259 3758 0 -1 1077944384 2993 13238 0 0 41 5 5 2 20 0 15 0 415797411 11107311616 178060 33554432000 4194304 4196468 140733117220752 140191456348944 140191452116693 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29569024 140733117225711 140733117228229 140733117228229 140733117231055 0
[pid=7259/tid=7314] ppid=7256 vsize=10846984 memory=492 CPUtime=0.53 cores=1,3,5,7
/proc/7259/task/7314/stat : 7314 (java) S 7256 7259 3758 0 -1 1077944384 2151 13238 0 0 41 5 5 2 20 0 15 0 415797411 11107311616 178060 33554432000 4194304 4196468 140733117220752 140191360551824 140191452116693 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29569024 140733117225711 140733117228229 140733117228229 140733117231055 0
[pid=7259/tid=7315] ppid=7256 vsize=10846984 memory=1560 CPUtime=0.52 cores=1,3,5,7
/proc/7259/task/7315/stat : 7315 (java) S 7256 7259 3758 0 -1 1077944384 3456 13238 0 0 40 5 5 2 20 0 15 0 415797411 11107311616 178060 33554432000 4194304 4196468 140733117220752 140191359499280 140191452116693 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29569024 140733117225711 140733117228229 140733117228229 140733117231055 0
[pid=7259/tid=7316] ppid=7256 vsize=10846984 memory=4126316290023845779 CPUtime=0.53 cores=1,3,5,7
/proc/7259/task/7316/stat : 7316 (java) S 7256 7259 3758 0 -1 1077944384 2016 13238 0 0 42 4 5 2 20 0 15 0 415797411 11107311616 178060 33554432000 4194304 4196468 140733117220752 140191358446736 140191452116693 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29569024 140733117225711 140733117228229 140733117228229 140733117231055 0
[pid=7259/tid=7317] ppid=7256 vsize=10846984 memory=1716 CPUtime=0.51 cores=1,3,5,7
/proc/7259/task/7317/stat : 7317 (java) S 7256 7259 3758 0 -1 1077944384 2568 13238 0 0 41 3 5 2 20 0 15 0 415797412 11107311616 178060 33554432000 4194304 4196468 140733117220752 140190911449072 140191452117634 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29569024 140733117225711 140733117228229 140733117228229 140733117231055 0
[pid=7259/tid=7318] ppid=7256 vsize=10846984 memory=6100 CPUtime=0.07 cores=1,3,5,7
/proc/7259/task/7318/stat : 7318 (java) S 7256 7259 3758 0 -1 1077944384 18 13238 0 0 0 0 5 2 20 0 15 0 415797413 11107311616 178060 33554432000 4194304 4196468 140733117220752 140190819542048 140191452116693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29569024 140733117225711 140733117228229 140733117228229 140733117231055 0
[pid=7259/tid=7319] ppid=7256 vsize=10846984 memory=11624 CPUtime=0.07 cores=1,3,5,7
/proc/7259/task/7319/stat : 7319 (java) S 7256 7259 3758 0 -1 1077944384 11 13238 0 0 0 0 5 2 20 0 15 0 415797413 11107311616 178060 33554432000 4194304 4196468 140733117220752 140190215562240 140191452116693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29569024 140733117225711 140733117228229 140733117228229 140733117231055 0
[pid=7259/tid=7320] ppid=7256 vsize=10846984 memory=732 CPUtime=0.07 cores=1,3,5,7
/proc/7259/task/7320/stat : 7320 (java) S 7256 7259 3758 0 -1 1077944384 3 13238 0 0 0 0 5 2 20 0 15 0 415797415 11107311616 178060 33554432000 4194304 4196468 140733117220752 140189975271632 140191452125083 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29569024 140733117225711 140733117228229 140733117228229 140733117231055 0
[pid=7259/tid=7321] ppid=7256 vsize=10846984 memory=712240 CPUtime=3.19 cores=1,3,5,7
/proc/7259/task/7321/stat : 7321 (java) S 7256 7259 3758 0 -1 1077944384 15108 13238 0 0 310 2 5 2 20 0 15 0 415797415 11107311616 178060 33554432000 4194304 4196468 140733117220752 140190910396912 140191452117634 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29569024 140733117225711 140733117228229 140733117228229 140733117231055 0
[pid=7259/tid=7322] ppid=7256 vsize=10846984 memory=1151044 CPUtime=3.41 cores=1,3,5,7
/proc/7259/task/7322/stat : 7322 (java) S 7256 7259 3758 0 -1 1077944384 17438 13238 0 0 332 2 5 2 20 0 15 0 415797415 11107311616 178060 33554432000 4194304 4196468 140733117220752 140190909344368 140191452117634 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29569024 140733117225711 140733117228229 140733117228229 140733117231055 0
[pid=7259/tid=7323] ppid=7256 vsize=10846984 memory=1408 CPUtime=1.71 cores=1,3,5,7
/proc/7259/task/7323/stat : 7323 (java) S 7256 7259 3758 0 -1 1077944384 16660 13238 0 0 161 3 5 2 20 0 15 0 415797415 11107311616 178060 33554432000 4194304 4196468 140733117220752 140190908291824 140191452117634 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29569024 140733117225711 140733117228229 140733117228229 140733117231055 0
[pid=7259/tid=7324] ppid=7256 vsize=10846984 memory=492 CPUtime=0.07 cores=1,3,5,7
/proc/7259/task/7324/stat : 7324 (java) S 7256 7259 3758 0 -1 1077944384 3 13238 0 0 0 0 5 2 20 0 15 0 415797416 11107311616 178060 33554432000 4194304 4196468 140733117220752 140189941714016 140191452116693 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29569024 140733117225711 140733117228229 140733117228229 140733117231055 0
[pid=7259/tid=7325] ppid=7256 vsize=10846984 memory=1560 CPUtime=0.15 cores=1,3,5,7
/proc/7259/task/7325/stat : 7325 (java) S 7256 7259 3758 0 -1 1077944384 668 13238 0 0 4 4 5 2 20 0 15 0 415797416 11107311616 178060 33554432000 4194304 4196468 140733117220752 140190907238704 140191452117634 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29569024 140733117225711 140733117228229 140733117228229 140733117231055 0
Current children cumulated CPU time: 169.45 s
Current children cumulated vsize: 10846984 KiB
Current children cumulated memory: 712240 KiB

[startup+161.602 s]
/proc/loadavg: 1.38 1.43 1.42 3/228 7346
/proc/meminfo: memFree=25000708/32770624 swapFree=66957012/67108860
[pid=7259] ppid=7256 vsize=10846984 memory=714288 CPUtime=171.06 cores=1,3,5,7
/proc/7259/stat : 7259 (java) S 7256 7259 3758 0 -1 1077944320 94867 13238 0 0 17047 52 5 2 20 0 15 0 415797401 11107311616 178572 33554432000 4194304 4196468 140733117220752 140733117203296 140191452106487 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 29569024 140733117225711 140733117228229 140733117228229 140733117231055 0
/proc/7259/statm: 2711746 178572 3628 1 0 2673805 0
[pid=7259/tid=7312] ppid=7256 vsize=10846984 memory=1096 CPUtime=160.46 cores=1,3,5,7
/proc/7259/task/7312/stat : 7312 (java) R 7256 7259 3758 0 -1 4202560 29551 13238 0 0 16022 17 5 2 20 0 15 0 415797410 11107311616 178572 33554432000 4194304 4196468 140733117220752 140191423942208 140191051248358 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 29569024 140733117225711 140733117228229 140733117228229 140733117231055 0
[pid=7259/tid=7313] ppid=7256 vsize=10846984 memory=2828 CPUtime=0.53 cores=1,3,5,7
/proc/7259/task/7313/stat : 7313 (java) S 7256 7259 3758 0 -1 1077944384 2994 13238 0 0 41 5 5 2 20 0 15 0 415797411 11107311616 178572 33554432000 4194304 4196468 140733117220752 140191456348944 140191452116693 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29569024 140733117225711 140733117228229 140733117228229 140733117231055 0
[pid=7259/tid=7314] ppid=7256 vsize=10846984 memory=8112282956445269571 CPUtime=0.54 cores=1,3,5,7
/proc/7259/task/7314/stat : 7314 (java) S 7256 7259 3758 0 -1 1077944384 2153 13238 0 0 42 5 5 2 20 0 15 0 415797411 11107311616 178572 33554432000 4194304 4196468 140733117220752 140191360551824 140191452116693 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29569024 140733117225711 140733117228229 140733117228229 140733117231055 0
[pid=7259/tid=7315] ppid=7256 vsize=10846984 memory=11624 CPUtime=0.53 cores=1,3,5,7
/proc/7259/task/7315/stat : 7315 (java) S 7256 7259 3758 0 -1 1077944384 3459 13238 0 0 41 5 5 2 20 0 15 0 415797411 11107311616 178572 33554432000 4194304 4196468 140733117220752 140191359499280 140191452116693 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29569024 140733117225711 140733117228229 140733117228229 140733117231055 0
[pid=7259/tid=7316] ppid=7256 vsize=10846984 memory=732 CPUtime=0.54 cores=1,3,5,7
/proc/7259/task/7316/stat : 7316 (java) S 7256 7259 3758 0 -1 1077944384 2020 13238 0 0 43 4 5 2 20 0 15 0 415797411 11107311616 178572 33554432000 4194304 4196468 140733117220752 140191358446736 140191452116693 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29569024 140733117225711 140733117228229 140733117228229 140733117231055 0
[pid=7259/tid=7317] ppid=7256 vsize=10846984 memory=776 CPUtime=0.53 cores=1,3,5,7
/proc/7259/task/7317/stat : 7317 (java) S 7256 7259 3758 0 -1 1077944384 2571 13238 0 0 42 4 5 2 20 0 15 0 415797412 11107311616 178572 33554432000 4194304 4196468 140733117220752 140190911449072 140191452117634 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29569024 140733117225711 140733117228229 140733117228229 140733117231055 0
[pid=7259/tid=7318] ppid=7256 vsize=10846984 memory=1560 CPUtime=0.07 cores=1,3,5,7
/proc/7259/task/7318/stat : 7318 (java) S 7256 7259 3758 0 -1 1077944384 18 13238 0 0 0 0 5 2 20 0 15 0 415797413 11107311616 178572 33554432000 4194304 4196468 140733117220752 140190819542048 140191452116693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29569024 140733117225711 140733117228229 140733117228229 140733117231055 0
[pid=7259/tid=7319] ppid=7256 vsize=10846984 memory=3512 CPUtime=0.07 cores=1,3,5,7
/proc/7259/task/7319/stat : 7319 (java) S 7256 7259 3758 0 -1 1077944384 11 13238 0 0 0 0 5 2 20 0 15 0 415797413 11107311616 178572 33554432000 4194304 4196468 140733117220752 140190215562240 140191452116693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29569024 140733117225711 140733117228229 140733117228229 140733117231055 0
[pid=7259/tid=7320] ppid=7256 vsize=10846984 memory=40032 CPUtime=0.07 cores=1,3,5,7
/proc/7259/task/7320/stat : 7320 (java) S 7256 7259 3758 0 -1 1077944384 3 13238 0 0 0 0 5 2 20 0 15 0 415797415 11107311616 178572 33554432000 4194304 4196468 140733117220752 140189975271632 140191452125083 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29569024 140733117225711 140733117228229 140733117228229 140733117231055 0
[pid=7259/tid=7321] ppid=7256 vsize=10846984 memory=2020 CPUtime=3.19 cores=1,3,5,7
/proc/7259/task/7321/stat : 7321 (java) S 7256 7259 3758 0 -1 1077944384 15108 13238 0 0 310 2 5 2 20 0 15 0 415797415 11107311616 178572 33554432000 4194304 4196468 140733117220752 140190910396912 140191452117634 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29569024 140733117225711 140733117228229 140733117228229 140733117231055 0
[pid=7259/tid=7322] ppid=7256 vsize=10846984 memory=988 CPUtime=3.41 cores=1,3,5,7
/proc/7259/task/7322/stat : 7322 (java) S 7256 7259 3758 0 -1 1077944384 17438 13238 0 0 332 2 5 2 20 0 15 0 415797415 11107311616 178572 33554432000 4194304 4196468 140733117220752 140190909344368 140191452117634 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29569024 140733117225711 140733117228229 140733117228229 140733117231055 0
[pid=7259/tid=7323] ppid=7256 vsize=10846984 memory=1368 CPUtime=1.71 cores=1,3,5,7
/proc/7259/task/7323/stat : 7323 (java) S 7256 7259 3758 0 -1 1077944384 16660 13238 0 0 161 3 5 2 20 0 15 0 415797415 11107311616 178572 33554432000 4194304 4196468 140733117220752 140190908291824 140191452117634 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29569024 140733117225711 140733117228229 140733117228229 140733117231055 0
[pid=7259/tid=7324] ppid=7256 vsize=10846984 memory=1056 CPUtime=0.07 cores=1,3,5,7
/proc/7259/task/7324/stat : 7324 (java) S 7256 7259 3758 0 -1 1077944384 3 13238 0 0 0 0 5 2 20 0 15 0 415797416 11107311616 178572 33554432000 4194304 4196468 140733117220752 140189941714016 140191452116693 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29569024 140733117225711 140733117228229 140733117228229 140733117231055 0
[pid=7259/tid=7325] ppid=7256 vsize=10846984 memory=1716 CPUtime=0.15 cores=1,3,5,7
/proc/7259/task/7325/stat : 7325 (java) S 7256 7259 3758 0 -1 1077944384 668 13238 0 0 4 4 5 2 20 0 15 0 415797416 11107311616 178572 33554432000 4194304 4196468 140733117220752 140190907238704 140191452117634 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29569024 140733117225711 140733117228229 140733117228229 140733117231055 0
Current children cumulated CPU time: 171.06 s
Current children cumulated vsize: 10846984 KiB
Current children cumulated memory: 714288 KiB

[startup+162.002 s]*
/proc/loadavg: 1.38 1.43 1.42 3/228 7346
/proc/meminfo: memFree=25001824/32770624 swapFree=66957012/67108860
[pid=7259] ppid=7256 vsize=10846984 memory=714288 CPUtime=171.47 cores=1,3,5,7
/proc/7259/stat : 7259 (java) S 7256 7259 3758 0 -1 1077944320 94909 13238 0 0 17088 52 5 2 20 0 15 0 415797401 11107311616 178572 33554432000 4194304 4196468 140733117220752 140733117203296 140191452106487 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 29569024 140733117225711 140733117228229 140733117228229 140733117231055 0
/proc/7259/statm: 2711746 178572 3628 1 0 2673805 0
[pid=7259/tid=7312] ppid=7256 vsize=10846984 memory=8112282956445269571 CPUtime=160.87 cores=1,3,5,7
/proc/7259/task/7312/stat : 7312 (java) R 7256 7259 3758 0 -1 4202560 29588 13238 0 0 16063 17 5 2 20 0 15 0 415797410 11107311616 178572 33554432000 4194304 4196468 140733117220752 140191423942768 140191052999869 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 29569024 140733117225711 140733117228229 140733117228229 140733117231055 0
[pid=7259/tid=7313] ppid=7256 vsize=10846984 memory=1980 CPUtime=0.53 cores=1,3,5,7
/proc/7259/task/7313/stat : 7313 (java) S 7256 7259 3758 0 -1 1077944384 2995 13238 0 0 41 5 5 2 20 0 15 0 415797411 11107311616 178572 33554432000 4194304 4196468 140733117220752 140191456348944 140191452116693 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29569024 140733117225711 140733117228229 140733117228229 140733117231055 0
[pid=7259/tid=7314] ppid=7256 vsize=10846984 memory=2520 CPUtime=0.54 cores=1,3,5,7
/proc/7259/task/7314/stat : 7314 (java) S 7256 7259 3758 0 -1 1077944384 2155 13238 0 0 42 5 5 2 20 0 15 0 415797411 11107311616 178572 33554432000 4194304 4196468 140733117220752 140191360551824 140191452116693 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29569024 140733117225711 140733117228229 140733117228229 140733117231055 0
[pid=7259/tid=7315] ppid=7256 vsize=10846984 memory=0 CPUtime=0.53 cores=1,3,5,7
/proc/7259/task/7315/stat : 7315 (java) S 7256 7259 3758 0 -1 1077944384 3459 13238 0 0 41 5 5 2 20 0 15 0 415797411 11107311616 178572 33554432000 4194304 4196468 140733117220752 140191359499280 140191452116693 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29569024 140733117225711 140733117228229 140733117228229 140733117231055 0
[pid=7259/tid=7316] ppid=7256 vsize=10846984 memory=4126316290023845779 CPUtime=0.54 cores=1,3,5,7
/proc/7259/task/7316/stat : 7316 (java) S 7256 7259 3758 0 -1 1077944384 2022 13238 0 0 43 4 5 2 20 0 15 0 415797411 11107311616 178572 33554432000 4194304 4196468 140733117220752 140191358446736 140191452116693 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29569024 140733117225711 140733117228229 140733117228229 140733117231055 0
[pid=7259/tid=7317] ppid=7256 vsize=10846984 memory=2996 CPUtime=0.53 cores=1,3,5,7
/proc/7259/task/7317/stat : 7317 (java) S 7256 7259 3758 0 -1 1077944384 2571 13238 0 0 42 4 5 2 20 0 15 0 415797412 11107311616 178572 33554432000 4194304 4196468 140733117220752 140190911449072 140191452117634 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29569024 140733117225711 140733117228229 140733117228229 140733117231055 0
[pid=7259/tid=7318] ppid=7256 vsize=10846984 memory=1138844 CPUtime=0.07 cores=1,3,5,7
/proc/7259/task/7318/stat : 7318 (java) S 7256 7259 3758 0 -1 1077944384 18 13238 0 0 0 0 5 2 20 0 15 0 415797413 11107311616 178572 33554432000 4194304 4196468 140733117220752 140190819542048 140191452116693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29569024 140733117225711 140733117228229 140733117228229 140733117231055 0
[pid=7259/tid=7319] ppid=7256 vsize=10846984 memory=1408 CPUtime=0.07 cores=1,3,5,7
/proc/7259/task/7319/stat : 7319 (java) S 7256 7259 3758 0 -1 1077944384 11 13238 0 0 0 0 5 2 20 0 15 0 415797413 11107311616 178572 33554432000 4194304 4196468 140733117220752 140190215562240 140191452116693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29569024 140733117225711 140733117228229 140733117228229 140733117231055 0
[pid=7259/tid=7320] ppid=7256 vsize=10846984 memory=796 CPUtime=0.07 cores=1,3,5,7
/proc/7259/task/7320/stat : 7320 (java) S 7256 7259 3758 0 -1 1077944384 3 13238 0 0 0 0 5 2 20 0 15 0 415797415 11107311616 178572 33554432000 4194304 4196468 140733117220752 140189975271632 140191452125083 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29569024 140733117225711 140733117228229 140733117228229 140733117231055 0
[pid=7259/tid=7321] ppid=7256 vsize=10846984 memory=1804 CPUtime=3.19 cores=1,3,5,7
/proc/7259/task/7321/stat : 7321 (java) S 7256 7259 3758 0 -1 1077944384 15108 13238 0 0 310 2 5 2 20 0 15 0 415797415 11107311616 178572 33554432000 4194304 4196468 140733117220752 140190910396912 140191452117634 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29569024 140733117225711 140733117228229 140733117228229 140733117231055 0
[pid=7259/tid=7322] ppid=7256 vsize=10846984 memory=916 CPUtime=3.41 cores=1,3,5,7
/proc/7259/task/7322/stat : 7322 (java) S 7256 7259 3758 0 -1 1077944384 17438 13238 0 0 332 2 5 2 20 0 15 0 415797415 11107311616 178572 33554432000 4194304 4196468 140733117220752 140190909344368 140191452117634 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29569024 140733117225711 140733117228229 140733117228229 140733117231055 0
[pid=7259/tid=7323] ppid=7256 vsize=10846984 memory=3848 CPUtime=1.71 cores=1,3,5,7
/proc/7259/task/7323/stat : 7323 (java) S 7256 7259 3758 0 -1 1077944384 16660 13238 0 0 161 3 5 2 20 0 15 0 415797415 11107311616 178572 33554432000 4194304 4196468 140733117220752 140190908291824 140191452117634 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29569024 140733117225711 140733117228229 140733117228229 140733117231055 0
[pid=7259/tid=7324] ppid=7256 vsize=10846984 memory=2740 CPUtime=0.07 cores=1,3,5,7
/proc/7259/task/7324/stat : 7324 (java) S 7256 7259 3758 0 -1 1077944384 3 13238 0 0 0 0 5 2 20 0 15 0 415797416 11107311616 178572 33554432000 4194304 4196468 140733117220752 140189941714016 140191452116693 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29569024 140733117225711 140733117228229 140733117228229 140733117231055 0
[pid=7259/tid=7325] ppid=7256 vsize=10846984 memory=2624 CPUtime=0.15 cores=1,3,5,7
/proc/7259/task/7325/stat : 7325 (java) S 7256 7259 3758 0 -1 1077944384 668 13238 0 0 4 4 5 2 20 0 15 0 415797416 11107311616 178572 33554432000 4194304 4196468 140733117220752 140190907238704 140191452117634 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29569024 140733117225711 140733117228229 140733117228229 140733117231055 0
Current children cumulated CPU time: 171.47 s
Current children cumulated vsize: 10846984 KiB
Current children cumulated memory: 714288 KiB

[startup+162.202 s]
/proc/loadavg: 1.38 1.43 1.42 3/228 7346
/proc/meminfo: memFree=25001824/32770624 swapFree=66957012/67108860
[pid=7259] ppid=7256 vsize=10846984 memory=714288 CPUtime=171.67 cores=1,3,5,7
/proc/7259/stat : 7259 (java) S 7256 7259 3758 0 -1 1077944320 94910 13238 0 0 17108 52 5 2 20 0 15 0 415797401 11107311616 178572 33554432000 4194304 4196468 140733117220752 140733117203296 140191452106487 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 29569024 140733117225711 140733117228229 140733117228229 140733117231055 0
/proc/7259/statm: 2711746 178572 3628 1 0 2673805 0
[pid=7259/tid=7312] ppid=7256 vsize=10846984 memory=288230617509003574 CPUtime=161.05 cores=1,3,5,7
/proc/7259/task/7312/stat : 7312 (java) R 7256 7259 3758 0 -1 4202560 29589 13238 0 0 16081 17 5 2 20 0 15 0 415797410 11107311616 178572 33554432000 4194304 4196468 140733117220752 140191423941536 140191051166785 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 29569024 140733117225711 140733117228229 140733117228229 140733117231055 0
[pid=7259/tid=7313] ppid=7256 vsize=10846984 memory=16099256251451829 CPUtime=0.53 cores=1,3,5,7
/proc/7259/task/7313/stat : 7313 (java) S 7256 7259 3758 0 -1 1077944384 2995 13238 0 0 41 5 5 2 20 0 15 0 415797411 11107311616 178572 33554432000 4194304 4196468 140733117220752 140191456348944 140191452116693 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29569024 140733117225711 140733117228229 140733117228229 140733117231055 0
[pid=7259/tid=7314] ppid=7256 vsize=10846984 memory=21444 CPUtime=0.54 cores=1,3,5,7
/proc/7259/task/7314/stat : 7314 (java) S 7256 7259 3758 0 -1 1077944384 2155 13238 0 0 42 5 5 2 20 0 15 0 415797411 11107311616 178572 33554432000 4194304 4196468 140733117220752 140191360551824 140191452116693 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29569024 140733117225711 140733117228229 140733117228229 140733117231055 0
[pid=7259/tid=7315] ppid=7256 vsize=10846984 memory=492 CPUtime=0.53 cores=1,3,5,7
/proc/7259/task/7315/stat : 7315 (java) S 7256 7259 3758 0 -1 1077944384 3459 13238 0 0 41 5 5 2 20 0 15 0 415797411 11107311616 178572 33554432000 4194304 4196468 140733117220752 140191359499280 140191452116693 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29569024 140733117225711 140733117228229 140733117228229 140733117231055 0
[pid=7259/tid=7316] ppid=7256 vsize=10846984 memory=1560 CPUtime=0.54 cores=1,3,5,7
/proc/7259/task/7316/stat : 7316 (java) S 7256 7259 3758 0 -1 1077944384 2022 13238 0 0 43 4 5 2 20 0 15 0 415797411 11107311616 178572 33554432000 4194304 4196468 140733117220752 140191358446736 140191452116693 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29569024 140733117225711 140733117228229 140733117228229 140733117231055 0
[pid=7259/tid=7317] ppid=7256 vsize=10846984 memory=932 CPUtime=0.53 cores=1,3,5,7
/proc/7259/task/7317/stat : 7317 (java) S 7256 7259 3758 0 -1 1077944384 2571 13238 0 0 42 4 5 2 20 0 15 0 415797412 11107311616 178572 33554432000 4194304 4196468 140733117220752 140190911449072 140191452117634 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29569024 140733117225711 140733117228229 140733117228229 140733117231055 0
[pid=7259/tid=7318] ppid=7256 vsize=10846984 memory=1768 CPUtime=0.07 cores=1,3,5,7
/proc/7259/task/7318/stat : 7318 (java) S 7256 7259 3758 0 -1 1077944384 18 13238 0 0 0 0 5 2 20 0 15 0 415797413 11107311616 178572 33554432000 4194304 4196468 140733117220752 140190819542048 140191452116693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29569024 140733117225711 140733117228229 140733117228229 140733117231055 0
[pid=7259/tid=7319] ppid=7256 vsize=10846984 memory=1436 CPUtime=0.07 cores=1,3,5,7
/proc/7259/task/7319/stat : 7319 (java) S 7256 7259 3758 0 -1 1077944384 11 13238 0 0 0 0 5 2 20 0 15 0 415797413 11107311616 178572 33554432000 4194304 4196468 140733117220752 140190215562240 140191452116693 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29569024 140733117225711 140733117228229 140733117228229 140733117231055 0
[pid=7259/tid=7320] ppid=7256 vsize=10846984 memory=896 CPUtime=0.07 cores=1,3,5,7
/proc/7259/task/7320/stat : 7320 (java) S 7256 7259 3758 0 -1 1077944384 3 13238 0 0 0 0 5 2 20 0 15 0 415797415 11107311616 178572 33554432000 4194304 4196468 140733117220752 140189975271632 140191452125083 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29569024 140733117225711 140733117228229 140733117228229 140733117231055 0
[pid=7259/tid=7321] ppid=7256 vsize=10846984 memory=1980 CPUtime=3.19 cores=1,3,5,7
/proc/7259/task/7321/stat : 7321 (java) S 7256 7259 3758 0 -1 1077944384 15108 13238 0 0 310 2 5 2 20 0 15 0 415797415 11107311616 178572 33554432000 4194304 4196468 140733117220752 140190910396912 140191452117634 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29569024 140733117225711 140733117228229 140733117228229 140733117231055 0
[pid=7259/tid=7322] ppid=7256 vsize=10846984 memory=2520 CPUtime=3.41 cores=1,3,5,7
/proc/7259/task/7322/stat : 7322 (java) S 7256 7259 3758 0 -1 1077944384 17438 13238 0 0 332 2 5 2 20 0 15 0 415797415 11107311616 178572 33554432000 4194304 4196468 140733117220752 140190909344368 140191452117634 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29569024 140733117225711 140733117228229 140733117228229 140733117231055 0
[pid=7259/tid=7323] ppid=7256 vsize=10846984 memory=1760 CPUtime=1.71 cores=1,3,5,7
/proc/7259/task/7323/stat : 7323 (java) S 7256 7259 3758 0 -1 1077944384 16660 13238 0 0 161 3 5 2 20 0 15 0 415797415 11107311616 178572 33554432000 4194304 4196468 140733117220752 140190908291824 140191452117634 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29569024 140733117225711 140733117228229 140733117228229 140733117231055 0
[pid=7259/tid=7324] ppid=7256 vsize=10846984 memory=1660 CPUtime=0.07 cores=1,3,5,7
/proc/7259/task/7324/stat : 7324 (java) S 7256 7259 3758 0 -1 1077944384 3 13238 0 0 0 0 5 2 20 0 15 0 415797416 11107311616 178572 33554432000 4194304 4196468 140733117220752 140189941714016 140191452116693 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29569024 140733117225711 140733117228229 140733117228229 140733117231055 0
[pid=7259/tid=7325] ppid=7256 vsize=10846984 memory=4096 CPUtime=0.15 cores=1,3,5,7
/proc/7259/task/7325/stat : 7325 (java) S 7256 7259 3758 0 -1 1077944384 668 13238 0 0 4 4 5 2 20 0 15 0 415797416 11107311616 178572 33554432000 4194304 4196468 140733117220752 140190907238704 140191452117634 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29569024 140733117225711 140733117228229 140733117228229 140733117231055 0
Current children cumulated CPU time: 171.67 s
Current children cumulated vsize: 10846984 KiB
Current children cumulated memory: 714288 KiB

Child status: 0
Real time (s): 162.298
CPU time (s): 171.797
CPU user time (s): 171.226
CPU system time (s): 0.570948
CPU usage (%): 105.852
Max. virtual memory (cumulated for all children) (KiB): 10849680
Max. memory (cumulated for all children) (KiB): 720208

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 171.226
system time used= 0.570948
maximum resident set size= 721756
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 110502
page faults= 0
swaps= 0
block input operations= 0
block output operations= 376
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 19237
involuntary context switches= 430


# summary of solver processes directly reported to runsolver:
#   pid: 7259
#   total CPU time (s): 171.797
#   total CPU user time (s): 171.226
#   total CPU system time (s): 0.570948

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.956122 second user time and 1.62499 second system time

The end

Launcher Data

Begin job on node147 at 2019-09-13 20:19:52
IDJOB=4396472
IDBENCH=126224
IDSOLVER=2847
FILE ID=node147/4396472-1568398835
RUNJOBID= node147-1568394074-6200
PBS_JOBID= 21701856
Free space on /tmp= 58844 MiB

SOLVER NAME= Concrete 3.12.2
BENCH NAME= XCSP17/GolombRuler/GolombRuler-a3-s1/GolombRuler-10-a3.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4396472-1568398835/watcher-4396472-1568398835 -o /tmp/evaluation-result-4396472-1568398835/solver-4396472-1568398835 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node147-1568394074-6200 --watchdog 2560  bin/xcsp-3-concrete -J-Xss32M -randomseed=1670581272 HOME/instance-4396472-1568398835.xml

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

MD5SUM BENCH= 1a91370fd3edda64a19224a97cd9d854
RANDOM SEED=1670581272

node147.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.52
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.52
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.52
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.52
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:        26517460 kB
MemAvailable:   31505360 kB
Buffers:          173304 kB
Cached:          5042184 kB
SwapCached:        48500 kB
Active:          2379828 kB
Inactive:        3198688 kB
Active(anon):     314820 kB
Inactive(anon):    89344 kB
Active(file):    2065008 kB
Inactive(file):  3109344 kB
Unevictable:      107760 kB
Mlocked:          107760 kB
SwapTotal:      67108860 kB
SwapFree:       66957012 kB
Dirty:             35276 kB
Writeback:             0 kB
AnonPages:        425260 kB
Mapped:            58028 kB
Shmem:             32768 kB
Slab:             270992 kB
SReclaimable:     242008 kB
SUnreclaim:        28984 kB
KernelStack:        3728 kB
PageTables:         6028 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1625912 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    268288 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /tmp at the end= 58812 MiB
End job on node147 at 2019-09-13 20:22:35