Trace number 4304492

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.9.2-SuperNGOPT28 88.4223 78.3326

General information on the benchmark

NamePizzaVoucher/
PizzaVoucher-10b_c18.xml
MD5SUM2b2c64c71c05a1ba529c691595973c48
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark28
Best CPU time to get the best result obtained on this benchmark5.22787
Satisfiable
(Un)Satisfiability was proved
Number of variables38
Number of constraints79
Number of domains14
Minimum domain size1
Maximum domain size19
Distribution of domain sizes[{"size":1,"count":2},{"size":2,"count":21},{"size":3,"count":3},{"size":4,"count":2},{"size":19,"count":10}]
Minimum variable degree2
Maximum variable degree28
Distribution of variable degrees[{"degree":2,"count":28},{"degree":27,"count":6},{"degree":28,"count":4}]
Minimum constraint arity2
Maximum constraint arity11
Distribution of constraint arities[{"arity":2,"count":61},{"arity":11,"count":18}]
Number of extensional constraints0
Number of intensional constraints61
Distribution of constraint types[{"type":"intension","count":61},{"type":"count","count":18}]
Optimization problemYES
Type of objectivemin SUM

Quality of the solution as a function of time


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

Solver Data

0.98/0.75	c Concrete v3.9.2.1532736233296 running
8.89/4.22	o 47
8.89/4.23	o 42
8.89/4.27	o 40
8.89/4.28	o 39
8.89/4.29	o 37
9.55/4.45	o 36
9.55/4.45	o 35
10.44/4.70	o 34
11.41/5.12	o 33
12.24/5.52	o 28
88.36/78.31	v <instantiation cost="28">
88.36/78.31	v       <list>
88.36/78.31	v         v[0] v[1] v[2] v[3] v[4] v[5] v[6] v[7] v[8] v[9] np[0] np[1] np[2] np[3] np[4] np[5] np[6] np[7] np[8] nf[0] nf[1] nf[2] nf[3] nf[4] nf[5] nf[6] nf[7] nf[8] pp[0] pp[1] pp[2] pp[3] pp[4] pp[5] pp[6] pp[7] pp[8] pp[9]
88.36/78.31	v       </list>
88.36/78.31	v       <values>
88.36/78.31	v         -6 -6 4 3 1 -1 6 6 -3 1 1 0 1 0 0 2 0 0 0 2 0 1 1 0 2 0 0 0 5 6 0 0 0 10 0 0 7 0
88.36/78.31	v       </values>
88.36/78.31	v     </instantiation>
88.36/78.31	s OPTIMUM FOUND

Verifier Data

OK	28

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4304492-1534096260/watcher-4304492-1534096260 -o /tmp/evaluation-result-4304492-1534096260/solver-4304492-1534096260 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node135-1534095089-27106 --watchdog 2580 bin/xcsp-3-concrete -J-Xss64M -randomseed=775885947 -superng HOME/instance-4304492-1534096260.xml 

running on 4 cores: 0,2,4,6

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=27626, runsolver pid=27623

[startup+0.100058 s]*
/proc/loadavg: 5.42 4.25 2.97 3/211 27683
/proc/meminfo: memFree=8797732/32770624 swapFree=67108852/67108860
[pid=27626] ppid=27623 vsize=10005480 memory=16812 CPUtime=0.08 cores=0,2,4,6
/proc/27626/stat : 27626 (java) S 27623 27626 19383 0 -1 1077944320 4364 12919 0 0 1 0 5 2 20 0 6 0 227189202 10245611520 4203 33554432000 4194304 4196468 140728992979248 140728992961792 139958741913335 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 25366528 140728992987748 140728992990556 140728992990556 140728992993231 0
/proc/27626/statm: 2501370 4203 1934 1 0 2489808 0
[pid=27626/tid=27679] ppid=27623 vsize=10005480 memory=4279135703946462605 CPUtime=0.08 cores=0,2,4,6
/proc/27626/task/27679/stat : 27679 (java) R 27623 27626 19383 0 -1 4202560 2169 12919 0 0 1 0 5 2 20 0 6 0 227189211 10245611520 4203 33554432000 4194304 4196468 140728992979248 139958713750096 139958725993852 0 4 0 16784584 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 25366528 140728992987748 140728992990556 140728992990556 140728992993231 0
[pid=27626/tid=27680] ppid=27623 vsize=10005480 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/27626/task/27680/stat : 27680 (java) S 27623 27626 19383 0 -1 1077944384 2 12919 0 0 0 0 5 2 20 0 6 0 227189212 10245611520 4203 33554432000 4194304 4196468 140728992979248 139958746155920 139958741923541 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25366528 140728992987748 140728992990556 140728992990556 140728992993231 0
[pid=27626/tid=27681] ppid=27623 vsize=10005480 memory=140154410444416 CPUtime=0.07 cores=0,2,4,6
/proc/27626/task/27681/stat : 27681 (java) S 27623 27626 19383 0 -1 1077944384 2 12919 0 0 0 0 5 2 20 0 6 0 227189212 10245611520 4203 33554432000 4194304 4196468 140728992979248 139958627420944 139958741923541 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25366528 140728992987748 140728992990556 140728992990556 140728992993231 0
[pid=27626/tid=27682] ppid=27623 vsize=10005480 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/27626/task/27682/stat : 27682 (java) S 27623 27626 19383 0 -1 1077944384 1 12919 0 0 0 0 5 2 20 0 6 0 227189212 10245611520 4203 33554432000 4194304 4196468 140728992979248 139958626368656 139958741923541 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25366528 140728992987748 140728992990556 140728992990556 140728992993231 0
[pid=27626/tid=27683] ppid=27623 vsize=10005480 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/27626/task/27683/stat : 27683 (java) S 27623 27626 19383 0 -1 1077944384 2 12919 0 0 0 0 5 2 20 0 6 0 227189212 10245611520 4203 33554432000 4194304 4196468 140728992979248 139958625315856 139958741923541 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25366528 140728992987748 140728992990556 140728992990556 140728992993231 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 10005480 KiB
Current children cumulated memory: 16812 KiB

