Trace number 4402818

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Concrete 3.12.3OPT40 80.4137 73.3308

General information on the benchmark

NamePizzaVoucher/
PizzaVoucher-12a_c18.xml
MD5SUM56cb9e23f693fb34c9078bf93399e92e
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark40
Best CPU time to get the best result obtained on this benchmark13.8479
Satisfiable
(Un)Satisfiability was proved
Number of variables44
Number of constraints105
Number of domains18
Minimum domain size1
Maximum domain size21
Distribution of domain sizes[{"size":1,"count":1},{"size":2,"count":24},{"size":3,"count":3},{"size":4,"count":2},{"size":5,"count":1},{"size":7,"count":1},{"size":21,"count":12}]
Minimum variable degree2
Maximum variable degree32
Distribution of variable degrees[{"degree":2,"count":32},{"degree":31,"count":6},{"degree":32,"count":6}]
Minimum constraint arity2
Maximum constraint arity13
Distribution of constraint arities[{"arity":2,"count":85},{"arity":13,"count":20}]
Number of extensional constraints0
Number of intensional constraints85
Distribution of constraint types[{"type":"intension","count":85},{"type":"count","count":20}]
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.78/0.56	c Concrete v3.12.3.1568965526260 running
6.09/3.08	o 66
6.42/3.12	o 59
6.42/3.17	o 58
6.73/3.27	o 53
7.06/3.31	o 50
7.06/3.38	o 48
7.69/3.56	o 47
7.69/3.56	o 46
8.04/3.63	o 45
8.58/3.82	o 43
9.57/4.30	o 42
9.57/4.38	o 41
38.64/31.91	o 40
80.36/73.31	v <instantiation
80.36/73.31	v         cost = '40'>
80.36/73.31	v       <list>
80.36/73.31	v         v[0] v[1] v[2] v[3] v[4] v[5] v[6] v[7] v[8] v[9] v[10] v[11] np[0] np[1] np[2] np[3] np[4] np[5] np[6] np[7] np[8] np[9] nf[0] nf[1] nf[2] nf[3] nf[4] nf[5] nf[6] nf[7] nf[8] nf[9] pp[0] pp[1] pp[2] pp[3] pp[4] pp[5] pp[6] pp[7] pp[8] pp[9] pp[10] pp[11]
80.36/73.31	v       </list>
80.36/73.31	v       <values>
80.36/73.31	v         9 9 -9 -9 -9 9 9 9 1 9 1 -1 1 0 0 0 0 0 0 0 3 0 2 0 0 0 0 0 0 0 6 0 0 0 9 8 10 0 0 0 0 0 0 13
80.36/73.31	v       </values>
80.36/73.31	v     </instantiation>
80.36/73.31	s OPTIMUM FOUND

Verifier Data

OK	40

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4402818-1568987862/watcher-4402818-1568987862 -o /tmp/evaluation-result-4402818-1568987862/solver-4402818-1568987862 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node127-1568967596-5048 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=266236325 HOME/instance-4402818-1568987862.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=11530, runsolver pid=11527

[startup+0.100112 s]*
/proc/loadavg: 2.06 1.65 1.56 2/214 11583
/proc/meminfo: memFree=6666784/32770624 swapFree=66959532/67108860
[pid=11530] ppid=11527 vsize=9972712 memory=17540 CPUtime=0.09 cores=0,2,4,6
/proc/11530/stat : 11530 (java) S 11527 11530 5017 0 -1 1077944320 4107 12996 0 0 0 1 5 3 20 0 6 0 475055046 10212057088 4385 33554432000 4194304 4196468 140723643296256 140723643278800 140597409263351 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 7966720 140723643304688 140723643307205 140723643307205 140723643310031 0
/proc/11530/statm: 2493178 4385 1777 1 0 2481616 0
[pid=11530/tid=11583] ppid=11527 vsize=9972712 memory=720575944405811505 CPUtime=0.08 cores=0,2,4,6
/proc/11530/task/11583/stat : 11583 (java) R 11527 11530 5017 0 -1 4202560 2039 12996 0 0 0 0 5 3 20 0 6 0 475055055 10212057088 4517 33554432000 4194304 4196468 140723643296256 140597381100112 140597394945877 0 4 0 16784584 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 7966720 140723643304688 140723643307205 140723643307205 140723643310031 0
[pid=11530/tid=11584] ppid=11527 vsize=9972712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/11530/task/11584/stat : 11584 (java) S 11527 11530 5017 0 -1 1077944384 1 12996 0 0 0 0 5 3 20 0 6 0 475055056 10212057088 4517 33554432000 4194304 4196468 140723643296256 140597413505936 140597409273557 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7966720 140723643304688 140723643307205 140723643307205 140723643310031 0
[pid=11530/tid=11585] ppid=11527 vsize=9972712 memory=139691696745842 CPUtime=0.08 cores=0,2,4,6
/proc/11530/task/11585/stat : 11585 (java) S 11527 11530 5017 0 -1 1077944384 1 12996 0 0 0 0 5 3 20 0 6 0 475055056 10212057088 4517 33554432000 4194304 4196468 140723643296256 140597301779216 140597409273557 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7966720 140723643304688 140723643307205 140723643307205 140723643310031 0
[pid=11530/tid=11586] ppid=11527 vsize=9972712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/11530/task/11586/stat : 11586 (java) S 11527 11530 5017 0 -1 1077944384 2 12996 0 0 0 0 5 3 20 0 6 0 475055056 10212057088 4517 33554432000 4194304 4196468 140723643296256 140597300726928 140597409273557 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7966720 140723643304688 140723643307205 140723643307205 140723643310031 0
[pid=11530/tid=11587] ppid=11527 vsize=9972712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/11530/task/11587/stat : 11587 (java) S 11527 11530 5017 0 -1 1077944384 1 12996 0 0 0 0 5 3 20 0 6 0 475055056 10212057088 4517 33554432000 4194304 4196468 140723643296256 140597299674128 140597409273557 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7966720 140723643304688 140723643307205 140723643307205 140723643310031 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 17540 KiB

