Trace number 4295345

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-13OPT445 13.1976 5.80997

General information on the benchmark

NameMario/
Mario-easy-5_c18.xml
MD5SUM4fc2559afebff091b84e9ba27308c103
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark445
Best CPU time to get the best result obtained on this benchmark2.48119
Satisfiable
(Un)Satisfiability was proved
Number of variables45
Number of constraints31
Number of domains30
Minimum domain size1
Maximum domain size15
Distribution of domain sizes[{"size":1,"count":2},{"size":2,"count":13},{"size":14,"count":1},{"size":15,"count":29}]
Minimum variable degree1
Maximum variable degree3
Distribution of variable degrees[{"degree":1,"count":2},{"degree":2,"count":29},{"degree":3,"count":14}]
Minimum constraint arity1
Maximum constraint arity15
Distribution of constraint arities[{"arity":1,"count":1},{"arity":2,"count":28},{"arity":15,"count":2}]
Number of extensional constraints15
Number of intensional constraints14
Distribution of constraint types[{"type":"extension","count":15},{"type":"intension","count":14},{"type":"sum","count":1},{"type":"circuit","count":1}]
Optimization problemYES
Type of objectivemax SUM

Quality of the solution as a function of time


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

Solver Data

0.98/0.74	c Concrete v3.8.1528841891564 running
8.46/4.09	o 323
8.74/4.14	o 332
8.74/4.17	o 357
9.05/4.28	o 383
9.37/4.31	o 388
9.37/4.36	o 390
9.37/4.38	o 395
9.37/4.39	o 437
9.70/4.41	o 442
9.70/4.47	o 445
13.04/5.78	v <instantiation cost="445">
13.04/5.78	v       <list>
13.04/5.78	v         s[0] s[1] s[2] s[3] s[4] s[5] s[6] s[7] s[8] s[9] s[10] s[11] s[12] s[13] s[14] f[0] f[1] f[2] f[3] f[4] f[5] f[6] f[7] f[8] f[9] f[10] f[11] f[12] f[13] f[14] g[0] g[1] g[2] g[3] g[4] g[5] g[6] g[7] g[8] g[9] g[10] g[11] g[12] g[13] g[14]
13.04/5.78	v       </list>
13.04/5.78	v       <values>
13.04/5.78	v         13 0 12 5 14 1 2 8 3 9 7 4 11 6 10 149 0 189 376 86 43 137 72 71 0 79 11 212 211 210 0 0 74 24 6 5 54 91 22 0 31 3 47 60 28
13.04/5.78	v       </values>
13.04/5.78	v     </instantiation>
13.04/5.78	s OPTIMUM FOUND

Verifier Data

OK	445

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4295345-1532543465/watcher-4295345-1532543465 -o /tmp/evaluation-result-4295345-1532543465/solver-4295345-1532543465 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node136-1532524210-24417 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=1297137196 HOME/instance-4295345-1532543465.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=28652, runsolver pid=28649

[startup+0.10012 s]*
/proc/loadavg: 1.98 1.54 1.43 3/206 28709
/proc/meminfo: memFree=20931444/32770624 swapFree=67108860/67108860
[pid=28652] ppid=28649 vsize=9972712 memory=18860 CPUtime=0.08 cores=1,3,5,7
/proc/28652/stat : 28652 (java) S 28649 28652 24385 0 -1 1077944320 4384 12835 0 0 1 0 4 3 20 0 6 0 71909688 10212057088 4715 33554432000 4194304 4196468 140727889212048 140727889194592 140327938744055 0 0 0 16784584 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 14319616 140727889218158 140727889220956 140727889220956 140727889223631 0
/proc/28652/statm: 2493178 4715 1934 1 0 2481616 0
[pid=28652/tid=28705] ppid=28649 vsize=9972712 memory=4279135703913235855 CPUtime=0.07 cores=1,3,5,7
/proc/28652/task/28705/stat : 28705 (java) R 28649 28652 24385 0 -1 4202560 2188 12835 0 0 0 0 4 3 20 0 6 0 71909697 10212057088 4715 33554432000 4194304 4196468 140727889212048 140327910580816 140327922824542 0 4 0 16784584 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 14319616 140727889218158 140727889220956 140727889220956 140727889223631 0
[pid=28652/tid=28706] ppid=28649 vsize=9972712 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/28652/task/28706/stat : 28706 (java) S 28649 28652 24385 0 -1 1077944384 1 12835 0 0 0 0 4 3 20 0 6 0 71909698 10212057088 4715 33554432000 4194304 4196468 140727889212048 140327942986384 140327938754261 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14319616 140727889218158 140727889220956 140727889220956 140727889223631 0
[pid=28652/tid=28707] ppid=28649 vsize=9972712 memory=140257383851648 CPUtime=0.07 cores=1,3,5,7
/proc/28652/task/28707/stat : 28707 (java) S 28649 28652 24385 0 -1 1077944384 1 12835 0 0 0 0 4 3 20 0 6 0 71909698 10212057088 4715 33554432000 4194304 4196468 140727889212048 140327857805840 140327938754261 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14319616 140727889218158 140727889220956 140727889220956 140727889223631 0
[pid=28652/tid=28708] ppid=28649 vsize=9972712 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/28652/task/28708/stat : 28708 (java) S 28649 28652 24385 0 -1 1077944384 1 12835 0 0 0 0 4 3 20 0 6 0 71909698 10212057088 4715 33554432000 4194304 4196468 140727889212048 140327510530448 140327938754261 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14319616 140727889218158 140727889220956 140727889220956 140727889223631 0
[pid=28652/tid=28709] ppid=28649 vsize=9972712 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/28652/task/28709/stat : 28709 (java) S 28649 28652 24385 0 -1 1077944384 2 12835 0 0 0 0 4 3 20 0 6 0 71909698 10212057088 4715 33554432000 4194304 4196468 140727889212048 140327509477648 140327938754261 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14319616 140727889218158 140727889220956 140727889220956 140727889223631 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 18860 KiB