[startup+0.210356 s]*
/proc/loadavg: 5.42 4.25 2.97 4/220 27692
/proc/meminfo: memFree=8773952/32770624 swapFree=67108852/67108860
[pid=27626] ppid=27623 vsize=10982744 memory=44776 CPUtime=0.25 cores=0,2,4,6
/proc/27626/stat : 27626 (java) S 27623 27626 19383 0 -1 1077944320 7918 12919 0 0 17 1 5 2 20 0 15 0 227189202 11246329856 11194 33554432000 4194304 4196468 140728992979248 140728992961792 139958741913335 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 25366528 140728992987748 140728992990556 140728992990556 140728992993231 0
/proc/27626/statm: 2745686 11194 2954 1 0 2708109 0
[pid=27626/tid=27679] ppid=27623 vsize=10982744 memory=-6517102902069810590 CPUtime=0.19 cores=0,2,4,6
/proc/27626/task/27679/stat : 27679 (java) R 27623 27626 19383 0 -1 4202560 4487 12919 0 0 11 1 5 2 20 0 15 0 227189211 11246329856 11194 33554432000 4194304 4196468 140728992979248 139958713709376 139958741925270 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 25366528 140728992987748 140728992990556 140728992990556 140728992993231 0
[pid=27626/tid=27680] ppid=27623 vsize=10982744 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/27626/task/27680/stat : 27680 (java) S 27623 27626 19383 0 -1 1077944384 2 12919 0 0 0 0 5 2 20 0 15 0 227189212 11246329856 11194 33554432000 4194304 4196468 140728992979248 139958746155920 139958741923541 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25366528 140728992987748 140728992990556 140728992990556 140728992993231 0
[pid=27626/tid=27681] ppid=27623 vsize=10982744 memory=140154410444416 CPUtime=0.07 cores=0,2,4,6
/proc/27626/task/27681/stat : 27681 (java) S 27623 27626 19383 0 -1 1077944384 2 12919 0 0 0 0 5 2 20 0 15 0 227189212 11246329856 11194 33554432000 4194304 4196468 140728992979248 139958627420944 139958741923541 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25366528 140728992987748 140728992990556 140728992990556 140728992993231 0
[pid=27626/tid=27682] ppid=27623 vsize=10982744 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/27626/task/27682/stat : 27682 (java) S 27623 27626 19383 0 -1 1077944384 1 12919 0 0 0 0 5 2 20 0 15 0 227189212 11246329856 11194 33554432000 4194304 4196468 140728992979248 139958626368656 139958741923541 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25366528 140728992987748 140728992990556 140728992990556 140728992993231 0
[pid=27626/tid=27683] ppid=27623 vsize=10982744 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/27626/task/27683/stat : 27683 (java) S 27623 27626 19383 0 -1 1077944384 2 12919 0 0 0 0 5 2 20 0 15 0 227189212 11246329856 11194 33554432000 4194304 4196468 140728992979248 139958625315856 139958741923541 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25366528 140728992987748 140728992990556 140728992990556 140728992993231 0
[pid=27626/tid=27684] ppid=27623 vsize=10982744 memory=140154410444416 CPUtime=0.07 cores=0,2,4,6
/proc/27626/task/27684/stat : 27684 (java) S 27623 27626 19383 0 -1 1077944384 2 12919 0 0 0 0 5 2 20 0 15 0 227189213 11246329856 11194 33554432000 4194304 4196468 140728992979248 139958234978416 139958741924482 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25366528 140728992987748 140728992990556 140728992990556 140728992993231 0
[pid=27626/tid=27685] ppid=27623 vsize=10982744 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/27626/task/27685/stat : 27685 (java) S 27623 27626 19383 0 -1 1077944384 13 12919 0 0 0 0 5 2 20 0 15 0 227189214 11246329856 11194 33554432000 4194304 4196468 140728992979248 139957549130528 139958741923541 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25366528 140728992987748 140728992990556 140728992990556 140728992993231 0
[pid=27626/tid=27686] ppid=27623 vsize=10982744 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/27626/task/27686/stat : 27686 (java) S 27623 27626 19383 0 -1 1077944384 1 12919 0 0 0 0 5 2 20 0 15 0 227189214 11246329856 11194 33554432000 4194304 4196468 140728992979248 139957347804272 139958741923541 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25366528 140728992987748 140728992990556 140728992990556 140728992993231 0
[pid=27626/tid=27687] ppid=27623 vsize=10982744 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/27626/task/27687/stat : 27687 (java) S 27623 27626 19383 0 -1 1077944384 3 12919 0 0 0 0 5 2 20 0 15 0 227189217 11246329856 11194 33554432000 4194304 4196468 140728992979248 139957040404560 139958741931931 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25366528 140728992987748 140728992990556 140728992990556 140728992993231 0
[pid=27626/tid=27688] ppid=27623 vsize=10982744 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/27626/task/27688/stat : 27688 (java) S 27623 27626 19383 0 -1 1077944384 482 12919 0 0 1 0 5 2 20 0 15 0 227189217 11246329856 11194 33554432000 4194304 4196468 140728992979248 139958233926256 139958741924482 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25366528 140728992987748 140728992990556 140728992990556 140728992993231 0
[pid=27626/tid=27689] ppid=27623 vsize=10982744 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/27626/task/27689/stat : 27689 (java) S 27623 27626 19383 0 -1 1077944384 128 12919 0 0 0 0 5 2 20 0 15 0 227189217 11246329856 11194 33554432000 4194304 4196468 140728992979248 139958232873456 139958741924482 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25366528 140728992987748 140728992990556 140728992990556 140728992993231 0
[pid=27626/tid=27690] ppid=27623 vsize=10982744 memory=140154410444416 CPUtime=0.1 cores=0,2,4,6
/proc/27626/task/27690/stat : 27690 (java) R 27623 27626 19383 0 -1 4202560 604 12919 0 0 3 0 5 2 20 0 15 0 227189217 11246329856 11194 33554432000 4194304 4196468 140728992979248 139958231821168 139958720716647 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 25366528 140728992987748 140728992990556 140728992990556 140728992993231 0
[pid=27626/tid=27691] ppid=27623 vsize=10982744 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/27626/task/27691/stat : 27691 (java) S 27623 27626 19383 0 -1 1077944384 3 12919 0 0 0 0 5 2 20 0 15 0 227189217 11246329856 11194 33554432000 4194304 4196468 140728992979248 139956609608672 139958741923541 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25366528 140728992987748 140728992990556 140728992990556 140728992993231 0
[pid=27626/tid=27692] ppid=27623 vsize=10982744 memory=140154410444416 CPUtime=0.07 cores=0,2,4,6
/proc/27626/task/27692/stat : 27692 (java) S 27623 27626 19383 0 -1 1077944384 1 12919 0 0 0 0 5 2 20 0 15 0 227189217 11246329856 11194 33554432000 4194304 4196468 140728992979248 139958230768048 139958741924482 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25366528 140728992987748 140728992990556 140728992990556 140728992993231 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10982744 KiB
Current children cumulated memory: 44776 KiB

[startup+0.310483 s]*
/proc/loadavg: 5.42 4.25 2.97 3/220 27692
/proc/meminfo: memFree=8762108/32770624 swapFree=67108852/67108860
[pid=27626] ppid=27623 vsize=10983192 memory=55476 CPUtime=0.37 cores=0,2,4,6
/proc/27626/stat : 27626 (java) S 27623 27626 19383 0 -1 1077944320 10416 12919 0 0 28 2 5 2 20 0 15 0 227189202 11246788608 13869 33554432000 4194304 4196468 140728992979248 140728992961792 139958741913335 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 25366528 140728992987748 140728992990556 140728992990556 140728992993231 0
/proc/27626/statm: 2745798 13869 3073 1 0 2708109 0
[pid=27626/tid=27679] ppid=27623 vsize=10983192 memory=6791534058613427641 CPUtime=0.28 cores=0,2,4,6
/proc/27626/task/27679/stat : 27679 (java) R 27623 27626 19383 0 -1 4202560 6971 12919 0 0 20 1 5 2 20 0 15 0 227189211 11246788608 13869 33554432000 4194304 4196468 140728992979248 139958713725344 139958722188665 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 25366528 140728992987748 140728992990556 140728992990556 140728992993231 0
[pid=27626/tid=27680] ppid=27623 vsize=10983192 memory=7084813469699035216 CPUtime=0.07 cores=0,2,4,6
/proc/27626/task/27680/stat : 27680 (java) S 27623 27626 19383 0 -1 1077944384 2 12919 0 0 0 0 5 2 20 0 15 0 227189212 11246788608 13869 33554432000 4194304 4196468 140728992979248 139958746155920 139958741923541 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25366528 140728992987748 140728992990556 140728992990556 140728992993231 0
[pid=27626/tid=27681] ppid=27623 vsize=10983192 memory=2076 CPUtime=0.07 cores=0,2,4,6
/proc/27626/task/27681/stat : 27681 (java) S 27623 27626 19383 0 -1 1077944384 2 12919 0 0 0 0 5 2 20 0 15 0 227189212 11246788608 13869 33554432000 4194304 4196468 140728992979248 139958627420944 139958741923541 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25366528 140728992987748 140728992990556 140728992990556 140728992993231 0
[pid=27626/tid=27682] ppid=27623 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/27626/task/27682/stat : 27682 (java) S 27623 27626 19383 0 -1 1077944384 1 12919 0 0 0 0 5 2 20 0 15 0 227189212 11246788608 13869 33554432000 4194304 4196468 140728992979248 139958626368656 139958741923541 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25366528 140728992987748 140728992990556 140728992990556 140728992993231 0
[pid=27626/tid=27683] ppid=27623 vsize=10983192 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/27626/task/27683/stat : 27683 (java) S 27623 27626 19383 0 -1 1077944384 2 12919 0 0 0 0 5 2 20 0 15 0 227189212 11246788608 13869 33554432000 4194304 4196468 140728992979248 139958625315856 139958741923541 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25366528 140728992987748 140728992990556 140728992990556 140728992993231 0
[pid=27626/tid=27684] ppid=27623 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/27626/task/27684/stat : 27684 (java) S 27623 27626 19383 0 -1 1077944384 2 12919 0 0 0 0 5 2 20 0 15 0 227189213 11246788608 13869 33554432000 4194304 4196468 140728992979248 139958234978416 139958741924482 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25366528 140728992987748 140728992990556 140728992990556 140728992993231 0
[pid=27626/tid=27685] ppid=27623 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/27626/task/27685/stat : 27685 (java) S 27623 27626 19383 0 -1 1077944384 13 12919 0 0 0 0 5 2 20 0 15 0 227189214 11246788608 13869 33554432000 4194304 4196468 140728992979248 139957549130528 139958741923541 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25366528 140728992987748 140728992990556 140728992990556 140728992993231 0
[pid=27626/tid=27686] ppid=27623 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/27626/task/27686/stat : 27686 (java) S 27623 27626 19383 0 -1 1077944384 1 12919 0 0 0 0 5 2 20 0 15 0 227189214 11246788608 13869 33554432000 4194304 4196468 140728992979248 139957347804272 139958741923541 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25366528 140728992987748 140728992990556 140728992990556 140728992993231 0
[pid=27626/tid=27687] ppid=27623 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/27626/task/27687/stat : 27687 (java) S 27623 27626 19383 0 -1 1077944384 3 12919 0 0 0 0 5 2 20 0 15 0 227189217 11246788608 13869 33554432000 4194304 4196468 140728992979248 139957040404560 139958741931931 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25366528 140728992987748 140728992990556 140728992990556 140728992993231 0
[pid=27626/tid=27688] ppid=27623 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/27626/task/27688/stat : 27688 (java) S 27623 27626 19383 0 -1 1077944384 482 12919 0 0 1 0 5 2 20 0 15 0 227189217 11246788608 13869 33554432000 4194304 4196468 140728992979248 139958233926256 139958741924482 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25366528 140728992987748 140728992990556 140728992990556 140728992993231 0
[pid=27626/tid=27689] ppid=27623 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/27626/task/27689/stat : 27689 (java) S 27623 27626 19383 0 -1 1077944384 131 12919 0 0 1 0 5 2 20 0 15 0 227189217 11246788608 13869 33554432000 4194304 4196468 140728992979248 139958232873456 139958741924482 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25366528 140728992987748 140728992990556 140728992990556 140728992993231 0
[pid=27626/tid=27690] ppid=27623 vsize=10983192 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/27626/task/27690/stat : 27690 (java) S 27623 27626 19383 0 -1 1077944384 610 12919 0 0 5 0 5 2 20 0 15 0 227189217 11246788608 13869 33554432000 4194304 4196468 140728992979248 139958231821168 139958741924482 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25366528 140728992987748 140728992990556 140728992990556 140728992993231 0
[pid=27626/tid=27691] ppid=27623 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/27626/task/27691/stat : 27691 (java) S 27623 27626 19383 0 -1 1077944384 3 12919 0 0 0 0 5 2 20 0 15 0 227189217 11246788608 13869 33554432000 4194304 4196468 140728992979248 139956609608672 139958741923541 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25366528 140728992987748 140728992990556 140728992990556 140728992993231 0
[pid=27626/tid=27692] ppid=27623 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/27626/task/27692/stat : 27692 (java) S 27623 27626 19383 0 -1 1077944384 1 12919 0 0 0 0 5 2 20 0 15 0 227189217 11246788608 13869 33554432000 4194304 4196468 140728992979248 139958230768048 139958741924482 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25366528 140728992987748 140728992990556 140728992990556 140728992993231 0
Current children cumulated CPU time: 0.37 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 55476 KiB

