Trace number 4308462

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
OscaR - Hybrid 2018-08-14SAT (TO)47 2520.05 2479.12

General information on the benchmark

NameGolombRuler/
GolombRuler-a3v18-nodv-09_c18.xml
MD5SUM5099229ea21e0b755c9ada14ed0c0ccc
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark44
Best CPU time to get the best result obtained on this benchmark11.569
Satisfiable
(Un)Satisfiability was proved
Number of variables90
Number of constraints37
Number of domains2
Minimum domain size81
Maximum domain size82
Distribution of domain sizes[{"size":81,"count":36},{"size":82,"count":9}]
Minimum variable degree0
Maximum variable degree9
Distribution of variable degrees[{"degree":0,"count":45},{"degree":2,"count":36},{"degree":8,"count":8},{"degree":9,"count":1}]
Minimum constraint arity3
Maximum constraint arity36
Distribution of constraint arities[{"arity":3,"count":36},{"arity":36,"count":1}]
Number of extensional constraints0
Number of intensional constraints36
Distribution of constraint types[{"type":"intension","count":36},{"type":"allDifferent","count":1}]
Optimization problemYES
Type of objectivemin VAR

Quality of the solution as a function of time


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

Solver Data

0.68/0.54	c version: 2018-08-14
0.68/0.55	c seed: 1601046002
0.68/0.55	c timeout: 2520
0.68/0.55	c memlimit: 11000
0.68/0.55	c nbcore: 4
0.68/0.57	c Parsing instance...
1.53/1.03	c Parsing done, starting first complete search...
1.79/1.16	o 80
1.79/1.19	o 79
2.09/1.25	o 77
2.09/1.29	o 76
2.40/1.32	o 75
2.40/1.32	o 74
2.40/1.32	o 72
2.70/1.44	o 71
2.70/1.48	o 70
2.70/1.49	o 69
2.70/1.49	o 68
2.70/1.49	o 66
2.70/1.49	o 62
2.70/1.49	o 57
3.30/1.66	o 56
4.94/2.77	c First complete search done, starting ALNS search...
6.46/3.47	o 55
6.59/3.52	o 54
6.59/3.53	o 53
6.92/3.87	o 52
7.02/3.90	o 49
23.32/19.94	o 48
101.34/97.28	o 47
2520.02/2479.11	s SATISFIABLE
2520.02/2479.11	v <instantiation>
2520.02/2479.11	v 	<list>
2520.02/2479.11	v 		y[0][1] y[0][2] y[0][3] y[0][4] y[0][5] y[0][6] y[0][7] y[0][8] y[1][2] y[1][3] y[1][4] y[1][5] y[1][6] y[1][7] y[1][8] y[2][3] y[2][4] y[2][5] y[2][6] y[2][7] y[2][8] y[3][4] y[3][5] y[3][6] y[3][7] y[3][8] y[4][5] y[4][6] y[4][7] y[4][8] y[5][6] y[5][7] y[5][8] y[6][7] y[6][8] y[7][8] x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8]
2520.02/2479.11	v 	</list>
2520.02/2479.11	v 	<values>
2520.02/2479.11	v 		4 12 26 31 37 44 46 47 8 22 27 33 40 42 43 14 19 25 32 34 35 5 11 18 20 21 6 13 15 16 7 9 10 2 3 1 0 4 12 26 31 37 44 46 47 
2520.02/2479.11	v 	</values>
2520.02/2479.11	v </instantiation>

Verifier Data

OK	47

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4308462-1534316153/watcher-4308462-1534316153 -o /tmp/evaluation-result-4308462-1534316153/solver-4308462-1534316153 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node107-1534294079-16386 --watchdog 2580 java -Xmx11000m -jar oscarCPXcsp3-hybrid.jar --randomseed 1601046002 --timelimit 2520 --memlimit 11000 --nbcore 4 HOME/instance-4308462-1534316153.xml 

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

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=19700, runsolver pid=19697
Current StackSize limit: 8192 KiB


[startup+0.100058 s]*
/proc/loadavg: 1.62 1.48 1.40 3/215 19715
/proc/meminfo: memFree=24471132/32770624 swapFree=67108524/67108860
[pid=19700] ppid=19697 vsize=14082736 memory=34336 CPUtime=0.11 cores=1,3,5,7
/proc/19700/stat : 19700 (java) S 19697 19700 16354 0 -1 1077944320 6966 0 0 0 10 1 0 0 20 0 15 0 249178544 14420721664 8584 33554432000 4194304 4196468 140723853619952 140723853602496 140082530008823 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 23056384 140723853628500 140723853628681 140723853628681 140723853631439 0
/proc/19700/statm: 3520684 8584 3160 1 0 3482761 0
[pid=19700/tid=19702] ppid=19697 vsize=14082736 memory=-6966721798027829888 CPUtime=0.09 cores=1,3,5,7
/proc/19700/task/19702/stat : 19702 (java) R 19697 19700 16354 0 -1 4202560 5021 0 0 0 8 1 0 0 20 0 15 0 249178545 14420721664 8584 33554432000 4194304 4196468 140723853619952 140082534202912 140082530030749 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 23056384 140723853628500 140723853628681 140723853628681 140723853631439 0
[pid=19700/tid=19703] ppid=19697 vsize=14082736 memory=5793855190866733497 CPUtime=0 cores=1,3,5,7
/proc/19700/task/19703/stat : 19703 (java) S 19697 19700 16354 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 249178546 14420721664 8584 33554432000 4194304 4196468 140723853619952 140082445077136 140082530019029 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23056384 140723853628500 140723853628681 140723853628681 140723853631439 0
[pid=19700/tid=19704] ppid=19697 vsize=14082736 memory=139939856840320 CPUtime=0 cores=1,3,5,7
/proc/19700/task/19704/stat : 19704 (java) S 19697 19700 16354 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 249178546 14420721664 8584 33554432000 4194304 4196468 140723853619952 140082444024336 140082530019029 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23056384 140723853628500 140723853628681 140723853628681 140723853631439 0
[pid=19700/tid=19705] ppid=19697 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19700/task/19705/stat : 19705 (java) S 19697 19700 16354 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 249178546 14420721664 8584 33554432000 4194304 4196468 140723853619952 140082442971536 140082530019029 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23056384 140723853628500 140723853628681 140723853628681 140723853631439 0
[pid=19700/tid=19706] ppid=19697 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19700/task/19706/stat : 19706 (java) S 19697 19700 16354 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 249178546 14420721664 8584 33554432000 4194304 4196468 140723853619952 140082441918736 140082530019029 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23056384 140723853628500 140723853628681 140723853628681 140723853631439 0
[pid=19700/tid=19707] ppid=19697 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19700/task/19707/stat : 19707 (java) S 19697 19700 16354 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 249178547 14420721664 8584 33554432000 4194304 4196468 140723853619952 140081531935600 140082530019970 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23056384 140723853628500 140723853628681 140723853628681 140723853631439 0
[pid=19700/tid=19708] ppid=19697 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/19700/task/19708/stat : 19708 (java) S 19697 19700 16354 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 249178547 14420721664 8584 33554432000 4194304 4196468 140723853619952 140081530881568 140082530019029 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23056384 140723853628500 140723853628681 140723853628681 140723853631439 0
[pid=19700/tid=19709] ppid=19697 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19700/task/19709/stat : 19709 (java) S 19697 19700 16354 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 249178548 14420721664 8584 33554432000 4194304 4196468 140723853619952 140081529828720 140082530019029 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23056384 140723853628500 140723853628681 140723853628681 140723853631439 0
[pid=19700/tid=19710] ppid=19697 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19700/task/19710/stat : 19710 (java) S 19697 19700 16354 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 249178550 14420721664 8584 33554432000 4194304 4196468 140723853619952 140081528777040 140082530027419 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23056384 140723853628500 140723853628681 140723853628681 140723853631439 0
[pid=19700/tid=19711] ppid=19697 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19700/task/19711/stat : 19711 (java) S 19697 19700 16354 0 -1 1077944384 292 0 0 0 0 0 0 0 20 0 15 0 249178550 14420721664 8584 33554432000 4194304 4196468 140723853619952 140081527724400 140082530019970 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23056384 140723853628500 140723853628681 140723853628681 140723853631439 0
[pid=19700/tid=19712] ppid=19697 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/19700/task/19712/stat : 19712 (java) S 19697 19700 16354 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 249178550 14420721664 8584 33554432000 4194304 4196468 140723853619952 140081526671600 140082530019970 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23056384 140723853628500 140723853628681 140723853628681 140723853631439 0
[pid=19700/tid=19713] ppid=19697 vsize=14082736 memory=139939856840320 CPUtime=0.01 cores=1,3,5,7
/proc/19700/task/19713/stat : 19713 (java) R 19697 19700 16354 0 -1 4202560 271 0 0 0 1 0 0 0 20 0 15 0 249178550 14420721664 8584 33554432000 4194304 4196468 140723853619952 140081525618800 140082508709024 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 23056384 140723853628500 140723853628681 140723853628681 140723853631439 0
[pid=19700/tid=19714] ppid=19697 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/19700/task/19714/stat : 19714 (java) S 19697 19700 16354 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 249178550 14420721664 8584 33554432000 4194304 4196468 140723853619952 140081524566240 140082530019029 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23056384 140723853628500 140723853628681 140723853628681 140723853631439 0
[pid=19700/tid=19715] ppid=19697 vsize=14082736 memory=139939856840320 CPUtime=0 cores=1,3,5,7
/proc/19700/task/19715/stat : 19715 (java) S 19697 19700 16354 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 249178550 14420721664 8584 33554432000 4194304 4196468 140723853619952 140081523514544 140082530019970 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23056384 140723853628500 140723853628681 140723853628681 140723853631439 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 34336 KiB