[startup+0.210176 s]*
/proc/loadavg: 2.06 1.65 1.56 3/227 11596
/proc/meminfo: memFree=6643780/32770624 swapFree=66959532/67108860
[pid=11530] ppid=11527 vsize=10820196 memory=40720 CPUtime=0.26 cores=0,2,4,6
/proc/11530/stat : 11530 (java) S 11527 11530 5017 0 -1 1077944320 7055 12996 0 0 16 2 5 3 20 0 15 0 475055046 11079880704 10180 33554432000 4194304 4196468 140723643296256 140723643278800 140597409263351 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 7966720 140723643304688 140723643307205 140723643307205 140723643310031 0
/proc/11530/statm: 2705049 10180 3285 1 0 2667149 0
[pid=11530/tid=11583] ppid=11527 vsize=10820196 memory=751940894209540401 CPUtime=0.19 cores=0,2,4,6
/proc/11530/task/11583/stat : 11583 (java) R 11527 11530 5017 0 -1 4202560 3566 12996 0 0 10 1 5 3 20 0 15 0 475055055 11079880704 10220 33554432000 4194304 4196468 140723643296256 140597381069312 140597393343838 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 7966720 140723643304688 140723643307205 140723643307205 140723643310031 0
[pid=11530/tid=11584] ppid=11527 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/11530/task/11584/stat : 11584 (java) S 11527 11530 5017 0 -1 1077944384 1 12996 0 0 0 0 5 3 20 0 15 0 475055056 11079880704 10220 33554432000 4194304 4196468 140723643296256 140597413505936 140597409273557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7966720 140723643304688 140723643307205 140723643307205 140723643310031 0
[pid=11530/tid=11585] ppid=11527 vsize=10820196 memory=139691696745842 CPUtime=0.08 cores=0,2,4,6
/proc/11530/task/11585/stat : 11585 (java) S 11527 11530 5017 0 -1 1077944384 1 12996 0 0 0 0 5 3 20 0 15 0 475055056 11079880704 10220 33554432000 4194304 4196468 140723643296256 140597301779216 140597409273557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7966720 140723643304688 140723643307205 140723643307205 140723643310031 0
[pid=11530/tid=11586] ppid=11527 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/11530/task/11586/stat : 11586 (java) S 11527 11530 5017 0 -1 1077944384 2 12996 0 0 0 0 5 3 20 0 15 0 475055056 11079880704 10220 33554432000 4194304 4196468 140723643296256 140597300726928 140597409273557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7966720 140723643304688 140723643307205 140723643307205 140723643310031 0
[pid=11530/tid=11587] ppid=11527 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/11530/task/11587/stat : 11587 (java) S 11527 11530 5017 0 -1 1077944384 1 12996 0 0 0 0 5 3 20 0 15 0 475055056 11079880704 10220 33554432000 4194304 4196468 140723643296256 140597299674128 140597409273557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7966720 140723643304688 140723643307205 140723643307205 140723643310031 0
[pid=11530/tid=11588] ppid=11527 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/11530/task/11588/stat : 11588 (java) S 11527 11530 5017 0 -1 1077944384 2 12996 0 0 0 0 5 3 20 0 15 0 475055058 11079880704 10220 33554432000 4194304 4196468 140723643296256 140596868757616 140597409274498 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7966720 140723643304688 140723643307205 140723643307205 140723643310031 0
[pid=11530/tid=11589] ppid=11527 vsize=10820196 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/11530/task/11589/stat : 11589 (java) S 11527 11530 5017 0 -1 1077944384 33 12996 0 0 0 0 5 3 20 0 15 0 475055058 11079880704 10220 33554432000 4194304 4196468 140723643296256 140596867703584 140597409273557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7966720 140723643304688 140723643307205 140723643307205 140723643310031 0
[pid=11530/tid=11590] ppid=11527 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/11530/task/11590/stat : 11590 (java) S 11527 11530 5017 0 -1 1077944384 1 12996 0 0 0 0 5 3 20 0 15 0 475055058 11079880704 10220 33554432000 4194304 4196468 140723643296256 140596761060464 140597409273557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7966720 140723643304688 140723643307205 140723643307205 140723643310031 0
[pid=11530/tid=11591] ppid=11527 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/11530/task/11591/stat : 11591 (java) S 11527 11530 5017 0 -1 1077944384 3 12996 0 0 0 0 5 3 20 0 15 0 475055061 11079880704 10220 33554432000 4194304 4196468 140723643296256 140595983898704 140597409281947 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7966720 140723643304688 140723643307205 140723643307205 140723643310031 0
[pid=11530/tid=11592] ppid=11527 vsize=10820196 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/11530/task/11592/stat : 11592 (java) S 11527 11530 5017 0 -1 1077944384 569 12996 0 0 1 0 5 3 20 0 15 0 475055061 11079880704 10220 33554432000 4194304 4196468 140723643296256 140596834146928 140597409274498 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7966720 140723643304688 140723643307205 140723643307205 140723643310031 0
[pid=11530/tid=11593] ppid=11527 vsize=10820196 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/11530/task/11593/stat : 11593 (java) S 11527 11530 5017 0 -1 1077944384 64 12996 0 0 1 0 5 3 20 0 15 0 475055061 11079880704 10220 33554432000 4194304 4196468 140723643296256 140596833094128 140597409274498 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7966720 140723643304688 140723643307205 140723643307205 140723643310031 0
[pid=11530/tid=11594] ppid=11527 vsize=10820196 memory=139691693201024 CPUtime=0.1 cores=0,2,4,6
/proc/11530/task/11594/stat : 11594 (java) R 11527 11530 5017 0 -1 4202560 608 12996 0 0 2 0 5 3 20 0 15 0 475055061 11079880704 10220 33554432000 4194304 4196468 140723643296256 140596832041840 140597388397879 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 7966720 140723643304688 140723643307205 140723643307205 140723643310031 0
[pid=11530/tid=11595] ppid=11527 vsize=10820196 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/11530/task/11595/stat : 11595 (java) S 11527 11530 5017 0 -1 1077944384 3 12996 0 0 0 0 5 3 20 0 15 0 475055061 11079880704 10220 33554432000 4194304 4196468 140723643296256 140595950341088 140597409273557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7966720 140723643304688 140723643307205 140723643307205 140723643310031 0
[pid=11530/tid=11596] ppid=11527 vsize=10820196 memory=139691693201024 CPUtime=0.08 cores=0,2,4,6
/proc/11530/task/11596/stat : 11596 (java) S 11527 11530 5017 0 -1 1077944384 1 12996 0 0 0 0 5 3 20 0 15 0 475055061 11079880704 10220 33554432000 4194304 4196468 140723643296256 140596830988720 140597409274498 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7966720 140723643304688 140723643307205 140723643307205 140723643310031 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 40720 KiB

[startup+0.310339 s]*
/proc/loadavg: 2.06 1.65 1.56 3/227 11596
/proc/meminfo: memFree=6633460/32770624 swapFree=66959532/67108860
[pid=11530] ppid=11527 vsize=10820196 memory=49220 CPUtime=0.4 cores=0,2,4,6
/proc/11530/stat : 11530 (java) S 11527 11530 5017 0 -1 1077944320 10582 12996 0 0 28 4 5 3 20 0 15 0 475055046 11079880704 12305 33554432000 4194304 4196468 140723643296256 140723643278800 140597409263351 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 7966720 140723643304688 140723643307205 140723643307205 140723643310031 0
/proc/11530/statm: 2705049 12305 3297 1 0 2667149 0
[pid=11530/tid=11583] ppid=11527 vsize=10820196 memory=8317482817917895235 CPUtime=0.29 cores=0,2,4,6
/proc/11530/task/11583/stat : 11583 (java) R 11527 11530 5017 0 -1 4202560 7072 12996 0 0 18 3 5 3 20 0 15 0 475055055 11079880704 12305 33554432000 4194304 4196468 140723643296256 140597381072272 140597393343838 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 7966720 140723643304688 140723643307205 140723643307205 140723643310031 0
[pid=11530/tid=11584] ppid=11527 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/11530/task/11584/stat : 11584 (java) S 11527 11530 5017 0 -1 1077944384 1 12996 0 0 0 0 5 3 20 0 15 0 475055056 11079880704 12305 33554432000 4194304 4196468 140723643296256 140597413505936 140597409273557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7966720 140723643304688 140723643307205 140723643307205 140723643310031 0
[pid=11530/tid=11585] ppid=11527 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/11530/task/11585/stat : 11585 (java) S 11527 11530 5017 0 -1 1077944384 1 12996 0 0 0 0 5 3 20 0 15 0 475055056 11079880704 12305 33554432000 4194304 4196468 140723643296256 140597301779216 140597409273557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7966720 140723643304688 140723643307205 140723643307205 140723643310031 0
[pid=11530/tid=11586] ppid=11527 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/11530/task/11586/stat : 11586 (java) S 11527 11530 5017 0 -1 1077944384 2 12996 0 0 0 0 5 3 20 0 15 0 475055056 11079880704 12305 33554432000 4194304 4196468 140723643296256 140597300726928 140597409273557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7966720 140723643304688 140723643307205 140723643307205 140723643310031 0
[pid=11530/tid=11587] ppid=11527 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/11530/task/11587/stat : 11587 (java) S 11527 11530 5017 0 -1 1077944384 1 12996 0 0 0 0 5 3 20 0 15 0 475055056 11079880704 12305 33554432000 4194304 4196468 140723643296256 140597299674128 140597409273557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7966720 140723643304688 140723643307205 140723643307205 140723643310031 0
[pid=11530/tid=11588] ppid=11527 vsize=10820196 memory=139691693201023 CPUtime=0.08 cores=0,2,4,6
/proc/11530/task/11588/stat : 11588 (java) S 11527 11530 5017 0 -1 1077944384 2 12996 0 0 0 0 5 3 20 0 15 0 475055058 11079880704 12305 33554432000 4194304 4196468 140723643296256 140596868757616 140597409274498 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7966720 140723643304688 140723643307205 140723643307205 140723643310031 0
[pid=11530/tid=11589] ppid=11527 vsize=10820196 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/11530/task/11589/stat : 11589 (java) S 11527 11530 5017 0 -1 1077944384 33 12996 0 0 0 0 5 3 20 0 15 0 475055058 11079880704 12305 33554432000 4194304 4196468 140723643296256 140596867703584 140597409273557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7966720 140723643304688 140723643307205 140723643307205 140723643310031 0
[pid=11530/tid=11590] ppid=11527 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/11530/task/11590/stat : 11590 (java) S 11527 11530 5017 0 -1 1077944384 1 12996 0 0 0 0 5 3 20 0 15 0 475055058 11079880704 12305 33554432000 4194304 4196468 140723643296256 140596761060464 140597409273557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7966720 140723643304688 140723643307205 140723643307205 140723643310031 0
[pid=11530/tid=11591] ppid=11527 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/11530/task/11591/stat : 11591 (java) S 11527 11530 5017 0 -1 1077944384 3 12996 0 0 0 0 5 3 20 0 15 0 475055061 11079880704 12305 33554432000 4194304 4196468 140723643296256 140595983898704 140597409281947 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7966720 140723643304688 140723643307205 140723643307205 140723643310031 0
[pid=11530/tid=11592] ppid=11527 vsize=10820196 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/11530/task/11592/stat : 11592 (java) S 11527 11530 5017 0 -1 1077944384 569 12996 0 0 2 0 5 3 20 0 15 0 475055061 11079880704 12305 33554432000 4194304 4196468 140723643296256 140596834146928 140597409274498 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7966720 140723643304688 140723643307205 140723643307205 140723643310031 0
[pid=11530/tid=11593] ppid=11527 vsize=10820196 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/11530/task/11593/stat : 11593 (java) S 11527 11530 5017 0 -1 1077944384 65 12996 0 0 1 0 5 3 20 0 15 0 475055061 11079880704 12305 33554432000 4194304 4196468 140723643296256 140596833094128 140597409274498 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7966720 140723643304688 140723643307205 140723643307205 140723643310031 0
[pid=11530/tid=11594] ppid=11527 vsize=10820196 memory=139691693201024 CPUtime=0.13 cores=0,2,4,6
/proc/11530/task/11594/stat : 11594 (java) S 11527 11530 5017 0 -1 1077944384 621 12996 0 0 5 0 5 3 20 0 15 0 475055061 11079880704 12305 33554432000 4194304 4196468 140723643296256 140596832041840 140597409274498 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7966720 140723643304688 140723643307205 140723643307205 140723643310031 0
[pid=11530/tid=11595] ppid=11527 vsize=10820196 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/11530/task/11595/stat : 11595 (java) S 11527 11530 5017 0 -1 1077944384 3 12996 0 0 0 0 5 3 20 0 15 0 475055061 11079880704 12305 33554432000 4194304 4196468 140723643296256 140595950341088 140597409273557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7966720 140723643304688 140723643307205 140723643307205 140723643310031 0
[pid=11530/tid=11596] ppid=11527 vsize=10820196 memory=139691693201024 CPUtime=0.08 cores=0,2,4,6
/proc/11530/task/11596/stat : 11596 (java) S 11527 11530 5017 0 -1 1077944384 1 12996 0 0 0 0 5 3 20 0 15 0 475055061 11079880704 12305 33554432000 4194304 4196468 140723643296256 140596830988720 140597409274498 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7966720 140723643304688 140723643307205 140723643307205 140723643310031 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 49220 KiB

