Trace number 4302728

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Concrete 3.9.2-SuperNGOPT28 113.029 102.119

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 benchmark9.32603
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.97/0.75	c Concrete v3.9.2.1532736233296 running
7.85/3.91	o 39
8.18/4.09	o 38
8.52/4.18	o 36
14.73/7.31	o 35
15.15/7.46	o 33
15.97/8.01	o 32
15.97/8.01	o 28
112.88/102.10	v <instantiation cost="28">
112.88/102.10	v       <list>
112.88/102.10	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]
112.88/102.10	v       </list>
112.88/102.10	v       <values>
112.88/102.10	v         -2 -2 4 3 1 1 2 2 -3 -1 1 2 1 0 0 0 0 0 0 2 2 1 1 0 0 0 0 0 5 6 0 0 0 0 0 0 7 10
112.88/102.10	v       </values>
112.88/102.10	v     </instantiation>
112.88/102.10	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 (13378 MiB free)
  memory of node 1: 16384 MiB (10595 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4302728-1532897067/watcher-4302728-1532897067 -o /tmp/evaluation-result-4302728-1532897067/solver-4302728-1532897067 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node134-1532893331-28700 --watchdog 312 bin/xcsp-3-concrete -J-Xss64M -randomseed=460483374 -superng HOME/instance-4302728-1532897067.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 252 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 282 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 252 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=2066, runsolver pid=2063


[startup+0.100165 s]*
/proc/loadavg: 1.61 1.75 1.79 6/209 2121
/proc/meminfo: memFree=24547136/32770624 swapFree=67108744/67108860
[pid=2066] ppid=2063 vsize=10005480 memory=16380 CPUtime=0.08 cores=0,2,4,6
/proc/2066/stat : 2066 (java) S 2063 2066 19273 0 -1 1077944320 4247 13204 0 0 1 0 5 2 20 0 6 0 107269887 10245611520 4095 33554432000 4194304 4196468 140734182814224 140734182796768 139809415818999 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 29630464 140734182820457 140734182823265 140734182823265 140734182825935 0
/proc/2066/statm: 2501370 4095 1920 1 0 2489808 0
[pid=2066/tid=2121] ppid=2063 vsize=10005480 memory=-8171376296011865461 CPUtime=0.07 cores=0,2,4,6
/proc/2066/task/2121/stat : 2121 (java) R 2063 2066 19273 0 -1 4202560 2142 13204 0 0 0 0 5 2 20 0 6 0 107269897 10245611520 4161 33554432000 4194304 4196468 140734182814224 139809387655760 139809400028705 0 4 0 16784584 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 29630464 140734182820457 140734182823265 140734182823265 140734182825935 0
[pid=2066/tid=2122] ppid=2063 vsize=10005480 memory=5792869726567804975 CPUtime=0.07 cores=0,2,4,6
/proc/2066/task/2122/stat : 2122 (java) S 2063 2066 19273 0 -1 1077944384 1 13204 0 0 0 0 5 2 20 0 6 0 107269897 10245611520 4161 33554432000 4194304 4196468 140734182814224 139809420061584 139809415829205 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29630464 140734182820457 140734182823265 140734182823265 140734182825935 0
[pid=2066/tid=2123] ppid=2063 vsize=10005480 memory=140176402323072 CPUtime=0.07 cores=0,2,4,6
/proc/2066/task/2123/stat : 2123 (java) S 2063 2066 19273 0 -1 1077944384 1 13204 0 0 0 0 5 2 20 0 6 0 107269897 10245611520 4161 33554432000 4194304 4196468 140734182814224 139809307466512 139809415829205 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29630464 140734182820457 140734182823265 140734182823265 140734182825935 0
[pid=2066/tid=2124] ppid=2063 vsize=10005480 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/2066/task/2124/stat : 2124 (java) S 2063 2066 19273 0 -1 1077944384 2 13204 0 0 0 0 5 2 20 0 6 0 107269897 10245611520 4161 33554432000 4194304 4196468 140734182814224 139808954199184 139809415829205 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29630464 140734182820457 140734182823265 140734182823265 140734182825935 0
[pid=2066/tid=2125] ppid=2063 vsize=10005480 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/2066/task/2125/stat : 2125 (java) S 2063 2066 19273 0 -1 1077944384 2 13204 0 0 0 0 5 2 20 0 6 0 107269897 10245611520 4161 33554432000 4194304 4196468 140734182814224 139808953146384 139809415829205 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29630464 140734182820457 140734182823265 140734182823265 140734182825935 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 10005480 KiB
Current children cumulated memory: 16380 KiB

[startup+0.21044 s]*
/proc/loadavg: 1.61 1.75 1.79 6/222 2134
/proc/meminfo: memFree=24520600/32770624 swapFree=67108744/67108860
[pid=2066] ppid=2063 vsize=10982744 memory=42060 CPUtime=0.25 cores=0,2,4,6
/proc/2066/stat : 2066 (java) S 2063 2066 19273 0 -1 1077944320 7248 13204 0 0 16 2 5 2 20 0 15 0 107269887 11246329856 10515 33554432000 4194304 4196468 140734182814224 140734182796768 139809415818999 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 29630464 140734182820457 140734182823265 140734182823265 140734182825935 0
/proc/2066/statm: 2745686 10515 2946 1 0 2708109 0
[pid=2066/tid=2121] ppid=2063 vsize=10982744 memory=8389772277269004345 CPUtime=0.18 cores=0,2,4,6
/proc/2066/task/2121/stat : 2121 (java) R 2063 2066 19273 0 -1 4202560 4289 13204 0 0 10 1 5 2 20 0 15 0 107269897 11246329856 11043 33554432000 4194304 4196468 140734182814224 139809387615040 139809408056126 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 29630464 140734182820457 140734182823265 140734182823265 140734182825935 0
[pid=2066/tid=2122] ppid=2063 vsize=10982744 memory=4294967660 CPUtime=0.07 cores=0,2,4,6
/proc/2066/task/2122/stat : 2122 (java) S 2063 2066 19273 0 -1 1077944384 1 13204 0 0 0 0 5 2 20 0 15 0 107269897 11246329856 11043 33554432000 4194304 4196468 140734182814224 139809420061584 139809415829205 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29630464 140734182820457 140734182823265 140734182823265 140734182825935 0
[pid=2066/tid=2123] ppid=2063 vsize=10982744 memory=3833045648751367840 CPUtime=0.07 cores=0,2,4,6
/proc/2066/task/2123/stat : 2123 (java) S 2063 2066 19273 0 -1 1077944384 1 13204 0 0 0 0 5 2 20 0 15 0 107269897 11246329856 11043 33554432000 4194304 4196468 140734182814224 139809307466512 139809415829205 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29630464 140734182820457 140734182823265 140734182823265 140734182825935 0
[pid=2066/tid=2124] ppid=2063 vsize=10982744 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/2066/task/2124/stat : 2124 (java) S 2063 2066 19273 0 -1 1077944384 2 13204 0 0 0 0 5 2 20 0 15 0 107269897 11246329856 11043 33554432000 4194304 4196468 140734182814224 139808954199184 139809415829205 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29630464 140734182820457 140734182823265 140734182823265 140734182825935 0
[pid=2066/tid=2125] ppid=2063 vsize=10982744 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/2066/task/2125/stat : 2125 (java) S 2063 2066 19273 0 -1 1077944384 2 13204 0 0 0 0 5 2 20 0 15 0 107269897 11246329856 11043 33554432000 4194304 4196468 140734182814224 139808953146384 139809415829205 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29630464 140734182820457 140734182823265 140734182823265 140734182825935 0
[pid=2066/tid=2126] ppid=2063 vsize=10982744 memory=140176402323072 CPUtime=0.07 cores=0,2,4,6
/proc/2066/task/2126/stat : 2126 (java) S 2063 2066 19273 0 -1 1077944384 2 13204 0 0 0 0 5 2 20 0 15 0 107269899 11246329856 11043 33554432000 4194304 4196468 140734182814224 139808908892272 139809415830146 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29630464 140734182820457 140734182823265 140734182823265 140734182825935 0
[pid=2066/tid=2127] ppid=2063 vsize=10982744 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/2066/task/2127/stat : 2127 (java) S 2063 2066 19273 0 -1 1077944384 13 13204 0 0 0 0 5 2 20 0 15 0 107269899 11246329856 11043 33554432000 4194304 4196468 140734182814224 139808231908128 139809415829205 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29630464 140734182820457 140734182823265 140734182823265 140734182825935 0
[pid=2066/tid=2128] ppid=2063 vsize=10982744 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/2066/task/2128/stat : 2128 (java) S 2063 2066 19273 0 -1 1077944384 1 13204 0 0 0 0 5 2 20 0 15 0 107269899 11246329856 11043 33554432000 4194304 4196468 140734182814224 139808030581872 139809415829205 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29630464 140734182820457 140734182823265 140734182823265 140734182825935 0
[pid=2066/tid=2129] ppid=2063 vsize=10982744 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/2066/task/2129/stat : 2129 (java) S 2063 2066 19273 0 -1 1077944384 3 13204 0 0 0 0 5 2 20 0 15 0 107269902 11246329856 11043 33554432000 4194304 4196468 140734182814224 139807723182160 139809415837595 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29630464 140734182820457 140734182823265 140734182823265 140734182825935 0
[pid=2066/tid=2130] ppid=2063 vsize=10982744 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/2066/task/2130/stat : 2130 (java) S 2063 2066 19273 0 -1 1077944384 360 13204 0 0 1 0 5 2 20 0 15 0 107269902 11246329856 11043 33554432000 4194304 4196468 140734182814224 139808907840112 139809415830146 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29630464 140734182820457 140734182823265 140734182823265 140734182825935 0
[pid=2066/tid=2131] ppid=2063 vsize=10982744 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/2066/task/2131/stat : 2131 (java) S 2063 2066 19273 0 -1 1077944384 264 13204 0 0 0 0 5 2 20 0 15 0 107269902 11246329856 11109 33554432000 4194304 4196468 140734182814224 139808906787312 139809415830146 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29630464 140734182820457 140734182823265 140734182823265 140734182825935 0
[pid=2066/tid=2132] ppid=2063 vsize=10982744 memory=140176402323072 CPUtime=0.1 cores=0,2,4,6
/proc/2066/task/2132/stat : 2132 (java) S 2063 2066 19273 0 -1 1077944384 616 13204 0 0 3 0 5 2 20 0 15 0 107269902 11246329856 11109 33554432000 4194304 4196468 140734182814224 139808905735024 139809415830146 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29630464 140734182820457 140734182823265 140734182823265 140734182825935 0
[pid=2066/tid=2133] ppid=2063 vsize=10982744 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/2066/task/2133/stat : 2133 (java) S 2063 2066 19273 0 -1 1077944384 3 13204 0 0 0 0 5 2 20 0 15 0 107269902 11246329856 11109 33554432000 4194304 4196468 140734182814224 139807292386272 139809415829205 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29630464 140734182820457 140734182823265 140734182823265 140734182825935 0
[pid=2066/tid=2134] ppid=2063 vsize=10982744 memory=140176402323072 CPUtime=0.07 cores=0,2,4,6
/proc/2066/task/2134/stat : 2134 (java) S 2063 2066 19273 0 -1 1077944384 1 13204 0 0 0 0 5 2 20 0 15 0 107269903 11246329856 11109 33554432000 4194304 4196468 140734182814224 139808904681904 139809415830146 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29630464 140734182820457 140734182823265 140734182823265 140734182825935 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10982744 KiB
Current children cumulated memory: 42060 KiB

[startup+0.310634 s]*
/proc/loadavg: 1.61 1.75 1.79 6/222 2134
/proc/meminfo: memFree=24508444/32770624 swapFree=67108744/67108860
[pid=2066] ppid=2063 vsize=10983192 memory=55212 CPUtime=0.37 cores=0,2,4,6
/proc/2066/stat : 2066 (java) S 2063 2066 19273 0 -1 1077944320 10414 13204 0 0 28 2 5 2 20 0 15 0 107269887 11246788608 13803 33554432000 4194304 4196468 140734182814224 140734182796768 139809415818999 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 29630464 140734182820457 140734182823265 140734182823265 140734182825935 0
/proc/2066/statm: 2745798 13803 3065 1 0 2708109 0
[pid=2066/tid=2121] ppid=2063 vsize=10983192 memory=6935054825532540783 CPUtime=0.28 cores=0,2,4,6
/proc/2066/task/2121/stat : 2121 (java) R 2063 2066 19273 0 -1 4202560 6947 13204 0 0 19 2 5 2 20 0 15 0 107269897 11246788608 13845 33554432000 4194304 4196468 140734182814224 139809387631008 139809397382574 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 29630464 140734182820457 140734182823265 140734182823265 140734182825935 0
[pid=2066/tid=2122] ppid=2063 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/2066/task/2122/stat : 2122 (java) S 2063 2066 19273 0 -1 1077944384 1 13204 0 0 0 0 5 2 20 0 15 0 107269897 11246788608 13845 33554432000 4194304 4196468 140734182814224 139809420061584 139809415829205 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29630464 140734182820457 140734182823265 140734182823265 140734182825935 0
[pid=2066/tid=2123] ppid=2063 vsize=10983192 memory=140176402323072 CPUtime=0.07 cores=0,2,4,6
/proc/2066/task/2123/stat : 2123 (java) S 2063 2066 19273 0 -1 1077944384 1 13204 0 0 0 0 5 2 20 0 15 0 107269897 11246788608 13845 33554432000 4194304 4196468 140734182814224 139809307466512 139809415829205 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29630464 140734182820457 140734182823265 140734182823265 140734182825935 0
[pid=2066/tid=2124] ppid=2063 vsize=10983192 memory=2208 CPUtime=0.07 cores=0,2,4,6
/proc/2066/task/2124/stat : 2124 (java) S 2063 2066 19273 0 -1 1077944384 2 13204 0 0 0 0 5 2 20 0 15 0 107269897 11246788608 13845 33554432000 4194304 4196468 140734182814224 139808954199184 139809415829205 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29630464 140734182820457 140734182823265 140734182823265 140734182825935 0
[pid=2066/tid=2125] ppid=2063 vsize=10983192 memory=2240 CPUtime=0.07 cores=0,2,4,6
/proc/2066/task/2125/stat : 2125 (java) S 2063 2066 19273 0 -1 1077944384 2 13204 0 0 0 0 5 2 20 0 15 0 107269897 11246788608 13845 33554432000 4194304 4196468 140734182814224 139808953146384 139809415829205 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29630464 140734182820457 140734182823265 140734182823265 140734182825935 0
[pid=2066/tid=2126] ppid=2063 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/2066/task/2126/stat : 2126 (java) S 2063 2066 19273 0 -1 1077944384 2 13204 0 0 0 0 5 2 20 0 15 0 107269899 11246788608 13845 33554432000 4194304 4196468 140734182814224 139808908892272 139809415830146 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29630464 140734182820457 140734182823265 140734182823265 140734182825935 0
[pid=2066/tid=2127] ppid=2063 vsize=10983192 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/2066/task/2127/stat : 2127 (java) S 2063 2066 19273 0 -1 1077944384 13 13204 0 0 0 0 5 2 20 0 15 0 107269899 11246788608 13845 33554432000 4194304 4196468 140734182814224 139808231908128 139809415829205 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29630464 140734182820457 140734182823265 140734182823265 140734182825935 0
[pid=2066/tid=2128] ppid=2063 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/2066/task/2128/stat : 2128 (java) S 2063 2066 19273 0 -1 1077944384 1 13204 0 0 0 0 5 2 20 0 15 0 107269899 11246788608 13845 33554432000 4194304 4196468 140734182814224 139808030581872 139809415829205 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29630464 140734182820457 140734182823265 140734182823265 140734182825935 0
[pid=2066/tid=2129] ppid=2063 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/2066/task/2129/stat : 2129 (java) S 2063 2066 19273 0 -1 1077944384 3 13204 0 0 0 0 5 2 20 0 15 0 107269902 11246788608 13845 33554432000 4194304 4196468 140734182814224 139807723182160 139809415837595 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29630464 140734182820457 140734182823265 140734182823265 140734182825935 0
[pid=2066/tid=2130] ppid=2063 vsize=10983192 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/2066/task/2130/stat : 2130 (java) S 2063 2066 19273 0 -1 1077944384 361 13204 0 0 2 0 5 2 20 0 15 0 107269902 11246788608 13845 33554432000 4194304 4196468 140734182814224 139808907840112 139809415830146 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29630464 140734182820457 140734182823265 140734182823265 140734182825935 0
[pid=2066/tid=2131] ppid=2063 vsize=10983192 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/2066/task/2131/stat : 2131 (java) S 2063 2066 19273 0 -1 1077944384 264 13204 0 0 1 0 5 2 20 0 15 0 107269902 11246788608 13845 33554432000 4194304 4196468 140734182814224 139808906787312 139809415830146 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29630464 140734182820457 140734182823265 140734182823265 140734182825935 0
[pid=2066/tid=2132] ppid=2063 vsize=10983192 memory=140176402323072 CPUtime=0.12 cores=0,2,4,6
/proc/2066/task/2132/stat : 2132 (java) S 2063 2066 19273 0 -1 1077944384 635 13204 0 0 5 0 5 2 20 0 15 0 107269902 11246788608 13845 33554432000 4194304 4196468 140734182814224 139808905735024 139809415830146 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29630464 140734182820457 140734182823265 140734182823265 140734182825935 0
[pid=2066/tid=2133] ppid=2063 vsize=10983192 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/2066/task/2133/stat : 2133 (java) S 2063 2066 19273 0 -1 1077944384 3 13204 0 0 0 0 5 2 20 0 15 0 107269902 11246788608 13845 33554432000 4194304 4196468 140734182814224 139807292386272 139809415829205 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29630464 140734182820457 140734182823265 140734182823265 140734182825935 0
[pid=2066/tid=2134] ppid=2063 vsize=10983192 memory=140176402323072 CPUtime=0.07 cores=0,2,4,6
/proc/2066/task/2134/stat : 2134 (java) S 2063 2066 19273 0 -1 1077944384 1 13204 0 0 0 0 5 2 20 0 15 0 107269903 11246788608 13845 33554432000 4194304 4196468 140734182814224 139808904681904 139809415830146 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29630464 140734182820457 140734182823265 140734182823265 140734182825935 0
Current children cumulated CPU time: 0.37 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 55212 KiB

[startup+0.700798 s]
/proc/loadavg: 1.61 1.75 1.79 6/222 2134
/proc/meminfo: memFree=24497204/32770624 swapFree=67108744/67108860
[pid=2066] ppid=2063 vsize=10983192 memory=88656 CPUtime=0.97 cores=0,2,4,6
/proc/2066/stat : 2066 (java) S 2063 2066 19273 0 -1 1077944320 16728 13204 0 0 86 4 5 2 20 0 15 0 107269887 11246788608 22164 33554432000 4194304 4196468 140734182814224 140734182796768 139809415818999 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 29630464 140734182820457 140734182823265 140734182823265 140734182825935 0
/proc/2066/statm: 2745798 22164 3241 1 0 2708109 0
[pid=2066/tid=2121] ppid=2063 vsize=10983192 memory=30708 CPUtime=0.65 cores=0,2,4,6
/proc/2066/task/2121/stat : 2121 (java) R 2063 2066 19273 0 -1 4202560 12151 13204 0 0 55 3 5 2 20 0 15 0 107269897 11246788608 22164 33554432000 4194304 4196468 140734182814224 139809387646880 139809415832886 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 29630464 140734182820457 140734182823265 140734182823265 140734182825935 0
[pid=2066/tid=2122] ppid=2063 vsize=10983192 memory=4548 CPUtime=0.07 cores=0,2,4,6
/proc/2066/task/2122/stat : 2122 (java) S 2063 2066 19273 0 -1 1077944384 1 13204 0 0 0 0 5 2 20 0 15 0 107269897 11246788608 22164 33554432000 4194304 4196468 140734182814224 139809420061584 139809415829205 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29630464 140734182820457 140734182823265 140734182823265 140734182825935 0
[pid=2066/tid=2123] ppid=2063 vsize=10983192 memory=288230621787193645 CPUtime=0.07 cores=0,2,4,6
/proc/2066/task/2123/stat : 2123 (java) S 2063 2066 19273 0 -1 1077944384 1 13204 0 0 0 0 5 2 20 0 15 0 107269897 11246788608 22164 33554432000 4194304 4196468 140734182814224 139809307466512 139809415829205 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29630464 140734182820457 140734182823265 140734182823265 140734182825935 0
[pid=2066/tid=2124] ppid=2063 vsize=10983192 memory=15821084087813536 CPUtime=0.07 cores=0,2,4,6
/proc/2066/task/2124/stat : 2124 (java) S 2063 2066 19273 0 -1 1077944384 2 13204 0 0 0 0 5 2 20 0 15 0 107269897 11246788608 22164 33554432000 4194304 4196468 140734182814224 139808954199184 139809415829205 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29630464 140734182820457 140734182823265 140734182823265 140734182825935 0
[pid=2066/tid=2125] ppid=2063 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/2066/task/2125/stat : 2125 (java) S 2063 2066 19273 0 -1 1077944384 2 13204 0 0 0 0 5 2 20 0 15 0 107269897 11246788608 22164 33554432000 4194304 4196468 140734182814224 139808953146384 139809415829205 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29630464 140734182820457 140734182823265 140734182823265 140734182825935 0
[pid=2066/tid=2126] ppid=2063 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/2066/task/2126/stat : 2126 (java) S 2063 2066 19273 0 -1 1077944384 5 13204 0 0 0 0 5 2 20 0 15 0 107269899 11246788608 22164 33554432000 4194304 4196468 140734182814224 139808908892272 139809415830146 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29630464 140734182820457 140734182823265 140734182823265 140734182825935 0
[pid=2066/tid=2127] ppid=2063 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/2066/task/2127/stat : 2127 (java) S 2063 2066 19273 0 -1 1077944384 13 13204 0 0 0 0 5 2 20 0 15 0 107269899 11246788608 22164 33554432000 4194304 4196468 140734182814224 139808231908128 139809415829205 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29630464 140734182820457 140734182823265 140734182823265 140734182825935 0
[pid=2066/tid=2128] ppid=2063 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/2066/task/2128/stat : 2128 (java) S 2063 2066 19273 0 -1 1077944384 1 13204 0 0 0 0 5 2 20 0 15 0 107269899 11246788608 22164 33554432000 4194304 4196468 140734182814224 139808030581872 139809415829205 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29630464 140734182820457 140734182823265 140734182823265 140734182825935 0
[pid=2066/tid=2129] ppid=2063 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/2066/task/2129/stat : 2129 (java) S 2063 2066 19273 0 -1 1077944384 3 13204 0 0 0 0 5 2 20 0 15 0 107269902 11246788608 22164 33554432000 4194304 4196468 140734182814224 139807723182160 139809415837595 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29630464 140734182820457 140734182823265 140734182823265 140734182825935 0
[pid=2066/tid=2130] ppid=2063 vsize=10983192 memory=0 CPUtime=0.14 cores=0,2,4,6
/proc/2066/task/2130/stat : 2130 (java) S 2063 2066 19273 0 -1 1077944384 761 13204 0 0 7 0 5 2 20 0 15 0 107269902 11246788608 22164 33554432000 4194304 4196468 140734182814224 139808907840112 139809415830146 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29630464 140734182820457 140734182823265 140734182823265 140734182825935 0
[pid=2066/tid=2131] ppid=2063 vsize=10983192 memory=0 CPUtime=0.16 cores=0,2,4,6
/proc/2066/task/2131/stat : 2131 (java) S 2063 2066 19273 0 -1 1077944384 861 13204 0 0 9 0 5 2 20 0 15 0 107269902 11246788608 22164 33554432000 4194304 4196468 140734182814224 139808906787312 139809415830146 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29630464 140734182820457 140734182823265 140734182823265 140734182825935 0
[pid=2066/tid=2132] ppid=2063 vsize=10983192 memory=0 CPUtime=0.2 cores=0,2,4,6
/proc/2066/task/2132/stat : 2132 (java) S 2063 2066 19273 0 -1 1077944384 727 13204 0 0 13 0 5 2 20 0 15 0 107269902 11246788608 22164 33554432000 4194304 4196468 140734182814224 139808905735024 139809415830146 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29630464 140734182820457 140734182823265 140734182823265 140734182825935 0
[pid=2066/tid=2133] ppid=2063 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/2066/task/2133/stat : 2133 (java) S 2063 2066 19273 0 -1 1077944384 3 13204 0 0 0 0 5 2 20 0 15 0 107269902 11246788608 22164 33554432000 4194304 4196468 140734182814224 139807292386272 139809415829205 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29630464 140734182820457 140734182823265 140734182823265 140734182825935 0
[pid=2066/tid=2134] ppid=2063 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/2066/task/2134/stat : 2134 (java) S 2063 2066 19273 0 -1 1077944384 1 13204 0 0 0 0 5 2 20 0 15 0 107269903 11246788608 22164 33554432000 4194304 4196468 140734182814224 139808904681904 139809415830146 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29630464 140734182820457 140734182823265 140734182823265 140734182825935 0
Current children cumulated CPU time: 0.97 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 88656 KiB

[startup+1.5007 s]
/proc/loadavg: 1.96 1.82 1.81 6/222 2134
/proc/meminfo: memFree=24453636/32770624 swapFree=67108744/67108860
[pid=2066] ppid=2063 vsize=10998092 memory=179608 CPUtime=2.26 cores=0,2,4,6
/proc/2066/stat : 2066 (java) S 2063 2066 19273 0 -1 1077944320 23836 13204 0 0 209 10 5 2 20 0 15 0 107269887 11262046208 44902 33554432000 4194304 4196468 140734182814224 140734182796768 139809415818999 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 29630464 140734182820457 140734182823265 140734182823265 140734182825935 0
/proc/2066/statm: 2749523 44902 3469 1 0 2711181 0
[pid=2066/tid=2121] ppid=2063 vsize=10998092 memory=102184 CPUtime=1.41 cores=0,2,4,6
/proc/2066/task/2121/stat : 2121 (java) R 2063 2066 19273 0 -1 4202560 17673 13204 0 0 128 6 5 2 20 0 15 0 107269897 11262046208 44902 33554432000 4194304 4196468 140734182814224 139809387649040 139809415840925 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 29630464 140734182820457 140734182823265 140734182823265 140734182825935 0
[pid=2066/tid=2122] ppid=2063 vsize=10998092 memory=6944656592455097440 CPUtime=0.08 cores=0,2,4,6
/proc/2066/task/2122/stat : 2122 (java) S 2063 2066 19273 0 -1 1077944384 203 13204 0 0 1 0 5 2 20 0 15 0 107269897 11262046208 44902 33554432000 4194304 4196468 140734182814224 139809420061584 139809415829205 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29630464 140734182820457 140734182823265 140734182823265 140734182825935 0
[pid=2066/tid=2123] ppid=2063 vsize=10998092 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/2066/task/2123/stat : 2123 (java) S 2063 2066 19273 0 -1 1077944384 15 13204 0 0 1 0 5 2 20 0 15 0 107269897 11262046208 44902 33554432000 4194304 4196468 140734182814224 139809307466512 139809415829205 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29630464 140734182820457 140734182823265 140734182823265 140734182825935 0
[pid=2066/tid=2124] ppid=2063 vsize=10998092 memory=6442213876440394334 CPUtime=0.08 cores=0,2,4,6
/proc/2066/task/2124/stat : 2124 (java) S 2063 2066 19273 0 -1 1077944384 58 13204 0 0 1 0 5 2 20 0 15 0 107269897 11262046208 44902 33554432000 4194304 4196468 140734182814224 139808954199184 139809415829205 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29630464 140734182820457 140734182823265 140734182823265 140734182825935 0
[pid=2066/tid=2125] ppid=2063 vsize=10998092 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/2066/task/2125/stat : 2125 (java) S 2063 2066 19273 0 -1 1077944384 36 13204 0 0 1 0 5 2 20 0 15 0 107269897 11262046208 44902 33554432000 4194304 4196468 140734182814224 139808953146384 139809415829205 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29630464 140734182820457 140734182823265 140734182823265 140734182825935 0
[pid=2066/tid=2126] ppid=2063 vsize=10998092 memory=-6221781267475802396 CPUtime=0.08 cores=0,2,4,6
/proc/2066/task/2126/stat : 2126 (java) S 2063 2066 19273 0 -1 1077944384 65 13204 0 0 1 0 5 2 20 0 15 0 107269899 11262046208 44902 33554432000 4194304 4196468 140734182814224 139808908892272 139809415830146 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29630464 140734182820457 140734182823265 140734182823265 140734182825935 0
[pid=2066/tid=2127] ppid=2063 vsize=10998092 memory=7810183384258799458 CPUtime=0.07 cores=0,2,4,6
/proc/2066/task/2127/stat : 2127 (java) S 2063 2066 19273 0 -1 1077944384 14 13204 0 0 0 0 5 2 20 0 15 0 107269899 11262046208 44902 33554432000 4194304 4196468 140734182814224 139808231908192 139809415829205 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29630464 140734182820457 140734182823265 140734182823265 140734182825935 0
[pid=2066/tid=2128] ppid=2063 vsize=10998092 memory=7308895142485716329 CPUtime=0.07 cores=0,2,4,6
/proc/2066/task/2128/stat : 2128 (java) S 2063 2066 19273 0 -1 1077944384 1 13204 0 0 0 0 5 2 20 0 15 0 107269899 11262046208 44902 33554432000 4194304 4196468 140734182814224 139808030581872 139809415829205 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29630464 140734182820457 140734182823265 140734182823265 140734182825935 0
[pid=2066/tid=2129] ppid=2063 vsize=10998092 memory=36 CPUtime=0.07 cores=0,2,4,6
/proc/2066/task/2129/stat : 2129 (java) S 2063 2066 19273 0 -1 1077944384 3 13204 0 0 0 0 5 2 20 0 15 0 107269902 11262046208 44902 33554432000 4194304 4196468 140734182814224 139807723182160 139809415837595 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29630464 140734182820457 140734182823265 140734182823265 140734182825935 0
[pid=2066/tid=2130] ppid=2063 vsize=10998092 memory=109 CPUtime=0.28 cores=0,2,4,6
/proc/2066/task/2130/stat : 2130 (java) S 2063 2066 19273 0 -1 1077944384 1237 13204 0 0 21 0 5 2 20 0 15 0 107269902 11262046208 44902 33554432000 4194304 4196468 140734182814224 139808907840112 139809415830146 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29630464 140734182820457 140734182823265 140734182823265 140734182825935 0
[pid=2066/tid=2131] ppid=2063 vsize=10998092 memory=312 CPUtime=0.27 cores=0,2,4,6
/proc/2066/task/2131/stat : 2131 (java) R 2063 2066 19273 0 -1 1077944384 1019 13204 0 0 19 1 5 2 20 0 15 0 107269902 11262046208 44902 33554432000 4194304 4196468 140734182814224 139808906787312 139809415830146 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 29630464 140734182820457 140734182823265 140734182823265 140734182825935 0
[pid=2066/tid=2132] ppid=2063 vsize=10998092 memory=94 CPUtime=0.39 cores=0,2,4,6
/proc/2066/task/2132/stat : 2132 (java) S 2063 2066 19273 0 -1 1077944384 1312 13204 0 0 32 0 5 2 20 0 15 0 107269902 11262046208 44902 33554432000 4194304 4196468 140734182814224 139808905735024 139809415830146 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29630464 140734182820457 140734182823265 140734182823265 140734182825935 0
[pid=2066/tid=2133] ppid=2063 vsize=10998092 memory=4025 CPUtime=0.07 cores=0,2,4,6
/proc/2066/task/2133/stat : 2133 (java) S 2063 2066 19273 0 -1 1077944384 3 13204 0 0 0 0 5 2 20 0 15 0 107269902 11262046208 44902 33554432000 4194304 4196468 140734182814224 139807292386272 139809415829205 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29630464 140734182820457 140734182823265 140734182823265 140734182825935 0
[pid=2066/tid=2134] ppid=2063 vsize=10998092 memory=510 CPUtime=0.07 cores=0,2,4,6
/proc/2066/task/2134/stat : 2134 (java) S 2063 2066 19273 0 -1 1077944384 1 13204 0 0 0 0 5 2 20 0 15 0 107269903 11262046208 44902 33554432000 4194304 4196468 140734182814224 139808904681904 139809415830146 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29630464 140734182820457 140734182823265 140734182823265 140734182825935 0
Current children cumulated CPU time: 2.26 s
Current children cumulated vsize: 10998092 KiB

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


[startup+99.4008 s]
/proc/loadavg: 1.94 1.82 1.81 3/222 2136
/proc/meminfo: memFree=22727592/32770624 swapFree=67108744/67108860
[pid=2066] ppid=2063 vsize=11080032 memory=924212 CPUtime=110.23 cores=0,2,4,6
/proc/2066/stat : 2066 (java) S 2063 2066 19273 0 -1 1077944320 128709 13204 0 0 10966 50 5 2 20 0 15 0 107269887 11345952768 231053 33554432000 4194304 4196468 140734182814224 140734182796768 139809415818999 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 29630464 140734182820457 140734182823265 140734182823265 140734182825935 0
/proc/2066/statm: 2770008 231053 3518 1 0 2731661 0
[pid=2066/tid=2121] ppid=2063 vsize=11080032 memory=8112282956445269571 CPUtime=98.84 cores=0,2,4,6
/proc/2066/task/2121/stat : 2121 (java) R 2063 2066 19273 0 -1 4202560 56575 13204 0 0 9854 23 5 2 20 0 15 0 107269897 11345952768 231053 33554432000 4194304 4196468 140734182814224 139809387653696 139808997658016 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 29630464 140734182820457 140734182823265 140734182823265 140734182825935 0
[pid=2066/tid=2122] ppid=2063 vsize=11080032 memory=14694114734114895 CPUtime=0.28 cores=0,2,4,6
/proc/2066/task/2122/stat : 2122 (java) S 2063 2066 19273 0 -1 1077944384 2795 13204 0 0 18 3 5 2 20 0 15 0 107269897 11345952768 231053 33554432000 4194304 4196468 140734182814224 139809420061584 139809415829205 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29630464 140734182820457 140734182823265 140734182823265 140734182825935 0
[pid=2066/tid=2123] ppid=2063 vsize=11080032 memory=1292 CPUtime=0.27 cores=0,2,4,6
/proc/2066/task/2123/stat : 2123 (java) S 2063 2066 19273 0 -1 1077944384 2562 13204 0 0 18 2 5 2 20 0 15 0 107269897 11345952768 231053 33554432000 4194304 4196468 140734182814224 139809307466512 139809415829205 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29630464 140734182820457 140734182823265 140734182823265 140734182825935 0
[pid=2066/tid=2124] ppid=2063 vsize=11080032 memory=1844 CPUtime=0.28 cores=0,2,4,6
/proc/2066/task/2124/stat : 2124 (java) S 2063 2066 19273 0 -1 1077944384 2489 13204 0 0 18 3 5 2 20 0 15 0 107269897 11345952768 231053 33554432000 4194304 4196468 140734182814224 139808954199184 139809415829205 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29630464 140734182820457 140734182823265 140734182823265 140734182825935 0
[pid=2066/tid=2125] ppid=2063 vsize=11080032 memory=1008 CPUtime=0.29 cores=0,2,4,6
/proc/2066/task/2125/stat : 2125 (java) S 2063 2066 19273 0 -1 1077944384 1002 13204 0 0 19 3 5 2 20 0 15 0 107269897 11345952768 231053 33554432000 4194304 4196468 140734182814224 139808953146384 139809415829205 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29630464 140734182820457 140734182823265 140734182823265 140734182825935 0
[pid=2066/tid=2126] ppid=2063 vsize=11080032 memory=8112282956445269571 CPUtime=0.26 cores=0,2,4,6
/proc/2066/task/2126/stat : 2126 (java) S 2063 2066 19273 0 -1 1077944384 2926 13204 0 0 17 2 5 2 20 0 15 0 107269899 11345952768 231053 33554432000 4194304 4196468 140734182814224 139808908892272 139809415830146 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29630464 140734182820457 140734182823265 140734182823265 140734182825935 0
[pid=2066/tid=2127] ppid=2063 vsize=11080032 memory=924212 CPUtime=0.07 cores=0,2,4,6
/proc/2066/task/2127/stat : 2127 (java) S 2063 2066 19273 0 -1 1077944384 15 13204 0 0 0 0 5 2 20 0 15 0 107269899 11345952768 231053 33554432000 4194304 4196468 140734182814224 139808231908256 139809415829205 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29630464 140734182820457 140734182823265 140734182823265 140734182825935 0
[pid=2066/tid=2128] ppid=2063 vsize=11080032 memory=4096 CPUtime=0.07 cores=0,2,4,6
/proc/2066/task/2128/stat : 2128 (java) S 2063 2066 19273 0 -1 1077944384 7 13204 0 0 0 0 5 2 20 0 15 0 107269899 11345952768 231053 33554432000 4194304 4196468 140734182814224 139808030581888 139809415829205 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29630464 140734182820457 140734182823265 140734182823265 140734182825935 0
[pid=2066/tid=2129] ppid=2063 vsize=11080032 memory=30708 CPUtime=0.07 cores=0,2,4,6
/proc/2066/task/2129/stat : 2129 (java) S 2063 2066 19273 0 -1 1077944384 3 13204 0 0 0 0 5 2 20 0 15 0 107269902 11345952768 231053 33554432000 4194304 4196468 140734182814224 139807723182160 139809415837595 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29630464 140734182820457 140734182823265 140734182823265 140734182825935 0
[pid=2066/tid=2130] ppid=2063 vsize=11080032 memory=2396 CPUtime=3.97 cores=0,2,4,6
/proc/2066/task/2130/stat : 2130 (java) S 2063 2066 19273 0 -1 1077944384 17803 13204 0 0 387 3 5 2 20 0 15 0 107269902 11345952768 231053 33554432000 4194304 4196468 140734182814224 139808907840112 139809415830146 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29630464 140734182820457 140734182823265 140734182823265 140734182825935 0
[pid=2066/tid=2131] ppid=2063 vsize=11080032 memory=4096 CPUtime=4.32 cores=0,2,4,6
/proc/2066/task/2131/stat : 2131 (java) S 2063 2066 19273 0 -1 1077944384 24032 13204 0 0 421 4 5 2 20 0 15 0 107269902 11345952768 231053 33554432000 4194304 4196468 140734182814224 139808906787312 139809415830146 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29630464 140734182820457 140734182823265 140734182823265 140734182825935 0
[pid=2066/tid=2132] ppid=2063 vsize=11080032 memory=30708 CPUtime=2.11 cores=0,2,4,6
/proc/2066/task/2132/stat : 2132 (java) S 2063 2066 19273 0 -1 1077944384 15401 13204 0 0 201 3 5 2 20 0 15 0 107269902 11345952768 231053 33554432000 4194304 4196468 140734182814224 139808905735024 139809415830146 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29630464 140734182820457 140734182823265 140734182823265 140734182825935 0
[pid=2066/tid=2133] ppid=2063 vsize=11080032 memory=2396 CPUtime=0.07 cores=0,2,4,6
/proc/2066/task/2133/stat : 2133 (java) S 2063 2066 19273 0 -1 1077944384 3 13204 0 0 0 0 5 2 20 0 15 0 107269902 11345952768 231053 33554432000 4194304 4196468 140734182814224 139807292386272 139809415829205 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29630464 140734182820457 140734182823265 140734182823265 140734182825935 0
[pid=2066/tid=2134] ppid=2063 vsize=11080032 memory=1292 CPUtime=0.12 cores=0,2,4,6
/proc/2066/task/2134/stat : 2134 (java) S 2063 2066 19273 0 -1 1077944384 900 13204 0 0 3 2 5 2 20 0 15 0 107269903 11345952768 231053 33554432000 4194304 4196468 140734182814224 139808904681904 139809415830146 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29630464 140734182820457 140734182823265 140734182823265 140734182825935 0
Current children cumulated CPU time: 110.23 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 924212 KiB

[startup+101.001 s]
/proc/loadavg: 1.94 1.82 1.81 3/222 2136
/proc/meminfo: memFree=22727096/32770624 swapFree=67108744/67108860
[pid=2066] ppid=2063 vsize=11080032 memory=924212 CPUtime=111.86 cores=0,2,4,6
/proc/2066/stat : 2066 (java) S 2063 2066 19273 0 -1 1077944320 129745 13204 0 0 11129 50 5 2 20 0 15 0 107269887 11345952768 231053 33554432000 4194304 4196468 140734182814224 140734182796768 139809415818999 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 29630464 140734182820457 140734182823265 140734182823265 140734182825935 0
/proc/2066/statm: 2770008 231053 3518 1 0 2731661 0
[pid=2066/tid=2121] ppid=2063 vsize=11080032 memory=924212 CPUtime=100.43 cores=0,2,4,6
/proc/2066/task/2121/stat : 2121 (java) R 2063 2066 19273 0 -1 4202560 56592 13204 0 0 10013 23 5 2 20 0 15 0 107269897 11345952768 231053 33554432000 4194304 4196468 140734182814224 139809387653472 139808994415200 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 29630464 140734182820457 140734182823265 140734182823265 140734182825935 0
[pid=2066/tid=2122] ppid=2063 vsize=11080032 memory=8112282956445269571 CPUtime=0.28 cores=0,2,4,6
/proc/2066/task/2122/stat : 2122 (java) S 2063 2066 19273 0 -1 1077944384 2796 13204 0 0 18 3 5 2 20 0 15 0 107269897 11345952768 231053 33554432000 4194304 4196468 140734182814224 139809420061584 139809415829205 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29630464 140734182820457 140734182823265 140734182823265 140734182825935 0
[pid=2066/tid=2123] ppid=2063 vsize=11080032 memory=30708 CPUtime=0.29 cores=0,2,4,6
/proc/2066/task/2123/stat : 2123 (java) S 2063 2066 19273 0 -1 1077944384 2563 13204 0 0 19 3 5 2 20 0 15 0 107269897 11345952768 231053 33554432000 4194304 4196468 140734182814224 139809307466512 139809415829205 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29630464 140734182820457 140734182823265 140734182823265 140734182825935 0
[pid=2066/tid=2124] ppid=2063 vsize=11080032 memory=2396 CPUtime=0.28 cores=0,2,4,6
/proc/2066/task/2124/stat : 2124 (java) S 2063 2066 19273 0 -1 1077944384 2489 13204 0 0 18 3 5 2 20 0 15 0 107269897 11345952768 231053 33554432000 4194304 4196468 140734182814224 139808954199184 139809415829205 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29630464 140734182820457 140734182823265 140734182823265 140734182825935 0
[pid=2066/tid=2125] ppid=2063 vsize=11080032 memory=1292 CPUtime=0.29 cores=0,2,4,6
/proc/2066/task/2125/stat : 2125 (java) S 2063 2066 19273 0 -1 1077944384 1002 13204 0 0 19 3 5 2 20 0 15 0 107269897 11345952768 231053 33554432000 4194304 4196468 140734182814224 139808953146384 139809415829205 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29630464 140734182820457 140734182823265 140734182823265 140734182825935 0
[pid=2066/tid=2126] ppid=2063 vsize=11080032 memory=8112282956445269571 CPUtime=0.27 cores=0,2,4,6
/proc/2066/task/2126/stat : 2126 (java) S 2063 2066 19273 0 -1 1077944384 2926 13204 0 0 18 2 5 2 20 0 15 0 107269899 11345952768 231053 33554432000 4194304 4196468 140734182814224 139808908892272 139809415830146 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29630464 140734182820457 140734182823265 140734182823265 140734182825935 0
[pid=2066/tid=2127] ppid=2063 vsize=11080032 memory=1408 CPUtime=0.07 cores=0,2,4,6
/proc/2066/task/2127/stat : 2127 (java) S 2063 2066 19273 0 -1 1077944384 15 13204 0 0 0 0 5 2 20 0 15 0 107269899 11345952768 231053 33554432000 4194304 4196468 140734182814224 139808231908256 139809415829205 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29630464 140734182820457 140734182823265 140734182823265 140734182825935 0
[pid=2066/tid=2128] ppid=2063 vsize=11080032 memory=2968 CPUtime=0.07 cores=0,2,4,6
/proc/2066/task/2128/stat : 2128 (java) S 2063 2066 19273 0 -1 1077944384 7 13204 0 0 0 0 5 2 20 0 15 0 107269899 11345952768 231053 33554432000 4194304 4196468 140734182814224 139808030581888 139809415829205 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29630464 140734182820457 140734182823265 140734182823265 140734182825935 0
[pid=2066/tid=2129] ppid=2063 vsize=11080032 memory=924212 CPUtime=0.07 cores=0,2,4,6
/proc/2066/task/2129/stat : 2129 (java) S 2063 2066 19273 0 -1 1077944384 3 13204 0 0 0 0 5 2 20 0 15 0 107269902 11345952768 231053 33554432000 4194304 4196468 140734182814224 139807723182160 139809415837595 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29630464 140734182820457 140734182823265 140734182823265 140734182825935 0
[pid=2066/tid=2130] ppid=2063 vsize=11080032 memory=2240 CPUtime=3.97 cores=0,2,4,6
/proc/2066/task/2130/stat : 2130 (java) S 2063 2066 19273 0 -1 1077944384 18031 13204 0 0 387 3 5 2 20 0 15 0 107269902 11345952768 231053 33554432000 4194304 4196468 140734182814224 139808907840112 139809415830146 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29630464 140734182820457 140734182823265 140734182823265 140734182825935 0
[pid=2066/tid=2131] ppid=2063 vsize=11080032 memory=924212 CPUtime=4.33 cores=0,2,4,6
/proc/2066/task/2131/stat : 2131 (java) S 2063 2066 19273 0 -1 1077944384 24492 13204 0 0 422 4 5 2 20 0 15 0 107269902 11345952768 231053 33554432000 4194304 4196468 140734182814224 139808906787312 139809415830146 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29630464 140734182820457 140734182823265 140734182823265 140734182825935 0
[pid=2066/tid=2132] ppid=2063 vsize=11080032 memory=18280 CPUtime=2.12 cores=0,2,4,6
/proc/2066/task/2132/stat : 2132 (java) S 2063 2066 19273 0 -1 1077944384 15730 13204 0 0 202 3 5 2 20 0 15 0 107269902 11345952768 231053 33554432000 4194304 4196468 140734182814224 139808905735024 139809415830146 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29630464 140734182820457 140734182823265 140734182823265 140734182825935 0
[pid=2066/tid=2133] ppid=2063 vsize=11080032 memory=1236 CPUtime=0.07 cores=0,2,4,6
/proc/2066/task/2133/stat : 2133 (java) S 2063 2066 19273 0 -1 1077944384 3 13204 0 0 0 0 5 2 20 0 15 0 107269902 11345952768 231053 33554432000 4194304 4196468 140734182814224 139807292386272 139809415829205 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29630464 140734182820457 140734182823265 140734182823265 140734182825935 0
[pid=2066/tid=2134] ppid=2063 vsize=11080032 memory=17480 CPUtime=0.12 cores=0,2,4,6
/proc/2066/task/2134/stat : 2134 (java) S 2063 2066 19273 0 -1 1077944384 900 13204 0 0 3 2 5 2 20 0 15 0 107269903 11345952768 231053 33554432000 4194304 4196468 140734182814224 139808904681904 139809415830146 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29630464 140734182820457 140734182823265 140734182823265 140734182825935 0
Current children cumulated CPU time: 111.86 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 924212 KiB

[startup+101.801 s]
/proc/loadavg: 1.86 1.80 1.81 3/222 2136
/proc/meminfo: memFree=22727096/32770624 swapFree=67108744/67108860
[pid=2066] ppid=2063 vsize=11080032 memory=924212 CPUtime=112.68 cores=0,2,4,6
/proc/2066/stat : 2066 (java) S 2063 2066 19273 0 -1 1077944320 129765 13204 0 0 11211 50 5 2 20 0 15 0 107269887 11345952768 231053 33554432000 4194304 4196468 140734182814224 140734182796768 139809415818999 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 29630464 140734182820457 140734182823265 140734182823265 140734182825935 0
/proc/2066/statm: 2770008 231053 3518 1 0 2731661 0
[pid=2066/tid=2121] ppid=2063 vsize=11080032 memory=1800 CPUtime=101.22 cores=0,2,4,6
/proc/2066/task/2121/stat : 2121 (java) R 2063 2066 19273 0 -1 4202560 56597 13204 0 0 10092 23 5 2 20 0 15 0 107269897 11345952768 231053 33554432000 4194304 4196468 140734182814224 139809387653648 139809000120352 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 29630464 140734182820457 140734182823265 140734182823265 140734182825935 0
[pid=2066/tid=2122] ppid=2063 vsize=11080032 memory=956 CPUtime=0.29 cores=0,2,4,6
/proc/2066/task/2122/stat : 2122 (java) S 2063 2066 19273 0 -1 1077944384 2796 13204 0 0 19 3 5 2 20 0 15 0 107269897 11345952768 231053 33554432000 4194304 4196468 140734182814224 139809420061584 139809415829205 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29630464 140734182820457 140734182823265 140734182823265 140734182825935 0
[pid=2066/tid=2123] ppid=2063 vsize=11080032 memory=2340 CPUtime=0.29 cores=0,2,4,6
/proc/2066/task/2123/stat : 2123 (java) S 2063 2066 19273 0 -1 1077944384 2563 13204 0 0 19 3 5 2 20 0 15 0 107269897 11345952768 231053 33554432000 4194304 4196468 140734182814224 139809307466512 139809415829205 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29630464 140734182820457 140734182823265 140734182823265 140734182825935 0
[pid=2066/tid=2124] ppid=2063 vsize=11080032 memory=928 CPUtime=0.29 cores=0,2,4,6
/proc/2066/task/2124/stat : 2124 (java) S 2063 2066 19273 0 -1 1077944384 2489 13204 0 0 19 3 5 2 20 0 15 0 107269897 11345952768 231053 33554432000 4194304 4196468 140734182814224 139808954199184 139809415829205 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29630464 140734182820457 140734182823265 140734182823265 140734182825935 0
[pid=2066/tid=2125] ppid=2063 vsize=11080032 memory=30708 CPUtime=0.29 cores=0,2,4,6
/proc/2066/task/2125/stat : 2125 (java) S 2063 2066 19273 0 -1 1077944384 1002 13204 0 0 19 3 5 2 20 0 15 0 107269897 11345952768 231053 33554432000 4194304 4196468 140734182814224 139808953146384 139809415829205 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29630464 140734182820457 140734182823265 140734182823265 140734182825935 0
[pid=2066/tid=2126] ppid=2063 vsize=11080032 memory=2396 CPUtime=0.27 cores=0,2,4,6
/proc/2066/task/2126/stat : 2126 (java) S 2063 2066 19273 0 -1 1077944384 2926 13204 0 0 18 2 5 2 20 0 15 0 107269899 11345952768 231053 33554432000 4194304 4196468 140734182814224 139808908892272 139809415830146 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29630464 140734182820457 140734182823265 140734182823265 140734182825935 0
[pid=2066/tid=2127] ppid=2063 vsize=11080032 memory=1292 CPUtime=0.07 cores=0,2,4,6
/proc/2066/task/2127/stat : 2127 (java) S 2063 2066 19273 0 -1 1077944384 15 13204 0 0 0 0 5 2 20 0 15 0 107269899 11345952768 231053 33554432000 4194304 4196468 140734182814224 139808231908256 139809415829205 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29630464 140734182820457 140734182823265 140734182823265 140734182825935 0
[pid=2066/tid=2128] ppid=2063 vsize=11080032 memory=1844 CPUtime=0.07 cores=0,2,4,6
/proc/2066/task/2128/stat : 2128 (java) S 2063 2066 19273 0 -1 1077944384 7 13204 0 0 0 0 5 2 20 0 15 0 107269899 11345952768 231053 33554432000 4194304 4196468 140734182814224 139808030581888 139809415829205 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29630464 140734182820457 140734182823265 140734182823265 140734182825935 0
[pid=2066/tid=2129] ppid=2063 vsize=11080032 memory=1008 CPUtime=0.07 cores=0,2,4,6
/proc/2066/task/2129/stat : 2129 (java) S 2063 2066 19273 0 -1 1077944384 3 13204 0 0 0 0 5 2 20 0 15 0 107269902 11345952768 231053 33554432000 4194304 4196468 140734182814224 139807723182160 139809415837595 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29630464 140734182820457 140734182823265 140734182823265 140734182825935 0
[pid=2066/tid=2130] ppid=2063 vsize=11080032 memory=5404 CPUtime=3.98 cores=0,2,4,6
/proc/2066/task/2130/stat : 2130 (java) S 2063 2066 19273 0 -1 1077944384 18044 13204 0 0 388 3 5 2 20 0 15 0 107269902 11345952768 231053 33554432000 4194304 4196468 140734182814224 139808907840112 139809415830146 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29630464 140734182820457 140734182823265 140734182823265 140734182825935 0
[pid=2066/tid=2131] ppid=2063 vsize=11080032 memory=796 CPUtime=4.33 cores=0,2,4,6
/proc/2066/task/2131/stat : 2131 (java) S 2063 2066 19273 0 -1 1077944384 24492 13204 0 0 422 4 5 2 20 0 15 0 107269902 11345952768 231053 33554432000 4194304 4196468 140734182814224 139808906787312 139809415830146 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29630464 140734182820457 140734182823265 140734182823265 140734182825935 0
[pid=2066/tid=2132] ppid=2063 vsize=11080032 memory=4616 CPUtime=2.12 cores=0,2,4,6
/proc/2066/task/2132/stat : 2132 (java) S 2063 2066 19273 0 -1 1077944384 15732 13204 0 0 202 3 5 2 20 0 15 0 107269902 11345952768 231053 33554432000 4194304 4196468 140734182814224 139808905735024 139809415830146 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29630464 140734182820457 140734182823265 140734182823265 140734182825935 0
[pid=2066/tid=2133] ppid=2063 vsize=11080032 memory=1424 CPUtime=0.07 cores=0,2,4,6
/proc/2066/task/2133/stat : 2133 (java) S 2063 2066 19273 0 -1 1077944384 3 13204 0 0 0 0 5 2 20 0 15 0 107269902 11345952768 231053 33554432000 4194304 4196468 140734182814224 139807292386272 139809415829205 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29630464 140734182820457 140734182823265 140734182823265 140734182825935 0
[pid=2066/tid=2134] ppid=2063 vsize=11080032 memory=11116 CPUtime=0.12 cores=0,2,4,6
/proc/2066/task/2134/stat : 2134 (java) S 2063 2066 19273 0 -1 1077944384 900 13204 0 0 3 2 5 2 20 0 15 0 107269903 11345952768 231053 33554432000 4194304 4196468 140734182814224 139808904681904 139809415830146 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29630464 140734182820457 140734182823265 140734182823265 140734182825935 0
Current children cumulated CPU time: 112.68 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 924212 KiB

[startup+102.001 s]
/proc/loadavg: 1.86 1.80 1.81 3/222 2136
/proc/meminfo: memFree=22727096/32770624 swapFree=67108744/67108860
[pid=2066] ppid=2063 vsize=11080032 memory=924212 CPUtime=112.88 cores=0,2,4,6
/proc/2066/stat : 2066 (java) S 2063 2066 19273 0 -1 1077944320 129766 13204 0 0 11231 50 5 2 20 0 15 0 107269887 11345952768 231053 33554432000 4194304 4196468 140734182814224 140734182796768 139809415818999 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 29630464 140734182820457 140734182823265 140734182823265 140734182825935 0
/proc/2066/statm: 2770008 231053 3518 1 0 2731661 0
[pid=2066/tid=2121] ppid=2063 vsize=11080032 memory=1228 CPUtime=101.42 cores=0,2,4,6
/proc/2066/task/2121/stat : 2121 (java) R 2063 2066 19273 0 -1 4202560 56598 13204 0 0 10112 23 5 2 20 0 15 0 107269897 11345952768 231053 33554432000 4194304 4196468 140734182814224 139809387653648 139808993354294 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 29630464 140734182820457 140734182823265 140734182823265 140734182825935 0
[pid=2066/tid=2122] ppid=2063 vsize=11080032 memory=1712 CPUtime=0.29 cores=0,2,4,6
/proc/2066/task/2122/stat : 2122 (java) S 2063 2066 19273 0 -1 1077944384 2796 13204 0 0 19 3 5 2 20 0 15 0 107269897 11345952768 231053 33554432000 4194304 4196468 140734182814224 139809420061584 139809415829205 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29630464 140734182820457 140734182823265 140734182823265 140734182825935 0
[pid=2066/tid=2123] ppid=2063 vsize=11080032 memory=1952 CPUtime=0.29 cores=0,2,4,6
/proc/2066/task/2123/stat : 2123 (java) S 2063 2066 19273 0 -1 1077944384 2563 13204 0 0 19 3 5 2 20 0 15 0 107269897 11345952768 231053 33554432000 4194304 4196468 140734182814224 139809307466512 139809415829205 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29630464 140734182820457 140734182823265 140734182823265 140734182825935 0
[pid=2066/tid=2124] ppid=2063 vsize=11080032 memory=10592 CPUtime=0.29 cores=0,2,4,6
/proc/2066/task/2124/stat : 2124 (java) S 2063 2066 19273 0 -1 1077944384 2489 13204 0 0 19 3 5 2 20 0 15 0 107269897 11345952768 231053 33554432000 4194304 4196468 140734182814224 139808954199184 139809415829205 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29630464 140734182820457 140734182823265 140734182823265 140734182825935 0
[pid=2066/tid=2125] ppid=2063 vsize=11080032 memory=924212 CPUtime=0.29 cores=0,2,4,6
/proc/2066/task/2125/stat : 2125 (java) S 2063 2066 19273 0 -1 1077944384 1002 13204 0 0 19 3 5 2 20 0 15 0 107269897 11345952768 231053 33554432000 4194304 4196468 140734182814224 139808953146384 139809415829205 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29630464 140734182820457 140734182823265 140734182823265 140734182825935 0
[pid=2066/tid=2126] ppid=2063 vsize=11080032 memory=8112282956445269571 CPUtime=0.27 cores=0,2,4,6
/proc/2066/task/2126/stat : 2126 (java) S 2063 2066 19273 0 -1 1077944384 2926 13204 0 0 18 2 5 2 20 0 15 0 107269899 11345952768 231053 33554432000 4194304 4196468 140734182814224 139808908892272 139809415830146 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29630464 140734182820457 140734182823265 140734182823265 140734182825935 0
[pid=2066/tid=2127] ppid=2063 vsize=11080032 memory=7379822446992188248 CPUtime=0.07 cores=0,2,4,6
/proc/2066/task/2127/stat : 2127 (java) S 2063 2066 19273 0 -1 1077944384 15 13204 0 0 0 0 5 2 20 0 15 0 107269899 11345952768 231053 33554432000 4194304 4196468 140734182814224 139808231908256 139809415829205 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29630464 140734182820457 140734182823265 140734182823265 140734182825935 0
[pid=2066/tid=2128] ppid=2063 vsize=11080032 memory=7379822446992188248 CPUtime=0.07 cores=0,2,4,6
/proc/2066/task/2128/stat : 2128 (java) S 2063 2066 19273 0 -1 1077944384 7 13204 0 0 0 0 5 2 20 0 15 0 107269899 11345952768 231053 33554432000 4194304 4196468 140734182814224 139808030581888 139809415829205 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 29630464 140734182820457 140734182823265 140734182823265 140734182825935 0
[pid=2066/tid=2129] ppid=2063 vsize=11080032 memory=7379822446992188248 CPUtime=0.07 cores=0,2,4,6
/proc/2066/task/2129/stat : 2129 (java) S 2063 2066 19273 0 -1 1077944384 3 13204 0 0 0 0 5 2 20 0 15 0 107269902 11345952768 231053 33554432000 4194304 4196468 140734182814224 139807723182160 139809415837595 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29630464 140734182820457 140734182823265 140734182823265 140734182825935 0
[pid=2066/tid=2130] ppid=2063 vsize=11080032 memory=6369895706771221603 CPUtime=3.98 cores=0,2,4,6
/proc/2066/task/2130/stat : 2130 (java) S 2063 2066 19273 0 -1 1077944384 18044 13204 0 0 388 3 5 2 20 0 15 0 107269902 11345952768 231053 33554432000 4194304 4196468 140734182814224 139808907840112 139809415830146 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 29630464 140734182820457 140734182823265 140734182823265 140734182825935 0
[pid=2066/tid=2131] ppid=2063 vsize=11080032 memory=7379822446992188248 CPUtime=4.33 cores=0,2,4,6
/proc/2066/task/2131/stat : 2131 (java) S 2063 2066 19273 0 -1 1077944384 24492 13204 0 0 422 4 5 2 20 0 15 0 107269902 11345952768 231053 33554432000 4194304 4196468 140734182814224 139808906787312 139809415830146 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29630464 140734182820457 140734182823265 140734182823265 140734182825935 0
[pid=2066/tid=2132] ppid=2063 vsize=11080032 memory=7810183375685511778 CPUtime=2.12 cores=0,2,4,6
/proc/2066/task/2132/stat : 2132 (java) S 2063 2066 19273 0 -1 1077944384 15732 13204 0 0 202 3 5 2 20 0 15 0 107269902 11345952768 231053 33554432000 4194304 4196468 140734182814224 139808905735024 139809415830146 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29630464 140734182820457 140734182823265 140734182823265 140734182825935 0
[pid=2066/tid=2133] ppid=2063 vsize=11080032 memory=7092152744528209258 CPUtime=0.07 cores=0,2,4,6
/proc/2066/task/2133/stat : 2133 (java) S 2063 2066 19273 0 -1 1077944384 3 13204 0 0 0 0 5 2 20 0 15 0 107269902 11345952768 231053 33554432000 4194304 4196468 140734182814224 139807292386272 139809415829205 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 29630464 140734182820457 140734182823265 140734182823265 140734182825935 0
[pid=2066/tid=2134] ppid=2063 vsize=11080032 memory=7092152744528209258 CPUtime=0.12 cores=0,2,4,6
/proc/2066/task/2134/stat : 2134 (java) S 2063 2066 19273 0 -1 1077944384 900 13204 0 0 3 2 5 2 20 0 15 0 107269903 11345952768 231053 33554432000 4194304 4196468 140734182814224 139808904681904 139809415830146 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 29630464 140734182820457 140734182823265 140734182823265 140734182825935 0
Current children cumulated CPU time: 112.88 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 924212 KiB

[startup+102.101 s]*
/proc/loadavg: 1.86 1.80 1.81 3/209 2137
/proc/meminfo: memFree=22727128/32770624 swapFree=67108744/67108860
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 0
Real time (s): 102.119
CPU time (s): 113.029
CPU user time (s): 112.475
CPU system time (s): 0.55354
CPU usage (%): 110.683
Max. virtual memory (cumulated for all children) (KiB): 11082856
Max. memory (cumulated for all children) (KiB): 941132

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 112.475
system time used= 0.55354
maximum resident set size= 942676
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 144242
page faults= 0
swaps= 0
block input operations= 0
block output operations= 304
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 14709
involuntary context switches= 324


# summary of solver processes directly reported to runsolver:
#   pid: 2066
#   total CPU time (s): 113.029
#   total CPU user time (s): 112.475
#   total CPU system time (s): 0.55354

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.653812 second user time and 1.01513 second system time

The end

Launcher Data

Begin job on node134 at 2018-07-29 22:44:27
IDJOB=4302728
IDBENCH=141320
IDSOLVER=2777
FILE ID=node134/4302728-1532897067
RUNJOBID= node134-1532893331-28700
PBS_JOBID= 21022511
Free space on /tmp= 60892 MiB

SOLVER NAME= Concrete 3.9.2-SuperNG
BENCH NAME= XCSP18/PizzaVoucher/PizzaVoucher-10b_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss64M -randomseed=RANDOMSEED -superng BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4302728-1532897067/watcher-4302728-1532897067 -o /tmp/evaluation-result-4302728-1532897067/solver-4302728-1532897067 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node134-1532893331-28700 --watchdog 312  bin/xcsp-3-concrete -J-Xss64M -randomseed=460483374 -superng HOME/instance-4302728-1532897067.xml

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

MD5SUM BENCH= 2b2c64c71c05a1ba529c691595973c48
RANDOM SEED=460483374

node134.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.68
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.68
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.68
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.68
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:        24550840 kB
MemAvailable:   28244516 kB
Buffers:          209912 kB
Cached:          3754100 kB
SwapCached:            0 kB
Active:          5467720 kB
Inactive:        2269080 kB
Active(anon):    3722352 kB
Inactive(anon):    78480 kB
Active(file):    1745368 kB
Inactive(file):  2190600 kB
Unevictable:        7364 kB
Mlocked:            7364 kB
SwapTotal:      67108860 kB
SwapFree:       67108744 kB
Dirty:             26600 kB
Writeback:             0 kB
AnonPages:       3778044 kB
Mapped:            57848 kB
Shmem:             25132 kB
Slab:             176000 kB
SReclaimable:     147088 kB
SUnreclaim:        28912 kB
KernelStack:        3680 kB
PageTables:        12684 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4574872 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3536896 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /tmp at the end= 60864 MiB
End job on node134 at 2018-07-29 22:46:09