Trace number 4391974

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.10OPT22 32.4668 21.7389

General information on the benchmark

NameStillLife/StillLife-m1-s1/
StillLife-03-14.xml
MD5SUMbb3a1ca81e7aea213eb86a812d55e65a
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark22
Best CPU time to get the best result obtained on this benchmark4.78559
Satisfiable
(Un)Satisfiability was proved
Number of variables84
Number of constraints110
Number of domains2
Minimum domain size2
Maximum domain size9
Distribution of domain sizes[{"size":2,"count":42},{"size":9,"count":42}]
Minimum variable degree2
Maximum variable degree10
Distribution of variable degrees[{"degree":2,"count":42},{"degree":7,"count":4},{"degree":8,"count":26},{"degree":10,"count":12}]
Minimum constraint arity2
Maximum constraint arity9
Distribution of constraint arities[{"arity":2,"count":42},{"arity":3,"count":26},{"arity":4,"count":4},{"arity":6,"count":26},{"arity":9,"count":12}]
Number of extensional constraints68
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":68},{"type":"sum","count":42}]
Optimization problemYES
Type of objectivemax SUM

Quality of the solution as a function of time


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

Solver Data

0.65/0.60	c Concrete v3.10.1560635388952 running
7.12/3.40	o 17
7.49/3.41	o 19
7.49/3.44	o 20
9.10/3.92	o 22
32.41/21.72	v <instantiation
32.41/21.72	v         cost = '22'>
32.41/21.72	v       <list>
32.41/21.72	v         x[0][0] x[0][1] x[0][2] x[0][3] x[0][4] x[0][5] x[0][6] x[0][7] x[0][8] x[0][9] x[0][10] x[0][11] x[0][12] x[0][13] x[1][0] x[1][1] x[1][2] x[1][3] x[1][4] x[1][5] x[1][6] x[1][7] x[1][8] x[1][9] x[1][10] x[1][11] x[1][12] x[1][13] x[2][0] x[2][1] x[2][2] x[2][3] x[2][4] x[2][5] x[2][6] x[2][7] x[2][8] x[2][9] x[2][10] x[2][11] x[2][12] x[2][13] s[0][0] s[0][1] s[0][2] s[0][3] s[0][4] s[0][5] s[0][6] s[0][7] s[0][8] s[0][9] s[0][10] s[0][11] s[0][12] s[0][13] s[1][0] s[1][1] s[1][2] s[1][3] s[1][4] s[1][5] s[1][6] s[1][7] s[1][8] s[1][9] s[1][10] s[1][11] s[1][12] s[1][13] s[2][0] s[2][1] s[2][2] s[2][3] s[2][4] s[2][5] s[2][6] s[2][7] s[2][8] s[2][9] s[2][10] s[2][11] s[2][12] s[2][13]
32.41/21.72	v       </list>
32.41/21.72	v       <values>
32.41/21.72	v         1 1 0 0 0 0 0 0 1 1 0 1 1 0 1 0 1 0 1 1 0 1 0 1 0 1 0 1 0 1 1 0 1 1 0 1 1 0 0 0 1 1 2 3 2 2 2 2 2 2 3 2 4 2 3 2 3 6 3 4 3 3 4 3 6 3 4 3 6 3 2 3 2 4 3 3 4 2 3 2 2 2 3 2
32.41/21.72	v       </values>
32.41/21.72	v     </instantiation>
32.41/21.72	s OPTIMUM FOUND

Verifier Data

OK	22

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4391974-1568306000/watcher-4391974-1568306000 -o /tmp/evaluation-result-4391974-1568306000/solver-4391974-1568306000 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node127-1568305960-30577 --watchdog 2560 bin/xcsp-3-concrete -J-Xss32M -randomseed=1937324204 HOME/instance-4391974-1568306000.xml 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 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=30601, runsolver pid=30597

[startup+0.105835 s]*
/proc/loadavg: 1.00 1.13 1.53 4/222 30679
/proc/meminfo: memFree=28430828/32770624 swapFree=66998520/67108860
[pid=30601] ppid=30597 vsize=113256 memory=1616 CPUtime=0.01 cores=1,3,5,7
/proc/30601/stat : 30601 (bash) S 30597 30601 10805 0 -1 4202496 894 5690 1 0 0 0 0 1 20 0 1 0 406868944 115974144 404 33554432000 4194304 5098028 140726665901648 140726665895656 139682935131136 0 0 4100 65536 18446744071580971376 0 0 17 3 0 0 1 0 0 7196144 7232144 38522880 140726665905172 140726665905297 140726665905297 140726665908206 0
/proc/30601/statm: 28314 404 320 221 0 119 0
[pid=30658] ppid=30601 vsize=113256 memory=712 CPUtime=0 cores=1,3,5,7
/proc/30658/stat : 30658 (bash) S 30601 30601 10805 0 -1 4202560 157 0 0 0 0 0 0 0 20 0 1 0 406868950 115974144 178 33554432000 4194304 5098028 140726665901648 140726665894328 139682934956668 0 65536 4096 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 38522880 140726665905172 140726665905297 140726665905297 140726665908206 0
/proc/30658/statm: 28314 178 94 221 0 119 0
[pid=30660] ppid=30658 vsize=10260324 memory=19424 CPUtime=0.03 cores=1,3,5,7
/proc/30660/stat : 30660 (java) S 30658 30601 10805 0 -1 1077944320 4246 0 0 0 3 0 0 0 20 0 9 0 406868950 10506571776 4856 33554432000 4194304 4196468 140734791553936 140734791536480 139807122386679 0 0 0 16800971 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 34066432 140734791558284 140734791558298 140734791558298 140734791561167 0
/proc/30660/statm: 2565081 4856 2192 1 0 2527622 0
[pid=30660/tid=30664] ppid=30658 vsize=10260324 memory=576460756329984031 CPUtime=0.03 cores=1,3,5,7
/proc/30660/task/30664/stat : 30664 (java) R 30658 30601 10805 0 -1 4202560 2906 0 0 0 3 0 0 0 20 0 9 0 406868950 10506571776 4856 33554432000 4194304 4196468 140734791553936 139807126622072 139807106467166 0 4 0 16800971 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 34066432 140734791558284 140734791558298 140734791558298 140734791561167 0
[pid=30660/tid=30666] ppid=30658 vsize=10260324 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30660/task/30666/stat : 30666 (java) S 30658 30601 10805 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 406868951 10506571776 4856 33554432000 4194304 4196468 140734791553936 139806728653456 139807122396885 0 4 0 16800971 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34066432 140734791558284 140734791558298 140734791558298 140734791561167 0
[pid=30660/tid=30667] ppid=30658 vsize=10260324 memory=4048798974231213524 CPUtime=0 cores=1,3,5,7
/proc/30660/task/30667/stat : 30667 (java) S 30658 30601 10805 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 406868951 10506571776 4856 33554432000 4194304 4196468 140734791553936 139806727600656 139807122396885 0 4 0 16800971 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34066432 140734791558284 140734791558298 140734791558298 140734791561167 0
[pid=30660/tid=30668] ppid=30658 vsize=10260324 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30660/task/30668/stat : 30668 (java) S 30658 30601 10805 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 406868951 10506571776 4856 33554432000 4194304 4196468 140734791553936 139806726547856 139807122396885 0 4 0 16800971 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34066432 140734791558284 140734791558298 140734791558298 140734791561167 0
[pid=30660/tid=30669] ppid=30658 vsize=10260324 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30660/task/30669/stat : 30669 (java) S 30658 30601 10805 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 406868951 10506571776 4856 33554432000 4194304 4196468 140734791553936 139806725495056 139807122396885 0 4 0 16800971 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34066432 140734791558284 140734791558298 140734791558298 140734791561167 0
[pid=30660/tid=30674] ppid=30658 vsize=10260324 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30660/task/30674/stat : 30674 (java) S 30658 30601 10805 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 406868952 10506571776 4856 33554432000 4194304 4196468 140734791553936 139806224907120 139807122397826 0 0 0 16800971 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34066432 140734791558284 140734791558298 140734791558298 140734791561167 0
[pid=30660/tid=30676] ppid=30658 vsize=10260324 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/30660/task/30676/stat : 30676 (java) S 30658 30601 10805 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 9 0 406868953 10506571776 4856 33554432000 4194304 4196468 140734791553936 139806223853088 139807122396885 0 4 0 16800971 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34066432 140734791558284 140734791558298 140734791558298 140734791561167 0
[pid=30660/tid=30678] ppid=30658 vsize=10260324 memory=0 CPUtime=0 cores=1,3,5,7
/proc/30660/task/30678/stat : 30678 (java) S 30658 30601 10805 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 9 0 406868953 10506571776 4856 33554432000 4194304 4196468 140734791553936 139806222800240 139807122396885 0 4 0 16800971 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34066432 140734791558284 140734791558298 140734791558298 140734791561167 0
[pid=30662] ppid=30658 vsize=113488 memory=972 CPUtime=0 cores=1,3,5,7
/proc/30662/stat : 30662 (awk) S 30658 30601 10805 0 -1 4202496 424 0 0 0 0 0 0 0 20 0 1 0 406868950 116211712 243 33554432000 4194304 4609284 140723099604992 140723099604168 140125968264192 0 0 4096 1216 18446744071580971376 0 0 17 3 0 0 0 0 0 6708720 6711756 30674944 140723099612348 140723099612378 140723099612378 140723099615215 0
/proc/30662/statm: 28372 243 204 102 0 88 0
Current children cumulated CPU time: 0.04 s
Current children cumulated vsize: 10600324 KiB
Current children cumulated memory: 22724 KiB