[startup+0.700684 s]
/proc/loadavg: 2.06 1.65 1.56 3/227 11596
/proc/meminfo: memFree=6619688/32770624 swapFree=66959532/67108860
[pid=11530] ppid=11527 vsize=10824364 memory=81384 CPUtime=1.14 cores=0,2,4,6
/proc/11530/stat : 11530 (java) S 11527 11530 5017 0 -1 1077944320 14577 12996 0 0 100 6 5 3 20 0 15 0 475055046 11084148736 20346 33554432000 4194304 4196468 140723643296256 140723643278800 140597409263351 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 7966720 140723643304688 140723643307205 140723643307205 140723643310031 0
/proc/11530/statm: 2706091 20346 3510 1 0 2668173 0
[pid=11530/tid=11583] ppid=11527 vsize=10824364 memory=5795117241467496816 CPUtime=0.66 cores=0,2,4,6
/proc/11530/task/11583/stat : 11583 (java) R 11527 11530 5017 0 -1 4202560 9988 12996 0 0 54 4 5 3 20 0 15 0 475055055 11084148736 20346 33554432000 4194304 4196468 140723643296256 140597381086176 140597393343838 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 7966720 140723643304688 140723643307205 140723643307205 140723643310031 0
[pid=11530/tid=11584] ppid=11527 vsize=10824364 memory=1384 CPUtime=0.08 cores=0,2,4,6
/proc/11530/task/11584/stat : 11584 (java) S 11527 11530 5017 0 -1 1077944384 1 12996 0 0 0 0 5 3 20 0 15 0 475055056 11084148736 20346 33554432000 4194304 4196468 140723643296256 140597413505936 140597409273557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7966720 140723643304688 140723643307205 140723643307205 140723643310031 0
[pid=11530/tid=11585] ppid=11527 vsize=10824364 memory=4028 CPUtime=0.08 cores=0,2,4,6
/proc/11530/task/11585/stat : 11585 (java) S 11527 11530 5017 0 -1 1077944384 1 12996 0 0 0 0 5 3 20 0 15 0 475055056 11084148736 20346 33554432000 4194304 4196468 140723643296256 140597301779216 140597409273557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7966720 140723643304688 140723643307205 140723643307205 140723643310031 0
[pid=11530/tid=11586] ppid=11527 vsize=10824364 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/11530/task/11586/stat : 11586 (java) S 11527 11530 5017 0 -1 1077944384 2 12996 0 0 0 0 5 3 20 0 15 0 475055056 11084148736 20346 33554432000 4194304 4196468 140723643296256 140597300726928 140597409273557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7966720 140723643304688 140723643307205 140723643307205 140723643310031 0
[pid=11530/tid=11587] ppid=11527 vsize=10824364 memory=139691693199857 CPUtime=0.08 cores=0,2,4,6
/proc/11530/task/11587/stat : 11587 (java) S 11527 11530 5017 0 -1 1077944384 1 12996 0 0 0 0 5 3 20 0 15 0 475055056 11084148736 20346 33554432000 4194304 4196468 140723643296256 140597299674128 140597409273557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7966720 140723643304688 140723643307205 140723643307205 140723643310031 0
[pid=11530/tid=11588] ppid=11527 vsize=10824364 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/11530/task/11588/stat : 11588 (java) S 11527 11530 5017 0 -1 1077944384 5 12996 0 0 0 0 5 3 20 0 15 0 475055058 11084148736 20346 33554432000 4194304 4196468 140723643296256 140596868757616 140597409274498 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7966720 140723643304688 140723643307205 140723643307205 140723643310031 0
[pid=11530/tid=11589] ppid=11527 vsize=10824364 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/11530/task/11589/stat : 11589 (java) S 11527 11530 5017 0 -1 1077944384 33 12996 0 0 0 0 5 3 20 0 15 0 475055058 11084148736 20346 33554432000 4194304 4196468 140723643296256 140596867703584 140597409273557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7966720 140723643304688 140723643307205 140723643307205 140723643310031 0
[pid=11530/tid=11590] ppid=11527 vsize=10824364 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/11530/task/11590/stat : 11590 (java) S 11527 11530 5017 0 -1 1077944384 1 12996 0 0 0 0 5 3 20 0 15 0 475055058 11084148736 20346 33554432000 4194304 4196468 140723643296256 140596761060464 140597409273557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7966720 140723643304688 140723643307205 140723643307205 140723643310031 0
[pid=11530/tid=11591] ppid=11527 vsize=10824364 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/11530/task/11591/stat : 11591 (java) S 11527 11530 5017 0 -1 1077944384 3 12996 0 0 0 0 5 3 20 0 15 0 475055061 11084148736 20346 33554432000 4194304 4196468 140723643296256 140595983898704 140597409281947 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7966720 140723643304688 140723643307205 140723643307205 140723643310031 0
[pid=11530/tid=11592] ppid=11527 vsize=10824364 memory=0 CPUtime=0.24 cores=0,2,4,6
/proc/11530/task/11592/stat : 11592 (java) S 11527 11530 5017 0 -1 1077944384 1073 12996 0 0 16 0 5 3 20 0 15 0 475055061 11084148736 20346 33554432000 4194304 4196468 140723643296256 140596834146928 140597409274498 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7966720 140723643304688 140723643307205 140723643307205 140723643310031 0
[pid=11530/tid=11593] ppid=11527 vsize=10824364 memory=0 CPUtime=0.19 cores=0,2,4,6
/proc/11530/task/11593/stat : 11593 (java) R 11527 11530 5017 0 -1 4202560 494 12996 0 0 11 0 5 3 20 0 15 0 475055061 11084148736 20346 33554432000 4194304 4196468 140723643296256 140596833094128 140597409275286 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 7966720 140723643304688 140723643307205 140723643307205 140723643310031 0
[pid=11530/tid=11594] ppid=11527 vsize=10824364 memory=0 CPUtime=0.25 cores=0,2,4,6
/proc/11530/task/11594/stat : 11594 (java) S 11527 11530 5017 0 -1 1077944384 762 12996 0 0 17 0 5 3 20 0 15 0 475055061 11084148736 20346 33554432000 4194304 4196468 140723643296256 140596832041840 140597409274498 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7966720 140723643304688 140723643307205 140723643307205 140723643310031 0
[pid=11530/tid=11595] ppid=11527 vsize=10824364 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/11530/task/11595/stat : 11595 (java) S 11527 11530 5017 0 -1 1077944384 3 12996 0 0 0 0 5 3 20 0 15 0 475055061 11084148736 20346 33554432000 4194304 4196468 140723643296256 140595950341088 140597409273557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7966720 140723643304688 140723643307205 140723643307205 140723643310031 0
[pid=11530/tid=11596] ppid=11527 vsize=10824364 memory=3624 CPUtime=0.08 cores=0,2,4,6
/proc/11530/task/11596/stat : 11596 (java) S 11527 11530 5017 0 -1 1077944384 1 12996 0 0 0 0 5 3 20 0 15 0 475055061 11084148736 20346 33554432000 4194304 4196468 140723643296256 140596830988720 140597409274498 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7966720 140723643304688 140723643307205 140723643307205 140723643310031 0
Current children cumulated CPU time: 1.14 s
Current children cumulated vsize: 10824364 KiB
Current children cumulated memory: 81384 KiB

