Trace number 4304491

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.2OPT28 119.986 109.467

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.93/0.79	c Concrete v3.9.2.1532736233296 running
8.67/4.33	o 44
8.67/4.36	o 41
8.67/4.37	o 39
8.67/4.38	o 38
8.67/4.39	o 37
9.02/4.42	o 36
9.99/4.75	o 35
10.23/4.82	o 33
10.86/5.17	o 28
119.90/109.44	v <instantiation cost="28">
119.90/109.44	v       <list>
119.90/109.44	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]
119.90/109.44	v       </list>
119.90/109.44	v       <values>
119.90/109.44	v         -6 -6 1 -3 1 -1 6 6 3 4 1 0 1 0 0 2 0 0 0 2 0 1 1 0 2 0 0 0 5 6 0 7 0 10 0 0 0 0
119.90/109.44	v       </values>
119.90/109.44	v     </instantiation>
119.90/109.44	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 (14521 MiB free)
  memory of node 1: 16384 MiB (13727 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4304491-1534095354/watcher-4304491-1534095354 -o /tmp/evaluation-result-4304491-1534095354/solver-4304491-1534095354 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node102-1534095354-25287 --watchdog 2580 bin/xcsp-3-concrete -J-Xss64M -randomseed=981693797 HOME/instance-4304491-1534095354.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
solver pid=25314, runsolver pid=25310
Current StackSize limit: 8192 KiB


[startup+0.107332 s]*
/proc/loadavg: 1.17 1.43 1.77 4/210 25391
/proc/meminfo: memFree=28903296/32770624 swapFree=67030652/67108860
[pid=25314] ppid=25310 vsize=113256 memory=1608 CPUtime=0.01 cores=0,2,4,6
/proc/25314/stat : 25314 (bash) S 25310 25314 25256 0 -1 4202496 883 5666 1 0 0 0 0 1 20 0 1 0 227098590 115974144 402 33554432000 4194304 5098028 140737478480112 140737478474120 140323702848512 0 0 4100 65536 18446744071580971376 0 0 17 2 0 0 0 0 0 7196144 7232144 26951680 140737478485164 140737478485288 140737478485288 140737478488046 0
/proc/25314/statm: 28314 402 318 221 0 119 0
[pid=25371] ppid=25314 vsize=113256 memory=716 CPUtime=0 cores=0,2,4,6
/proc/25371/stat : 25371 (bash) S 25314 25314 25256 0 -1 4202560 153 0 0 0 0 0 0 0 20 0 1 0 227098597 115974144 179 33554432000 4194304 5098028 140737478480112 140737478472792 140323702674044 0 65536 4096 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 26951680 140737478485164 140737478485288 140737478485288 140737478488046 0
/proc/25371/statm: 28314 179 95 221 0 119 0
[pid=25374] ppid=25371 vsize=10260324 memory=20916 CPUtime=0.03 cores=0,2,4,6
/proc/25374/stat : 25374 (java) S 25371 25314 25256 0 -1 1077944320 4000 0 0 0 3 0 0 0 20 0 9 0 227098597 10506571776 5229 33554432000 4194304 4196468 140727366572784 140727366555328 140673925914359 0 0 0 16800971 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 39350272 140727366575395 140727366575409 140727366575409 140727366578127 0
/proc/25374/statm: 2565081 5229 2192 1 0 2527622 0
[pid=25374/tid=25376] ppid=25371 vsize=10260324 memory=7751702667093440019 CPUtime=0.03 cores=0,2,4,6
/proc/25374/task/25376/stat : 25376 (java) R 25371 25314 25256 0 -1 4202560 2659 0 0 0 3 0 0 0 20 0 9 0 227098597 10506571776 5229 33554432000 4194304 4196468 140727366572784 140673930149752 140673925936285 0 4 0 16800971 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 39350272 140727366575395 140727366575409 140727366575409 140727366578127 0
[pid=25374/tid=25380] ppid=25371 vsize=10260324 memory=4210146916469654281 CPUtime=0 cores=0,2,4,6
/proc/25374/task/25380/stat : 25380 (java) S 25371 25314 25256 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 227098598 10506571776 5229 33554432000 4194304 4196468 140727366572784 140673878534544 140673925924565 0 4 0 16800971 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39350272 140727366575395 140727366575409 140727366575409 140727366578127 0
[pid=25374/tid=25381] ppid=25371 vsize=10260324 memory=139904158033536 CPUtime=0 cores=0,2,4,6
/proc/25374/task/25381/stat : 25381 (java) S 25371 25314 25256 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 227098598 10506571776 5229 33554432000 4194304 4196468 140727366572784 140673877481744 140673925924565 0 4 0 16800971 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39350272 140727366575395 140727366575409 140727366575409 140727366578127 0
[pid=25374/tid=25383] ppid=25371 vsize=10260324 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25374/task/25383/stat : 25383 (java) S 25371 25314 25256 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 227098598 10506571776 5229 33554432000 4194304 4196468 140727366572784 140673876429456 140673925924565 0 4 0 16800971 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39350272 140727366575395 140727366575409 140727366575409 140727366578127 0
[pid=25374/tid=25384] ppid=25371 vsize=10260324 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/25374/task/25384/stat : 25384 (java) S 25371 25314 25256 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 227098598 10506571776 5229 33554432000 4194304 4196468 140727366572784 140673875376656 140673925924565 0 4 0 16800971 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39350272 140727366575395 140727366575409 140727366575409 140727366578127 0
[pid=25374/tid=25387] ppid=25371 vsize=10260324 memory=139904158033536 CPUtime=0 cores=0,2,4,6
/proc/25374/task/25387/stat : 25387 (java) S 25371 25314 25256 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 227098599 10506571776 5229 33554432000 4194304 4196468 140727366572784 140673484782192 140673925925506 0 0 0 16800971 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39350272 140727366575395 140727366575409 140727366575409 140727366578127 0
[pid=25374/tid=25389] ppid=25371 vsize=10260324 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/25374/task/25389/stat : 25389 (java) S 25371 25314 25256 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 9 0 227098600 10506571776 5229 33554432000 4194304 4196468 140727366572784 140673483728160 140673925924565 0 4 0 16800971 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39350272 140727366575395 140727366575409 140727366575409 140727366578127 0
[pid=25374/tid=25390] ppid=25371 vsize=10260324 memory=0 CPUtime=0 cores=0,2,4,6
/proc/25374/task/25390/stat : 25390 (java) S 25371 25314 25256 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 9 0 227098600 10506571776 5229 33554432000 4194304 4196468 140727366572784 140673482675824 140673925924565 0 4 0 16800971 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39350272 140727366575395 140727366575409 140727366575409 140727366578127 0
[pid=25375] ppid=25371 vsize=113488 memory=972 CPUtime=0 cores=0,2,4,6
/proc/25375/stat : 25375 (awk) S 25371 25314 25256 0 -1 4202496 421 0 0 0 0 0 0 0 20 0 1 0 227098597 116211712 243 33554432000 4194304 4609284 140728550729264 140728550728440 139852233399296 0 0 4096 1216 18446744071580971376 0 0 17 2 0 0 0 0 0 6708720 6711756 10747904 140728550733139 140728550733169 140728550733169 140728550735855 0
/proc/25375/statm: 28372 243 204 102 0 88 0
Current children cumulated CPU time: 0.04 s
Current children cumulated vsize: 10600324 KiB
Current children cumulated memory: 24212 KiB

[startup+0.210657 s]*
/proc/loadavg: 1.17 1.43 1.77 5/216 25449
/proc/meminfo: memFree=28884992/32770624 swapFree=67030652/67108860
[pid=25314] ppid=25310 vsize=10982696 memory=32348 CPUtime=0.17 cores=0,2,4,6
/proc/25314/stat : 25314 (java) S 25310 25314 25256 0 -1 1077944320 6374 12983 1 0 8 1 5 3 20 0 15 0 227098590 11246280704 8087 33554432000 4194304 4196468 140728761045136 140728761027680 140336780762871 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 13275136 140728761047661 140728761050460 140728761050460 140728761053135 0
/proc/25314/statm: 2745674 8087 2834 1 0 2708109 0
[pid=25314/tid=25423] ppid=25310 vsize=10982696 memory=7022364594140610616 CPUtime=0.14 cores=0,2,4,6
/proc/25314/task/25423/stat : 25423 (java) R 25310 25314 25256 0 -1 4202560 3143 12983 0 0 6 0 5 3 20 0 15 0 227098604 11246280704 8153 33554432000 4194304 4196468 140728761045136 140336752595456 140336764870946 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 13275136 140728761047661 140728761050460 140728761050460 140728761053135 0
[pid=25314/tid=25427] ppid=25310 vsize=10982696 memory=343 CPUtime=0.08 cores=0,2,4,6
/proc/25314/task/25427/stat : 25427 (java) S 25310 25314 25256 0 -1 1077944384 2 12983 0 0 0 0 5 3 20 0 15 0 227098605 11246280704 8153 33554432000 4194304 4196468 140728761045136 140336785005456 140336780773077 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13275136 140728761047661 140728761050460 140728761050460 140728761053135 0
[pid=25314/tid=25429] ppid=25310 vsize=10982696 memory=3835013476567770784 CPUtime=0.08 cores=0,2,4,6
/proc/25314/task/25429/stat : 25429 (java) S 25310 25314 25256 0 -1 1077944384 1 12983 0 0 0 0 5 3 20 0 15 0 227098605 11246280704 8153 33554432000 4194304 4196468 140728761045136 140336650341136 140336780773077 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13275136 140728761047661 140728761050460 140728761050460 140728761053135 0
[pid=25314/tid=25430] ppid=25310 vsize=10982696 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/25314/task/25430/stat : 25430 (java) S 25310 25314 25256 0 -1 1077944384 1 12983 0 0 0 0 5 3 20 0 15 0 227098605 11246280704 8153 33554432000 4194304 4196468 140728761045136 140336649288848 140336780773077 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13275136 140728761047661 140728761050460 140728761050460 140728761053135 0
[pid=25314/tid=25431] ppid=25310 vsize=10982696 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/25314/task/25431/stat : 25431 (java) S 25310 25314 25256 0 -1 1077944384 1 12983 0 0 0 0 5 3 20 0 15 0 227098605 11246280704 8153 33554432000 4194304 4196468 140728761045136 140336648236048 140336780773077 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13275136 140728761047661 140728761050460 140728761050460 140728761053135 0
[pid=25314/tid=25432] ppid=25310 vsize=10982696 memory=139904158033536 CPUtime=0.08 cores=0,2,4,6
/proc/25314/task/25432/stat : 25432 (java) S 25310 25314 25256 0 -1 1077944384 2 12983 0 0 0 0 5 3 20 0 15 0 227098606 11246280704 8153 33554432000 4194304 4196468 140728761045136 140336206452848 140336780774018 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13275136 140728761047661 140728761050460 140728761050460 140728761053135 0
[pid=25314/tid=25434] ppid=25310 vsize=10982696 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/25314/task/25434/stat : 25434 (java) S 25310 25314 25256 0 -1 1077944384 13 12983 0 0 0 0 5 3 20 0 15 0 227098607 11246280704 8153 33554432000 4194304 4196468 140728761045136 140335573361440 140336780773077 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13275136 140728761047661 140728761050460 140728761050460 140728761053135 0
[pid=25314/tid=25436] ppid=25310 vsize=10982696 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/25314/task/25436/stat : 25436 (java) S 25310 25314 25256 0 -1 1077944384 21 12983 0 0 0 0 5 3 20 0 15 0 227098607 11246280704 8153 33554432000 4194304 4196468 140728761045136 140335506248816 140336780773077 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13275136 140728761047661 140728761050460 140728761050460 140728761053135 0
[pid=25314/tid=25442] ppid=25310 vsize=10982696 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/25314/task/25442/stat : 25442 (java) S 25310 25314 25256 0 -1 1077944384 3 12983 0 0 0 0 5 3 20 0 15 0 227098610 11246280704 8153 33554432000 4194304 4196468 140728761045136 140335198853200 140336780781467 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13275136 140728761047661 140728761050460 140728761050460 140728761053135 0
[pid=25314/tid=25443] ppid=25310 vsize=10982696 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/25314/task/25443/stat : 25443 (java) R 25310 25314 25256 0 -1 4202560 347 12983 0 0 0 0 5 3 20 0 15 0 227098610 11246280704 8153 33554432000 4194304 4196468 140728761045136 140336205400688 140336773052253 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 13275136 140728761047661 140728761050460 140728761050460 140728761053135 0
[pid=25314/tid=25444] ppid=25310 vsize=10982696 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/25314/task/25444/stat : 25444 (java) R 25310 25314 25256 0 -1 1077944384 125 12983 0 0 0 0 5 3 20 0 15 0 227098610 11246280704 8153 33554432000 4194304 4196468 140728761045136 140336204347888 140336780774018 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 13275136 140728761047661 140728761050460 140728761050460 140728761053135 0
[pid=25314/tid=25445] ppid=25310 vsize=10982696 memory=139904158033536 CPUtime=0.09 cores=0,2,4,6
/proc/25314/task/25445/stat : 25445 (java) R 25310 25314 25256 0 -1 4202560 582 12983 0 0 1 0 5 3 20 0 15 0 227098610 11246280704 8153 33554432000 4194304 4196468 140728761045136 140336203295600 140336760729990 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 13275136 140728761047661 140728761050460 140728761050460 140728761053135 0
[pid=25314/tid=25447] ppid=25310 vsize=10982696 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/25314/task/25447/stat : 25447 (java) S 25310 25314 25256 0 -1 1077944384 3 12983 0 0 0 0 5 3 20 0 15 0 227098610 11246280704 8153 33554432000 4194304 4196468 140728761045136 140334768057312 140336780773077 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13275136 140728761047661 140728761050460 140728761050460 140728761053135 0
[pid=25314/tid=25449] ppid=25310 vsize=10982696 memory=139904158033536 CPUtime=0.08 cores=0,2,4,6
/proc/25314/task/25449/stat : 25449 (java) S 25310 25314 25256 0 -1 1077944384 1 12983 0 0 0 0 5 3 20 0 15 0 227098610 11246280704 8153 33554432000 4194304 4196468 140728761045136 140336202242480 140336780774018 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13275136 140728761047661 140728761050460 140728761050460 140728761053135 0
Current children cumulated CPU time: 0.17 s
Current children cumulated vsize: 10982696 KiB
Current children cumulated memory: 32348 KiB

[startup+0.310464 s]*
/proc/loadavg: 1.17 1.43 1.77 3/216 25449
/proc/meminfo: memFree=28849516/32770624 swapFree=67030652/67108860
[pid=25314] ppid=25310 vsize=10983192 memory=48304 CPUtime=0.32 cores=0,2,4,6
/proc/25314/stat : 25314 (java) S 25310 25314 25256 0 -1 1077944320 9568 12983 1 0 22 2 5 3 20 0 15 0 227098590 11246788608 12076 33554432000 4194304 4196468 140728761045136 140728761027680 140336780762871 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 13275136 140728761047661 140728761050460 140728761050460 140728761053135 0
/proc/25314/statm: 2745798 12076 3066 1 0 2708109 0
[pid=25314/tid=25423] ppid=25310 vsize=10983192 memory=591433945311373747 CPUtime=0.24 cores=0,2,4,6
/proc/25314/task/25423/stat : 25423 (java) R 25310 25314 25256 0 -1 4202560 6103 12983 0 0 15 1 5 3 20 0 15 0 227098604 11246788608 12076 33554432000 4194304 4196468 140728761045136 140336752583088 140336762327824 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 13275136 140728761047661 140728761050460 140728761050460 140728761053135 0
[pid=25314/tid=25427] ppid=25310 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/25314/task/25427/stat : 25427 (java) S 25310 25314 25256 0 -1 1077944384 2 12983 0 0 0 0 5 3 20 0 15 0 227098605 11246788608 12076 33554432000 4194304 4196468 140728761045136 140336785005456 140336780773077 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13275136 140728761047661 140728761050460 140728761050460 140728761053135 0
[pid=25314/tid=25429] ppid=25310 vsize=10983192 memory=139904159240642 CPUtime=0.08 cores=0,2,4,6
/proc/25314/task/25429/stat : 25429 (java) S 25310 25314 25256 0 -1 1077944384 1 12983 0 0 0 0 5 3 20 0 15 0 227098605 11246788608 12076 33554432000 4194304 4196468 140728761045136 140336650341136 140336780773077 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13275136 140728761047661 140728761050460 140728761050460 140728761053135 0
[pid=25314/tid=25430] ppid=25310 vsize=10983192 memory=8025528238110306922 CPUtime=0.08 cores=0,2,4,6
/proc/25314/task/25430/stat : 25430 (java) S 25310 25314 25256 0 -1 1077944384 1 12983 0 0 0 0 5 3 20 0 15 0 227098605 11246788608 12076 33554432000 4194304 4196468 140728761045136 140336649288848 140336780773077 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13275136 140728761047661 140728761050460 140728761050460 140728761053135 0
[pid=25314/tid=25431] ppid=25310 vsize=10983192 memory=3761692303261114421 CPUtime=0.08 cores=0,2,4,6
/proc/25314/task/25431/stat : 25431 (java) S 25310 25314 25256 0 -1 1077944384 1 12983 0 0 0 0 5 3 20 0 15 0 227098605 11246788608 12076 33554432000 4194304 4196468 140728761045136 140336648236048 140336780773077 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13275136 140728761047661 140728761050460 140728761050460 140728761053135 0
[pid=25314/tid=25432] ppid=25310 vsize=10983192 memory=3834732018841132466 CPUtime=0.08 cores=0,2,4,6
/proc/25314/task/25432/stat : 25432 (java) S 25310 25314 25256 0 -1 1077944384 2 12983 0 0 0 0 5 3 20 0 15 0 227098606 11246788608 12076 33554432000 4194304 4196468 140728761045136 140336206452848 140336780774018 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13275136 140728761047661 140728761050460 140728761050460 140728761053135 0
[pid=25314/tid=25434] ppid=25310 vsize=10983192 memory=4122821395517349941 CPUtime=0.08 cores=0,2,4,6
/proc/25314/task/25434/stat : 25434 (java) S 25310 25314 25256 0 -1 1077944384 13 12983 0 0 0 0 5 3 20 0 15 0 227098607 11246788608 12076 33554432000 4194304 4196468 140728761045136 140335573361440 140336780773077 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13275136 140728761047661 140728761050460 140728761050460 140728761053135 0
[pid=25314/tid=25436] ppid=25310 vsize=10983192 memory=279807992688848 CPUtime=0.08 cores=0,2,4,6
/proc/25314/task/25436/stat : 25436 (java) S 25310 25314 25256 0 -1 1077944384 21 12983 0 0 0 0 5 3 20 0 15 0 227098607 11246788608 12076 33554432000 4194304 4196468 140728761045136 140335506248816 140336780773077 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13275136 140728761047661 140728761050460 140728761050460 140728761053135 0
[pid=25314/tid=25442] ppid=25310 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/25314/task/25442/stat : 25442 (java) S 25310 25314 25256 0 -1 1077944384 3 12983 0 0 0 0 5 3 20 0 15 0 227098610 11246788608 12076 33554432000 4194304 4196468 140728761045136 140335198853200 140336780781467 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13275136 140728761047661 140728761050460 140728761050460 140728761053135 0
[pid=25314/tid=25443] ppid=25310 vsize=10983192 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/25314/task/25443/stat : 25443 (java) S 25310 25314 25256 0 -1 1077944384 419 12983 0 0 1 0 5 3 20 0 15 0 227098610 11246788608 12076 33554432000 4194304 4196468 140728761045136 140336205400688 140336780774018 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13275136 140728761047661 140728761050460 140728761050460 140728761053135 0
[pid=25314/tid=25444] ppid=25310 vsize=10983192 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/25314/task/25444/stat : 25444 (java) S 25310 25314 25256 0 -1 1077944384 181 12983 0 0 1 0 5 3 20 0 15 0 227098610 11246788608 12076 33554432000 4194304 4196468 140728761045136 140336204347888 140336780774018 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13275136 140728761047661 140728761050460 140728761050460 140728761053135 0
[pid=25314/tid=25445] ppid=25310 vsize=10983192 memory=139904158033536 CPUtime=0.12 cores=0,2,4,6
/proc/25314/task/25445/stat : 25445 (java) S 25310 25314 25256 0 -1 1077944384 630 12983 0 0 4 0 5 3 20 0 15 0 227098610 11246788608 12076 33554432000 4194304 4196468 140728761045136 140336203295600 140336780774018 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13275136 140728761047661 140728761050460 140728761050460 140728761053135 0
[pid=25314/tid=25447] ppid=25310 vsize=10983192 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/25314/task/25447/stat : 25447 (java) S 25310 25314 25256 0 -1 1077944384 3 12983 0 0 0 0 5 3 20 0 15 0 227098610 11246788608 12076 33554432000 4194304 4196468 140728761045136 140334768057312 140336780773077 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13275136 140728761047661 140728761050460 140728761050460 140728761053135 0
[pid=25314/tid=25449] ppid=25310 vsize=10983192 memory=139904158033536 CPUtime=0.08 cores=0,2,4,6
/proc/25314/task/25449/stat : 25449 (java) S 25310 25314 25256 0 -1 1077944384 1 12983 0 0 0 0 5 3 20 0 15 0 227098610 11246788608 12076 33554432000 4194304 4196468 140728761045136 140336202242480 140336780774018 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13275136 140728761047661 140728761050460 140728761050460 140728761053135 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 48304 KiB

[startup+0.701335 s]
/proc/loadavg: 1.17 1.43 1.77 3/216 25449
/proc/meminfo: memFree=28826112/32770624 swapFree=67030652/67108860
[pid=25314] ppid=25310 vsize=10983192 memory=83576 CPUtime=0.93 cores=0,2,4,6
/proc/25314/stat : 25314 (java) S 25310 25314 25256 0 -1 1077944320 16617 12983 1 0 81 4 5 3 20 0 15 0 227098590 11246788608 20894 33554432000 4194304 4196468 140728761045136 140728761027680 140336780762871 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 13275136 140728761047661 140728761050460 140728761050460 140728761053135 0
/proc/25314/statm: 2745798 20894 3235 1 0 2708109 0
[pid=25314/tid=25423] ppid=25310 vsize=10983192 memory=0 CPUtime=0.62 cores=0,2,4,6
/proc/25314/task/25423/stat : 25423 (java) R 25310 25314 25256 0 -1 4202560 12285 12983 0 0 51 3 5 3 20 0 15 0 227098604 11246788608 20894 33554432000 4194304 4196468 140728761045136 140336752583064 140336762326352 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 13275136 140728761047661 140728761050460 140728761050460 140728761053135 0
[pid=25314/tid=25427] ppid=25310 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/25314/task/25427/stat : 25427 (java) S 25310 25314 25256 0 -1 1077944384 2 12983 0 0 0 0 5 3 20 0 15 0 227098605 11246788608 20894 33554432000 4194304 4196468 140728761045136 140336785005456 140336780773077 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13275136 140728761047661 140728761050460 140728761050460 140728761053135 0
[pid=25314/tid=25429] ppid=25310 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/25314/task/25429/stat : 25429 (java) S 25310 25314 25256 0 -1 1077944384 1 12983 0 0 0 0 5 3 20 0 15 0 227098605 11246788608 20894 33554432000 4194304 4196468 140728761045136 140336650341136 140336780773077 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13275136 140728761047661 140728761050460 140728761050460 140728761053135 0
[pid=25314/tid=25430] ppid=25310 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/25314/task/25430/stat : 25430 (java) S 25310 25314 25256 0 -1 1077944384 1 12983 0 0 0 0 5 3 20 0 15 0 227098605 11246788608 20894 33554432000 4194304 4196468 140728761045136 140336649288848 140336780773077 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13275136 140728761047661 140728761050460 140728761050460 140728761053135 0
[pid=25314/tid=25431] ppid=25310 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/25314/task/25431/stat : 25431 (java) S 25310 25314 25256 0 -1 1077944384 1 12983 0 0 0 0 5 3 20 0 15 0 227098605 11246788608 20894 33554432000 4194304 4196468 140728761045136 140336648236048 140336780773077 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13275136 140728761047661 140728761050460 140728761050460 140728761053135 0
[pid=25314/tid=25432] ppid=25310 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/25314/task/25432/stat : 25432 (java) S 25310 25314 25256 0 -1 1077944384 5 12983 0 0 0 0 5 3 20 0 15 0 227098606 11246788608 20894 33554432000 4194304 4196468 140728761045136 140336206452848 140336780774018 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13275136 140728761047661 140728761050460 140728761050460 140728761053135 0
[pid=25314/tid=25434] ppid=25310 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/25314/task/25434/stat : 25434 (java) S 25310 25314 25256 0 -1 1077944384 13 12983 0 0 0 0 5 3 20 0 15 0 227098607 11246788608 20894 33554432000 4194304 4196468 140728761045136 140335573361440 140336780773077 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13275136 140728761047661 140728761050460 140728761050460 140728761053135 0
[pid=25314/tid=25436] ppid=25310 vsize=10983192 memory=8242257093008570165 CPUtime=0.08 cores=0,2,4,6
/proc/25314/task/25436/stat : 25436 (java) S 25310 25314 25256 0 -1 1077944384 21 12983 0 0 0 0 5 3 20 0 15 0 227098607 11246788608 20894 33554432000 4194304 4196468 140728761045136 140335506248816 140336780773077 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13275136 140728761047661 140728761050460 140728761050460 140728761053135 0
[pid=25314/tid=25442] ppid=25310 vsize=10983192 memory=6296404258939359312 CPUtime=0.08 cores=0,2,4,6
/proc/25314/task/25442/stat : 25442 (java) S 25310 25314 25256 0 -1 1077944384 3 12983 0 0 0 0 5 3 20 0 15 0 227098610 11246788608 20894 33554432000 4194304 4196468 140728761045136 140335198853200 140336780781467 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13275136 140728761047661 140728761050460 140728761050460 140728761053135 0
[pid=25314/tid=25443] ppid=25310 vsize=10983192 memory=7588675599774802240 CPUtime=0.16 cores=0,2,4,6
/proc/25314/task/25443/stat : 25443 (java) S 25310 25314 25256 0 -1 1077944384 718 12983 0 0 8 0 5 3 20 0 15 0 227098610 11246788608 20894 33554432000 4194304 4196468 140728761045136 140336205400688 140336780774018 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13275136 140728761047661 140728761050460 140728761050460 140728761053135 0
[pid=25314/tid=25444] ppid=25310 vsize=10983192 memory=-7741331004330446197 CPUtime=0.15 cores=0,2,4,6
/proc/25314/task/25444/stat : 25444 (java) R 25310 25314 25256 0 -1 4202560 684 12983 0 0 7 0 5 3 20 0 15 0 227098610 11246788608 20894 33554432000 4194304 4196468 140728761045136 140336204334432 140336763976524 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 13275136 140728761047661 140728761050460 140728761050460 140728761053135 0
[pid=25314/tid=25445] ppid=25310 vsize=10983192 memory=8514726395714825349 CPUtime=0.21 cores=0,2,4,6
/proc/25314/task/25445/stat : 25445 (java) S 25310 25314 25256 0 -1 1077944384 692 12983 0 0 13 0 5 3 20 0 15 0 227098610 11246788608 20894 33554432000 4194304 4196468 140728761045136 140336203295600 140336780774018 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13275136 140728761047661 140728761050460 140728761050460 140728761053135 0
[pid=25314/tid=25447] ppid=25310 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/25314/task/25447/stat : 25447 (java) S 25310 25314 25256 0 -1 1077944384 3 12983 0 0 0 0 5 3 20 0 15 0 227098610 11246788608 20894 33554432000 4194304 4196468 140728761045136 140334768057312 140336780773077 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13275136 140728761047661 140728761050460 140728761050460 140728761053135 0
[pid=25314/tid=25449] ppid=25310 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/25314/task/25449/stat : 25449 (java) S 25310 25314 25256 0 -1 1077944384 1 12983 0 0 0 0 5 3 20 0 15 0 227098610 11246788608 20894 33554432000 4194304 4196468 140728761045136 140336202242480 140336780774018 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13275136 140728761047661 140728761050460 140728761050460 140728761053135 0
Current children cumulated CPU time: 0.93 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 83576 KiB

[startup+1.50073 s]
/proc/loadavg: 1.17 1.43 1.77 1/216 25449
/proc/meminfo: memFree=28746072/32770624 swapFree=67030652/67108860
[pid=25314] ppid=25310 vsize=10996044 memory=137380 CPUtime=1.94 cores=0,2,4,6
/proc/25314/stat : 25314 (java) S 25310 25314 25256 0 -1 1077944320 22447 12983 1 0 178 8 5 3 20 0 15 0 227098590 11259949056 34345 33554432000 4194304 4196468 140728761045136 140728761027680 140336780762871 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 13275136 140728761047661 140728761050460 140728761050460 140728761053135 0
/proc/25314/statm: 2749011 34345 3439 1 0 2710669 0
[pid=25314/tid=25423] ppid=25310 vsize=10996044 memory=3544 CPUtime=1.25 cores=0,2,4,6
/proc/25314/task/25423/stat : 25423 (java) R 25310 25314 25256 0 -1 4202560 16992 12983 0 0 111 6 5 3 20 0 15 0 227098604 11259949056 34345 33554432000 4194304 4196468 140728761045136 140336752595456 140336760292910 0 4 0 16800975 0 0 0 -1 0 0 0 16 0 0 6293624 6294260 13275136 140728761047661 140728761050460 140728761050460 140728761053135 0
[pid=25314/tid=25427] ppid=25310 vsize=10996044 memory=59676 CPUtime=0.08 cores=0,2,4,6
/proc/25314/task/25427/stat : 25427 (java) S 25310 25314 25256 0 -1 1077944384 2 12983 0 0 0 0 5 3 20 0 15 0 227098605 11259949056 34345 33554432000 4194304 4196468 140728761045136 140336785005456 140336780773077 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13275136 140728761047661 140728761050460 140728761050460 140728761053135 0
[pid=25314/tid=25429] ppid=25310 vsize=10996044 memory=6791534058613427641 CPUtime=0.08 cores=0,2,4,6
/proc/25314/task/25429/stat : 25429 (java) S 25310 25314 25256 0 -1 1077944384 1 12983 0 0 0 0 5 3 20 0 15 0 227098605 11259949056 34345 33554432000 4194304 4196468 140728761045136 140336650341136 140336780773077 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13275136 140728761047661 140728761050460 140728761050460 140728761053135 0
[pid=25314/tid=25430] ppid=25310 vsize=10996044 memory=14412609709431986 CPUtime=0.08 cores=0,2,4,6
/proc/25314/task/25430/stat : 25430 (java) S 25310 25314 25256 0 -1 1077944384 1 12983 0 0 0 0 5 3 20 0 15 0 227098605 11259949056 34345 33554432000 4194304 4196468 140728761045136 140336649288848 140336780773077 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13275136 140728761047661 140728761050460 140728761050460 140728761053135 0
[pid=25314/tid=25431] ppid=25310 vsize=10996044 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/25314/task/25431/stat : 25431 (java) S 25310 25314 25256 0 -1 1077944384 1 12983 0 0 0 0 5 3 20 0 15 0 227098605 11259949056 34345 33554432000 4194304 4196468 140728761045136 140336648236048 140336780773077 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13275136 140728761047661 140728761050460 140728761050460 140728761053135 0
[pid=25314/tid=25432] ppid=25310 vsize=10996044 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/25314/task/25432/stat : 25432 (java) S 25310 25314 25256 0 -1 1077944384 5 12983 0 0 0 0 5 3 20 0 15 0 227098606 11259949056 34345 33554432000 4194304 4196468 140728761045136 140336206452848 140336780774018 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13275136 140728761047661 140728761050460 140728761050460 140728761053135 0
[pid=25314/tid=25434] ppid=25310 vsize=10996044 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/25314/task/25434/stat : 25434 (java) S 25310 25314 25256 0 -1 1077944384 13 12983 0 0 0 0 5 3 20 0 15 0 227098607 11259949056 34345 33554432000 4194304 4196468 140728761045136 140335573361440 140336780773077 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13275136 140728761047661 140728761050460 140728761050460 140728761053135 0
[pid=25314/tid=25436] ppid=25310 vsize=10996044 memory=0 CPUtime=0.08 cores=0,2,4,6

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

[pid=25314/tid=25447] ppid=25310 vsize=11080032 memory=832 CPUtime=0.08 cores=0,2,4,6
/proc/25314/task/25447/stat : 25447 (java) S 25310 25314 25256 0 -1 1077944384 3 12983 0 0 0 0 5 3 20 0 15 0 227098610 11345952768 257693 33554432000 4194304 4196468 140728761045136 140334768057312 140336780773077 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13275136 140728761047661 140728761050460 140728761050460 140728761053135 0
[pid=25314/tid=25449] ppid=25310 vsize=11080032 memory=1684 CPUtime=0.14 cores=0,2,4,6
/proc/25314/task/25449/stat : 25449 (java) S 25310 25314 25256 0 -1 1077944384 134 12983 0 0 3 3 5 3 20 0 15 0 227098610 11345952768 257693 33554432000 4194304 4196468 140728761045136 140336202242480 140336780774018 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13275136 140728761047661 140728761050460 140728761050460 140728761053135 0
Current children cumulated CPU time: 116.01 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 1030772 KiB

[startup+107.201 s]
/proc/loadavg: 1.54 1.53 1.77 4/216 25450
/proc/meminfo: memFree=26722216/32770624 swapFree=67030652/67108860
[pid=25314] ppid=25310 vsize=11080032 memory=1030772 CPUtime=117.66 cores=0,2,4,6
/proc/25314/stat : 25314 (java) S 25310 25314 25256 0 -1 1077944320 120023 12983 2 0 11701 57 5 3 20 0 15 0 227098590 11345952768 257693 33554432000 4194304 4196468 140728761045136 140728761027680 140336780762871 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 13275136 140728761047661 140728761050460 140728761050460 140728761053135 0
/proc/25314/statm: 2770008 257693 3521 1 0 2731661 0
[pid=25314/tid=25423] ppid=25310 vsize=11080032 memory=11904 CPUtime=106.26 cores=0,2,4,6
/proc/25314/task/25423/stat : 25423 (java) R 25310 25314 25256 0 -1 4202560 56239 12983 1 0 10596 22 5 3 20 0 15 0 227098604 11345952768 257693 33554432000 4194304 4196468 140728761045136 140336752597600 140336342276224 0 4 0 16800975 0 0 0 -1 0 0 0 18 0 0 6293624 6294260 13275136 140728761047661 140728761050460 140728761050460 140728761053135 0
[pid=25314/tid=25427] ppid=25310 vsize=11080032 memory=6791534058613427641 CPUtime=0.37 cores=0,2,4,6
/proc/25314/task/25427/stat : 25427 (java) S 25310 25314 25256 0 -1 1077944384 4808 12983 0 0 25 4 5 3 20 0 15 0 227098605 11345952768 257693 33554432000 4194304 4196468 140728761045136 140336785005456 140336780773077 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13275136 140728761047661 140728761050460 140728761050460 140728761053135 0
[pid=25314/tid=25429] ppid=25310 vsize=11080032 memory=916 CPUtime=0.36 cores=0,2,4,6
/proc/25314/task/25429/stat : 25429 (java) S 25310 25314 25256 0 -1 1077944384 378 12983 0 0 24 4 5 3 20 0 15 0 227098605 11345952768 257693 33554432000 4194304 4196468 140728761045136 140336650341136 140336780773077 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13275136 140728761047661 140728761050460 140728761050460 140728761053135 0
[pid=25314/tid=25430] ppid=25310 vsize=11080032 memory=3796 CPUtime=0.36 cores=0,2,4,6
/proc/25314/task/25430/stat : 25430 (java) S 25310 25314 25256 0 -1 1077944384 2504 12983 0 0 24 4 5 3 20 0 15 0 227098605 11345952768 257693 33554432000 4194304 4196468 140728761045136 140336649288848 140336780773077 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13275136 140728761047661 140728761050460 140728761050460 140728761053135 0
[pid=25314/tid=25431] ppid=25310 vsize=11080032 memory=3543267691168346445 CPUtime=0.36 cores=0,2,4,6
/proc/25314/task/25431/stat : 25431 (java) S 25310 25314 25256 0 -1 1077944384 562 12983 0 0 24 4 5 3 20 0 15 0 227098605 11345952768 257693 33554432000 4194304 4196468 140728761045136 140336648236048 140336780773077 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13275136 140728761047661 140728761050460 140728761050460 140728761053135 0
[pid=25314/tid=25432] ppid=25310 vsize=11080032 memory=576461251985632562 CPUtime=0.34 cores=0,2,4,6
/proc/25314/task/25432/stat : 25432 (java) S 25310 25314 25256 0 -1 1077944384 2954 12983 0 0 25 1 5 3 20 0 15 0 227098606 11345952768 257693 33554432000 4194304 4196468 140728761045136 140336206452848 140336780774018 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13275136 140728761047661 140728761050460 140728761050460 140728761053135 0
[pid=25314/tid=25434] ppid=25310 vsize=11080032 memory=6791534058613427641 CPUtime=0.08 cores=0,2,4,6
/proc/25314/task/25434/stat : 25434 (java) S 25310 25314 25256 0 -1 1077944384 14 12983 0 0 0 0 5 3 20 0 15 0 227098607 11345952768 257693 33554432000 4194304 4196468 140728761045136 140335573361568 140336780773077 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13275136 140728761047661 140728761050460 140728761050460 140728761053135 0
[pid=25314/tid=25436] ppid=25310 vsize=11080032 memory=1440 CPUtime=0.08 cores=0,2,4,6
/proc/25314/task/25436/stat : 25436 (java) S 25310 25314 25256 0 -1 1077944384 47 12983 0 0 0 0 5 3 20 0 15 0 227098607 11345952768 257693 33554432000 4194304 4196468 140728761045136 140335506248832 140336780773077 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13275136 140728761047661 140728761050460 140728761050460 140728761053135 0
[pid=25314/tid=25442] ppid=25310 vsize=11080032 memory=1836 CPUtime=0.08 cores=0,2,4,6
/proc/25314/task/25442/stat : 25442 (java) S 25310 25314 25256 0 -1 1077944384 3 12983 0 0 0 0 5 3 20 0 15 0 227098610 11345952768 257693 33554432000 4194304 4196468 140728761045136 140335198853200 140336780781467 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13275136 140728761047661 140728761050460 140728761050460 140728761053135 0
[pid=25314/tid=25443] ppid=25310 vsize=11080032 memory=7532 CPUtime=3.27 cores=0,2,4,6
/proc/25314/task/25443/stat : 25443 (java) S 25310 25314 25256 0 -1 1077944384 12539 12983 0 0 318 1 5 3 20 0 15 0 227098610 11345952768 257693 33554432000 4194304 4196468 140728761045136 140336205400688 140336780774018 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13275136 140728761047661 140728761050460 140728761050460 140728761053135 0
[pid=25314/tid=25444] ppid=25310 vsize=11080032 memory=792 CPUtime=4.76 cores=0,2,4,6
/proc/25314/task/25444/stat : 25444 (java) S 25310 25314 25256 0 -1 1077944384 23553 12983 0 0 460 8 5 3 20 0 15 0 227098610 11345952768 257693 33554432000 4194304 4196468 140728761045136 140336204347888 140336780774018 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13275136 140728761047661 140728761050460 140728761050460 140728761053135 0
[pid=25314/tid=25445] ppid=25310 vsize=11080032 memory=59676 CPUtime=2.04 cores=0,2,4,6
/proc/25314/task/25445/stat : 25445 (java) S 25310 25314 25256 0 -1 1077944384 14097 12983 0 0 193 3 5 3 20 0 15 0 227098610 11345952768 257693 33554432000 4194304 4196468 140728761045136 140336203295600 140336780774018 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13275136 140728761047661 140728761050460 140728761050460 140728761053135 0
[pid=25314/tid=25447] ppid=25310 vsize=11080032 memory=4104 CPUtime=0.08 cores=0,2,4,6
/proc/25314/task/25447/stat : 25447 (java) S 25310 25314 25256 0 -1 1077944384 3 12983 0 0 0 0 5 3 20 0 15 0 227098610 11345952768 257693 33554432000 4194304 4196468 140728761045136 140334768057312 140336780773077 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13275136 140728761047661 140728761050460 140728761050460 140728761053135 0
[pid=25314/tid=25449] ppid=25310 vsize=11080032 memory=1520 CPUtime=0.14 cores=0,2,4,6
/proc/25314/task/25449/stat : 25449 (java) S 25310 25314 25256 0 -1 1077944384 135 12983 0 0 3 3 5 3 20 0 15 0 227098610 11345952768 257693 33554432000 4194304 4196468 140728761045136 140336202242480 140336780774018 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13275136 140728761047661 140728761050460 140728761050460 140728761053135 0
Current children cumulated CPU time: 117.66 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 1030772 KiB

[startup+108.801 s]
/proc/loadavg: 1.54 1.53 1.77 4/216 25450
/proc/meminfo: memFree=26722224/32770624 swapFree=67030652/67108860
[pid=25314] ppid=25310 vsize=11080032 memory=1030772 CPUtime=119.29 cores=0,2,4,6
/proc/25314/stat : 25314 (java) S 25310 25314 25256 0 -1 1077944320 120214 12983 2 0 11864 57 5 3 20 0 15 0 227098590 11345952768 257693 33554432000 4194304 4196468 140728761045136 140728761027680 140336780762871 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 13275136 140728761047661 140728761050460 140728761050460 140728761053135 0
/proc/25314/statm: 2770008 257693 3521 1 0 2731661 0
[pid=25314/tid=25423] ppid=25310 vsize=11080032 memory=6791534058613427641 CPUtime=107.84 cores=0,2,4,6
/proc/25314/task/25423/stat : 25423 (java) R 25310 25314 25256 0 -1 4202560 56248 12983 1 0 10754 22 5 3 20 0 15 0 227098604 11345952768 257693 33554432000 4194304 4196468 140728761045136 140336752597536 140336340861472 0 4 0 16800975 0 0 0 -1 2 0 0 18 0 0 6293624 6294260 13275136 140728761047661 140728761050460 140728761050460 140728761053135 0
[pid=25314/tid=25427] ppid=25310 vsize=11080032 memory=11068 CPUtime=0.37 cores=0,2,4,6
/proc/25314/task/25427/stat : 25427 (java) S 25310 25314 25256 0 -1 1077944384 4809 12983 0 0 25 4 5 3 20 0 15 0 227098605 11345952768 257693 33554432000 4194304 4196468 140728761045136 140336785005456 140336780773077 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13275136 140728761047661 140728761050460 140728761050460 140728761053135 0
[pid=25314/tid=25429] ppid=25310 vsize=11080032 memory=1192 CPUtime=0.37 cores=0,2,4,6
/proc/25314/task/25429/stat : 25429 (java) S 25310 25314 25256 0 -1 1077944384 378 12983 0 0 25 4 5 3 20 0 15 0 227098605 11345952768 257693 33554432000 4194304 4196468 140728761045136 140336650341136 140336780773077 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13275136 140728761047661 140728761050460 140728761050460 140728761053135 0
[pid=25314/tid=25430] ppid=25310 vsize=11080032 memory=1520 CPUtime=0.37 cores=0,2,4,6
/proc/25314/task/25430/stat : 25430 (java) S 25310 25314 25256 0 -1 1077944384 2508 12983 0 0 25 4 5 3 20 0 15 0 227098605 11345952768 257693 33554432000 4194304 4196468 140728761045136 140336649288848 140336780773077 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13275136 140728761047661 140728761050460 140728761050460 140728761053135 0
[pid=25314/tid=25431] ppid=25310 vsize=11080032 memory=6791534058613427641 CPUtime=0.37 cores=0,2,4,6
/proc/25314/task/25431/stat : 25431 (java) S 25310 25314 25256 0 -1 1077944384 562 12983 0 0 25 4 5 3 20 0 15 0 227098605 11345952768 257693 33554432000 4194304 4196468 140728761045136 140336648236048 140336780773077 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13275136 140728761047661 140728761050460 140728761050460 140728761053135 0
[pid=25314/tid=25432] ppid=25310 vsize=11080032 memory=1396 CPUtime=0.35 cores=0,2,4,6
/proc/25314/task/25432/stat : 25432 (java) S 25310 25314 25256 0 -1 1077944384 2956 12983 0 0 26 1 5 3 20 0 15 0 227098606 11345952768 257693 33554432000 4194304 4196468 140728761045136 140336206452848 140336780774018 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13275136 140728761047661 140728761050460 140728761050460 140728761053135 0
[pid=25314/tid=25434] ppid=25310 vsize=11080032 memory=1684 CPUtime=0.08 cores=0,2,4,6
/proc/25314/task/25434/stat : 25434 (java) S 25310 25314 25256 0 -1 1077944384 14 12983 0 0 0 0 5 3 20 0 15 0 227098607 11345952768 257693 33554432000 4194304 4196468 140728761045136 140335573361568 140336780773077 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13275136 140728761047661 140728761050460 140728761050460 140728761053135 0
[pid=25314/tid=25436] ppid=25310 vsize=11080032 memory=768 CPUtime=0.08 cores=0,2,4,6
/proc/25314/task/25436/stat : 25436 (java) S 25310 25314 25256 0 -1 1077944384 47 12983 0 0 0 0 5 3 20 0 15 0 227098607 11345952768 257693 33554432000 4194304 4196468 140728761045136 140335506248832 140336780773077 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13275136 140728761047661 140728761050460 140728761050460 140728761053135 0
[pid=25314/tid=25442] ppid=25310 vsize=11080032 memory=6791534058613427641 CPUtime=0.08 cores=0,2,4,6
/proc/25314/task/25442/stat : 25442 (java) S 25310 25314 25256 0 -1 1077944384 3 12983 0 0 0 0 5 3 20 0 15 0 227098610 11345952768 257693 33554432000 4194304 4196468 140728761045136 140335198853200 140336780781467 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13275136 140728761047661 140728761050460 140728761050460 140728761053135 0
[pid=25314/tid=25443] ppid=25310 vsize=11080032 memory=11068 CPUtime=3.27 cores=0,2,4,6
/proc/25314/task/25443/stat : 25443 (java) S 25310 25314 25256 0 -1 1077944384 12539 12983 0 0 318 1 5 3 20 0 15 0 227098610 11345952768 257693 33554432000 4194304 4196468 140728761045136 140336205400688 140336780774018 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13275136 140728761047661 140728761050460 140728761050460 140728761053135 0
[pid=25314/tid=25444] ppid=25310 vsize=11080032 memory=1192 CPUtime=4.77 cores=0,2,4,6
/proc/25314/task/25444/stat : 25444 (java) S 25310 25314 25256 0 -1 1077944384 23580 12983 0 0 461 8 5 3 20 0 15 0 227098610 11345952768 257693 33554432000 4194304 4196468 140728761045136 140336204347888 140336780774018 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13275136 140728761047661 140728761050460 140728761050460 140728761053135 0
[pid=25314/tid=25445] ppid=25310 vsize=11080032 memory=1520 CPUtime=2.04 cores=0,2,4,6
/proc/25314/task/25445/stat : 25445 (java) S 25310 25314 25256 0 -1 1077944384 14245 12983 0 0 193 3 5 3 20 0 15 0 227098610 11345952768 257693 33554432000 4194304 4196468 140728761045136 140336203295600 140336780774018 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13275136 140728761047661 140728761050460 140728761050460 140728761053135 0
[pid=25314/tid=25447] ppid=25310 vsize=11080032 memory=279807993305376 CPUtime=0.08 cores=0,2,4,6
/proc/25314/task/25447/stat : 25447 (java) S 25310 25314 25256 0 -1 1077944384 3 12983 0 0 0 0 5 3 20 0 15 0 227098610 11345952768 257693 33554432000 4194304 4196468 140728761045136 140334768057312 140336780773077 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13275136 140728761047661 140728761050460 140728761050460 140728761053135 0
[pid=25314/tid=25449] ppid=25310 vsize=11080032 memory=6944656592455359580 CPUtime=0.14 cores=0,2,4,6
/proc/25314/task/25449/stat : 25449 (java) S 25310 25314 25256 0 -1 1077944384 135 12983 0 0 3 3 5 3 20 0 15 0 227098610 11345952768 257693 33554432000 4194304 4196468 140728761045136 140336202242480 140336780774018 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13275136 140728761047661 140728761050460 140728761050460 140728761053135 0
Current children cumulated CPU time: 119.29 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 1030772 KiB

[startup+109.201 s]
/proc/loadavg: 1.58 1.54 1.77 3/216 25450
/proc/meminfo: memFree=26722224/32770624 swapFree=67030652/67108860
[pid=25314] ppid=25310 vsize=11080032 memory=1030772 CPUtime=119.7 cores=0,2,4,6
/proc/25314/stat : 25314 (java) S 25310 25314 25256 0 -1 1077944320 120485 12983 2 0 11905 57 5 3 20 0 15 0 227098590 11345952768 257693 33554432000 4194304 4196468 140728761045136 140728761027680 140336780762871 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 13275136 140728761047661 140728761050460 140728761050460 140728761053135 0
/proc/25314/statm: 2770008 257693 3521 1 0 2731661 0
[pid=25314/tid=25423] ppid=25310 vsize=11080032 memory=6791534058613427641 CPUtime=108.24 cores=0,2,4,6
/proc/25314/task/25423/stat : 25423 (java) R 25310 25314 25256 0 -1 4202560 56252 12983 1 0 10794 22 5 3 20 0 15 0 227098604 11345952768 257693 33554432000 4194304 4196468 140728761045136 140336752597616 140336341811163 0 4 0 16800975 0 0 0 -1 4 0 0 18 0 0 6293624 6294260 13275136 140728761047661 140728761050460 140728761050460 140728761053135 0
[pid=25314/tid=25427] ppid=25310 vsize=11080032 memory=4872558044660077418 CPUtime=0.38 cores=0,2,4,6
/proc/25314/task/25427/stat : 25427 (java) S 25310 25314 25256 0 -1 1077944384 4809 12983 0 0 26 4 5 3 20 0 15 0 227098605 11345952768 257693 33554432000 4194304 4196468 140728761045136 140336785005456 140336780773077 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13275136 140728761047661 140728761050460 140728761050460 140728761053135 0
[pid=25314/tid=25429] ppid=25310 vsize=11080032 memory=1205197 CPUtime=0.37 cores=0,2,4,6
/proc/25314/task/25429/stat : 25429 (java) S 25310 25314 25256 0 -1 1077944384 378 12983 0 0 25 4 5 3 20 0 15 0 227098605 11345952768 257693 33554432000 4194304 4196468 140728761045136 140336650341136 140336780773077 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13275136 140728761047661 140728761050460 140728761050460 140728761053135 0
[pid=25314/tid=25430] ppid=25310 vsize=11080032 memory=-2893623298589923098 CPUtime=0.37 cores=0,2,4,6
/proc/25314/task/25430/stat : 25430 (java) S 25310 25314 25256 0 -1 1077944384 2508 12983 0 0 25 4 5 3 20 0 15 0 227098605 11345952768 257693 33554432000 4194304 4196468 140728761045136 140336649288848 140336780773077 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13275136 140728761047661 140728761050460 140728761050460 140728761053135 0
[pid=25314/tid=25431] ppid=25310 vsize=11080032 memory=5782711254457791297 CPUtime=0.37 cores=0,2,4,6
/proc/25314/task/25431/stat : 25431 (java) S 25310 25314 25256 0 -1 1077944384 562 12983 0 0 25 4 5 3 20 0 15 0 227098605 11345952768 257693 33554432000 4194304 4196468 140728761045136 140336648236048 140336780773077 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13275136 140728761047661 140728761050460 140728761050460 140728761053135 0
[pid=25314/tid=25432] ppid=25310 vsize=11080032 memory=11904 CPUtime=0.35 cores=0,2,4,6
/proc/25314/task/25432/stat : 25432 (java) S 25310 25314 25256 0 -1 1077944384 2956 12983 0 0 26 1 5 3 20 0 15 0 227098606 11345952768 257693 33554432000 4194304 4196468 140728761045136 140336206452848 140336780774018 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13275136 140728761047661 140728761050460 140728761050460 140728761053135 0
[pid=25314/tid=25434] ppid=25310 vsize=11080032 memory=1030772 CPUtime=0.08 cores=0,2,4,6
/proc/25314/task/25434/stat : 25434 (java) S 25310 25314 25256 0 -1 1077944384 14 12983 0 0 0 0 5 3 20 0 15 0 227098607 11345952768 257693 33554432000 4194304 4196468 140728761045136 140335573361568 140336780773077 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13275136 140728761047661 140728761050460 140728761050460 140728761053135 0
[pid=25314/tid=25436] ppid=25310 vsize=11080032 memory=6791534058613427641 CPUtime=0.08 cores=0,2,4,6
/proc/25314/task/25436/stat : 25436 (java) S 25310 25314 25256 0 -1 1077944384 47 12983 0 0 0 0 5 3 20 0 15 0 227098607 11345952768 257693 33554432000 4194304 4196468 140728761045136 140335506248832 140336780773077 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13275136 140728761047661 140728761050460 140728761050460 140728761053135 0
[pid=25314/tid=25442] ppid=25310 vsize=11080032 memory=59676 CPUtime=0.08 cores=0,2,4,6
/proc/25314/task/25442/stat : 25442 (java) S 25310 25314 25256 0 -1 1077944384 3 12983 0 0 0 0 5 3 20 0 15 0 227098610 11345952768 257693 33554432000 4194304 4196468 140728761045136 140335198853200 140336780781467 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13275136 140728761047661 140728761050460 140728761050460 140728761053135 0
[pid=25314/tid=25443] ppid=25310 vsize=11080032 memory=776 CPUtime=3.28 cores=0,2,4,6
/proc/25314/task/25443/stat : 25443 (java) S 25310 25314 25256 0 -1 1077944384 12705 12983 0 0 319 1 5 3 20 0 15 0 227098610 11345952768 257693 33554432000 4194304 4196468 140728761045136 140336205400688 140336780774018 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13275136 140728761047661 140728761050460 140728761050460 140728761053135 0
[pid=25314/tid=25444] ppid=25310 vsize=11080032 memory=1876 CPUtime=4.77 cores=0,2,4,6
/proc/25314/task/25444/stat : 25444 (java) S 25310 25314 25256 0 -1 1077944384 23580 12983 0 0 461 8 5 3 20 0 15 0 227098610 11345952768 257693 33554432000 4194304 4196468 140728761045136 140336204347888 140336780774018 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13275136 140728761047661 140728761050460 140728761050460 140728761053135 0
[pid=25314/tid=25445] ppid=25310 vsize=11080032 memory=1396 CPUtime=2.05 cores=0,2,4,6
/proc/25314/task/25445/stat : 25445 (java) S 25310 25314 25256 0 -1 1077944384 14346 12983 0 0 194 3 5 3 20 0 15 0 227098610 11345952768 257693 33554432000 4194304 4196468 140728761045136 140336203295600 140336780774018 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13275136 140728761047661 140728761050460 140728761050460 140728761053135 0
[pid=25314/tid=25447] ppid=25310 vsize=11080032 memory=1684 CPUtime=0.08 cores=0,2,4,6
/proc/25314/task/25447/stat : 25447 (java) S 25310 25314 25256 0 -1 1077944384 3 12983 0 0 0 0 5 3 20 0 15 0 227098610 11345952768 257693 33554432000 4194304 4196468 140728761045136 140334768057312 140336780773077 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13275136 140728761047661 140728761050460 140728761050460 140728761053135 0
[pid=25314/tid=25449] ppid=25310 vsize=11080032 memory=768 CPUtime=0.14 cores=0,2,4,6
/proc/25314/task/25449/stat : 25449 (java) S 25310 25314 25256 0 -1 1077944384 135 12983 0 0 3 3 5 3 20 0 15 0 227098610 11345952768 257693 33554432000 4194304 4196468 140728761045136 140336202242480 140336780774018 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13275136 140728761047661 140728761050460 140728761050460 140728761053135 0
Current children cumulated CPU time: 119.7 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 1030772 KiB

[startup+109.401 s]
/proc/loadavg: 1.58 1.54 1.77 3/216 25450
/proc/meminfo: memFree=26722224/32770624 swapFree=67030652/67108860
[pid=25314] ppid=25310 vsize=11080032 memory=1030772 CPUtime=119.9 cores=0,2,4,6
/proc/25314/stat : 25314 (java) S 25310 25314 25256 0 -1 1077944320 120486 12983 2 0 11925 57 5 3 20 0 15 0 227098590 11345952768 257693 33554432000 4194304 4196468 140728761045136 140728761027680 140336780762871 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 13275136 140728761047661 140728761050460 140728761050460 140728761053135 0
/proc/25314/statm: 2770008 257693 3521 1 0 2731661 0
[pid=25314/tid=25423] ppid=25310 vsize=11080032 memory=6791534058613427641 CPUtime=108.44 cores=0,2,4,6
/proc/25314/task/25423/stat : 25423 (java) R 25310 25314 25256 0 -1 4202560 56253 12983 1 0 10814 22 5 3 20 0 15 0 227098604 11345952768 257693 33554432000 4194304 4196468 140728761045136 140336752597520 140336341050158 0 4 0 16800975 0 0 0 -1 4 0 0 18 0 0 6293624 6294260 13275136 140728761047661 140728761050460 140728761050460 140728761053135 0
[pid=25314/tid=25427] ppid=25310 vsize=11080032 memory=1156 CPUtime=0.38 cores=0,2,4,6
/proc/25314/task/25427/stat : 25427 (java) S 25310 25314 25256 0 -1 1077944384 4809 12983 0 0 26 4 5 3 20 0 15 0 227098605 11345952768 257693 33554432000 4194304 4196468 140728761045136 140336785005456 140336780773077 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13275136 140728761047661 140728761050460 140728761050460 140728761053135 0
[pid=25314/tid=25429] ppid=25310 vsize=11080032 memory=1572 CPUtime=0.37 cores=0,2,4,6
/proc/25314/task/25429/stat : 25429 (java) S 25310 25314 25256 0 -1 1077944384 378 12983 0 0 25 4 5 3 20 0 15 0 227098605 11345952768 257693 33554432000 4194304 4196468 140728761045136 140336650341136 140336780773077 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13275136 140728761047661 140728761050460 140728761050460 140728761053135 0
[pid=25314/tid=25430] ppid=25310 vsize=11080032 memory=1996 CPUtime=0.37 cores=0,2,4,6
/proc/25314/task/25430/stat : 25430 (java) S 25310 25314 25256 0 -1 1077944384 2508 12983 0 0 25 4 5 3 20 0 15 0 227098605 11345952768 257693 33554432000 4194304 4196468 140728761045136 140336649288848 140336780773077 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13275136 140728761047661 140728761050460 140728761050460 140728761053135 0
[pid=25314/tid=25431] ppid=25310 vsize=11080032 memory=2428 CPUtime=0.37 cores=0,2,4,6
/proc/25314/task/25431/stat : 25431 (java) S 25310 25314 25256 0 -1 1077944384 562 12983 0 0 25 4 5 3 20 0 15 0 227098605 11345952768 257693 33554432000 4194304 4196468 140728761045136 140336648236048 140336780773077 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13275136 140728761047661 140728761050460 140728761050460 140728761053135 0
[pid=25314/tid=25432] ppid=25310 vsize=11080032 memory=832 CPUtime=0.35 cores=0,2,4,6
/proc/25314/task/25432/stat : 25432 (java) S 25310 25314 25256 0 -1 1077944384 2956 12983 0 0 26 1 5 3 20 0 15 0 227098606 11345952768 257693 33554432000 4194304 4196468 140728761045136 140336206452848 140336780774018 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13275136 140728761047661 140728761050460 140728761050460 140728761053135 0
[pid=25314/tid=25434] ppid=25310 vsize=11080032 memory=1440 CPUtime=0.08 cores=0,2,4,6
/proc/25314/task/25434/stat : 25434 (java) S 25310 25314 25256 0 -1 1077944384 14 12983 0 0 0 0 5 3 20 0 15 0 227098607 11345952768 257693 33554432000 4194304 4196468 140728761045136 140335573361568 140336780773077 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13275136 140728761047661 140728761050460 140728761050460 140728761053135 0
[pid=25314/tid=25436] ppid=25310 vsize=11080032 memory=1836 CPUtime=0.08 cores=0,2,4,6
/proc/25314/task/25436/stat : 25436 (java) S 25310 25314 25256 0 -1 1077944384 47 12983 0 0 0 0 5 3 20 0 15 0 227098607 11345952768 257693 33554432000 4194304 4196468 140728761045136 140335506248832 140336780773077 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13275136 140728761047661 140728761050460 140728761050460 140728761053135 0
[pid=25314/tid=25442] ppid=25310 vsize=11080032 memory=7532 CPUtime=0.08 cores=0,2,4,6
/proc/25314/task/25442/stat : 25442 (java) S 25310 25314 25256 0 -1 1077944384 3 12983 0 0 0 0 5 3 20 0 15 0 227098610 11345952768 257693 33554432000 4194304 4196468 140728761045136 140335198853200 140336780781467 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13275136 140728761047661 140728761050460 140728761050460 140728761053135 0
[pid=25314/tid=25443] ppid=25310 vsize=11080032 memory=1030772 CPUtime=3.28 cores=0,2,4,6
/proc/25314/task/25443/stat : 25443 (java) S 25310 25314 25256 0 -1 1077944384 12705 12983 0 0 319 1 5 3 20 0 15 0 227098610 11345952768 257693 33554432000 4194304 4196468 140728761045136 140336205400688 140336780774018 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13275136 140728761047661 140728761050460 140728761050460 140728761053135 0
[pid=25314/tid=25444] ppid=25310 vsize=11080032 memory=1408 CPUtime=4.77 cores=0,2,4,6
/proc/25314/task/25444/stat : 25444 (java) S 25310 25314 25256 0 -1 1077944384 23580 12983 0 0 461 8 5 3 20 0 15 0 227098610 11345952768 257693 33554432000 4194304 4196468 140728761045136 140336204347888 140336780774018 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13275136 140728761047661 140728761050460 140728761050460 140728761053135 0
[pid=25314/tid=25445] ppid=25310 vsize=11080032 memory=1030772 CPUtime=2.05 cores=0,2,4,6
/proc/25314/task/25445/stat : 25445 (java) S 25310 25314 25256 0 -1 1077944384 14346 12983 0 0 194 3 5 3 20 0 15 0 227098610 11345952768 257693 33554432000 4194304 4196468 140728761045136 140336203295600 140336780774018 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13275136 140728761047661 140728761050460 140728761050460 140728761053135 0
[pid=25314/tid=25447] ppid=25310 vsize=11080032 memory=5792287072713916770 CPUtime=0.08 cores=0,2,4,6
/proc/25314/task/25447/stat : 25447 (java) S 25310 25314 25256 0 -1 1077944384 3 12983 0 0 0 0 5 3 20 0 15 0 227098610 11345952768 257693 33554432000 4194304 4196468 140728761045136 140334768057312 140336780773077 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13275136 140728761047661 140728761050460 140728761050460 140728761053135 0
[pid=25314/tid=25449] ppid=25310 vsize=11080032 memory=5792238667761846842 CPUtime=0.14 cores=0,2,4,6
/proc/25314/task/25449/stat : 25449 (java) S 25310 25314 25256 0 -1 1077944384 135 12983 0 0 3 3 5 3 20 0 15 0 227098610 11345952768 257693 33554432000 4194304 4196468 140728761045136 140336202242480 140336780774018 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13275136 140728761047661 140728761050460 140728761050460 140728761053135 0
Current children cumulated CPU time: 119.9 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 1030772 KiB

Child status: 0
Real time (s): 109.467
CPU time (s): 119.986
CPU user time (s): 119.361
CPU system time (s): 0.625305
CPU usage (%): 109.609
Max. virtual memory (cumulated for all children) (KiB): 11082856
Max. memory (cumulated for all children) (KiB): 1034880

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 119.361
system time used= 0.625305
maximum resident set size= 1035396
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 134961
page faults= 2
swaps= 0
block input operations= 4520
block output operations= 424
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 16116
involuntary context switches= 568


# summary of solver processes directly reported to runsolver:
#   pid: 25314
#   total CPU time (s): 119.986
#   total CPU user time (s): 119.361
#   total CPU system time (s): 0.625305

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.749293 second user time and 1.01485 second system time

The end

Launcher Data

Begin job on node102 at 2018-08-12 19:35:54
IDJOB=4304491
IDBENCH=141320
IDSOLVER=2780
FILE ID=node102/4304491-1534095354
RUNJOBID= node102-1534095354-25287
PBS_JOBID= 21036992
Free space on /tmp= 38476 MiB

SOLVER NAME= Concrete 3.9.2
BENCH NAME= XCSP18/PizzaVoucher/PizzaVoucher-10b_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss64M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4304491-1534095354/watcher-4304491-1534095354 -o /tmp/evaluation-result-4304491-1534095354/solver-4304491-1534095354 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node102-1534095354-25287 --watchdog 2580  bin/xcsp-3-concrete -J-Xss64M -randomseed=981693797 HOME/instance-4304491-1534095354.xml

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

MD5SUM BENCH= 2b2c64c71c05a1ba529c691595973c48
RANDOM SEED=981693797

node102.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.51
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.51
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.51
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.51
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:        28927556 kB
MemAvailable:   31878860 kB
Buffers:          136116 kB
Cached:          3064184 kB
SwapCached:        51252 kB
Active:          1643484 kB
Inactive:        1634968 kB
Active(anon):       3356 kB
Inactive(anon):   126912 kB
Active(file):    1640128 kB
Inactive(file):  1508056 kB
Unevictable:        7360 kB
Mlocked:            7360 kB
SwapTotal:      67108860 kB
SwapFree:       67030652 kB
Dirty:             53096 kB
Writeback:             0 kB
AnonPages:         35376 kB
Mapped:            50008 kB
Shmem:             48976 kB
Slab:             260468 kB
SReclaimable:     231580 kB
SUnreclaim:        28888 kB
KernelStack:        3216 kB
PageTables:         5172 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     350740 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      105856 kB
DirectMap2M:    33439744 kB

Free space on /tmp at the end= 38424 MiB
End job on node102 at 2018-08-12 19:37:44