[startup+0.20989 s]*
/proc/loadavg: 1.98 1.54 1.43 4/215 28718
/proc/meminfo: memFree=20910136/32770624 swapFree=67108860/67108860
[pid=28652] ppid=28649 vsize=10821524 memory=44052 CPUtime=0.25 cores=1,3,5,7
/proc/28652/stat : 28652 (java) S 28649 28652 24385 0 -1 1077944320 8220 12835 0 0 17 1 4 3 20 0 15 0 71909688 11081240576 11013 33554432000 4194304 4196468 140727889212048 140727889194592 140327938744055 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 14319616 140727889218158 140727889220956 140727889220956 140727889223631 0
/proc/28652/statm: 2705381 11013 2951 1 0 2667804 0
[pid=28652/tid=28705] ppid=28649 vsize=10821524 memory=7022364594140610616 CPUtime=0.18 cores=1,3,5,7
/proc/28652/task/28705/stat : 28705 (java) R 28649 28652 24385 0 -1 4202560 4857 12835 0 0 11 0 4 3 20 0 15 0 71909697 11081240576 11079 33554432000 4194304 4196468 140727889212048 140327910568864 140327931423773 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 14319616 140727889218158 140727889220956 140727889220956 140727889223631 0
[pid=28652/tid=28706] ppid=28649 vsize=10821524 memory=331 CPUtime=0.07 cores=1,3,5,7
/proc/28652/task/28706/stat : 28706 (java) S 28649 28652 24385 0 -1 1077944384 1 12835 0 0 0 0 4 3 20 0 15 0 71909698 11081240576 11079 33554432000 4194304 4196468 140727889212048 140327942986384 140327938754261 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14319616 140727889218158 140727889220956 140727889220956 140727889223631 0
[pid=28652/tid=28707] ppid=28649 vsize=10821524 memory=140257384236113 CPUtime=0.07 cores=1,3,5,7
/proc/28652/task/28707/stat : 28707 (java) S 28649 28652 24385 0 -1 1077944384 1 12835 0 0 0 0 4 3 20 0 15 0 71909698 11081240576 11079 33554432000 4194304 4196468 140727889212048 140327857805840 140327938754261 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14319616 140727889218158 140727889220956 140727889220956 140727889223631 0
[pid=28652/tid=28708] ppid=28649 vsize=10821524 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/28652/task/28708/stat : 28708 (java) S 28649 28652 24385 0 -1 1077944384 1 12835 0 0 0 0 4 3 20 0 15 0 71909698 11081240576 11145 33554432000 4194304 4196468 140727889212048 140327510530448 140327938754261 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14319616 140727889218158 140727889220956 140727889220956 140727889223631 0
[pid=28652/tid=28709] ppid=28649 vsize=10821524 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/28652/task/28709/stat : 28709 (java) S 28649 28652 24385 0 -1 1077944384 2 12835 0 0 0 0 4 3 20 0 15 0 71909698 11081240576 11145 33554432000 4194304 4196468 140727889212048 140327509477648 140327938754261 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14319616 140727889218158 140727889220956 140727889220956 140727889223631 0
[pid=28652/tid=28710] ppid=28649 vsize=10821524 memory=140257383851648 CPUtime=0.07 cores=1,3,5,7
/proc/28652/task/28710/stat : 28710 (java) S 28649 28652 24385 0 -1 1077944384 2 12835 0 0 0 0 4 3 20 0 15 0 71909699 11081240576 11145 33554432000 4194304 4196468 140727889212048 140327465384816 140327938755202 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14319616 140727889218158 140727889220956 140727889220956 140727889223631 0
[pid=28652/tid=28711] ppid=28649 vsize=10821524 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/28652/task/28711/stat : 28711 (java) S 28649 28652 24385 0 -1 1077944384 13 12835 0 0 0 0 4 3 20 0 15 0 71909699 11081240576 11145 33554432000 4194304 4196468 140727889212048 140327386080800 140327938754261 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14319616 140727889218158 140727889220956 140727889220956 140727889223631 0
[pid=28652/tid=28712] ppid=28649 vsize=10821524 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/28652/task/28712/stat : 28712 (java) S 28649 28652 24385 0 -1 1077944384 1 12835 0 0 0 0 4 3 20 0 15 0 71909700 11081240576 11211 33554432000 4194304 4196468 140727889212048 140326782100848 140327938754261 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14319616 140727889218158 140727889220956 140727889220956 140727889223631 0
[pid=28652/tid=28713] ppid=28649 vsize=10821524 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/28652/task/28713/stat : 28713 (java) S 28649 28652 24385 0 -1 1077944384 3 12835 0 0 0 0 4 3 20 0 15 0 71909702 11081240576 11211 33554432000 4194304 4196468 140727889212048 140326474701136 140327938762651 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14319616 140727889218158 140727889220956 140727889220956 140727889223631 0
[pid=28652/tid=28714] ppid=28649 vsize=10821524 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/28652/task/28714/stat : 28714 (java) S 28649 28652 24385 0 -1 1077944384 356 12835 0 0 1 0 4 3 20 0 15 0 71909702 11081240576 11211 33554432000 4194304 4196468 140727889212048 140327464331632 140327938755202 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14319616 140727889218158 140727889220956 140727889220956 140727889223631 0
[pid=28652/tid=28715] ppid=28649 vsize=10821524 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/28652/task/28715/stat : 28715 (java) S 28649 28652 24385 0 -1 1077944384 250 12835 0 0 1 0 4 3 20 0 15 0 71909702 11081240576 11211 33554432000 4194304 4196468 140727889212048 140327463278832 140327938755202 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14319616 140727889218158 140727889220956 140727889220956 140727889223631 0
[pid=28652/tid=28716] ppid=28649 vsize=10821524 memory=140257383851648 CPUtime=0.1 cores=1,3,5,7
/proc/28652/task/28716/stat : 28716 (java) S 28649 28652 24385 0 -1 1077944384 603 12835 0 0 3 0 4 3 20 0 15 0 71909702 11081240576 11211 33554432000 4194304 4196468 140727889212048 140327462226032 140327938755202 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14319616 140727889218158 140727889220956 140727889220956 140727889223631 0
[pid=28652/tid=28717] ppid=28649 vsize=10821524 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/28652/task/28717/stat : 28717 (java) S 28649 28652 24385 0 -1 1077944384 3 12835 0 0 0 0 4 3 20 0 15 0 71909703 11081240576 11277 33554432000 4194304 4196468 140727889212048 140326441142496 140327938754261 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14319616 140727889218158 140727889220956 140727889220956 140727889223631 0
[pid=28652/tid=28718] ppid=28649 vsize=10821524 memory=140257383851648 CPUtime=0.07 cores=1,3,5,7
/proc/28652/task/28718/stat : 28718 (java) S 28649 28652 24385 0 -1 1077944384 1 12835 0 0 0 0 4 3 20 0 15 0 71909703 11081240576 11277 33554432000 4194304 4196468 140727889212048 140327461174448 140327938755202 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14319616 140727889218158 140727889220956 140727889220956 140727889223631 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10821524 KiB
Current children cumulated memory: 44052 KiB

[startup+0.310171 s]*
/proc/loadavg: 1.98 1.54 1.43 3/215 28718
/proc/meminfo: memFree=20896244/32770624 swapFree=67108860/67108860
[pid=28652] ppid=28649 vsize=10819352 memory=53448 CPUtime=0.38 cores=1,3,5,7
/proc/28652/stat : 28652 (java) S 28649 28652 24385 0 -1 1077944320 10452 12835 0 0 29 2 4 3 20 0 15 0 71909688 11079016448 13362 33554432000 4194304 4196468 140727889212048 140727889194592 140327938744055 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 14319616 140727889218158 140727889220956 140727889220956 140727889223631 0
/proc/28652/statm: 2704838 13362 3070 1 0 2667149 0
[pid=28652/tid=28705] ppid=28649 vsize=10819352 memory=6791534058613427641 CPUtime=0.28 cores=1,3,5,7
/proc/28652/task/28705/stat : 28705 (java) R 28649 28652 24385 0 -1 4202560 7010 12835 0 0 20 1 4 3 20 0 15 0 71909697 11079016448 13362 33554432000 4194304 4196468 140727889212048 140327910556064 140327930981182 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 14319616 140727889218158 140727889220956 140727889220956 140727889223631 0
[pid=28652/tid=28706] ppid=28649 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/28652/task/28706/stat : 28706 (java) S 28649 28652 24385 0 -1 1077944384 1 12835 0 0 0 0 4 3 20 0 15 0 71909698 11079016448 13362 33554432000 4194304 4196468 140727889212048 140327942986384 140327938754261 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14319616 140727889218158 140727889220956 140727889220956 140727889223631 0
[pid=28652/tid=28707] ppid=28649 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/28652/task/28707/stat : 28707 (java) S 28649 28652 24385 0 -1 1077944384 1 12835 0 0 0 0 4 3 20 0 15 0 71909698 11079016448 13362 33554432000 4194304 4196468 140727889212048 140327857805840 140327938754261 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14319616 140727889218158 140727889220956 140727889220956 140727889223631 0
[pid=28652/tid=28708] ppid=28649 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/28652/task/28708/stat : 28708 (java) S 28649 28652 24385 0 -1 1077944384 1 12835 0 0 0 0 4 3 20 0 15 0 71909698 11079016448 13362 33554432000 4194304 4196468 140727889212048 140327510530448 140327938754261 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14319616 140727889218158 140727889220956 140727889220956 140727889223631 0
[pid=28652/tid=28709] ppid=28649 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/28652/task/28709/stat : 28709 (java) S 28649 28652 24385 0 -1 1077944384 2 12835 0 0 0 0 4 3 20 0 15 0 71909698 11079016448 13362 33554432000 4194304 4196468 140727889212048 140327509477648 140327938754261 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14319616 140727889218158 140727889220956 140727889220956 140727889223631 0
[pid=28652/tid=28710] ppid=28649 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/28652/task/28710/stat : 28710 (java) S 28649 28652 24385 0 -1 1077944384 2 12835 0 0 0 0 4 3 20 0 15 0 71909699 11079016448 13362 33554432000 4194304 4196468 140727889212048 140327465384816 140327938755202 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14319616 140727889218158 140727889220956 140727889220956 140727889223631 0
[pid=28652/tid=28711] ppid=28649 vsize=10819352 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/28652/task/28711/stat : 28711 (java) S 28649 28652 24385 0 -1 1077944384 13 12835 0 0 0 0 4 3 20 0 15 0 71909699 11079016448 13362 33554432000 4194304 4196468 140727889212048 140327386080800 140327938754261 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14319616 140727889218158 140727889220956 140727889220956 140727889223631 0
[pid=28652/tid=28712] ppid=28649 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/28652/task/28712/stat : 28712 (java) S 28649 28652 24385 0 -1 1077944384 1 12835 0 0 0 0 4 3 20 0 15 0 71909700 11079016448 13362 33554432000 4194304 4196468 140727889212048 140326782100848 140327938754261 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14319616 140727889218158 140727889220956 140727889220956 140727889223631 0
[pid=28652/tid=28713] ppid=28649 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/28652/task/28713/stat : 28713 (java) S 28649 28652 24385 0 -1 1077944384 3 12835 0 0 0 0 4 3 20 0 15 0 71909702 11079016448 13362 33554432000 4194304 4196468 140727889212048 140326474701136 140327938762651 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14319616 140727889218158 140727889220956 140727889220956 140727889223631 0
[pid=28652/tid=28714] ppid=28649 vsize=10819352 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/28652/task/28714/stat : 28714 (java) S 28649 28652 24385 0 -1 1077944384 358 12835 0 0 2 0 4 3 20 0 15 0 71909702 11079016448 13362 33554432000 4194304 4196468 140727889212048 140327464331632 140327938755202 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14319616 140727889218158 140727889220956 140727889220956 140727889223631 0
[pid=28652/tid=28715] ppid=28649 vsize=10819352 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/28652/task/28715/stat : 28715 (java) S 28649 28652 24385 0 -1 1077944384 253 12835 0 0 1 0 4 3 20 0 15 0 71909702 11079016448 13362 33554432000 4194304 4196468 140727889212048 140327463278832 140327938755202 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14319616 140727889218158 140727889220956 140727889220956 140727889223631 0
[pid=28652/tid=28716] ppid=28649 vsize=10819352 memory=140257383851648 CPUtime=0.12 cores=1,3,5,7
/proc/28652/task/28716/stat : 28716 (java) R 28649 28652 24385 0 -1 4202560 611 12835 0 0 5 0 4 3 20 0 15 0 71909702 11079016448 13362 33554432000 4194304 4196468 140727889212048 140327462226032 140327917698795 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 14319616 140727889218158 140727889220956 140727889220956 140727889223631 0
[pid=28652/tid=28717] ppid=28649 vsize=10819352 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/28652/task/28717/stat : 28717 (java) S 28649 28652 24385 0 -1 1077944384 3 12835 0 0 0 0 4 3 20 0 15 0 71909703 11079016448 13362 33554432000 4194304 4196468 140727889212048 140326441142496 140327938754261 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14319616 140727889218158 140727889220956 140727889220956 140727889223631 0
[pid=28652/tid=28718] ppid=28649 vsize=10819352 memory=140257383851648 CPUtime=0.07 cores=1,3,5,7
/proc/28652/task/28718/stat : 28718 (java) S 28649 28652 24385 0 -1 1077944384 1 12835 0 0 0 0 4 3 20 0 15 0 71909703 11079016448 13362 33554432000 4194304 4196468 140727889212048 140327461174448 140327938755202 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14319616 140727889218158 140727889220956 140727889220956 140727889223631 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 53448 KiB