[startup+1.50067 s]
/proc/loadavg: 2.06 1.65 1.56 3/227 11596
/proc/meminfo: memFree=6577680/32770624 swapFree=66959532/67108860
[pid=11530] ppid=11527 vsize=10834680 memory=167480 CPUtime=2.46 cores=0,2,4,6
/proc/11530/stat : 11530 (java) S 11527 11530 5017 0 -1 1077944320 23894 12996 0 0 227 11 5 3 20 0 15 0 475055046 11094712320 41870 33554432000 4194304 4196468 140723643296256 140723643278800 140597409263351 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 7966720 140723643304688 140723643307205 140723643307205 140723643310031 0
/proc/11530/statm: 2708670 41870 3584 1 0 2670733 0
[pid=11530/tid=11583] ppid=11527 vsize=10834680 memory=56 CPUtime=1.43 cores=0,2,4,6
/proc/11530/task/11583/stat : 11583 (java) R 11527 11530 5017 0 -1 4202560 15419 12996 0 0 128 7 5 3 20 0 15 0 475055055 11094712320 41870 33554432000 4194304 4196468 140723643296256 140597381063312 140597409275286 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 7966720 140723643304688 140723643307205 140723643307205 140723643310031 0
[pid=11530/tid=11584] ppid=11527 vsize=10834680 memory=6791534058613427641 CPUtime=0.09 cores=0,2,4,6
/proc/11530/task/11584/stat : 11584 (java) S 11527 11530 5017 0 -1 1077944384 350 12996 0 0 1 0 5 3 20 0 15 0 475055056 11094712320 41874 33554432000 4194304 4196468 140723643296256 140597413505936 140597409273557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7966720 140723643304688 140723643307205 140723643307205 140723643310031 0
[pid=11530/tid=11585] ppid=11527 vsize=10834680 memory=139691693211105 CPUtime=0.08 cores=0,2,4,6
/proc/11530/task/11585/stat : 11585 (java) S 11527 11530 5017 0 -1 1077944384 67 12996 0 0 0 0 5 3 20 0 15 0 475055056 11094712320 41874 33554432000 4194304 4196468 140723643296256 140597301779216 140597409273557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7966720 140723643304688 140723643307205 140723643307205 140723643310031 0
[pid=11530/tid=11586] ppid=11527 vsize=10834680 memory=139691693208897 CPUtime=0.09 cores=0,2,4,6
/proc/11530/task/11586/stat : 11586 (java) S 11527 11530 5017 0 -1 1077944384 99 12996 0 0 1 0 5 3 20 0 15 0 475055056 11094712320 41874 33554432000 4194304 4196468 140723643296256 140597300726928 140597409273557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7966720 140723643304688 140723643307205 140723643307205 140723643310031 0
[pid=11530/tid=11587] ppid=11527 vsize=10834680 memory=139691693210785 CPUtime=0.09 cores=0,2,4,6
/proc/11530/task/11587/stat : 11587 (java) S 11527 11530 5017 0 -1 1077944384 18 12996 0 0 1 0 5 3 20 0 15 0 475055056 11094712320 41874 33554432000 4194304 4196468 140723643296256 140597299674128 140597409273557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7966720 140723643304688 140723643307205 140723643307205 140723643310031 0
[pid=11530/tid=11588] ppid=11527 vsize=10834680 memory=1384 CPUtime=0.09 cores=0,2,4,6
/proc/11530/task/11588/stat : 11588 (java) S 11527 11530 5017 0 -1 1077944384 1973 12996 0 0 1 0 5 3 20 0 15 0 475055058 11094712320 41874 33554432000 4194304 4196468 140723643296256 140596868757616 140597409274498 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7966720 140723643304688 140723643307205 140723643307205 140723643310031 0
[pid=11530/tid=11589] ppid=11527 vsize=10834680 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/11530/task/11589/stat : 11589 (java) S 11527 11530 5017 0 -1 1077944384 33 12996 0 0 0 0 5 3 20 0 15 0 475055058 11094712320 41874 33554432000 4194304 4196468 140723643296256 140596867703648 140597409273557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7966720 140723643304688 140723643307205 140723643307205 140723643310031 0
[pid=11530/tid=11590] ppid=11527 vsize=10834680 memory=6298110701354176611 CPUtime=0.08 cores=0,2,4,6
/proc/11530/task/11590/stat : 11590 (java) S 11527 11530 5017 0 -1 1077944384 2 12996 0 0 0 0 5 3 20 0 15 0 475055058 11094712320 41874 33554432000 4194304 4196468 140723643296256 140596761060480 140597409273557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7966720 140723643304688 140723643307205 140723643307205 140723643310031 0
[pid=11530/tid=11591] ppid=11527 vsize=10834680 memory=7305233759855994722 CPUtime=0.08 cores=0,2,4,6
/proc/11530/task/11591/stat : 11591 (java) S 11527 11530 5017 0 -1 1077944384 3 12996 0 0 0 0 5 3 20 0 15 0 475055061 11094712320 41874 33554432000 4194304 4196468 140723643296256 140595983898704 140597409281947 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7966720 140723643304688 140723643307205 140723643307205 140723643310031 0
[pid=11530/tid=11592] ppid=11527 vsize=10834680 memory=7526196006231561070 CPUtime=0.34 cores=0,2,4,6
/proc/11530/task/11592/stat : 11592 (java) S 11527 11530 5017 0 -1 1077944384 1255 12996 0 0 26 0 5 3 20 0 15 0 475055061 11094712320 41874 33554432000 4194304 4196468 140723643296256 140596834146928 140597409274498 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7966720 140723643304688 140723643307205 140723643307205 140723643310031 0
[pid=11530/tid=11593] ppid=11527 vsize=10834680 memory=0 CPUtime=0.31 cores=0,2,4,6
/proc/11530/task/11593/stat : 11593 (java) R 11527 11530 5017 0 -1 4202560 634 12996 0 0 23 0 5 3 20 0 15 0 475055061 11094712320 41874 33554432000 4194304 4196468 140723643296256 140596833084960 140597389963648 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 7966720 140723643304688 140723643307205 140723643307205 140723643310031 0
[pid=11530/tid=11594] ppid=11527 vsize=10834680 memory=4949696295840688515 CPUtime=0.49 cores=0,2,4,6
/proc/11530/task/11594/stat : 11594 (java) R 11527 11530 5017 0 -1 4202560 1826 12996 0 0 41 0 5 3 20 0 15 0 475055061 11094712320 41874 33554432000 4194304 4196468 140723643296256 140596832041840 140597402360187 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 7966720 140723643304688 140723643307205 140723643307205 140723643310031 0
[pid=11530/tid=11595] ppid=11527 vsize=10834680 memory=-7390251449858225344 CPUtime=0.08 cores=0,2,4,6
/proc/11530/task/11595/stat : 11595 (java) S 11527 11530 5017 0 -1 1077944384 3 12996 0 0 0 0 5 3 20 0 15 0 475055061 11094712320 41874 33554432000 4194304 4196468 140723643296256 140595950341088 140597409273557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7966720 140723643304688 140723643307205 140723643307205 140723643310031 0
[pid=11530/tid=11596] ppid=11527 vsize=10834680 memory=8112282956445269571 CPUtime=0.08 cores=0,2,4,6
/proc/11530/task/11596/stat : 11596 (java) S 11527 11530 5017 0 -1 1077944384 3 12996 0 0 0 0 5 3 20 0 15 0 475055061 11094712320 41874 33554432000 4194304 4196468 140723643296256 140596830988720 140597409274498 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7966720 140723643304688 140723643307205 140723643307205 140723643310031 0
Current children cumulated CPU time: 2.46 s
Current children cumulated vsize: 10834680 KiB

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