[startup+0.210645 s]*
/proc/loadavg: 1.00 1.13 1.53 3/228 30737
/proc/meminfo: memFree=28415816/32770624 swapFree=66998520/67108860
[pid=30601] ppid=30597 vsize=10818520 memory=29984 CPUtime=0.17 cores=1,3,5,7
/proc/30601/stat : 30601 (java) S 30597 30601 10805 0 -1 1077944320 5846 13283 1 1 7 2 5 3 20 0 15 0 406868944 11078164480 7496 33554432000 4194304 4196468 140722044139504 140722044122048 140658039054071 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 1 0 0 6293624 6294260 14925824 140722044148469 140722044150981 140722044150981 140722044153807 0
/proc/30601/statm: 2704630 7496 2732 1 0 2667149 0
[pid=30601/tid=30710] ppid=30597 vsize=10818520 memory=720575944405811505 CPUtime=0.14 cores=1,3,5,7
/proc/30601/task/30710/stat : 30710 (java) R 30597 30601 10805 0 -1 4202560 2961 13283 0 1 5 1 5 3 20 0 15 0 406868958 11078164480 7496 33554432000 4194304 4196468 140722044139504 140658010880400 140658039075997 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 14925824 140722044148469 140722044150981 140722044150981 140722044153807 0
[pid=30601/tid=30712] ppid=30597 vsize=10818520 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/30601/task/30712/stat : 30712 (java) S 30597 30601 10805 0 -1 1077944384 2 13283 0 1 0 0 5 3 20 0 15 0 406868959 11078164480 7496 33554432000 4194304 4196468 140722044139504 140658043296784 140658039064277 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14925824 140722044148469 140722044150981 140722044150981 140722044153807 0
[pid=30601/tid=30713] ppid=30597 vsize=10818520 memory=139697616716611 CPUtime=0.08 cores=1,3,5,7
/proc/30601/task/30713/stat : 30713 (java) S 30597 30601 10805 0 -1 1077944384 1 13283 0 1 0 0 5 3 20 0 15 0 406868959 11078164480 7496 33554432000 4194304 4196468 140722044139504 140657966455952 140658039064277 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14925824 140722044148469 140722044150981 140722044150981 140722044153807 0
[pid=30601/tid=30714] ppid=30597 vsize=10818520 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/30601/task/30714/stat : 30714 (java) S 30597 30601 10805 0 -1 1077944384 1 13283 0 1 0 0 5 3 20 0 15 0 406868959 11078164480 7496 33554432000 4194304 4196468 140722044139504 140657965402896 140658039064277 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14925824 140722044148469 140722044150981 140722044150981 140722044153807 0
[pid=30601/tid=30715] ppid=30597 vsize=10818520 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/30601/task/30715/stat : 30715 (java) S 30597 30601 10805 0 -1 1077944384 1 13283 0 1 0 0 5 3 20 0 15 0 406868959 11078164480 7496 33554432000 4194304 4196468 140722044139504 140657610693520 140658039064277 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14925824 140722044148469 140722044150981 140722044150981 140722044153807 0
[pid=30601/tid=30721] ppid=30597 vsize=10818520 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/30601/task/30721/stat : 30721 (java) S 30597 30601 10805 0 -1 1077944384 2 13283 0 1 0 0 5 3 20 0 15 0 406868960 11078164480 7496 33554432000 4194304 4196468 140722044139504 140657310939376 140658039065218 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14925824 140722044148469 140722044150981 140722044150981 140722044153807 0
[pid=30601/tid=30723] ppid=30597 vsize=10818520 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/30601/task/30723/stat : 30723 (java) S 30597 30601 10805 0 -1 1077944384 13 13283 0 1 0 0 5 3 20 0 15 0 406868961 11078164480 7496 33554432000 4194304 4196468 140722044139504 140656957711520 140658039064277 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14925824 140722044148469 140722044150981 140722044150981 140722044153807 0
[pid=30601/tid=30725] ppid=30597 vsize=10818520 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/30601/task/30725/stat : 30725 (java) S 30597 30601 10805 0 -1 1077944384 1 13283 0 1 0 0 5 3 20 0 15 0 406868961 11078164480 7496 33554432000 4194304 4196468 140722044139504 140656823493360 140658039064277 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14925824 140722044148469 140722044150981 140722044150981 140722044153807 0
[pid=30601/tid=30726] ppid=30597 vsize=10818520 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/30601/task/30726/stat : 30726 (java) S 30597 30601 10805 0 -1 1077944384 3 13283 0 1 0 0 5 3 20 0 15 0 406868964 11078164480 7496 33554432000 4194304 4196468 140722044139504 140656583202768 140658039072667 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14925824 140722044148469 140722044150981 140722044150981 140722044153807 0
[pid=30601/tid=30727] ppid=30597 vsize=10818520 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/30601/task/30727/stat : 30727 (java) S 30597 30601 10805 0 -1 1077944384 414 13283 0 1 0 0 5 3 20 0 15 0 406868964 11078164480 7496 33554432000 4194304 4196468 140722044139504 140657309887216 140658039065218 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14925824 140722044148469 140722044150981 140722044150981 140722044153807 0
[pid=30601/tid=30728] ppid=30597 vsize=10818520 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/30601/task/30728/stat : 30728 (java) S 30597 30601 10805 0 -1 1077944384 3 13283 0 1 0 0 5 3 20 0 15 0 406868964 11078164480 7496 33554432000 4194304 4196468 140722044139504 140657308834672 140658039065218 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14925824 140722044148469 140722044150981 140722044150981 140722044153807 0
[pid=30601/tid=30729] ppid=30597 vsize=10818520 memory=139697616692864 CPUtime=0.08 cores=1,3,5,7
/proc/30601/task/30729/stat : 30729 (java) S 30597 30601 10805 0 -1 1077944384 232 13283 0 1 0 0 5 3 20 0 15 0 406868964 11078164480 7496 33554432000 4194304 4196468 140722044139504 140657307781616 140658039065218 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14925824 140722044148469 140722044150981 140722044150981 140722044153807 0
[pid=30601/tid=30734] ppid=30597 vsize=10818520 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/30601/task/30734/stat : 30734 (java) S 30597 30601 10805 0 -1 1077944384 3 13283 0 1 0 0 5 3 20 0 15 0 406868964 11078164480 7496 33554432000 4194304 4196468 140722044139504 140656549645152 140658039064277 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14925824 140722044148469 140722044150981 140722044150981 140722044153807 0
[pid=30601/tid=30736] ppid=30597 vsize=10818520 memory=139697616692864 CPUtime=0.08 cores=1,3,5,7
/proc/30601/task/30736/stat : 30736 (java) S 30597 30601 10805 0 -1 1077944384 1 13283 0 1 0 0 5 3 20 0 15 0 406868964 11078164480 7496 33554432000 4194304 4196468 140722044139504 140657306729008 140658039065218 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14925824 140722044148469 140722044150981 140722044150981 140722044153807 0
Current children cumulated CPU time: 0.17 s
Current children cumulated vsize: 10818520 KiB
Current children cumulated memory: 29984 KiB