[startup+0.700754 s]
/proc/loadavg: 1.98 1.54 1.43 3/215 28718
/proc/meminfo: memFree=20886324/32770624 swapFree=67108860/67108860
[pid=28652] ppid=28649 vsize=10819352 memory=86524 CPUtime=0.98 cores=1,3,5,7
/proc/28652/stat : 28652 (java) S 28649 28652 24385 0 -1 1077944320 16768 12835 0 0 88 3 4 3 20 0 15 0 71909688 11079016448 21631 33554432000 4194304 4196468 140727889212048 140727889194592 140327938744055 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 14319616 140727889218158 140727889220956 140727889220956 140727889223631 0
/proc/28652/statm: 2704838 21631 3240 1 0 2667149 0
[pid=28652/tid=28705] ppid=28649 vsize=10819352 memory=0 CPUtime=0.65 cores=1,3,5,7
/proc/28652/task/28705/stat : 28705 (java) R 28649 28652 24385 0 -1 4202560 12268 12835 0 0 56 2 4 3 20 0 15 0 71909697 11079016448 21631 33554432000 4194304 4196468 140727889212048 140327910564880 140327920307651 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 14319616 140727889218158 140727889220956 140727889220956 140727889223631 0
[pid=28652/tid=28706] ppid=28649 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/28652/task/28706/stat : 28706 (java) S 28649 28652 24385 0 -1 1077944384 1 12835 0 0 0 0 4 3 20 0 15 0 71909698 11079016448 21631 33554432000 4194304 4196468 140727889212048 140327942986384 140327938754261 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14319616 140727889218158 140727889220956 140727889220956 140727889223631 0
[pid=28652/tid=28707] ppid=28649 vsize=10819352 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/28652/task/28707/stat : 28707 (java) S 28649 28652 24385 0 -1 1077944384 1 12835 0 0 0 0 4 3 20 0 15 0 71909698 11079016448 21631 33554432000 4194304 4196468 140727889212048 140327857805840 140327938754261 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14319616 140727889218158 140727889220956 140727889220956 140727889223631 0
[pid=28652/tid=28708] ppid=28649 vsize=10819352 memory=140257257468688 CPUtime=0.07 cores=1,3,5,7
/proc/28652/task/28708/stat : 28708 (java) S 28649 28652 24385 0 -1 1077944384 1 12835 0 0 0 0 4 3 20 0 15 0 71909698 11079016448 21631 33554432000 4194304 4196468 140727889212048 140327510530448 140327938754261 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14319616 140727889218158 140727889220956 140727889220956 140727889223631 0
[pid=28652/tid=28709] ppid=28649 vsize=10819352 memory=140260746986068 CPUtime=0.07 cores=1,3,5,7
/proc/28652/task/28709/stat : 28709 (java) S 28649 28652 24385 0 -1 1077944384 2 12835 0 0 0 0 4 3 20 0 15 0 71909698 11079016448 21631 33554432000 4194304 4196468 140727889212048 140327509477648 140327938754261 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14319616 140727889218158 140727889220956 140727889220956 140727889223631 0
[pid=28652/tid=28710] ppid=28649 vsize=10819352 memory=8540 CPUtime=0.07 cores=1,3,5,7
/proc/28652/task/28710/stat : 28710 (java) S 28649 28652 24385 0 -1 1077944384 5 12835 0 0 0 0 4 3 20 0 15 0 71909699 11079016448 21631 33554432000 4194304 4196468 140727889212048 140327465384816 140327938755202 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14319616 140727889218158 140727889220956 140727889220956 140727889223631 0
[pid=28652/tid=28711] ppid=28649 vsize=10819352 memory=7662705889289527641 CPUtime=0.07 cores=1,3,5,7
/proc/28652/task/28711/stat : 28711 (java) S 28649 28652 24385 0 -1 1077944384 13 12835 0 0 0 0 4 3 20 0 15 0 71909699 11079016448 21631 33554432000 4194304 4196468 140727889212048 140327386080800 140327938754261 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14319616 140727889218158 140727889220956 140727889220956 140727889223631 0
[pid=28652/tid=28712] ppid=28649 vsize=10819352 memory=7885635084775281010 CPUtime=0.07 cores=1,3,5,7
/proc/28652/task/28712/stat : 28712 (java) S 28649 28652 24385 0 -1 1077944384 1 12835 0 0 0 0 4 3 20 0 15 0 71909700 11079016448 21631 33554432000 4194304 4196468 140727889212048 140326782100848 140327938754261 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14319616 140727889218158 140727889220956 140727889220956 140727889223631 0
[pid=28652/tid=28713] ppid=28649 vsize=10819352 memory=16436 CPUtime=0.07 cores=1,3,5,7
/proc/28652/task/28713/stat : 28713 (java) S 28649 28652 24385 0 -1 1077944384 3 12835 0 0 0 0 4 3 20 0 15 0 71909702 11079016448 21631 33554432000 4194304 4196468 140727889212048 140326474701136 140327938762651 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14319616 140727889218158 140727889220956 140727889220956 140727889223631 0
[pid=28652/tid=28714] ppid=28649 vsize=10819352 memory=12868 CPUtime=0.14 cores=1,3,5,7
/proc/28652/task/28714/stat : 28714 (java) S 28649 28652 24385 0 -1 1077944384 719 12835 0 0 7 0 4 3 20 0 15 0 71909702 11079016448 21631 33554432000 4194304 4196468 140727889212048 140327464331632 140327938755202 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14319616 140727889218158 140727889220956 140727889220956 140727889223631 0
[pid=28652/tid=28715] ppid=28649 vsize=10819352 memory=4008 CPUtime=0.16 cores=1,3,5,7
/proc/28652/task/28715/stat : 28715 (java) S 28649 28652 24385 0 -1 1077944384 865 12835 0 0 9 0 4 3 20 0 15 0 71909702 11079016448 21631 33554432000 4194304 4196468 140727889212048 140327463278832 140327938755202 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14319616 140727889218158 140727889220956 140727889220956 140727889223631 0
[pid=28652/tid=28716] ppid=28649 vsize=10819352 memory=1796 CPUtime=0.2 cores=1,3,5,7
/proc/28652/task/28716/stat : 28716 (java) S 28649 28652 24385 0 -1 1077944384 692 12835 0 0 13 0 4 3 20 0 15 0 71909702 11079016448 21631 33554432000 4194304 4196468 140727889212048 140327462226032 140327938755202 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14319616 140727889218158 140727889220956 140727889220956 140727889223631 0
[pid=28652/tid=28717] ppid=28649 vsize=10819352 memory=644 CPUtime=0.07 cores=1,3,5,7
/proc/28652/task/28717/stat : 28717 (java) S 28649 28652 24385 0 -1 1077944384 3 12835 0 0 0 0 4 3 20 0 15 0 71909703 11079016448 21631 33554432000 4194304 4196468 140727889212048 140326441142496 140327938754261 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14319616 140727889218158 140727889220956 140727889220956 140727889223631 0
[pid=28652/tid=28718] ppid=28649 vsize=10819352 memory=956 CPUtime=0.07 cores=1,3,5,7
/proc/28652/task/28718/stat : 28718 (java) S 28649 28652 24385 0 -1 1077944384 1 12835 0 0 0 0 4 3 20 0 15 0 71909703 11079016448 21631 33554432000 4194304 4196468 140727889212048 140327461174448 140327938755202 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14319616 140727889218158 140727889220956 140727889220956 140727889223631 0
Current children cumulated CPU time: 0.98 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 86524 KiB