[pid=11530/tid=11595] ppid=11527 vsize=10846988 memory=14068 CPUtime=0.08 cores=0,2,4,6
/proc/11530/task/11595/stat : 11595 (java) S 11527 11530 5017 0 -1 1077944384 3 12996 0 0 0 0 5 3 20 0 15 0 475055061 11107315712 200157 33554432000 4194304 4196468 140723643296256 140595950341088 140597409273557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7966720 140723643304688 140723643307205 140723643307205 140723643310031 0
[pid=11530/tid=11596] ppid=11527 vsize=10846988 memory=262 CPUtime=0.11 cores=0,2,4,6
/proc/11530/task/11596/stat : 11596 (java) S 11527 11530 5017 0 -1 1077944384 361 12996 0 0 1 2 5 3 20 0 15 0 475055061 11107315712 200157 33554432000 4194304 4196468 140723643296256 140596830988720 140597409274498 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 20 0 0 6293624 6294260 7966720 140723643304688 140723643307205 140723643307205 140723643310031 0
Current children cumulated CPU time: 77.43 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 800628 KiB

[startup+72.0008 s]*
/proc/loadavg: 1.68 1.65 1.56 3/228 11603
/proc/meminfo: memFree=5905680/32770624 swapFree=66959532/67108860
[pid=11530] ppid=11527 vsize=10846988 memory=800628 CPUtime=79.06 cores=0,2,4,6
/proc/11530/stat : 11530 (java) S 11527 11530 5017 0 -1 1077944320 80260 12996 0 0 7859 39 5 3 20 0 15 0 475055046 11107315712 200157 33554432000 4194304 4196468 140723643296256 140723643278800 140597409263351 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 7966720 140723643304688 140723643307205 140723643307205 140723643310031 0
/proc/11530/statm: 2711747 200157 3622 1 0 2673805 0
[pid=11530/tid=11583] ppid=11527 vsize=10846988 memory=8317482817917895235 CPUtime=71.47 cores=0,2,4,6
/proc/11530/task/11583/stat : 11583 (java) R 11527 11530 5017 0 -1 4202560 27710 12996 0 0 7122 17 5 3 20 0 15 0 475055055 11107315712 200157 33554432000 4194304 4196468 140723643296256 140597381098624 140596989706176 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 7966720 140723643304688 140723643307205 140723643307205 140723643310031 0
[pid=11530/tid=11584] ppid=11527 vsize=10846988 memory=780 CPUtime=0.24 cores=0,2,4,6
/proc/11530/task/11584/stat : 11584 (java) S 11527 11530 5017 0 -1 1077944384 2354 12996 0 0 14 2 5 3 20 0 15 0 475055056 11107315712 200157 33554432000 4194304 4196468 140723643296256 140597413505936 140597409273557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7966720 140723643304688 140723643307205 140723643307205 140723643310031 0
[pid=11530/tid=11585] ppid=11527 vsize=10846988 memory=620 CPUtime=0.23 cores=0,2,4,6
/proc/11530/task/11585/stat : 11585 (java) S 11527 11530 5017 0 -1 1077944384 2458 12996 0 0 13 2 5 3 20 0 15 0 475055056 11107315712 200157 33554432000 4194304 4196468 140723643296256 140597301779216 140597409273557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7966720 140723643304688 140723643307205 140723643307205 140723643310031 0
[pid=11530/tid=11586] ppid=11527 vsize=10846988 memory=1496 CPUtime=0.23 cores=0,2,4,6
/proc/11530/task/11586/stat : 11586 (java) S 11527 11530 5017 0 -1 1077944384 1336 12996 0 0 12 3 5 3 20 0 15 0 475055056 11107315712 200157 33554432000 4194304 4196468 140723643296256 140597300726928 140597409273557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7966720 140723643304688 140723643307205 140723643307205 140723643310031 0
[pid=11530/tid=11587] ppid=11527 vsize=10846988 memory=1016 CPUtime=0.24 cores=0,2,4,6
/proc/11530/task/11587/stat : 11587 (java) S 11527 11530 5017 0 -1 1077944384 283 12996 0 0 13 3 5 3 20 0 15 0 475055056 11107315712 200157 33554432000 4194304 4196468 140723643296256 140597299674128 140597409273557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7966720 140723643304688 140723643307205 140723643307205 140723643310031 0
[pid=11530/tid=11588] ppid=11527 vsize=10846988 memory=279383194470288 CPUtime=0.23 cores=0,2,4,6
/proc/11530/task/11588/stat : 11588 (java) S 11527 11530 5017 0 -1 1077944384 4673 12996 0 0 14 1 5 3 20 0 15 0 475055058 11107315712 200157 33554432000 4194304 4196468 140723643296256 140596868757616 140597409274498 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 12 0 0 6293624 6294260 7966720 140723643304688 140723643307205 140723643307205 140723643310031 0
[pid=11530/tid=11589] ppid=11527 vsize=10846988 memory=6944656592455359580 CPUtime=0.08 cores=0,2,4,6
/proc/11530/task/11589/stat : 11589 (java) S 11527 11530 5017 0 -1 1077944384 37 12996 0 0 0 0 5 3 20 0 15 0 475055058 11107315712 200157 33554432000 4194304 4196468 140723643296256 140596867703648 140597409273557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7966720 140723643304688 140723643307205 140723643307205 140723643310031 0
[pid=11530/tid=11590] ppid=11527 vsize=10846988 memory=6655300316396806240 CPUtime=0.08 cores=0,2,4,6
/proc/11530/task/11590/stat : 11590 (java) S 11527 11530 5017 0 -1 1077944384 2 12996 0 0 0 0 5 3 20 0 15 0 475055058 11107315712 200157 33554432000 4194304 4196468 140723643296256 140596761060480 140597409273557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7966720 140723643304688 140723643307205 140723643307205 140723643310031 0
[pid=11530/tid=11591] ppid=11527 vsize=10846988 memory=6944656592455359580 CPUtime=0.08 cores=0,2,4,6
/proc/11530/task/11591/stat : 11591 (java) S 11527 11530 5017 0 -1 1077944384 3 12996 0 0 0 0 5 3 20 0 15 0 475055061 11107315712 200157 33554432000 4194304 4196468 140723643296256 140595983898704 140597409281947 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7966720 140723643304688 140723643307205 140723643307205 140723643310031 0
[pid=11530/tid=11592] ppid=11527 vsize=10846988 memory=6656426216303648864 CPUtime=2.7 cores=0,2,4,6
/proc/11530/task/11592/stat : 11592 (java) S 11527 11530 5017 0 -1 1077944384 13534 12996 0 0 260 2 5 3 20 0 15 0 475055061 11107315712 200157 33554432000 4194304 4196468 140723643296256 140596834146928 140597409274498 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 17 0 0 6293624 6294260 7966720 140723643304688 140723643307205 140723643307205 140723643310031 0
[pid=11530/tid=11593] ppid=11527 vsize=10846988 memory=6944656592455359580 CPUtime=2.58 cores=0,2,4,6
/proc/11530/task/11593/stat : 11593 (java) S 11527 11530 5017 0 -1 1077944384 11325 12996 0 0 248 2 5 3 20 0 15 0 475055061 11107315712 200157 33554432000 4194304 4196468 140723643296256 140596833094128 140597409274498 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7966720 140723643304688 140723643307205 140723643307205 140723643310031 0
[pid=11530/tid=11594] ppid=11527 vsize=10846988 memory=6656426216303648864 CPUtime=1.66 cores=0,2,4,6
/proc/11530/task/11594/stat : 11594 (java) S 11527 11530 5017 0 -1 1077944384 13971 12996 0 0 155 3 5 3 20 0 15 0 475055061 11107315712 200157 33554432000 4194304 4196468 140723643296256 140596832041840 140597409274498 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 13 0 0 6293624 6294260 7966720 140723643304688 140723643307205 140723643307205 140723643310031 0
[pid=11530/tid=11595] ppid=11527 vsize=10846988 memory=6944656592455097440 CPUtime=0.08 cores=0,2,4,6
/proc/11530/task/11595/stat : 11595 (java) S 11527 11530 5017 0 -1 1077944384 3 12996 0 0 0 0 5 3 20 0 15 0 475055061 11107315712 200157 33554432000 4194304 4196468 140723643296256 140595950341088 140597409273557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7966720 140723643304688 140723643307205 140723643307205 140723643310031 0
[pid=11530/tid=11596] ppid=11527 vsize=10846988 memory=-6737208495982354336 CPUtime=0.11 cores=0,2,4,6
/proc/11530/task/11596/stat : 11596 (java) S 11527 11530 5017 0 -1 1077944384 361 12996 0 0 1 2 5 3 20 0 15 0 475055061 11107315712 200157 33554432000 4194304 4196468 140723643296256 140596830988720 140597409274498 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 20 0 0 6293624 6294260 7966720 140723643304688 140723643307205 140723643307205 140723643310031 0
Current children cumulated CPU time: 79.06 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 800628 KiB