[startup+0.700736 s]
/proc/loadavg: 5.42 4.25 2.97 3/220 27692
/proc/meminfo: memFree=8751472/32770624 swapFree=67108852/67108860
[pid=27626] ppid=27623 vsize=10983192 memory=88348 CPUtime=0.98 cores=0,2,4,6
/proc/27626/stat : 27626 (java) S 27623 27626 19383 0 -1 1077944320 16737 12919 0 0 88 3 5 2 20 0 15 0 227189202 11246788608 22087 33554432000 4194304 4196468 140728992979248 140728992961792 139958741913335 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 25366528 140728992987748 140728992990556 140728992990556 140728992993231 0
/proc/27626/statm: 2745798 22087 3238 1 0 2708109 0
[pid=27626/tid=27679] ppid=27623 vsize=10983192 memory=0 CPUtime=0.65 cores=0,2,4,6
/proc/27626/task/27679/stat : 27679 (java) R 27623 27626 19383 0 -1 4202560 12152 12919 0 0 56 2 5 2 20 0 15 0 227189211 11246788608 22087 33554432000 4194304 4196468 140728992979248 139958713714056 139958722117136 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 25366528 140728992987748 140728992990556 140728992990556 140728992993231 0
[pid=27626/tid=27680] ppid=27623 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/27626/task/27680/stat : 27680 (java) S 27623 27626 19383 0 -1 1077944384 2 12919 0 0 0 0 5 2 20 0 15 0 227189212 11246788608 22087 33554432000 4194304 4196468 140728992979248 139958746155920 139958741923541 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25366528 140728992987748 140728992990556 140728992990556 140728992993231 0
[pid=27626/tid=27681] ppid=27623 vsize=10983192 memory=3560 CPUtime=0.07 cores=0,2,4,6
/proc/27626/task/27681/stat : 27681 (java) S 27623 27626 19383 0 -1 1077944384 2 12919 0 0 0 0 5 2 20 0 15 0 227189212 11246788608 22087 33554432000 4194304 4196468 140728992979248 139958627420944 139958741923541 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25366528 140728992987748 140728992990556 140728992990556 140728992993231 0
[pid=27626/tid=27682] ppid=27623 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/27626/task/27682/stat : 27682 (java) S 27623 27626 19383 0 -1 1077944384 1 12919 0 0 0 0 5 2 20 0 15 0 227189212 11246788608 22087 33554432000 4194304 4196468 140728992979248 139958626368656 139958741923541 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25366528 140728992987748 140728992990556 140728992990556 140728992993231 0
[pid=27626/tid=27683] ppid=27623 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/27626/task/27683/stat : 27683 (java) S 27623 27626 19383 0 -1 1077944384 2 12919 0 0 0 0 5 2 20 0 15 0 227189212 11246788608 22087 33554432000 4194304 4196468 140728992979248 139958625315856 139958741923541 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25366528 140728992987748 140728992990556 140728992990556 140728992993231 0
[pid=27626/tid=27684] ppid=27623 vsize=10983192 memory=4420 CPUtime=0.07 cores=0,2,4,6
/proc/27626/task/27684/stat : 27684 (java) S 27623 27626 19383 0 -1 1077944384 5 12919 0 0 0 0 5 2 20 0 15 0 227189213 11246788608 22087 33554432000 4194304 4196468 140728992979248 139958234978416 139958741924482 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25366528 140728992987748 140728992990556 140728992990556 140728992993231 0
[pid=27626/tid=27685] ppid=27623 vsize=10983192 memory=6628 CPUtime=0.07 cores=0,2,4,6
/proc/27626/task/27685/stat : 27685 (java) S 27623 27626 19383 0 -1 1077944384 13 12919 0 0 0 0 5 2 20 0 15 0 227189214 11246788608 22087 33554432000 4194304 4196468 140728992979248 139957549130528 139958741923541 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25366528 140728992987748 140728992990556 140728992990556 140728992993231 0
[pid=27626/tid=27686] ppid=27623 vsize=10983192 memory=8836 CPUtime=0.07 cores=0,2,4,6
/proc/27626/task/27686/stat : 27686 (java) S 27623 27626 19383 0 -1 1077944384 1 12919 0 0 0 0 5 2 20 0 15 0 227189214 11246788608 22087 33554432000 4194304 4196468 140728992979248 139957347804272 139958741923541 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25366528 140728992987748 140728992990556 140728992990556 140728992993231 0
[pid=27626/tid=27687] ppid=27623 vsize=10983192 memory=11044 CPUtime=0.07 cores=0,2,4,6
/proc/27626/task/27687/stat : 27687 (java) S 27623 27626 19383 0 -1 1077944384 3 12919 0 0 0 0 5 2 20 0 15 0 227189217 11246788608 22087 33554432000 4194304 4196468 140728992979248 139957040404560 139958741931931 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25366528 140728992987748 140728992990556 140728992990556 140728992993231 0
[pid=27626/tid=27688] ppid=27623 vsize=10983192 memory=13252 CPUtime=0.14 cores=0,2,4,6
/proc/27626/task/27688/stat : 27688 (java) S 27623 27626 19383 0 -1 1077944384 832 12919 0 0 7 0 5 2 20 0 15 0 227189217 11246788608 22087 33554432000 4194304 4196468 140728992979248 139958233926256 139958741924482 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25366528 140728992987748 140728992990556 140728992990556 140728992993231 0
[pid=27626/tid=27689] ppid=27623 vsize=10983192 memory=15460 CPUtime=0.16 cores=0,2,4,6
/proc/27626/task/27689/stat : 27689 (java) S 27623 27626 19383 0 -1 1077944384 835 12919 0 0 9 0 5 2 20 0 15 0 227189217 11246788608 22087 33554432000 4194304 4196468 140728992979248 139958232873456 139958741924482 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25366528 140728992987748 140728992990556 140728992990556 140728992993231 0
[pid=27626/tid=27690] ppid=27623 vsize=10983192 memory=17668 CPUtime=0.2 cores=0,2,4,6
/proc/27626/task/27690/stat : 27690 (java) S 27623 27626 19383 0 -1 1077944384 694 12919 0 0 13 0 5 2 20 0 15 0 227189217 11246788608 22087 33554432000 4194304 4196468 140728992979248 139958231821168 139958741924482 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25366528 140728992987748 140728992990556 140728992990556 140728992993231 0
[pid=27626/tid=27691] ppid=27623 vsize=10983192 memory=19876 CPUtime=0.07 cores=0,2,4,6
/proc/27626/task/27691/stat : 27691 (java) S 27623 27626 19383 0 -1 1077944384 3 12919 0 0 0 0 5 2 20 0 15 0 227189217 11246788608 22087 33554432000 4194304 4196468 140728992979248 139956609608672 139958741923541 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25366528 140728992987748 140728992990556 140728992990556 140728992993231 0
[pid=27626/tid=27692] ppid=27623 vsize=10983192 memory=22084 CPUtime=0.07 cores=0,2,4,6
/proc/27626/task/27692/stat : 27692 (java) S 27623 27626 19383 0 -1 1077944384 1 12919 0 0 0 0 5 2 20 0 15 0 227189217 11246788608 22087 33554432000 4194304 4196468 140728992979248 139958230768048 139958741924482 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25366528 140728992987748 140728992990556 140728992990556 140728992993231 0
Current children cumulated CPU time: 0.98 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 88348 KiB

