Trace number 4294368

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.8 2018-06-13OPT44 75.4604 68.0537

General information on the benchmark

NameGolombRuler/
GolombRuler-a3v18-nodv-09_c18.xml
MD5SUM5099229ea21e0b755c9ada14ed0c0ccc
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark44
Best CPU time to get the best result obtained on this benchmark11.569
Satisfiable
(Un)Satisfiability was proved
Number of variables90
Number of constraints37
Number of domains2
Minimum domain size81
Maximum domain size82
Distribution of domain sizes[{"size":81,"count":36},{"size":82,"count":9}]
Minimum variable degree0
Maximum variable degree9
Distribution of variable degrees[{"degree":0,"count":45},{"degree":2,"count":36},{"degree":8,"count":8},{"degree":9,"count":1}]
Minimum constraint arity3
Maximum constraint arity36
Distribution of constraint arities[{"arity":3,"count":36},{"arity":36,"count":1}]
Number of extensional constraints0
Number of intensional constraints36
Distribution of constraint types[{"type":"intension","count":36},{"type":"allDifferent","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.98/0.74	c Concrete v3.8.1528841891564 running
6.88/3.58	o 56
9.41/4.46	o 53
9.59/4.57	o 52
9.80/4.61	o 48
9.80/4.65	o 47
13.23/6.93	o 44
75.40/68.02	v <instantiation cost="44">
75.40/68.02	v       <list>
75.40/68.02	v         x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] 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[1][2] y[1][3] y[1][4] y[1][5] y[1][6] y[1][7] y[1][8] y[2][3] y[2][4] y[2][5] y[2][6] y[2][7] y[2][8] y[3][4] y[3][5] y[3][6] y[3][7] y[3][8] y[4][5] y[4][6] y[4][7] y[4][8] y[5][6] y[5][7] y[5][8] y[6][7] y[6][8] y[7][8]
75.40/68.02	v       </list>
75.40/68.02	v       <values>
75.40/68.02	v         0 3 9 17 19 32 39 43 44 3 9 17 19 32 39 43 44 6 14 16 29 36 40 41 8 10 23 30 34 35 2 15 22 26 27 13 20 24 25 7 11 12 4 5 1
75.40/68.02	v       </values>
75.40/68.02	v     </instantiation>
75.40/68.02	s OPTIMUM FOUND

Verifier Data

OK	44

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4294368-1532470071/watcher-4294368-1532470071 -o /tmp/evaluation-result-4294368-1532470071/solver-4294368-1532470071 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node135-1532466475-21335 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=1881412064 HOME/instance-4294368-1532470071.xml 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2550 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=22365, runsolver pid=22362

[startup+0.102467 s]*
/proc/loadavg: 1.86 1.68 1.51 2/209 22422
/proc/meminfo: memFree=14845720/32770624 swapFree=67108860/67108860
[pid=22365] ppid=22362 vsize=9972712 memory=18328 CPUtime=0.09 cores=1,3,5,7
/proc/22365/stat : 22365 (java) S 22362 22365 21303 0 -1 1077944320 4239 13219 0 0 1 1 5 2 20 0 6 0 64570276 10212057088 4582 33554432000 4194304 4196468 140734520795008 140734520777552 140199872061175 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 39649280 140734520801902 140734520804700 140734520804700 140734520807375 0
/proc/22365/statm: 2493178 4582 1930 1 0 2481616 0
[pid=22365/tid=22418] ppid=22362 vsize=9972712 memory=4628411388058700198 CPUtime=0.07 cores=1,3,5,7
/proc/22365/task/22418/stat : 22418 (java) R 22362 22365 21303 0 -1 4202560 2044 13219 0 0 0 0 5 2 20 0 6 0 64570285 10212057088 4582 33554432000 4194304 4196468 140734520795008 140199843897936 140199872083101 0 4 0 16784584 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 39649280 140734520801902 140734520804700 140734520804700 140734520807375 0
[pid=22365/tid=22419] ppid=22362 vsize=9972712 memory=5793855401995594169 CPUtime=0.07 cores=1,3,5,7
/proc/22365/task/22419/stat : 22419 (java) S 22362 22365 21303 0 -1 1077944384 1 13219 0 0 0 0 5 2 20 0 6 0 64570286 10212057088 4582 33554432000 4194304 4196468 140734520795008 140199876303376 140199872071381 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39649280 140734520801902 140734520804700 140734520804700 140734520807375 0
[pid=22365/tid=22420] ppid=22362 vsize=9972712 memory=140150985700992 CPUtime=0.07 cores=1,3,5,7
/proc/22365/task/22420/stat : 22420 (java) S 22362 22365 21303 0 -1 1077944384 1 13219 0 0 0 0 5 2 20 0 6 0 64570286 10212057088 4582 33554432000 4194304 4196468 140734520795008 140199764576912 140199872071381 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39649280 140734520801902 140734520804700 140734520804700 140734520807375 0
[pid=22365/tid=22421] ppid=22362 vsize=9972712 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/22365/task/22421/stat : 22421 (java) S 22362 22365 21303 0 -1 1077944384 1 13219 0 0 0 0 5 2 20 0 6 0 64570286 10212057088 4582 33554432000 4194304 4196468 140734520795008 140199763523856 140199872071381 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39649280 140734520801902 140734520804700 140734520804700 140734520807375 0
[pid=22365/tid=22422] ppid=22362 vsize=9972712 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/22365/task/22422/stat : 22422 (java) S 22362 22365 21303 0 -1 1077944384 2 13219 0 0 0 0 5 2 20 0 6 0 64570286 10212057088 4582 33554432000 4194304 4196468 140734520795008 140199762471312 140199872071381 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39649280 140734520801902 140734520804700 140734520804700 140734520807375 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 18328 KiB

[startup+0.209947 s]*
/proc/loadavg: 1.86 1.68 1.51 3/218 22431
/proc/meminfo: memFree=14828728/32770624 swapFree=67108860/67108860
[pid=22365] ppid=22362 vsize=10818904 memory=41836 CPUtime=0.25 cores=1,3,5,7
/proc/22365/stat : 22365 (java) S 22362 22365 21303 0 -1 1077944320 7159 13219 0 0 17 1 5 2 20 0 15 0 64570276 11078557696 10459 33554432000 4194304 4196468 140734520795008 140734520777552 140199872061175 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 39649280 140734520801902 140734520804700 140734520804700 140734520807375 0
/proc/22365/statm: 2704726 10459 2947 1 0 2667149 0
[pid=22365/tid=22418] ppid=22362 vsize=10818904 memory=-8540663193526752614 CPUtime=0.18 cores=1,3,5,7
/proc/22365/task/22418/stat : 22418 (java) R 22362 22365 21303 0 -1 4202560 3772 13219 0 0 10 1 5 2 20 0 15 0 64570285 11078557696 10525 33554432000 4194304 4196468 140734520795008 140199843839136 140199852336896 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 39649280 140734520801902 140734520804700 140734520804700 140734520807375 0
[pid=22365/tid=22419] ppid=22362 vsize=10818904 memory=4211973877190491530 CPUtime=0.07 cores=1,3,5,7
/proc/22365/task/22419/stat : 22419 (java) S 22362 22365 21303 0 -1 1077944384 1 13219 0 0 0 0 5 2 20 0 15 0 64570286 11078557696 10525 33554432000 4194304 4196468 140734520795008 140199876303376 140199872071381 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39649280 140734520801902 140734520804700 140734520804700 140734520807375 0
[pid=22365/tid=22420] ppid=22362 vsize=10818904 memory=140150985700992 CPUtime=0.07 cores=1,3,5,7
/proc/22365/task/22420/stat : 22420 (java) S 22362 22365 21303 0 -1 1077944384 1 13219 0 0 0 0 5 2 20 0 15 0 64570286 11078557696 10525 33554432000 4194304 4196468 140734520795008 140199764576912 140199872071381 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39649280 140734520801902 140734520804700 140734520804700 140734520807375 0
[pid=22365/tid=22421] ppid=22362 vsize=10818904 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/22365/task/22421/stat : 22421 (java) S 22362 22365 21303 0 -1 1077944384 1 13219 0 0 0 0 5 2 20 0 15 0 64570286 11078557696 10525 33554432000 4194304 4196468 140734520795008 140199763523856 140199872071381 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39649280 140734520801902 140734520804700 140734520804700 140734520807375 0
[pid=22365/tid=22422] ppid=22362 vsize=10818904 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/22365/task/22422/stat : 22422 (java) S 22362 22365 21303 0 -1 1077944384 2 13219 0 0 0 0 5 2 20 0 15 0 64570286 11078557696 10525 33554432000 4194304 4196468 140734520795008 140199762471312 140199872071381 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39649280 140734520801902 140734520804700 140734520804700 140734520807375 0
[pid=22365/tid=22423] ppid=22362 vsize=10818904 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/22365/task/22423/stat : 22423 (java) S 22362 22365 21303 0 -1 1077944384 2 13219 0 0 0 0 5 2 20 0 15 0 64570288 11078557696 10525 33554432000 4194304 4196468 140734520795008 140198875306736 140199872072322 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39649280 140734520801902 140734520804700 140734520804700 140734520807375 0
[pid=22365/tid=22424] ppid=22362 vsize=10818904 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/22365/task/22424/stat : 22424 (java) S 22362 22365 21303 0 -1 1077944384 13 13219 0 0 0 0 5 2 20 0 15 0 64570288 11078557696 10525 33554432000 4194304 4196468 140734520795008 140198805497504 140199872071381 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39649280 140734520801902 140734520804700 140734520804700 140734520807375 0
[pid=22365/tid=22425] ppid=22362 vsize=10818904 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/22365/task/22425/stat : 22425 (java) S 22362 22365 21303 0 -1 1077944384 1 13219 0 0 0 0 5 2 20 0 15 0 64570289 11078557696 10525 33554432000 4194304 4196468 140734520795008 140198671279344 140199872071381 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39649280 140734520801902 140734520804700 140734520804700 140734520807375 0
[pid=22365/tid=22426] ppid=22362 vsize=10818904 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/22365/task/22426/stat : 22426 (java) S 22362 22365 21303 0 -1 1077944384 3 13219 0 0 0 0 5 2 20 0 15 0 64570291 11078557696 10525 33554432000 4194304 4196468 140734520795008 140198430988752 140199872079771 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39649280 140734520801902 140734520804700 140734520804700 140734520807375 0
[pid=22365/tid=22427] ppid=22362 vsize=10818904 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/22365/task/22427/stat : 22427 (java) S 22362 22365 21303 0 -1 1077944384 437 13219 0 0 1 0 5 2 20 0 15 0 64570291 11078557696 10525 33554432000 4194304 4196468 140734520795008 140198874253552 140199872072322 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39649280 140734520801902 140734520804700 140734520804700 140734520807375 0
[pid=22365/tid=22428] ppid=22362 vsize=10818904 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/22365/task/22428/stat : 22428 (java) S 22362 22365 21303 0 -1 1077944384 183 13219 0 0 1 0 5 2 20 0 15 0 64570291 11078557696 10525 33554432000 4194304 4196468 140734520795008 140198771939696 140199872072322 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39649280 140734520801902 140734520804700 140734520804700 140734520807375 0
[pid=22365/tid=22429] ppid=22362 vsize=10818904 memory=140150985700992 CPUtime=0.1 cores=1,3,5,7
/proc/22365/task/22429/stat : 22429 (java) S 22362 22365 21303 0 -1 1077944384 606 13219 0 0 3 0 5 2 20 0 15 0 64570291 11078557696 10591 33554432000 4194304 4196468 140734520795008 140198770886640 140199872072322 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39649280 140734520801902 140734520804700 140734520804700 140734520807375 0
[pid=22365/tid=22430] ppid=22362 vsize=10818904 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/22365/task/22430/stat : 22430 (java) S 22362 22365 21303 0 -1 1077944384 3 13219 0 0 0 0 5 2 20 0 15 0 64570292 11078557696 10591 33554432000 4194304 4196468 140734520795008 140198397430112 140199872071381 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39649280 140734520801902 140734520804700 140734520804700 140734520807375 0
[pid=22365/tid=22431] ppid=22362 vsize=10818904 memory=140150985700992 CPUtime=0.07 cores=1,3,5,7
/proc/22365/task/22431/stat : 22431 (java) S 22362 22365 21303 0 -1 1077944384 1 13219 0 0 0 0 5 2 20 0 15 0 64570292 11078557696 10591 33554432000 4194304 4196468 140734520795008 140198769835056 140199872072322 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39649280 140734520801902 140734520804700 140734520804700 140734520807375 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10818904 KiB
Current children cumulated memory: 41836 KiB

[startup+0.310306 s]*
/proc/loadavg: 1.86 1.68 1.51 3/218 22431
/proc/meminfo: memFree=14815580/32770624 swapFree=67108860/67108860
[pid=22365] ppid=22362 vsize=10819352 memory=54912 CPUtime=0.37 cores=1,3,5,7
/proc/22365/stat : 22365 (java) S 22362 22365 21303 0 -1 1077944320 10290 13219 0 0 28 2 5 2 20 0 15 0 64570276 11079016448 13728 33554432000 4194304 4196468 140734520795008 140734520777552 140199872061175 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 39649280 140734520801902 140734520804700 140734520804700 140734520807375 0
/proc/22365/statm: 2704838 13728 3066 1 0 2667149 0
[pid=22365/tid=22418] ppid=22362 vsize=10819352 memory=6791534058613427641 CPUtime=0.28 cores=1,3,5,7
/proc/22365/task/22418/stat : 22418 (java) R 22362 22365 21303 0 -1 4202560 6831 13219 0 0 19 2 5 2 20 0 15 0 64570285 11079016448 13728 33554432000 4194304 4196468 140734520795008 140199843873184 140199852336555 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 39649280 140734520801902 140734520804700 140734520804700 140734520807375 0
[pid=22365/tid=22419] ppid=22362 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/22365/task/22419/stat : 22419 (java) S 22362 22365 21303 0 -1 1077944384 1 13219 0 0 0 0 5 2 20 0 15 0 64570286 11079016448 13728 33554432000 4194304 4196468 140734520795008 140199876303376 140199872071381 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39649280 140734520801902 140734520804700 140734520804700 140734520807375 0
[pid=22365/tid=22420] ppid=22362 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/22365/task/22420/stat : 22420 (java) S 22362 22365 21303 0 -1 1077944384 1 13219 0 0 0 0 5 2 20 0 15 0 64570286 11079016448 13728 33554432000 4194304 4196468 140734520795008 140199764576912 140199872071381 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39649280 140734520801902 140734520804700 140734520804700 140734520807375 0
[pid=22365/tid=22421] ppid=22362 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/22365/task/22421/stat : 22421 (java) S 22362 22365 21303 0 -1 1077944384 1 13219 0 0 0 0 5 2 20 0 15 0 64570286 11079016448 13728 33554432000 4194304 4196468 140734520795008 140199763523856 140199872071381 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39649280 140734520801902 140734520804700 140734520804700 140734520807375 0
[pid=22365/tid=22422] ppid=22362 vsize=10819352 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/22365/task/22422/stat : 22422 (java) S 22362 22365 21303 0 -1 1077944384 2 13219 0 0 0 0 5 2 20 0 15 0 64570286 11079016448 13728 33554432000 4194304 4196468 140734520795008 140199762471312 140199872071381 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39649280 140734520801902 140734520804700 140734520804700 140734520807375 0
[pid=22365/tid=22423] ppid=22362 vsize=10819352 memory=140150985700991 CPUtime=0.07 cores=1,3,5,7
/proc/22365/task/22423/stat : 22423 (java) S 22362 22365 21303 0 -1 1077944384 2 13219 0 0 0 0 5 2 20 0 15 0 64570288 11079016448 13728 33554432000 4194304 4196468 140734520795008 140198875306736 140199872072322 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39649280 140734520801902 140734520804700 140734520804700 140734520807375 0
[pid=22365/tid=22424] ppid=22362 vsize=10819352 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/22365/task/22424/stat : 22424 (java) S 22362 22365 21303 0 -1 1077944384 13 13219 0 0 0 0 5 2 20 0 15 0 64570288 11079016448 13728 33554432000 4194304 4196468 140734520795008 140198805497504 140199872071381 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39649280 140734520801902 140734520804700 140734520804700 140734520807375 0
[pid=22365/tid=22425] ppid=22362 vsize=10819352 memory=140150985700992 CPUtime=0.07 cores=1,3,5,7
/proc/22365/task/22425/stat : 22425 (java) S 22362 22365 21303 0 -1 1077944384 1 13219 0 0 0 0 5 2 20 0 15 0 64570289 11079016448 13728 33554432000 4194304 4196468 140734520795008 140198671279344 140199872071381 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39649280 140734520801902 140734520804700 140734520804700 140734520807375 0
[pid=22365/tid=22426] ppid=22362 vsize=10819352 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/22365/task/22426/stat : 22426 (java) S 22362 22365 21303 0 -1 1077944384 3 13219 0 0 0 0 5 2 20 0 15 0 64570291 11079016448 13728 33554432000 4194304 4196468 140734520795008 140198430988752 140199872079771 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39649280 140734520801902 140734520804700 140734520804700 140734520807375 0
[pid=22365/tid=22427] ppid=22362 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/22365/task/22427/stat : 22427 (java) S 22362 22365 21303 0 -1 1077944384 439 13219 0 0 1 0 5 2 20 0 15 0 64570291 11079016448 13728 33554432000 4194304 4196468 140734520795008 140198874253552 140199872072322 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39649280 140734520801902 140734520804700 140734520804700 140734520807375 0
[pid=22365/tid=22428] ppid=22362 vsize=10819352 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/22365/task/22428/stat : 22428 (java) S 22362 22365 21303 0 -1 1077944384 183 13219 0 0 1 0 5 2 20 0 15 0 64570291 11079016448 13728 33554432000 4194304 4196468 140734520795008 140198771939696 140199872072322 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39649280 140734520801902 140734520804700 140734520804700 140734520807375 0
[pid=22365/tid=22429] ppid=22362 vsize=10819352 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/22365/task/22429/stat : 22429 (java) S 22362 22365 21303 0 -1 1077944384 616 13219 0 0 5 0 5 2 20 0 15 0 64570291 11079016448 13728 33554432000 4194304 4196468 140734520795008 140198770886640 140199872072322 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39649280 140734520801902 140734520804700 140734520804700 140734520807375 0
[pid=22365/tid=22430] ppid=22362 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/22365/task/22430/stat : 22430 (java) S 22362 22365 21303 0 -1 1077944384 3 13219 0 0 0 0 5 2 20 0 15 0 64570292 11079016448 13728 33554432000 4194304 4196468 140734520795008 140198397430112 140199872071381 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39649280 140734520801902 140734520804700 140734520804700 140734520807375 0
[pid=22365/tid=22431] ppid=22362 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/22365/task/22431/stat : 22431 (java) S 22362 22365 21303 0 -1 1077944384 1 13219 0 0 0 0 5 2 20 0 15 0 64570292 11079016448 13728 33554432000 4194304 4196468 140734520795008 140198769835056 140199872072322 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39649280 140734520801902 140734520804700 140734520804700 140734520807375 0
Current children cumulated CPU time: 0.37 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 54912 KiB

[startup+0.700713 s]
/proc/loadavg: 1.86 1.68 1.51 3/218 22431
/proc/meminfo: memFree=14804912/32770624 swapFree=67108860/67108860
[pid=22365] ppid=22362 vsize=10819352 memory=86756 CPUtime=0.98 cores=1,3,5,7
/proc/22365/stat : 22365 (java) S 22362 22365 21303 0 -1 1077944320 16398 13219 0 0 87 4 5 2 20 0 15 0 64570276 11079016448 21689 33554432000 4194304 4196468 140734520795008 140734520777552 140199872061175 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 39649280 140734520801902 140734520804700 140734520804700 140734520807375 0
/proc/22365/statm: 2704838 21689 3237 1 0 2667149 0
[pid=22365/tid=22418] ppid=22362 vsize=10819352 memory=19832 CPUtime=0.65 cores=1,3,5,7
/proc/22365/task/22418/stat : 22418 (java) R 22362 22365 21303 0 -1 4202560 11933 13219 0 0 55 3 5 2 20 0 15 0 64570285 11079016448 21689 33554432000 4194304 4196468 140734520795008 140199843882000 140199856141662 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 39649280 140734520801902 140734520804700 140734520804700 140734520807375 0
[pid=22365/tid=22419] ppid=22362 vsize=10819352 memory=4580 CPUtime=0.07 cores=1,3,5,7
/proc/22365/task/22419/stat : 22419 (java) S 22362 22365 21303 0 -1 1077944384 1 13219 0 0 0 0 5 2 20 0 15 0 64570286 11079016448 21689 33554432000 4194304 4196468 140734520795008 140199876303376 140199872071381 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39649280 140734520801902 140734520804700 140734520804700 140734520807375 0
[pid=22365/tid=22420] ppid=22362 vsize=10819352 memory=140150822969843 CPUtime=0.07 cores=1,3,5,7
/proc/22365/task/22420/stat : 22420 (java) S 22362 22365 21303 0 -1 1077944384 1 13219 0 0 0 0 5 2 20 0 15 0 64570286 11079016448 21689 33554432000 4194304 4196468 140734520795008 140199764576912 140199872071381 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39649280 140734520801902 140734520804700 140734520804700 140734520807375 0
[pid=22365/tid=22421] ppid=22362 vsize=10819352 memory=140153372803979 CPUtime=0.07 cores=1,3,5,7
/proc/22365/task/22421/stat : 22421 (java) S 22362 22365 21303 0 -1 1077944384 1 13219 0 0 0 0 5 2 20 0 15 0 64570286 11079016448 21689 33554432000 4194304 4196468 140734520795008 140199763523856 140199872071381 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39649280 140734520801902 140734520804700 140734520804700 140734520807375 0
[pid=22365/tid=22422] ppid=22362 vsize=10819352 memory=1792 CPUtime=0.07 cores=1,3,5,7
/proc/22365/task/22422/stat : 22422 (java) S 22362 22365 21303 0 -1 1077944384 2 13219 0 0 0 0 5 2 20 0 15 0 64570286 11079016448 21689 33554432000 4194304 4196468 140734520795008 140199762471312 140199872071381 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39649280 140734520801902 140734520804700 140734520804700 140734520807375 0
[pid=22365/tid=22423] ppid=22362 vsize=10819352 memory=6296143700806424935 CPUtime=0.07 cores=1,3,5,7
/proc/22365/task/22423/stat : 22423 (java) S 22362 22365 21303 0 -1 1077944384 5 13219 0 0 0 0 5 2 20 0 15 0 64570288 11079016448 21689 33554432000 4194304 4196468 140734520795008 140198875306736 140199872072322 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39649280 140734520801902 140734520804700 140734520804700 140734520807375 0
[pid=22365/tid=22424] ppid=22362 vsize=10819352 memory=8099279071866868837 CPUtime=0.07 cores=1,3,5,7
/proc/22365/task/22424/stat : 22424 (java) S 22362 22365 21303 0 -1 1077944384 13 13219 0 0 0 0 5 2 20 0 15 0 64570288 11079016448 21689 33554432000 4194304 4196468 140734520795008 140198805497504 140199872071381 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39649280 140734520801902 140734520804700 140734520804700 140734520807375 0
[pid=22365/tid=22425] ppid=22362 vsize=10819352 memory=6004820471124940137 CPUtime=0.07 cores=1,3,5,7
/proc/22365/task/22425/stat : 22425 (java) S 22362 22365 21303 0 -1 1077944384 1 13219 0 0 0 0 5 2 20 0 15 0 64570289 11079016448 21689 33554432000 4194304 4196468 140734520795008 140198671279344 140199872071381 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39649280 140734520801902 140734520804700 140734520804700 140734520807375 0
[pid=22365/tid=22426] ppid=22362 vsize=10819352 memory=3054156605368933524 CPUtime=0.07 cores=1,3,5,7
/proc/22365/task/22426/stat : 22426 (java) S 22362 22365 21303 0 -1 1077944384 3 13219 0 0 0 0 5 2 20 0 15 0 64570291 11079016448 21689 33554432000 4194304 4196468 140734520795008 140198430988752 140199872079771 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39649280 140734520801902 140734520804700 140734520804700 140734520807375 0
[pid=22365/tid=22427] ppid=22362 vsize=10819352 memory=8326441112149131689 CPUtime=0.16 cores=1,3,5,7
/proc/22365/task/22427/stat : 22427 (java) S 22362 22365 21303 0 -1 1077944384 990 13219 0 0 9 0 5 2 20 0 15 0 64570291 11079016448 21689 33554432000 4194304 4196468 140734520795008 140198874253552 140199872072322 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39649280 140734520801902 140734520804700 140734520804700 140734520807375 0
[pid=22365/tid=22428] ppid=22362 vsize=10819352 memory=-7025452035940392864 CPUtime=0.15 cores=1,3,5,7
/proc/22365/task/22428/stat : 22428 (java) S 22362 22365 21303 0 -1 1077944384 583 13219 0 0 8 0 5 2 20 0 15 0 64570291 11079016448 21689 33554432000 4194304 4196468 140734520795008 140198771939696 140199872072322 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39649280 140734520801902 140734520804700 140734520804700 140734520807375 0
[pid=22365/tid=22429] ppid=22362 vsize=10819352 memory=6944656592452807326 CPUtime=0.2 cores=1,3,5,7
/proc/22365/task/22429/stat : 22429 (java) R 22362 22365 21303 0 -1 4202560 669 13219 0 0 13 0 5 2 20 0 15 0 64570291 11079016448 21689 33554432000 4194304 4196468 140734520795008 140198770886640 140199872073110 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 39649280 140734520801902 140734520804700 140734520804700 140734520807375 0
[pid=22365/tid=22430] ppid=22362 vsize=10819352 memory=-9178176116494409632 CPUtime=0.07 cores=1,3,5,7
/proc/22365/task/22430/stat : 22430 (java) S 22362 22365 21303 0 -1 1077944384 3 13219 0 0 0 0 5 2 20 0 15 0 64570292 11079016448 21689 33554432000 4194304 4196468 140734520795008 140198397430112 140199872071381 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39649280 140734520801902 140734520804700 140734520804700 140734520807375 0
[pid=22365/tid=22431] ppid=22362 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/22365/task/22431/stat : 22431 (java) S 22362 22365 21303 0 -1 1077944384 1 13219 0 0 0 0 5 2 20 0 15 0 64570292 11079016448 21689 33554432000 4194304 4196468 140734520795008 140198769835056 140199872072322 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39649280 140734520801902 140734520804700 140734520804700 140734520807375 0
Current children cumulated CPU time: 0.98 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 86756 KiB

[startup+1.50072 s]
/proc/loadavg: 1.86 1.68 1.51 4/218 22431
/proc/meminfo: memFree=14759232/32770624 swapFree=67108860/67108860
[pid=22365] ppid=22362 vsize=10834252 memory=180292 CPUtime=2.24 cores=1,3,5,7
/proc/22365/stat : 22365 (java) S 22362 22365 21303 0 -1 1077944320 24060 13219 0 0 208 9 5 2 20 0 15 0 64570276 11094274048 45073 33554432000 4194304 4196468 140734520795008 140734520777552 140199872061175 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 39649280 140734520801902 140734520804700 140734520804700 140734520807375 0
/proc/22365/statm: 2708563 45073 3473 1 0 2670221 0
[pid=22365/tid=22418] ppid=22362 vsize=10834252 memory=0 CPUtime=1.41 cores=1,3,5,7
/proc/22365/task/22418/stat : 22418 (java) R 22362 22365 21303 0 -1 4202560 17650 13219 0 0 129 5 5 2 20 0 15 0 64570285 11094274048 45073 33554432000 4194304 4196468 140734520795008 140199843891328 140199858267491 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 39649280 140734520801902 140734520804700 140734520804700 140734520807375 0
[pid=22365/tid=22419] ppid=22362 vsize=10834252 memory=100832 CPUtime=0.07 cores=1,3,5,7
/proc/22365/task/22419/stat : 22419 (java) S 22362 22365 21303 0 -1 1077944384 15 13219 0 0 0 0 5 2 20 0 15 0 64570286 11094274048 45073 33554432000 4194304 4196468 140734520795008 140199876303376 140199872071381 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39649280 140734520801902 140734520804700 140734520804700 140734520807375 0
[pid=22365/tid=22420] ppid=22362 vsize=10834252 memory=5790086053191909267 CPUtime=0.08 cores=1,3,5,7
/proc/22365/task/22420/stat : 22420 (java) S 22362 22365 21303 0 -1 1077944384 209 13219 0 0 1 0 5 2 20 0 15 0 64570286 11094274048 45073 33554432000 4194304 4196468 140734520795008 140199764576912 140199872071381 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39649280 140734520801902 140734520804700 140734520804700 140734520807375 0
[pid=22365/tid=22421] ppid=22362 vsize=10834252 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/22365/task/22421/stat : 22421 (java) S 22362 22365 21303 0 -1 1077944384 23 13219 0 0 1 0 5 2 20 0 15 0 64570286 11094274048 45073 33554432000 4194304 4196468 140734520795008 140199763523856 140199872071381 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39649280 140734520801902 140734520804700 140734520804700 140734520807375 0
[pid=22365/tid=22422] ppid=22362 vsize=10834252 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/22365/task/22422/stat : 22422 (java) S 22362 22365 21303 0 -1 1077944384 83 13219 0 0 1 0 5 2 20 0 15 0 64570286 11094274048 45073 33554432000 4194304 4196468 140734520795008 140199762471312 140199872071381 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39649280 140734520801902 140734520804700 140734520804700 140734520807375 0
[pid=22365/tid=22423] ppid=22362 vsize=10834252 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/22365/task/22423/stat : 22423 (java) S 22362 22365 21303 0 -1 1077944384 194 13219 0 0 1 0 5 2 20 0 15 0 64570288 11094274048 45073 33554432000 4194304 4196468 140734520795008 140198875306736 140199872072322 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39649280 140734520801902 140734520804700 140734520804700 140734520807375 0
[pid=22365/tid=22424] ppid=22362 vsize=10834252 memory=-6221781267475802396 CPUtime=0.07 cores=1,3,5,7
/proc/22365/task/22424/stat : 22424 (java) S 22362 22365 21303 0 -1 1077944384 13 13219 0 0 0 0 5 2 20 0 15 0 64570288 11094274048 45073 33554432000 4194304 4196468 140734520795008 140198805497568 140199872071381 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39649280 140734520801902 140734520804700 140734520804700 140734520807375 0
[pid=22365/tid=22425] ppid=22362 vsize=10834252 memory=4132 CPUtime=0.07 cores=1,3,5,7
/proc/22365/task/22425/stat : 22425 (java) S 22362 22365 21303 0 -1 1077944384 2 13219 0 0 0 0 5 2 20 0 15 0 64570289 11094274048 45073 33554432000 4194304 4196468 140734520795008 140198671279360 140199872071381 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39649280 140734520801902 140734520804700 140734520804700 140734520807375 0
[pid=22365/tid=22426] ppid=22362 vsize=10834252 memory=2196 CPUtime=0.07 cores=1,3,5,7
/proc/22365/task/22426/stat : 22426 (java) S 22362 22365 21303 0 -1 1077944384 3 13219 0 0 0 0 5 2 20 0 15 0 64570291 11094274048 45073 33554432000 4194304 4196468 140734520795008 140198430988752 140199872079771 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39649280 140734520801902 140734520804700 140734520804700 140734520807375 0
[pid=22365/tid=22427] ppid=22362 vsize=10834252 memory=0 CPUtime=0.28 cores=1,3,5,7
/proc/22365/task/22427/stat : 22427 (java) S 22362 22365 21303 0 -1 1077944384 1109 13219 0 0 21 0 5 2 20 0 15 0 64570291 11094274048 45073 33554432000 4194304 4196468 140734520795008 140198874253552 140199872072322 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39649280 140734520801902 140734520804700 140734520804700 140734520807375 0
[pid=22365/tid=22428] ppid=22362 vsize=10834252 memory=236456874413494 CPUtime=0.27 cores=1,3,5,7
/proc/22365/task/22428/stat : 22428 (java) S 22362 22365 21303 0 -1 1077944384 1086 13219 0 0 20 0 5 2 20 0 15 0 64570291 11094274048 45073 33554432000 4194304 4196468 140734520795008 140198771939696 140199872072322 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39649280 140734520801902 140734520804700 140734520804700 140734520807375 0
[pid=22365/tid=22429] ppid=22362 vsize=10834252 memory=3843371840305377312 CPUtime=0.37 cores=1,3,5,7
/proc/22365/task/22429/stat : 22429 (java) S 22362 22365 21303 0 -1 1077944384 1476 13219 0 0 30 0 5 2 20 0 15 0 64570291 11094274048 45073 33554432000 4194304 4196468 140734520795008 140198770886640 140199872072322 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39649280 140734520801902 140734520804700 140734520804700 140734520807375 0
[pid=22365/tid=22430] ppid=22362 vsize=10834252 memory=4638778424102965584 CPUtime=0.07 cores=1,3,5,7
/proc/22365/task/22430/stat : 22430 (java) S 22362 22365 21303 0 -1 1077944384 3 13219 0 0 0 0 5 2 20 0 15 0 64570292 11094274048 45073 33554432000 4194304 4196468 140734520795008 140198397430112 140199872071381 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39649280 140734520801902 140734520804700 140734520804700 140734520807375 0
[pid=22365/tid=22431] ppid=22362 vsize=10834252 memory=4638778402627666016 CPUtime=0.07 cores=1,3,5,7
/proc/22365/task/22431/stat : 22431 (java) S 22362 22365 21303 0 -1 1077944384 1 13219 0 0 0 0 5 2 20 0 15 0 64570292 11094274048 45073 33554432000 4194304 4196468 140734520795008 140198769835056 140199872072322 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39649280 140734520801902 140734520804700 140734520804700 140734520807375 0
Current children cumulated CPU time: 2.24 s
Current children cumulated vsize: 10834252 KiB

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

[pid=22365/tid=22430] ppid=22362 vsize=10914144 memory=576460758282499373 CPUtime=0.07 cores=1,3,5,7
/proc/22365/task/22430/stat : 22430 (java) S 22362 22365 21303 0 -1 1077944384 3 13219 0 0 0 0 5 2 20 0 15 0 64570292 11176083456 264516 33554432000 4194304 4196468 140734520795008 140198397430112 140199872071381 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39649280 140734520801902 140734520804700 140734520804700 140734520807375 0
[pid=22365/tid=22431] ppid=22362 vsize=10914144 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/22365/task/22431/stat : 22431 (java) S 22362 22365 21303 0 -1 1077944384 576 13219 0 0 1 2 5 2 20 0 15 0 64570292 11176083456 264516 33554432000 4194304 4196468 140734520795008 140198769835056 140199872072322 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39649280 140734520801902 140734520804700 140734520804700 140734520807375 0
Current children cumulated CPU time: 71.37 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 1058064 KiB

[startup+65.6007 s]
/proc/loadavg: 1.55 1.64 1.51 3/218 22433
/proc/meminfo: memFree=13807920/32770624 swapFree=67108860/67108860
[pid=22365] ppid=22362 vsize=10914144 memory=1058064 CPUtime=72.97 cores=1,3,5,7
/proc/22365/stat : 22365 (java) S 22362 22365 21303 0 -1 1077944320 94904 13219 0 0 7247 43 5 2 20 0 15 0 64570276 11176083456 264516 33554432000 4194304 4196468 140734520795008 140734520777552 140199872061175 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 39649280 140734520801902 140734520804700 140734520804700 140734520807375 0
/proc/22365/statm: 2728536 264516 3517 1 0 2690189 0
[pid=22365/tid=22418] ppid=22362 vsize=10914144 memory=8259761640030508194 CPUtime=65.2 cores=1,3,5,7
/proc/22365/task/22418/stat : 22418 (java) R 22362 22365 21303 0 -1 4202560 47805 13219 0 0 6492 21 5 2 20 0 15 0 64570285 11176083456 264516 33554432000 4194304 4196468 140734520795008 140199843896000 140199436825088 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 39649280 140734520801902 140734520804700 140734520804700 140734520807375 0
[pid=22365/tid=22419] ppid=22362 vsize=10914144 memory=6791534058613427641 CPUtime=0.22 cores=1,3,5,7
/proc/22365/task/22419/stat : 22419 (java) S 22362 22365 21303 0 -1 1077944384 1260 13219 0 0 12 3 5 2 20 0 15 0 64570286 11176083456 264516 33554432000 4194304 4196468 140734520795008 140199876303376 140199872071381 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39649280 140734520801902 140734520804700 140734520804700 140734520807375 0
[pid=22365/tid=22420] ppid=22362 vsize=10914144 memory=2996 CPUtime=0.22 cores=1,3,5,7
/proc/22365/task/22420/stat : 22420 (java) S 22362 22365 21303 0 -1 1077944384 2560 13219 0 0 12 3 5 2 20 0 15 0 64570286 11176083456 264516 33554432000 4194304 4196468 140734520795008 140199764576912 140199872071381 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39649280 140734520801902 140734520804700 140734520804700 140734520807375 0
[pid=22365/tid=22421] ppid=22362 vsize=10914144 memory=1070288 CPUtime=0.22 cores=1,3,5,7
/proc/22365/task/22421/stat : 22421 (java) S 22362 22365 21303 0 -1 1077944384 487 13219 0 0 12 3 5 2 20 0 15 0 64570286 11176083456 264516 33554432000 4194304 4196468 140734520795008 140199763523856 140199872071381 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39649280 140734520801902 140734520804700 140734520804700 140734520807375 0
[pid=22365/tid=22422] ppid=22362 vsize=10914144 memory=1404 CPUtime=0.2 cores=1,3,5,7
/proc/22365/task/22422/stat : 22422 (java) S 22362 22365 21303 0 -1 1077944384 1884 13219 0 0 10 3 5 2 20 0 15 0 64570286 11176083456 264516 33554432000 4194304 4196468 140734520795008 140199762471312 140199872071381 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39649280 140734520801902 140734520804700 140734520804700 140734520807375 0
[pid=22365/tid=22423] ppid=22362 vsize=10914144 memory=6791534058613427641 CPUtime=0.19 cores=1,3,5,7
/proc/22365/task/22423/stat : 22423 (java) S 22362 22365 21303 0 -1 1077944384 2428 13219 0 0 12 0 5 2 20 0 15 0 64570288 11176083456 264516 33554432000 4194304 4196468 140734520795008 140198875306736 140199872072322 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39649280 140734520801902 140734520804700 140734520804700 140734520807375 0
[pid=22365/tid=22424] ppid=22362 vsize=10914144 memory=4132 CPUtime=0.07 cores=1,3,5,7
/proc/22365/task/22424/stat : 22424 (java) S 22362 22365 21303 0 -1 1077944384 14 13219 0 0 0 0 5 2 20 0 15 0 64570288 11176083456 264516 33554432000 4194304 4196468 140734520795008 140198805497632 140199872071381 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39649280 140734520801902 140734520804700 140734520804700 140734520807375 0
[pid=22365/tid=22425] ppid=22362 vsize=10914144 memory=2196 CPUtime=0.07 cores=1,3,5,7
/proc/22365/task/22425/stat : 22425 (java) S 22362 22365 21303 0 -1 1077944384 2 13219 0 0 0 0 5 2 20 0 15 0 64570289 11176083456 264516 33554432000 4194304 4196468 140734520795008 140198671279360 140199872071381 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39649280 140734520801902 140734520804700 140734520804700 140734520807375 0
[pid=22365/tid=22426] ppid=22362 vsize=10914144 memory=7528 CPUtime=0.07 cores=1,3,5,7
/proc/22365/task/22426/stat : 22426 (java) S 22362 22365 21303 0 -1 1077944384 3 13219 0 0 0 0 5 2 20 0 15 0 64570291 11176083456 264516 33554432000 4194304 4196468 140734520795008 140198430988752 140199872079771 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39649280 140734520801902 140734520804700 140734520804700 140734520807375 0
[pid=22365/tid=22427] ppid=22362 vsize=10914144 memory=836 CPUtime=2.97 cores=1,3,5,7
/proc/22365/task/22427/stat : 22427 (java) S 22362 22365 21303 0 -1 1077944384 15898 13219 0 0 288 2 5 2 20 0 15 0 64570291 11176083456 264516 33554432000 4194304 4196468 140734520795008 140198874253552 140199872072322 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39649280 140734520801902 140734520804700 140734520804700 140734520807375 0
[pid=22365/tid=22428] ppid=22362 vsize=10914144 memory=1692 CPUtime=2.61 cores=1,3,5,7
/proc/22365/task/22428/stat : 22428 (java) S 22362 22365 21303 0 -1 1077944384 10734 13219 0 0 252 2 5 2 20 0 15 0 64570291 11176083456 264516 33554432000 4194304 4196468 140734520795008 140198771939696 140199872072322 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39649280 140734520801902 140734520804700 140734520804700 140734520807375 0
[pid=22365/tid=22429] ppid=22362 vsize=10914144 memory=0 CPUtime=1.56 cores=1,3,5,7
/proc/22365/task/22429/stat : 22429 (java) S 22362 22365 21303 0 -1 1077944384 9057 13219 0 0 147 2 5 2 20 0 15 0 64570291 11176083456 264516 33554432000 4194304 4196468 140734520795008 140198770886640 140199872072322 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39649280 140734520801902 140734520804700 140734520804700 140734520807375 0
[pid=22365/tid=22430] ppid=22362 vsize=10914144 memory=-7094132109863559211 CPUtime=0.07 cores=1,3,5,7
/proc/22365/task/22430/stat : 22430 (java) S 22362 22365 21303 0 -1 1077944384 3 13219 0 0 0 0 5 2 20 0 15 0 64570292 11176083456 264516 33554432000 4194304 4196468 140734520795008 140198397430112 140199872071381 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39649280 140734520801902 140734520804700 140734520804700 140734520807375 0
[pid=22365/tid=22431] ppid=22362 vsize=10914144 memory=-7880843606118635149 CPUtime=0.1 cores=1,3,5,7
/proc/22365/task/22431/stat : 22431 (java) S 22362 22365 21303 0 -1 1077944384 576 13219 0 0 1 2 5 2 20 0 15 0 64570292 11176083456 264516 33554432000 4194304 4196468 140734520795008 140198769835056 140199872072322 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39649280 140734520801902 140734520804700 140734520804700 140734520807375 0
Current children cumulated CPU time: 72.97 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 1058064 KiB

[startup+67.2008 s]
/proc/loadavg: 1.58 1.64 1.51 3/218 22433
/proc/meminfo: memFree=13807920/32770624 swapFree=67108860/67108860
[pid=22365] ppid=22362 vsize=10914144 memory=1058064 CPUtime=74.58 cores=1,3,5,7
/proc/22365/stat : 22365 (java) S 22362 22365 21303 0 -1 1077944320 94917 13219 0 0 7408 43 5 2 20 0 15 0 64570276 11176083456 264516 33554432000 4194304 4196468 140734520795008 140734520777552 140199872061175 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 39649280 140734520801902 140734520804700 140734520804700 140734520807375 0
/proc/22365/statm: 2728536 264516 3517 1 0 2690189 0
[pid=22365/tid=22418] ppid=22362 vsize=10914144 memory=19836 CPUtime=66.79 cores=1,3,5,7
/proc/22365/task/22418/stat : 22418 (java) R 22362 22365 21303 0 -1 4202560 47816 13219 0 0 6651 21 5 2 20 0 15 0 64570285 11176083456 264516 33554432000 4194304 4196468 140734520795008 140199843896208 140199439000735 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 39649280 140734520801902 140734520804700 140734520804700 140734520807375 0
[pid=22365/tid=22419] ppid=22362 vsize=10914144 memory=1296 CPUtime=0.22 cores=1,3,5,7
/proc/22365/task/22419/stat : 22419 (java) S 22362 22365 21303 0 -1 1077944384 1260 13219 0 0 12 3 5 2 20 0 15 0 64570286 11176083456 264516 33554432000 4194304 4196468 140734520795008 140199876303376 140199872071381 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39649280 140734520801902 140734520804700 140734520804700 140734520807375 0
[pid=22365/tid=22420] ppid=22362 vsize=10914144 memory=2448 CPUtime=0.23 cores=1,3,5,7
/proc/22365/task/22420/stat : 22420 (java) S 22362 22365 21303 0 -1 1077944384 2561 13219 0 0 13 3 5 2 20 0 15 0 64570286 11176083456 264516 33554432000 4194304 4196468 140734520795008 140199764576912 140199872071381 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39649280 140734520801902 140734520804700 140734520804700 140734520807375 0
[pid=22365/tid=22421] ppid=22362 vsize=10914144 memory=1728 CPUtime=0.22 cores=1,3,5,7
/proc/22365/task/22421/stat : 22421 (java) S 22362 22365 21303 0 -1 1077944384 488 13219 0 0 12 3 5 2 20 0 15 0 64570286 11176083456 264516 33554432000 4194304 4196468 140734520795008 140199763523856 140199872071381 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39649280 140734520801902 140734520804700 140734520804700 140734520807375 0
[pid=22365/tid=22422] ppid=22362 vsize=10914144 memory=1058064 CPUtime=0.21 cores=1,3,5,7
/proc/22365/task/22422/stat : 22422 (java) S 22362 22365 21303 0 -1 1077944384 1884 13219 0 0 11 3 5 2 20 0 15 0 64570286 11176083456 264516 33554432000 4194304 4196468 140734520795008 140199762471312 140199872071381 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39649280 140734520801902 140734520804700 140734520804700 140734520807375 0
[pid=22365/tid=22423] ppid=22362 vsize=10914144 memory=4616 CPUtime=0.2 cores=1,3,5,7
/proc/22365/task/22423/stat : 22423 (java) S 22362 22365 21303 0 -1 1077944384 2428 13219 0 0 13 0 5 2 20 0 15 0 64570288 11176083456 264516 33554432000 4194304 4196468 140734520795008 140198875306736 140199872072322 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39649280 140734520801902 140734520804700 140734520804700 140734520807375 0
[pid=22365/tid=22424] ppid=22362 vsize=10914144 memory=15868 CPUtime=0.07 cores=1,3,5,7
/proc/22365/task/22424/stat : 22424 (java) S 22362 22365 21303 0 -1 1077944384 14 13219 0 0 0 0 5 2 20 0 15 0 64570288 11176083456 264516 33554432000 4194304 4196468 140734520795008 140198805497632 140199872071381 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39649280 140734520801902 140734520804700 140734520804700 140734520807375 0
[pid=22365/tid=22425] ppid=22362 vsize=10914144 memory=4012 CPUtime=0.07 cores=1,3,5,7
/proc/22365/task/22425/stat : 22425 (java) S 22362 22365 21303 0 -1 1077944384 2 13219 0 0 0 0 5 2 20 0 15 0 64570289 11176083456 264516 33554432000 4194304 4196468 140734520795008 140198671279360 140199872071381 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39649280 140734520801902 140734520804700 140734520804700 140734520807375 0
[pid=22365/tid=22426] ppid=22362 vsize=10914144 memory=12632 CPUtime=0.07 cores=1,3,5,7
/proc/22365/task/22426/stat : 22426 (java) S 22362 22365 21303 0 -1 1077944384 3 13219 0 0 0 0 5 2 20 0 15 0 64570291 11176083456 264516 33554432000 4194304 4196468 140734520795008 140198430988752 140199872079771 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39649280 140734520801902 140734520804700 140734520804700 140734520807375 0
[pid=22365/tid=22427] ppid=22362 vsize=10914144 memory=18488 CPUtime=2.97 cores=1,3,5,7
/proc/22365/task/22427/stat : 22427 (java) S 22362 22365 21303 0 -1 1077944384 15898 13219 0 0 288 2 5 2 20 0 15 0 64570291 11176083456 264516 33554432000 4194304 4196468 140734520795008 140198874253552 140199872072322 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39649280 140734520801902 140734520804700 140734520804700 140734520807375 0
[pid=22365/tid=22428] ppid=22362 vsize=10914144 memory=6791534058613427641 CPUtime=2.61 cores=1,3,5,7
/proc/22365/task/22428/stat : 22428 (java) S 22362 22365 21303 0 -1 1077944384 10734 13219 0 0 252 2 5 2 20 0 15 0 64570291 11176083456 264516 33554432000 4194304 4196468 140734520795008 140198771939696 140199872072322 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39649280 140734520801902 140734520804700 140734520804700 140734520807375 0
[pid=22365/tid=22429] ppid=22362 vsize=10914144 memory=1692 CPUtime=1.56 cores=1,3,5,7
/proc/22365/task/22429/stat : 22429 (java) S 22362 22365 21303 0 -1 1077944384 9057 13219 0 0 147 2 5 2 20 0 15 0 64570291 11176083456 264516 33554432000 4194304 4196468 140734520795008 140198770886640 140199872072322 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39649280 140734520801902 140734520804700 140734520804700 140734520807375 0
[pid=22365/tid=22430] ppid=22362 vsize=10914144 memory=912 CPUtime=0.07 cores=1,3,5,7
/proc/22365/task/22430/stat : 22430 (java) S 22362 22365 21303 0 -1 1077944384 3 13219 0 0 0 0 5 2 20 0 15 0 64570292 11176083456 264516 33554432000 4194304 4196468 140734520795008 140198397430112 140199872071381 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39649280 140734520801902 140734520804700 140734520804700 140734520807375 0
[pid=22365/tid=22431] ppid=22362 vsize=10914144 memory=3848 CPUtime=0.1 cores=1,3,5,7
/proc/22365/task/22431/stat : 22431 (java) S 22362 22365 21303 0 -1 1077944384 576 13219 0 0 1 2 5 2 20 0 15 0 64570292 11176083456 264516 33554432000 4194304 4196468 140734520795008 140198769835056 140199872072322 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39649280 140734520801902 140734520804700 140734520804700 140734520807375 0
Current children cumulated CPU time: 74.58 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 1058064 KiB

[startup+67.6008 s]
/proc/loadavg: 1.58 1.64 1.51 3/218 22433
/proc/meminfo: memFree=13807920/32770624 swapFree=67108860/67108860
[pid=22365] ppid=22362 vsize=10914144 memory=1058064 CPUtime=74.99 cores=1,3,5,7
/proc/22365/stat : 22365 (java) S 22362 22365 21303 0 -1 1077944320 95115 13219 0 0 7449 43 5 2 20 0 15 0 64570276 11176083456 264516 33554432000 4194304 4196468 140734520795008 140734520777552 140199872061175 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 39649280 140734520801902 140734520804700 140734520804700 140734520807375 0
/proc/22365/statm: 2728536 264516 3517 1 0 2690189 0
[pid=22365/tid=22418] ppid=22362 vsize=10914144 memory=1008 CPUtime=67.18 cores=1,3,5,7
/proc/22365/task/22418/stat : 22418 (java) R 22362 22365 21303 0 -1 4202560 47827 13219 0 0 6690 21 5 2 20 0 15 0 64570285 11176083456 264516 33554432000 4194304 4196468 140734520795008 140199843895792 140199438154255 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 39649280 140734520801902 140734520804700 140734520804700 140734520807375 0
[pid=22365/tid=22419] ppid=22362 vsize=10914144 memory=12040 CPUtime=0.23 cores=1,3,5,7
/proc/22365/task/22419/stat : 22419 (java) S 22362 22365 21303 0 -1 1077944384 1260 13219 0 0 13 3 5 2 20 0 15 0 64570286 11176083456 264516 33554432000 4194304 4196468 140734520795008 140199876303376 140199872071381 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39649280 140734520801902 140734520804700 140734520804700 140734520807375 0
[pid=22365/tid=22420] ppid=22362 vsize=10914144 memory=1696 CPUtime=0.23 cores=1,3,5,7
/proc/22365/task/22420/stat : 22420 (java) S 22362 22365 21303 0 -1 1077944384 2565 13219 0 0 13 3 5 2 20 0 15 0 64570286 11176083456 264516 33554432000 4194304 4196468 140734520795008 140199764576912 140199872071381 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39649280 140734520801902 140734520804700 140734520804700 140734520807375 0
[pid=22365/tid=22421] ppid=22362 vsize=10914144 memory=8544 CPUtime=0.23 cores=1,3,5,7
/proc/22365/task/22421/stat : 22421 (java) S 22362 22365 21303 0 -1 1077944384 488 13219 0 0 13 3 5 2 20 0 15 0 64570286 11176083456 264516 33554432000 4194304 4196468 140734520795008 140199763523856 140199872071381 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39649280 140734520801902 140734520804700 140734520804700 140734520807375 0
[pid=22365/tid=22422] ppid=22362 vsize=10914144 memory=1444 CPUtime=0.21 cores=1,3,5,7
/proc/22365/task/22422/stat : 22422 (java) S 22362 22365 21303 0 -1 1077944384 1884 13219 0 0 11 3 5 2 20 0 15 0 64570286 11176083456 264516 33554432000 4194304 4196468 140734520795008 140199762471312 140199872071381 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39649280 140734520801902 140734520804700 140734520804700 140734520807375 0
[pid=22365/tid=22423] ppid=22362 vsize=10914144 memory=1200 CPUtime=0.2 cores=1,3,5,7
/proc/22365/task/22423/stat : 22423 (java) S 22362 22365 21303 0 -1 1077944384 2428 13219 0 0 13 0 5 2 20 0 15 0 64570288 11176083456 264516 33554432000 4194304 4196468 140734520795008 140198875306736 140199872072322 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39649280 140734520801902 140734520804700 140734520804700 140734520807375 0
[pid=22365/tid=22424] ppid=22362 vsize=10914144 memory=792 CPUtime=0.07 cores=1,3,5,7
/proc/22365/task/22424/stat : 22424 (java) S 22362 22365 21303 0 -1 1077944384 14 13219 0 0 0 0 5 2 20 0 15 0 64570288 11176083456 264516 33554432000 4194304 4196468 140734520795008 140198805497632 140199872071381 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39649280 140734520801902 140734520804700 140734520804700 140734520807375 0
[pid=22365/tid=22425] ppid=22362 vsize=10914144 memory=1228 CPUtime=0.07 cores=1,3,5,7
/proc/22365/task/22425/stat : 22425 (java) S 22362 22365 21303 0 -1 1077944384 2 13219 0 0 0 0 5 2 20 0 15 0 64570289 11176083456 264516 33554432000 4194304 4196468 140734520795008 140198671279360 140199872071381 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39649280 140734520801902 140734520804700 140734520804700 140734520807375 0
[pid=22365/tid=22426] ppid=22362 vsize=10914144 memory=1948 CPUtime=0.07 cores=1,3,5,7
/proc/22365/task/22426/stat : 22426 (java) S 22362 22365 21303 0 -1 1077944384 3 13219 0 0 0 0 5 2 20 0 15 0 64570291 11176083456 264516 33554432000 4194304 4196468 140734520795008 140198430988752 140199872079771 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39649280 140734520801902 140734520804700 140734520804700 140734520807375 0
[pid=22365/tid=22427] ppid=22362 vsize=10914144 memory=5524 CPUtime=2.97 cores=1,3,5,7
/proc/22365/task/22427/stat : 22427 (java) S 22362 22365 21303 0 -1 1077944384 16081 13219 0 0 288 2 5 2 20 0 15 0 64570291 11176083456 264516 33554432000 4194304 4196468 140734520795008 140198874253552 140199872072322 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39649280 140734520801902 140734520804700 140734520804700 140734520807375 0
[pid=22365/tid=22428] ppid=22362 vsize=10914144 memory=1444 CPUtime=2.61 cores=1,3,5,7
/proc/22365/task/22428/stat : 22428 (java) S 22362 22365 21303 0 -1 1077944384 10734 13219 0 0 252 2 5 2 20 0 15 0 64570291 11176083456 264516 33554432000 4194304 4196468 140734520795008 140198771939696 140199872072322 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39649280 140734520801902 140734520804700 140734520804700 140734520807375 0
[pid=22365/tid=22429] ppid=22362 vsize=10914144 memory=1200 CPUtime=1.56 cores=1,3,5,7
/proc/22365/task/22429/stat : 22429 (java) S 22362 22365 21303 0 -1 1077944384 9057 13219 0 0 147 2 5 2 20 0 15 0 64570291 11176083456 264516 33554432000 4194304 4196468 140734520795008 140198770886640 140199872072322 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39649280 140734520801902 140734520804700 140734520804700 140734520807375 0
[pid=22365/tid=22430] ppid=22362 vsize=10914144 memory=1008 CPUtime=0.07 cores=1,3,5,7
/proc/22365/task/22430/stat : 22430 (java) S 22362 22365 21303 0 -1 1077944384 3 13219 0 0 0 0 5 2 20 0 15 0 64570292 11176083456 264516 33554432000 4194304 4196468 140734520795008 140198397430112 140199872071381 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39649280 140734520801902 140734520804700 140734520804700 140734520807375 0
[pid=22365/tid=22431] ppid=22362 vsize=10914144 memory=12040 CPUtime=0.1 cores=1,3,5,7
/proc/22365/task/22431/stat : 22431 (java) S 22362 22365 21303 0 -1 1077944384 576 13219 0 0 1 2 5 2 20 0 15 0 64570292 11176083456 264516 33554432000 4194304 4196468 140734520795008 140198769835056 140199872072322 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39649280 140734520801902 140734520804700 140734520804700 140734520807375 0
Current children cumulated CPU time: 74.99 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 1058064 KiB

[startup+68.0008 s]*
/proc/loadavg: 1.58 1.64 1.51 3/218 22433
/proc/meminfo: memFree=13808168/32770624 swapFree=67108860/67108860
[pid=22365] ppid=22362 vsize=10914144 memory=1058064 CPUtime=75.4 cores=1,3,5,7
/proc/22365/stat : 22365 (java) S 22362 22365 21303 0 -1 1077944320 95116 13219 0 0 7490 43 5 2 20 0 15 0 64570276 11176083456 264516 33554432000 4194304 4196468 140734520795008 140734520777552 140199872061175 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 39649280 140734520801902 140734520804700 140734520804700 140734520807375 0
/proc/22365/statm: 2728536 264516 3517 1 0 2690189 0
[pid=22365/tid=22418] ppid=22362 vsize=10914144 memory=6791534058613427641 CPUtime=67.59 cores=1,3,5,7
/proc/22365/task/22418/stat : 22418 (java) R 22362 22365 21303 0 -1 4202560 47828 13219 0 0 6731 21 5 2 20 0 15 0 64570285 11176083456 264516 33554432000 4194304 4196468 140734520795008 140199843896112 140199440378350 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 39649280 140734520801902 140734520804700 140734520804700 140734520807375 0
[pid=22365/tid=22419] ppid=22362 vsize=10914144 memory=-7003737579269690708 CPUtime=0.23 cores=1,3,5,7
/proc/22365/task/22419/stat : 22419 (java) S 22362 22365 21303 0 -1 1077944384 1260 13219 0 0 13 3 5 2 20 0 15 0 64570286 11176083456 264516 33554432000 4194304 4196468 140734520795008 140199876303376 140199872071381 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39649280 140734520801902 140734520804700 140734520804700 140734520807375 0
[pid=22365/tid=22420] ppid=22362 vsize=10914144 memory=6791534058613427641 CPUtime=0.23 cores=1,3,5,7
/proc/22365/task/22420/stat : 22420 (java) S 22362 22365 21303 0 -1 1077944384 2565 13219 0 0 13 3 5 2 20 0 15 0 64570286 11176083456 264516 33554432000 4194304 4196468 140734520795008 140199764576912 140199872071381 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39649280 140734520801902 140734520804700 140734520804700 140734520807375 0
[pid=22365/tid=22421] ppid=22362 vsize=10914144 memory=7100839861465685612 CPUtime=0.23 cores=1,3,5,7
/proc/22365/task/22421/stat : 22421 (java) S 22362 22365 21303 0 -1 1077944384 488 13219 0 0 13 3 5 2 20 0 15 0 64570286 11176083456 264516 33554432000 4194304 4196468 140734520795008 140199763523856 140199872071381 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39649280 140734520801902 140734520804700 140734520804700 140734520807375 0
[pid=22365/tid=22422] ppid=22362 vsize=10914144 memory=-7175204567652784766 CPUtime=0.21 cores=1,3,5,7
/proc/22365/task/22422/stat : 22422 (java) S 22362 22365 21303 0 -1 1077944384 1884 13219 0 0 11 3 5 2 20 0 15 0 64570286 11176083456 264516 33554432000 4194304 4196468 140734520795008 140199762471312 140199872071381 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39649280 140734520801902 140734520804700 140734520804700 140734520807375 0
[pid=22365/tid=22423] ppid=22362 vsize=10914144 memory=3054156605268465310 CPUtime=0.2 cores=1,3,5,7
/proc/22365/task/22423/stat : 22423 (java) S 22362 22365 21303 0 -1 1077944384 2428 13219 0 0 13 0 5 2 20 0 15 0 64570288 11176083456 264516 33554432000 4194304 4196468 140734520795008 140198875306736 140199872072322 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39649280 140734520801902 140734520804700 140734520804700 140734520807375 0
[pid=22365/tid=22424] ppid=22362 vsize=10914144 memory=8514726395714825349 CPUtime=0.07 cores=1,3,5,7
/proc/22365/task/22424/stat : 22424 (java) S 22362 22365 21303 0 -1 1077944384 14 13219 0 0 0 0 5 2 20 0 15 0 64570288 11176083456 264516 33554432000 4194304 4196468 140734520795008 140198805497632 140199872071381 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39649280 140734520801902 140734520804700 140734520804700 140734520807375 0
[pid=22365/tid=22425] ppid=22362 vsize=10914144 memory=7594585551952045927 CPUtime=0.07 cores=1,3,5,7
/proc/22365/task/22425/stat : 22425 (java) S 22362 22365 21303 0 -1 1077944384 2 13219 0 0 0 0 5 2 20 0 15 0 64570289 11176083456 264516 33554432000 4194304 4196468 140734520795008 140198671279360 140199872071381 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39649280 140734520801902 140734520804700 140734520804700 140734520807375 0
[pid=22365/tid=22426] ppid=22362 vsize=10914144 memory=7739788234605487986 CPUtime=0.07 cores=1,3,5,7
/proc/22365/task/22426/stat : 22426 (java) S 22362 22365 21303 0 -1 1077944384 3 13219 0 0 0 0 5 2 20 0 15 0 64570291 11176083456 264516 33554432000 4194304 4196468 140734520795008 140198430988752 140199872079771 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39649280 140734520801902 140734520804700 140734520804700 140734520807375 0
[pid=22365/tid=22427] ppid=22362 vsize=10914144 memory=7525351602155448424 CPUtime=2.97 cores=1,3,5,7
/proc/22365/task/22427/stat : 22427 (java) S 22362 22365 21303 0 -1 1077944384 16081 13219 0 0 288 2 5 2 20 0 15 0 64570291 11176083456 264516 33554432000 4194304 4196468 140734520795008 140198874253552 140199872072322 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39649280 140734520801902 140734520804700 140734520804700 140734520807375 0
[pid=22365/tid=22428] ppid=22362 vsize=10914144 memory=7739558466754208872 CPUtime=2.61 cores=1,3,5,7
/proc/22365/task/22428/stat : 22428 (java) S 22362 22365 21303 0 -1 1077944384 10734 13219 0 0 252 2 5 2 20 0 15 0 64570291 11176083456 264516 33554432000 4194304 4196468 140734520795008 140198771939696 140199872072322 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39649280 140734520801902 140734520804700 140734520804700 140734520807375 0
[pid=22365/tid=22429] ppid=22362 vsize=10914144 memory=7661555800446036079 CPUtime=1.56 cores=1,3,5,7
/proc/22365/task/22429/stat : 22429 (java) S 22362 22365 21303 0 -1 1077944384 9057 13219 0 0 147 2 5 2 20 0 15 0 64570291 11176083456 264516 33554432000 4194304 4196468 140734520795008 140198770886640 140199872072322 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39649280 140734520801902 140734520804700 140734520804700 140734520807375 0
[pid=22365/tid=22430] ppid=22362 vsize=10914144 memory=5793995731135064937 CPUtime=0.07 cores=1,3,5,7
/proc/22365/task/22430/stat : 22430 (java) S 22362 22365 21303 0 -1 1077944384 3 13219 0 0 0 0 5 2 20 0 15 0 64570292 11176083456 264516 33554432000 4194304 4196468 140734520795008 140198397430112 140199872071381 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39649280 140734520801902 140734520804700 140734520804700 140734520807375 0
[pid=22365/tid=22431] ppid=22362 vsize=10914144 memory=164 CPUtime=0.1 cores=1,3,5,7
/proc/22365/task/22431/stat : 22431 (java) S 22362 22365 21303 0 -1 1077944384 576 13219 0 0 1 2 5 2 20 0 15 0 64570292 11176083456 264516 33554432000 4194304 4196468 140734520795008 140198769835056 140199872072322 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39649280 140734520801902 140734520804700 140734520804700 140734520807375 0
Current children cumulated CPU time: 75.4 s
Current children cumulated vsize: 10914144 KiB
Current children cumulated memory: 1058064 KiB

Child status: 0
Real time (s): 68.0537
CPU time (s): 75.4604
CPU user time (s): 74.9803
CPU system time (s): 0.480061
CPU usage (%): 110.883
Max. virtual memory (cumulated for all children) (KiB): 10916852
Max. memory (cumulated for all children) (KiB): 1060116

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 74.9803
system time used= 0.480061
maximum resident set size= 1060204
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 110159
page faults= 0
swaps= 0
block input operations= 0
block output operations= 264
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 10891
involuntary context switches= 189


# summary of solver processes directly reported to runsolver:
#   pid: 22365
#   total CPU time (s): 75.4604
#   total CPU user time (s): 74.9803
#   total CPU system time (s): 0.480061

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.37689 second user time and 0.75199 second system time

The end

Launcher Data

Begin job on node135 at 2018-07-25 00:07:51
IDJOB=4294368
IDBENCH=141374
IDSOLVER=2750
FILE ID=node135/4294368-1532470071
RUNJOBID= node135-1532466475-21335
PBS_JOBID= 21021583
Free space on /tmp= 48344 MiB

SOLVER NAME= Concrete 3.8 2018-06-13
BENCH NAME= XCSP18/GolombRuler/GolombRuler-a3v18-nodv-09_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4294368-1532470071/watcher-4294368-1532470071 -o /tmp/evaluation-result-4294368-1532470071/solver-4294368-1532470071 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node135-1532466475-21335 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=1881412064 HOME/instance-4294368-1532470071.xml

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

MD5SUM BENCH= 5099229ea21e0b755c9ada14ed0c0ccc
RANDOM SEED=1881412064

node135.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.50
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.50
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.50
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.50
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:        14856148 kB
MemAvailable:   30879884 kB
Buffers:          215256 kB
Cached:         15858084 kB
SwapCached:            0 kB
Active:          3525448 kB
Inactive:       13659176 kB
Active(anon):    1061188 kB
Inactive(anon):    69900 kB
Active(file):    2464260 kB
Inactive(file): 13589276 kB
Unevictable:        7200 kB
Mlocked:            7200 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             26492 kB
Writeback:             0 kB
AnonPages:       1106224 kB
Mapped:            51960 kB
Shmem:             17056 kB
Slab:             427568 kB
SReclaimable:     398660 kB
SUnreclaim:        28908 kB
KernelStack:        3440 kB
PageTables:         7416 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2095408 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    860160 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:       93568 kB
DirectMap2M:    33452032 kB

Free space on /tmp at the end= 48316 MiB
End job on node135 at 2018-07-25 00:08:59