[startup+72.8007 s]
/proc/loadavg: 1.68 1.65 1.56 3/228 11603
/proc/meminfo: memFree=5905680/32770624 swapFree=66959532/67108860
[pid=11530] ppid=11527 vsize=10846988 memory=800628 CPUtime=79.86 cores=0,2,4,6
/proc/11530/stat : 11530 (java) S 11527 11530 5017 0 -1 1077944320 80268 12996 0 0 7939 39 5 3 20 0 15 0 475055046 11107315712 200157 33554432000 4194304 4196468 140723643296256 140723643278800 140597409263351 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 7966720 140723643304688 140723643307205 140723643307205 140723643310031 0
/proc/11530/statm: 2711747 200157 3622 1 0 2673805 0
[pid=11530/tid=11583] ppid=11527 vsize=10846988 memory=800628 CPUtime=72.25 cores=0,2,4,6
/proc/11530/task/11583/stat : 11583 (java) R 11527 11530 5017 0 -1 4202560 27714 12996 0 0 7200 17 5 3 20 0 15 0 475055055 11107315712 200157 33554432000 4194304 4196468 140723643296256 140597381098480 140596990219620 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 7966720 140723643304688 140723643307205 140723643307205 140723643310031 0
[pid=11530/tid=11584] ppid=11527 vsize=10846988 memory=6791534058613427641 CPUtime=0.24 cores=0,2,4,6
/proc/11530/task/11584/stat : 11584 (java) S 11527 11530 5017 0 -1 1077944384 2355 12996 0 0 14 2 5 3 20 0 15 0 475055056 11107315712 200157 33554432000 4194304 4196468 140723643296256 140597413505936 140597409273557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7966720 140723643304688 140723643307205 140723643307205 140723643310031 0
[pid=11530/tid=11585] ppid=11527 vsize=10846988 memory=800628 CPUtime=0.23 cores=0,2,4,6
/proc/11530/task/11585/stat : 11585 (java) S 11527 11530 5017 0 -1 1077944384 2459 12996 0 0 13 2 5 3 20 0 15 0 475055056 11107315712 200157 33554432000 4194304 4196468 140723643296256 140597301779216 140597409273557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7966720 140723643304688 140723643307205 140723643307205 140723643310031 0
[pid=11530/tid=11586] ppid=11527 vsize=10846988 memory=1764 CPUtime=0.23 cores=0,2,4,6
/proc/11530/task/11586/stat : 11586 (java) S 11527 11530 5017 0 -1 1077944384 1336 12996 0 0 12 3 5 3 20 0 15 0 475055056 11107315712 200157 33554432000 4194304 4196468 140723643296256 140597300726928 140597409273557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7966720 140723643304688 140723643307205 140723643307205 140723643310031 0
[pid=11530/tid=11587] ppid=11527 vsize=10846988 memory=111632 CPUtime=0.24 cores=0,2,4,6
/proc/11530/task/11587/stat : 11587 (java) S 11527 11530 5017 0 -1 1077944384 283 12996 0 0 13 3 5 3 20 0 15 0 475055056 11107315712 200157 33554432000 4194304 4196468 140723643296256 140597299674128 140597409273557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7966720 140723643304688 140723643307205 140723643307205 140723643310031 0
[pid=11530/tid=11588] ppid=11527 vsize=10846988 memory=800 CPUtime=0.23 cores=0,2,4,6
/proc/11530/task/11588/stat : 11588 (java) S 11527 11530 5017 0 -1 1077944384 4675 12996 0 0 14 1 5 3 20 0 15 0 475055058 11107315712 200157 33554432000 4194304 4196468 140723643296256 140596868757616 140597409274498 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 12 0 0 6293624 6294260 7966720 140723643304688 140723643307205 140723643307205 140723643310031 0
[pid=11530/tid=11589] ppid=11527 vsize=10846988 memory=1804 CPUtime=0.08 cores=0,2,4,6
/proc/11530/task/11589/stat : 11589 (java) S 11527 11530 5017 0 -1 1077944384 37 12996 0 0 0 0 5 3 20 0 15 0 475055058 11107315712 200157 33554432000 4194304 4196468 140723643296256 140596867703648 140597409273557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7966720 140723643304688 140723643307205 140723643307205 140723643310031 0
[pid=11530/tid=11590] ppid=11527 vsize=10846988 memory=916 CPUtime=0.08 cores=0,2,4,6
/proc/11530/task/11590/stat : 11590 (java) S 11527 11530 5017 0 -1 1077944384 2 12996 0 0 0 0 5 3 20 0 15 0 475055058 11107315712 200157 33554432000 4194304 4196468 140723643296256 140596761060480 140597409273557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7966720 140723643304688 140723643307205 140723643307205 140723643310031 0
[pid=11530/tid=11591] ppid=11527 vsize=10846988 memory=800628 CPUtime=0.08 cores=0,2,4,6
/proc/11530/task/11591/stat : 11591 (java) S 11527 11530 5017 0 -1 1077944384 3 12996 0 0 0 0 5 3 20 0 15 0 475055061 11107315712 200157 33554432000 4194304 4196468 140723643296256 140595983898704 140597409281947 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7966720 140723643304688 140723643307205 140723643307205 140723643310031 0
[pid=11530/tid=11592] ppid=11527 vsize=10846988 memory=3624 CPUtime=2.7 cores=0,2,4,6
/proc/11530/task/11592/stat : 11592 (java) S 11527 11530 5017 0 -1 1077944384 13534 12996 0 0 260 2 5 3 20 0 15 0 475055061 11107315712 200157 33554432000 4194304 4196468 140723643296256 140596834146928 140597409274498 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 17 0 0 6293624 6294260 7966720 140723643304688 140723643307205 140723643307205 140723643310031 0
[pid=11530/tid=11593] ppid=11527 vsize=10846988 memory=55576 CPUtime=2.58 cores=0,2,4,6
/proc/11530/task/11593/stat : 11593 (java) S 11527 11530 5017 0 -1 1077944384 11325 12996 0 0 248 2 5 3 20 0 15 0 475055061 11107315712 200157 33554432000 4194304 4196468 140723643296256 140596833094128 140597409274498 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7966720 140723643304688 140723643307205 140723643307205 140723643310031 0
[pid=11530/tid=11594] ppid=11527 vsize=10846988 memory=988 CPUtime=1.66 cores=0,2,4,6
/proc/11530/task/11594/stat : 11594 (java) S 11527 11530 5017 0 -1 1077944384 13971 12996 0 0 155 3 5 3 20 0 15 0 475055061 11107315712 200157 33554432000 4194304 4196468 140723643296256 140596832041840 140597409274498 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 13 0 0 6293624 6294260 7966720 140723643304688 140723643307205 140723643307205 140723643310031 0
[pid=11530/tid=11595] ppid=11527 vsize=10846988 memory=2024 CPUtime=0.08 cores=0,2,4,6
/proc/11530/task/11595/stat : 11595 (java) S 11527 11530 5017 0 -1 1077944384 3 12996 0 0 0 0 5 3 20 0 15 0 475055061 11107315712 200157 33554432000 4194304 4196468 140723643296256 140595950341088 140597409273557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7966720 140723643304688 140723643307205 140723643307205 140723643310031 0
[pid=11530/tid=11596] ppid=11527 vsize=10846988 memory=1384 CPUtime=0.11 cores=0,2,4,6
/proc/11530/task/11596/stat : 11596 (java) S 11527 11530 5017 0 -1 1077944384 361 12996 0 0 1 2 5 3 20 0 15 0 475055061 11107315712 200157 33554432000 4194304 4196468 140723643296256 140596830988720 140597409274498 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 20 0 0 6293624 6294260 7966720 140723643304688 140723643307205 140723643307205 140723643310031 0
Current children cumulated CPU time: 79.86 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 800628 KiB