[startup+1.50079 s]
/proc/loadavg: 5.42 4.25 2.97 6/220 27692
/proc/meminfo: memFree=8707848/32770624 swapFree=67108852/67108860
[pid=27626] ppid=27623 vsize=10998092 memory=179048 CPUtime=2.27 cores=0,2,4,6
/proc/27626/stat : 27626 (java) S 27623 27626 19383 0 -1 1077944320 23864 12919 0 0 211 9 5 2 20 0 15 0 227189202 11262046208 44762 33554432000 4194304 4196468 140728992979248 140728992961792 139958741913335 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 25366528 140728992987748 140728992990556 140728992990556 140728992993231 0
/proc/27626/statm: 2749523 44762 3467 1 0 2711181 0
[pid=27626/tid=27679] ppid=27623 vsize=10998092 memory=0 CPUtime=1.42 cores=0,2,4,6
/proc/27626/task/27679/stat : 27679 (java) R 27623 27626 19383 0 -1 4202560 17702 12919 0 0 130 5 5 2 20 0 15 0 227189211 11262046208 44762 33554432000 4194304 4196468 140728992979248 139958713743376 139958725993822 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 25366528 140728992987748 140728992990556 140728992990556 140728992993231 0
[pid=27626/tid=27680] ppid=27623 vsize=10998092 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/27626/task/27680/stat : 27680 (java) S 27623 27626 19383 0 -1 1077944384 59 12919 0 0 1 0 5 2 20 0 15 0 227189212 11262046208 44762 33554432000 4194304 4196468 140728992979248 139958746155920 139958741923541 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25366528 140728992987748 140728992990556 140728992990556 140728992993231 0
[pid=27626/tid=27681] ppid=27623 vsize=10998092 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/27626/task/27681/stat : 27681 (java) S 27623 27626 19383 0 -1 1077944384 190 12919 0 0 1 0 5 2 20 0 15 0 227189212 11262046208 44762 33554432000 4194304 4196468 140728992979248 139958627420944 139958741923541 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25366528 140728992987748 140728992990556 140728992990556 140728992993231 0
[pid=27626/tid=27682] ppid=27623 vsize=10998092 memory=3683998604062831409 CPUtime=0.08 cores=0,2,4,6
/proc/27626/task/27682/stat : 27682 (java) S 27623 27626 19383 0 -1 1077944384 27 12919 0 0 1 0 5 2 20 0 15 0 227189212 11262046208 44762 33554432000 4194304 4196468 140728992979248 139958626368656 139958741923541 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25366528 140728992987748 140728992990556 140728992990556 140728992993231 0
[pid=27626/tid=27683] ppid=27623 vsize=10998092 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/27626/task/27683/stat : 27683 (java) S 27623 27626 19383 0 -1 1077944384 35 12919 0 0 0 0 5 2 20 0 15 0 227189212 11262046208 44762 33554432000 4194304 4196468 140728992979248 139958625315856 139958741923541 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25366528 140728992987748 140728992990556 140728992990556 140728992993231 0
[pid=27626/tid=27684] ppid=27623 vsize=10998092 memory=-7965959130280075168 CPUtime=0.08 cores=0,2,4,6
/proc/27626/task/27684/stat : 27684 (java) S 27623 27626 19383 0 -1 1077944384 53 12919 0 0 1 0 5 2 20 0 15 0 227189213 11262046208 44762 33554432000 4194304 4196468 140728992979248 139958234978416 139958741924482 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25366528 140728992987748 140728992990556 140728992990556 140728992993231 0
[pid=27626/tid=27685] ppid=27623 vsize=10998092 memory=280308624730368 CPUtime=0.07 cores=0,2,4,6
/proc/27626/task/27685/stat : 27685 (java) S 27623 27626 19383 0 -1 1077944384 14 12919 0 0 0 0 5 2 20 0 15 0 227189214 11262046208 44762 33554432000 4194304 4196468 140728992979248 139957549130592 139958741923541 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25366528 140728992987748 140728992990556 140728992990556 140728992993231 0
[pid=27626/tid=27686] ppid=27623 vsize=10998092 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/27626/task/27686/stat : 27686 (java) S 27623 27626 19383 0 -1 1077944384 1 12919 0 0 0 0 5 2 20 0 15 0 227189214 11262046208 44762 33554432000 4194304 4196468 140728992979248 139957347804288 139958741923541 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25366528 140728992987748 140728992990556 140728992990556 140728992993231 0
[pid=27626/tid=27687] ppid=27623 vsize=10998092 memory=1944 CPUtime=0.07 cores=0,2,4,6
/proc/27626/task/27687/stat : 27687 (java) S 27623 27626 19383 0 -1 1077944384 3 12919 0 0 0 0 5 2 20 0 15 0 227189217 11262046208 44762 33554432000 4194304 4196468 140728992979248 139957040404560 139958741931931 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25366528 140728992987748 140728992990556 140728992990556 140728992993231 0
[pid=27626/tid=27688] ppid=27623 vsize=10998092 memory=5772 CPUtime=0.25 cores=0,2,4,6
/proc/27626/task/27688/stat : 27688 (java) S 27623 27626 19383 0 -1 1077944384 1020 12919 0 0 18 0 5 2 20 0 15 0 227189217 11262046208 44762 33554432000 4194304 4196468 140728992979248 139958233926256 139958741924482 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25366528 140728992987748 140728992990556 140728992990556 140728992993231 0
[pid=27626/tid=27689] ppid=27623 vsize=10998092 memory=1444 CPUtime=0.3 cores=0,2,4,6
/proc/27626/task/27689/stat : 27689 (java) R 27623 27626 19383 0 -1 1077944384 1274 12919 0 0 23 0 5 2 20 0 15 0 227189217 11262046208 44762 33554432000 4194304 4196468 140728992979248 139958232873456 139958741924482 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 25366528 140728992987748 140728992990556 140728992990556 140728992993231 0
[pid=27626/tid=27690] ppid=27623 vsize=10998092 memory=1160 CPUtime=0.39 cores=0,2,4,6
/proc/27626/task/27690/stat : 27690 (java) S 27623 27626 19383 0 -1 1077944384 1291 12919 0 0 32 0 5 2 20 0 15 0 227189217 11262046208 44762 33554432000 4194304 4196468 140728992979248 139958231821168 139958741924482 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25366528 140728992987748 140728992990556 140728992990556 140728992993231 0
[pid=27626/tid=27691] ppid=27623 vsize=10998092 memory=968 CPUtime=0.07 cores=0,2,4,6
/proc/27626/task/27691/stat : 27691 (java) S 27623 27626 19383 0 -1 1077944384 3 12919 0 0 0 0 5 2 20 0 15 0 227189217 11262046208 44762 33554432000 4194304 4196468 140728992979248 139956609608672 139958741923541 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25366528 140728992987748 140728992990556 140728992990556 140728992993231 0
[pid=27626/tid=27692] ppid=27623 vsize=10998092 memory=12144 CPUtime=0.07 cores=0,2,4,6
/proc/27626/task/27692/stat : 27692 (java) S 27623 27626 19383 0 -1 1077944384 1 12919 0 0 0 0 5 2 20 0 15 0 227189217 11262046208 44762 33554432000 4194304 4196468 140728992979248 139958230768048 139958741924482 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25366528 140728992987748 140728992990556 140728992990556 140728992993231 0
Current children cumulated CPU time: 2.27 s
Current children cumulated vsize: 10998092 KiB

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

