Trace number 4299784

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 NameAnswerCPU timeWall clock time
GG's minicp 2018-04-29SAT 1152.42 1141.08

General information on the benchmark

NameCrossword/
Crossword-m18-ogd2008-vg-07-08_c18.xml
MD5SUM4cf2470ecfcea4403011c16b404a3a31
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark41.9072
Satisfiable
(Un)Satisfiability was proved
Number of variables56
Number of constraints15
Number of domains1
Minimum domain size26
Maximum domain size26
Distribution of domain sizes[{"size":26,"count":56}]
Minimum variable degree2
Maximum variable degree2
Distribution of variable degrees[{"degree":2,"count":56}]
Minimum constraint arity7
Maximum constraint arity8
Distribution of constraint arities[{"arity":7,"count":8},{"arity":8,"count":7}]
Number of extensional constraints15
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":15}]
Optimization problemNO
Type of objective

Solver Data

0.13/0.13	c version: 2018-04-11
0.13/0.13	c seed: 1811631
0.13/0.13	c timeout: -1
0.13/0.13	c memlimit: -1
0.13/0.13	c nbcore: -1
1152.35/1141.04	s SATISFIABLE
1152.35/1141.05	v <instantiation>
1152.35/1141.05	v 	<list>
1152.35/1141.05	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[1][0] x[1][1] x[1][2] x[1][3] x[1][4] x[1][5] x[1][6] x[1][7] 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[3][0] x[3][1] x[3][2] x[3][3] x[3][4] x[3][5] x[3][6] x[3][7] x[4][0] x[4][1] x[4][2] x[4][3] x[4][4] x[4][5] x[4][6] x[4][7] x[5][0] x[5][1] x[5][2] x[5][3] x[5][4] x[5][5] x[5][6] x[5][7] x[6][0] x[6][1] x[6][2] x[6][3] x[6][4] x[6][5] x[6][6] x[6][7] 
1152.35/1141.05	v 	</list>
1152.35/1141.05	v 	<values>
1152.35/1141.05	v 		0 2 2 17 4 19 4 18 1 0 17 8 19 8 13 0 2 11 4 12 4 13 19 18 4 12 15 14 17 19 4 18 3 0 8 6 13 4 17 0 0 17 4 13 4 17 0 8 8 18 18 4 11 0 8 18 
1152.35/1141.05	v 	</values>
1152.35/1141.05	v </instantiation>

Verifier Data

OK	

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4299784-1532813673/watcher-4299784-1532813673 -o /tmp/evaluation-result-4299784-1532813673/solver-4299784-1532813673 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node103-1532811179-32002 --watchdog 2580 java -jar HOME/GGs-minicp.jar xcsp3.CompetitionApp HOME/instance-4299784-1532813673.xml 

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

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

solver pid=32458, runsolver pid=32455

[startup+0.100451 s]*
/proc/loadavg: 1.31 1.36 1.41 4/216 32473
/proc/meminfo: memFree=18087768/32770624 swapFree=67108860/67108860
[pid=32458] ppid=32455 vsize=10661056 memory=27544 CPUtime=0.13 cores=0,2,4,6
/proc/32458/stat : 32458 (java) S 32455 32458 31971 0 -1 1077944320 5336 0 0 0 12 1 0 0 20 0 15 0 98930491 10916921344 6886 33554432000 4194304 4196468 140731702249008 140731702231552 140155583479543 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 23068672 140731702256757 140731702256905 140731702256905 140731702259663 0
/proc/32458/statm: 2665264 6886 2844 1 0 2627263 0
[pid=32458/tid=32460] ppid=32455 vsize=10661056 memory=-7254949987974015097 CPUtime=0.09 cores=0,2,4,6
/proc/32458/task/32460/stat : 32460 (java) R 32455 32458 31971 0 -1 4202560 3174 0 0 0 8 1 0 0 20 0 15 0 98930492 10916921344 6886 33554432000 4194304 4196468 140731702249008 140155587707696 140155567523173 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 23068672 140731702256757 140731702256905 140731702256905 140731702259663 0
[pid=32458/tid=32461] ppid=32455 vsize=10661056 memory=5793855608945818041 CPUtime=0 cores=0,2,4,6
/proc/32458/task/32461/stat : 32461 (java) S 32455 32458 31971 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98930492 10916921344 6886 33554432000 4194304 4196468 140731702249008 140155525483408 140155583489749 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23068672 140731702256757 140731702256905 140731702256905 140731702259663 0
[pid=32458/tid=32462] ppid=32455 vsize=10661056 memory=140357935924864 CPUtime=0 cores=0,2,4,6
/proc/32458/task/32462/stat : 32462 (java) S 32455 32458 31971 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98930492 10916921344 6886 33554432000 4194304 4196468 140731702249008 140155524430608 140155583489749 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23068672 140731702256757 140731702256905 140731702256905 140731702259663 0
[pid=32458/tid=32463] ppid=32455 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32458/task/32463/stat : 32463 (java) S 32455 32458 31971 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98930492 10916921344 6886 33554432000 4194304 4196468 140731702249008 140155523378320 140155583489749 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23068672 140731702256757 140731702256905 140731702256905 140731702259663 0
[pid=32458/tid=32464] ppid=32455 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32458/task/32464/stat : 32464 (java) S 32455 32458 31971 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98930492 10916921344 6886 33554432000 4194304 4196468 140731702249008 140155522325520 140155583489749 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23068672 140731702256757 140731702256905 140731702256905 140731702259663 0
[pid=32458/tid=32465] ppid=32455 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32458/task/32465/stat : 32465 (java) S 32455 32458 31971 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98930494 10916921344 6886 33554432000 4194304 4196468 140731702249008 140155075586160 140155583490690 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23068672 140731702256757 140731702256905 140731702256905 140731702259663 0
[pid=32458/tid=32466] ppid=32455 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/32458/task/32466/stat : 32466 (java) S 32455 32458 31971 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 98930494 10916921344 6886 33554432000 4194304 4196468 140731702249008 140155074532128 140155583489749 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23068672 140731702256757 140731702256905 140731702256905 140731702259663 0
[pid=32458/tid=32467] ppid=32455 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32458/task/32467/stat : 32467 (java) S 32455 32458 31971 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 98930494 10916921344 6886 33554432000 4194304 4196468 140731702249008 140155073479792 140155583489749 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23068672 140731702256757 140731702256905 140731702256905 140731702259663 0
[pid=32458/tid=32468] ppid=32455 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32458/task/32468/stat : 32468 (java) S 32455 32458 31971 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98930497 10916921344 6886 33554432000 4194304 4196468 140731702249008 140155072428112 140155583498139 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23068672 140731702256757 140731702256905 140731702256905 140731702259663 0
[pid=32458/tid=32469] ppid=32455 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32458/task/32469/stat : 32469 (java) R 32455 32458 31971 0 -1 1077944384 431 0 0 0 0 0 0 0 20 0 15 0 98930497 10916921344 6886 33554432000 4194304 4196468 140731702249008 140155071376080 140155583489749 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 23068672 140731702256757 140731702256905 140731702256905 140731702259663 0
[pid=32458/tid=32470] ppid=32455 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/32458/task/32470/stat : 32470 (java) R 32455 32458 31971 0 -1 4202560 52 0 0 0 0 0 0 0 20 0 15 0 98930497 10916921344 6886 33554432000 4194304 4196468 140731702249008 140155070314832 140155561312400 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 23068672 140731702256757 140731702256905 140731702256905 140731702259663 0
[pid=32458/tid=32471] ppid=32455 vsize=10661056 memory=140357935924864 CPUtime=0.02 cores=0,2,4,6
/proc/32458/task/32471/stat : 32471 (java) S 32455 32458 31971 0 -1 1077944384 318 0 0 0 2 0 0 0 20 0 15 0 98930497 10916921344 6886 33554432000 4194304 4196468 140731702249008 140155069270896 140155583490690 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23068672 140731702256757 140731702256905 140731702256905 140731702259663 0
[pid=32458/tid=32472] ppid=32455 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/32458/task/32472/stat : 32472 (java) S 32455 32458 31971 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98930497 10916921344 6886 33554432000 4194304 4196468 140731702249008 140155068218336 140155583489749 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23068672 140731702256757 140731702256905 140731702256905 140731702259663 0
[pid=32458/tid=32473] ppid=32455 vsize=10661056 memory=140357935924864 CPUtime=0 cores=0,2,4,6
/proc/32458/task/32473/stat : 32473 (java) S 32455 32458 31971 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98930497 10916921344 6886 33554432000 4194304 4196468 140731702249008 140155067165104 140155583490690 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23068672 140731702256757 140731702256905 140731702256905 140731702259663 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10661056 KiB
Current children cumulated memory: 27544 KiB