[startup+0.310356 s]*
/proc/loadavg: 1.00 1.13 1.53 4/228 30737
/proc/meminfo: memFree=28385448/32770624 swapFree=66998520/67108860
[pid=30601] ppid=30597 vsize=10819084 memory=44048 CPUtime=0.32 cores=1,3,5,7
/proc/30601/stat : 30601 (java) S 30597 30601 10805 0 -1 1077944320 9760 13283 1 1 21 3 5 3 20 0 15 0 406868944 11078742016 11012 33554432000 4194304 4196468 140722044139504 140722044122048 140658039054071 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 1 0 0 6293624 6294260 14925824 140722044148469 140722044150981 140722044150981 140722044153807 0
/proc/30601/statm: 2704771 11012 3020 1 0 2667149 0
[pid=30601/tid=30710] ppid=30597 vsize=10819084 memory=2244 CPUtime=0.24 cores=1,3,5,7
/proc/30601/task/30710/stat : 30710 (java) R 30597 30601 10805 0 -1 4202560 6237 13283 0 1 14 2 5 3 20 0 15 0 406868958 11078742016 11012 33554432000 4194304 4196468 140722044139504 140658010866080 140658039075997 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 14925824 140722044148469 140722044150981 140722044150981 140722044153807 0
[pid=30601/tid=30712] ppid=30597 vsize=10819084 memory=139697502389679 CPUtime=0.08 cores=1,3,5,7
/proc/30601/task/30712/stat : 30712 (java) S 30597 30601 10805 0 -1 1077944384 2 13283 0 1 0 0 5 3 20 0 15 0 406868959 11078742016 11012 33554432000 4194304 4196468 140722044139504 140658043296784 140658039064277 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14925824 140722044148469 140722044150981 140722044150981 140722044153807 0
[pid=30601/tid=30713] ppid=30597 vsize=10819084 memory=139697616695072 CPUtime=0.08 cores=1,3,5,7
/proc/30601/task/30713/stat : 30713 (java) S 30597 30601 10805 0 -1 1077944384 1 13283 0 1 0 0 5 3 20 0 15 0 406868959 11078742016 11012 33554432000 4194304 4196468 140722044139504 140657966455952 140658039064277 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14925824 140722044148469 140722044150981 140722044150981 140722044153807 0
[pid=30601/tid=30714] ppid=30597 vsize=10819084 memory=2244 CPUtime=0.08 cores=1,3,5,7
/proc/30601/task/30714/stat : 30714 (java) S 30597 30601 10805 0 -1 1077944384 1 13283 0 1 0 0 5 3 20 0 15 0 406868959 11078742016 11012 33554432000 4194304 4196468 140722044139504 140657965402896 140658039064277 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14925824 140722044148469 140722044150981 140722044150981 140722044153807 0
[pid=30601/tid=30715] ppid=30597 vsize=10819084 memory=139697502396591 CPUtime=0.08 cores=1,3,5,7
/proc/30601/task/30715/stat : 30715 (java) S 30597 30601 10805 0 -1 1077944384 1 13283 0 1 0 0 5 3 20 0 15 0 406868959 11078742016 11012 33554432000 4194304 4196468 140722044139504 140657610693520 140658039064277 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14925824 140722044148469 140722044150981 140722044150981 140722044153807 0
[pid=30601/tid=30721] ppid=30597 vsize=10819084 memory=139697616695072 CPUtime=0.08 cores=1,3,5,7
/proc/30601/task/30721/stat : 30721 (java) S 30597 30601 10805 0 -1 1077944384 2 13283 0 1 0 0 5 3 20 0 15 0 406868960 11078742016 11012 33554432000 4194304 4196468 140722044139504 140657310939376 140658039065218 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14925824 140722044148469 140722044150981 140722044150981 140722044153807 0
[pid=30601/tid=30723] ppid=30597 vsize=10819084 memory=139697502401199 CPUtime=0.08 cores=1,3,5,7
/proc/30601/task/30723/stat : 30723 (java) S 30597 30601 10805 0 -1 1077944384 13 13283 0 1 0 0 5 3 20 0 15 0 406868961 11078742016 11012 33554432000 4194304 4196468 140722044139504 140656957711520 140658039064277 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14925824 140722044148469 140722044150981 140722044150981 140722044153807 0
[pid=30601/tid=30725] ppid=30597 vsize=10819084 memory=139697502403504 CPUtime=0.08 cores=1,3,5,7
/proc/30601/task/30725/stat : 30725 (java) S 30597 30601 10805 0 -1 1077944384 1 13283 0 1 0 0 5 3 20 0 15 0 406868961 11078742016 11012 33554432000 4194304 4196468 140722044139504 140656823493360 140658039064277 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14925824 140722044148469 140722044150981 140722044150981 140722044153807 0
[pid=30601/tid=30726] ppid=30597 vsize=10819084 memory=139697502405808 CPUtime=0.08 cores=1,3,5,7
/proc/30601/task/30726/stat : 30726 (java) S 30597 30601 10805 0 -1 1077944384 3 13283 0 1 0 0 5 3 20 0 15 0 406868964 11078742016 11012 33554432000 4194304 4196468 140722044139504 140656583202768 140658039072667 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14925824 140722044148469 140722044150981 140722044150981 140722044153807 0
[pid=30601/tid=30727] ppid=30597 vsize=10819084 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/30601/task/30727/stat : 30727 (java) S 30597 30601 10805 0 -1 1077944384 561 13283 0 1 1 0 5 3 20 0 15 0 406868964 11078742016 11012 33554432000 4194304 4196468 140722044139504 140657309887216 140658039065218 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14925824 140722044148469 140722044150981 140722044150981 140722044153807 0
[pid=30601/tid=30728] ppid=30597 vsize=10819084 memory=139697502290055 CPUtime=0.09 cores=1,3,5,7
/proc/30601/task/30728/stat : 30728 (java) S 30597 30601 10805 0 -1 1077944384 64 13283 0 1 1 0 5 3 20 0 15 0 406868964 11078742016 11012 33554432000 4194304 4196468 140722044139504 140657308834672 140658039065218 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14925824 140722044148469 140722044150981 140722044150981 140722044153807 0
[pid=30601/tid=30729] ppid=30597 vsize=10819084 memory=279395119107872 CPUtime=0.12 cores=1,3,5,7
/proc/30601/task/30729/stat : 30729 (java) S 30597 30601 10805 0 -1 1077944384 661 13283 0 1 4 0 5 3 20 0 15 0 406868964 11078742016 11012 33554432000 4194304 4196468 140722044139504 140657307781616 140658039065218 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14925824 140722044148469 140722044150981 140722044150981 140722044153807 0
[pid=30601/tid=30734] ppid=30597 vsize=10819084 memory=139697502412751 CPUtime=0.08 cores=1,3,5,7
/proc/30601/task/30734/stat : 30734 (java) S 30597 30601 10805 0 -1 1077944384 3 13283 0 1 0 0 5 3 20 0 15 0 406868964 11078742016 11012 33554432000 4194304 4196468 140722044139504 140656549645152 140658039064277 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14925824 140722044148469 140722044150981 140722044150981 140722044153807 0
[pid=30601/tid=30736] ppid=30597 vsize=10819084 memory=279395119112512 CPUtime=0.08 cores=1,3,5,7
/proc/30601/task/30736/stat : 30736 (java) S 30597 30601 10805 0 -1 1077944384 1 13283 0 1 0 0 5 3 20 0 15 0 406868964 11078742016 11012 33554432000 4194304 4196468 140722044139504 140657306729008 140658039065218 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14925824 140722044148469 140722044150981 140722044150981 140722044153807 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 10819084 KiB
Current children cumulated memory: 44048 KiB