[startup+0.213724 s]*
/proc/loadavg: 1.62 1.48 1.40 6/215 19715
/proc/meminfo: memFree=24456248/32770624 swapFree=67108524/67108860
[pid=19700] ppid=19697 vsize=14082736 memory=47764 CPUtime=0.32 cores=1,3,5,7
/proc/19700/stat : 19700 (java) S 19697 19700 16354 0 -1 1077944320 10035 0 0 0 29 3 0 0 20 0 15 0 249178544 14420721664 11941 33554432000 4194304 4196468 140723853619952 140723853602496 140082530008823 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 23056384 140723853628500 140723853628681 140723853628681 140723853631439 0
/proc/19700/statm: 3520684 11941 3369 1 0 3482761 0
[pid=19700/tid=19702] ppid=19697 vsize=14082736 memory=6735269665583770266 CPUtime=0.2 cores=1,3,5,7
/proc/19700/task/19702/stat : 19702 (java) R 19697 19700 16354 0 -1 4202560 7745 0 0 0 18 2 0 0 20 0 15 0 249178545 14420721664 11941 33554432000 4194304 4196468 140723853619952 140082534231872 140082120069152 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 23056384 140723853628500 140723853628681 140723853628681 140723853631439 0
[pid=19700/tid=19703] ppid=19697 vsize=14082736 memory=4211973666061630858 CPUtime=0 cores=1,3,5,7
/proc/19700/task/19703/stat : 19703 (java) S 19697 19700 16354 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 249178546 14420721664 11941 33554432000 4194304 4196468 140723853619952 140082445077136 140082530019029 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23056384 140723853628500 140723853628681 140723853628681 140723853631439 0
[pid=19700/tid=19704] ppid=19697 vsize=14082736 memory=139939856840320 CPUtime=0 cores=1,3,5,7
/proc/19700/task/19704/stat : 19704 (java) S 19697 19700 16354 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 249178546 14420721664 11941 33554432000 4194304 4196468 140723853619952 140082444024336 140082530019029 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23056384 140723853628500 140723853628681 140723853628681 140723853631439 0
[pid=19700/tid=19705] ppid=19697 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19700/task/19705/stat : 19705 (java) S 19697 19700 16354 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 249178546 14420721664 11941 33554432000 4194304 4196468 140723853619952 140082442971536 140082530019029 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23056384 140723853628500 140723853628681 140723853628681 140723853631439 0
[pid=19700/tid=19706] ppid=19697 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/19700/task/19706/stat : 19706 (java) S 19697 19700 16354 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 249178546 14420721664 11941 33554432000 4194304 4196468 140723853619952 140082441918736 140082530019029 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23056384 140723853628500 140723853628681 140723853628681 140723853631439 0
[pid=19700/tid=19707] ppid=19697 vsize=14082736 memory=139939856840320 CPUtime=0 cores=1,3,5,7
/proc/19700/task/19707/stat : 19707 (java) S 19697 19700 16354 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 249178547 14420721664 11941 33554432000 4194304 4196468 140723853619952 140081531935600 140082530019970 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23056384 140723853628500 140723853628681 140723853628681 140723853631439 0
[pid=19700/tid=19708] ppid=19697 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/19700/task/19708/stat : 19708 (java) S 19697 19700 16354 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 249178547 14420721664 11941 33554432000 4194304 4196468 140723853619952 140081530881568 140082530019029 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23056384 140723853628500 140723853628681 140723853628681 140723853631439 0
[pid=19700/tid=19709] ppid=19697 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19700/task/19709/stat : 19709 (java) S 19697 19700 16354 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 249178548 14420721664 11941 33554432000 4194304 4196468 140723853619952 140081529828720 140082530019029 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23056384 140723853628500 140723853628681 140723853628681 140723853631439 0
[pid=19700/tid=19710] ppid=19697 vsize=14082736 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19700/task/19710/stat : 19710 (java) S 19697 19700 16354 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 249178550 14420721664 11941 33554432000 4194304 4196468 140723853619952 140081528777040 140082530027419 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23056384 140723853628500 140723853628681 140723853628681 140723853631439 0
[pid=19700/tid=19711] ppid=19697 vsize=14082736 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/19700/task/19711/stat : 19711 (java) S 19697 19700 16354 0 -1 1077944384 374 0 0 0 2 0 0 0 20 0 15 0 249178550 14420721664 11941 33554432000 4194304 4196468 140723853619952 140081527724400 140082530019970 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23056384 140723853628500 140723853628681 140723853628681 140723853631439 0
[pid=19700/tid=19712] ppid=19697 vsize=14082736 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/19700/task/19712/stat : 19712 (java) S 19697 19700 16354 0 -1 1077944384 233 0 0 0 1 0 0 0 20 0 15 0 249178550 14420721664 11941 33554432000 4194304 4196468 140723853619952 140081526671600 140082530019970 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23056384 140723853628500 140723853628681 140723853628681 140723853631439 0
[pid=19700/tid=19713] ppid=19697 vsize=14082736 memory=139939856840320 CPUtime=0.06 cores=1,3,5,7
/proc/19700/task/19713/stat : 19713 (java) R 19697 19700 16354 0 -1 4202560 302 0 0 0 6 0 0 0 20 0 15 0 249178550 14420721664 11941 33554432000 4194304 4196468 140723853619952 140081525618800 140082522030180 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 23056384 140723853628500 140723853628681 140723853628681 140723853631439 0
[pid=19700/tid=19714] ppid=19697 vsize=14082736 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/19700/task/19714/stat : 19714 (java) S 19697 19700 16354 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 249178550 14420721664 11941 33554432000 4194304 4196468 140723853619952 140081524566240 140082530019029 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23056384 140723853628500 140723853628681 140723853628681 140723853631439 0
[pid=19700/tid=19715] ppid=19697 vsize=14082736 memory=139939856840320 CPUtime=0 cores=1,3,5,7
/proc/19700/task/19715/stat : 19715 (java) S 19697 19700 16354 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 249178550 14420721664 11941 33554432000 4194304 4196468 140723853619952 140081523514544 140082530019970 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23056384 140723853628500 140723853628681 140723853628681 140723853631439 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 47764 KiB