[startup+0.210537 s]*
/proc/loadavg: 1.31 1.36 1.41 4/216 32473
/proc/meminfo: memFree=18075388/32770624 swapFree=67108860/67108860
[pid=32458] ppid=32455 vsize=10661056 memory=39976 CPUtime=0.34 cores=0,2,4,6
/proc/32458/stat : 32458 (java) S 32455 32458 31971 0 -1 1077944320 8149 0 0 0 32 2 0 0 20 0 15 0 98930491 10916921344 9994 33554432000 4194304 4196468 140731702249008 140731702231552 140155583479543 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 23068672 140731702256757 140731702256905 140731702256905 140731702259663 0
/proc/32458/statm: 2665264 9994 2987 1 0 2627263 0
[pid=32458/tid=32460] ppid=32455 vsize=10661056 memory=6735269665583770266 CPUtime=0.2 cores=0,2,4,6
/proc/32458/task/32460/stat : 32460 (java) R 32455 32458 31971 0 -1 4202560 5112 0 0 0 19 1 0 0 20 0 15 0 98930492 10916921344 10060 33554432000 4194304 4196468 140731702249008 140155587710784 140155583501469 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 23068672 140731702256757 140731702256905 140731702256905 140731702259663 0
[pid=32458/tid=32461] ppid=32455 vsize=10661056 memory=4211974084140715402 CPUtime=0 cores=0,2,4,6
/proc/32458/task/32461/stat : 32461 (java) S 32455 32458 31971 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98930492 10916921344 10060 33554432000 4194304 4196468 140731702249008 140155525483408 140155583489749 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23068672 140731702256757 140731702256905 140731702256905 140731702259663 0
[pid=32458/tid=32462] ppid=32455 vsize=10661056 memory=140357935924864 CPUtime=0 cores=0,2,4,6
/proc/32458/task/32462/stat : 32462 (java) S 32455 32458 31971 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98930492 10916921344 10060 33554432000 4194304 4196468 140731702249008 140155524430608 140155583489749 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23068672 140731702256757 140731702256905 140731702256905 140731702259663 0
[pid=32458/tid=32463] ppid=32455 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32458/task/32463/stat : 32463 (java) S 32455 32458 31971 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98930492 10916921344 10060 33554432000 4194304 4196468 140731702249008 140155523378320 140155583489749 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23068672 140731702256757 140731702256905 140731702256905 140731702259663 0
[pid=32458/tid=32464] ppid=32455 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/32458/task/32464/stat : 32464 (java) S 32455 32458 31971 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98930492 10916921344 10060 33554432000 4194304 4196468 140731702249008 140155522325520 140155583489749 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23068672 140731702256757 140731702256905 140731702256905 140731702259663 0
[pid=32458/tid=32465] ppid=32455 vsize=10661056 memory=140357935924864 CPUtime=0 cores=0,2,4,6
/proc/32458/task/32465/stat : 32465 (java) S 32455 32458 31971 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98930494 10916921344 10060 33554432000 4194304 4196468 140731702249008 140155075586160 140155583490690 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23068672 140731702256757 140731702256905 140731702256905 140731702259663 0
[pid=32458/tid=32466] ppid=32455 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/32458/task/32466/stat : 32466 (java) S 32455 32458 31971 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 98930494 10916921344 10060 33554432000 4194304 4196468 140731702249008 140155074532128 140155583489749 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23068672 140731702256757 140731702256905 140731702256905 140731702259663 0
[pid=32458/tid=32467] ppid=32455 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32458/task/32467/stat : 32467 (java) S 32455 32458 31971 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 98930494 10916921344 10060 33554432000 4194304 4196468 140731702249008 140155073479792 140155583489749 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23068672 140731702256757 140731702256905 140731702256905 140731702259663 0
[pid=32458/tid=32468] ppid=32455 vsize=10661056 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32458/task/32468/stat : 32468 (java) S 32455 32458 31971 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98930497 10916921344 10060 33554432000 4194304 4196468 140731702249008 140155072428112 140155583498139 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23068672 140731702256757 140731702256905 140731702256905 140731702259663 0
[pid=32458/tid=32469] ppid=32455 vsize=10661056 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/32458/task/32469/stat : 32469 (java) R 32455 32458 31971 0 -1 4202560 745 0 0 0 2 0 0 0 20 0 15 0 98930497 10916921344 10060 33554432000 4194304 4196468 140731702249008 140155071375984 140155564179840 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 23068672 140731702256757 140731702256905 140731702256905 140731702259663 0
[pid=32458/tid=32470] ppid=32455 vsize=10661056 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/32458/task/32470/stat : 32470 (java) R 32455 32458 31971 0 -1 4202560 173 0 0 0 2 0 0 0 20 0 15 0 98930497 10916921344 10060 33554432000 4194304 4196468 140731702249008 140155070323184 140155560807552 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 23068672 140731702256757 140731702256905 140731702256905 140731702259663 0
[pid=32458/tid=32471] ppid=32455 vsize=10661056 memory=140357935924864 CPUtime=0.07 cores=0,2,4,6
/proc/32458/task/32471/stat : 32471 (java) R 32455 32458 31971 0 -1 1077944384 779 0 0 0 7 0 0 0 20 0 15 0 98930497 10916921344 10060 33554432000 4194304 4196468 140731702249008 140155069270896 140155583490690 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 23068672 140731702256757 140731702256905 140731702256905 140731702259663 0
[pid=32458/tid=32472] ppid=32455 vsize=10661056 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/32458/task/32472/stat : 32472 (java) S 32455 32458 31971 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98930497 10916921344 10060 33554432000 4194304 4196468 140731702249008 140155068218336 140155583489749 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23068672 140731702256757 140731702256905 140731702256905 140731702259663 0
[pid=32458/tid=32473] ppid=32455 vsize=10661056 memory=140357935924864 CPUtime=0 cores=0,2,4,6
/proc/32458/task/32473/stat : 32473 (java) S 32455 32458 31971 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98930497 10916921344 10060 33554432000 4194304 4196468 140731702249008 140155067165104 140155583490690 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23068672 140731702256757 140731702256905 140731702256905 140731702259663 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 10661056 KiB
Current children cumulated memory: 39976 KiB