[pid=27626/tid=27691] ppid=27623 vsize=11080032 memory=1224 CPUtime=0.07 cores=0,2,4,6
/proc/27626/task/27691/stat : 27691 (java) S 27623 27626 19383 0 -1 1077944384 3 12919 0 0 0 0 5 2 20 0 15 0 227189217 11345952768 219790 33554432000 4194304 4196468 140728992979248 139956609608672 139958741923541 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25366528 140728992987748 140728992990556 140728992990556 140728992993231 0
[pid=27626/tid=27692] ppid=27623 vsize=11080032 memory=1944 CPUtime=0.11 cores=0,2,4,6
/proc/27626/task/27692/stat : 27692 (java) S 27623 27626 19383 0 -1 1077944384 805 12919 0 0 3 1 5 2 20 0 15 0 227189217 11345952768 219790 33554432000 4194304 4196468 140728992979248 139958230768048 139958741924482 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25366528 140728992987748 140728992990556 140728992990556 140728992993231 0
Current children cumulated CPU time: 86.82 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 879160 KiB

[startup+77.6008 s]
/proc/loadavg: 2.46 3.62 2.85 3/220 27693
/proc/meminfo: memFree=7933888/32770624 swapFree=67108852/67108860
[pid=27626] ppid=27623 vsize=11080032 memory=879160 CPUtime=87.64 cores=0,2,4,6
/proc/27626/stat : 27626 (java) S 27623 27626 19383 0 -1 1077944320 119230 12919 0 0 8717 40 5 2 20 0 15 0 227189202 11345952768 219790 33554432000 4194304 4196468 140728992979248 140728992961792 139958741913335 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 25366528 140728992987748 140728992990556 140728992990556 140728992993231 0
/proc/27626/statm: 2770008 219790 3519 1 0 2731661 0
[pid=27626/tid=27679] ppid=27623 vsize=11080032 memory=7 CPUtime=77.22 cores=0,2,4,6
/proc/27626/task/27679/stat : 27679 (java) R 27623 27626 19383 0 -1 4202560 55252 12919 0 0 7696 19 5 2 20 0 15 0 227189211 11345952768 219790 33554432000 4194304 4196468 140728992979248 139958713748096 139958319858495 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 25366528 140728992987748 140728992990556 140728992990556 140728992993231 0
[pid=27626/tid=27680] ppid=27623 vsize=11080032 memory=6791534058613427641 CPUtime=0.2 cores=0,2,4,6
/proc/27626/task/27680/stat : 27680 (java) S 27623 27626 19383 0 -1 1077944384 1760 12919 0 0 11 2 5 2 20 0 15 0 227189212 11345952768 219790 33554432000 4194304 4196468 140728992979248 139958746155920 139958741923541 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25366528 140728992987748 140728992990556 140728992990556 140728992993231 0
[pid=27626/tid=27681] ppid=27623 vsize=11080032 memory=1944 CPUtime=0.21 cores=0,2,4,6
/proc/27626/task/27681/stat : 27681 (java) S 27623 27626 19383 0 -1 1077944384 1985 12919 0 0 12 2 5 2 20 0 15 0 227189212 11345952768 219790 33554432000 4194304 4196468 140728992979248 139958627420944 139958741923541 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25366528 140728992987748 140728992990556 140728992990556 140728992993231 0
[pid=27626/tid=27682] ppid=27623 vsize=11080032 memory=5772 CPUtime=0.21 cores=0,2,4,6
/proc/27626/task/27682/stat : 27682 (java) S 27623 27626 19383 0 -1 1077944384 2095 12919 0 0 12 2 5 2 20 0 15 0 227189212 11345952768 219790 33554432000 4194304 4196468 140728992979248 139958626368656 139958741923541 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25366528 140728992987748 140728992990556 140728992990556 140728992993231 0
[pid=27626/tid=27683] ppid=27623 vsize=11080032 memory=1444 CPUtime=0.22 cores=0,2,4,6
/proc/27626/task/27683/stat : 27683 (java) S 27623 27626 19383 0 -1 1077944384 890 12919 0 0 13 2 5 2 20 0 15 0 227189212 11345952768 219790 33554432000 4194304 4196468 140728992979248 139958625315856 139958741923541 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25366528 140728992987748 140728992990556 140728992990556 140728992993231 0
[pid=27626/tid=27684] ppid=27623 vsize=11080032 memory=1160 CPUtime=0.19 cores=0,2,4,6
/proc/27626/task/27684/stat : 27684 (java) S 27623 27626 19383 0 -1 1077944384 1505 12919 0 0 12 0 5 2 20 0 15 0 227189213 11345952768 219790 33554432000 4194304 4196468 140728992979248 139958234978416 139958741924482 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25366528 140728992987748 140728992990556 140728992990556 140728992993231 0
[pid=27626/tid=27685] ppid=27623 vsize=11080032 memory=968 CPUtime=0.07 cores=0,2,4,6
/proc/27626/task/27685/stat : 27685 (java) S 27623 27626 19383 0 -1 1077944384 17 12919 0 0 0 0 5 2 20 0 15 0 227189214 11345952768 219790 33554432000 4194304 4196468 140728992979248 139957549130592 139958741923541 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25366528 140728992987748 140728992990556 140728992990556 140728992993231 0
[pid=27626/tid=27686] ppid=27623 vsize=11080032 memory=3560 CPUtime=0.07 cores=0,2,4,6
/proc/27626/task/27686/stat : 27686 (java) S 27623 27626 19383 0 -1 1077944384 4 12919 0 0 0 0 5 2 20 0 15 0 227189214 11345952768 219790 33554432000 4194304 4196468 140728992979248 139957347804288 139958741923541 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25366528 140728992987748 140728992990556 140728992990556 140728992993231 0
[pid=27626/tid=27687] ppid=27623 vsize=11080032 memory=61784 CPUtime=0.07 cores=0,2,4,6
/proc/27626/task/27687/stat : 27687 (java) S 27623 27626 19383 0 -1 1077944384 3 12919 0 0 0 0 5 2 20 0 15 0 227189217 11345952768 219790 33554432000 4194304 4196468 140728992979248 139957040404560 139958741931931 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25366528 140728992987748 140728992990556 140728992990556 140728992993231 0
[pid=27626/tid=27688] ppid=27623 vsize=11080032 memory=1228 CPUtime=3.82 cores=0,2,4,6
/proc/27626/task/27688/stat : 27688 (java) S 27623 27626 19383 0 -1 1077944384 16139 12919 0 0 372 3 5 2 20 0 15 0 227189217 11345952768 219790 33554432000 4194304 4196468 140728992979248 139958233926256 139958741924482 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25366528 140728992987748 140728992990556 140728992990556 140728992993231 0
[pid=27626/tid=27689] ppid=27623 vsize=11080032 memory=2432 CPUtime=3.9 cores=0,2,4,6
/proc/27626/task/27689/stat : 27689 (java) S 27623 27626 19383 0 -1 1077944384 19848 12919 0 0 380 3 5 2 20 0 15 0 227189217 11345952768 219790 33554432000 4194304 4196468 140728992979248 139958232873456 139958741924482 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25366528 140728992987748 140728992990556 140728992990556 140728992993231 0
[pid=27626/tid=27690] ppid=27623 vsize=11080032 memory=1828 CPUtime=2.09 cores=0,2,4,6
/proc/27626/task/27690/stat : 27690 (java) S 27623 27626 19383 0 -1 1077944384 16732 12919 0 0 200 2 5 2 20 0 15 0 227189217 11345952768 219790 33554432000 4194304 4196468 140728992979248 139958231821168 139958741924482 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25366528 140728992987748 140728992990556 140728992990556 140728992993231 0
[pid=27626/tid=27691] ppid=27623 vsize=11080032 memory=792 CPUtime=0.07 cores=0,2,4,6
/proc/27626/task/27691/stat : 27691 (java) S 27623 27626 19383 0 -1 1077944384 3 12919 0 0 0 0 5 2 20 0 15 0 227189217 11345952768 219790 33554432000 4194304 4196468 140728992979248 139956609608672 139958741923541 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25366528 140728992987748 140728992990556 140728992990556 140728992993231 0
[pid=27626/tid=27692] ppid=27623 vsize=11080032 memory=12144 CPUtime=0.11 cores=0,2,4,6
/proc/27626/task/27692/stat : 27692 (java) S 27623 27626 19383 0 -1 1077944384 805 12919 0 0 3 1 5 2 20 0 15 0 227189217 11345952768 219790 33554432000 4194304 4196468 140728992979248 139958230768048 139958741924482 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25366528 140728992987748 140728992990556 140728992990556 140728992993231 0
Current children cumulated CPU time: 87.64 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 879160 KiB