[startup+0.310338 s]*
/proc/loadavg: 1.62 1.48 1.40 3/215 19715
/proc/meminfo: memFree=24452464/32770624 swapFree=67108524/67108860
[pid=19700] ppid=19697 vsize=14082736 memory=50948 CPUtime=0.43 cores=1,3,5,7
/proc/19700/stat : 19700 (java) S 19697 19700 16354 0 -1 1077944320 10366 0 0 0 40 3 0 0 20 0 15 0 249178544 14420721664 12737 33554432000 4194304 4196468 140723853619952 140723853602496 140082530008823 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 23056384 140723853628500 140723853628681 140723853628681 140723853631439 0
/proc/19700/statm: 3520684 12737 3371 1 0 3482761 0
[pid=19700/tid=19702] ppid=19697 vsize=14082736 memory=4871374705135476842 CPUtime=0.29 cores=1,3,5,7
/proc/19700/task/19702/stat : 19702 (java) R 19697 19700 16354 0 -1 4202560 8069 0 0 0 27 2 0 0 20 0 15 0 249178545 14420721664 12737 33554432000 4194304 4196468 140723853619952 140082534229920 140082514089310 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 23056384 140723853628500 140723853628681 140723853628681 140723853631439 0
[pid=19700/tid=19703] ppid=19697 vsize=14082736 memory=4211973666061630858 CPUtime=0 cores=1,3,5,7
/proc/19700/task/19703/stat : 19703 (java) S 19697 19700 16354 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 249178546 14420721664 12737 33554432000 4194304 4196468 140723853619952 140082445077136 140082530019029 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23056384 140723853628500 140723853628681 140723853628681 140723853631439 0
[pid=19700/tid=19704] ppid=19697 vsize=14082736 memory=139939856842685 CPUtime=0 cores=1,3,5,7
/proc/19700/task/19704/stat : 19704 (java) S 19697 19700 16354 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 249178546 14420721664 12737 33554432000 4194304 4196468 140723853619952 140082444024336 140082530019029 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23056384 140723853628500 140723853628681 140723853628681 140723853631439 0
[pid=19700/tid=19705] ppid=19697 vsize=14082736 memory=139939698305522 CPUtime=0 cores=1,3,5,7
/proc/19700/task/19705/stat : 19705 (java) S 19697 19700 16354 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 249178546 14420721664 12737 33554432000 4194304 4196468 140723853619952 140082442971536 140082530019029 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23056384 140723853628500 140723853628681 140723853628681 140723853631439 0
[pid=19700/tid=19706] ppid=19697 vsize=14082736 memory=139939698298319 CPUtime=0 cores=1,3,5,7
/proc/19700/task/19706/stat : 19706 (java) S 19697 19700 16354 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 249178546 14420721664 12737 33554432000 4194304 4196468 140723853619952 140082441918736 140082530019029 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23056384 140723853628500 140723853628681 140723853628681 140723853631439 0
[pid=19700/tid=19707] ppid=19697 vsize=14082736 memory=139939856856701 CPUtime=0 cores=1,3,5,7
/proc/19700/task/19707/stat : 19707 (java) S 19697 19700 16354 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 249178547 14420721664 12737 33554432000 4194304 4196468 140723853619952 140081531935600 140082530019970 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23056384 140723853628500 140723853628681 140723853628681 140723853631439 0
[pid=19700/tid=19708] ppid=19697 vsize=14082736 memory=139939698307503 CPUtime=0 cores=1,3,5,7
/proc/19700/task/19708/stat : 19708 (java) S 19697 19700 16354 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 249178547 14420721664 12737 33554432000 4194304 4196468 140723853619952 140081530881568 140082530019029 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23056384 140723853628500 140723853628681 140723853628681 140723853631439 0
[pid=19700/tid=19709] ppid=19697 vsize=14082736 memory=279879396605840 CPUtime=0 cores=1,3,5,7
/proc/19700/task/19709/stat : 19709 (java) S 19697 19700 16354 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 249178548 14420721664 12737 33554432000 4194304 4196468 140723853619952 140081529828720 140082530019029 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23056384 140723853628500 140723853628681 140723853628681 140723853631439 0
[pid=19700/tid=19710] ppid=19697 vsize=14082736 memory=279879396603536 CPUtime=0 cores=1,3,5,7
/proc/19700/task/19710/stat : 19710 (java) S 19697 19700 16354 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 249178550 14420721664 12737 33554432000 4194304 4196468 140723853619952 140081528777040 140082530027419 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23056384 140723853628500 140723853628681 140723853628681 140723853631439 0
[pid=19700/tid=19711] ppid=19697 vsize=14082736 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/19700/task/19711/stat : 19711 (java) S 19697 19700 16354 0 -1 1077944384 374 0 0 0 2 0 0 0 20 0 15 0 249178550 14420721664 12737 33554432000 4194304 4196468 140723853619952 140081527724400 140082530019970 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23056384 140723853628500 140723853628681 140723853628681 140723853631439 0
[pid=19700/tid=19712] ppid=19697 vsize=14082736 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/19700/task/19712/stat : 19712 (java) S 19697 19700 16354 0 -1 1077944384 233 0 0 0 2 0 0 0 20 0 15 0 249178550 14420721664 12737 33554432000 4194304 4196468 140723853619952 140081526671600 140082530019970 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23056384 140723853628500 140723853628681 140723853628681 140723853631439 0
[pid=19700/tid=19713] ppid=19697 vsize=14082736 memory=139939856840320 CPUtime=0.08 cores=1,3,5,7
/proc/19700/task/19713/stat : 19713 (java) R 19697 19700 16354 0 -1 4202560 309 0 0 0 8 0 0 0 20 0 15 0 249178550 14420721664 12737 33554432000 4194304 4196468 140723853619952 140081525618800 140082530030170 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 23056384 140723853628500 140723853628681 140723853628681 140723853631439 0
[pid=19700/tid=19714] ppid=19697 vsize=14082736 memory=2208 CPUtime=0 cores=1,3,5,7
/proc/19700/task/19714/stat : 19714 (java) S 19697 19700 16354 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 249178550 14420721664 12737 33554432000 4194304 4196468 140723853619952 140081524566240 140082530019029 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23056384 140723853628500 140723853628681 140723853628681 140723853631439 0
[pid=19700/tid=19715] ppid=19697 vsize=14082736 memory=139939856840320 CPUtime=0 cores=1,3,5,7
/proc/19700/task/19715/stat : 19715 (java) S 19697 19700 16354 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 249178550 14420721664 12737 33554432000 4194304 4196468 140723853619952 140081523514544 140082530019970 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23056384 140723853628500 140723853628681 140723853628681 140723853631439 0
Current children cumulated CPU time: 0.43 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 50948 KiB