[startup+0.31035 s]*
/proc/loadavg: 1.31 1.36 1.41 5/216 32473
/proc/meminfo: memFree=18050992/32770624 swapFree=67108860/67108860
[pid=32458] ppid=32455 vsize=10661132 memory=64880 CPUtime=0.55 cores=0,2,4,6
/proc/32458/stat : 32458 (java) S 32455 32458 31971 0 -1 1077944320 8703 0 0 0 52 3 0 0 20 0 15 0 98930491 10916999168 16220 33554432000 4194304 4196468 140731702249008 140731702231552 140155583479543 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 23068672 140731702256757 140731702256905 140731702256905 140731702259663 0
/proc/32458/statm: 2665283 16220 3060 1 0 2627263 0
[pid=32458/tid=32460] ppid=32455 vsize=10661132 memory=6735269665583770266 CPUtime=0.3 cores=0,2,4,6
/proc/32458/task/32460/stat : 32460 (java) R 32455 32458 31971 0 -1 4202560 5446 0 0 0 28 2 0 0 20 0 15 0 98930492 10916999168 16220 33554432000 4194304 4196468 140731702249008 140155587715952 140155583491478 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 23068672 140731702256757 140731702256905 140731702256905 140731702259663 0
[pid=32458/tid=32461] ppid=32455 vsize=10661132 memory=4211974084140715402 CPUtime=0 cores=0,2,4,6
/proc/32458/task/32461/stat : 32461 (java) S 32455 32458 31971 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98930492 10916999168 16220 33554432000 4194304 4196468 140731702249008 140155525483408 140155583489749 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23068672 140731702256757 140731702256905 140731702256905 140731702259663 0
[pid=32458/tid=32462] ppid=32455 vsize=10661132 memory=280715722439040 CPUtime=0 cores=0,2,4,6
/proc/32458/task/32462/stat : 32462 (java) S 32455 32458 31971 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98930492 10916999168 16220 33554432000 4194304 4196468 140731702249008 140155524430608 140155583489749 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23068672 140731702256757 140731702256905 140731702256905 140731702259663 0
[pid=32458/tid=32463] ppid=32455 vsize=10661132 memory=280715573056000 CPUtime=0 cores=0,2,4,6
/proc/32458/task/32463/stat : 32463 (java) S 32455 32458 31971 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98930492 10916999168 16220 33554432000 4194304 4196468 140731702249008 140155523378320 140155583489749 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23068672 140731702256757 140731702256905 140731702256905 140731702259663 0
[pid=32458/tid=32464] ppid=32455 vsize=10661132 memory=140357786514191 CPUtime=0 cores=0,2,4,6
/proc/32458/task/32464/stat : 32464 (java) S 32455 32458 31971 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98930492 10916999168 16220 33554432000 4194304 4196468 140731702249008 140155522325520 140155583489749 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23068672 140731702256757 140731702256905 140731702256905 140731702259663 0
[pid=32458/tid=32465] ppid=32455 vsize=10661132 memory=280715722445952 CPUtime=0 cores=0,2,4,6
/proc/32458/task/32465/stat : 32465 (java) S 32455 32458 31971 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 98930494 10916999168 16220 33554432000 4194304 4196468 140731702249008 140155075586160 140155583490690 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23068672 140731702256757 140731702256905 140731702256905 140731702259663 0
[pid=32458/tid=32466] ppid=32455 vsize=10661132 memory=140357786518799 CPUtime=0 cores=0,2,4,6
/proc/32458/task/32466/stat : 32466 (java) S 32455 32458 31971 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 98930494 10916999168 16220 33554432000 4194304 4196468 140731702249008 140155074532128 140155583489749 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23068672 140731702256757 140731702256905 140731702256905 140731702259663 0
[pid=32458/tid=32467] ppid=32455 vsize=10661132 memory=140357786553106 CPUtime=0 cores=0,2,4,6
/proc/32458/task/32467/stat : 32467 (java) S 32455 32458 31971 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 98930494 10916999168 16220 33554432000 4194304 4196468 140731702249008 140155073479792 140155583489749 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23068672 140731702256757 140731702256905 140731702256905 140731702259663 0
[pid=32458/tid=32468] ppid=32455 vsize=10661132 memory=140357786555411 CPUtime=0 cores=0,2,4,6
/proc/32458/task/32468/stat : 32468 (java) S 32455 32458 31971 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98930497 10916999168 16220 33554432000 4194304 4196468 140731702249008 140155072428112 140155583498139 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23068672 140731702256757 140731702256905 140731702256905 140731702259663 0
[pid=32458/tid=32469] ppid=32455 vsize=10661132 memory=0 CPUtime=0.06 cores=0,2,4,6
/proc/32458/task/32469/stat : 32469 (java) R 32455 32458 31971 0 -1 1077944384 770 0 0 0 6 0 0 0 20 0 15 0 98930497 10916999168 16220 33554432000 4194304 4196468 140731702249008 140155071375984 140155583490690 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 23068672 140731702256757 140731702256905 140731702256905 140731702259663 0
[pid=32458/tid=32470] ppid=32455 vsize=10661132 memory=-1 CPUtime=0.05 cores=0,2,4,6
/proc/32458/task/32470/stat : 32470 (java) R 32455 32458 31971 0 -1 4202560 240 0 0 0 5 0 0 0 20 0 15 0 98930497 10916999168 16220 33554432000 4194304 4196468 140731702249008 140155070323184 140155564177012 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 23068672 140731702256757 140731702256905 140731702256905 140731702259663 0
[pid=32458/tid=32471] ppid=32455 vsize=10661132 memory=140357935924864 CPUtime=0.12 cores=0,2,4,6
/proc/32458/task/32471/stat : 32471 (java) R 32455 32458 31971 0 -1 4202560 904 0 0 0 12 0 0 0 20 0 15 0 98930497 10916999168 16220 33554432000 4194304 4196468 140731702249008 140155069267328 140155562436629 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 23068672 140731702256757 140731702256905 140731702256905 140731702259663 0
[pid=32458/tid=32472] ppid=32455 vsize=10661132 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/32458/task/32472/stat : 32472 (java) S 32455 32458 31971 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98930497 10916999168 16220 33554432000 4194304 4196468 140731702249008 140155068218336 140155583489749 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23068672 140731702256757 140731702256905 140731702256905 140731702259663 0
[pid=32458/tid=32473] ppid=32455 vsize=10661132 memory=140357935952408 CPUtime=0 cores=0,2,4,6
/proc/32458/task/32473/stat : 32473 (java) S 32455 32458 31971 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98930497 10916999168 16220 33554432000 4194304 4196468 140731702249008 140155067165104 140155583490690 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23068672 140731702256757 140731702256905 140731702256905 140731702259663 0
Current children cumulated CPU time: 0.55 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 64880 KiB