[startup+0.700878 s]
/proc/loadavg: 1.00 1.13 1.53 4/228 30737
/proc/meminfo: memFree=28358572/32770624 swapFree=66998520/67108860
[pid=30601] ppid=30597 vsize=10822292 memory=76768 CPUtime=1.03 cores=1,3,5,7
/proc/30601/stat : 30601 (java) S 30597 30601 10805 0 -1 1077944320 14471 13283 1 1 90 5 5 3 20 0 15 0 406868944 11082027008 19192 33554432000 4194304 4196468 140722044139504 140722044122048 140658039054071 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 1 0 0 6293624 6294260 14925824 140722044148469 140722044150981 140722044150981 140722044153807 0
/proc/30601/statm: 2705573 19192 3487 1 0 2667661 0
[pid=30601/tid=30710] ppid=30597 vsize=10822292 memory=1428 CPUtime=0.62 cores=1,3,5,7
/proc/30601/task/30710/stat : 30710 (java) R 30597 30601 10805 0 -1 4202560 10217 13283 0 1 50 4 5 3 20 0 15 0 406868958 11082027008 19192 33554432000 4194304 4196468 140722044139504 140658010882432 140658023134558 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 14925824 140722044148469 140722044150981 140722044150981 140722044153807 0
[pid=30601/tid=30712] ppid=30597 vsize=10822292 memory=4148 CPUtime=0.08 cores=1,3,5,7
/proc/30601/task/30712/stat : 30712 (java) S 30597 30601 10805 0 -1 1077944384 2 13283 0 1 0 0 5 3 20 0 15 0 406868959 11082027008 19192 33554432000 4194304 4196468 140722044139504 140658043296784 140658039064277 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14925824 140722044148469 140722044150981 140722044150981 140722044153807 0
[pid=30601/tid=30713] ppid=30597 vsize=10822292 memory=1056 CPUtime=0.08 cores=1,3,5,7
/proc/30601/task/30713/stat : 30713 (java) S 30597 30601 10805 0 -1 1077944384 1 13283 0 1 0 0 5 3 20 0 15 0 406868959 11082027008 19192 33554432000 4194304 4196468 140722044139504 140657966455952 140658039064277 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14925824 140722044148469 140722044150981 140722044150981 140722044153807 0
[pid=30601/tid=30714] ppid=30597 vsize=10822292 memory=7302135314614015845 CPUtime=0.08 cores=1,3,5,7
/proc/30601/task/30714/stat : 30714 (java) S 30597 30601 10805 0 -1 1077944384 1 13283 0 1 0 0 5 3 20 0 15 0 406868959 11082027008 19192 33554432000 4194304 4196468 140722044139504 140657965402896 140658039064277 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14925824 140722044148469 140722044150981 140722044150981 140722044153807 0
[pid=30601/tid=30715] ppid=30597 vsize=10822292 memory=7811607157311039314 CPUtime=0.08 cores=1,3,5,7
/proc/30601/task/30715/stat : 30715 (java) S 30597 30601 10805 0 -1 1077944384 1 13283 0 1 0 0 5 3 20 0 15 0 406868959 11082027008 19192 33554432000 4194304 4196468 140722044139504 140657610693520 140658039064277 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14925824 140722044148469 140722044150981 140722044150981 140722044153807 0
[pid=30601/tid=30721] ppid=30597 vsize=10822292 memory=5787213848925131109 CPUtime=0.08 cores=1,3,5,7
/proc/30601/task/30721/stat : 30721 (java) S 30597 30601 10805 0 -1 1077944384 5 13283 0 1 0 0 5 3 20 0 15 0 406868960 11082027008 19192 33554432000 4194304 4196468 140722044139504 140657310939376 140658039065218 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14925824 140722044148469 140722044150981 140722044150981 140722044153807 0
[pid=30601/tid=30723] ppid=30597 vsize=10822292 memory=7234283369665620832 CPUtime=0.08 cores=1,3,5,7
/proc/30601/task/30723/stat : 30723 (java) S 30597 30601 10805 0 -1 1077944384 13 13283 0 1 0 0 5 3 20 0 15 0 406868961 11082027008 19192 33554432000 4194304 4196468 140722044139504 140656957711520 140658039064277 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14925824 140722044148469 140722044150981 140722044150981 140722044153807 0
[pid=30601/tid=30725] ppid=30597 vsize=10822292 memory=3624 CPUtime=0.08 cores=1,3,5,7
/proc/30601/task/30725/stat : 30725 (java) S 30597 30601 10805 0 -1 1077944384 1 13283 0 1 0 0 5 3 20 0 15 0 406868961 11082027008 19192 33554432000 4194304 4196468 140722044139504 140656823493360 140658039064277 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14925824 140722044148469 140722044150981 140722044150981 140722044153807 0
[pid=30601/tid=30726] ppid=30597 vsize=10822292 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/30601/task/30726/stat : 30726 (java) S 30597 30601 10805 0 -1 1077944384 3 13283 0 1 0 0 5 3 20 0 15 0 406868964 11082027008 19192 33554432000 4194304 4196468 140722044139504 140656583202768 140658039072667 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14925824 140722044148469 140722044150981 140722044150981 140722044153807 0
[pid=30601/tid=30727] ppid=30597 vsize=10822292 memory=139697502325072 CPUtime=0.18 cores=1,3,5,7
/proc/30601/task/30727/stat : 30727 (java) R 30597 30601 10805 0 -1 4202560 787 13283 0 1 10 0 5 3 20 0 15 0 406868964 11082027008 19192 33554432000 4194304 4196468 140722044139504 140657309873096 140658018315528 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 14925824 140722044148469 140722044150981 140722044150981 140722044153807 0
[pid=30601/tid=30728] ppid=30597 vsize=10822292 memory=139697502318448 CPUtime=0.2 cores=1,3,5,7
/proc/30601/task/30728/stat : 30728 (java) R 30597 30601 10805 0 -1 4202560 423 13283 0 1 12 0 5 3 20 0 15 0 406868964 11082027008 19192 33554432000 4194304 4196468 140722044139504 140657308822704 140658022611416 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 14925824 140722044148469 140722044150981 140722044150981 140722044153807 0
[pid=30601/tid=30729] ppid=30597 vsize=10822292 memory=0 CPUtime=0.24 cores=1,3,5,7
/proc/30601/task/30729/stat : 30729 (java) S 30597 30601 10805 0 -1 1077944384 805 13283 0 1 16 0 5 3 20 0 15 0 406868964 11082027008 19192 33554432000 4194304 4196468 140722044139504 140657307781616 140658039065218 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14925824 140722044148469 140722044150981 140722044150981 140722044153807 0
[pid=30601/tid=30734] ppid=30597 vsize=10822292 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/30601/task/30734/stat : 30734 (java) S 30597 30601 10805 0 -1 1077944384 3 13283 0 1 0 0 5 3 20 0 15 0 406868964 11082027008 19192 33554432000 4194304 4196468 140722044139504 140656549645152 140658039064277 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14925824 140722044148469 140722044150981 140722044150981 140722044153807 0
[pid=30601/tid=30736] ppid=30597 vsize=10822292 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/30601/task/30736/stat : 30736 (java) S 30597 30601 10805 0 -1 1077944384 1 13283 0 1 0 0 5 3 20 0 15 0 406868964 11082027008 19192 33554432000 4194304 4196468 140722044139504 140657306729008 140658039065218 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14925824 140722044148469 140722044150981 140722044150981 140722044153807 0
Current children cumulated CPU time: 1.03 s
Current children cumulated vsize: 10822292 KiB
Current children cumulated memory: 76768 KiB

[startup+1.50214 s]
/proc/loadavg: 1.00 1.13 1.53 3/228 30737
/proc/meminfo: memFree=28283388/32770624 swapFree=66998520/67108860
[pid=30601] ppid=30597 vsize=10834656 memory=165124 CPUtime=2.38 cores=1,3,5,7
/proc/30601/stat : 30601 (java) S 30597 30601 10805 0 -1 1077944320 21136 13283 1 1 220 10 5 3 20 0 15 0 406868944 11094687744 41281 33554432000 4194304 4196468 140722044139504 140722044122048 140658039054071 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 1 0 0 6293624 6294260 14925824 140722044148469 140722044150981 140722044150981 140722044153807 0
/proc/30601/statm: 2708664 41281 3574 1 0 2670733 0
[pid=30601/tid=30710] ppid=30597 vsize=10834656 memory=0 CPUtime=1.38 cores=1,3,5,7
/proc/30601/task/30710/stat : 30710 (java) R 30597 30601 10805 0 -1 4202560 15269 13283 0 1 125 5 5 3 20 0 15 0 406868958 11094687744 41281 33554432000 4194304 4196468 140722044139504 140658010865904 140657641467360 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 14925824 140722044148469 140722044150981 140722044150981 140722044153807 0
[pid=30601/tid=30712] ppid=30597 vsize=10834656 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/30601/task/30712/stat : 30712 (java) S 30597 30601 10805 0 -1 1077944384 360 13283 0 1 1 0 5 3 20 0 15 0 406868959 11094687744 41281 33554432000 4194304 4196468 140722044139504 140658043296784 140658039064277 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14925824 140722044148469 140722044150981 140722044150981 140722044153807 0
[pid=30601/tid=30713] ppid=30597 vsize=10834656 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/30601/task/30713/stat : 30713 (java) S 30597 30601 10805 0 -1 1077944384 30 13283 0 1 1 0 5 3 20 0 15 0 406868959 11094687744 41281 33554432000 4194304 4196468 140722044139504 140657966455952 140658039064277 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14925824 140722044148469 140722044150981 140722044150981 140722044153807 0
[pid=30601/tid=30714] ppid=30597 vsize=10834656 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/30601/task/30714/stat : 30714 (java) S 30597 30601 10805 0 -1 1077944384 60 13283 0 1 1 0 5 3 20 0 15 0 406868959 11094687744 41281 33554432000 4194304 4196468 140722044139504 140657965402896 140658039064277 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14925824 140722044148469 140722044150981 140722044150981 140722044153807 0
[pid=30601/tid=30715] ppid=30597 vsize=10834656 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/30601/task/30715/stat : 30715 (java) S 30597 30601 10805 0 -1 1077944384 78 13283 0 1 1 0 5 3 20 0 15 0 406868959 11094687744 41281 33554432000 4194304 4196468 140722044139504 140657610693520 140658039064277 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14925824 140722044148469 140722044150981 140722044150981 140722044153807 0
[pid=30601/tid=30721] ppid=30597 vsize=10834656 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/30601/task/30721/stat : 30721 (java) S 30597 30601 10805 0 -1 1077944384 152 13283 0 1 1 0 5 3 20 0 15 0 406868960 11094687744 41281 33554432000 4194304 4196468 140722044139504 140657310939376 140658039065218 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14925824 140722044148469 140722044150981 140722044150981 140722044153807 0
[pid=30601/tid=30723] ppid=30597 vsize=10834656 memory=76768 CPUtime=0.08 cores=1,3,5,7
/proc/30601/task/30723/stat : 30723 (java) S 30597 30601 10805 0 -1 1077944384 15 13283 0 1 0 0 5 3 20 0 15 0 406868961 11094687744 41281 33554432000 4194304 4196468 140722044139504 140656957711584 140658039064277 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14925824 140722044148469 140722044150981 140722044150981 140722044153807 0
[pid=30601/tid=30725] ppid=30597 vsize=10834656 memory=1428 CPUtime=0.08 cores=1,3,5,7

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