[startup+0.700741 s]
/proc/loadavg: 1.62 1.48 1.40 3/215 19715
/proc/meminfo: memFree=24428544/32770624 swapFree=67108524/67108860
[pid=19700] ppid=19697 vsize=14084804 memory=89036 CPUtime=1 cores=1,3,5,7
/proc/19700/stat : 19700 (java) S 19697 19700 16354 0 -1 1077944320 17112 0 0 0 94 6 0 0 20 0 15 0 249178544 14422839296 22259 33554432000 4194304 4196468 140723853619952 140723853602496 140082530008823 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 23056384 140723853628500 140723853628681 140723853628681 140723853631439 0
/proc/19700/statm: 3521201 22259 3496 1 0 3483273 0
[pid=19700/tid=19702] ppid=19697 vsize=14084804 memory=1120 CPUtime=0.67 cores=1,3,5,7
/proc/19700/task/19702/stat : 19702 (java) R 19697 19700 16354 0 -1 4202560 14404 0 0 0 63 4 0 0 20 0 15 0 249178545 14422839296 22259 33554432000 4194304 4196468 140723853619952 140082534232928 140082514089310 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 23056384 140723853628500 140723853628681 140723853628681 140723853631439 0
[pid=19700/tid=19703] ppid=19697 vsize=14084804 memory=6068 CPUtime=0 cores=1,3,5,7
/proc/19700/task/19703/stat : 19703 (java) S 19697 19700 16354 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 249178546 14422839296 22259 33554432000 4194304 4196468 140723853619952 140082445077136 140082530019029 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23056384 140723853628500 140723853628681 140723853628681 140723853631439 0
[pid=19700/tid=19704] ppid=19697 vsize=14084804 memory=1724 CPUtime=0 cores=1,3,5,7
/proc/19700/task/19704/stat : 19704 (java) S 19697 19700 16354 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 249178546 14422839296 22259 33554432000 4194304 4196468 140723853619952 140082444024336 140082530019029 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23056384 140723853628500 140723853628681 140723853628681 140723853631439 0
[pid=19700/tid=19705] ppid=19697 vsize=14084804 memory=6297835844906604903 CPUtime=0 cores=1,3,5,7
/proc/19700/task/19705/stat : 19705 (java) S 19697 19700 16354 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 249178546 14422839296 22259 33554432000 4194304 4196468 140723853619952 140082442971536 140082530019029 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23056384 140723853628500 140723853628681 140723853628681 140723853631439 0
[pid=19700/tid=19706] ppid=19697 vsize=14084804 memory=7957390390475708010 CPUtime=0 cores=1,3,5,7
/proc/19700/task/19706/stat : 19706 (java) S 19697 19700 16354 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 249178546 14422839296 22259 33554432000 4194304 4196468 140723853619952 140082441918736 140082530019029 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23056384 140723853628500 140723853628681 140723853628681 140723853631439 0
[pid=19700/tid=19707] ppid=19697 vsize=14084804 memory=5787213848606435153 CPUtime=0 cores=1,3,5,7
/proc/19700/task/19707/stat : 19707 (java) S 19697 19700 16354 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 249178547 14422839296 22259 33554432000 4194304 4196468 140723853619952 140081531935600 140082530019970 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23056384 140723853628500 140723853628681 140723853628681 140723853631439 0
[pid=19700/tid=19708] ppid=19697 vsize=14084804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19700/task/19708/stat : 19708 (java) S 19697 19700 16354 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 249178547 14422839296 22259 33554432000 4194304 4196468 140723853619952 140081530881568 140082530019029 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23056384 140723853628500 140723853628681 140723853628681 140723853631439 0
[pid=19700/tid=19709] ppid=19697 vsize=14084804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19700/task/19709/stat : 19709 (java) S 19697 19700 16354 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 249178548 14422839296 22259 33554432000 4194304 4196468 140723853619952 140081529828720 140082530019029 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23056384 140723853628500 140723853628681 140723853628681 140723853631439 0
[pid=19700/tid=19710] ppid=19697 vsize=14084804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19700/task/19710/stat : 19710 (java) S 19697 19700 16354 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 249178550 14422839296 22259 33554432000 4194304 4196468 140723853619952 140081528777040 140082530027419 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23056384 140723853628500 140723853628681 140723853628681 140723853631439 0
[pid=19700/tid=19711] ppid=19697 vsize=14084804 memory=224 CPUtime=0.08 cores=1,3,5,7
/proc/19700/task/19711/stat : 19711 (java) S 19697 19700 16354 0 -1 1077944384 546 0 0 0 8 0 0 0 20 0 15 0 249178550 14422839296 22259 33554432000 4194304 4196468 140723853619952 140081527724400 140082530019970 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23056384 140723853628500 140723853628681 140723853628681 140723853631439 0
[pid=19700/tid=19712] ppid=19697 vsize=14084804 memory=7 CPUtime=0.07 cores=1,3,5,7
/proc/19700/task/19712/stat : 19712 (java) S 19697 19700 16354 0 -1 1077944384 382 0 0 0 7 0 0 0 20 0 15 0 249178550 14422839296 22259 33554432000 4194304 4196468 140723853619952 140081526671600 140082530019970 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23056384 140723853628500 140723853628681 140723853628681 140723853631439 0
[pid=19700/tid=19713] ppid=19697 vsize=14084804 memory=706 CPUtime=0.15 cores=1,3,5,7
/proc/19700/task/19713/stat : 19713 (java) S 19697 19700 16354 0 -1 1077944384 398 0 0 0 15 0 0 0 20 0 15 0 249178550 14422839296 22259 33554432000 4194304 4196468 140723853619952 140081525618800 140082530019970 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23056384 140723853628500 140723853628681 140723853628681 140723853631439 0
[pid=19700/tid=19714] ppid=19697 vsize=14084804 memory=279879396789744 CPUtime=0 cores=1,3,5,7
/proc/19700/task/19714/stat : 19714 (java) S 19697 19700 16354 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 249178550 14422839296 22259 33554432000 4194304 4196468 140723853619952 140081524566240 140082530019029 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23056384 140723853628500 140723853628681 140723853628681 140723853631439 0
[pid=19700/tid=19715] ppid=19697 vsize=14084804 memory=0 CPUtime=0 cores=1,3,5,7
/proc/19700/task/19715/stat : 19715 (java) S 19697 19700 16354 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 249178550 14422839296 22259 33554432000 4194304 4196468 140723853619952 140081523514544 140082530019970 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23056384 140723853628500 140723853628681 140723853628681 140723853631439 0
Current children cumulated CPU time: 1 s
Current children cumulated vsize: 14084804 KiB
Current children cumulated memory: 89036 KiB

[startup+1.50138 s]
/proc/loadavg: 1.62 1.48 1.40 3/215 19715
/proc/meminfo: memFree=24388880/32770624 swapFree=67108524/67108860
[pid=19700] ppid=19697 vsize=14090948 memory=135748 CPUtime=3 cores=1,3,5,7
/proc/19700/stat : 19700 (java) S 19697 19700 16354 0 -1 1077944320 23780 0 0 0 292 8 0 0 20 0 15 0 249178544 14429130752 33937 33554432000 4194304 4196468 140723853619952 140723853602496 140082530008823 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 23056384 140723853628500 140723853628681 140723853628681 140723853631439 0
/proc/19700/statm: 3522737 33937 3524 1 0 3484809 0
[pid=19700/tid=19702] ppid=19697 vsize=14090948 memory=0 CPUtime=1.47 cores=1,3,5,7
/proc/19700/task/19702/stat : 19702 (java) R 19697 19700 16354 0 -1 4202560 17440 0 0 0 141 6 0 0 20 0 15 0 249178545 14429130752 33937 33554432000 4194304 4196468 140723853619952 140082534238112 140082123930542 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 23056384 140723853628500 140723853628681 140723853628681 140723853631439 0
[pid=19700/tid=19703] ppid=19697 vsize=14090948 memory=-6585528546044026665 CPUtime=0 cores=1,3,5,7
/proc/19700/task/19703/stat : 19703 (java) S 19697 19700 16354 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 249178546 14429130752 33937 33554432000 4194304 4196468 140723853619952 140082445077136 140082530019029 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23056384 140723853628500 140723853628681 140723853628681 140723853631439 0
[pid=19700/tid=19704] ppid=19697 vsize=14090948 memory=-5790888637219758951 CPUtime=0 cores=1,3,5,7
/proc/19700/task/19704/stat : 19704 (java) S 19697 19700 16354 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 249178546 14429130752 33937 33554432000 4194304 4196468 140723853619952 140082444024336 140082530019029 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23056384 140723853628500 140723853628681 140723853628681 140723853631439 0
[pid=19700/tid=19705] ppid=19697 vsize=14090948 memory=-7161399986729472558 CPUtime=0 cores=1,3,5,7
/proc/19700/task/19705/stat : 19705 (java) S 19697 19700 16354 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 249178546 14429130752 33937 33554432000 4194304 4196468 140723853619952 140082442971536 140082530019029 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23056384 140723853628500 140723853628681 140723853628681 140723853631439 0
[pid=19700/tid=19706] ppid=19697 vsize=14090948 memory=4946809021893811072 CPUtime=0 cores=1,3,5,7
/proc/19700/task/19706/stat : 19706 (java) S 19697 19700 16354 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 249178546 14429130752 33937 33554432000 4194304 4196468 140723853619952 140082441918736 140082530019029 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23056384 140723853628500 140723853628681 140723853628681 140723853631439 0
[pid=19700/tid=19707] ppid=19697 vsize=14090948 memory=-3472574513799858008 CPUtime=0 cores=1,3,5,7
/proc/19700/task/19707/stat : 19707 (java) S 19697 19700 16354 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 249178547 14429130752 33937 33554432000 4194304 4196468 140723853619952 140081531935600 140082530019970 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23056384 140723853628500 140723853628681 140723853628681 140723853631439 0

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