[startup+1.50078 s]
/proc/loadavg: 1.98 1.54 1.43 3/215 28718
/proc/meminfo: memFree=20839768/32770624 swapFree=67108860/67108860
[pid=28652] ppid=28649 vsize=10836300 memory=177848 CPUtime=2.29 cores=1,3,5,7
/proc/28652/stat : 28652 (java) S 28649 28652 24385 0 -1 1077944320 24173 12835 0 0 214 8 4 3 20 0 15 0 71909688 11096371200 44462 33554432000 4194304 4196468 140727889212048 140727889194592 140327938744055 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 14319616 140727889218158 140727889220956 140727889220956 140727889223631 0
/proc/28652/statm: 2709075 44462 3466 1 0 2670733 0
[pid=28652/tid=28705] ppid=28649 vsize=10836300 memory=63184 CPUtime=1.43 cores=1,3,5,7
/proc/28652/task/28705/stat : 28705 (java) R 28649 28652 24385 0 -1 4202560 17976 12835 0 0 131 5 4 3 20 0 15 0 71909697 11096371200 44462 33554432000 4194304 4196468 140727889212048 140327910575216 140327924943348 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 14319616 140727889218158 140727889220956 140727889220956 140727889223631 0
[pid=28652/tid=28706] ppid=28649 vsize=10836300 memory=6791534058613427641 CPUtime=0.08 cores=1,3,5,7
/proc/28652/task/28706/stat : 28706 (java) S 28649 28652 24385 0 -1 1077944384 36 12835 0 0 1 0 4 3 20 0 15 0 71909698 11096371200 44462 33554432000 4194304 4196468 140727889212048 140327942986384 140327938754261 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14319616 140727889218158 140727889220956 140727889220956 140727889223631 0
[pid=28652/tid=28707] ppid=28649 vsize=10836300 memory=280514514968736 CPUtime=0.08 cores=1,3,5,7
/proc/28652/task/28707/stat : 28707 (java) S 28649 28652 24385 0 -1 1077944384 192 12835 0 0 1 0 4 3 20 0 15 0 71909698 11096371200 44462 33554432000 4194304 4196468 140727889212048 140327857805840 140327938754261 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14319616 140727889218158 140727889220956 140727889220956 140727889223631 0
[pid=28652/tid=28708] ppid=28649 vsize=10836300 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/28652/task/28708/stat : 28708 (java) S 28649 28652 24385 0 -1 1077944384 53 12835 0 0 1 0 4 3 20 0 15 0 71909698 11096371200 44462 33554432000 4194304 4196468 140727889212048 140327510530448 140327938754261 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14319616 140727889218158 140727889220956 140727889220956 140727889223631 0
[pid=28652/tid=28709] ppid=28649 vsize=10836300 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/28652/task/28709/stat : 28709 (java) S 28649 28652 24385 0 -1 1077944384 34 12835 0 0 1 0 4 3 20 0 15 0 71909698 11096371200 44462 33554432000 4194304 4196468 140727889212048 140327509477648 140327938754261 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14319616 140727889218158 140727889220956 140727889220956 140727889223631 0
[pid=28652/tid=28710] ppid=28649 vsize=10836300 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/28652/task/28710/stat : 28710 (java) S 28649 28652 24385 0 -1 1077944384 74 12835 0 0 1 0 4 3 20 0 15 0 71909699 11096371200 44462 33554432000 4194304 4196468 140727889212048 140327465384816 140327938755202 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14319616 140727889218158 140727889220956 140727889220956 140727889223631 0
[pid=28652/tid=28711] ppid=28649 vsize=10836300 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/28652/task/28711/stat : 28711 (java) S 28649 28652 24385 0 -1 1077944384 14 12835 0 0 0 0 4 3 20 0 15 0 71909699 11096371200 44462 33554432000 4194304 4196468 140727889212048 140327386080864 140327938754261 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14319616 140727889218158 140727889220956 140727889220956 140727889223631 0
[pid=28652/tid=28712] ppid=28649 vsize=10836300 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/28652/task/28712/stat : 28712 (java) S 28649 28652 24385 0 -1 1077944384 1 12835 0 0 0 0 4 3 20 0 15 0 71909700 11096371200 44462 33554432000 4194304 4196468 140727889212048 140326782100864 140327938754261 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14319616 140727889218158 140727889220956 140727889220956 140727889223631 0
[pid=28652/tid=28713] ppid=28649 vsize=10836300 memory=-2746958450906831424 CPUtime=0.07 cores=1,3,5,7
/proc/28652/task/28713/stat : 28713 (java) S 28649 28652 24385 0 -1 1077944384 3 12835 0 0 0 0 4 3 20 0 15 0 71909702 11096371200 44462 33554432000 4194304 4196468 140727889212048 140326474701136 140327938762651 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14319616 140727889218158 140727889220956 140727889220956 140727889223631 0
[pid=28652/tid=28714] ppid=28649 vsize=10836300 memory=0 CPUtime=0.27 cores=1,3,5,7
/proc/28652/task/28714/stat : 28714 (java) S 28649 28652 24385 0 -1 1077944384 957 12835 0 0 20 0 4 3 20 0 15 0 71909702 11096371200 44462 33554432000 4194304 4196468 140727889212048 140327464331632 140327938755202 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14319616 140727889218158 140727889220956 140727889220956 140727889223631 0
[pid=28652/tid=28715] ppid=28649 vsize=10836300 memory=0 CPUtime=0.3 cores=1,3,5,7
/proc/28652/task/28715/stat : 28715 (java) S 28649 28652 24385 0 -1 1077944384 1316 12835 0 0 23 0 4 3 20 0 15 0 71909702 11096371200 44462 33554432000 4194304 4196468 140727889212048 140327463278832 140327938755202 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14319616 140727889218158 140727889220956 140727889220956 140727889223631 0
[pid=28652/tid=28716] ppid=28649 vsize=10836300 memory=6791534058613427641 CPUtime=0.39 cores=1,3,5,7
/proc/28652/task/28716/stat : 28716 (java) S 28649 28652 24385 0 -1 1077944384 1320 12835 0 0 32 0 4 3 20 0 15 0 71909702 11096371200 44462 33554432000 4194304 4196468 140727889212048 140327462226032 140327938755202 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14319616 140727889218158 140727889220956 140727889220956 140727889223631 0
[pid=28652/tid=28717] ppid=28649 vsize=10836300 memory=4638778398332698720 CPUtime=0.07 cores=1,3,5,7
/proc/28652/task/28717/stat : 28717 (java) S 28649 28652 24385 0 -1 1077944384 3 12835 0 0 0 0 4 3 20 0 15 0 71909703 11096371200 44462 33554432000 4194304 4196468 140727889212048 140326441142496 140327938754261 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14319616 140727889218158 140727889220956 140727889220956 140727889223631 0
[pid=28652/tid=28718] ppid=28649 vsize=10836300 memory=280514515213184 CPUtime=0.07 cores=1,3,5,7
/proc/28652/task/28718/stat : 28718 (java) S 28649 28652 24385 0 -1 1077944384 1 12835 0 0 0 0 4 3 20 0 15 0 71909703 11096371200 44462 33554432000 4194304 4196468 140727889212048 140327461174448 140327938755202 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14319616 140727889218158 140727889220956 140727889220956 140727889223631 0
Current children cumulated CPU time: 2.29 s
Current children cumulated vsize: 10836300 KiB

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