[startup+0.7021 s]
/proc/loadavg: 1.31 1.36 1.41 4/216 32473
/proc/meminfo: memFree=17964488/32770624 swapFree=67108860/67108860
[pid=32458] ppid=32455 vsize=10661132 memory=194924 CPUtime=1.66 cores=0,2,4,6
/proc/32458/stat : 32458 (java) S 32455 32458 31971 0 -1 1077944320 11150 0 0 0 160 6 0 0 20 0 15 0 98930491 10916999168 48731 33554432000 4194304 4196468 140731702249008 140731702231552 140155583479543 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 23068672 140731702256757 140731702256905 140731702256905 140731702259663 0
/proc/32458/statm: 2665283 48731 3120 1 0 2627263 0
[pid=32458/tid=32460] ppid=32455 vsize=10661132 memory=54 CPUtime=0.67 cores=0,2,4,6
/proc/32458/task/32460/stat : 32460 (java) R 32455 32458 31971 0 -1 4202560 5567 0 0 0 64 3 0 0 20 0 15 0 98930492 10916999168 48731 33554432000 4194304 4196468 140731702249008 140155587717040 140155583491478 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 23068672 140731702256757 140731702256905 140731702256905 140731702259663 0
[pid=32458/tid=32461] ppid=32455 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32458/task/32461/stat : 32461 (java) S 32455 32458 31971 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 15 0 98930492 10916999168 48731 33554432000 4194304 4196468 140731702249008 140155525483408 140155583489749 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23068672 140731702256757 140731702256905 140731702256905 140731702259663 0
[pid=32458/tid=32462] ppid=32455 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32458/task/32462/stat : 32462 (java) S 32455 32458 31971 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 15 0 98930492 10916999168 48731 33554432000 4194304 4196468 140731702249008 140155524430608 140155583489749 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23068672 140731702256757 140731702256905 140731702256905 140731702259663 0
[pid=32458/tid=32463] ppid=32455 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32458/task/32463/stat : 32463 (java) S 32455 32458 31971 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 98930492 10916999168 48731 33554432000 4194304 4196468 140731702249008 140155523378320 140155583489749 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23068672 140731702256757 140731702256905 140731702256905 140731702259663 0
[pid=32458/tid=32464] ppid=32455 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32458/task/32464/stat : 32464 (java) S 32455 32458 31971 0 -1 1077944384 17 0 0 0 0 0 0 0 20 0 15 0 98930492 10916999168 48731 33554432000 4194304 4196468 140731702249008 140155522325520 140155583489749 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23068672 140731702256757 140731702256905 140731702256905 140731702259663 0
[pid=32458/tid=32465] ppid=32455 vsize=10661132 memory=5788 CPUtime=0 cores=0,2,4,6
/proc/32458/task/32465/stat : 32465 (java) S 32455 32458 31971 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 15 0 98930494 10916999168 48731 33554432000 4194304 4196468 140731702249008 140155075586160 140155583490690 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23068672 140731702256757 140731702256905 140731702256905 140731702259663 0
[pid=32458/tid=32466] ppid=32455 vsize=10661132 memory=4616 CPUtime=0 cores=0,2,4,6
/proc/32458/task/32466/stat : 32466 (java) S 32455 32458 31971 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 98930494 10916999168 48731 33554432000 4194304 4196468 140731702249008 140155074532128 140155583489749 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23068672 140731702256757 140731702256905 140731702256905 140731702259663 0
[pid=32458/tid=32467] ppid=32455 vsize=10661132 memory=12032 CPUtime=0 cores=0,2,4,6
/proc/32458/task/32467/stat : 32467 (java) S 32455 32458 31971 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 98930494 10916999168 48731 33554432000 4194304 4196468 140731702249008 140155073479792 140155583489749 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23068672 140731702256757 140731702256905 140731702256905 140731702259663 0
[pid=32458/tid=32468] ppid=32455 vsize=10661132 memory=1008 CPUtime=0 cores=0,2,4,6
/proc/32458/task/32468/stat : 32468 (java) S 32455 32458 31971 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98930497 10916999168 48731 33554432000 4194304 4196468 140731702249008 140155072428112 140155583498139 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23068672 140731702256757 140731702256905 140731702256905 140731702259663 0
[pid=32458/tid=32469] ppid=32455 vsize=10661132 memory=792 CPUtime=0.38 cores=0,2,4,6
/proc/32458/task/32469/stat : 32469 (java) S 32455 32458 31971 0 -1 1077944384 1681 0 0 0 38 0 0 0 20 0 15 0 98930497 10916999168 48731 33554432000 4194304 4196468 140731702249008 140155071375984 140155583490690 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23068672 140731702256757 140731702256905 140731702256905 140731702259663 0
[pid=32458/tid=32470] ppid=32455 vsize=10661132 memory=1716 CPUtime=0.36 cores=0,2,4,6
/proc/32458/task/32470/stat : 32470 (java) R 32455 32458 31971 0 -1 4202560 1307 0 0 0 36 0 0 0 20 0 15 0 98930497 10916999168 48731 33554432000 4194304 4196468 140731702249008 140155070322368 140155562736219 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 23068672 140731702256757 140731702256905 140731702256905 140731702259663 0
[pid=32458/tid=32471] ppid=32455 vsize=10661132 memory=1952 CPUtime=0.19 cores=0,2,4,6
/proc/32458/task/32471/stat : 32471 (java) S 32455 32458 31971 0 -1 1077944384 1095 0 0 0 19 0 0 0 20 0 15 0 98930497 10916999168 48731 33554432000 4194304 4196468 140731702249008 140155069270896 140155583490690 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23068672 140731702256757 140731702256905 140731702256905 140731702259663 0
[pid=32458/tid=32472] ppid=32455 vsize=10661132 memory=8584 CPUtime=0 cores=0,2,4,6
/proc/32458/task/32472/stat : 32472 (java) S 32455 32458 31971 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98930497 10916999168 48731 33554432000 4194304 4196468 140731702249008 140155068218336 140155583489749 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23068672 140731702256757 140731702256905 140731702256905 140731702259663 0
[pid=32458/tid=32473] ppid=32455 vsize=10661132 memory=15872 CPUtime=0 cores=0,2,4,6
/proc/32458/task/32473/stat : 32473 (java) S 32455 32458 31971 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 98930497 10916999168 48731 33554432000 4194304 4196468 140731702249008 140155067165104 140155583490690 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23068672 140731702256757 140731702256905 140731702256905 140731702259663 0
Current children cumulated CPU time: 1.66 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 194924 KiB

[startup+1.50086 s]
/proc/loadavg: 1.31 1.36 1.41 4/216 32473
/proc/meminfo: memFree=17641004/32770624 swapFree=67108860/67108860
[pid=32458] ppid=32455 vsize=10661132 memory=861440 CPUtime=3.64 cores=0,2,4,6
/proc/32458/stat : 32458 (java) S 32455 32458 31971 0 -1 1077944320 14333 0 0 0 311 53 0 0 20 0 15 0 98930491 10916999168 215360 33554432000 4194304 4196468 140731702249008 140731702231552 140155583479543 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 23068672 140731702256757 140731702256905 140731702256905 140731702259663 0
/proc/32458/statm: 2665283 215360 3152 1 0 2627263 0
[pid=32458/tid=32460] ppid=32455 vsize=10661132 memory=0 CPUtime=1.2 cores=0,2,4,6
/proc/32458/task/32460/stat : 32460 (java) R 32455 32458 31971 0 -1 4202560 6041 0 0 0 112 8 0 0 20 0 15 0 98930492 10916999168 215360 33554432000 4194304 4196468 140731702249008 140155587717568 140155204926788 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 23068672 140731702256757 140731702256905 140731702256905 140731702259663 0
[pid=32458/tid=32461] ppid=32455 vsize=10661132 memory=0 CPUtime=0.24 cores=0,2,4,6
/proc/32458/task/32461/stat : 32461 (java) S 32455 32458 31971 0 -1 1077944384 346 0 0 0 14 10 0 0 20 0 15 0 98930492 10916999168 215360 33554432000 4194304 4196468 140731702249008 140155525483408 140155583489749 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23068672 140731702256757 140731702256905 140731702256905 140731702259663 0
[pid=32458/tid=32462] ppid=32455 vsize=10661132 memory=0 CPUtime=0.22 cores=0,2,4,6
/proc/32458/task/32462/stat : 32462 (java) S 32455 32458 31971 0 -1 1077944384 340 0 0 0 13 9 0 0 20 0 15 0 98930492 10916999168 215360 33554432000 4194304 4196468 140731702249008 140155524430608 140155583489749 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23068672 140731702256757 140731702256905 140731702256905 140731702259663 0
[pid=32458/tid=32463] ppid=32455 vsize=10661132 memory=0 CPUtime=0.24 cores=0,2,4,6
/proc/32458/task/32463/stat : 32463 (java) S 32455 32458 31971 0 -1 1077944384 370 0 0 0 13 11 0 0 20 0 15 0 98930492 10916999168 215360 33554432000 4194304 4196468 140731702249008 140155523378320 140155583489749 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23068672 140731702256757 140731702256905 140731702256905 140731702259663 0
[pid=32458/tid=32464] ppid=32455 vsize=10661132 memory=2 CPUtime=0.24 cores=0,2,4,6
/proc/32458/task/32464/stat : 32464 (java) S 32455 32458 31971 0 -1 1077944384 603 0 0 0 13 11 0 0 20 0 15 0 98930492 10916999168 215360 33554432000 4194304 4196468 140731702249008 140155522325520 140155583489749 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23068672 140731702256757 140731702256905 140731702256905 140731702259663 0
[pid=32458/tid=32465] ppid=32455 vsize=10661132 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/32458/task/32465/stat : 32465 (java) S 32455 32458 31971 0 -1 1077944384 897 0 0 0 2 0 0 0 20 0 15 0 98930494 10916999168 215360 33554432000 4194304 4196468 140731702249008 140155075586160 140155583490690 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23068672 140731702256757 140731702256905 140731702256905 140731702259663 0

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

[pid=32458/tid=32472] ppid=32455 vsize=10661132 memory=1952 CPUtime=0 cores=0,2,4,6
/proc/32458/task/32472/stat : 32472 (java) S 32455 32458 31971 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98930497 10916999168 509617 33554432000 4194304 4196468 140731702249008 140155068218336 140155583489749 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23068672 140731702256757 140731702256905 140731702256905 140731702259663 0
[pid=32458/tid=32473] ppid=32455 vsize=10661132 memory=8584 CPUtime=0.64 cores=0,2,4,6
/proc/32458/task/32473/stat : 32473 (java) S 32455 32458 31971 0 -1 1077944384 1296 0 0 0 31 33 0 0 20 0 15 0 98930497 10916999168 509617 33554432000 4194304 4196468 140731702249008 140155067165104 140155583490690 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 2 0 0 6293624 6294260 23068672 140731702256757 140731702256905 140731702256905 140731702259663 0
Current children cumulated CPU time: 1147.3 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 2038468 KiB