/proc/19700/task/19702/stat : 19702 (java) R 19697 19700 16354 0 -1 4202560 60323 0 0 0 235801 33 0 0 20 0 15 0 249178545 14431227904 104305 33554432000 4194304 4196468 140723853619952 140082534245904 140082126482772 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 23056384 140723853628500 140723853628681 140723853628681 140723853631439 0
[pid=19700/tid=19703] ppid=19697 vsize=14092996 memory=415160 CPUtime=12.41 cores=1,3,5,7
/proc/19700/task/19703/stat : 19703 (java) S 19697 19700 16354 0 -1 1077944384 5654 0 0 0 1183 58 0 0 20 0 15 0 249178546 14431227904 104305 33554432000 4194304 4196468 140723853619952 140082445077136 140082530019029 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23056384 140723853628500 140723853628681 140723853628681 140723853631439 0
[pid=19700/tid=19704] ppid=19697 vsize=14092996 memory=6068 CPUtime=12.43 cores=1,3,5,7
/proc/19700/task/19704/stat : 19704 (java) S 19697 19700 16354 0 -1 1077944384 4622 0 0 0 1189 54 0 0 20 0 15 0 249178546 14431227904 104305 33554432000 4194304 4196468 140723853619952 140082444024336 140082530019029 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23056384 140723853628500 140723853628681 140723853628681 140723853631439 0
[pid=19700/tid=19705] ppid=19697 vsize=14092996 memory=415160 CPUtime=12.45 cores=1,3,5,7
/proc/19700/task/19705/stat : 19705 (java) S 19697 19700 16354 0 -1 1077944384 3565 0 0 0 1190 55 0 0 20 0 15 0 249178546 14431227904 104305 33554432000 4194304 4196468 140723853619952 140082442971536 140082530019029 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23056384 140723853628500 140723853628681 140723853628681 140723853631439 0
[pid=19700/tid=19706] ppid=19697 vsize=14092996 memory=415148 CPUtime=12.41 cores=1,3,5,7
/proc/19700/task/19706/stat : 19706 (java) S 19697 19700 16354 0 -1 1077944384 6798 0 0 0 1187 54 0 0 20 0 15 0 249178546 14431227904 104305 33554432000 4194304 4196468 140723853619952 140082441918736 140082530019029 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23056384 140723853628500 140723853628681 140723853628681 140723853631439 0
[pid=19700/tid=19707] ppid=19697 vsize=14092996 memory=413096 CPUtime=8.53 cores=1,3,5,7
/proc/19700/task/19707/stat : 19707 (java) S 19697 19700 16354 0 -1 1077944384 5919 0 0 0 795 58 0 0 20 0 15 0 249178547 14431227904 104305 33554432000 4194304 4196468 140723853619952 140081531935600 140082530019970 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23056384 140723853628500 140723853628681 140723853628681 140723853631439 0
[pid=19700/tid=19708] ppid=19697 vsize=14092996 memory=415144 CPUtime=0 cores=1,3,5,7
/proc/19700/task/19708/stat : 19708 (java) S 19697 19700 16354 0 -1 1077944384 61 0 0 0 0 0 0 0 20 0 15 0 249178547 14431227904 104305 33554432000 4194304 4196468 140723853619952 140081530881632 140082530019029 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23056384 140723853628500 140723853628681 140723853628681 140723853631439 0
[pid=19700/tid=19709] ppid=19697 vsize=14092996 memory=415144 CPUtime=0 cores=1,3,5,7
/proc/19700/task/19709/stat : 19709 (java) S 19697 19700 16354 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 15 0 249178548 14431227904 104305 33554432000 4194304 4196468 140723853619952 140081529828736 140082530019029 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23056384 140723853628500 140723853628681 140723853628681 140723853631439 0
[pid=19700/tid=19710] ppid=19697 vsize=14092996 memory=417212 CPUtime=0 cores=1,3,5,7
/proc/19700/task/19710/stat : 19710 (java) S 19697 19700 16354 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 249178550 14431227904 104305 33554432000 4194304 4196468 140723853619952 140081528777040 140082530027419 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23056384 140723853628500 140723853628681 140723853628681 140723853631439 0
[pid=19700/tid=19711] ppid=19697 vsize=14092996 memory=6791534058613427641 CPUtime=1.3 cores=1,3,5,7
/proc/19700/task/19711/stat : 19711 (java) S 19697 19700 16354 0 -1 1077944384 5269 0 0 0 129 1 0 0 20 0 15 0 249178550 14431227904 104305 33554432000 4194304 4196468 140723853619952 140081527724400 140082530019970 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23056384 140723853628500 140723853628681 140723853628681 140723853631439 0
[pid=19700/tid=19712] ppid=19697 vsize=14092996 memory=3919929722602796576 CPUtime=1.52 cores=1,3,5,7
/proc/19700/task/19712/stat : 19712 (java) S 19697 19700 16354 0 -1 1077944384 7783 0 0 0 150 2 0 0 20 0 15 0 249178550 14431227904 104305 33554432000 4194304 4196468 140723853619952 140081526671600 140082530019970 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23056384 140723853628500 140723853628681 140723853628681 140723853631439 0
[pid=19700/tid=19713] ppid=19697 vsize=14092996 memory=2132 CPUtime=0.78 cores=1,3,5,7
/proc/19700/task/19713/stat : 19713 (java) S 19697 19700 16354 0 -1 1077944384 21823 0 0 0 74 4 0 0 20 0 15 0 249178550 14431227904 104305 33554432000 4194304 4196468 140723853619952 140081525618800 140082530019970 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23056384 140723853628500 140723853628681 140723853628681 140723853631439 0
[pid=19700/tid=19714] ppid=19697 vsize=14092996 memory=2180 CPUtime=0 cores=1,3,5,7
/proc/19700/task/19714/stat : 19714 (java) S 19697 19700 16354 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 249178550 14431227904 104305 33554432000 4194304 4196468 140723853619952 140081524566240 140082530019029 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23056384 140723853628500 140723853628681 140723853628681 140723853631439 0
[pid=19700/tid=19715] ppid=19697 vsize=14092996 memory=2072 CPUtime=1.26 cores=1,3,5,7
/proc/19700/task/19715/stat : 19715 (java) S 19697 19700 16354 0 -1 1077944384 1204 0 0 0 56 70 0 0 20 0 15 0 249178550 14431227904 104305 33554432000 4194304 4196468 140723853619952 140081523514544 140082530019970 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23056384 140723853628500 140723853628681 140723853628681 140723853631439 0
Current children cumulated CPU time: 2421.53 s
Current children cumulated vsize: 14092996 KiB
Current children cumulated memory: 417220 KiB