[startup+73.2007 s]
/proc/loadavg: 1.68 1.65 1.56 3/228 11603
/proc/meminfo: memFree=5906324/32770624 swapFree=66959532/67108860
[pid=11530] ppid=11527 vsize=10846988 memory=800628 CPUtime=80.26 cores=0,2,4,6
/proc/11530/stat : 11530 (java) S 11527 11530 5017 0 -1 1077944320 80270 12996 0 0 7979 39 5 3 20 0 15 0 475055046 11107315712 200157 33554432000 4194304 4196468 140723643296256 140723643278800 140597409263351 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 7966720 140723643304688 140723643307205 140723643307205 140723643310031 0
/proc/11530/statm: 2711747 200157 3622 1 0 2673805 0
[pid=11530/tid=11583] ppid=11527 vsize=10846988 memory=6791534058613427641 CPUtime=72.65 cores=0,2,4,6
/proc/11530/task/11583/stat : 11583 (java) R 11527 11530 5017 0 -1 4202560 27716 12996 0 0 7240 17 5 3 20 0 15 0 475055055 11107315712 200157 33554432000 4194304 4196468 140723643296256 140597381098640 140596991931563 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 7966720 140723643304688 140723643307205 140723643307205 140723643310031 0
[pid=11530/tid=11584] ppid=11527 vsize=10846988 memory=1656 CPUtime=0.24 cores=0,2,4,6
/proc/11530/task/11584/stat : 11584 (java) S 11527 11530 5017 0 -1 1077944384 2355 12996 0 0 14 2 5 3 20 0 15 0 475055056 11107315712 200157 33554432000 4194304 4196468 140723643296256 140597413505936 140597409273557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7966720 140723643304688 140723643307205 140723643307205 140723643310031 0
[pid=11530/tid=11585] ppid=11527 vsize=10846988 memory=800628 CPUtime=0.23 cores=0,2,4,6
/proc/11530/task/11585/stat : 11585 (java) S 11527 11530 5017 0 -1 1077944384 2459 12996 0 0 13 2 5 3 20 0 15 0 475055056 11107315712 200157 33554432000 4194304 4196468 140723643296256 140597301779216 140597409273557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7966720 140723643304688 140723643307205 140723643307205 140723643310031 0
[pid=11530/tid=11586] ppid=11527 vsize=10846988 memory=288230377091498274 CPUtime=0.23 cores=0,2,4,6
/proc/11530/task/11586/stat : 11586 (java) S 11527 11530 5017 0 -1 1077944384 1336 12996 0 0 12 3 5 3 20 0 15 0 475055056 11107315712 200157 33554432000 4194304 4196468 140723643296256 140597300726928 140597409273557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7966720 140723643304688 140723643307205 140723643307205 140723643310031 0
[pid=11530/tid=11587] ppid=11527 vsize=10846988 memory=6791534058613427641 CPUtime=0.24 cores=0,2,4,6
/proc/11530/task/11587/stat : 11587 (java) S 11527 11530 5017 0 -1 1077944384 283 12996 0 0 13 3 5 3 20 0 15 0 475055056 11107315712 200157 33554432000 4194304 4196468 140723643296256 140597299674128 140597409273557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7966720 140723643304688 140723643307205 140723643307205 140723643310031 0
[pid=11530/tid=11588] ppid=11527 vsize=10846988 memory=6791534058613427641 CPUtime=0.23 cores=0,2,4,6
/proc/11530/task/11588/stat : 11588 (java) S 11527 11530 5017 0 -1 1077944384 4675 12996 0 0 14 1 5 3 20 0 15 0 475055058 11107315712 200157 33554432000 4194304 4196468 140723643296256 140596868757616 140597409274498 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 12 0 0 6293624 6294260 7966720 140723643304688 140723643307205 140723643307205 140723643310031 0
[pid=11530/tid=11589] ppid=11527 vsize=10846988 memory=780 CPUtime=0.08 cores=0,2,4,6
/proc/11530/task/11589/stat : 11589 (java) S 11527 11530 5017 0 -1 1077944384 37 12996 0 0 0 0 5 3 20 0 15 0 475055058 11107315712 200157 33554432000 4194304 4196468 140723643296256 140596867703648 140597409273557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7966720 140723643304688 140723643307205 140723643307205 140723643310031 0
[pid=11530/tid=11590] ppid=11527 vsize=10846988 memory=620 CPUtime=0.08 cores=0,2,4,6
/proc/11530/task/11590/stat : 11590 (java) S 11527 11530 5017 0 -1 1077944384 2 12996 0 0 0 0 5 3 20 0 15 0 475055058 11107315712 200157 33554432000 4194304 4196468 140723643296256 140596761060480 140597409273557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7966720 140723643304688 140723643307205 140723643307205 140723643310031 0
[pid=11530/tid=11591] ppid=11527 vsize=10846988 memory=1496 CPUtime=0.08 cores=0,2,4,6
/proc/11530/task/11591/stat : 11591 (java) S 11527 11530 5017 0 -1 1077944384 3 12996 0 0 0 0 5 3 20 0 15 0 475055061 11107315712 200157 33554432000 4194304 4196468 140723643296256 140595983898704 140597409281947 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7966720 140723643304688 140723643307205 140723643307205 140723643310031 0
[pid=11530/tid=11592] ppid=11527 vsize=10846988 memory=1016 CPUtime=2.7 cores=0,2,4,6
/proc/11530/task/11592/stat : 11592 (java) S 11527 11530 5017 0 -1 1077944384 13534 12996 0 0 260 2 5 3 20 0 15 0 475055061 11107315712 200157 33554432000 4194304 4196468 140723643296256 140596834146928 140597409274498 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 17 0 0 6293624 6294260 7966720 140723643304688 140723643307205 140723643307205 140723643310031 0
[pid=11530/tid=11593] ppid=11527 vsize=10846988 memory=6044 CPUtime=2.58 cores=0,2,4,6
/proc/11530/task/11593/stat : 11593 (java) S 11527 11530 5017 0 -1 1077944384 11325 12996 0 0 248 2 5 3 20 0 15 0 475055061 11107315712 200157 33554432000 4194304 4196468 140723643296256 140596833094128 140597409274498 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7966720 140723643304688 140723643307205 140723643307205 140723643310031 0
[pid=11530/tid=11594] ppid=11527 vsize=10846988 memory=14012 CPUtime=1.66 cores=0,2,4,6
/proc/11530/task/11594/stat : 11594 (java) S 11527 11530 5017 0 -1 1077944384 13971 12996 0 0 155 3 5 3 20 0 15 0 475055061 11107315712 200157 33554432000 4194304 4196468 140723643296256 140596832041840 140597409274498 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 13 0 0 6293624 6294260 7966720 140723643304688 140723643307205 140723643307205 140723643310031 0
[pid=11530/tid=11595] ppid=11527 vsize=10846988 memory=2116 CPUtime=0.08 cores=0,2,4,6
/proc/11530/task/11595/stat : 11595 (java) S 11527 11530 5017 0 -1 1077944384 3 12996 0 0 0 0 5 3 20 0 15 0 475055061 11107315712 200157 33554432000 4194304 4196468 140723643296256 140595950341088 140597409273557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7966720 140723643304688 140723643307205 140723643307205 140723643310031 0
[pid=11530/tid=11596] ppid=11527 vsize=10846988 memory=30284 CPUtime=0.11 cores=0,2,4,6
/proc/11530/task/11596/stat : 11596 (java) S 11527 11530 5017 0 -1 1077944384 361 12996 0 0 1 2 5 3 20 0 15 0 475055061 11107315712 200157 33554432000 4194304 4196468 140723643296256 140596830988720 140597409274498 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 20 0 0 6293624 6294260 7966720 140723643304688 140723643307205 140723643307205 140723643310031 0
Current children cumulated CPU time: 80.26 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 800628 KiB