[pid=28652/tid=28717] ppid=28649 vsize=10848608 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/28652/task/28717/stat : 28717 (java) S 28649 28652 24385 0 -1 1077944384 3 12835 0 0 0 0 4 3 20 0 15 0 71909703 11108974592 63204 33554432000 4194304 4196468 140727889212048 140326441142496 140327938754261 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14319616 140727889218158 140727889220956 140727889220956 140727889223631 0
[pid=28652/tid=28718] ppid=28649 vsize=10848608 memory=245 CPUtime=0.07 cores=1,3,5,7
/proc/28652/task/28718/stat : 28718 (java) S 28649 28652 24385 0 -1 1077944384 1 12835 0 0 0 0 4 3 20 0 15 0 71909703 11108974592 63204 33554432000 4194304 4196468 140727889212048 140327461174448 140327938755202 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14319616 140727889218158 140727889220956 140727889220956 140727889223631 0
Current children cumulated CPU time: 5.75 s
Current children cumulated vsize: 10848608 KiB
Current children cumulated memory: 252812 KiB

[startup+4.8007 s]
/proc/loadavg: 2.06 1.56 1.44 5/215 28718
/proc/meminfo: memFree=20629636/32770624 swapFree=67108860/67108860
[pid=28652] ppid=28649 vsize=10916192 memory=390520 CPUtime=10.95 cores=1,3,5,7
/proc/28652/stat : 28652 (java) S 28649 28652 24385 0 -1 1077944320 76865 12835 0 0 1067 21 4 3 20 0 15 0 71909688 11178180608 97630 33554432000 4194304 4196468 140727889212048 140727889194592 140327938744055 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 14319616 140727889218158 140727889220956 140727889220956 140727889223631 0
/proc/28652/statm: 2729048 97630 3517 1 0 2690701 0
[pid=28652/tid=28705] ppid=28649 vsize=10916192 memory=3977135594272802901 CPUtime=4.66 cores=1,3,5,7
/proc/28652/task/28705/stat : 28705 (java) R 28649 28652 24385 0 -1 4202560 48720 12835 0 0 449 10 4 3 20 0 15 0 71909697 11178180608 97630 33554432000 4194304 4196468 140727889212048 140327910574032 140327550368083 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 14319616 140727889218158 140727889220956 140727889220956 140727889223631 0
[pid=28652/tid=28706] ppid=28649 vsize=10916192 memory=6791534058613427641 CPUtime=0.09 cores=1,3,5,7
/proc/28652/task/28706/stat : 28706 (java) S 28649 28652 24385 0 -1 1077944384 222 12835 0 0 2 0 4 3 20 0 15 0 71909698 11178180608 97630 33554432000 4194304 4196468 140727889212048 140327942986384 140327938754261 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14319616 140727889218158 140727889220956 140727889220956 140727889223631 0
[pid=28652/tid=28707] ppid=28649 vsize=10916192 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/28652/task/28707/stat : 28707 (java) S 28649 28652 24385 0 -1 1077944384 223 12835 0 0 3 0 4 3 20 0 15 0 71909698 11178180608 97630 33554432000 4194304 4196468 140727889212048 140327857805840 140327938754261 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14319616 140727889218158 140727889220956 140727889220956 140727889223631 0
[pid=28652/tid=28708] ppid=28649 vsize=10916192 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/28652/task/28708/stat : 28708 (java) S 28649 28652 24385 0 -1 1077944384 76 12835 0 0 3 0 4 3 20 0 15 0 71909698 11178180608 97630 33554432000 4194304 4196468 140727889212048 140327510530448 140327938754261 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14319616 140727889218158 140727889220956 140727889220956 140727889223631 0
[pid=28652/tid=28709] ppid=28649 vsize=10916192 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/28652/task/28709/stat : 28709 (java) S 28649 28652 24385 0 -1 1077944384 82 12835 0 0 3 0 4 3 20 0 15 0 71909698 11178180608 97630 33554432000 4194304 4196468 140727889212048 140327509477648 140327938754261 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14319616 140727889218158 140727889220956 140727889220956 140727889223631 0
[pid=28652/tid=28710] ppid=28649 vsize=10916192 memory=-2746958450906831424 CPUtime=0.1 cores=1,3,5,7
/proc/28652/task/28710/stat : 28710 (java) S 28649 28652 24385 0 -1 1077944384 1227 12835 0 0 3 0 4 3 20 0 15 0 71909699 11178180608 97630 33554432000 4194304 4196468 140727889212048 140327465384816 140327938755202 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14319616 140727889218158 140727889220956 140727889220956 140727889223631 0
[pid=28652/tid=28711] ppid=28649 vsize=10916192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/28652/task/28711/stat : 28711 (java) S 28649 28652 24385 0 -1 1077944384 15 12835 0 0 0 0 4 3 20 0 15 0 71909699 11178180608 97630 33554432000 4194304 4196468 140727889212048 140327386080928 140327938754261 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14319616 140727889218158 140727889220956 140727889220956 140727889223631 0
[pid=28652/tid=28712] ppid=28649 vsize=10916192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/28652/task/28712/stat : 28712 (java) S 28649 28652 24385 0 -1 1077944384 4 12835 0 0 0 0 4 3 20 0 15 0 71909700 11178180608 97630 33554432000 4194304 4196468 140727889212048 140326782100864 140327938754261 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14319616 140727889218158 140727889220956 140727889220956 140727889223631 0
[pid=28652/tid=28713] ppid=28649 vsize=10916192 memory=280514515049120 CPUtime=0.07 cores=1,3,5,7
/proc/28652/task/28713/stat : 28713 (java) S 28649 28652 24385 0 -1 1077944384 3 12835 0 0 0 0 4 3 20 0 15 0 71909702 11178180608 97630 33554432000 4194304 4196468 140727889212048 140326474701136 140327938762651 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14319616 140727889218158 140727889220956 140727889220956 140727889223631 0
[pid=28652/tid=28714] ppid=28649 vsize=10916192 memory=-7740096080597194087 CPUtime=2.38 cores=1,3,5,7
/proc/28652/task/28714/stat : 28714 (java) R 28649 28652 24385 0 -1 4202560 12392 12835 0 0 229 2 4 3 20 0 15 0 71909702 11178180608 97630 33554432000 4194304 4196468 140727889212048 140327464319824 140327923851867 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 14319616 140727889218158 140727889220956 140727889220956 140727889223631 0
[pid=28652/tid=28715] ppid=28649 vsize=10916192 memory=8547712850019655617 CPUtime=2.2 cores=1,3,5,7
/proc/28652/task/28715/stat : 28715 (java) R 28649 28652 24385 0 -1 4202560 5282 12835 0 0 212 1 4 3 20 0 15 0 71909702 11178180608 97630 33554432000 4194304 4196468 140727889212048 140327463264856 140327923663046 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 14319616 140727889218158 140727889220956 140727889220956 140727889223631 0
[pid=28652/tid=28716] ppid=28649 vsize=10916192 memory=7679927811743456362 CPUtime=1.67 cores=1,3,5,7
/proc/28652/task/28716/stat : 28716 (java) S 28649 28652 24385 0 -1 1077944384 6414 12835 0 0 157 3 4 3 20 0 15 0 71909702 11178180608 97630 33554432000 4194304 4196468 140727889212048 140327462226032 140327938755202 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14319616 140727889218158 140727889220956 140727889220956 140727889223631 0
[pid=28652/tid=28717] ppid=28649 vsize=10916192 memory=6944652027076318631 CPUtime=0.07 cores=1,3,5,7
/proc/28652/task/28717/stat : 28717 (java) S 28649 28652 24385 0 -1 1077944384 3 12835 0 0 0 0 4 3 20 0 15 0 71909703 11178180608 97630 33554432000 4194304 4196468 140727889212048 140326441142496 140327938754261 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14319616 140727889218158 140727889220956 140727889220956 140727889223631 0
[pid=28652/tid=28718] ppid=28649 vsize=10916192 memory=-7161732098442470212 CPUtime=0.07 cores=1,3,5,7
/proc/28652/task/28718/stat : 28718 (java) S 28649 28652 24385 0 -1 1077944384 9 12835 0 0 0 0 4 3 20 0 15 0 71909703 11178180608 97630 33554432000 4194304 4196468 140727889212048 140327461174448 140327938755202 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14319616 140727889218158 140727889220956 140727889220956 140727889223631 0
Current children cumulated CPU time: 10.95 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 390520 KiB