[startup+1139.2 s]
/proc/loadavg: 1.48 1.52 1.56 3/216 32519
/proc/meminfo: memFree=16898100/32770624 swapFree=67108860/67108860
[pid=32458] ppid=32455 vsize=10661132 memory=2038468 CPUtime=1150.53 cores=0,2,4,6
/proc/32458/stat : 32458 (java) S 32455 32458 31971 0 -1 1077944320 130743 0 0 0 114896 157 0 0 20 0 15 0 98930491 10916999168 509617 33554432000 4194304 4196468 140731702249008 140731702231552 140155583479543 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 23068672 140731702256757 140731702256905 140731702256905 140731702259663 0
/proc/32458/statm: 2665283 509617 3168 1 0 2627263 0
[pid=32458/tid=32460] ppid=32455 vsize=10661132 memory=4420 CPUtime=1134.98 cores=0,2,4,6
/proc/32458/task/32460/stat : 32460 (java) R 32455 32458 31971 0 -1 4202560 47037 0 0 0 113454 44 0 0 20 0 15 0 98930492 10916999168 509617 33554432000 4194304 4196468 140731702249008 140155587718816 140155206215973 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 23068672 140731702256757 140731702256905 140731702256905 140731702259663 0
[pid=32458/tid=32461] ppid=32455 vsize=10661132 memory=2038468 CPUtime=2.74 cores=0,2,4,6
/proc/32458/task/32461/stat : 32461 (java) S 32455 32458 31971 0 -1 1077944384 11860 0 0 0 254 20 0 0 20 0 15 0 98930492 10916999168 509617 33554432000 4194304 4196468 140731702249008 140155525483408 140155583489749 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23068672 140731702256757 140731702256905 140731702256905 140731702259663 0
[pid=32458/tid=32462] ppid=32455 vsize=10661132 memory=2038468 CPUtime=2.72 cores=0,2,4,6
/proc/32458/task/32462/stat : 32462 (java) S 32455 32458 31971 0 -1 1077944384 10943 0 0 0 254 18 0 0 20 0 15 0 98930492 10916999168 509617 33554432000 4194304 4196468 140731702249008 140155524430608 140155583489749 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23068672 140731702256757 140731702256905 140731702256905 140731702259663 0
[pid=32458/tid=32463] ppid=32455 vsize=10661132 memory=2038468 CPUtime=2.7 cores=0,2,4,6
/proc/32458/task/32463/stat : 32463 (java) S 32455 32458 31971 0 -1 1077944384 13839 0 0 0 251 19 0 0 20 0 15 0 98930492 10916999168 509617 33554432000 4194304 4196468 140731702249008 140155523378320 140155583489749 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23068672 140731702256757 140731702256905 140731702256905 140731702259663 0
[pid=32458/tid=32464] ppid=32455 vsize=10661132 memory=2038980 CPUtime=2.74 cores=0,2,4,6
/proc/32458/task/32464/stat : 32464 (java) S 32455 32458 31971 0 -1 1077944384 12956 0 0 0 254 20 0 0 20 0 15 0 98930492 10916999168 509617 33554432000 4194304 4196468 140731702249008 140155522325520 140155583489749 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23068672 140731702256757 140731702256905 140731702256905 140731702259663 0
[pid=32458/tid=32465] ppid=32455 vsize=10661132 memory=2412 CPUtime=0.77 cores=0,2,4,6
/proc/32458/task/32465/stat : 32465 (java) S 32455 32458 31971 0 -1 1077944384 10663 0 0 0 67 10 0 0 20 0 15 0 98930494 10916999168 509617 33554432000 4194304 4196468 140731702249008 140155075586160 140155583490690 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23068672 140731702256757 140731702256905 140731702256905 140731702259663 0
[pid=32458/tid=32466] ppid=32455 vsize=10661132 memory=1296 CPUtime=0 cores=0,2,4,6
/proc/32458/task/32466/stat : 32466 (java) S 32455 32458 31971 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 15 0 98930494 10916999168 509617 33554432000 4194304 4196468 140731702249008 140155074532192 140155583489749 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23068672 140731702256757 140731702256905 140731702256905 140731702259663 0
[pid=32458/tid=32467] ppid=32455 vsize=10661132 memory=2412 CPUtime=0 cores=0,2,4,6
/proc/32458/task/32467/stat : 32467 (java) S 32455 32458 31971 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 15 0 98930494 10916999168 509617 33554432000 4194304 4196468 140731702249008 140155073479792 140155583489749 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23068672 140731702256757 140731702256905 140731702256905 140731702259663 0
[pid=32458/tid=32468] ppid=32455 vsize=10661132 memory=1724 CPUtime=0 cores=0,2,4,6
/proc/32458/task/32468/stat : 32468 (java) S 32455 32458 31971 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98930497 10916999168 509617 33554432000 4194304 4196468 140731702249008 140155072428112 140155583498139 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23068672 140731702256757 140731702256905 140731702256905 140731702259663 0
[pid=32458/tid=32469] ppid=32455 vsize=10661132 memory=4140 CPUtime=1.73 cores=0,2,4,6
/proc/32458/task/32469/stat : 32469 (java) S 32455 32458 31971 0 -1 1077944384 11395 0 0 0 172 1 0 0 20 0 15 0 98930497 10916999168 509617 33554432000 4194304 4196468 140731702249008 140155071375984 140155583490690 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 4 0 0 6293624 6294260 23068672 140731702256757 140731702256905 140731702256905 140731702259663 0
[pid=32458/tid=32470] ppid=32455 vsize=10661132 memory=28488 CPUtime=1.09 cores=0,2,4,6
/proc/32458/task/32470/stat : 32470 (java) S 32455 32458 31971 0 -1 1077944384 7179 0 0 0 108 1 0 0 20 0 15 0 98930497 10916999168 509617 33554432000 4194304 4196468 140731702249008 140155070323184 140155583490690 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23068672 140731702256757 140731702256905 140731702256905 140731702259663 0
[pid=32458/tid=32471] ppid=32455 vsize=10661132 memory=1296 CPUtime=0.32 cores=0,2,4,6
/proc/32458/task/32471/stat : 32471 (java) S 32455 32458 31971 0 -1 1077944384 2157 0 0 0 32 0 0 0 20 0 15 0 98930497 10916999168 509617 33554432000 4194304 4196468 140731702249008 140155069270896 140155583490690 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23068672 140731702256757 140731702256905 140731702256905 140731702259663 0
[pid=32458/tid=32472] ppid=32455 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32458/task/32472/stat : 32472 (java) S 32455 32458 31971 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98930497 10916999168 509617 33554432000 4194304 4196468 140731702249008 140155068218336 140155583489749 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23068672 140731702256757 140731702256905 140731702256905 140731702259663 0
[pid=32458/tid=32473] ppid=32455 vsize=10661132 memory=4420 CPUtime=0.64 cores=0,2,4,6
/proc/32458/task/32473/stat : 32473 (java) S 32455 32458 31971 0 -1 1077944384 1296 0 0 0 31 33 0 0 20 0 15 0 98930497 10916999168 509617 33554432000 4194304 4196468 140731702249008 140155067165104 140155583490690 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 2 0 0 6293624 6294260 23068672 140731702256757 140731702256905 140731702256905 140731702259663 0
Current children cumulated CPU time: 1150.53 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 2038468 KiB