[pid=30601/tid=30734] ppid=30597 vsize=10846964 memory=1428 CPUtime=0.08 cores=1,3,5,7
/proc/30601/task/30734/stat : 30734 (java) S 30597 30601 10805 0 -1 1077944384 3 13283 0 1 0 0 5 3 20 0 15 0 406868964 11107291136 162688 33554432000 4194304 4196468 140722044139504 140656549645152 140658039064277 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14925824 140722044148469 140722044150981 140722044150981 140722044153807 0
[pid=30601/tid=30736] ppid=30597 vsize=10846964 memory=4148 CPUtime=0.08 cores=1,3,5,7
/proc/30601/task/30736/stat : 30736 (java) S 30597 30601 10805 0 -1 1077944384 301 13283 0 1 0 0 5 3 20 0 15 0 406868964 11107291136 162688 33554432000 4194304 4196468 140722044139504 140657306729008 140658039065218 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14925824 140722044148469 140722044150981 140722044150981 140722044153807 0
Current children cumulated CPU time: 29.77 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 650752 KiB

[startup+20.8007 s]
/proc/loadavg: 1.57 1.27 1.57 3/228 30737
/proc/meminfo: memFree=27157716/32770624 swapFree=66998520/67108860
[pid=30601] ppid=30597 vsize=10846964 memory=663040 CPUtime=31.46 cores=1,3,5,7
/proc/30601/stat : 30601 (java) S 30597 30601 10805 0 -1 1077944320 70693 13283 1 1 3100 38 5 3 20 0 15 0 406868944 11107291136 165760 33554432000 4194304 4196468 140722044139504 140722044122048 140658039054071 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 1 0 0 6293624 6294260 14925824 140722044148469 140722044150981 140722044150981 140722044153807 0
/proc/30601/statm: 2711741 165760 3619 1 0 2673805 0
[pid=30601/tid=30710] ppid=30597 vsize=10846964 memory=-2748367524519556131 CPUtime=20.52 cores=1,3,5,7
/proc/30601/task/30710/stat : 30710 (java) R 30597 30601 10805 0 -1 4202560 24834 13283 0 1 2030 14 5 3 20 0 15 0 406868958 11107291136 165760 33554432000 4194304 4196468 140722044139504 140658010890368 140657648229858 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 14925824 140722044148469 140722044150981 140722044150981 140722044153807 0
[pid=30601/tid=30712] ppid=30597 vsize=10846964 memory=5495740422247797458 CPUtime=0.15 cores=1,3,5,7
/proc/30601/task/30712/stat : 30712 (java) S 30597 30601 10805 0 -1 1077944384 1017 13283 0 1 5 2 5 3 20 0 15 0 406868959 11107291136 165760 33554432000 4194304 4196468 140722044139504 140658043296784 140658039064277 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14925824 140722044148469 140722044150981 140722044150981 140722044153807 0
[pid=30601/tid=30713] ppid=30597 vsize=10846964 memory=315 CPUtime=0.15 cores=1,3,5,7
/proc/30601/task/30713/stat : 30713 (java) S 30597 30601 10805 0 -1 1077944384 223 13283 0 1 5 2 5 3 20 0 15 0 406868959 11107291136 165760 33554432000 4194304 4196468 140722044139504 140657966455952 140658039064277 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14925824 140722044148469 140722044150981 140722044150981 140722044153807 0
[pid=30601/tid=30714] ppid=30597 vsize=10846964 memory=0 CPUtime=0.14 cores=1,3,5,7
/proc/30601/task/30714/stat : 30714 (java) S 30597 30601 10805 0 -1 1077944384 988 13283 0 1 5 1 5 3 20 0 15 0 406868959 11107291136 165760 33554432000 4194304 4196468 140722044139504 140657965402896 140658039064277 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14925824 140722044148469 140722044150981 140722044150981 140722044153807 0
[pid=30601/tid=30715] ppid=30597 vsize=10846964 memory=0 CPUtime=0.15 cores=1,3,5,7
/proc/30601/task/30715/stat : 30715 (java) S 30597 30601 10805 0 -1 1077944384 419 13283 0 1 6 1 5 3 20 0 15 0 406868959 11107291136 165760 33554432000 4194304 4196468 140722044139504 140657610693520 140658039064277 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14925824 140722044148469 140722044150981 140722044150981 140722044153807 0
[pid=30601/tid=30721] ppid=30597 vsize=10846964 memory=6791534058613427641 CPUtime=0.14 cores=1,3,5,7
/proc/30601/task/30721/stat : 30721 (java) S 30597 30601 10805 0 -1 1077944384 3511 13283 0 1 6 0 5 3 20 0 15 0 406868960 11107291136 165760 33554432000 4194304 4196468 140722044139504 140657310939376 140658039065218 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14925824 140722044148469 140722044150981 140722044150981 140722044153807 0
[pid=30601/tid=30723] ppid=30597 vsize=10846964 memory=4148 CPUtime=0.08 cores=1,3,5,7
/proc/30601/task/30723/stat : 30723 (java) S 30597 30601 10805 0 -1 1077944384 17 13283 0 1 0 0 5 3 20 0 15 0 406868961 11107291136 165760 33554432000 4194304 4196468 140722044139504 140656957711648 140658039064277 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14925824 140722044148469 140722044150981 140722044150981 140722044153807 0
[pid=30601/tid=30725] ppid=30597 vsize=10846964 memory=1056 CPUtime=0.08 cores=1,3,5,7
/proc/30601/task/30725/stat : 30725 (java) S 30597 30601 10805 0 -1 1077944384 1 13283 0 1 0 0 5 3 20 0 15 0 406868961 11107291136 165760 33554432000 4194304 4196468 140722044139504 140656823493376 140658039064277 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14925824 140722044148469 140722044150981 140722044150981 140722044153807 0
[pid=30601/tid=30726] ppid=30597 vsize=10846964 memory=1204 CPUtime=0.08 cores=1,3,5,7
/proc/30601/task/30726/stat : 30726 (java) S 30597 30601 10805 0 -1 1077944384 3 13283 0 1 0 0 5 3 20 0 15 0 406868964 11107291136 165760 33554432000 4194304 4196468 140722044139504 140656583202768 140658039072667 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14925824 140722044148469 140722044150981 140722044150981 140722044153807 0
[pid=30601/tid=30727] ppid=30597 vsize=10846964 memory=1536 CPUtime=3.52 cores=1,3,5,7
/proc/30601/task/30727/stat : 30727 (java) S 30597 30601 10805 0 -1 1077944384 10550 13283 0 1 340 4 5 3 20 0 15 0 406868964 11107291136 165760 33554432000 4194304 4196468 140722044139504 140657309887216 140658039065218 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14925824 140722044148469 140722044150981 140722044150981 140722044153807 0
[pid=30601/tid=30728] ppid=30597 vsize=10846964 memory=607644 CPUtime=3.97 cores=1,3,5,7
/proc/30601/task/30728/stat : 30728 (java) S 30597 30601 10805 0 -1 1077944384 13896 13283 0 1 385 4 5 3 20 0 15 0 406868964 11107291136 165760 33554432000 4194304 4196468 140722044139504 140657308834672 140658039065218 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14925824 140722044148469 140722044150981 140722044150981 140722044153807 0
[pid=30601/tid=30729] ppid=30597 vsize=10846964 memory=4148 CPUtime=3.26 cores=1,3,5,7
/proc/30601/task/30729/stat : 30729 (java) S 30597 30601 10805 0 -1 1077944384 12721 13283 0 1 312 6 5 3 20 0 15 0 406868964 11107291136 165760 33554432000 4194304 4196468 140722044139504 140657307781616 140658039065218 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14925824 140722044148469 140722044150981 140722044150981 140722044153807 0
[pid=30601/tid=30734] ppid=30597 vsize=10846964 memory=1056 CPUtime=0.08 cores=1,3,5,7
/proc/30601/task/30734/stat : 30734 (java) S 30597 30601 10805 0 -1 1077944384 3 13283 0 1 0 0 5 3 20 0 15 0 406868964 11107291136 165760 33554432000 4194304 4196468 140722044139504 140656549645152 140658039064277 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14925824 140722044148469 140722044150981 140722044150981 140722044153807 0
[pid=30601/tid=30736] ppid=30597 vsize=10846964 memory=1204 CPUtime=0.08 cores=1,3,5,7
/proc/30601/task/30736/stat : 30736 (java) S 30597 30601 10805 0 -1 1077944384 301 13283 0 1 0 0 5 3 20 0 15 0 406868964 11107291136 165760 33554432000 4194304 4196468 140722044139504 140657306729008 140658039065218 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14925824 140722044148469 140722044150981 140722044150981 140722044153807 0
Current children cumulated CPU time: 31.46 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 663040 KiB