[startup+5.20625 s]
/proc/loadavg: 2.06 1.56 1.44 5/215 28718
/proc/meminfo: memFree=20559588/32770624 swapFree=67108860/67108860
[pid=28652] ppid=28649 vsize=10916192 memory=387736 CPUtime=12.13 cores=1,3,5,7
/proc/28652/stat : 28652 (java) S 28649 28652 24385 0 -1 1077944320 77052 12835 0 0 1184 22 4 3 20 0 15 0 71909688 11178180608 96934 33554432000 4194304 4196468 140727889212048 140727889194592 140327938744055 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 14319616 140727889218158 140727889220956 140727889220956 140727889223631 0
/proc/28652/statm: 2729048 96934 3519 1 0 2690701 0
[pid=28652/tid=28705] ppid=28649 vsize=10916192 memory=7379808179278016353 CPUtime=5.06 cores=1,3,5,7
/proc/28652/task/28705/stat : 28705 (java) R 28649 28652 24385 0 -1 4202560 48725 12835 0 0 489 10 4 3 20 0 15 0 71909697 11178180608 96934 33554432000 4194304 4196468 140727889212048 140327910576608 140327549659004 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 14319616 140727889218158 140727889220956 140727889220956 140727889223631 0
[pid=28652/tid=28706] ppid=28649 vsize=10916192 memory=7822038052226416701 CPUtime=0.09 cores=1,3,5,7
/proc/28652/task/28706/stat : 28706 (java) S 28649 28652 24385 0 -1 1077944384 223 12835 0 0 2 0 4 3 20 0 15 0 71909698 11178180608 96934 33554432000 4194304 4196468 140727889212048 140327942986384 140327938754261 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14319616 140727889218158 140727889220956 140727889220956 140727889223631 0
[pid=28652/tid=28707] ppid=28649 vsize=10916192 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/28652/task/28707/stat : 28707 (java) S 28649 28652 24385 0 -1 1077944384 227 12835 0 0 3 0 4 3 20 0 15 0 71909698 11178180608 96934 33554432000 4194304 4196468 140727889212048 140327857805840 140327938754261 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14319616 140727889218158 140727889220956 140727889220956 140727889223631 0
[pid=28652/tid=28708] ppid=28649 vsize=10916192 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/28652/task/28708/stat : 28708 (java) S 28649 28652 24385 0 -1 1077944384 86 12835 0 0 3 0 4 3 20 0 15 0 71909698 11178180608 96934 33554432000 4194304 4196468 140727889212048 140327510530448 140327938754261 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14319616 140727889218158 140727889220956 140727889220956 140727889223631 0
[pid=28652/tid=28709] ppid=28649 vsize=10916192 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/28652/task/28709/stat : 28709 (java) S 28649 28652 24385 0 -1 1077944384 83 12835 0 0 3 0 4 3 20 0 15 0 71909698 11178180608 96934 33554432000 4194304 4196468 140727889212048 140327509477648 140327938754261 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14319616 140727889218158 140727889220956 140727889220956 140727889223631 0
[pid=28652/tid=28710] ppid=28649 vsize=10916192 memory=0 CPUtime=0.11 cores=1,3,5,7
/proc/28652/task/28710/stat : 28710 (java) S 28649 28652 24385 0 -1 1077944384 1229 12835 0 0 4 0 4 3 20 0 15 0 71909699 11178180608 96934 33554432000 4194304 4196468 140727889212048 140327465384816 140327938755202 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14319616 140727889218158 140727889220956 140727889220956 140727889223631 0
[pid=28652/tid=28711] ppid=28649 vsize=10916192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/28652/task/28711/stat : 28711 (java) S 28649 28652 24385 0 -1 1077944384 15 12835 0 0 0 0 4 3 20 0 15 0 71909699 11178180608 96934 33554432000 4194304 4196468 140727889212048 140327386080928 140327938754261 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14319616 140727889218158 140727889220956 140727889220956 140727889223631 0
[pid=28652/tid=28712] ppid=28649 vsize=10916192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/28652/task/28712/stat : 28712 (java) S 28649 28652 24385 0 -1 1077944384 4 12835 0 0 0 0 4 3 20 0 15 0 71909700 11178180608 96934 33554432000 4194304 4196468 140727889212048 140326782100864 140327938754261 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14319616 140727889218158 140727889220956 140727889220956 140727889223631 0
[pid=28652/tid=28713] ppid=28649 vsize=10916192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/28652/task/28713/stat : 28713 (java) S 28649 28652 24385 0 -1 1077944384 3 12835 0 0 0 0 4 3 20 0 15 0 71909702 11178180608 96934 33554432000 4194304 4196468 140727889212048 140326474701136 140327938762651 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14319616 140727889218158 140727889220956 140727889220956 140727889223631 0
[pid=28652/tid=28714] ppid=28649 vsize=10916192 memory=0 CPUtime=2.77 cores=1,3,5,7
/proc/28652/task/28714/stat : 28714 (java) R 28649 28652 24385 0 -1 4202560 12463 12835 0 0 268 2 4 3 20 0 15 0 71909702 11178180608 96934 33554432000 4194304 4196468 140727889212048 140327464315712 140327922649984 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 14319616 140727889218158 140727889220956 140727889220956 140727889223631 0
[pid=28652/tid=28715] ppid=28649 vsize=10916192 memory=0 CPUtime=2.57 cores=1,3,5,7
/proc/28652/task/28715/stat : 28715 (java) S 28649 28652 24385 0 -1 1077944384 5364 12835 0 0 249 1 4 3 20 0 15 0 71909702 11178180608 96934 33554432000 4194304 4196468 140727889212048 140327463278832 140327938755202 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14319616 140727889218158 140727889220956 140727889220956 140727889223631 0
[pid=28652/tid=28716] ppid=28649 vsize=10916192 memory=0 CPUtime=1.69 cores=1,3,5,7
/proc/28652/task/28716/stat : 28716 (java) S 28649 28652 24385 0 -1 1077944384 6419 12835 0 0 159 3 4 3 20 0 15 0 71909702 11178180608 96934 33554432000 4194304 4196468 140727889212048 140327462226032 140327938755202 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14319616 140727889218158 140727889220956 140727889220956 140727889223631 0
[pid=28652/tid=28717] ppid=28649 vsize=10916192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/28652/task/28717/stat : 28717 (java) S 28649 28652 24385 0 -1 1077944384 3 12835 0 0 0 0 4 3 20 0 15 0 71909703 11178180608 96934 33554432000 4194304 4196468 140727889212048 140326441142496 140327938754261 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14319616 140727889218158 140727889220956 140727889220956 140727889223631 0
[pid=28652/tid=28718] ppid=28649 vsize=10916192 memory=56 CPUtime=0.07 cores=1,3,5,7
/proc/28652/task/28718/stat : 28718 (java) S 28649 28652 24385 0 -1 1077944384 15 12835 0 0 0 0 4 3 20 0 15 0 71909703 11178180608 96934 33554432000 4194304 4196468 140727889212048 140327461174448 140327938755202 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14319616 140727889218158 140727889220956 140727889220956 140727889223631 0
Current children cumulated CPU time: 12.13 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 387736 KiB