[startup+1140 s]*
/proc/loadavg: 1.48 1.52 1.56 3/216 32519
/proc/meminfo: memFree=16897356/32770624 swapFree=67108860/67108860
[pid=32458] ppid=32455 vsize=10661132 memory=2038468 CPUtime=1151.34 cores=0,2,4,6
/proc/32458/stat : 32458 (java) S 32455 32458 31971 0 -1 1077944320 130766 0 0 0 114977 157 0 0 20 0 15 0 98930491 10916999168 509617 33554432000 4194304 4196468 140731702249008 140731702231552 140155583479543 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 23068672 140731702256757 140731702256905 140731702256905 140731702259663 0
/proc/32458/statm: 2665283 509617 3168 1 0 2627263 0
[pid=32458/tid=32460] ppid=32455 vsize=10661132 memory=6791534058613427641 CPUtime=1135.78 cores=0,2,4,6
/proc/32458/task/32460/stat : 32460 (java) R 32455 32458 31971 0 -1 4202560 47039 0 0 0 113534 44 0 0 20 0 15 0 98930492 10916999168 509617 33554432000 4194304 4196468 140731702249008 140155587718832 140155206214863 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 23068672 140731702256757 140731702256905 140731702256905 140731702259663 0
[pid=32458/tid=32461] ppid=32455 vsize=10661132 memory=-7003737579269690708 CPUtime=2.74 cores=0,2,4,6
/proc/32458/task/32461/stat : 32461 (java) S 32455 32458 31971 0 -1 1077944384 11860 0 0 0 254 20 0 0 20 0 15 0 98930492 10916999168 509617 33554432000 4194304 4196468 140731702249008 140155525483408 140155583489749 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23068672 140731702256757 140731702256905 140731702256905 140731702259663 0
[pid=32458/tid=32462] ppid=32455 vsize=10661132 memory=1196 CPUtime=2.72 cores=0,2,4,6
/proc/32458/task/32462/stat : 32462 (java) S 32455 32458 31971 0 -1 1077944384 10943 0 0 0 254 18 0 0 20 0 15 0 98930492 10916999168 509617 33554432000 4194304 4196468 140731702249008 140155524430608 140155583489749 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23068672 140731702256757 140731702256905 140731702256905 140731702259663 0
[pid=32458/tid=32463] ppid=32455 vsize=10661132 memory=5788 CPUtime=2.7 cores=0,2,4,6
/proc/32458/task/32463/stat : 32463 (java) S 32455 32458 31971 0 -1 1077944384 13847 0 0 0 251 19 0 0 20 0 15 0 98930492 10916999168 509617 33554432000 4194304 4196468 140731702249008 140155523378320 140155583489749 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23068672 140731702256757 140731702256905 140731702256905 140731702259663 0
[pid=32458/tid=32464] ppid=32455 vsize=10661132 memory=4616 CPUtime=2.74 cores=0,2,4,6
/proc/32458/task/32464/stat : 32464 (java) S 32455 32458 31971 0 -1 1077944384 12969 0 0 0 254 20 0 0 20 0 15 0 98930492 10916999168 509617 33554432000 4194304 4196468 140731702249008 140155522325520 140155583489749 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23068672 140731702256757 140731702256905 140731702256905 140731702259663 0
[pid=32458/tid=32465] ppid=32455 vsize=10661132 memory=12032 CPUtime=0.77 cores=0,2,4,6
/proc/32458/task/32465/stat : 32465 (java) S 32455 32458 31971 0 -1 1077944384 10663 0 0 0 67 10 0 0 20 0 15 0 98930494 10916999168 509617 33554432000 4194304 4196468 140731702249008 140155075586160 140155583490690 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23068672 140731702256757 140731702256905 140731702256905 140731702259663 0
[pid=32458/tid=32466] ppid=32455 vsize=10661132 memory=1008 CPUtime=0 cores=0,2,4,6
/proc/32458/task/32466/stat : 32466 (java) S 32455 32458 31971 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 15 0 98930494 10916999168 509617 33554432000 4194304 4196468 140731702249008 140155074532192 140155583489749 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23068672 140731702256757 140731702256905 140731702256905 140731702259663 0
[pid=32458/tid=32467] ppid=32455 vsize=10661132 memory=792 CPUtime=0 cores=0,2,4,6
/proc/32458/task/32467/stat : 32467 (java) S 32455 32458 31971 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 15 0 98930494 10916999168 509617 33554432000 4194304 4196468 140731702249008 140155073479792 140155583489749 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23068672 140731702256757 140731702256905 140731702256905 140731702259663 0
[pid=32458/tid=32468] ppid=32455 vsize=10661132 memory=0 CPUtime=0 cores=0,2,4,6
/proc/32458/task/32468/stat : 32468 (java) S 32455 32458 31971 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98930497 10916999168 509617 33554432000 4194304 4196468 140731702249008 140155072428112 140155583498139 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23068672 140731702256757 140731702256905 140731702256905 140731702259663 0
[pid=32458/tid=32469] ppid=32455 vsize=10661132 memory=6943526294502006880 CPUtime=1.73 cores=0,2,4,6
/proc/32458/task/32469/stat : 32469 (java) S 32455 32458 31971 0 -1 1077944384 11395 0 0 0 172 1 0 0 20 0 15 0 98930497 10916999168 509617 33554432000 4194304 4196468 140731702249008 140155071375984 140155583490690 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 4 0 0 6293624 6294260 23068672 140731702256757 140731702256905 140731702256905 140731702259663 0
[pid=32458/tid=32470] ppid=32455 vsize=10661132 memory=6655300316396806240 CPUtime=1.09 cores=0,2,4,6
/proc/32458/task/32470/stat : 32470 (java) S 32455 32458 31971 0 -1 1077944384 7179 0 0 0 108 1 0 0 20 0 15 0 98930497 10916999168 509617 33554432000 4194304 4196468 140731702249008 140155070323184 140155583490690 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23068672 140731702256757 140731702256905 140731702256905 140731702259663 0
[pid=32458/tid=32471] ppid=32455 vsize=10661132 memory=-6205556088827436416 CPUtime=0.32 cores=0,2,4,6
/proc/32458/task/32471/stat : 32471 (java) S 32455 32458 31971 0 -1 1077944384 2157 0 0 0 32 0 0 0 20 0 15 0 98930497 10916999168 509617 33554432000 4194304 4196468 140731702249008 140155069270896 140155583490690 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23068672 140731702256757 140731702256905 140731702256905 140731702259663 0
[pid=32458/tid=32472] ppid=32455 vsize=10661132 memory=-2746958450906831424 CPUtime=0 cores=0,2,4,6
/proc/32458/task/32472/stat : 32472 (java) S 32455 32458 31971 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98930497 10916999168 509617 33554432000 4194304 4196468 140731702249008 140155068218336 140155583489749 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23068672 140731702256757 140731702256905 140731702256905 140731702259663 0
[pid=32458/tid=32473] ppid=32455 vsize=10661132 memory=6655300316396806240 CPUtime=0.64 cores=0,2,4,6
/proc/32458/task/32473/stat : 32473 (java) S 32455 32458 31971 0 -1 1077944384 1296 0 0 0 31 33 0 0 20 0 15 0 98930497 10916999168 509617 33554432000 4194304 4196468 140731702249008 140155067165104 140155583490690 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 2 0 0 6293624 6294260 23068672 140731702256757 140731702256905 140731702256905 140731702259663 0
Current children cumulated CPU time: 1151.34 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 2038468 KiB