[startup+73.3007 s]
/proc/loadavg: 1.68 1.65 1.56 3/228 11603
/proc/meminfo: memFree=5906324/32770624 swapFree=66959532/67108860
[pid=11530] ppid=11527 vsize=10846988 memory=800628 CPUtime=80.36 cores=0,2,4,6
/proc/11530/stat : 11530 (java) S 11527 11530 5017 0 -1 1077944320 80270 12996 0 0 7989 39 5 3 20 0 15 0 475055046 11107315712 200157 33554432000 4194304 4196468 140723643296256 140723643278800 140597409263351 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 7966720 140723643304688 140723643307205 140723643307205 140723643310031 0
/proc/11530/statm: 2711747 200157 3622 1 0 2673805 0
[pid=11530/tid=11583] ppid=11527 vsize=10846988 memory=800628 CPUtime=72.75 cores=0,2,4,6
/proc/11530/task/11583/stat : 11583 (java) R 11527 11530 5017 0 -1 4202560 27716 12996 0 0 7250 17 5 3 20 0 15 0 475055055 11107315712 200157 33554432000 4194304 4196468 140723643296256 140597381098528 140596991078347 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 7966720 140723643304688 140723643307205 140723643307205 140723643310031 0
[pid=11530/tid=11584] ppid=11527 vsize=10846988 memory=800628 CPUtime=0.24 cores=0,2,4,6
/proc/11530/task/11584/stat : 11584 (java) S 11527 11530 5017 0 -1 1077944384 2355 12996 0 0 14 2 5 3 20 0 15 0 475055056 11107315712 200157 33554432000 4194304 4196468 140723643296256 140597413505936 140597409273557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7966720 140723643304688 140723643307205 140723643307205 140723643310031 0
[pid=11530/tid=11585] ppid=11527 vsize=10846988 memory=800628 CPUtime=0.23 cores=0,2,4,6
/proc/11530/task/11585/stat : 11585 (java) S 11527 11530 5017 0 -1 1077944384 2459 12996 0 0 13 2 5 3 20 0 15 0 475055056 11107315712 200157 33554432000 4194304 4196468 140723643296256 140597301779216 140597409273557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7966720 140723643304688 140723643307205 140723643307205 140723643310031 0
[pid=11530/tid=11586] ppid=11527 vsize=10846988 memory=800628 CPUtime=0.23 cores=0,2,4,6
/proc/11530/task/11586/stat : 11586 (java) S 11527 11530 5017 0 -1 1077944384 1336 12996 0 0 12 3 5 3 20 0 15 0 475055056 11107315712 200157 33554432000 4194304 4196468 140723643296256 140597300726928 140597409273557 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 7966720 140723643304688 140723643307205 140723643307205 140723643310031 0
[pid=11530/tid=11587] ppid=11527 vsize=10846988 memory=1384 CPUtime=0.24 cores=0,2,4,6
/proc/11530/task/11587/stat : 11587 (java) S 11527 11530 5017 0 -1 1077944384 283 12996 0 0 13 3 5 3 20 0 15 0 475055056 11107315712 200157 33554432000 4194304 4196468 140723643296256 140597299674128 140597409273557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7966720 140723643304688 140723643307205 140723643307205 140723643310031 0
[pid=11530/tid=11588] ppid=11527 vsize=10846988 memory=4028 CPUtime=0.23 cores=0,2,4,6
/proc/11530/task/11588/stat : 11588 (java) S 11527 11530 5017 0 -1 1077944384 4675 12996 0 0 14 1 5 3 20 0 15 0 475055058 11107315712 200157 33554432000 4194304 4196468 140723643296256 140596868757616 140597409274498 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 12 0 0 6293624 6294260 7966720 140723643304688 140723643307205 140723643307205 140723643310031 0
[pid=11530/tid=11589] ppid=11527 vsize=10846988 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/11530/task/11589/stat : 11589 (java) S 11527 11530 5017 0 -1 1077944384 37 12996 0 0 0 0 5 3 20 0 15 0 475055058 11107315712 200157 33554432000 4194304 4196468 140723643296256 140596867703648 140597409273557 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7966720 140723643304688 140723643307205 140723643307205 140723643310031 0
[pid=11530/tid=11590] ppid=11527 vsize=10846988 memory=7306916055891837008 CPUtime=0.08 cores=0,2,4,6
/proc/11530/task/11590/stat : 11590 (java) S 11527 11530 5017 0 -1 1077944384 2 12996 0 0 0 0 5 3 20 0 15 0 475055058 11107315712 200157 33554432000 4194304 4196468 140723643296256 140596761060480 140597409273557 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 7966720 140723643304688 140723643307205 140723643307205 140723643310031 0
[pid=11530/tid=11591] ppid=11527 vsize=10846988 memory=288230574492221466 CPUtime=0.08 cores=0,2,4,6
/proc/11530/task/11591/stat : 11591 (java) S 11527 11530 5017 0 -1 1077944384 3 12996 0 0 0 0 5 3 20 0 15 0 475055061 11107315712 200157 33554432000 4194304 4196468 140723643296256 140595983898704 140597409281947 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7966720 140723643304688 140723643307205 140723643307205 140723643310031 0
[pid=11530/tid=11592] ppid=11527 vsize=10846988 memory=288230596050944315 CPUtime=2.7 cores=0,2,4,6
/proc/11530/task/11592/stat : 11592 (java) S 11527 11530 5017 0 -1 1077944384 13534 12996 0 0 260 2 5 3 20 0 15 0 475055061 11107315712 200157 33554432000 4194304 4196468 140723643296256 140596834146928 140597409274498 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 17 0 0 6293624 6294260 7966720 140723643304688 140723643307205 140723643307205 140723643310031 0
[pid=11530/tid=11593] ppid=11527 vsize=10846988 memory=800628 CPUtime=2.58 cores=0,2,4,6
/proc/11530/task/11593/stat : 11593 (java) S 11527 11530 5017 0 -1 1077944384 11325 12996 0 0 248 2 5 3 20 0 15 0 475055061 11107315712 200157 33554432000 4194304 4196468 140723643296256 140596833094128 140597409274498 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 7966720 140723643304688 140723643307205 140723643307205 140723643310031 0
[pid=11530/tid=11594] ppid=11527 vsize=10846988 memory=800628 CPUtime=1.66 cores=0,2,4,6
/proc/11530/task/11594/stat : 11594 (java) S 11527 11530 5017 0 -1 1077944384 13971 12996 0 0 155 3 5 3 20 0 15 0 475055061 11107315712 200157 33554432000 4194304 4196468 140723643296256 140596832041840 140597409274498 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 13 0 0 6293624 6294260 7966720 140723643304688 140723643307205 140723643307205 140723643310031 0
[pid=11530/tid=11595] ppid=11527 vsize=10846988 memory=800628 CPUtime=0.08 cores=0,2,4,6
/proc/11530/task/11595/stat : 11595 (java) S 11527 11530 5017 0 -1 1077944384 3 12996 0 0 0 0 5 3 20 0 15 0 475055061 11107315712 200157 33554432000 4194304 4196468 140723643296256 140595950341088 140597409273557 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 7966720 140723643304688 140723643307205 140723643307205 140723643310031 0
[pid=11530/tid=11596] ppid=11527 vsize=10846988 memory=-6876588628754522503 CPUtime=0.11 cores=0,2,4,6
/proc/11530/task/11596/stat : 11596 (java) S 11527 11530 5017 0 -1 1077944384 361 12996 0 0 1 2 5 3 20 0 15 0 475055061 11107315712 200157 33554432000 4194304 4196468 140723643296256 140596830988720 140597409274498 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 20 0 0 6293624 6294260 7966720 140723643304688 140723643307205 140723643307205 140723643310031 0
Current children cumulated CPU time: 80.36 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 800628 KiB

Child status: 0
Real time (s): 73.3308
CPU time (s): 80.4137
CPU user time (s): 79.968
CPU system time (s): 0.445753
CPU usage (%): 109.659
Max. virtual memory (cumulated for all children) (KiB): 10849632
Max. memory (cumulated for all children) (KiB): 802164

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 79.968
system time used= 0.445753
maximum resident set size= 803704
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 94429
page faults= 0
swaps= 0
block input operations= 0
block output operations= 256
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 11157
involuntary context switches= 245


# summary of solver processes directly reported to runsolver:
#   pid: 11530
#   total CPU time (s): 80.4137
#   total CPU user time (s): 79.968
#   total CPU system time (s): 0.445753

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.456445 second user time and 0.742724 second system time

The end

Launcher Data

Begin job on node127 at 2019-09-20 15:57:02
IDJOB=4402818
IDBENCH=141325
IDSOLVER=2861
FILE ID=node127/4402818-1568987862
RUNJOBID= node127-1568967596-5048
PBS_JOBID= 21704621
Free space on /tmp= 35784 MiB

SOLVER NAME= Concrete 3.12.3
BENCH NAME= XCSP18/PizzaVoucher/PizzaVoucher-12a_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4402818-1568987862/watcher-4402818-1568987862 -o /tmp/evaluation-result-4402818-1568987862/solver-4402818-1568987862 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node127-1568967596-5048 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=266236325 HOME/instance-4402818-1568987862.xml

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

MD5SUM BENCH= 56cb9e23f693fb34c9078bf93399e92e
RANDOM SEED=266236325

node127.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.55
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.55
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.55
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.55
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:         6673352 kB
MemAvailable:   29391268 kB
Buffers:          108308 kB
Cached:         22603760 kB
SwapCached:        44560 kB
Active:         14004648 kB
Inactive:       11171024 kB
Active(anon):    2414616 kB
Inactive(anon):    98124 kB
Active(file):   11590032 kB
Inactive(file): 11072900 kB
Unevictable:      107128 kB
Mlocked:          107128 kB
SwapTotal:      67108860 kB
SwapFree:       66959532 kB
Dirty:             35556 kB
Writeback:             0 kB
AnonPages:       2578724 kB
Mapped:            66448 kB
Shmem:             40780 kB
Slab:             512972 kB
SReclaimable:     483444 kB
SUnreclaim:        29528 kB
KernelStack:        4032 kB
PageTables:        11808 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3552888 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2398208 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      138624 kB
DirectMap2M:    33406976 kB

Free space on /tmp at the end= 35748 MiB
End job on node127 at 2019-09-20 15:58:15