[startup+5.60076 s]
/proc/loadavg: 2.06 1.56 1.44 5/215 28718
/proc/meminfo: memFree=20559588/32770624 swapFree=67108860/67108860
[pid=28652] ppid=28649 vsize=10916192 memory=396308 CPUtime=12.91 cores=1,3,5,7
/proc/28652/stat : 28652 (java) S 28649 28652 24385 0 -1 1077944320 77158 12835 0 0 1262 22 4 3 20 0 15 0 71909688 11178180608 99077 33554432000 4194304 4196468 140727889212048 140727889194592 140327938744055 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 14319616 140727889218158 140727889220956 140727889220956 140727889223631 0
/proc/28652/statm: 2729048 99077 3520 1 0 2690701 0
[pid=28652/tid=28705] ppid=28649 vsize=10916192 memory=6872598998417432672 CPUtime=5.45 cores=1,3,5,7
/proc/28652/task/28705/stat : 28705 (java) R 28649 28652 24385 0 -1 4202560 48743 12835 0 0 528 10 4 3 20 0 15 0 71909697 11178180608 99077 33554432000 4194304 4196468 140727889212048 140327910576608 140327549158012 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 14319616 140727889218158 140727889220956 140727889220956 140727889223631 0
[pid=28652/tid=28706] ppid=28649 vsize=10916192 memory=6944652177228980320 CPUtime=0.09 cores=1,3,5,7
/proc/28652/task/28706/stat : 28706 (java) S 28649 28652 24385 0 -1 1077944384 223 12835 0 0 2 0 4 3 20 0 15 0 71909698 11178180608 99077 33554432000 4194304 4196468 140727889212048 140327942986384 140327938754261 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14319616 140727889218158 140727889220956 140727889220956 140727889223631 0
[pid=28652/tid=28707] ppid=28649 vsize=10916192 memory=6791534058613427641 CPUtime=0.1 cores=1,3,5,7
/proc/28652/task/28707/stat : 28707 (java) S 28649 28652 24385 0 -1 1077944384 227 12835 0 0 3 0 4 3 20 0 15 0 71909698 11178180608 99077 33554432000 4194304 4196468 140727889212048 140327857805840 140327938754261 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14319616 140727889218158 140727889220956 140727889220956 140727889223631 0
[pid=28652/tid=28708] ppid=28649 vsize=10916192 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/28652/task/28708/stat : 28708 (java) S 28649 28652 24385 0 -1 1077944384 86 12835 0 0 3 0 4 3 20 0 15 0 71909698 11178180608 99077 33554432000 4194304 4196468 140727889212048 140327510530448 140327938754261 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14319616 140727889218158 140727889220956 140727889220956 140727889223631 0
[pid=28652/tid=28709] ppid=28649 vsize=10916192 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/28652/task/28709/stat : 28709 (java) S 28649 28652 24385 0 -1 1077944384 83 12835 0 0 3 0 4 3 20 0 15 0 71909698 11178180608 99077 33554432000 4194304 4196468 140727889212048 140327509477648 140327938754261 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14319616 140727889218158 140727889220956 140727889220956 140727889223631 0
[pid=28652/tid=28710] ppid=28649 vsize=10916192 memory=0 CPUtime=0.11 cores=1,3,5,7
/proc/28652/task/28710/stat : 28710 (java) S 28649 28652 24385 0 -1 1077944384 1229 12835 0 0 4 0 4 3 20 0 15 0 71909699 11178180608 99077 33554432000 4194304 4196468 140727889212048 140327465384816 140327938755202 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14319616 140727889218158 140727889220956 140727889220956 140727889223631 0
[pid=28652/tid=28711] ppid=28649 vsize=10916192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/28652/task/28711/stat : 28711 (java) S 28649 28652 24385 0 -1 1077944384 15 12835 0 0 0 0 4 3 20 0 15 0 71909699 11178180608 99077 33554432000 4194304 4196468 140727889212048 140327386080928 140327938754261 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14319616 140727889218158 140727889220956 140727889220956 140727889223631 0
[pid=28652/tid=28712] ppid=28649 vsize=10916192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/28652/task/28712/stat : 28712 (java) S 28649 28652 24385 0 -1 1077944384 4 12835 0 0 0 0 4 3 20 0 15 0 71909700 11178180608 99077 33554432000 4194304 4196468 140727889212048 140326782100864 140327938754261 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14319616 140727889218158 140727889220956 140727889220956 140727889223631 0
[pid=28652/tid=28713] ppid=28649 vsize=10916192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/28652/task/28713/stat : 28713 (java) S 28649 28652 24385 0 -1 1077944384 3 12835 0 0 0 0 4 3 20 0 15 0 71909702 11178180608 99077 33554432000 4194304 4196468 140727889212048 140326474701136 140327938762651 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14319616 140727889218158 140727889220956 140727889220956 140727889223631 0
[pid=28652/tid=28714] ppid=28649 vsize=10916192 memory=0 CPUtime=2.96 cores=1,3,5,7
/proc/28652/task/28714/stat : 28714 (java) S 28649 28652 24385 0 -1 1077944384 12512 12835 0 0 287 2 4 3 20 0 15 0 71909702 11178180608 99077 33554432000 4194304 4196468 140727889212048 140327464331632 140327938755202 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14319616 140727889218158 140727889220956 140727889220956 140727889223631 0
[pid=28652/tid=28715] ppid=28649 vsize=10916192 memory=0 CPUtime=2.74 cores=1,3,5,7
/proc/28652/task/28715/stat : 28715 (java) S 28649 28652 24385 0 -1 1077944384 5387 12835 0 0 266 1 4 3 20 0 15 0 71909702 11178180608 99077 33554432000 4194304 4196468 140727889212048 140327463278832 140327938755202 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14319616 140727889218158 140727889220956 140727889220956 140727889223631 0
[pid=28652/tid=28716] ppid=28649 vsize=10916192 memory=0 CPUtime=1.7 cores=1,3,5,7
/proc/28652/task/28716/stat : 28716 (java) S 28649 28652 24385 0 -1 1077944384 6435 12835 0 0 160 3 4 3 20 0 15 0 71909702 11178180608 99077 33554432000 4194304 4196468 140727889212048 140327462226032 140327938755202 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14319616 140727889218158 140727889220956 140727889220956 140727889223631 0
[pid=28652/tid=28717] ppid=28649 vsize=10916192 memory=1200 CPUtime=0.07 cores=1,3,5,7
/proc/28652/task/28717/stat : 28717 (java) S 28649 28652 24385 0 -1 1077944384 3 12835 0 0 0 0 4 3 20 0 15 0 71909703 11178180608 99077 33554432000 4194304 4196468 140727889212048 140326441142496 140327938754261 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14319616 140727889218158 140727889220956 140727889220956 140727889223631 0
[pid=28652/tid=28718] ppid=28649 vsize=10916192 memory=8540 CPUtime=0.07 cores=1,3,5,7
/proc/28652/task/28718/stat : 28718 (java) S 28649 28652 24385 0 -1 1077944384 15 12835 0 0 0 0 4 3 20 0 15 0 71909703 11178180608 99077 33554432000 4194304 4196468 140727889212048 140327461174448 140327938755202 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14319616 140727889218158 140727889220956 140727889220956 140727889223631 0
Current children cumulated CPU time: 12.91 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 396308 KiB