[startup+1140.8 s]
/proc/loadavg: 1.48 1.52 1.56 3/216 32519
/proc/meminfo: memFree=16897356/32770624 swapFree=67108860/67108860
[pid=32458] ppid=32455 vsize=10661132 memory=2038468 CPUtime=1152.14 cores=0,2,4,6
/proc/32458/stat : 32458 (java) S 32455 32458 31971 0 -1 1077944320 130781 0 0 0 115057 157 0 0 20 0 15 0 98930491 10916999168 509617 33554432000 4194304 4196468 140731702249008 140731702231552 140155583479543 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 23068672 140731702256757 140731702256905 140731702256905 140731702259663 0
/proc/32458/statm: 2665283 509617 3168 1 0 2627263 0
[pid=32458/tid=32460] ppid=32455 vsize=10661132 memory=2038468 CPUtime=1136.56 cores=0,2,4,6
/proc/32458/task/32460/stat : 32460 (java) R 32455 32458 31971 0 -1 4202560 47040 0 0 0 113612 44 0 0 20 0 15 0 98930492 10916999168 509617 33554432000 4194304 4196468 140731702249008 140155587718976 140155206214325 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 23068672 140731702256757 140731702256905 140731702256905 140731702259663 0
[pid=32458/tid=32461] ppid=32455 vsize=10661132 memory=2038468 CPUtime=2.75 cores=0,2,4,6
/proc/32458/task/32461/stat : 32461 (java) S 32455 32458 31971 0 -1 1077944384 11874 0 0 0 255 20 0 0 20 0 15 0 98930492 10916999168 509617 33554432000 4194304 4196468 140731702249008 140155525483408 140155583489749 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23068672 140731702256757 140731702256905 140731702256905 140731702259663 0
[pid=32458/tid=32462] ppid=32455 vsize=10661132 memory=2038468 CPUtime=2.72 cores=0,2,4,6
/proc/32458/task/32462/stat : 32462 (java) S 32455 32458 31971 0 -1 1077944384 10943 0 0 0 254 18 0 0 20 0 15 0 98930492 10916999168 509617 33554432000 4194304 4196468 140731702249008 140155524430608 140155583489749 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23068672 140731702256757 140731702256905 140731702256905 140731702259663 0
[pid=32458/tid=32463] ppid=32455 vsize=10661132 memory=2038468 CPUtime=2.7 cores=0,2,4,6
/proc/32458/task/32463/stat : 32463 (java) S 32455 32458 31971 0 -1 1077944384 13847 0 0 0 251 19 0 0 20 0 15 0 98930492 10916999168 509617 33554432000 4194304 4196468 140731702249008 140155523378320 140155583489749 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23068672 140731702256757 140731702256905 140731702256905 140731702259663 0
[pid=32458/tid=32464] ppid=32455 vsize=10661132 memory=644 CPUtime=2.74 cores=0,2,4,6
/proc/32458/task/32464/stat : 32464 (java) S 32455 32458 31971 0 -1 1077944384 12969 0 0 0 254 20 0 0 20 0 15 0 98930492 10916999168 509617 33554432000 4194304 4196468 140731702249008 140155522325520 140155583489749 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23068672 140731702256757 140731702256905 140731702256905 140731702259663 0
[pid=32458/tid=32465] ppid=32455 vsize=10661132 memory=1952 CPUtime=0.78 cores=0,2,4,6
/proc/32458/task/32465/stat : 32465 (java) S 32455 32458 31971 0 -1 1077944384 10663 0 0 0 68 10 0 0 20 0 15 0 98930494 10916999168 509617 33554432000 4194304 4196468 140731702249008 140155075586160 140155583490690 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23068672 140731702256757 140731702256905 140731702256905 140731702259663 0
[pid=32458/tid=32466] ppid=32455 vsize=10661132 memory=8584 CPUtime=0 cores=0,2,4,6
/proc/32458/task/32466/stat : 32466 (java) S 32455 32458 31971 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 15 0 98930494 10916999168 509617 33554432000 4194304 4196468 140731702249008 140155074532192 140155583489749 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23068672 140731702256757 140731702256905 140731702256905 140731702259663 0
[pid=32458/tid=32467] ppid=32455 vsize=10661132 memory=15872 CPUtime=0 cores=0,2,4,6
/proc/32458/task/32467/stat : 32467 (java) S 32455 32458 31971 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 15 0 98930494 10916999168 509617 33554432000 4194304 4196468 140731702249008 140155073479792 140155583489749 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23068672 140731702256757 140731702256905 140731702256905 140731702259663 0
[pid=32458/tid=32468] ppid=32455 vsize=10661132 memory=2038468 CPUtime=0 cores=0,2,4,6
/proc/32458/task/32468/stat : 32468 (java) S 32455 32458 31971 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98930497 10916999168 509617 33554432000 4194304 4196468 140731702249008 140155072428112 140155583498139 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23068672 140731702256757 140731702256905 140731702256905 140731702259663 0
[pid=32458/tid=32469] ppid=32455 vsize=10661132 memory=2038468 CPUtime=1.73 cores=0,2,4,6
/proc/32458/task/32469/stat : 32469 (java) S 32455 32458 31971 0 -1 1077944384 11395 0 0 0 172 1 0 0 20 0 15 0 98930497 10916999168 509617 33554432000 4194304 4196468 140731702249008 140155071375984 140155583490690 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 4 0 0 6293624 6294260 23068672 140731702256757 140731702256905 140731702256905 140731702259663 0
[pid=32458/tid=32470] ppid=32455 vsize=10661132 memory=2200 CPUtime=1.09 cores=0,2,4,6
/proc/32458/task/32470/stat : 32470 (java) S 32455 32458 31971 0 -1 1077944384 7179 0 0 0 108 1 0 0 20 0 15 0 98930497 10916999168 509617 33554432000 4194304 4196468 140731702249008 140155070323184 140155583490690 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23068672 140731702256757 140731702256905 140731702256905 140731702259663 0
[pid=32458/tid=32471] ppid=32455 vsize=10661132 memory=7392 CPUtime=0.32 cores=0,2,4,6
/proc/32458/task/32471/stat : 32471 (java) S 32455 32458 31971 0 -1 1077944384 2157 0 0 0 32 0 0 0 20 0 15 0 98930497 10916999168 509617 33554432000 4194304 4196468 140731702249008 140155069270896 140155583490690 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23068672 140731702256757 140731702256905 140731702256905 140731702259663 0
[pid=32458/tid=32472] ppid=32455 vsize=10661132 memory=840 CPUtime=0 cores=0,2,4,6
/proc/32458/task/32472/stat : 32472 (java) S 32455 32458 31971 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98930497 10916999168 509617 33554432000 4194304 4196468 140731702249008 140155068218336 140155583489749 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23068672 140731702256757 140731702256905 140731702256905 140731702259663 0
[pid=32458/tid=32473] ppid=32455 vsize=10661132 memory=6791534058613427641 CPUtime=0.64 cores=0,2,4,6
/proc/32458/task/32473/stat : 32473 (java) S 32455 32458 31971 0 -1 1077944384 1296 0 0 0 31 33 0 0 20 0 15 0 98930497 10916999168 509617 33554432000 4194304 4196468 140731702249008 140155067165104 140155583490690 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 2 0 0 6293624 6294260 23068672 140731702256757 140731702256905 140731702256905 140731702259663 0
Current children cumulated CPU time: 1152.14 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 2038468 KiB