[startup+2442.3 s]
/proc/loadavg: 1.58 1.41 1.41 3/215 19890
/proc/meminfo: memFree=24092032/32770624 swapFree=67108524/67108860
[pid=19700] ppid=19697 vsize=14092996 memory=421316 CPUtime=2482.52 cores=1,3,5,7
/proc/19700/stat : 19700 (java) S 19697 19700 16354 0 -1 1077944320 125450 0 0 0 247919 333 0 0 20 0 15 0 249178544 14431227904 105329 33554432000 4194304 4196468 140723853619952 140723853602496 140082530008823 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 23056384 140723853628500 140723853628681 140723853628681 140723853631439 0
/proc/19700/statm: 3523249 105329 3577 1 0 3485321 0
[pid=19700/tid=19702] ppid=19697 vsize=14092996 memory=419268 CPUtime=2417.71 cores=1,3,5,7
/proc/19700/task/19702/stat : 19702 (java) R 19697 19700 16354 0 -1 4202560 61031 0 0 0 241737 34 0 0 20 0 15 0 249178545 14431227904 105329 33554432000 4194304 4196468 140723853619952 140082534245904 140082126479262 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 23056384 140723853628500 140723853628681 140723853628681 140723853631439 0
[pid=19700/tid=19703] ppid=19697 vsize=14092996 memory=417220 CPUtime=12.77 cores=1,3,5,7
/proc/19700/task/19703/stat : 19703 (java) S 19697 19700 16354 0 -1 1077944384 5739 0 0 0 1217 60 0 0 20 0 15 0 249178546 14431227904 105329 33554432000 4194304 4196468 140723853619952 140082445077136 140082530019029 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23056384 140723853628500 140723853628681 140723853628681 140723853631439 0
[pid=19700/tid=19704] ppid=19697 vsize=14092996 memory=415144 CPUtime=12.78 cores=1,3,5,7
/proc/19700/task/19704/stat : 19704 (java) S 19697 19700 16354 0 -1 1077944384 4647 0 0 0 1223 55 0 0 20 0 15 0 249178546 14431227904 105329 33554432000 4194304 4196468 140723853619952 140082444024336 140082530019029 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23056384 140723853628500 140723853628681 140723853628681 140723853631439 0
[pid=19700/tid=19705] ppid=19697 vsize=14092996 memory=417220 CPUtime=12.8 cores=1,3,5,7
/proc/19700/task/19705/stat : 19705 (java) S 19697 19700 16354 0 -1 1077944384 3615 0 0 0 1223 57 0 0 20 0 15 0 249178546 14431227904 105329 33554432000 4194304 4196468 140723853619952 140082442971536 140082530019029 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23056384 140723853628500 140723853628681 140723853628681 140723853631439 0
[pid=19700/tid=19706] ppid=19697 vsize=14092996 memory=419268 CPUtime=12.76 cores=1,3,5,7
/proc/19700/task/19706/stat : 19706 (java) S 19697 19700 16354 0 -1 1077944384 6822 0 0 0 1221 55 0 0 20 0 15 0 249178546 14431227904 105329 33554432000 4194304 4196468 140723853619952 140082441918736 140082530019029 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23056384 140723853628500 140723853628681 140723853628681 140723853631439 0
[pid=19700/tid=19707] ppid=19697 vsize=14092996 memory=419268 CPUtime=8.7 cores=1,3,5,7
/proc/19700/task/19707/stat : 19707 (java) S 19697 19700 16354 0 -1 1077944384 6077 0 0 0 811 59 0 0 20 0 15 0 249178547 14431227904 105329 33554432000 4194304 4196468 140723853619952 140081531935600 140082530019970 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23056384 140723853628500 140723853628681 140723853628681 140723853631439 0
[pid=19700/tid=19708] ppid=19697 vsize=14092996 memory=421316 CPUtime=0 cores=1,3,5,7
/proc/19700/task/19708/stat : 19708 (java) S 19697 19700 16354 0 -1 1077944384 61 0 0 0 0 0 0 0 20 0 15 0 249178547 14431227904 105329 33554432000 4194304 4196468 140723853619952 140081530881632 140082530019029 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23056384 140723853628500 140723853628681 140723853628681 140723853631439 0
[pid=19700/tid=19709] ppid=19697 vsize=14092996 memory=1724 CPUtime=0 cores=1,3,5,7
/proc/19700/task/19709/stat : 19709 (java) S 19697 19700 16354 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 15 0 249178548 14431227904 105329 33554432000 4194304 4196468 140723853619952 140081529828736 140082530019029 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23056384 140723853628500 140723853628681 140723853628681 140723853631439 0
[pid=19700/tid=19710] ppid=19697 vsize=14092996 memory=421316 CPUtime=0 cores=1,3,5,7
/proc/19700/task/19710/stat : 19710 (java) S 19697 19700 16354 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 249178550 14431227904 105329 33554432000 4194304 4196468 140723853619952 140081528777040 140082530027419 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23056384 140723853628500 140723853628681 140723853628681 140723853631439 0
[pid=19700/tid=19711] ppid=19697 vsize=14092996 memory=3712 CPUtime=1.31 cores=1,3,5,7
/proc/19700/task/19711/stat : 19711 (java) S 19697 19700 16354 0 -1 1077944384 5269 0 0 0 130 1 0 0 20 0 15 0 249178550 14431227904 105329 33554432000 4194304 4196468 140723853619952 140081527724400 140082530019970 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23056384 140723853628500 140723853628681 140723853628681 140723853631439 0
[pid=19700/tid=19712] ppid=19697 vsize=14092996 memory=67864 CPUtime=1.53 cores=1,3,5,7
/proc/19700/task/19712/stat : 19712 (java) S 19697 19700 16354 0 -1 1077944384 7783 0 0 0 151 2 0 0 20 0 15 0 249178550 14431227904 105329 33554432000 4194304 4196468 140723853619952 140081526671600 140082530019970 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23056384 140723853628500 140723853628681 140723853628681 140723853631439 0
[pid=19700/tid=19713] ppid=19697 vsize=14092996 memory=6791534058613427641 CPUtime=0.78 cores=1,3,5,7
/proc/19700/task/19713/stat : 19713 (java) S 19697 19700 16354 0 -1 1077944384 21823 0 0 0 74 4 0 0 20 0 15 0 249178550 14431227904 105329 33554432000 4194304 4196468 140723853619952 140081525618800 140082530019970 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23056384 140723853628500 140723853628681 140723853628681 140723853631439 0
[pid=19700/tid=19714] ppid=19697 vsize=14092996 memory=6791534058613427641 CPUtime=0 cores=1,3,5,7
/proc/19700/task/19714/stat : 19714 (java) S 19697 19700 16354 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 249178550 14431227904 105329 33554432000 4194304 4196468 140723853619952 140081524566240 140082530019029 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23056384 140723853628500 140723853628681 140723853628681 140723853631439 0
[pid=19700/tid=19715] ppid=19697 vsize=14092996 memory=421316 CPUtime=1.29 cores=1,3,5,7
/proc/19700/task/19715/stat : 19715 (java) S 19697 19700 16354 0 -1 1077944384 1217 0 0 0 58 71 0 0 20 0 15 0 249178550 14431227904 105329 33554432000 4194304 4196468 140723853619952 140081523514544 140082530019970 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23056384 140723853628500 140723853628681 140723853628681 140723853631439 0
Current children cumulated CPU time: 2482.52 s
Current children cumulated vsize: 14092996 KiB
Current children cumulated memory: 421316 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2479.11 s]
/proc/loadavg: 1.50 1.41 1.41 3/215 19891
/proc/meminfo: memFree=24082728/32770624 swapFree=67108524/67108860
[pid=19700] ppid=19697 vsize=14092996 memory=423392 CPUtime=2520.02 cores=1,3,5,7
/proc/19700/stat : 19700 (java) S 19697 19700 16354 0 -1 1077944320 126567 0 0 0 251666 336 0 0 20 0 15 0 249178544 14431227904 105848 33554432000 4194304 4196468 140723853619952 140723853602496 140082530008823 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 23056384 140723853628500 140723853628681 140723853628681 140723853631439 0
/proc/19700/statm: 3523249 105848 3579 1 0 3485321 0
[pid=19700/tid=19702] ppid=19697 vsize=14092996 memory=417220 CPUtime=2454.12 cores=1,3,5,7
/proc/19700/task/19702/stat : 19702 (java) R 19697 19700 16354 0 -1 4202560 61615 0 0 0 245378 34 0 0 20 0 15 0 249178545 14431227904 105848 33554432000 4194304 4196468 140723853619952 140082534245840 140082121101942 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 23056384 140723853628500 140723853628681 140723853628681 140723853631439 0
[pid=19700/tid=19703] ppid=19697 vsize=14092996 memory=419268 CPUtime=13 cores=1,3,5,7
/proc/19700/task/19703/stat : 19703 (java) S 19697 19700 16354 0 -1 1077944384 5937 0 0 0 1240 60 0 0 20 0 15 0 249178546 14431227904 105848 33554432000 4194304 4196468 140723853619952 140082445077136 140082530019029 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23056384 140723853628500 140723853628681 140723853628681 140723853631439 0
[pid=19700/tid=19704] ppid=19697 vsize=14092996 memory=421344 CPUtime=13.02 cores=1,3,5,7
/proc/19700/task/19704/stat : 19704 (java) S 19697 19700 16354 0 -1 1077944384 4688 0 0 0 1246 56 0 0 20 0 15 0 249178546 14431227904 105848 33554432000 4194304 4196468 140723853619952 140082444024336 140082530019029 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23056384 140723853628500 140723853628681 140723853628681 140723853631439 0
[pid=19700/tid=19705] ppid=19697 vsize=14092996 memory=423392 CPUtime=13.03 cores=1,3,5,7
/proc/19700/task/19705/stat : 19705 (java) S 19697 19700 16354 0 -1 1077944384 3673 0 0 0 1246 57 0 0 20 0 15 0 249178546 14431227904 105848 33554432000 4194304 4196468 140723853619952 140082442971536 140082530019029 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23056384 140723853628500 140723853628681 140723853628681 140723853631439 0
[pid=19700/tid=19706] ppid=19697 vsize=14092996 memory=423392 CPUtime=13 cores=1,3,5,7
/proc/19700/task/19706/stat : 19706 (java) S 19697 19700 16354 0 -1 1077944384 6868 0 0 0 1245 55 0 0 20 0 15 0 249178546 14431227904 105848 33554432000 4194304 4196468 140723853619952 140082441918736 140082530019029 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23056384 140723853628500 140723853628681 140723853628681 140723853631439 0
[pid=19700/tid=19707] ppid=19697 vsize=14092996 memory=423392 CPUtime=8.83 cores=1,3,5,7
/proc/19700/task/19707/stat : 19707 (java) S 19697 19700 16354 0 -1 1077944384 6098 0 0 0 823 60 0 0 20 0 15 0 249178547 14431227904 105848 33554432000 4194304 4196468 140723853619952 140081531935600 140082530019970 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23056384 140723853628500 140723853628681 140723853628681 140723853631439 0
[pid=19700/tid=19708] ppid=19697 vsize=14092996 memory=423392 CPUtime=0 cores=1,3,5,7
/proc/19700/task/19708/stat : 19708 (java) S 19697 19700 16354 0 -1 1077944384 61 0 0 0 0 0 0 0 20 0 15 0 249178547 14431227904 105848 33554432000 4194304 4196468 140723853619952 140081530881632 140082530019029 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23056384 140723853628500 140723853628681 140723853628681 140723853631439 0
[pid=19700/tid=19709] ppid=19697 vsize=14092996 memory=3516 CPUtime=0 cores=1,3,5,7
/proc/19700/task/19709/stat : 19709 (java) S 19697 19700 16354 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 15 0 249178548 14431227904 105848 33554432000 4194304 4196468 140723853619952 140081529828736 140082530019029 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23056384 140723853628500 140723853628681 140723853628681 140723853631439 0
[pid=19700/tid=19710] ppid=19697 vsize=14092996 memory=421344 CPUtime=0 cores=1,3,5,7
/proc/19700/task/19710/stat : 19710 (java) S 19697 19700 16354 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 249178550 14431227904 105848 33554432000 4194304 4196468 140723853619952 140081528777040 140082530027419 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23056384 140723853628500 140723853628681 140723853628681 140723853631439 0
[pid=19700/tid=19711] ppid=19697 vsize=14092996 memory=423392 CPUtime=1.31 cores=1,3,5,7
/proc/19700/task/19711/stat : 19711 (java) S 19697 19700 16354 0 -1 1077944384 5271 0 0 0 130 1 0 0 20 0 15 0 249178550 14431227904 105848 33554432000 4194304 4196468 140723853619952 140081527724400 140082530019970 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23056384 140723853628500 140723853628681 140723853628681 140723853631439 0
[pid=19700/tid=19712] ppid=19697 vsize=14092996 memory=423392 CPUtime=1.54 cores=1,3,5,7
/proc/19700/task/19712/stat : 19712 (java) S 19697 19700 16354 0 -1 1077944384 7943 0 0 0 152 2 0 0 20 0 15 0 249178550 14431227904 105848 33554432000 4194304 4196468 140723853619952 140081526671600 140082530019970 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23056384 140723853628500 140723853628681 140723853628681 140723853631439 0
[pid=19700/tid=19713] ppid=19697 vsize=14092996 memory=423392 CPUtime=0.78 cores=1,3,5,7
/proc/19700/task/19713/stat : 19713 (java) S 19697 19700 16354 0 -1 1077944384 21825 0 0 0 74 4 0 0 20 0 15 0 249178550 14431227904 105848 33554432000 4194304 4196468 140723853619952 140081525618800 140082530019970 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23056384 140723853628500 140723853628681 140723853628681 140723853631439 0
[pid=19700/tid=19714] ppid=19697 vsize=14092996 memory=423392 CPUtime=0 cores=1,3,5,7
/proc/19700/task/19714/stat : 19714 (java) S 19697 19700 16354 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 249178550 14431227904 105848 33554432000 4194304 4196468 140723853619952 140081524566240 140082530019029 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23056384 140723853628500 140723853628681 140723853628681 140723853631439 0
[pid=19700/tid=19715] ppid=19697 vsize=14092996 memory=8026650869813564775 CPUtime=1.31 cores=1,3,5,7
/proc/19700/task/19715/stat : 19715 (java) S 19697 19700 16354 0 -1 1077944384 1222 0 0 0 59 72 0 0 20 0 15 0 249178550 14431227904 105848 33554432000 4194304 4196468 140723853619952 140081523514544 140082530019970 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23056384 140723853628500 140723853628681 140723853628681 140723853631439 0
Current children cumulated CPU time: 2520.02 s
Current children cumulated vsize: 14092996 KiB
Current children cumulated memory: 423392 KiB

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