[startup+78.0008 s]*
/proc/loadavg: 2.35 3.58 2.84 3/220 27693
/proc/meminfo: memFree=7933888/32770624 swapFree=67108852/67108860
[pid=27626] ppid=27623 vsize=11080032 memory=879160 CPUtime=88.05 cores=0,2,4,6
/proc/27626/stat : 27626 (java) S 27623 27626 19383 0 -1 1077944320 119232 12919 0 0 8758 40 5 2 20 0 15 0 227189202 11345952768 219790 33554432000 4194304 4196468 140728992979248 140728992961792 139958741913335 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 25366528 140728992987748 140728992990556 140728992990556 140728992993231 0
/proc/27626/statm: 2770008 219790 3519 1 0 2731661 0
[pid=27626/tid=27679] ppid=27623 vsize=11080032 memory=1408 CPUtime=77.62 cores=0,2,4,6
/proc/27626/task/27679/stat : 27679 (java) R 27623 27626 19383 0 -1 4202560 55253 12919 0 0 7736 19 5 2 20 0 15 0 227189211 11345952768 219790 33554432000 4194304 4196468 140728992979248 139958713748432 139958319109523 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 25366528 140728992987748 140728992990556 140728992990556 140728992993231 0
[pid=27626/tid=27680] ppid=27623 vsize=11080032 memory=6791534058613427641 CPUtime=0.2 cores=0,2,4,6
/proc/27626/task/27680/stat : 27680 (java) S 27623 27626 19383 0 -1 1077944384 1760 12919 0 0 11 2 5 2 20 0 15 0 227189212 11345952768 219790 33554432000 4194304 4196468 140728992979248 139958746155920 139958741923541 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25366528 140728992987748 140728992990556 140728992990556 140728992993231 0
[pid=27626/tid=27681] ppid=27623 vsize=11080032 memory=288230596050944315 CPUtime=0.21 cores=0,2,4,6
/proc/27626/task/27681/stat : 27681 (java) S 27623 27626 19383 0 -1 1077944384 1985 12919 0 0 12 2 5 2 20 0 15 0 227189212 11345952768 219790 33554432000 4194304 4196468 140728992979248 139958627420944 139958741923541 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25366528 140728992987748 140728992990556 140728992990556 140728992993231 0
[pid=27626/tid=27682] ppid=27623 vsize=11080032 memory=14972265422916166 CPUtime=0.21 cores=0,2,4,6
/proc/27626/task/27682/stat : 27682 (java) S 27623 27626 19383 0 -1 1077944384 2096 12919 0 0 12 2 5 2 20 0 15 0 227189212 11345952768 219790 33554432000 4194304 4196468 140728992979248 139958626368656 139958741923541 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25366528 140728992987748 140728992990556 140728992990556 140728992993231 0
[pid=27626/tid=27683] ppid=27623 vsize=11080032 memory=6791534058613427641 CPUtime=0.22 cores=0,2,4,6
/proc/27626/task/27683/stat : 27683 (java) S 27623 27626 19383 0 -1 1077944384 890 12919 0 0 13 2 5 2 20 0 15 0 227189212 11345952768 219790 33554432000 4194304 4196468 140728992979248 139958625315856 139958741923541 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25366528 140728992987748 140728992990556 140728992990556 140728992993231 0
[pid=27626/tid=27684] ppid=27623 vsize=11080032 memory=1788 CPUtime=0.19 cores=0,2,4,6
/proc/27626/task/27684/stat : 27684 (java) S 27623 27626 19383 0 -1 1077944384 1505 12919 0 0 12 0 5 2 20 0 15 0 227189213 11345952768 219790 33554432000 4194304 4196468 140728992979248 139958234978416 139958741924482 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25366528 140728992987748 140728992990556 140728992990556 140728992993231 0
[pid=27626/tid=27685] ppid=27623 vsize=11080032 memory=1232 CPUtime=0.07 cores=0,2,4,6
/proc/27626/task/27685/stat : 27685 (java) S 27623 27626 19383 0 -1 1077944384 17 12919 0 0 0 0 5 2 20 0 15 0 227189214 11345952768 219790 33554432000 4194304 4196468 140728992979248 139957549130592 139958741923541 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25366528 140728992987748 140728992990556 140728992990556 140728992993231 0
[pid=27626/tid=27686] ppid=27623 vsize=11080032 memory=644 CPUtime=0.07 cores=0,2,4,6
/proc/27626/task/27686/stat : 27686 (java) S 27623 27626 19383 0 -1 1077944384 4 12919 0 0 0 0 5 2 20 0 15 0 227189214 11345952768 219790 33554432000 4194304 4196468 140728992979248 139957347804288 139958741923541 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25366528 140728992987748 140728992990556 140728992990556 140728992993231 0
[pid=27626/tid=27687] ppid=27623 vsize=11080032 memory=952 CPUtime=0.07 cores=0,2,4,6
/proc/27626/task/27687/stat : 27687 (java) S 27623 27626 19383 0 -1 1077944384 3 12919 0 0 0 0 5 2 20 0 15 0 227189217 11345952768 219790 33554432000 4194304 4196468 140728992979248 139957040404560 139958741931931 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25366528 140728992987748 140728992990556 140728992990556 140728992993231 0
[pid=27626/tid=27688] ppid=27623 vsize=11080032 memory=2416 CPUtime=3.82 cores=0,2,4,6
/proc/27626/task/27688/stat : 27688 (java) S 27623 27626 19383 0 -1 1077944384 16139 12919 0 0 372 3 5 2 20 0 15 0 227189217 11345952768 219790 33554432000 4194304 4196468 140728992979248 139958233926256 139958741924482 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25366528 140728992987748 140728992990556 140728992990556 140728992993231 0
[pid=27626/tid=27689] ppid=27623 vsize=11080032 memory=1536 CPUtime=3.9 cores=0,2,4,6
/proc/27626/task/27689/stat : 27689 (java) S 27623 27626 19383 0 -1 1077944384 19848 12919 0 0 380 3 5 2 20 0 15 0 227189217 11345952768 219790 33554432000 4194304 4196468 140728992979248 139958232873456 139958741924482 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25366528 140728992987748 140728992990556 140728992990556 140728992993231 0
[pid=27626/tid=27690] ppid=27623 vsize=11080032 memory=928 CPUtime=2.09 cores=0,2,4,6
/proc/27626/task/27690/stat : 27690 (java) S 27623 27626 19383 0 -1 1077944384 16732 12919 0 0 200 2 5 2 20 0 15 0 227189217 11345952768 219790 33554432000 4194304 4196468 140728992979248 139958231821168 139958741924482 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25366528 140728992987748 140728992990556 140728992990556 140728992993231 0
[pid=27626/tid=27691] ppid=27623 vsize=11080032 memory=2244 CPUtime=0.07 cores=0,2,4,6
/proc/27626/task/27691/stat : 27691 (java) S 27623 27626 19383 0 -1 1077944384 3 12919 0 0 0 0 5 2 20 0 15 0 227189217 11345952768 219790 33554432000 4194304 4196468 140728992979248 139956609608672 139958741923541 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25366528 140728992987748 140728992990556 140728992990556 140728992993231 0
[pid=27626/tid=27692] ppid=27623 vsize=11080032 memory=879160 CPUtime=0.11 cores=0,2,4,6
/proc/27626/task/27692/stat : 27692 (java) S 27623 27626 19383 0 -1 1077944384 805 12919 0 0 3 1 5 2 20 0 15 0 227189217 11345952768 219790 33554432000 4194304 4196468 140728992979248 139958230768048 139958741924482 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25366528 140728992987748 140728992990556 140728992990556 140728992993231 0
Current children cumulated CPU time: 88.05 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 879160 KiB