[startup+21.2007 s]
/proc/loadavg: 1.57 1.27 1.57 3/228 30737
/proc/meminfo: memFree=27129044/32770624 swapFree=66998520/67108860
[pid=30601] ppid=30597 vsize=10846964 memory=665088 CPUtime=31.88 cores=1,3,5,7
/proc/30601/stat : 30601 (java) S 30597 30601 10805 0 -1 1077944320 70705 13283 1 1 3142 38 5 3 20 0 15 0 406868944 11107291136 166272 33554432000 4194304 4196468 140722044139504 140722044122048 140658039054071 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 1 0 0 6293624 6294260 14925824 140722044148469 140722044150981 140722044150981 140722044153807 0
/proc/30601/statm: 2711741 166272 3619 1 0 2673805 0
[pid=30601/tid=30710] ppid=30597 vsize=10846964 memory=0 CPUtime=20.91 cores=1,3,5,7
/proc/30601/task/30710/stat : 30710 (java) R 30597 30601 10805 0 -1 4202560 24836 13283 0 1 2069 14 5 3 20 0 15 0 406868958 11107291136 166272 33554432000 4194304 4196468 140722044139504 140658010889760 140657654425991 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 14925824 140722044148469 140722044150981 140722044150981 140722044153807 0
[pid=30601/tid=30712] ppid=30597 vsize=10846964 memory=-7015012133889424221 CPUtime=0.15 cores=1,3,5,7
/proc/30601/task/30712/stat : 30712 (java) S 30597 30601 10805 0 -1 1077944384 1018 13283 0 1 5 2 5 3 20 0 15 0 406868959 11107291136 166272 33554432000 4194304 4196468 140722044139504 140658043296784 140658039064277 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14925824 140722044148469 140722044150981 140722044150981 140722044153807 0
[pid=30601/tid=30713] ppid=30597 vsize=10846964 memory=2608 CPUtime=0.15 cores=1,3,5,7
/proc/30601/task/30713/stat : 30713 (java) S 30597 30601 10805 0 -1 1077944384 224 13283 0 1 5 2 5 3 20 0 15 0 406868959 11107291136 166272 33554432000 4194304 4196468 140722044139504 140657966455952 140658039064277 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14925824 140722044148469 140722044150981 140722044150981 140722044153807 0
[pid=30601/tid=30714] ppid=30597 vsize=10846964 memory=0 CPUtime=0.15 cores=1,3,5,7
/proc/30601/task/30714/stat : 30714 (java) S 30597 30601 10805 0 -1 1077944384 989 13283 0 1 6 1 5 3 20 0 15 0 406868959 11107291136 166272 33554432000 4194304 4196468 140722044139504 140657965402896 140658039064277 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14925824 140722044148469 140722044150981 140722044150981 140722044153807 0
[pid=30601/tid=30715] ppid=30597 vsize=10846964 memory=0 CPUtime=0.15 cores=1,3,5,7
/proc/30601/task/30715/stat : 30715 (java) S 30597 30601 10805 0 -1 1077944384 420 13283 0 1 6 1 5 3 20 0 15 0 406868959 11107291136 166272 33554432000 4194304 4196468 140722044139504 140657610693520 140658039064277 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14925824 140722044148469 140722044150981 140722044150981 140722044153807 0
[pid=30601/tid=30721] ppid=30597 vsize=10846964 memory=6655300316396806240 CPUtime=0.14 cores=1,3,5,7
/proc/30601/task/30721/stat : 30721 (java) S 30597 30601 10805 0 -1 1077944384 3511 13283 0 1 6 0 5 3 20 0 15 0 406868960 11107291136 166272 33554432000 4194304 4196468 140722044139504 140657310939376 140658039065218 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14925824 140722044148469 140722044150981 140722044150981 140722044153807 0
[pid=30601/tid=30723] ppid=30597 vsize=10846964 memory=6944656592387989600 CPUtime=0.08 cores=1,3,5,7
/proc/30601/task/30723/stat : 30723 (java) S 30597 30601 10805 0 -1 1077944384 17 13283 0 1 0 0 5 3 20 0 15 0 406868961 11107291136 166272 33554432000 4194304 4196468 140722044139504 140656957711648 140658039064277 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14925824 140722044148469 140722044150981 140722044150981 140722044153807 0
[pid=30601/tid=30725] ppid=30597 vsize=10846964 memory=6944652177228980320 CPUtime=0.08 cores=1,3,5,7
/proc/30601/task/30725/stat : 30725 (java) S 30597 30601 10805 0 -1 1077944384 1 13283 0 1 0 0 5 3 20 0 15 0 406868961 11107291136 166272 33554432000 4194304 4196468 140722044139504 140656823493376 140658039064277 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14925824 140722044148469 140722044150981 140722044150981 140722044153807 0
[pid=30601/tid=30726] ppid=30597 vsize=10846964 memory=6944656592455097440 CPUtime=0.08 cores=1,3,5,7
/proc/30601/task/30726/stat : 30726 (java) S 30597 30601 10805 0 -1 1077944384 3 13283 0 1 0 0 5 3 20 0 15 0 406868964 11107291136 166272 33554432000 4194304 4196468 140722044139504 140656583202768 140658039072667 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14925824 140722044148469 140722044150981 140722044150981 140722044153807 0
[pid=30601/tid=30727] ppid=30597 vsize=10846964 memory=6944656592387989600 CPUtime=3.52 cores=1,3,5,7
/proc/30601/task/30727/stat : 30727 (java) S 30597 30601 10805 0 -1 1077944384 10550 13283 0 1 340 4 5 3 20 0 15 0 406868964 11107291136 166272 33554432000 4194304 4196468 140722044139504 140657309887216 140658039065218 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14925824 140722044148469 140722044150981 140722044150981 140722044153807 0
[pid=30601/tid=30728] ppid=30597 vsize=10846964 memory=-3395018486312292127 CPUtime=3.97 cores=1,3,5,7
/proc/30601/task/30728/stat : 30728 (java) S 30597 30601 10805 0 -1 1077944384 13896 13283 0 1 385 4 5 3 20 0 15 0 406868964 11107291136 166272 33554432000 4194304 4196468 140722044139504 140657308834672 140658039065218 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14925824 140722044148469 140722044150981 140722044150981 140722044153807 0
[pid=30601/tid=30729] ppid=30597 vsize=10846964 memory=-6584131518445608554 CPUtime=3.27 cores=1,3,5,7
/proc/30601/task/30729/stat : 30729 (java) S 30597 30601 10805 0 -1 1077944384 12727 13283 0 1 313 6 5 3 20 0 15 0 406868964 11107291136 166272 33554432000 4194304 4196468 140722044139504 140657307781616 140658039065218 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14925824 140722044148469 140722044150981 140722044150981 140722044153807 0
[pid=30601/tid=30734] ppid=30597 vsize=10846964 memory=-4695052241013923951 CPUtime=0.08 cores=1,3,5,7
/proc/30601/task/30734/stat : 30734 (java) S 30597 30601 10805 0 -1 1077944384 3 13283 0 1 0 0 5 3 20 0 15 0 406868964 11107291136 166272 33554432000 4194304 4196468 140722044139504 140656549645152 140658039064277 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14925824 140722044148469 140722044150981 140722044150981 140722044153807 0
[pid=30601/tid=30736] ppid=30597 vsize=10846964 memory=663040 CPUtime=0.08 cores=1,3,5,7
/proc/30601/task/30736/stat : 30736 (java) S 30597 30601 10805 0 -1 1077944384 301 13283 0 1 0 0 5 3 20 0 15 0 406868964 11107291136 166272 33554432000 4194304 4196468 140722044139504 140657306729008 140658039065218 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14925824 140722044148469 140722044150981 140722044150981 140722044153807 0
Current children cumulated CPU time: 31.88 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 665088 KiB