[startup+2479.12 s]
# the end of solver process 19700 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.68 s, system=3.36815 s

Solver just ended.
??? end of watcher thread
Dumping a history of the last processes samples

[startup+2479.11 s]
/proc/loadavg: 1.50 1.41 1.41 3/215 19891
/proc/meminfo: memFree=24082728/32770624 swapFree=67108524/67108860
[pid=19700] ppid=19697 vsize=14092996 memory=423392 CPUtime=2520.02 cores=1,3,5,7
/proc/19700/stat : 19700 (java) S 19697 19700 16354 0 -1 1077944320 126567 0 0 0 251666 336 0 0 20 0 15 0 249178544 14431227904 105848 33554432000 4194304 4196468 140723853619952 140723853602496 140082530008823 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 23056384 140723853628500 140723853628681 140723853628681 140723853631439 0
/proc/19700/statm: 3523249 105848 3579 1 0 3485321 0
[pid=19700/tid=19702] ppid=19697 vsize=14092996 memory=417220 CPUtime=2454.12 cores=1,3,5,7
/proc/19700/task/19702/stat : 19702 (java) R 19697 19700 16354 0 -1 4202560 61615 0 0 0 245378 34 0 0 20 0 15 0 249178545 14431227904 105848 33554432000 4194304 4196468 140723853619952 140082534245840 140082121101942 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 23056384 140723853628500 140723853628681 140723853628681 140723853631439 0
[pid=19700/tid=19703] ppid=19697 vsize=14092996 memory=419268 CPUtime=13 cores=1,3,5,7
/proc/19700/task/19703/stat : 19703 (java) S 19697 19700 16354 0 -1 1077944384 5937 0 0 0 1240 60 0 0 20 0 15 0 249178546 14431227904 105848 33554432000 4194304 4196468 140723853619952 140082445077136 140082530019029 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23056384 140723853628500 140723853628681 140723853628681 140723853631439 0
[pid=19700/tid=19704] ppid=19697 vsize=14092996 memory=421344 CPUtime=13.02 cores=1,3,5,7
/proc/19700/task/19704/stat : 19704 (java) S 19697 19700 16354 0 -1 1077944384 4688 0 0 0 1246 56 0 0 20 0 15 0 249178546 14431227904 105848 33554432000 4194304 4196468 140723853619952 140082444024336 140082530019029 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23056384 140723853628500 140723853628681 140723853628681 140723853631439 0
[pid=19700/tid=19705] ppid=19697 vsize=14092996 memory=423392 CPUtime=13.03 cores=1,3,5,7
/proc/19700/task/19705/stat : 19705 (java) S 19697 19700 16354 0 -1 1077944384 3673 0 0 0 1246 57 0 0 20 0 15 0 249178546 14431227904 105848 33554432000 4194304 4196468 140723853619952 140082442971536 140082530019029 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23056384 140723853628500 140723853628681 140723853628681 140723853631439 0
[pid=19700/tid=19706] ppid=19697 vsize=14092996 memory=423392 CPUtime=13 cores=1,3,5,7
/proc/19700/task/19706/stat : 19706 (java) S 19697 19700 16354 0 -1 1077944384 6868 0 0 0 1245 55 0 0 20 0 15 0 249178546 14431227904 105848 33554432000 4194304 4196468 140723853619952 140082441918736 140082530019029 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23056384 140723853628500 140723853628681 140723853628681 140723853631439 0
[pid=19700/tid=19707] ppid=19697 vsize=14092996 memory=423392 CPUtime=8.83 cores=1,3,5,7
/proc/19700/task/19707/stat : 19707 (java) S 19697 19700 16354 0 -1 1077944384 6098 0 0 0 823 60 0 0 20 0 15 0 249178547 14431227904 105848 33554432000 4194304 4196468 140723853619952 140081531935600 140082530019970 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23056384 140723853628500 140723853628681 140723853628681 140723853631439 0
[pid=19700/tid=19708] ppid=19697 vsize=14092996 memory=423392 CPUtime=0 cores=1,3,5,7
/proc/19700/task/19708/stat : 19708 (java) S 19697 19700 16354 0 -1 1077944384 61 0 0 0 0 0 0 0 20 0 15 0 249178547 14431227904 105848 33554432000 4194304 4196468 140723853619952 140081530881632 140082530019029 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23056384 140723853628500 140723853628681 140723853628681 140723853631439 0
[pid=19700/tid=19709] ppid=19697 vsize=14092996 memory=3516 CPUtime=0 cores=1,3,5,7
/proc/19700/task/19709/stat : 19709 (java) S 19697 19700 16354 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 15 0 249178548 14431227904 105848 33554432000 4194304 4196468 140723853619952 140081529828736 140082530019029 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23056384 140723853628500 140723853628681 140723853628681 140723853631439 0
[pid=19700/tid=19710] ppid=19697 vsize=14092996 memory=421344 CPUtime=0 cores=1,3,5,7
/proc/19700/task/19710/stat : 19710 (java) S 19697 19700 16354 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 249178550 14431227904 105848 33554432000 4194304 4196468 140723853619952 140081528777040 140082530027419 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23056384 140723853628500 140723853628681 140723853628681 140723853631439 0
[pid=19700/tid=19711] ppid=19697 vsize=14092996 memory=423392 CPUtime=1.31 cores=1,3,5,7
/proc/19700/task/19711/stat : 19711 (java) S 19697 19700 16354 0 -1 1077944384 5271 0 0 0 130 1 0 0 20 0 15 0 249178550 14431227904 105848 33554432000 4194304 4196468 140723853619952 140081527724400 140082530019970 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23056384 140723853628500 140723853628681 140723853628681 140723853631439 0
[pid=19700/tid=19712] ppid=19697 vsize=14092996 memory=423392 CPUtime=1.54 cores=1,3,5,7
/proc/19700/task/19712/stat : 19712 (java) S 19697 19700 16354 0 -1 1077944384 7943 0 0 0 152 2 0 0 20 0 15 0 249178550 14431227904 105848 33554432000 4194304 4196468 140723853619952 140081526671600 140082530019970 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23056384 140723853628500 140723853628681 140723853628681 140723853631439 0
[pid=19700/tid=19713] ppid=19697 vsize=14092996 memory=423392 CPUtime=0.78 cores=1,3,5,7
/proc/19700/task/19713/stat : 19713 (java) S 19697 19700 16354 0 -1 1077944384 21825 0 0 0 74 4 0 0 20 0 15 0 249178550 14431227904 105848 33554432000 4194304 4196468 140723853619952 140081525618800 140082530019970 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23056384 140723853628500 140723853628681 140723853628681 140723853631439 0
[pid=19700/tid=19714] ppid=19697 vsize=14092996 memory=423392 CPUtime=0 cores=1,3,5,7
/proc/19700/task/19714/stat : 19714 (java) S 19697 19700 16354 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 249178550 14431227904 105848 33554432000 4194304 4196468 140723853619952 140081524566240 140082530019029 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23056384 140723853628500 140723853628681 140723853628681 140723853631439 0
[pid=19700/tid=19715] ppid=19697 vsize=14092996 memory=8026650869813564775 CPUtime=1.31 cores=1,3,5,7
/proc/19700/task/19715/stat : 19715 (java) S 19697 19700 16354 0 -1 1077944384 1222 0 0 0 59 72 0 0 20 0 15 0 249178550 14431227904 105848 33554432000 4194304 4196468 140723853619952 140081523514544 140082530019970 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23056384 140723853628500 140723853628681 140723853628681 140723853631439 0
Current children cumulated CPU time: 2520.02 s
Current children cumulated vsize: 14092996 KiB
Current children cumulated memory: 423392 KiB