[startup+78.2008 s]
/proc/loadavg: 2.35 3.58 2.84 3/220 27693
/proc/meminfo: memFree=7933888/32770624 swapFree=67108852/67108860
[pid=27626] ppid=27623 vsize=11080032 memory=879160 CPUtime=88.26 cores=0,2,4,6
/proc/27626/stat : 27626 (java) S 27623 27626 19383 0 -1 1077944320 119233 12919 0 0 8779 40 5 2 20 0 15 0 227189202 11345952768 219790 33554432000 4194304 4196468 140728992979248 140728992961792 139958741913335 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 25366528 140728992987748 140728992990556 140728992990556 140728992993231 0
/proc/27626/statm: 2770008 219790 3519 1 0 2731661 0
[pid=27626/tid=27679] ppid=27623 vsize=11080032 memory=301741394933055803 CPUtime=77.81 cores=0,2,4,6
/proc/27626/task/27679/stat : 27679 (java) R 27623 27626 19383 0 -1 4202560 55253 12919 0 0 7755 19 5 2 20 0 15 0 227189211 11345952768 219790 33554432000 4194304 4196468 140728992979248 139958713748432 139958318518690 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 25366528 140728992987748 140728992990556 140728992990556 140728992993231 0
[pid=27626/tid=27680] ppid=27623 vsize=11080032 memory=14972265422916166 CPUtime=0.2 cores=0,2,4,6
/proc/27626/task/27680/stat : 27680 (java) S 27623 27626 19383 0 -1 1077944384 1760 12919 0 0 11 2 5 2 20 0 15 0 227189212 11345952768 219790 33554432000 4194304 4196468 140728992979248 139958746155920 139958741923541 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25366528 140728992987748 140728992990556 140728992990556 140728992993231 0
[pid=27626/tid=27681] ppid=27623 vsize=11080032 memory=4078464225103410976 CPUtime=0.21 cores=0,2,4,6
/proc/27626/task/27681/stat : 27681 (java) S 27623 27626 19383 0 -1 1077944384 1985 12919 0 0 12 2 5 2 20 0 15 0 227189212 11345952768 219790 33554432000 4194304 4196468 140728992979248 139958627420944 139958741923541 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25366528 140728992987748 140728992990556 140728992990556 140728992993231 0
[pid=27626/tid=27682] ppid=27623 vsize=11080032 memory=-2245088631185882904 CPUtime=0.21 cores=0,2,4,6
/proc/27626/task/27682/stat : 27682 (java) S 27623 27626 19383 0 -1 1077944384 2096 12919 0 0 12 2 5 2 20 0 15 0 227189212 11345952768 219790 33554432000 4194304 4196468 140728992979248 139958626368656 139958741923541 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25366528 140728992987748 140728992990556 140728992990556 140728992993231 0
[pid=27626/tid=27683] ppid=27623 vsize=11080032 memory=-9174445032661854264 CPUtime=0.22 cores=0,2,4,6
/proc/27626/task/27683/stat : 27683 (java) S 27623 27626 19383 0 -1 1077944384 890 12919 0 0 13 2 5 2 20 0 15 0 227189212 11345952768 219790 33554432000 4194304 4196468 140728992979248 139958625315856 139958741923541 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25366528 140728992987748 140728992990556 140728992990556 140728992993231 0
[pid=27626/tid=27684] ppid=27623 vsize=11080032 memory=-1088251628401078322 CPUtime=0.19 cores=0,2,4,6
/proc/27626/task/27684/stat : 27684 (java) S 27623 27626 19383 0 -1 1077944384 1505 12919 0 0 12 0 5 2 20 0 15 0 227189213 11345952768 219790 33554432000 4194304 4196468 140728992979248 139958234978416 139958741924482 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25366528 140728992987748 140728992990556 140728992990556 140728992993231 0
[pid=27626/tid=27685] ppid=27623 vsize=11080032 memory=-6439399070707963779 CPUtime=0.07 cores=0,2,4,6
/proc/27626/task/27685/stat : 27685 (java) S 27623 27626 19383 0 -1 1077944384 17 12919 0 0 0 0 5 2 20 0 15 0 227189214 11345952768 219790 33554432000 4194304 4196468 140728992979248 139957549130592 139958741923541 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25366528 140728992987748 140728992990556 140728992990556 140728992993231 0
[pid=27626/tid=27686] ppid=27623 vsize=11080032 memory=-3472574513799858006 CPUtime=0.07 cores=0,2,4,6
/proc/27626/task/27686/stat : 27686 (java) S 27623 27626 19383 0 -1 1077944384 4 12919 0 0 0 0 5 2 20 0 15 0 227189214 11345952768 219790 33554432000 4194304 4196468 140728992979248 139957347804288 139958741923541 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25366528 140728992987748 140728992990556 140728992990556 140728992993231 0
[pid=27626/tid=27687] ppid=27623 vsize=11080032 memory=-3535359994705173088 CPUtime=0.07 cores=0,2,4,6
/proc/27626/task/27687/stat : 27687 (java) S 27623 27626 19383 0 -1 1077944384 3 12919 0 0 0 0 5 2 20 0 15 0 227189217 11345952768 219790 33554432000 4194304 4196468 140728992979248 139957040404560 139958741931931 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25366528 140728992987748 140728992990556 140728992990556 140728992993231 0
[pid=27626/tid=27688] ppid=27623 vsize=11080032 memory=-5921431000321636112 CPUtime=3.82 cores=0,2,4,6
/proc/27626/task/27688/stat : 27688 (java) S 27623 27626 19383 0 -1 1077944384 16139 12919 0 0 372 3 5 2 20 0 15 0 227189217 11345952768 219790 33554432000 4194304 4196468 140728992979248 139958233926256 139958741924482 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25366528 140728992987748 140728992990556 140728992990556 140728992993231 0
[pid=27626/tid=27689] ppid=27623 vsize=11080032 memory=7882242107940235113 CPUtime=3.91 cores=0,2,4,6
/proc/27626/task/27689/stat : 27689 (java) S 27623 27626 19383 0 -1 1077944384 19848 12919 0 0 381 3 5 2 20 0 15 0 227189217 11345952768 219790 33554432000 4194304 4196468 140728992979248 139958232873456 139958741924482 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25366528 140728992987748 140728992990556 140728992990556 140728992993231 0
[pid=27626/tid=27690] ppid=27623 vsize=11080032 memory=7811326704469174375 CPUtime=2.09 cores=0,2,4,6
/proc/27626/task/27690/stat : 27690 (java) S 27623 27626 19383 0 -1 1077944384 16733 12919 0 0 200 2 5 2 20 0 15 0 227189217 11345952768 219790 33554432000 4194304 4196468 140728992979248 139958231821168 139958741924482 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25366528 140728992987748 140728992990556 140728992990556 140728992993231 0
[pid=27626/tid=27691] ppid=27623 vsize=11080032 memory=5793975905296864358 CPUtime=0.07 cores=0,2,4,6
/proc/27626/task/27691/stat : 27691 (java) S 27623 27626 19383 0 -1 1077944384 3 12919 0 0 0 0 5 2 20 0 15 0 227189217 11345952768 219790 33554432000 4194304 4196468 140728992979248 139956609608672 139958741923541 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25366528 140728992987748 140728992990556 140728992990556 140728992993231 0
[pid=27626/tid=27692] ppid=27623 vsize=11080032 memory=8812 CPUtime=0.11 cores=0,2,4,6
/proc/27626/task/27692/stat : 27692 (java) S 27623 27626 19383 0 -1 1077944384 805 12919 0 0 3 1 5 2 20 0 15 0 227189217 11345952768 219790 33554432000 4194304 4196468 140728992979248 139958230768048 139958741924482 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25366528 140728992987748 140728992990556 140728992990556 140728992993231 0
Current children cumulated CPU time: 88.26 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 879160 KiB