[startup+5.70072 s]
/proc/loadavg: 2.06 1.56 1.44 5/215 28718
/proc/meminfo: memFree=20559588/32770624 swapFree=67108860/67108860
[pid=28652] ppid=28649 vsize=10916192 memory=396308 CPUtime=13.04 cores=1,3,5,7
/proc/28652/stat : 28652 (java) S 28649 28652 24385 0 -1 1077944320 77191 12835 0 0 1275 22 4 3 20 0 15 0 71909688 11178180608 99077 33554432000 4194304 4196468 140727889212048 140727889194592 140327938744055 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 14319616 140727889218158 140727889220956 140727889220956 140727889223631 0
/proc/28652/statm: 2729048 99077 3520 1 0 2690701 0
[pid=28652/tid=28705] ppid=28649 vsize=10916192 memory=7 CPUtime=5.55 cores=1,3,5,7
/proc/28652/task/28705/stat : 28705 (java) R 28649 28652 24385 0 -1 4202560 48745 12835 0 0 538 10 4 3 20 0 15 0 71909697 11178180608 99077 33554432000 4194304 4196468 140727889212048 140327910578752 140327537217820 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 14319616 140727889218158 140727889220956 140727889220956 140727889223631 0
[pid=28652/tid=28706] ppid=28649 vsize=10916192 memory=387804 CPUtime=0.1 cores=1,3,5,7
/proc/28652/task/28706/stat : 28706 (java) S 28649 28652 24385 0 -1 1077944384 223 12835 0 0 3 0 4 3 20 0 15 0 71909698 11178180608 99077 33554432000 4194304 4196468 140727889212048 140327942986384 140327938754261 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14319616 140727889218158 140727889220956 140727889220956 140727889223631 0
[pid=28652/tid=28707] ppid=28649 vsize=10916192 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/28652/task/28707/stat : 28707 (java) S 28649 28652 24385 0 -1 1077944384 236 12835 0 0 3 0 4 3 20 0 15 0 71909698 11178180608 99077 33554432000 4194304 4196468 140727889212048 140327857805840 140327938754261 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14319616 140727889218158 140727889220956 140727889220956 140727889223631 0
[pid=28652/tid=28708] ppid=28649 vsize=10916192 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/28652/task/28708/stat : 28708 (java) S 28649 28652 24385 0 -1 1077944384 86 12835 0 0 3 0 4 3 20 0 15 0 71909698 11178180608 99077 33554432000 4194304 4196468 140727889212048 140327510530448 140327938754261 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14319616 140727889218158 140727889220956 140727889220956 140727889223631 0
[pid=28652/tid=28709] ppid=28649 vsize=10916192 memory=3054156605302218657 CPUtime=0.1 cores=1,3,5,7
/proc/28652/task/28709/stat : 28709 (java) S 28649 28652 24385 0 -1 1077944384 83 12835 0 0 3 0 4 3 20 0 15 0 71909698 11178180608 99077 33554432000 4194304 4196468 140727889212048 140327509477648 140327938754261 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14319616 140727889218158 140727889220956 140727889220956 140727889223631 0
[pid=28652/tid=28710] ppid=28649 vsize=10916192 memory=-7812800577974661519 CPUtime=0.11 cores=1,3,5,7
/proc/28652/task/28710/stat : 28710 (java) S 28649 28652 24385 0 -1 1077944384 1243 12835 0 0 4 0 4 3 20 0 15 0 71909699 11178180608 99077 33554432000 4194304 4196468 140727889212048 140327465384816 140327938755202 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14319616 140727889218158 140727889220956 140727889220956 140727889223631 0
[pid=28652/tid=28711] ppid=28649 vsize=10916192 memory=278476 CPUtime=0.07 cores=1,3,5,7
/proc/28652/task/28711/stat : 28711 (java) S 28649 28652 24385 0 -1 1077944384 15 12835 0 0 0 0 4 3 20 0 15 0 71909699 11178180608 99077 33554432000 4194304 4196468 140727889212048 140327386080928 140327938754261 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14319616 140727889218158 140727889220956 140727889220956 140727889223631 0
[pid=28652/tid=28712] ppid=28649 vsize=10916192 memory=1 CPUtime=0.07 cores=1,3,5,7
/proc/28652/task/28712/stat : 28712 (java) S 28649 28652 24385 0 -1 1077944384 4 12835 0 0 0 0 4 3 20 0 15 0 71909700 11178180608 99077 33554432000 4194304 4196468 140727889212048 140326782100864 140327938754261 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14319616 140727889218158 140727889220956 140727889220956 140727889223631 0
[pid=28652/tid=28713] ppid=28649 vsize=10916192 memory=1 CPUtime=0.07 cores=1,3,5,7
/proc/28652/task/28713/stat : 28713 (java) S 28649 28652 24385 0 -1 1077944384 3 12835 0 0 0 0 4 3 20 0 15 0 71909702 11178180608 99077 33554432000 4194304 4196468 140727889212048 140326474701136 140327938762651 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14319616 140727889218158 140727889220956 140727889220956 140727889223631 0
[pid=28652/tid=28714] ppid=28649 vsize=10916192 memory=1 CPUtime=2.98 cores=1,3,5,7
/proc/28652/task/28714/stat : 28714 (java) S 28649 28652 24385 0 -1 1077944384 12513 12835 0 0 289 2 4 3 20 0 15 0 71909702 11178180608 99077 33554432000 4194304 4196468 140727889212048 140327464331632 140327938755202 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14319616 140727889218158 140727889220956 140727889220956 140727889223631 0
[pid=28652/tid=28715] ppid=28649 vsize=10916192 memory=0 CPUtime=2.75 cores=1,3,5,7
/proc/28652/task/28715/stat : 28715 (java) S 28649 28652 24385 0 -1 1077944384 5387 12835 0 0 267 1 4 3 20 0 15 0 71909702 11178180608 99077 33554432000 4194304 4196468 140727889212048 140327463278832 140327938755202 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14319616 140727889218158 140727889220956 140727889220956 140727889223631 0
[pid=28652/tid=28716] ppid=28649 vsize=10916192 memory=-3535359994705171299 CPUtime=1.71 cores=1,3,5,7
/proc/28652/task/28716/stat : 28716 (java) S 28649 28652 24385 0 -1 1077944384 6442 12835 0 0 161 3 4 3 20 0 15 0 71909702 11178180608 99077 33554432000 4194304 4196468 140727889212048 140327462226032 140327938755202 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14319616 140727889218158 140727889220956 140727889220956 140727889223631 0
[pid=28652/tid=28717] ppid=28649 vsize=10916192 memory=6944656592387989600 CPUtime=0.07 cores=1,3,5,7
/proc/28652/task/28717/stat : 28717 (java) S 28649 28652 24385 0 -1 1077944384 3 12835 0 0 0 0 4 3 20 0 15 0 71909703 11178180608 99077 33554432000 4194304 4196468 140727889212048 140326441142496 140327938754261 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14319616 140727889218158 140727889220956 140727889220956 140727889223631 0
[pid=28652/tid=28718] ppid=28649 vsize=10916192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/28652/task/28718/stat : 28718 (java) S 28649 28652 24385 0 -1 1077944384 15 12835 0 0 0 0 4 3 20 0 15 0 71909703 11178180608 99077 33554432000 4194304 4196468 140727889212048 140327461174448 140327938755202 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14319616 140727889218158 140727889220956 140727889220956 140727889223631 0
Current children cumulated CPU time: 13.04 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 396308 KiB

Child status: 0
Real time (s): 5.80997
CPU time (s): 13.1976
CPU user time (s): 12.9264
CPU system time (s): 0.271204
CPU usage (%): 227.155
Max. virtual memory (cumulated for all children) (KiB): 10919012
Max. memory (cumulated for all children) (KiB): 396308

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 12.9264
system time used= 0.271204
maximum resident set size= 398504
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 90154
page faults= 0
swaps= 0
block input operations= 0
block output operations= 184
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 7323
involuntary context switches= 62


# summary of solver processes directly reported to runsolver:
#   pid: 28652
#   total CPU time (s): 13.1976
#   total CPU user time (s): 12.9264
#   total CPU system time (s): 0.271204

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.060058 second user time and 0.091974 second system time

The end

Launcher Data

Begin job on node136 at 2018-07-25 20:31:05
IDJOB=4295345
IDBENCH=141525
IDSOLVER=2750
FILE ID=node136/4295345-1532543465
RUNJOBID= node136-1532524210-24417
PBS_JOBID= 21021596
Free space on /tmp= 55912 MiB

SOLVER NAME= Concrete 3.8 2018-06-13
BENCH NAME= XCSP18/Mario/Mario-easy-5_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4295345-1532543465/watcher-4295345-1532543465 -o /tmp/evaluation-result-4295345-1532543465/solver-4295345-1532543465 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node136-1532524210-24417 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=1297137196 HOME/instance-4295345-1532543465.xml

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

MD5SUM BENCH= 4fc2559afebff091b84e9ba27308c103
RANDOM SEED=1297137196

node136.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:        20937752 kB
MemAvailable:   31379352 kB
Buffers:          218568 kB
Cached:         10454112 kB
SwapCached:            0 kB
Active:          3122548 kB
Inactive:        8154852 kB
Active(anon):     556080 kB
Inactive(anon):    76688 kB
Active(file):    2566468 kB
Inactive(file):  8078164 kB
Unevictable:        7336 kB
Mlocked:            7336 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             26936 kB
Writeback:             0 kB
AnonPages:        612232 kB
Mapped:            52956 kB
Shmem:             25228 kB
Slab:             252868 kB
SReclaimable:     225428 kB
SUnreclaim:        27440 kB
KernelStack:        3488 kB
PageTables:         6656 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1579328 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    518144 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      112000 kB
DirectMap2M:    33433600 kB

Free space on /tmp at the end= 55888 MiB
End job on node136 at 2018-07-25 20:31:11