Child status: 143
Real time (s): 2479.12
CPU time (s): 2520.05
CPU user time (s): 2516.68
CPU system time (s): 3.36815
CPU usage (%): 101.651
Max. virtual memory (cumulated for all children) (KiB): 14092996
Max. memory (cumulated for all children) (KiB): 423392

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.68
system time used= 3.36815
maximum resident set size= 423960
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 126748
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3048
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 286325
involuntary context switches= 6361


# summary of solver processes directly reported to runsolver:
#   pid: 19700
#   total CPU time (s): 2520.05
#   total CPU user time (s): 2516.68
#   total CPU system time (s): 3.36815

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.616 second user time and 22.1877 second system time

The end

Launcher Data

Begin job on node107 at 2018-08-15 08:55:53
IDJOB=4308462
IDBENCH=141374
IDSOLVER=2792
FILE ID=node107/4308462-1534316153
RUNJOBID= node107-1534294079-16386
PBS_JOBID= 21038147
Free space on /tmp= 42256 MiB

SOLVER NAME= OscaR - Hybrid 2018-08-14
BENCH NAME= XCSP18/GolombRuler/GolombRuler-a3v18-nodv-09_c18.xml
COMMAND LINE= java -Xmx11000m -jar oscarCPXcsp3-hybrid.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 11000 --nbcore NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4308462-1534316153/watcher-4308462-1534316153 -o /tmp/evaluation-result-4308462-1534316153/solver-4308462-1534316153 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node107-1534294079-16386 --watchdog 2580  java -Xmx11000m -jar oscarCPXcsp3-hybrid.jar --randomseed 1601046002 --timelimit 2520 --memlimit 11000 --nbcore 4 HOME/instance-4308462-1534316153.xml

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

MD5SUM BENCH= 5099229ea21e0b755c9ada14ed0c0ccc
RANDOM SEED=1601046002

node107.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.40
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.40
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.40
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.40
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:        24490932 kB
MemAvailable:   31714004 kB
Buffers:          206016 kB
Cached:          7245596 kB
SwapCached:           20 kB
Active:          4170392 kB
Inactive:        3518232 kB
Active(anon):     186292 kB
Inactive(anon):   111372 kB
Active(file):    3984100 kB
Inactive(file):  3406860 kB
Unevictable:        6980 kB
Mlocked:            6980 kB
SwapTotal:      67108860 kB
SwapFree:       67108524 kB
Dirty:             35816 kB
Writeback:             0 kB
AnonPages:        258012 kB
Mapped:            68172 kB
Shmem:             57824 kB
Slab:             289136 kB
SReclaimable:     260572 kB
SUnreclaim:        28564 kB
KernelStack:        3792 kB
PageTables:         5636 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1249960 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    120832 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:       91520 kB
DirectMap2M:    33454080 kB

Free space on /tmp at the end= 42220 MiB
End job on node107 at 2018-08-15 09:37:13