[startup+21.6008 s]
/proc/loadavg: 1.57 1.27 1.57 3/228 30737
/proc/meminfo: memFree=27129044/32770624 swapFree=66998520/67108860
[pid=30601] ppid=30597 vsize=10846964 memory=665088 CPUtime=32.29 cores=1,3,5,7
/proc/30601/stat : 30601 (java) S 30597 30601 10805 0 -1 1077944320 70714 13283 1 1 3183 38 5 3 20 0 15 0 406868944 11107291136 166272 33554432000 4194304 4196468 140722044139504 140722044122048 140658039054071 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 1 0 0 6293624 6294260 14925824 140722044148469 140722044150981 140722044150981 140722044153807 0
/proc/30601/statm: 2711741 166272 3619 1 0 2673805 0
[pid=30601/tid=30710] ppid=30597 vsize=10846964 memory=6943526294502006880 CPUtime=21.31 cores=1,3,5,7
/proc/30601/task/30710/stat : 30710 (java) R 30597 30601 10805 0 -1 4202560 24836 13283 0 1 2109 14 5 3 20 0 15 0 406868958 11107291136 166272 33554432000 4194304 4196468 140722044139504 140658010887096 140657653827073 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 14925824 140722044148469 140722044150981 140722044150981 140722044153807 0
[pid=30601/tid=30712] ppid=30597 vsize=10846964 memory=6656426216303648864 CPUtime=0.15 cores=1,3,5,7
/proc/30601/task/30712/stat : 30712 (java) S 30597 30601 10805 0 -1 1077944384 1018 13283 0 1 5 2 5 3 20 0 15 0 406868959 11107291136 166272 33554432000 4194304 4196468 140722044139504 140658043296784 140658039064277 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14925824 140722044148469 140722044150981 140722044150981 140722044153807 0
[pid=30601/tid=30713] ppid=30597 vsize=10846964 memory=6655300316396806240 CPUtime=0.15 cores=1,3,5,7
/proc/30601/task/30713/stat : 30713 (java) S 30597 30601 10805 0 -1 1077944384 224 13283 0 1 5 2 5 3 20 0 15 0 406868959 11107291136 166272 33554432000 4194304 4196468 140722044139504 140657966455952 140658039064277 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14925824 140722044148469 140722044150981 140722044150981 140722044153807 0
[pid=30601/tid=30714] ppid=30597 vsize=10846964 memory=650752 CPUtime=0.15 cores=1,3,5,7
/proc/30601/task/30714/stat : 30714 (java) S 30597 30601 10805 0 -1 1077944384 989 13283 0 1 6 1 5 3 20 0 15 0 406868959 11107291136 166272 33554432000 4194304 4196468 140722044139504 140657965402896 140658039064277 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14925824 140722044148469 140722044150981 140722044150981 140722044153807 0
[pid=30601/tid=30715] ppid=30597 vsize=10846964 memory=7588711883664436113 CPUtime=0.15 cores=1,3,5,7
/proc/30601/task/30715/stat : 30715 (java) S 30597 30601 10805 0 -1 1077944384 420 13283 0 1 6 1 5 3 20 0 15 0 406868959 11107291136 166272 33554432000 4194304 4196468 140722044139504 140657610693520 140658039064277 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14925824 140722044148469 140722044150981 140722044150981 140722044153807 0
[pid=30601/tid=30721] ppid=30597 vsize=10846964 memory=11516842980 CPUtime=0.14 cores=1,3,5,7
/proc/30601/task/30721/stat : 30721 (java) S 30597 30601 10805 0 -1 1077944384 3511 13283 0 1 6 0 5 3 20 0 15 0 406868960 11107291136 166272 33554432000 4194304 4196468 140722044139504 140657310939376 140658039065218 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14925824 140722044148469 140722044150981 140722044150981 140722044153807 0
[pid=30601/tid=30723] ppid=30597 vsize=10846964 memory=2241 CPUtime=0.08 cores=1,3,5,7
/proc/30601/task/30723/stat : 30723 (java) S 30597 30601 10805 0 -1 1077944384 17 13283 0 1 0 0 5 3 20 0 15 0 406868961 11107291136 166272 33554432000 4194304 4196468 140722044139504 140656957711648 140658039064277 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14925824 140722044148469 140722044150981 140722044150981 140722044153807 0
[pid=30601/tid=30725] ppid=30597 vsize=10846964 memory=2244 CPUtime=0.08 cores=1,3,5,7
/proc/30601/task/30725/stat : 30725 (java) S 30597 30601 10805 0 -1 1077944384 1 13283 0 1 0 0 5 3 20 0 15 0 406868961 11107291136 166272 33554432000 4194304 4196468 140722044139504 140656823493376 140658039064277 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14925824 140722044148469 140722044150981 140722044150981 140722044153807 0
[pid=30601/tid=30726] ppid=30597 vsize=10846964 memory=8 CPUtime=0.08 cores=1,3,5,7
/proc/30601/task/30726/stat : 30726 (java) S 30597 30601 10805 0 -1 1077944384 3 13283 0 1 0 0 5 3 20 0 15 0 406868964 11107291136 166272 33554432000 4194304 4196468 140722044139504 140656583202768 140658039072667 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14925824 140722044148469 140722044150981 140722044150981 140722044153807 0
[pid=30601/tid=30727] ppid=30597 vsize=10846964 memory=8 CPUtime=3.53 cores=1,3,5,7
/proc/30601/task/30727/stat : 30727 (java) S 30597 30601 10805 0 -1 1077944384 10551 13283 0 1 341 4 5 3 20 0 15 0 406868964 11107291136 166272 33554432000 4194304 4196468 140722044139504 140657309887216 140658039065218 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14925824 140722044148469 140722044150981 140722044150981 140722044153807 0
[pid=30601/tid=30728] ppid=30597 vsize=10846964 memory=6656426216303648864 CPUtime=3.98 cores=1,3,5,7
/proc/30601/task/30728/stat : 30728 (java) S 30597 30601 10805 0 -1 1077944384 13896 13283 0 1 386 4 5 3 20 0 15 0 406868964 11107291136 166272 33554432000 4194304 4196468 140722044139504 140657308834672 140658039065218 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14925824 140722044148469 140722044150981 140722044150981 140722044153807 0
[pid=30601/tid=30729] ppid=30597 vsize=10846964 memory=8 CPUtime=3.27 cores=1,3,5,7
/proc/30601/task/30729/stat : 30729 (java) S 30597 30601 10805 0 -1 1077944384 12735 13283 0 1 313 6 5 3 20 0 15 0 406868964 11107291136 166272 33554432000 4194304 4196468 140722044139504 140657307781616 140658039065218 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14925824 140722044148469 140722044150981 140722044150981 140722044153807 0
[pid=30601/tid=30734] ppid=30597 vsize=10846964 memory=8 CPUtime=0.08 cores=1,3,5,7
/proc/30601/task/30734/stat : 30734 (java) S 30597 30601 10805 0 -1 1077944384 3 13283 0 1 0 0 5 3 20 0 15 0 406868964 11107291136 166272 33554432000 4194304 4196468 140722044139504 140656549645152 140658039064277 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14925824 140722044148469 140722044150981 140722044150981 140722044153807 0
[pid=30601/tid=30736] ppid=30597 vsize=10846964 memory=1536 CPUtime=0.08 cores=1,3,5,7
/proc/30601/task/30736/stat : 30736 (java) S 30597 30601 10805 0 -1 1077944384 301 13283 0 1 0 0 5 3 20 0 15 0 406868964 11107291136 166272 33554432000 4194304 4196468 140722044139504 140657306729008 140658039065218 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14925824 140722044148469 140722044150981 140722044150981 140722044153807 0
Current children cumulated CPU time: 32.29 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 665088 KiB

