Trace number 4402723

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Concrete 3.12.3OPT20 14.5879 16.3639

General information on the benchmark

NameStillLife/StillLife-m1-s1/
StillLife-04-09.xml
MD5SUMe25e9e3192808473b45d33bf4350e517
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark20
Best CPU time to get the best result obtained on this benchmark1.82915
Satisfiable
(Un)Satisfiability was proved
Number of variables72
Number of constraints90
Number of domains2
Minimum domain size2
Maximum domain size9
Distribution of domain sizes[{"size":2,"count":36},{"size":9,"count":36}]
Minimum variable degree2
Maximum variable degree10
Distribution of variable degrees[{"degree":2,"count":36},{"degree":7,"count":4},{"degree":8,"count":18},{"degree":10,"count":14}]
Minimum constraint arity2
Maximum constraint arity9
Distribution of constraint arities[{"arity":2,"count":36},{"arity":3,"count":18},{"arity":4,"count":4},{"arity":6,"count":18},{"arity":9,"count":14}]
Number of extensional constraints54
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":54},{"type":"sum","count":36}]
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.84/2.27	c Concrete v3.12.3.1568965526260 running
6.88/11.77	o 10
6.88/11.78	o 11
6.88/11.78	o 13
7.59/11.92	o 14
7.59/12.00	o 16
7.94/12.01	o 18
8.82/12.33	o 19
9.13/12.40	o 20
14.50/16.35	v <instantiation
14.50/16.35	v         cost = '20'>
14.50/16.35	v       <list>
14.50/16.35	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[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[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[3][0] x[3][1] x[3][2] x[3][3] x[3][4] x[3][5] x[3][6] x[3][7] x[3][8] 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[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[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[3][0] s[3][1] s[3][2] s[3][3] s[3][4] s[3][5] s[3][6] s[3][7] s[3][8]
14.50/16.35	v       </list>
14.50/16.35	v       <values>
14.50/16.35	v         1 1 0 1 1 0 0 1 1 0 1 0 1 0 1 0 0 1 1 0 0 1 0 1 0 1 0 1 1 0 0 1 1 0 1 1 2 2 4 2 3 2 2 2 2 4 3 5 3 6 2 4 4 3 3 4 4 2 6 3 5 3 4 2 2 2 2 3 2 4 2 2
14.50/16.35	v       </values>
14.50/16.35	v     </instantiation>
14.50/16.35	s OPTIMUM FOUND

Verifier Data

OK	20

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

command line: BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4402723-1568967638/watcher-4402723-1568967638 -o /var/tmp/evaluation-result-4402723-1568967638/solver-4402723-1568967638 -C 2520 -W 2520 -M 15500 --bin-var /var/tmp/runsolver-exch-node117-1568967595-31372 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=1159292332 HOME/instance-4402723-1568967638.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2550 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
solver pid=31407, runsolver pid=31402
Current StackSize limit: 8192 KiB


[startup+0.100118 s]*
/proc/loadavg: 0.46 0.11 0.08 1/206 31422
/proc/meminfo: memFree=6483792/32770624 swapFree=66972068/67108860
[pid=31407] ppid=31402 vsize=113256 memory=1456 CPUtime=0 cores=0,2,4,6
/proc/31407/stat : 31407 (bash) S 31402 31407 31341 0 -1 4202496 695 0 1 0 0 0 0 0 20 0 1 0 472706662 115974144 364 33554432000 4194304 5098028 140729288673968 140729288671608 140256606018560 0 0 4100 65536 18446744071580971376 0 0 17 2 0 0 2 0 0 7196144 7232144 12894208 140729288676352 140729288676481 140729288676481 140729288679406 0
/proc/31407/statm: 28314 364 290 221 0 119 0
[pid=31414] ppid=31407 vsize=113256 memory=704 CPUtime=0 cores=0,2,4,6
/proc/31414/stat : 31414 (bash) S 31407 31407 31341 0 -1 4202560 172 0 0 0 0 0 0 0 20 0 1 0 472706665 115974144 176 33554432000 4194304 5098028 140729288673968 140729288670136 140256605844092 0 65536 4096 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 12894208 140729288676352 140729288676481 140729288676481 140729288679406 0
/proc/31414/statm: 28314 176 100 221 0 119 0
[pid=31415] ppid=31414 vsize=113256 memory=888 CPUtime=0 cores=0,2,4,6
/proc/31415/stat : 31415 (bash) S 31414 31407 31341 0 -1 4202560 212 427 0 1 0 0 0 0 20 0 1 0 472706665 115974144 222 33554432000 4194304 5098028 140729288673968 140729288667432 140256606018560 0 0 4096 65538 18446744071580971376 0 0 17 6 0 0 0 0 0 7196144 7232144 12894208 140729288676352 140729288676481 140729288676481 140729288679406 0
/proc/31415/statm: 28314 222 146 221 0 119 0
[pid=31421] ppid=31415 vsize=113256 memory=492 CPUtime=0 cores=0,2,4,6
/proc/31421/stat : 31421 (bash) D 31415 31407 31341 0 -1 1077944384 126 0 0 0 0 0 0 0 20 0 1 0 472706671 115974144 123 33554432000 4194304 5098028 140729288673968 140729288666488 140256606016885 0 0 4096 65538 18446744072101637668 0 0 17 0 0 0 0 0 0 7196144 7232144 12894208 140729288676352 140729288676481 140729288676481 140729288679406 0
/proc/31421/statm: 28314 123 47 221 0 119 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 453024 KiB
Current children cumulated memory: 3540 KiB

[startup+0.210009 s]*
/proc/loadavg: 0.46 0.11 0.08 3/206 31453
/proc/meminfo: memFree=6481944/32770624 swapFree=66972068/67108860
[pid=31407] ppid=31402 vsize=113256 memory=1568 CPUtime=0.01 cores=0,2,4,6
/proc/31407/stat : 31407 (bash) S 31402 31407 31341 0 -1 4202496 850 5366 1 1 0 0 0 1 20 0 1 0 472706662 115974144 392 33554432000 4194304 5098028 140729288673968 140729288667704 140256606018560 0 0 4100 65536 18446744071580971376 0 0 17 2 0 0 2 0 0 7196144 7232144 12894208 140729288676352 140729288676481 140729288676481 140729288679406 0
/proc/31407/statm: 28314 392 311 221 0 119 0
Current children cumulated CPU time: 0.01 s
Current children cumulated vsize: 113256 KiB
Current children cumulated memory: 1568 KiB

[startup+0.309509 s]*
/proc/loadavg: 0.46 0.11 0.08 1/206 31468
/proc/meminfo: memFree=6482464/32770624 swapFree=66972068/67108860
[pid=31407] ppid=31402 vsize=113256 memory=1616 CPUtime=0.01 cores=0,2,4,6
/proc/31407/stat : 31407 (bash) S 31402 31407 31341 0 -1 4202496 886 5686 1 1 0 0 0 1 20 0 1 0 472706662 115974144 404 33554432000 4194304 5098028 140729288673968 140729288667976 140256606018560 0 0 4100 65536 18446744071580971376 0 0 17 2 0 0 2 0 0 7196144 7232144 12894208 140729288676352 140729288676481 140729288676481 140729288679406 0
/proc/31407/statm: 28314 404 320 221 0 119 0
[pid=31464] ppid=31407 vsize=113256 memory=712 CPUtime=0 cores=0,2,4,6
/proc/31464/stat : 31464 (bash) S 31407 31407 31341 0 -1 4202560 155 0 0 0 0 0 0 0 20 0 1 0 472706687 115974144 178 33554432000 4194304 5098028 140729288673968 140729288666648 140256605844092 0 65536 4096 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 12894208 140729288676352 140729288676481 140729288676481 140729288679406 0
/proc/31464/statm: 28314 178 94 221 0 119 0
[pid=31466] ppid=31464 vsize=113256 memory=532 CPUtime=0 cores=0,2,4,6
/proc/31466/stat : 31466 (bash) D 31464 31407 31341 0 -1 1077944384 89 0 0 0 0 0 0 0 20 0 1 0 472706687 115974144 133 33554432000 4194304 5098028 140729288673968 140729288666424 140256606016885 0 0 4096 65538 18446744072101637668 0 0 17 0 0 0 0 0 0 7196144 7232144 12894208 140729288676352 140729288676481 140729288676481 140729288679406 0
/proc/31466/statm: 28314 133 49 221 0 119 0
[pid=31468] ppid=31464 vsize=113256 memory=524 CPUtime=0 cores=0,2,4,6
/proc/31468/stat : 31468 (bash) D 31464 31407 31341 0 -1 4202560 82 0 0 0 0 0 0 0 20 0 1 0 472706687 115974144 131 33554432000 4194304 5098028 140729288673968 140729288666424 140256606016885 0 0 4096 65538 18446744071585676691 0 0 17 0 0 0 0 0 0 7196144 7232144 12894208 140729288676352 140729288676481 140729288676481 140729288679406 0
/proc/31468/statm: 28314 131 47 221 0 119 0
Current children cumulated CPU time: 0.01 s
Current children cumulated vsize: 453024 KiB
Current children cumulated memory: 3384 KiB

[startup+0.700545 s]
/proc/loadavg: 0.46 0.11 0.08 1/206 31468
/proc/meminfo: memFree=6482084/32770624 swapFree=66972068/67108860
[pid=31407] ppid=31402 vsize=113256 memory=1616 CPUtime=0.01 cores=0,2,4,6
/proc/31407/stat : 31407 (bash) S 31402 31407 31341 0 -1 4202496 886 5686 1 1 0 0 0 1 20 0 1 0 472706662 115974144 404 33554432000 4194304 5098028 140729288673968 140729288667976 140256606018560 0 0 4100 65536 18446744071580971376 0 0 17 2 0 0 2 0 0 7196144 7232144 12894208 140729288676352 140729288676481 140729288676481 140729288679406 0
/proc/31407/statm: 28314 404 320 221 0 119 0
[pid=31464] ppid=31407 vsize=113256 memory=712 CPUtime=0 cores=0,2,4,6
/proc/31464/stat : 31464 (bash) S 31407 31407 31341 0 -1 4202560 155 0 0 0 0 0 0 0 20 0 1 0 472706687 115974144 178 33554432000 4194304 5098028 140729288673968 140729288666648 140256605844092 0 65536 4096 65538 18446744071579417331 0 0 17 4 0 0 0 0 0 7196144 7232144 12894208 140729288676352 140729288676481 140729288676481 140729288679406 0
/proc/31464/statm: 28314 178 94 221 0 119 0
[pid=31466] ppid=31464 vsize=30188 memory=796 CPUtime=0 cores=0,2,4,6
/proc/31466/stat : 31466 (java) D 31464 31407 31341 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 472706687 30912512 199 33554432000 4194304 4196468 140731583499120 140731583480600 139963429951113 0 0 4096 0 18446744071580431491 0 0 17 4 0 0 1 0 0 6293624 6294260 29536256 140731583505532 140731583505546 140731583505546 140731583508431 0
/proc/31466/statm: 7547 199 161 1 0 159 0
[pid=31468] ppid=31464 vsize=113488 memory=972 CPUtime=0 cores=0,2,4,6
/proc/31468/stat : 31468 (awk) S 31464 31407 31341 0 -1 4202496 424 0 0 0 0 0 0 0 20 0 1 0 472706687 116211712 243 33554432000 4194304 4609284 140726434740672 140726434739848 140413893581824 0 0 4096 1216 18446744071580971376 0 0 17 2 0 0 0 0 0 6708720 6711756 8036352 140726434747564 140726434747594 140726434747594 140726434750447 0
/proc/31468/statm: 28372 243 205 102 0 88 0
Current children cumulated CPU time: 0.01 s
Current children cumulated vsize: 370188 KiB
Current children cumulated memory: 4096 KiB

[startup+1.50036 s]
/proc/loadavg: 0.46 0.11 0.08 1/222 31484
/proc/meminfo: memFree=6455604/32770624 swapFree=66972068/67108860
[pid=31407] ppid=31402 vsize=10751868 memory=27756 CPUtime=0.15 cores=0,2,4,6
/proc/31407/stat : 31407 (java) S 31402 31407 31341 0 -1 1077944320 5765 13401 1 2 5 1 5 4 20 0 14 0 472706662 11009912832 6939 33554432000 4194304 4196468 140720524317456 140720524300000 139886449991415 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 2 0 0 6293624 6294260 11882496 140720524323427 140720524326069 140720524326069 140720524328911 0
/proc/31407/statm: 2687967 6939 2599 1 0 2650508 0
Current children cumulated CPU time: 0.15 s
Current children cumulated vsize: 10751868 KiB
Current children cumulated memory: 27756 KiB

[startup+3.11009 s]
/proc/loadavg: 0.46 0.11 0.08 1/228 31542
/proc/meminfo: memFree=6347768/32770624 swapFree=66972068/67108860
[pid=31407] ppid=31402 vsize=10822316 memory=74284 CPUtime=0.96 cores=0,2,4,6
/proc/31407/stat : 31407 (java) S 31402 31407 31341 0 -1 1077944320 14381 13401 2 2 81 6 5 4 20 0 15 0 472706662 11082051584 18571 33554432000 4194304 4196468 140720524317456 140720524300000 139886449991415 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 2 0 0 6293624 6294260 11882496 140720524323427 140720524326069 140720524326069 140720524328911 0
/proc/31407/statm: 2705579 18571 3486 1 0 2667661 0
[pid=31407/tid=31516] ppid=31402 vsize=10822316 memory=0 CPUtime=0.6 cores=0,2,4,6
/proc/31407/task/31516/stat : 31516 (java) D 31402 31407 31341 0 -1 4202560 9791 13401 0 2 47 4 5 4 20 0 15 0 472706802 11082051584 18571 33554432000 4194304 4196468 140720524317456 139886421810096 139886450013341 0 4 0 16800975 18446744071580419588 0 0 -1 4 0 0 99 0 0 6293624 6294260 11882496 140720524323427 140720524326069 140720524326069 140720524328911 0
[pid=31407/tid=31521] ppid=31402 vsize=10822316 memory=73688 CPUtime=0.09 cores=0,2,4,6
/proc/31407/task/31521/stat : 31521 (java) S 31402 31407 31341 0 -1 1077944384 1 13401 0 2 0 0 5 4 20 0 15 0 472706804 11082051584 18571 33554432000 4194304 4196468 140720524317456 139886454225168 139886450001621 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11882496 140720524323427 140720524326069 140720524326069 140720524328911 0
[pid=31407/tid=31522] ppid=31402 vsize=10822316 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/31407/task/31522/stat : 31522 (java) S 31402 31407 31341 0 -1 1077944384 1 13401 0 2 0 0 5 4 20 0 15 0 472706804 11082051584 18571 33554432000 4194304 4196468 140720524317456 139886353123728 139886450001621 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11882496 140720524323427 140720524326069 140720524326069 140720524328911 0
[pid=31407/tid=31523] ppid=31402 vsize=10822316 memory=140716684651104 CPUtime=0.09 cores=0,2,4,6
/proc/31407/task/31523/stat : 31523 (java) S 31402 31407 31341 0 -1 1077944384 1 13401 0 2 0 0 5 4 20 0 15 0 472706804 11082051584 18571 33554432000 4194304 4196468 140720524317456 139886352071184 139886450001621 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11882496 140720524323427 140720524326069 140720524326069 140720524328911 0
[pid=31407/tid=31524] ppid=31402 vsize=10822316 memory=140716684651584 CPUtime=0.09 cores=0,2,4,6
/proc/31407/task/31524/stat : 31524 (java) S 31402 31407 31341 0 -1 1077944384 2 13401 0 2 0 0 5 4 20 0 15 0 472706804 11082051584 18571 33554432000 4194304 4196468 140720524317456 139886351018640 139886450001621 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11882496 140720524323427 140720524326069 140720524326069 140720524328911 0
[pid=31407/tid=31527] ppid=31402 vsize=10822316 memory=140716684651616 CPUtime=0.09 cores=0,2,4,6
/proc/31407/task/31527/stat : 31527 (java) S 31402 31407 31341 0 -1 1077944384 5 13401 0 2 0 0 5 4 20 0 15 0 472706805 11082051584 18571 33554432000 4194304 4196468 140720524317456 139885909133808 139886450002562 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11882496 140720524323427 140720524326069 140720524326069 140720524328911 0
[pid=31407/tid=31529] ppid=31402 vsize=10822316 memory=140716684651648 CPUtime=0.09 cores=0,2,4,6
/proc/31407/task/31529/stat : 31529 (java) S 31402 31407 31341 0 -1 1077944384 13 13401 0 2 0 0 5 4 20 0 15 0 472706806 11082051584 18571 33554432000 4194304 4196468 140720524317456 139885339993504 139886450001621 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11882496 140720524323427 140720524326069 140720524326069 140720524328911 0
[pid=31407/tid=31530] ppid=31402 vsize=10822316 memory=140716684809344 CPUtime=0.09 cores=0,2,4,6
/proc/31407/task/31530/stat : 31530 (java) S 31402 31407 31341 0 -1 1077944384 1 13401 0 2 0 0 5 4 20 0 15 0 472706806 11082051584 18571 33554432000 4194304 4196468 140720524317456 139885205775856 139886450001621 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11882496 140720524323427 140720524326069 140720524326069 140720524328911 0
[pid=31407/tid=31536] ppid=31402 vsize=10822316 memory=140716684809376 CPUtime=0.09 cores=0,2,4,6
/proc/31407/task/31536/stat : 31536 (java) S 31402 31407 31341 0 -1 1077944384 3 13401 0 2 0 0 5 4 20 0 15 0 472706810 11082051584 18571 33554432000 4194304 4196468 140720524317456 139884965485264 139886450010011 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11882496 140720524323427 140720524326069 140720524326069 140720524328911 0
[pid=31407/tid=31537] ppid=31402 vsize=10822316 memory=6199981581583075313 CPUtime=0.19 cores=0,2,4,6
/proc/31407/task/31537/stat : 31537 (java) S 31402 31407 31341 0 -1 1077944384 959 13401 1 2 10 0 5 4 20 0 15 0 472706810 11082051584 18571 33554432000 4194304 4196468 140720524317456 139885908080624 139886450002562 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11882496 140720524323427 140720524326069 140720524326069 140720524328911 0
[pid=31407/tid=31538] ppid=31402 vsize=10822316 memory=2315026149160354894 CPUtime=0.17 cores=0,2,4,6
/proc/31407/task/31538/stat : 31538 (java) S 31402 31407 31341 0 -1 1077944384 652 13401 0 2 8 0 5 4 20 0 15 0 472706810 11082051584 18571 33554432000 4194304 4196468 140720524317456 139885907028080 139886450002562 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11882496 140720524323427 140720524326069 140720524326069 140720524328911 0
[pid=31407/tid=31539] ppid=31402 vsize=10822316 memory=56 CPUtime=0.24 cores=0,2,4,6
/proc/31407/task/31539/stat : 31539 (java) S 31402 31407 31341 0 -1 1077944384 746 13401 0 2 15 0 5 4 20 0 15 0 472706810 11082051584 18571 33554432000 4194304 4196468 140720524317456 139885905975536 139886450002562 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11882496 140720524323427 140720524326069 140720524326069 140720524328911 0
[pid=31407/tid=31540] ppid=31402 vsize=10822316 memory=2517 CPUtime=0.09 cores=0,2,4,6
/proc/31407/task/31540/stat : 31540 (java) S 31402 31407 31341 0 -1 1077944384 3 13401 0 2 0 0 5 4 20 0 15 0 472706811 11082051584 18571 33554432000 4194304 4196468 140720524317456 139884931926624 139886450001621 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11882496 140720524323427 140720524326069 140720524326069 140720524328911 0
[pid=31407/tid=31542] ppid=31402 vsize=10822316 memory=662363397872623664 CPUtime=0.09 cores=0,2,4,6
/proc/31407/task/31542/stat : 31542 (java) S 31402 31407 31341 0 -1 1077944384 1 13401 0 2 0 0 5 4 20 0 15 0 472706824 11082051584 18571 33554432000 4194304 4196468 140720524317456 139885904923440 139886450002562 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11882496 140720524323427 140720524326069 140720524326069 140720524328911 0
Current children cumulated CPU time: 0.96 s
Current children cumulated vsize: 10822316 KiB
Current children cumulated memory: 74284 KiB
heavy processes:

[startup+6.30079 s]
/proc/loadavg: 0.58 0.14 0.09 2/228 31542
/proc/meminfo: memFree=6336556/32770624 swapFree=66972068/67108860
[pid=31407] ppid=31402 vsize=10822316 memory=78352 CPUtime=1.08 cores=0,2,4,6
/proc/31407/stat : 31407 (java) S 31402 31407 31341 0 -1 1077944320 14856 13401 2 2 93 6 5 4 20 0 15 0 472706662 11082051584 19588 33554432000 4194304 4196468 140720524317456 140720524300000 139886449991415 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 2 0 0 6293624 6294260 11882496 140720524323427 140720524326069 140720524326069 140720524328911 0
/proc/31407/statm: 2705579 19588 3501 1 0 2667661 0
[pid=31407/tid=31516] ppid=31402 vsize=10822316 memory=0 CPUtime=0.65 cores=0,2,4,6
/proc/31407/task/31516/stat : 31516 (java) D 31402 31407 31341 0 -1 4202560 10196 13401 0 2 51 5 5 4 20 0 15 0 472706802 11082051584 19588 33554432000 4194304 4196468 140720524317456 139886421817808 139886450013341 0 4 0 16800975 18446744071580419588 0 0 -1 4 0 0 371 0 0 6293624 6294260 11882496 140720524323427 140720524326069 140720524326069 140720524328911 0
[pid=31407/tid=31521] ppid=31402 vsize=10822316 memory=297378512007108680 CPUtime=0.09 cores=0,2,4,6
/proc/31407/task/31521/stat : 31521 (java) S 31402 31407 31341 0 -1 1077944384 1 13401 0 2 0 0 5 4 20 0 15 0 472706804 11082051584 19588 33554432000 4194304 4196468 140720524317456 139886454225168 139886450001621 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11882496 140720524323427 140720524326069 140720524326069 140720524328911 0
[pid=31407/tid=31522] ppid=31402 vsize=10822316 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/31407/task/31522/stat : 31522 (java) S 31402 31407 31341 0 -1 1077944384 1 13401 0 2 0 0 5 4 20 0 15 0 472706804 11082051584 19588 33554432000 4194304 4196468 140720524317456 139886353123728 139886450001621 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11882496 140720524323427 140720524326069 140720524326069 140720524328911 0
[pid=31407/tid=31523] ppid=31402 vsize=10822316 memory=5859278125529317472 CPUtime=0.09 cores=0,2,4,6
/proc/31407/task/31523/stat : 31523 (java) S 31402 31407 31341 0 -1 1077944384 1 13401 0 2 0 0 5 4 20 0 15 0 472706804 11082051584 19588 33554432000 4194304 4196468 140720524317456 139886352071184 139886450001621 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11882496 140720524323427 140720524326069 140720524326069 140720524328911 0
[pid=31407/tid=31524] ppid=31402 vsize=10822316 memory=7811591828302485349 CPUtime=0.09 cores=0,2,4,6
/proc/31407/task/31524/stat : 31524 (java) S 31402 31407 31341 0 -1 1077944384 2 13401 0 2 0 0 5 4 20 0 15 0 472706804 11082051584 19588 33554432000 4194304 4196468 140720524317456 139886351018640 139886450001621 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11882496 140720524323427 140720524326069 140720524326069 140720524328911 0
[pid=31407/tid=31527] ppid=31402 vsize=10822316 memory=4639059895069856102 CPUtime=0.09 cores=0,2,4,6
/proc/31407/task/31527/stat : 31527 (java) S 31402 31407 31341 0 -1 1077944384 5 13401 0 2 0 0 5 4 20 0 15 0 472706805 11082051584 19588 33554432000 4194304 4196468 140720524317456 139885909133808 139886450002562 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11882496 140720524323427 140720524326069 140720524326069 140720524328911 0
[pid=31407/tid=31529] ppid=31402 vsize=10822316 memory=1408 CPUtime=0.09 cores=0,2,4,6
/proc/31407/task/31529/stat : 31529 (java) S 31402 31407 31341 0 -1 1077944384 13 13401 0 2 0 0 5 4 20 0 15 0 472706806 11082051584 19588 33554432000 4194304 4196468 140720524317456 139885339993504 139886450001621 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11882496 140720524323427 140720524326069 140720524326069 140720524328911 0
[pid=31407/tid=31530] ppid=31402 vsize=10822316 memory=2424 CPUtime=0.09 cores=0,2,4,6
/proc/31407/task/31530/stat : 31530 (java) S 31402 31407 31341 0 -1 1077944384 1 13401 0 2 0 0 5 4 20 0 15 0 472706806 11082051584 19588 33554432000 4194304 4196468 140720524317456 139885205775856 139886450001621 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11882496 140720524323427 140720524326069 140720524326069 140720524328911 0
[pid=31407/tid=31536] ppid=31402 vsize=10822316 memory=1408 CPUtime=0.09 cores=0,2,4,6
/proc/31407/task/31536/stat : 31536 (java) S 31402 31407 31341 0 -1 1077944384 3 13401 0 2 0 0 5 4 20 0 15 0 472706810 11082051584 19588 33554432000 4194304 4196468 140720524317456 139884965485264 139886450010011 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11882496 140720524323427 140720524326069 140720524326069 140720524328911 0
[pid=31407/tid=31537] ppid=31402 vsize=10822316 memory=2424 CPUtime=0.22 cores=0,2,4,6
/proc/31407/task/31537/stat : 31537 (java) S 31402 31407 31341 0 -1 1077944384 976 13401 1 2 13 0 5 4 20 0 15 0 472706810 11082051584 19588 33554432000 4194304 4196468 140720524317456 139885908080624 139886450002562 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11882496 140720524323427 140720524326069 140720524326069 140720524328911 0
[pid=31407/tid=31538] ppid=31402 vsize=10822316 memory=74284 CPUtime=0.2 cores=0,2,4,6
/proc/31407/task/31538/stat : 31538 (java) S 31402 31407 31341 0 -1 1077944384 684 13401 0 2 11 0 5 4 20 0 15 0 472706810 11082051584 19588 33554432000 4194304 4196468 140720524317456 139885907028080 139886450002562 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11882496 140720524323427 140720524326069 140720524326069 140720524328911 0
[pid=31407/tid=31539] ppid=31402 vsize=10822316 memory=281433369563136 CPUtime=0.25 cores=0,2,4,6
/proc/31407/task/31539/stat : 31539 (java) S 31402 31407 31341 0 -1 1077944384 765 13401 0 2 16 0 5 4 20 0 15 0 472706810 11082051584 19588 33554432000 4194304 4196468 140720524317456 139885905975536 139886450002562 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11882496 140720524323427 140720524326069 140720524326069 140720524328911 0
[pid=31407/tid=31540] ppid=31402 vsize=10822316 memory=302022878482923829 CPUtime=0.09 cores=0,2,4,6
/proc/31407/task/31540/stat : 31540 (java) S 31402 31407 31341 0 -1 1077944384 3 13401 0 2 0 0 5 4 20 0 15 0 472706811 11082051584 19588 33554432000 4194304 4196468 140720524317456 139884931926624 139886450001621 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11882496 140720524323427 140720524326069 140720524326069 140720524328911 0
[pid=31407/tid=31542] ppid=31402 vsize=10822316 memory=13854057802500511 CPUtime=0.09 cores=0,2,4,6
/proc/31407/task/31542/stat : 31542 (java) S 31402 31407 31341 0 -1 1077944384 3 13401 0 2 0 0 5 4 20 0 15 0 472706824 11082051584 19588 33554432000 4194304 4196468 140720524317456 139885904923440 139886450002562 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11882496 140720524323427 140720524326069 140720524326069 140720524328911 0
Current children cumulated CPU time: 1.08 s
Current children cumulated vsize: 10822316 KiB
Current children cumulated memory: 78352 KiB
heavy processes:

[startup+12.7007 s]
/proc/loadavg: 0.69 0.17 0.10 7/227 31542
/proc/meminfo: memFree=5928720/32770624 swapFree=66972068/67108860
[pid=31407] ppid=31402 vsize=10846988 memory=332116 CPUtime=10 cores=0,2,4,6
/proc/31407/stat : 31407 (java) S 31402 31407 31341 0 -1 1077944320 51868 13401 4 2 969 22 5 4 20 0 15 0 472706662 11107315712 83029 33554432000 4194304 4196468 140720524317456 140720524300000 139886449991415 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 2 0 0 6293624 6294260 11882496 140720524323427 140720524326069 140720524326069 140720524328911 0
/proc/31407/statm: 2711747 83029 3620 1 0 2673805 0
[pid=31407/tid=31516] ppid=31402 vsize=10846988 memory=202900 CPUtime=4.17 cores=0,2,4,6
/proc/31407/task/31516/stat : 31516 (java) R 31402 31407 31341 0 -1 4202560 22352 13401 2 2 398 10 5 4 20 0 15 0 472706802 11107315712 83029 33554432000 4194304 4196468 140720524317456 139886421826896 139886033581187 0 4 0 16800975 0 0 0 -1 4 0 0 655 0 0 6293624 6294260 11882496 140720524323427 140720524326069 140720524326069 140720524328911 0
[pid=31407/tid=31521] ppid=31402 vsize=10846988 memory=8334083345238234249 CPUtime=0.11 cores=0,2,4,6
/proc/31407/task/31521/stat : 31521 (java) S 31402 31407 31341 0 -1 1077944384 113 13401 0 2 2 0 5 4 20 0 15 0 472706804 11107315712 83029 33554432000 4194304 4196468 140720524317456 139886454225168 139886450001621 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11882496 140720524323427 140720524326069 140720524326069 140720524328911 0
[pid=31407/tid=31522] ppid=31402 vsize=10846988 memory=3612 CPUtime=0.11 cores=0,2,4,6
/proc/31407/task/31522/stat : 31522 (java) S 31402 31407 31341 0 -1 1077944384 404 13401 0 2 2 0 5 4 20 0 15 0 472706804 11107315712 83029 33554432000 4194304 4196468 140720524317456 139886353123728 139886450001621 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11882496 140720524323427 140720524326069 140720524326069 140720524328911 0
[pid=31407/tid=31523] ppid=31402 vsize=10846988 memory=68 CPUtime=0.12 cores=0,2,4,6
/proc/31407/task/31523/stat : 31523 (java) S 31402 31407 31341 0 -1 1077944384 99 13401 0 2 3 0 5 4 20 0 15 0 472706804 11107315712 83029 33554432000 4194304 4196468 140720524317456 139886352071184 139886450001621 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11882496 140720524323427 140720524326069 140720524326069 140720524328911 0
[pid=31407/tid=31524] ppid=31402 vsize=10846988 memory=6791534058613427641 CPUtime=0.12 cores=0,2,4,6

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

[pid=31407/tid=31540] ppid=31402 vsize=10846988 memory=414512 CPUtime=0.09 cores=0,2,4,6
/proc/31407/task/31540/stat : 31540 (java) S 31402 31407 31341 0 -1 1077944384 3 13401 0 2 0 0 5 4 20 0 15 0 472706811 11107315712 106235 33554432000 4194304 4196468 140720524317456 139884931926624 139886450001621 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11882496 140720524323427 140720524326069 140720524326069 140720524328911 0
[pid=31407/tid=31542] ppid=31402 vsize=10846988 memory=42412 CPUtime=0.09 cores=0,2,4,6
/proc/31407/task/31542/stat : 31542 (java) S 31402 31407 31341 0 -1 1077944384 10 13401 0 2 0 0 5 4 20 0 15 0 472706824 11107315712 106235 33554432000 4194304 4196468 140720524317456 139885904923440 139886450002562 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11882496 140720524323427 140720524326069 140720524326069 140720524328911 0
Current children cumulated CPU time: 12.53 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 424940 KiB

[startup+15.2008 s]
/proc/loadavg: 0.72 0.19 0.10 3/227 31542
/proc/meminfo: memFree=5447656/32770624 swapFree=66972068/67108860
[pid=31407] ppid=31402 vsize=10849036 memory=521368 CPUtime=13.37 cores=0,2,4,6
/proc/31407/stat : 31407 (java) S 31402 31407 31341 0 -1 1077944320 53358 13401 4 2 1302 26 5 4 20 0 15 0 472706662 11109412864 130342 33554432000 4194304 4196468 140720524317456 140720524300000 139886449991415 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 2 0 0 6293624 6294260 11882496 140720524323427 140720524326069 140720524326069 140720524328911 0
/proc/31407/statm: 2712259 130342 3623 1 0 2674317 0
[pid=31407/tid=31516] ppid=31402 vsize=10849036 memory=1432 CPUtime=6.65 cores=0,2,4,6
/proc/31407/task/31516/stat : 31516 (java) R 31402 31407 31341 0 -1 4202560 22510 13401 2 2 643 13 5 4 20 0 15 0 472706802 11109412864 130342 33554432000 4194304 4196468 140720524317456 139886421824072 139886041601447 0 4 0 16800975 0 0 0 -1 2 0 0 655 0 0 6293624 6294260 11882496 140720524323427 140720524326069 140720524326069 140720524328911 0
[pid=31407/tid=31521] ppid=31402 vsize=10849036 memory=11624 CPUtime=0.12 cores=0,2,4,6
/proc/31407/task/31521/stat : 31521 (java) S 31402 31407 31341 0 -1 1077944384 118 13401 0 2 3 0 5 4 20 0 15 0 472706804 11109412864 130342 33554432000 4194304 4196468 140720524317456 139886454225168 139886450001621 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11882496 140720524323427 140720524326069 140720524326069 140720524328911 0
[pid=31407/tid=31522] ppid=31402 vsize=10849036 memory=740 CPUtime=0.13 cores=0,2,4,6
/proc/31407/task/31522/stat : 31522 (java) S 31402 31407 31341 0 -1 1077944384 408 13401 0 2 3 1 5 4 20 0 15 0 472706804 11109412864 130342 33554432000 4194304 4196468 140720524317456 139886353123728 139886450001621 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11882496 140720524323427 140720524326069 140720524326069 140720524328911 0
[pid=31407/tid=31523] ppid=31402 vsize=10849036 memory=1056 CPUtime=0.12 cores=0,2,4,6
/proc/31407/task/31523/stat : 31523 (java) S 31402 31407 31341 0 -1 1077944384 102 13401 0 2 3 0 5 4 20 0 15 0 472706804 11109412864 130342 33554432000 4194304 4196468 140720524317456 139886352071184 139886450001621 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11882496 140720524323427 140720524326069 140720524326069 140720524328911 0
[pid=31407/tid=31524] ppid=31402 vsize=10849036 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/31407/task/31524/stat : 31524 (java) S 31402 31407 31341 0 -1 1077944384 319 13401 0 2 3 0 5 4 20 0 15 0 472706804 11109412864 130342 33554432000 4194304 4196468 140720524317456 139886351018640 139886450001621 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11882496 140720524323427 140720524326069 140720524326069 140720524328911 0
[pid=31407/tid=31527] ppid=31402 vsize=10849036 memory=3054156605651173440 CPUtime=0.13 cores=0,2,4,6
/proc/31407/task/31527/stat : 31527 (java) S 31402 31407 31341 0 -1 1077944384 1579 13401 0 2 4 0 5 4 20 0 15 0 472706805 11109412864 130342 33554432000 4194304 4196468 140720524317456 139885909133808 139886450002562 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11882496 140720524323427 140720524326069 140720524326069 140720524328911 0
[pid=31407/tid=31529] ppid=31402 vsize=10849036 memory=6655300316396806240 CPUtime=0.09 cores=0,2,4,6
/proc/31407/task/31529/stat : 31529 (java) S 31402 31407 31341 0 -1 1077944384 15 13401 0 2 0 0 5 4 20 0 15 0 472706806 11109412864 130342 33554432000 4194304 4196468 140720524317456 139885339993632 139886450001621 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11882496 140720524323427 140720524326069 140720524326069 140720524328911 0
[pid=31407/tid=31530] ppid=31402 vsize=10849036 memory=-7740096080597194087 CPUtime=0.09 cores=0,2,4,6
/proc/31407/task/31530/stat : 31530 (java) S 31402 31407 31341 0 -1 1077944384 11 13401 0 2 0 0 5 4 20 0 15 0 472706806 11109412864 130342 33554432000 4194304 4196468 140720524317456 139885205775872 139886450001621 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11882496 140720524323427 140720524326069 140720524326069 140720524328911 0
[pid=31407/tid=31536] ppid=31402 vsize=10849036 memory=6944656592387989600 CPUtime=0.09 cores=0,2,4,6
/proc/31407/task/31536/stat : 31536 (java) S 31402 31407 31341 0 -1 1077944384 3 13401 0 2 0 0 5 4 20 0 15 0 472706810 11109412864 130342 33554432000 4194304 4196468 140720524317456 139884965485264 139886450010011 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11882496 140720524323427 140720524326069 140720524326069 140720524328911 0
[pid=31407/tid=31537] ppid=31402 vsize=10849036 memory=6944652027076318631 CPUtime=2.41 cores=0,2,4,6
/proc/31407/task/31537/stat : 31537 (java) S 31402 31407 31341 0 -1 1077944384 7302 13401 1 2 230 2 5 4 20 0 15 0 472706810 11109412864 130342 33554432000 4194304 4196468 140720524317456 139885908080624 139886450002562 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11882496 140720524323427 140720524326069 140720524326069 140720524328911 0
[pid=31407/tid=31538] ppid=31402 vsize=10849036 memory=32804 CPUtime=2.64 cores=0,2,4,6
/proc/31407/task/31538/stat : 31538 (java) S 31402 31407 31341 0 -1 1077944384 10287 13401 0 2 253 2 5 4 20 0 15 0 472706810 11109412864 130342 33554432000 4194304 4196468 140720524317456 139885907028080 139886450002562 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11882496 140720524323427 140720524326069 140720524326069 140720524328911 0
[pid=31407/tid=31539] ppid=31402 vsize=10849036 memory=7599388386692169796 CPUtime=1.64 cores=0,2,4,6
/proc/31407/task/31539/stat : 31539 (java) S 31402 31407 31341 0 -1 1077944384 8489 13401 0 2 153 2 5 4 20 0 15 0 472706810 11109412864 130342 33554432000 4194304 4196468 140720524317456 139885905975536 139886450002562 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11882496 140720524323427 140720524326069 140720524326069 140720524328911 0
[pid=31407/tid=31540] ppid=31402 vsize=10849036 memory=5939797531476256613 CPUtime=0.09 cores=0,2,4,6
/proc/31407/task/31540/stat : 31540 (java) S 31402 31407 31341 0 -1 1077944384 3 13401 0 2 0 0 5 4 20 0 15 0 472706811 11109412864 130342 33554432000 4194304 4196468 140720524317456 139884931926624 139886450001621 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11882496 140720524323427 140720524326069 140720524326069 140720524328911 0
[pid=31407/tid=31542] ppid=31402 vsize=10849036 memory=7739558466790122581 CPUtime=0.09 cores=0,2,4,6
/proc/31407/task/31542/stat : 31542 (java) S 31402 31407 31341 0 -1 1077944384 10 13401 0 2 0 0 5 4 20 0 15 0 472706824 11109412864 130342 33554432000 4194304 4196468 140720524317456 139885904923440 139886450002562 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11882496 140720524323427 140720524326069 140720524326069 140720524328911 0
Current children cumulated CPU time: 13.37 s
Current children cumulated vsize: 10849036 KiB
Current children cumulated memory: 521368 KiB

[startup+16.0008 s]*
/proc/loadavg: 0.72 0.19 0.10 3/227 31542
/proc/meminfo: memFree=5375200/32770624 swapFree=66972068/67108860
[pid=31407] ppid=31402 vsize=10849036 memory=523552 CPUtime=14.19 cores=0,2,4,6
/proc/31407/stat : 31407 (java) S 31402 31407 31341 0 -1 1077944320 53378 13401 4 2 1384 26 5 4 20 0 15 0 472706662 11109412864 130888 33554432000 4194304 4196468 140720524317456 140720524300000 139886449991415 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 2 0 0 6293624 6294260 11882496 140720524323427 140720524326069 140720524326069 140720524328911 0
/proc/31407/statm: 2712259 130888 3623 1 0 2674317 0
[pid=31407/tid=31516] ppid=31402 vsize=10849036 memory=6791534058613427641 CPUtime=7.45 cores=0,2,4,6
/proc/31407/task/31516/stat : 31516 (java) R 31402 31407 31341 0 -1 4202560 22517 13401 2 2 723 13 5 4 20 0 15 0 472706802 11109412864 130888 33554432000 4194304 4196468 140720524317456 139886421827248 139886028989279 0 4 0 16800975 0 0 0 -1 4 0 0 655 0 0 6293624 6294260 11882496 140720524323427 140720524326069 140720524326069 140720524328911 0
[pid=31407/tid=31521] ppid=31402 vsize=10849036 memory=6944656592387989600 CPUtime=0.12 cores=0,2,4,6
/proc/31407/task/31521/stat : 31521 (java) S 31402 31407 31341 0 -1 1077944384 119 13401 0 2 3 0 5 4 20 0 15 0 472706804 11109412864 130888 33554432000 4194304 4196468 140720524317456 139886454225168 139886450001621 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11882496 140720524323427 140720524326069 140720524326069 140720524328911 0
[pid=31407/tid=31522] ppid=31402 vsize=10849036 memory=6944656592387989600 CPUtime=0.13 cores=0,2,4,6
/proc/31407/task/31522/stat : 31522 (java) S 31402 31407 31341 0 -1 1077944384 409 13401 0 2 3 1 5 4 20 0 15 0 472706804 11109412864 130888 33554432000 4194304 4196468 140720524317456 139886353123728 139886450001621 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11882496 140720524323427 140720524326069 140720524326069 140720524328911 0
[pid=31407/tid=31523] ppid=31402 vsize=10849036 memory=-7595718316223324558 CPUtime=0.13 cores=0,2,4,6
/proc/31407/task/31523/stat : 31523 (java) S 31402 31407 31341 0 -1 1077944384 109 13401 0 2 4 0 5 4 20 0 15 0 472706804 11109412864 130888 33554432000 4194304 4196468 140720524317456 139886352071184 139886450001621 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11882496 140720524323427 140720524326069 140720524326069 140720524328911 0
[pid=31407/tid=31524] ppid=31402 vsize=10849036 memory=4872558044660077418 CPUtime=0.13 cores=0,2,4,6
/proc/31407/task/31524/stat : 31524 (java) S 31402 31407 31341 0 -1 1077944384 320 13401 0 2 3 1 5 4 20 0 15 0 472706804 11109412864 130888 33554432000 4194304 4196468 140720524317456 139886351018640 139886450001621 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11882496 140720524323427 140720524326069 140720524326069 140720524328911 0
[pid=31407/tid=31527] ppid=31402 vsize=10849036 memory=-7737605721172012177 CPUtime=0.13 cores=0,2,4,6
/proc/31407/task/31527/stat : 31527 (java) S 31402 31407 31341 0 -1 1077944384 1579 13401 0 2 4 0 5 4 20 0 15 0 472706805 11109412864 130888 33554432000 4194304 4196468 140720524317456 139885909133808 139886450002562 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11882496 140720524323427 140720524326069 140720524326069 140720524328911 0
[pid=31407/tid=31529] ppid=31402 vsize=10849036 memory=7597685182856913236 CPUtime=0.09 cores=0,2,4,6
/proc/31407/task/31529/stat : 31529 (java) S 31402 31407 31341 0 -1 1077944384 15 13401 0 2 0 0 5 4 20 0 15 0 472706806 11109412864 130888 33554432000 4194304 4196468 140720524317456 139885339993632 139886450001621 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11882496 140720524323427 140720524326069 140720524326069 140720524328911 0
[pid=31407/tid=31530] ppid=31402 vsize=10849036 memory=7739276948477931367 CPUtime=0.09 cores=0,2,4,6
/proc/31407/task/31530/stat : 31530 (java) S 31402 31407 31341 0 -1 1077944384 11 13401 0 2 0 0 5 4 20 0 15 0 472706806 11109412864 130888 33554432000 4194304 4196468 140720524317456 139885205775872 139886450001621 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11882496 140720524323427 140720524326069 140720524326069 140720524328911 0
[pid=31407/tid=31536] ppid=31402 vsize=10849036 memory=7380106142448641899 CPUtime=0.09 cores=0,2,4,6
/proc/31407/task/31536/stat : 31536 (java) S 31402 31407 31341 0 -1 1077944384 3 13401 0 2 0 0 5 4 20 0 15 0 472706810 11109412864 130888 33554432000 4194304 4196468 140720524317456 139884965485264 139886450010011 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11882496 140720524323427 140720524326069 140720524326069 140720524328911 0
[pid=31407/tid=31537] ppid=31402 vsize=10849036 memory=7235430087631398228 CPUtime=2.41 cores=0,2,4,6
/proc/31407/task/31537/stat : 31537 (java) S 31402 31407 31341 0 -1 1077944384 7302 13401 1 2 230 2 5 4 20 0 15 0 472706810 11109412864 130888 33554432000 4194304 4196468 140720524317456 139885908080624 139886450002562 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11882496 140720524323427 140720524326069 140720524326069 140720524328911 0
[pid=31407/tid=31538] ppid=31402 vsize=10849036 memory=7881696724453321575 CPUtime=2.64 cores=0,2,4,6
/proc/31407/task/31538/stat : 31538 (java) S 31402 31407 31341 0 -1 1077944384 10287 13401 0 2 253 2 5 4 20 0 15 0 472706810 11109412864 130888 33554432000 4194304 4196468 140720524317456 139885907028080 139886450002562 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11882496 140720524323427 140720524326069 140720524326069 140720524328911 0
[pid=31407/tid=31539] ppid=31402 vsize=10849036 memory=7525062362447040853 CPUtime=1.65 cores=0,2,4,6
/proc/31407/task/31539/stat : 31539 (java) S 31402 31407 31341 0 -1 1077944384 8492 13401 0 2 154 2 5 4 20 0 15 0 472706810 11109412864 130888 33554432000 4194304 4196468 140720524317456 139885905975536 139886450002562 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11882496 140720524323427 140720524326069 140720524326069 140720524328911 0
[pid=31407/tid=31540] ppid=31402 vsize=10849036 memory=-7737605721172012177 CPUtime=0.09 cores=0,2,4,6
/proc/31407/task/31540/stat : 31540 (java) S 31402 31407 31341 0 -1 1077944384 3 13401 0 2 0 0 5 4 20 0 15 0 472706811 11109412864 130888 33554432000 4194304 4196468 140720524317456 139884931926624 139886450001621 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11882496 140720524323427 140720524326069 140720524326069 140720524328911 0
[pid=31407/tid=31542] ppid=31402 vsize=10849036 memory=-9174445032661854264 CPUtime=0.09 cores=0,2,4,6
/proc/31407/task/31542/stat : 31542 (java) S 31402 31407 31341 0 -1 1077944384 10 13401 0 2 0 0 5 4 20 0 15 0 472706824 11109412864 130888 33554432000 4194304 4196468 140720524317456 139885904923440 139886450002562 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11882496 140720524323427 140720524326069 140720524326069 140720524328911 0
Current children cumulated CPU time: 14.19 s
Current children cumulated vsize: 10849036 KiB
Current children cumulated memory: 523552 KiB

[startup+16.2086 s]
/proc/loadavg: 0.72 0.19 0.10 3/227 31542
/proc/meminfo: memFree=5375200/32770624 swapFree=66972068/67108860
[pid=31407] ppid=31402 vsize=10849036 memory=597280 CPUtime=14.41 cores=0,2,4,6
/proc/31407/stat : 31407 (java) S 31402 31407 31341 0 -1 1077944320 53467 13401 4 2 1405 27 5 4 20 0 15 0 472706662 11109412864 149320 33554432000 4194304 4196468 140720524317456 140720524300000 139886449991415 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 2 0 0 6293624 6294260 11882496 140720524323427 140720524326069 140720524326069 140720524328911 0
/proc/31407/statm: 2712259 149320 3623 1 0 2674317 0
[pid=31407/tid=31516] ppid=31402 vsize=10849036 memory=6791534058613427641 CPUtime=7.65 cores=0,2,4,6
/proc/31407/task/31516/stat : 31516 (java) R 31402 31407 31341 0 -1 4202560 22557 13401 2 2 742 14 5 4 20 0 15 0 472706802 11109412864 149320 33554432000 4194304 4196468 140720524317456 139886421827312 139886041054982 0 4 0 16800975 0 0 0 -1 6 0 0 655 0 0 6293624 6294260 11882496 140720524323427 140720524326069 140720524326069 140720524328911 0
[pid=31407/tid=31521] ppid=31402 vsize=10849036 memory=7598811100138176585 CPUtime=0.12 cores=0,2,4,6
/proc/31407/task/31521/stat : 31521 (java) S 31402 31407 31341 0 -1 1077944384 122 13401 0 2 3 0 5 4 20 0 15 0 472706804 11109412864 149320 33554432000 4194304 4196468 140720524317456 139886454225168 139886450001621 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11882496 140720524323427 140720524326069 140720524326069 140720524328911 0
[pid=31407/tid=31522] ppid=31402 vsize=10849036 memory=13253 CPUtime=0.13 cores=0,2,4,6
/proc/31407/task/31522/stat : 31522 (java) S 31402 31407 31341 0 -1 1077944384 410 13401 0 2 3 1 5 4 20 0 15 0 472706804 11109412864 149320 33554432000 4194304 4196468 140720524317456 139886353123728 139886450001621 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11882496 140720524323427 140720524326069 140720524326069 140720524328911 0
[pid=31407/tid=31523] ppid=31402 vsize=10849036 memory=288230376155249746 CPUtime=0.13 cores=0,2,4,6
/proc/31407/task/31523/stat : 31523 (java) S 31402 31407 31341 0 -1 1077944384 110 13401 0 2 4 0 5 4 20 0 15 0 472706804 11109412864 149320 33554432000 4194304 4196468 140720524317456 139886352071184 139886450001621 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11882496 140720524323427 140720524326069 140720524326069 140720524328911 0
[pid=31407/tid=31524] ppid=31402 vsize=10849036 memory=111636 CPUtime=0.14 cores=0,2,4,6
/proc/31407/task/31524/stat : 31524 (java) S 31402 31407 31341 0 -1 1077944384 321 13401 0 2 4 1 5 4 20 0 15 0 472706804 11109412864 149320 33554432000 4194304 4196468 140720524317456 139886351018640 139886450001621 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11882496 140720524323427 140720524326069 140720524326069 140720524328911 0
[pid=31407/tid=31527] ppid=31402 vsize=10849036 memory=804 CPUtime=0.13 cores=0,2,4,6
/proc/31407/task/31527/stat : 31527 (java) S 31402 31407 31341 0 -1 1077944384 1622 13401 0 2 4 0 5 4 20 0 15 0 472706805 11109412864 149320 33554432000 4194304 4196468 140720524317456 139885909133808 139886450002562 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11882496 140720524323427 140720524326069 140720524326069 140720524328911 0
[pid=31407/tid=31529] ppid=31402 vsize=10849036 memory=1732 CPUtime=0.09 cores=0,2,4,6
/proc/31407/task/31529/stat : 31529 (java) S 31402 31407 31341 0 -1 1077944384 15 13401 0 2 0 0 5 4 20 0 15 0 472706806 11109412864 149320 33554432000 4194304 4196468 140720524317456 139885339993632 139886450001621 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11882496 140720524323427 140720524326069 140720524326069 140720524328911 0
[pid=31407/tid=31530] ppid=31402 vsize=10849036 memory=7019826912619221614 CPUtime=0.09 cores=0,2,4,6
/proc/31407/task/31530/stat : 31530 (java) S 31402 31407 31341 0 -1 1077944384 11 13401 0 2 0 0 5 4 20 0 15 0 472706806 11109412864 149320 33554432000 4194304 4196468 140720524317456 139885205775872 139886450001621 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11882496 140720524323427 140720524326069 140720524326069 140720524328911 0
[pid=31407/tid=31536] ppid=31402 vsize=10849036 memory=7084538699587021937 CPUtime=0.09 cores=0,2,4,6
/proc/31407/task/31536/stat : 31536 (java) S 31402 31407 31341 0 -1 1077944384 3 13401 0 2 0 0 5 4 20 0 15 0 472706810 11109412864 149320 33554432000 4194304 4196468 140720524317456 139884965485264 139886450010011 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11882496 140720524323427 140720524326069 140720524326069 140720524328911 0
[pid=31407/tid=31537] ppid=31402 vsize=10849036 memory=7295950583417696866 CPUtime=2.41 cores=0,2,4,6
/proc/31407/task/31537/stat : 31537 (java) S 31402 31407 31341 0 -1 1077944384 7302 13401 1 2 230 2 5 4 20 0 15 0 472706810 11109412864 149320 33554432000 4194304 4196468 140720524317456 139885908080624 139886450002562 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11882496 140720524323427 140720524326069 140720524326069 140720524328911 0
[pid=31407/tid=31538] ppid=31402 vsize=10849036 memory=5865469479800824941 CPUtime=2.66 cores=0,2,4,6
/proc/31407/task/31538/stat : 31538 (java) S 31402 31407 31341 0 -1 1077944384 10287 13401 0 2 255 2 5 4 20 0 15 0 472706810 11109412864 149320 33554432000 4194304 4196468 140720524317456 139885907028080 139886450002562 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11882496 140720524323427 140720524326069 140720524326069 140720524328911 0
[pid=31407/tid=31539] ppid=31402 vsize=10849036 memory=4639059877604708710 CPUtime=1.65 cores=0,2,4,6
/proc/31407/task/31539/stat : 31539 (java) S 31402 31407 31341 0 -1 1077944384 8492 13401 0 2 154 2 5 4 20 0 15 0 472706810 11109412864 149320 33554432000 4194304 4196468 140720524317456 139885905975536 139886450002562 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11882496 140720524323427 140720524326069 140720524326069 140720524328911 0
[pid=31407/tid=31540] ppid=31402 vsize=10849036 memory=7881696724453321575 CPUtime=0.09 cores=0,2,4,6
/proc/31407/task/31540/stat : 31540 (java) S 31402 31407 31341 0 -1 1077944384 3 13401 0 2 0 0 5 4 20 0 15 0 472706811 11109412864 149320 33554432000 4194304 4196468 140720524317456 139884931926624 139886450001621 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11882496 140720524323427 140720524326069 140720524326069 140720524328911 0
[pid=31407/tid=31542] ppid=31402 vsize=10849036 memory=7236547281622689387 CPUtime=0.09 cores=0,2,4,6
/proc/31407/task/31542/stat : 31542 (java) S 31402 31407 31341 0 -1 1077944384 10 13401 0 2 0 0 5 4 20 0 15 0 472706824 11109412864 149320 33554432000 4194304 4196468 140720524317456 139885904923440 139886450002562 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11882496 140720524323427 140720524326069 140720524326069 140720524328911 0
Current children cumulated CPU time: 14.41 s
Current children cumulated vsize: 10849036 KiB
Current children cumulated memory: 597280 KiB

[startup+16.3016 s]
/proc/loadavg: 0.72 0.19 0.10 3/227 31542
/proc/meminfo: memFree=5375200/32770624 swapFree=66972068/67108860
[pid=31407] ppid=31402 vsize=10849036 memory=597280 CPUtime=14.5 cores=0,2,4,6
/proc/31407/stat : 31407 (java) S 31402 31407 31341 0 -1 1077944320 53480 13401 4 2 1414 27 5 4 20 0 15 0 472706662 11109412864 149320 33554432000 4194304 4196468 140720524317456 140720524300000 139886449991415 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 2 0 0 6293624 6294260 11882496 140720524323427 140720524326069 140720524326069 140720524328911 0
/proc/31407/statm: 2712259 149320 3623 1 0 2674317 0
[pid=31407/tid=31516] ppid=31402 vsize=10849036 memory=523552 CPUtime=7.74 cores=0,2,4,6
/proc/31407/task/31516/stat : 31516 (java) R 31402 31407 31341 0 -1 4202560 22564 13401 2 2 751 14 5 4 20 0 15 0 472706802 11109412864 149320 33554432000 4194304 4196468 140720524317456 139886421826408 139886039985552 0 4 0 16800975 0 0 0 -1 0 0 0 655 0 0 6293624 6294260 11882496 140720524323427 140720524326069 140720524326069 140720524328911 0
[pid=31407/tid=31521] ppid=31402 vsize=10849036 memory=552224 CPUtime=0.12 cores=0,2,4,6
/proc/31407/task/31521/stat : 31521 (java) S 31402 31407 31341 0 -1 1077944384 122 13401 0 2 3 0 5 4 20 0 15 0 472706804 11109412864 149320 33554432000 4194304 4196468 140720524317456 139886454225168 139886450001621 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11882496 140720524323427 140720524326069 140720524326069 140720524328911 0
[pid=31407/tid=31522] ppid=31402 vsize=10849036 memory=0 CPUtime=0.13 cores=0,2,4,6
/proc/31407/task/31522/stat : 31522 (java) S 31402 31407 31341 0 -1 1077944384 410 13401 0 2 3 1 5 4 20 0 15 0 472706804 11109412864 149320 33554432000 4194304 4196468 140720524317456 139886353123728 139886450001621 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11882496 140720524323427 140720524326069 140720524326069 140720524328911 0
[pid=31407/tid=31523] ppid=31402 vsize=10849036 memory=5792544353639809121 CPUtime=0.13 cores=0,2,4,6
/proc/31407/task/31523/stat : 31523 (java) S 31402 31407 31341 0 -1 1077944384 110 13401 0 2 4 0 5 4 20 0 15 0 472706804 11109412864 149320 33554432000 4194304 4196468 140720524317456 139886352071184 139886450001621 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11882496 140720524323427 140720524326069 140720524326069 140720524328911 0
[pid=31407/tid=31524] ppid=31402 vsize=10849036 memory=7649399375641522483 CPUtime=0.14 cores=0,2,4,6
/proc/31407/task/31524/stat : 31524 (java) S 31402 31407 31341 0 -1 1077944384 321 13401 0 2 4 1 5 4 20 0 15 0 472706804 11109412864 149320 33554432000 4194304 4196468 140720524317456 139886351018640 139886450001621 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11882496 140720524323427 140720524326069 140720524326069 140720524328911 0
[pid=31407/tid=31527] ppid=31402 vsize=10849036 memory=780 CPUtime=0.13 cores=0,2,4,6
/proc/31407/task/31527/stat : 31527 (java) S 31402 31407 31341 0 -1 1077944384 1622 13401 0 2 4 0 5 4 20 0 15 0 472706805 11109412864 149320 33554432000 4194304 4196468 140720524317456 139885909133808 139886450002562 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11882496 140720524323427 140720524326069 140720524326069 140720524328911 0
[pid=31407/tid=31529] ppid=31402 vsize=10849036 memory=1436 CPUtime=0.09 cores=0,2,4,6
/proc/31407/task/31529/stat : 31529 (java) S 31402 31407 31341 0 -1 1077944384 15 13401 0 2 0 0 5 4 20 0 15 0 472706806 11109412864 149320 33554432000 4194304 4196468 140720524317456 139885339993632 139886450001621 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11882496 140720524323427 140720524326069 140720524326069 140720524328911 0
[pid=31407/tid=31530] ppid=31402 vsize=10849036 memory=4 CPUtime=0.09 cores=0,2,4,6
/proc/31407/task/31530/stat : 31530 (java) S 31402 31407 31341 0 -1 1077944384 11 13401 0 2 0 0 5 4 20 0 15 0 472706806 11109412864 149320 33554432000 4194304 4196468 140720524317456 139885205775872 139886450001621 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11882496 140720524323427 140720524326069 140720524326069 140720524328911 0
[pid=31407/tid=31536] ppid=31402 vsize=10849036 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/31407/task/31536/stat : 31536 (java) S 31402 31407 31341 0 -1 1077944384 3 13401 0 2 0 0 5 4 20 0 15 0 472706810 11109412864 149320 33554432000 4194304 4196468 140720524317456 139884965485264 139886450010011 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11882496 140720524323427 140720524326069 140720524326069 140720524328911 0
[pid=31407/tid=31537] ppid=31402 vsize=10849036 memory=56 CPUtime=2.41 cores=0,2,4,6
/proc/31407/task/31537/stat : 31537 (java) S 31402 31407 31341 0 -1 1077944384 7302 13401 1 2 230 2 5 4 20 0 15 0 472706810 11109412864 149320 33554432000 4194304 4196468 140720524317456 139885908080624 139886450002562 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11882496 140720524323427 140720524326069 140720524326069 140720524328911 0
[pid=31407/tid=31538] ppid=31402 vsize=10849036 memory=3467830194292864832 CPUtime=2.66 cores=0,2,4,6
/proc/31407/task/31538/stat : 31538 (java) S 31402 31407 31341 0 -1 1077944384 10287 13401 0 2 255 2 5 4 20 0 15 0 472706810 11109412864 149320 33554432000 4194304 4196468 140720524317456 139885907028080 139886450002562 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11882496 140720524323427 140720524326069 140720524326069 140720524328911 0
[pid=31407/tid=31539] ppid=31402 vsize=10849036 memory=924 CPUtime=1.65 cores=0,2,4,6
/proc/31407/task/31539/stat : 31539 (java) S 31402 31407 31341 0 -1 1077944384 8498 13401 0 2 154 2 5 4 20 0 15 0 472706810 11109412864 149320 33554432000 4194304 4196468 140720524317456 139885905975536 139886450002562 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11882496 140720524323427 140720524326069 140720524326069 140720524328911 0
[pid=31407/tid=31540] ppid=31402 vsize=10849036 memory=1672 CPUtime=0.09 cores=0,2,4,6
/proc/31407/task/31540/stat : 31540 (java) S 31402 31407 31341 0 -1 1077944384 3 13401 0 2 0 0 5 4 20 0 15 0 472706811 11109412864 149320 33554432000 4194304 4196468 140720524317456 139884931926624 139886450001621 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11882496 140720524323427 140720524326069 140720524326069 140720524328911 0
[pid=31407/tid=31542] ppid=31402 vsize=10849036 memory=780 CPUtime=0.09 cores=0,2,4,6
/proc/31407/task/31542/stat : 31542 (java) S 31402 31407 31341 0 -1 1077944384 10 13401 0 2 0 0 5 4 20 0 15 0 472706824 11109412864 149320 33554432000 4194304 4196468 140720524317456 139885904923440 139886450002562 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11882496 140720524323427 140720524326069 140720524326069 140720524328911 0
Current children cumulated CPU time: 14.5 s
Current children cumulated vsize: 10849036 KiB
Current children cumulated memory: 597280 KiB

Child status: 0
Real time (s): 16.3639
CPU time (s): 14.5879
CPU user time (s): 14.2547
CPU system time (s): 0.333171
CPU usage (%): 89.1471
Max. virtual memory (cumulated for all children) (KiB): 10933144
Max. memory (cumulated for all children) (KiB): 597280

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 14.2547
system time used= 0.333171
maximum resident set size= 599340
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 66984
page faults= 6
swaps= 0
block input operations= 77768
block output operations= 184
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 8448
involuntary context switches= 574


# summary of solver processes directly reported to runsolver:
#   pid: 31407
#   total CPU time (s): 14.5879
#   total CPU user time (s): 14.2547
#   total CPU system time (s): 0.333171

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.116072 second user time and 0.218416 second system time

The end

Launcher Data

Begin job on node117 at 2019-09-20 10:19:55
IDJOB=4402723
IDBENCH=115996
IDSOLVER=2861
FILE ID=node117/4402723-1568967638
RUNJOBID= node117-1568967595-31372
PBS_JOBID= 21704629
Free space on /var/tmp= 13512 MiB

SOLVER NAME= Concrete 3.12.3
BENCH NAME= XCSP17/StillLife/StillLife-m1-s1/StillLife-04-09.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4402723-1568967638/watcher-4402723-1568967638 -o /var/tmp/evaluation-result-4402723-1568967638/solver-4402723-1568967638 -C 2520 -W 2520 -M 15500 --bin-var /var/tmp/runsolver-exch-node117-1568967595-31372 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=1159292332 HOME/instance-4402723-1568967638.xml

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

MD5SUM BENCH= e25e9e3192808473b45d33bf4350e517
RANDOM SEED=1159292332

node117.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.75
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.75
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.75
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.75
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:         6487244 kB
MemAvailable:   31837484 kB
Buffers:          115560 kB
Cached:         25140596 kB
SwapCached:        27656 kB
Active:         12467500 kB
Inactive:       12819548 kB
Active(anon):       3276 kB
Inactive(anon):    69048 kB
Active(file):   12464224 kB
Inactive(file): 12750500 kB
Unevictable:      107884 kB
Mlocked:          107884 kB
SwapTotal:      67108860 kB
SwapFree:       66972068 kB
Dirty:             22820 kB
Writeback:             0 kB
AnonPages:        112576 kB
Mapped:            47628 kB
Shmem:             32244 kB
Slab:             592456 kB
SReclaimable:     563976 kB
SUnreclaim:        28480 kB
KernelStack:        3408 kB
PageTables:         5560 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     509880 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     67584 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /var/tmp at the end= 13444 MiB
End job on node117 at 2019-09-20 10:20:21