[startup+1141 s]*
/proc/loadavg: 1.48 1.52 1.56 3/216 32519
/proc/meminfo: memFree=16897976/32770624 swapFree=67108860/67108860
[pid=32458] ppid=32455 vsize=10661132 memory=2038468 CPUtime=1152.35 cores=0,2,4,6
/proc/32458/stat : 32458 (java) S 32455 32458 31971 0 -1 1077944320 130795 0 0 0 115078 157 0 0 20 0 15 0 98930491 10916999168 509617 33554432000 4194304 4196468 140731702249008 140731702231552 140155583479543 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 23068672 140731702256757 140731702256905 140731702256905 140731702259663 0
/proc/32458/statm: 2665283 509617 3168 1 0 2627263 0
[pid=32458/tid=32460] ppid=32455 vsize=10661132 memory=6791534058613427641 CPUtime=1136.77 cores=0,2,4,6
/proc/32458/task/32460/stat : 32460 (java) R 32455 32458 31971 0 -1 4202560 47041 0 0 0 113633 44 0 0 20 0 15 0 98930492 10916999168 509617 33554432000 4194304 4196468 140731702249008 140155587718784 140155206214688 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 23068672 140731702256757 140731702256905 140731702256905 140731702259663 0
[pid=32458/tid=32461] ppid=32455 vsize=10661132 memory=-7003737579269690708 CPUtime=2.75 cores=0,2,4,6
/proc/32458/task/32461/stat : 32461 (java) S 32455 32458 31971 0 -1 1077944384 11874 0 0 0 255 20 0 0 20 0 15 0 98930492 10916999168 509617 33554432000 4194304 4196468 140731702249008 140155525483408 140155583489749 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23068672 140731702256757 140731702256905 140731702256905 140731702259663 0
[pid=32458/tid=32462] ppid=32455 vsize=10661132 memory=952 CPUtime=2.73 cores=0,2,4,6
/proc/32458/task/32462/stat : 32462 (java) S 32455 32458 31971 0 -1 1077944384 10943 0 0 0 255 18 0 0 20 0 15 0 98930492 10916999168 509617 33554432000 4194304 4196468 140731702249008 140155524430608 140155583489749 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23068672 140731702256757 140731702256905 140731702256905 140731702259663 0
[pid=32458/tid=32463] ppid=32455 vsize=10661132 memory=1240 CPUtime=2.71 cores=0,2,4,6
/proc/32458/task/32463/stat : 32463 (java) S 32455 32458 31971 0 -1 1077944384 13860 0 0 0 252 19 0 0 20 0 15 0 98930492 10916999168 509617 33554432000 4194304 4196468 140731702249008 140155523378320 140155583489749 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23068672 140731702256757 140731702256905 140731702256905 140731702259663 0
[pid=32458/tid=32464] ppid=32455 vsize=10661132 memory=2424 CPUtime=2.74 cores=0,2,4,6
/proc/32458/task/32464/stat : 32464 (java) S 32455 32458 31971 0 -1 1077944384 12969 0 0 0 254 20 0 0 20 0 15 0 98930492 10916999168 509617 33554432000 4194304 4196468 140731702249008 140155522325520 140155583489749 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23068672 140731702256757 140731702256905 140731702256905 140731702259663 0
[pid=32458/tid=32465] ppid=32455 vsize=10661132 memory=18484 CPUtime=0.78 cores=0,2,4,6
/proc/32458/task/32465/stat : 32465 (java) S 32455 32458 31971 0 -1 1077944384 10663 0 0 0 68 10 0 0 20 0 15 0 98930494 10916999168 509617 33554432000 4194304 4196468 140731702249008 140155075586160 140155583490690 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23068672 140731702256757 140731702256905 140731702256905 140731702259663 0
[pid=32458/tid=32466] ppid=32455 vsize=10661132 memory=644 CPUtime=0 cores=0,2,4,6
/proc/32458/task/32466/stat : 32466 (java) S 32455 32458 31971 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 15 0 98930494 10916999168 509617 33554432000 4194304 4196468 140731702249008 140155074532192 140155583489749 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23068672 140731702256757 140731702256905 140731702256905 140731702259663 0
[pid=32458/tid=32467] ppid=32455 vsize=10661132 memory=1788 CPUtime=0 cores=0,2,4,6
/proc/32458/task/32467/stat : 32467 (java) S 32455 32458 31971 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 15 0 98930494 10916999168 509617 33554432000 4194304 4196468 140731702249008 140155073479792 140155583489749 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23068672 140731702256757 140731702256905 140731702256905 140731702259663 0
[pid=32458/tid=32468] ppid=32455 vsize=10661132 memory=952 CPUtime=0 cores=0,2,4,6
/proc/32458/task/32468/stat : 32468 (java) S 32455 32458 31971 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98930497 10916999168 509617 33554432000 4194304 4196468 140731702249008 140155072428112 140155583498139 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23068672 140731702256757 140731702256905 140731702256905 140731702259663 0
[pid=32458/tid=32469] ppid=32455 vsize=10661132 memory=1240 CPUtime=1.73 cores=0,2,4,6
/proc/32458/task/32469/stat : 32469 (java) S 32455 32458 31971 0 -1 1077944384 11395 0 0 0 172 1 0 0 20 0 15 0 98930497 10916999168 509617 33554432000 4194304 4196468 140731702249008 140155071375984 140155583490690 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 4 0 0 6293624 6294260 23068672 140731702256757 140731702256905 140731702256905 140731702259663 0
[pid=32458/tid=32470] ppid=32455 vsize=10661132 memory=2424 CPUtime=1.09 cores=0,2,4,6
/proc/32458/task/32470/stat : 32470 (java) S 32455 32458 31971 0 -1 1077944384 7179 0 0 0 108 1 0 0 20 0 15 0 98930497 10916999168 509617 33554432000 4194304 4196468 140731702249008 140155070323184 140155583490690 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23068672 140731702256757 140731702256905 140731702256905 140731702259663 0
[pid=32458/tid=32471] ppid=32455 vsize=10661132 memory=6791534058613427641 CPUtime=0.32 cores=0,2,4,6
/proc/32458/task/32471/stat : 32471 (java) S 32455 32458 31971 0 -1 1077944384 2157 0 0 0 32 0 0 0 20 0 15 0 98930497 10916999168 509617 33554432000 4194304 4196468 140731702249008 140155069270896 140155583490690 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23068672 140731702256757 140731702256905 140731702256905 140731702259663 0
[pid=32458/tid=32472] ppid=32455 vsize=10661132 memory=1408 CPUtime=0 cores=0,2,4,6
/proc/32458/task/32472/stat : 32472 (java) S 32455 32458 31971 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 98930497 10916999168 509617 33554432000 4194304 4196468 140731702249008 140155068218336 140155583489749 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23068672 140731702256757 140731702256905 140731702256905 140731702259663 0
[pid=32458/tid=32473] ppid=32455 vsize=10661132 memory=3204 CPUtime=0.64 cores=0,2,4,6
/proc/32458/task/32473/stat : 32473 (java) S 32455 32458 31971 0 -1 1077944384 1296 0 0 0 31 33 0 0 20 0 15 0 98930497 10916999168 509617 33554432000 4194304 4196468 140731702249008 140155067165104 140155583490690 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 2 0 0 6293624 6294260 23068672 140731702256757 140731702256905 140731702256905 140731702259663 0
Current children cumulated CPU time: 1152.35 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 2038468 KiB

Child status: 0
Real time (s): 1141.08
CPU time (s): 1152.42
CPU user time (s): 1150.83
CPU system time (s): 1.58675
CPU usage (%): 100.994
Max. virtual memory (cumulated for all children) (KiB): 10663284
Max. memory (cumulated for all children) (KiB): 2795412

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1150.83
system time used= 1.58675
maximum resident set size= 2798544
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 132221
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1304
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 45735
involuntary context switches= 2209


# summary of solver processes directly reported to runsolver:
#   pid: 32458
#   total CPU time (s): 1152.42
#   total CPU user time (s): 1150.83
#   total CPU system time (s): 1.58675

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.9041 second user time and 9.46846 second system time

The end

Launcher Data

Begin job on node103 at 2018-07-28 23:34:33
IDJOB=4299784
IDBENCH=141444
IDSOLVER=2762
FILE ID=node103/4299784-1532813673
RUNJOBID= node103-1532811179-32002
PBS_JOBID= 21022486
Free space on /tmp= 56524 MiB

SOLVER NAME= GG's minicp 2018-04-29
BENCH NAME= XCSP18/Crossword/Crossword-m18-ogd2008-vg-07-08_c18.xml
COMMAND LINE= java -jar HOME/GGs-minicp.jar xcsp3.CompetitionApp BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4299784-1532813673/watcher-4299784-1532813673 -o /tmp/evaluation-result-4299784-1532813673/solver-4299784-1532813673 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node103-1532811179-32002 --watchdog 2580  java -jar HOME/GGs-minicp.jar xcsp3.CompetitionApp HOME/instance-4299784-1532813673.xml

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

MD5SUM BENCH= 4cf2470ecfcea4403011c16b404a3a31
RANDOM SEED=702939494

node103.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.48
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.48
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.48
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.48
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:        18102064 kB
MemAvailable:   29826820 kB
Buffers:          303952 kB
Cached:         11604224 kB
SwapCached:            0 kB
Active:          6034628 kB
Inactive:        8027788 kB
Active(anon):    2156908 kB
Inactive(anon):    25184 kB
Active(file):    3877720 kB
Inactive(file):  8002604 kB
Unevictable:        7120 kB
Mlocked:            7120 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              3900 kB
Writeback:             0 kB
AnonPages:       2161364 kB
Mapped:            55524 kB
Shmem:             25228 kB
Slab:             300772 kB
SReclaimable:     272892 kB
SUnreclaim:        27880 kB
KernelStack:        3584 kB
PageTables:         9884 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3858688 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2056192 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      124288 kB
DirectMap2M:    33421312 kB

Free space on /tmp at the end= 56524 MiB
End job on node103 at 2018-07-28 23:53:34