[startup+21.7008 s]
/proc/loadavg: 1.57 1.27 1.57 3/228 30737
/proc/meminfo: memFree=27129044/32770624 swapFree=66998520/67108860
[pid=30601] ppid=30597 vsize=10846964 memory=665088 CPUtime=32.41 cores=1,3,5,7
/proc/30601/stat : 30601 (java) S 30597 30601 10805 0 -1 1077944320 70721 13283 1 1 3195 38 5 3 20 0 15 0 406868944 11107291136 166272 33554432000 4194304 4196468 140722044139504 140722044122048 140658039054071 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 1 0 0 6293624 6294260 14925824 140722044148469 140722044150981 140722044150981 140722044153807 0
/proc/30601/statm: 2711741 166272 3619 1 0 2673805 0
[pid=30601/tid=30710] ppid=30597 vsize=10846964 memory=0 CPUtime=21.41 cores=1,3,5,7
/proc/30601/task/30710/stat : 30710 (java) R 30597 30601 10805 0 -1 4202560 24836 13283 0 1 2119 14 5 3 20 0 15 0 406868958 11107291136 166272 33554432000 4194304 4196468 140722044139504 140658010887096 140657647478375 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 14925824 140722044148469 140722044150981 140722044150981 140722044153807 0
[pid=30601/tid=30712] ppid=30597 vsize=10846964 memory=650752 CPUtime=0.15 cores=1,3,5,7
/proc/30601/task/30712/stat : 30712 (java) S 30597 30601 10805 0 -1 1077944384 1018 13283 0 1 5 2 5 3 20 0 15 0 406868959 11107291136 166272 33554432000 4194304 4196468 140722044139504 140658043296784 140658039064277 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14925824 140722044148469 140722044150981 140722044150981 140722044153807 0
[pid=30601/tid=30713] ppid=30597 vsize=10846964 memory=648680 CPUtime=0.15 cores=1,3,5,7
/proc/30601/task/30713/stat : 30713 (java) S 30597 30601 10805 0 -1 1077944384 224 13283 0 1 5 2 5 3 20 0 15 0 406868959 11107291136 166272 33554432000 4194304 4196468 140722044139504 140657966455952 140658039064277 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14925824 140722044148469 140722044150981 140722044150981 140722044153807 0
[pid=30601/tid=30714] ppid=30597 vsize=10846964 memory=665088 CPUtime=0.15 cores=1,3,5,7
/proc/30601/task/30714/stat : 30714 (java) S 30597 30601 10805 0 -1 1077944384 989 13283 0 1 6 1 5 3 20 0 15 0 406868959 11107291136 166272 33554432000 4194304 4196468 140722044139504 140657965402896 140658039064277 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14925824 140722044148469 140722044150981 140722044150981 140722044153807 0
[pid=30601/tid=30715] ppid=30597 vsize=10846964 memory=6 CPUtime=0.15 cores=1,3,5,7
/proc/30601/task/30715/stat : 30715 (java) S 30597 30601 10805 0 -1 1077944384 420 13283 0 1 6 1 5 3 20 0 15 0 406868959 11107291136 166272 33554432000 4194304 4196468 140722044139504 140657610693520 140658039064277 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14925824 140722044148469 140722044150981 140722044150981 140722044153807 0
[pid=30601/tid=30721] ppid=30597 vsize=10846964 memory=8 CPUtime=0.14 cores=1,3,5,7
/proc/30601/task/30721/stat : 30721 (java) S 30597 30601 10805 0 -1 1077944384 3511 13283 0 1 6 0 5 3 20 0 15 0 406868960 11107291136 166272 33554432000 4194304 4196468 140722044139504 140657310939376 140658039065218 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14925824 140722044148469 140722044150981 140722044150981 140722044153807 0
[pid=30601/tid=30723] ppid=30597 vsize=10846964 memory=8 CPUtime=0.08 cores=1,3,5,7
/proc/30601/task/30723/stat : 30723 (java) S 30597 30601 10805 0 -1 1077944384 17 13283 0 1 0 0 5 3 20 0 15 0 406868961 11107291136 166272 33554432000 4194304 4196468 140722044139504 140656957711648 140658039064277 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14925824 140722044148469 140722044150981 140722044150981 140722044153807 0
[pid=30601/tid=30725] ppid=30597 vsize=10846964 memory=9592 CPUtime=0.08 cores=1,3,5,7
/proc/30601/task/30725/stat : 30725 (java) S 30597 30601 10805 0 -1 1077944384 1 13283 0 1 0 0 5 3 20 0 15 0 406868961 11107291136 166272 33554432000 4194304 4196468 140722044139504 140656823493376 140658039064277 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14925824 140722044148469 140722044150981 140722044150981 140722044153807 0
[pid=30601/tid=30726] ppid=30597 vsize=10846964 memory=3624 CPUtime=0.08 cores=1,3,5,7
/proc/30601/task/30726/stat : 30726 (java) S 30597 30601 10805 0 -1 1077944384 3 13283 0 1 0 0 5 3 20 0 15 0 406868964 11107291136 166272 33554432000 4194304 4196468 140722044139504 140656583202768 140658039072667 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14925824 140722044148469 140722044150981 140722044150981 140722044153807 0
[pid=30601/tid=30727] ppid=30597 vsize=10846964 memory=37808 CPUtime=3.54 cores=1,3,5,7
/proc/30601/task/30727/stat : 30727 (java) S 30597 30601 10805 0 -1 1077944384 10552 13283 0 1 342 4 5 3 20 0 15 0 406868964 11107291136 166272 33554432000 4194304 4196468 140722044139504 140657309887216 140658039065218 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14925824 140722044148469 140722044150981 140722044150981 140722044153807 0
[pid=30601/tid=30728] ppid=30597 vsize=10846964 memory=0 CPUtime=3.99 cores=1,3,5,7
/proc/30601/task/30728/stat : 30728 (java) S 30597 30601 10805 0 -1 1077944384 13896 13283 0 1 387 4 5 3 20 0 15 0 406868964 11107291136 166272 33554432000 4194304 4196468 140722044139504 140657308834672 140658039065218 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14925824 140722044148469 140722044150981 140722044150981 140722044153807 0
[pid=30601/tid=30729] ppid=30597 vsize=10846964 memory=663040 CPUtime=3.27 cores=1,3,5,7
/proc/30601/task/30729/stat : 30729 (java) S 30597 30601 10805 0 -1 1077944384 12741 13283 0 1 313 6 5 3 20 0 15 0 406868964 11107291136 166272 33554432000 4194304 4196468 140722044139504 140657307781616 140658039065218 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14925824 140722044148469 140722044150981 140722044150981 140722044153807 0
[pid=30601/tid=30734] ppid=30597 vsize=10846964 memory=663040 CPUtime=0.08 cores=1,3,5,7
/proc/30601/task/30734/stat : 30734 (java) S 30597 30601 10805 0 -1 1077944384 3 13283 0 1 0 0 5 3 20 0 15 0 406868964 11107291136 166272 33554432000 4194304 4196468 140722044139504 140656549645152 140658039064277 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14925824 140722044148469 140722044150981 140722044150981 140722044153807 0
[pid=30601/tid=30736] ppid=30597 vsize=10846964 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/30601/task/30736/stat : 30736 (java) S 30597 30601 10805 0 -1 1077944384 301 13283 0 1 0 0 5 3 20 0 15 0 406868964 11107291136 166272 33554432000 4194304 4196468 140722044139504 140657306729008 140658039065218 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14925824 140722044148469 140722044150981 140722044150981 140722044153807 0
Current children cumulated CPU time: 32.41 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 665088 KiB

Child status: 0
Real time (s): 21.7389
CPU time (s): 32.4668
CPU user time (s): 32.0337
CPU system time (s): 0.433118
CPU usage (%): 149.349
Max. virtual memory (cumulated for all children) (KiB): 10849584
Max. memory (cumulated for all children) (KiB): 665088

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 32.0337
system time used= 0.433118
maximum resident set size= 667172
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 84483
page faults= 2
swaps= 0
block input operations= 128
block output operations= 184
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 15723
involuntary context switches= 130


# summary of solver processes directly reported to runsolver:
#   pid: 30601
#   total CPU time (s): 32.4668
#   total CPU user time (s): 32.0337
#   total CPU system time (s): 0.433118

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.136624 second user time and 0.265207 second system time

The end

Launcher Data

Begin job on node127 at 2019-09-12 18:32:40
IDJOB=4391974
IDBENCH=115951
IDSOLVER=2837
FILE ID=node127/4391974-1568306000
RUNJOBID= node127-1568305960-30577
PBS_JOBID= 21701110
Free space on /tmp= 58824 MiB

SOLVER NAME= Concrete 3.10
BENCH NAME= XCSP17/StillLife/StillLife-m1-s1/StillLife-03-14.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4391974-1568306000/watcher-4391974-1568306000 -o /tmp/evaluation-result-4391974-1568306000/solver-4391974-1568306000 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node127-1568305960-30577 --watchdog 2560  bin/xcsp-3-concrete -J-Xss32M -randomseed=1937324204 HOME/instance-4391974-1568306000.xml

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

MD5SUM BENCH= bb3a1ca81e7aea213eb86a812d55e65a
RANDOM SEED=1937324204

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:        28457048 kB
MemAvailable:   31872220 kB
Buffers:          104260 kB
Cached:          3570148 kB
SwapCached:         6780 kB
Active:          2037280 kB
Inactive:        1645796 kB
Active(anon):       3012 kB
Inactive(anon):    47232 kB
Active(file):    2034268 kB
Inactive(file):  1598564 kB
Unevictable:      110612 kB
Mlocked:          110612 kB
SwapTotal:      67108860 kB
SwapFree:       66998520 kB
Dirty:             69740 kB
Writeback:             0 kB
AnonPages:        124232 kB
Mapped:            43284 kB
Shmem:             32692 kB
Slab:             225816 kB
SReclaimable:     196348 kB
SUnreclaim:        29468 kB
KernelStack:        3664 kB
PageTables:         5676 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     502084 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     79872 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= 58752 MiB
End job on node127 at 2019-09-12 18:33:03