[startup+78.3009 s]
/proc/loadavg: 2.35 3.58 2.84 3/220 27693
/proc/meminfo: memFree=7933888/32770624 swapFree=67108852/67108860
[pid=27626] ppid=27623 vsize=11080032 memory=879160 CPUtime=88.36 cores=0,2,4,6
/proc/27626/stat : 27626 (java) S 27623 27626 19383 0 -1 1077944320 119234 12919 0 0 8789 40 5 2 20 0 15 0 227189202 11345952768 219790 33554432000 4194304 4196468 140728992979248 140728992961792 139958741913335 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 25366528 140728992987748 140728992990556 140728992990556 140728992993231 0
/proc/27626/statm: 2770008 219790 3519 1 0 2731661 0
[pid=27626/tid=27679] ppid=27623 vsize=11080032 memory=879160 CPUtime=77.91 cores=0,2,4,6
/proc/27626/task/27679/stat : 27679 (java) R 27623 27626 19383 0 -1 4202560 55254 12919 0 0 7765 19 5 2 20 0 15 0 227189211 11345952768 219790 33554432000 4194304 4196468 140728992979248 139958713748896 139958308399201 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 25366528 140728992987748 140728992990556 140728992990556 140728992993231 0
[pid=27626/tid=27680] ppid=27623 vsize=11080032 memory=7 CPUtime=0.2 cores=0,2,4,6
/proc/27626/task/27680/stat : 27680 (java) S 27623 27626 19383 0 -1 1077944384 1760 12919 0 0 11 2 5 2 20 0 15 0 227189212 11345952768 219790 33554432000 4194304 4196468 140728992979248 139958746155920 139958741923541 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25366528 140728992987748 140728992990556 140728992990556 140728992993231 0
[pid=27626/tid=27681] ppid=27623 vsize=11080032 memory=879160 CPUtime=0.21 cores=0,2,4,6
/proc/27626/task/27681/stat : 27681 (java) S 27623 27626 19383 0 -1 1077944384 1985 12919 0 0 12 2 5 2 20 0 15 0 227189212 11345952768 219790 33554432000 4194304 4196468 140728992979248 139958627420944 139958741923541 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25366528 140728992987748 140728992990556 140728992990556 140728992993231 0
[pid=27626/tid=27682] ppid=27623 vsize=11080032 memory=56 CPUtime=0.21 cores=0,2,4,6
/proc/27626/task/27682/stat : 27682 (java) S 27623 27626 19383 0 -1 1077944384 2096 12919 0 0 12 2 5 2 20 0 15 0 227189212 11345952768 219790 33554432000 4194304 4196468 140728992979248 139958626368656 139958741923541 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25366528 140728992987748 140728992990556 140728992990556 140728992993231 0
[pid=27626/tid=27683] ppid=27623 vsize=11080032 memory=164 CPUtime=0.22 cores=0,2,4,6
/proc/27626/task/27683/stat : 27683 (java) S 27623 27626 19383 0 -1 1077944384 890 12919 0 0 13 2 5 2 20 0 15 0 227189212 11345952768 219790 33554432000 4194304 4196468 140728992979248 139958625315856 139958741923541 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25366528 140728992987748 140728992990556 140728992990556 140728992993231 0
[pid=27626/tid=27684] ppid=27623 vsize=11080032 memory=6945483438118364464 CPUtime=0.19 cores=0,2,4,6
/proc/27626/task/27684/stat : 27684 (java) S 27623 27626 19383 0 -1 1077944384 1505 12919 0 0 12 0 5 2 20 0 15 0 227189213 11345952768 219790 33554432000 4194304 4196468 140728992979248 139958234978416 139958741924482 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25366528 140728992987748 140728992990556 140728992990556 140728992993231 0
[pid=27626/tid=27685] ppid=27623 vsize=11080032 memory=928 CPUtime=0.07 cores=0,2,4,6
/proc/27626/task/27685/stat : 27685 (java) S 27623 27626 19383 0 -1 1077944384 17 12919 0 0 0 0 5 2 20 0 15 0 227189214 11345952768 219790 33554432000 4194304 4196468 140728992979248 139957549130592 139958741923541 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25366528 140728992987748 140728992990556 140728992990556 140728992993231 0
[pid=27626/tid=27686] ppid=27623 vsize=11080032 memory=2244 CPUtime=0.07 cores=0,2,4,6
/proc/27626/task/27686/stat : 27686 (java) S 27623 27626 19383 0 -1 1077944384 4 12919 0 0 0 0 5 2 20 0 15 0 227189214 11345952768 219790 33554432000 4194304 4196468 140728992979248 139957347804288 139958741923541 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25366528 140728992987748 140728992990556 140728992990556 140728992993231 0
[pid=27626/tid=27687] ppid=27623 vsize=11080032 memory=4132 CPUtime=0.07 cores=0,2,4,6
/proc/27626/task/27687/stat : 27687 (java) S 27623 27626 19383 0 -1 1077944384 3 12919 0 0 0 0 5 2 20 0 15 0 227189217 11345952768 219790 33554432000 4194304 4196468 140728992979248 139957040404560 139958741931931 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25366528 140728992987748 140728992990556 140728992990556 140728992993231 0
[pid=27626/tid=27688] ppid=27623 vsize=11080032 memory=2192 CPUtime=3.82 cores=0,2,4,6
/proc/27626/task/27688/stat : 27688 (java) S 27623 27626 19383 0 -1 1077944384 16139 12919 0 0 372 3 5 2 20 0 15 0 227189217 11345952768 219790 33554432000 4194304 4196468 140728992979248 139958233926256 139958741924482 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25366528 140728992987748 140728992990556 140728992990556 140728992993231 0
[pid=27626/tid=27689] ppid=27623 vsize=11080032 memory=3560 CPUtime=3.91 cores=0,2,4,6
/proc/27626/task/27689/stat : 27689 (java) S 27623 27626 19383 0 -1 1077944384 19848 12919 0 0 381 3 5 2 20 0 15 0 227189217 11345952768 219790 33554432000 4194304 4196468 140728992979248 139958232873456 139958741924482 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25366528 140728992987748 140728992990556 140728992990556 140728992993231 0
[pid=27626/tid=27690] ppid=27623 vsize=11080032 memory=61784 CPUtime=2.09 cores=0,2,4,6
/proc/27626/task/27690/stat : 27690 (java) S 27623 27626 19383 0 -1 1077944384 16733 12919 0 0 200 2 5 2 20 0 15 0 227189217 11345952768 219790 33554432000 4194304 4196468 140728992979248 139958231821168 139958741924482 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25366528 140728992987748 140728992990556 140728992990556 140728992993231 0
[pid=27626/tid=27691] ppid=27623 vsize=11080032 memory=8635 CPUtime=0.07 cores=0,2,4,6
/proc/27626/task/27691/stat : 27691 (java) S 27623 27626 19383 0 -1 1077944384 3 12919 0 0 0 0 5 2 20 0 15 0 227189217 11345952768 219790 33554432000 4194304 4196468 140728992979248 139956609608672 139958741923541 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25366528 140728992987748 140728992990556 140728992990556 140728992993231 0
[pid=27626/tid=27692] ppid=27623 vsize=11080032 memory=7595 CPUtime=0.11 cores=0,2,4,6
/proc/27626/task/27692/stat : 27692 (java) S 27623 27626 19383 0 -1 1077944384 805 12919 0 0 3 1 5 2 20 0 15 0 227189217 11345952768 219790 33554432000 4194304 4196468 140728992979248 139958230768048 139958741924482 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25366528 140728992987748 140728992990556 140728992990556 140728992993231 0
Current children cumulated CPU time: 88.36 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 879160 KiB

Child status: 0
Real time (s): 78.3326
CPU time (s): 88.4223
CPU user time (s): 87.9615
CPU system time (s): 0.460748
CPU usage (%): 112.881
Max. virtual memory (cumulated for all children) (KiB): 11082856
Max. memory (cumulated for all children) (KiB): 895048

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 87.9615
system time used= 0.460748
maximum resident set size= 897096
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 132886
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= 12409
involuntary context switches= 272


# summary of solver processes directly reported to runsolver:
#   pid: 27626
#   total CPU time (s): 88.4223
#   total CPU user time (s): 87.9615
#   total CPU system time (s): 0.460748

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.579882 second user time and 0.724636 second system time

The end

Launcher Data

Begin job on node135 at 2018-08-12 19:51:00
IDJOB=4304492
IDBENCH=141320
IDSOLVER=2781
FILE ID=node135/4304492-1534096260
RUNJOBID= node135-1534095089-27106
PBS_JOBID= 21036983
Free space on /tmp= 42628 MiB

SOLVER NAME= Concrete 3.9.2-SuperNG
BENCH NAME= XCSP18/PizzaVoucher/PizzaVoucher-10b_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss64M -randomseed=RANDOMSEED -superng BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4304492-1534096260/watcher-4304492-1534096260 -o /tmp/evaluation-result-4304492-1534096260/solver-4304492-1534096260 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node135-1534095089-27106 --watchdog 2580  bin/xcsp-3-concrete -J-Xss64M -randomseed=775885947 -superng HOME/instance-4304492-1534096260.xml

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

MD5SUM BENCH= 2b2c64c71c05a1ba529c691595973c48
RANDOM SEED=775885947

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:         8803820 kB
MemAvailable:   23650164 kB
Buffers:          239092 kB
Cached:         14700840 kB
SwapCached:            8 kB
Active:         14754964 kB
Inactive:        8478296 kB
Active(anon):    7354296 kB
Inactive(anon):   991796 kB
Active(file):    7400668 kB
Inactive(file):  7486500 kB
Unevictable:        7244 kB
Mlocked:            7244 kB
SwapTotal:      67108860 kB
SwapFree:       67108852 kB
Dirty:             26704 kB
Writeback:             0 kB
AnonPages:       8300244 kB
Mapped:            75092 kB
Shmem:             49816 kB
Slab:             415612 kB
SReclaimable:     387636 kB
SUnreclaim:        27976 kB
KernelStack:        3616 kB
PageTables:        21624 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    8889452 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   5095424 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= 42600 MiB
End job on node135 at 2018-08-12 19:52:19