Trace number 4300031

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
slowpoke 2018-04-29SAT (TO)719 2520.02 2513.71

General information on the benchmark

NameKnapsack/
Knapsack-50-200-01_c18.xml
MD5SUMf3af09ab16e693c32f4df19e0bf70cc2
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark1297
Best CPU time to get the best result obtained on this benchmark84.6278
Satisfiable
(Un)Satisfiability was proved
Number of variables50
Number of constraints1
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":50}]
Minimum variable degree2
Maximum variable degree2
Distribution of variable degrees[{"degree":2,"count":50}]
Minimum constraint arity50
Maximum constraint arity50
Distribution of constraint arities[{"arity":50,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"sum","count":1}]
Optimization problemYES
Type of objectivemax SUM

Quality of the solution as a function of time


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

Solver Data

0.12/0.13	c version: 2018-04-11
0.12/0.13	c seed: 1811631
0.12/0.13	c timeout: 2520
0.12/0.13	c memlimit: -1
0.12/0.13	c nbcore: -1
0.31/0.26	I had a sum
0.31/0.30	o 0
0.31/0.30	o 85
0.31/0.30	o 90
0.31/0.30	o 120
0.31/0.30	o 179
0.31/0.30	o 225
0.31/0.30	o 262
0.31/0.30	o 313
0.31/0.30	o 350
0.31/0.30	o 352
0.31/0.30	o 354
0.31/0.30	o 376
0.31/0.31	o 404
0.31/0.31	o 406
0.31/0.31	o 425
0.31/0.31	o 441
0.31/0.31	o 443
0.31/0.31	o 476
0.31/0.31	o 479
0.31/0.31	o 501
0.31/0.31	o 503
0.31/0.31	o 519
0.31/0.31	o 524
0.31/0.31	o 548
0.31/0.31	o 557
0.31/0.31	o 558
0.31/0.31	o 576
0.31/0.32	o 587
0.31/0.32	o 592
0.31/0.32	o 616
0.56/0.32	o 619
0.56/0.32	o 627
0.56/0.32	o 628
0.56/0.32	o 632
0.56/0.33	o 649
0.56/0.34	o 719
2520.00/2513.70	s SATISFIABLE
2520.00/2513.70	v <instantiation>
2520.00/2513.70	v 	<list>
2520.00/2513.70	v 		x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] x[16] x[17] x[18] x[19] x[20] x[21] x[22] x[23] x[24] x[25] x[26] x[27] x[28] x[29] x[30] x[31] x[32] x[33] x[34] x[35] x[36] x[37] x[38] x[39] x[40] x[41] x[42] x[43] x[44] x[45] x[46] x[47] x[48] x[49] 
2520.00/2513.70	v 	</list>
2520.00/2513.70	v 	<values>
2520.00/2513.70	v 		0 0 0 1 1 1 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 1 1 0 0 1 1 0 1 0 0 0 1 1 
2520.00/2513.70	v 	</values>
2520.00/2513.70	v </instantiation>

Verifier Data

OK	719

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4300031-1532839315/watcher-4300031-1532839315 -o /tmp/evaluation-result-4300031-1532839315/solver-4300031-1532839315 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node148-1532809183-3227 --watchdog 2580 java -jar minicp-1.0.jar HOME/instance-4300031-1532839315.xml --timelimit 2520 

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


[startup+0.100059 s]*
/proc/loadavg: 1.22 1.23 1.34 3/215 8013
/proc/meminfo: memFree=23451688/32770624 swapFree=67108404/67108860
[pid=7998] ppid=7995 vsize=10661056 memory=27844 CPUtime=0.12 cores=1,3,5,7
/proc/7998/stat : 7998 (java) S 7995 7998 3195 0 -1 1077944320 5313 0 0 0 11 1 0 0 20 0 15 0 101494657 10916921344 6961 33554432000 4194304 4196468 140735773498064 140735773480608 140290111028983 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 37314560 140735773504668 140735773504777 140735773504777 140735773507535 0
/proc/7998/statm: 2665264 6961 2863 1 0 2627263 0
[pid=7998/tid=8000] ppid=7995 vsize=10661056 memory=-8681069205687989440 CPUtime=0.08 cores=1,3,5,7
/proc/7998/task/8000/stat : 8000 (java) R 7995 7998 3195 0 -1 4202560 3175 0 0 0 8 0 0 0 20 0 15 0 101494658 10916921344 6961 33554432000 4194304 4196468 140735773498064 140290115259872 140290111050330 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 37314560 140735773504668 140735773504777 140735773504777 140735773507535 0
[pid=7998/tid=8001] ppid=7995 vsize=10661056 memory=8257237230052613020 CPUtime=0 cores=1,3,5,7
/proc/7998/task/8001/stat : 8001 (java) S 7995 7998 3195 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 101494658 10916921344 6961 33554432000 4194304 4196468 140735773498064 140289717754256 140290111039189 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37314560 140735773504668 140735773504777 140735773504777 140735773507535 0
[pid=7998/tid=8002] ppid=7995 vsize=10661056 memory=140599076198016 CPUtime=0 cores=1,3,5,7
/proc/7998/task/8002/stat : 8002 (java) S 7995 7998 3195 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 101494658 10916921344 6961 33554432000 4194304 4196468 140735773498064 140289716701456 140290111039189 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37314560 140735773504668 140735773504777 140735773504777 140735773507535 0
[pid=7998/tid=8003] ppid=7995 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7998/task/8003/stat : 8003 (java) S 7995 7998 3195 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 101494658 10916921344 6961 33554432000 4194304 4196468 140735773498064 140289715649168 140290111039189 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37314560 140735773504668 140735773504777 140735773504777 140735773507535 0
[pid=7998/tid=8004] ppid=7995 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/7998/task/8004/stat : 8004 (java) S 7995 7998 3195 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 101494658 10916921344 6961 33554432000 4194304 4196468 140735773498064 140289714596368 140290111039189 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37314560 140735773504668 140735773504777 140735773504777 140735773507535 0
[pid=7998/tid=8005] ppid=7995 vsize=10661056 memory=140599076198016 CPUtime=0 cores=1,3,5,7
/proc/7998/task/8005/stat : 8005 (java) S 7995 7998 3195 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 101494660 10916921344 6961 33554432000 4194304 4196468 140735773498064 140289602738800 140290111040130 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37314560 140735773504668 140735773504777 140735773504777 140735773507535 0
[pid=7998/tid=8006] ppid=7995 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/7998/task/8006/stat : 8006 (java) S 7995 7998 3195 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 101494660 10916921344 6961 33554432000 4194304 4196468 140735773498064 140289601684768 140290111039189 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37314560 140735773504668 140735773504777 140735773504777 140735773507535 0
[pid=7998/tid=8007] ppid=7995 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7998/task/8007/stat : 8007 (java) S 7995 7998 3195 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 101494661 10916921344 6961 33554432000 4194304 4196468 140735773498064 140289600632432 140290111039189 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37314560 140735773504668 140735773504777 140735773504777 140735773507535 0
[pid=7998/tid=8008] ppid=7995 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7998/task/8008/stat : 8008 (java) S 7995 7998 3195 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 101494663 10916921344 6961 33554432000 4194304 4196468 140735773498064 140289599580752 140290111047579 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37314560 140735773504668 140735773504777 140735773504777 140735773507535 0
[pid=7998/tid=8009] ppid=7995 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7998/task/8009/stat : 8009 (java) S 7995 7998 3195 0 -1 1077944384 295 0 0 0 0 0 0 0 20 0 15 0 101494663 10916921344 6961 33554432000 4194304 4196468 140735773498064 140289598527600 140290111040130 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37314560 140735773504668 140735773504777 140735773504777 140735773507535 0
[pid=7998/tid=8010] ppid=7995 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/7998/task/8010/stat : 8010 (java) S 7995 7998 3195 0 -1 1077944384 138 0 0 0 0 0 0 0 20 0 15 0 101494663 10916921344 6961 33554432000 4194304 4196468 140735773498064 140289597474800 140290111040130 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37314560 140735773504668 140735773504777 140735773504777 140735773507535 0
[pid=7998/tid=8011] ppid=7995 vsize=10661056 memory=140599076198016 CPUtime=0.01 cores=1,3,5,7
/proc/7998/task/8011/stat : 8011 (java) R 7995 7998 3195 0 -1 4202560 340 0 0 0 1 0 0 0 20 0 15 0 101494663 10916921344 6961 33554432000 4194304 4196468 140735773498064 140289596422512 140290103266110 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 37314560 140735773504668 140735773504777 140735773504777 140735773507535 0
[pid=7998/tid=8012] ppid=7995 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/7998/task/8012/stat : 8012 (java) S 7995 7998 3195 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 101494663 10916921344 6961 33554432000 4194304 4196468 140735773498064 140289595369952 140290111039189 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37314560 140735773504668 140735773504777 140735773504777 140735773507535 0
[pid=7998/tid=8013] ppid=7995 vsize=10661056 memory=140599076198016 CPUtime=0 cores=1,3,5,7
/proc/7998/task/8013/stat : 8013 (java) S 7995 7998 3195 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 101494663 10916921344 6961 33554432000 4194304 4196468 140735773498064 140289594317744 140290111040130 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37314560 140735773504668 140735773504777 140735773504777 140735773507535 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 10661056 KiB
Current children cumulated memory: 27844 KiB

[startup+0.210254 s]*
/proc/loadavg: 1.22 1.23 1.34 3/215 8013
/proc/meminfo: memFree=23439528/32770624 swapFree=67108404/67108860
[pid=7998] ppid=7995 vsize=10661132 memory=40496 CPUtime=0.31 cores=1,3,5,7
/proc/7998/stat : 7998 (java) S 7995 7998 3195 0 -1 1077944320 8155 0 0 0 29 2 0 0 20 0 15 0 101494657 10916999168 10124 33554432000 4194304 4196468 140735773498064 140735773480608 140290111028983 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 37314560 140735773504668 140735773504777 140735773504777 140735773507535 0
/proc/7998/statm: 2665283 10124 2982 1 0 2627263 0
[pid=7998/tid=8000] ppid=7995 vsize=10661132 memory=7022364594140610616 CPUtime=0.19 cores=1,3,5,7
/proc/7998/task/8000/stat : 8000 (java) R 7995 7998 3195 0 -1 4202560 5263 0 0 0 18 1 0 0 20 0 15 0 101494658 10916999168 10124 33554432000 4194304 4196468 140735773498064 140290115261296 140290097271127 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 37314560 140735773504668 140735773504777 140735773504777 140735773507535 0
[pid=7998/tid=8001] ppid=7995 vsize=10661132 memory=345 CPUtime=0 cores=1,3,5,7
/proc/7998/task/8001/stat : 8001 (java) S 7995 7998 3195 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 101494658 10916999168 10124 33554432000 4194304 4196468 140735773498064 140289717754256 140290111039189 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37314560 140735773504668 140735773504777 140735773504777 140735773507535 0
[pid=7998/tid=8002] ppid=7995 vsize=10661132 memory=140599076684655 CPUtime=0 cores=1,3,5,7
/proc/7998/task/8002/stat : 8002 (java) S 7995 7998 3195 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 101494658 10916999168 10124 33554432000 4194304 4196468 140735773498064 140289716701456 140290111039189 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37314560 140735773504668 140735773504777 140735773504777 140735773507535 0
[pid=7998/tid=8003] ppid=7995 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7998/task/8003/stat : 8003 (java) S 7995 7998 3195 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 101494658 10916999168 10124 33554432000 4194304 4196468 140735773498064 140289715649168 140290111039189 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37314560 140735773504668 140735773504777 140735773504777 140735773507535 0
[pid=7998/tid=8004] ppid=7995 vsize=10661132 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/7998/task/8004/stat : 8004 (java) S 7995 7998 3195 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 101494658 10916999168 10124 33554432000 4194304 4196468 140735773498064 140289714596368 140290111039189 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37314560 140735773504668 140735773504777 140735773504777 140735773507535 0
[pid=7998/tid=8005] ppid=7995 vsize=10661132 memory=140599076198016 CPUtime=0 cores=1,3,5,7
/proc/7998/task/8005/stat : 8005 (java) S 7995 7998 3195 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 101494660 10916999168 10124 33554432000 4194304 4196468 140735773498064 140289602738800 140290111040130 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37314560 140735773504668 140735773504777 140735773504777 140735773507535 0
[pid=7998/tid=8006] ppid=7995 vsize=10661132 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/7998/task/8006/stat : 8006 (java) S 7995 7998 3195 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 101494660 10916999168 10124 33554432000 4194304 4196468 140735773498064 140289601684768 140290111039189 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37314560 140735773504668 140735773504777 140735773504777 140735773507535 0
[pid=7998/tid=8007] ppid=7995 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7998/task/8007/stat : 8007 (java) S 7995 7998 3195 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 101494661 10916999168 10124 33554432000 4194304 4196468 140735773498064 140289600632432 140290111039189 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37314560 140735773504668 140735773504777 140735773504777 140735773507535 0
[pid=7998/tid=8008] ppid=7995 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7998/task/8008/stat : 8008 (java) S 7995 7998 3195 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 101494663 10916999168 10124 33554432000 4194304 4196468 140735773498064 140289599580752 140290111047579 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37314560 140735773504668 140735773504777 140735773504777 140735773507535 0
[pid=7998/tid=8009] ppid=7995 vsize=10661132 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/7998/task/8009/stat : 8009 (java) S 7995 7998 3195 0 -1 1077944384 337 0 0 0 1 0 0 0 20 0 15 0 101494663 10916999168 10124 33554432000 4194304 4196468 140735773498064 140289598527600 140290111040130 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37314560 140735773504668 140735773504777 140735773504777 140735773507535 0
[pid=7998/tid=8010] ppid=7995 vsize=10661132 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/7998/task/8010/stat : 8010 (java) S 7995 7998 3195 0 -1 1077944384 383 0 0 0 2 0 0 0 20 0 15 0 101494663 10916999168 10124 33554432000 4194304 4196468 140735773498064 140289597474800 140290111040130 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37314560 140735773504668 140735773504777 140735773504777 140735773507535 0
[pid=7998/tid=8011] ppid=7995 vsize=10661132 memory=140599076198016 CPUtime=0.07 cores=1,3,5,7
/proc/7998/task/8011/stat : 8011 (java) S 7995 7998 3195 0 -1 1077944384 810 0 0 0 7 0 0 0 20 0 15 0 101494663 10916999168 10124 33554432000 4194304 4196468 140735773498064 140289596422512 140290111040130 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37314560 140735773504668 140735773504777 140735773504777 140735773507535 0
[pid=7998/tid=8012] ppid=7995 vsize=10661132 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/7998/task/8012/stat : 8012 (java) S 7995 7998 3195 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 101494663 10916999168 10124 33554432000 4194304 4196468 140735773498064 140289595369952 140290111039189 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37314560 140735773504668 140735773504777 140735773504777 140735773507535 0
[pid=7998/tid=8013] ppid=7995 vsize=10661132 memory=140599076198016 CPUtime=0 cores=1,3,5,7
/proc/7998/task/8013/stat : 8013 (java) S 7995 7998 3195 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 101494663 10916999168 10124 33554432000 4194304 4196468 140735773498064 140289594317744 140290111040130 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37314560 140735773504668 140735773504777 140735773504777 140735773507535 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 40496 KiB

[startup+0.314607 s]*
/proc/loadavg: 1.22 1.23 1.34 6/215 8013
/proc/meminfo: memFree=23435280/32770624 swapFree=67108404/67108860
[pid=7998] ppid=7995 vsize=10661132 memory=44480 CPUtime=0.56 cores=1,3,5,7
/proc/7998/stat : 7998 (java) S 7995 7998 3195 0 -1 1077944320 8892 0 0 0 53 3 0 0 20 0 15 0 101494657 10916999168 11120 33554432000 4194304 4196468 140735773498064 140735773480608 140290111028983 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 37314560 140735773504668 140735773504777 140735773504777 140735773507535 0
/proc/7998/statm: 2665283 11120 3027 1 0 2627263 0
[pid=7998/tid=8000] ppid=7995 vsize=10661132 memory=7311146985107750967 CPUtime=0.3 cores=1,3,5,7
/proc/7998/task/8000/stat : 8000 (java) R 7995 7998 3195 0 -1 1077944384 5727 0 0 0 28 2 0 0 20 0 15 0 101494658 10916999168 11120 33554432000 4194304 4196468 140735773498064 140290115255392 140290103708205 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 37314560 140735773504668 140735773504777 140735773504777 140735773507535 0
[pid=7998/tid=8001] ppid=7995 vsize=10661132 memory=290763883793350679 CPUtime=0 cores=1,3,5,7
/proc/7998/task/8001/stat : 8001 (java) S 7995 7998 3195 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 101494658 10916999168 11120 33554432000 4194304 4196468 140735773498064 140289717754256 140290111039189 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37314560 140735773504668 140735773504777 140735773504777 140735773507535 0
[pid=7998/tid=8002] ppid=7995 vsize=10661132 memory=15966115670922904 CPUtime=0 cores=1,3,5,7
/proc/7998/task/8002/stat : 8002 (java) S 7995 7998 3195 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 101494658 10916999168 11120 33554432000 4194304 4196468 140735773498064 140289716701456 140290111039189 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37314560 140735773504668 140735773504777 140735773504777 140735773507535 0
[pid=7998/tid=8003] ppid=7995 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7998/task/8003/stat : 8003 (java) S 7995 7998 3195 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 101494658 10916999168 11120 33554432000 4194304 4196468 140735773498064 140289715649168 140290111039189 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37314560 140735773504668 140735773504777 140735773504777 140735773507535 0
[pid=7998/tid=8004] ppid=7995 vsize=10661132 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/7998/task/8004/stat : 8004 (java) S 7995 7998 3195 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 101494658 10916999168 11120 33554432000 4194304 4196468 140735773498064 140289714596368 140290111039189 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37314560 140735773504668 140735773504777 140735773504777 140735773507535 0
[pid=7998/tid=8005] ppid=7995 vsize=10661132 memory=140599076198016 CPUtime=0 cores=1,3,5,7
/proc/7998/task/8005/stat : 8005 (java) S 7995 7998 3195 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 101494660 10916999168 11120 33554432000 4194304 4196468 140735773498064 140289602738800 140290111040130 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37314560 140735773504668 140735773504777 140735773504777 140735773507535 0
[pid=7998/tid=8006] ppid=7995 vsize=10661132 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/7998/task/8006/stat : 8006 (java) S 7995 7998 3195 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 101494660 10916999168 11120 33554432000 4194304 4196468 140735773498064 140289601684768 140290111039189 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37314560 140735773504668 140735773504777 140735773504777 140735773507535 0
[pid=7998/tid=8007] ppid=7995 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7998/task/8007/stat : 8007 (java) S 7995 7998 3195 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 101494661 10916999168 11120 33554432000 4194304 4196468 140735773498064 140289600632432 140290111039189 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37314560 140735773504668 140735773504777 140735773504777 140735773507535 0
[pid=7998/tid=8008] ppid=7995 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7998/task/8008/stat : 8008 (java) S 7995 7998 3195 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 101494663 10916999168 11120 33554432000 4194304 4196468 140735773498064 140289599580752 140290111047579 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37314560 140735773504668 140735773504777 140735773504777 140735773507535 0
[pid=7998/tid=8009] ppid=7995 vsize=10661132 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/7998/task/8009/stat : 8009 (java) R 7995 7998 3195 0 -1 4202560 376 0 0 0 3 0 0 0 20 0 15 0 101494663 10916999168 11120 33554432000 4194304 4196468 140735773498064 140289598517392 140290095926625 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 37314560 140735773504668 140735773504777 140735773504777 140735773507535 0
[pid=7998/tid=8010] ppid=7995 vsize=10661132 memory=-1 CPUtime=0.06 cores=1,3,5,7
/proc/7998/task/8010/stat : 8010 (java) R 7995 7998 3195 0 -1 4202560 516 0 0 0 6 0 0 0 20 0 15 0 101494663 10916999168 11120 33554432000 4194304 4196468 140735773498064 140289597460032 140290089432434 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 37314560 140735773504668 140735773504777 140735773504777 140735773507535 0
[pid=7998/tid=8011] ppid=7995 vsize=10661132 memory=140599076198016 CPUtime=0.14 cores=1,3,5,7
/proc/7998/task/8011/stat : 8011 (java) S 7995 7998 3195 0 -1 1077944384 913 0 0 0 14 0 0 0 20 0 15 0 101494663 10916999168 11120 33554432000 4194304 4196468 140735773498064 140289596422512 140290111040130 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37314560 140735773504668 140735773504777 140735773504777 140735773507535 0
[pid=7998/tid=8012] ppid=7995 vsize=10661132 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/7998/task/8012/stat : 8012 (java) S 7995 7998 3195 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 101494663 10916999168 11120 33554432000 4194304 4196468 140735773498064 140289595369952 140290111039189 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37314560 140735773504668 140735773504777 140735773504777 140735773507535 0
[pid=7998/tid=8013] ppid=7995 vsize=10661132 memory=140599076198016 CPUtime=0 cores=1,3,5,7
/proc/7998/task/8013/stat : 8013 (java) S 7995 7998 3195 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 101494663 10916999168 11120 33554432000 4194304 4196468 140735773498064 140289594317744 140290111040130 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37314560 140735773504668 140735773504777 140735773504777 140735773507535 0
Current children cumulated CPU time: 0.56 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 44480 KiB

[startup+0.700713 s]
/proc/loadavg: 1.22 1.23 1.34 5/215 8013
/proc/meminfo: memFree=23414988/32770624 swapFree=67108404/67108860
[pid=7998] ppid=7995 vsize=10661132 memory=81496 CPUtime=1.54 cores=1,3,5,7
/proc/7998/stat : 7998 (java) S 7995 7998 3195 0 -1 1077944320 11435 0 0 0 149 5 0 0 20 0 15 0 101494657 10916999168 20374 33554432000 4194304 4196468 140735773498064 140735773480608 140290111028983 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 37314560 140735773504668 140735773504777 140735773504777 140735773507535 0
/proc/7998/statm: 2665283 20374 3093 1 0 2627263 0
[pid=7998/tid=8000] ppid=7995 vsize=10661132 memory=1840 CPUtime=0.66 cores=1,3,5,7
/proc/7998/task/8000/stat : 8000 (java) R 7995 7998 3195 0 -1 4202560 5761 0 0 0 63 3 0 0 20 0 15 0 101494658 10916999168 20374 33554432000 4194304 4196468 140735773498064 140290115265936 140735773636546 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 37314560 140735773504668 140735773504777 140735773504777 140735773507535 0
[pid=7998/tid=8001] ppid=7995 vsize=10661132 memory=1716 CPUtime=0 cores=1,3,5,7
/proc/7998/task/8001/stat : 8001 (java) S 7995 7998 3195 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 101494658 10916999168 20374 33554432000 4194304 4196468 140735773498064 140289717754256 140290111039189 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37314560 140735773504668 140735773504777 140735773504777 140735773507535 0
[pid=7998/tid=8002] ppid=7995 vsize=10661132 memory=796 CPUtime=0 cores=1,3,5,7
/proc/7998/task/8002/stat : 8002 (java) S 7995 7998 3195 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 101494658 10916999168 20374 33554432000 4194304 4196468 140735773498064 140289716701456 140290111039189 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37314560 140735773504668 140735773504777 140735773504777 140735773507535 0
[pid=7998/tid=8003] ppid=7995 vsize=10661132 memory=11008 CPUtime=0 cores=1,3,5,7
/proc/7998/task/8003/stat : 8003 (java) S 7995 7998 3195 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 101494658 10916999168 20374 33554432000 4194304 4196468 140735773498064 140289715649168 140290111039189 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37314560 140735773504668 140735773504777 140735773504777 140735773507535 0
[pid=7998/tid=8004] ppid=7995 vsize=10661132 memory=1008 CPUtime=0 cores=1,3,5,7
/proc/7998/task/8004/stat : 8004 (java) S 7995 7998 3195 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 101494658 10916999168 20374 33554432000 4194304 4196468 140735773498064 140289714596368 140290111039189 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37314560 140735773504668 140735773504777 140735773504777 140735773507535 0
[pid=7998/tid=8005] ppid=7995 vsize=10661132 memory=1952 CPUtime=0 cores=1,3,5,7
/proc/7998/task/8005/stat : 8005 (java) S 7995 7998 3195 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 101494660 10916999168 20374 33554432000 4194304 4196468 140735773498064 140289602738800 140290111040130 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37314560 140735773504668 140735773504777 140735773504777 140735773507535 0
[pid=7998/tid=8006] ppid=7995 vsize=10661132 memory=8568 CPUtime=0 cores=1,3,5,7
/proc/7998/task/8006/stat : 8006 (java) S 7995 7998 3195 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 101494660 10916999168 20374 33554432000 4194304 4196468 140735773498064 140289601684768 140290111039189 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37314560 140735773504668 140735773504777 140735773504777 140735773507535 0
[pid=7998/tid=8007] ppid=7995 vsize=10661132 memory=1228 CPUtime=0 cores=1,3,5,7
/proc/7998/task/8007/stat : 8007 (java) S 7995 7998 3195 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 101494661 10916999168 20374 33554432000 4194304 4196468 140735773498064 140289600632432 140290111039189 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37314560 140735773504668 140735773504777 140735773504777 140735773507535 0
[pid=7998/tid=8008] ppid=7995 vsize=10661132 memory=6297835844906604903 CPUtime=0 cores=1,3,5,7
/proc/7998/task/8008/stat : 8008 (java) S 7995 7998 3195 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 101494663 10916999168 20374 33554432000 4194304 4196468 140735773498064 140289599580752 140290111047579 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37314560 140735773504668 140735773504777 140735773504777 140735773507535 0
[pid=7998/tid=8009] ppid=7995 vsize=10661132 memory=7597685182856913236 CPUtime=0.32 cores=1,3,5,7
/proc/7998/task/8009/stat : 8009 (java) S 7995 7998 3195 0 -1 1077944384 1583 0 0 0 32 0 0 0 20 0 15 0 101494663 10916999168 20374 33554432000 4194304 4196468 140735773498064 140289598527600 140290111040130 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37314560 140735773504668 140735773504777 140735773504777 140735773507535 0
[pid=7998/tid=8010] ppid=7995 vsize=10661132 memory=7523071198212214892 CPUtime=0.35 cores=1,3,5,7
/proc/7998/task/8010/stat : 8010 (java) S 7995 7998 3195 0 -1 1077944384 1625 0 0 0 35 0 0 0 20 0 15 0 101494663 10916999168 20374 33554432000 4194304 4196468 140735773498064 140289597474800 140290111040130 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37314560 140735773504668 140735773504777 140735773504777 140735773507535 0
[pid=7998/tid=8011] ppid=7995 vsize=10661132 memory=0 CPUtime=0.17 cores=1,3,5,7
/proc/7998/task/8011/stat : 8011 (java) S 7995 7998 3195 0 -1 1077944384 1093 0 0 0 17 0 0 0 20 0 15 0 101494663 10916999168 20374 33554432000 4194304 4196468 140735773498064 140289596422512 140290111040130 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37314560 140735773504668 140735773504777 140735773504777 140735773507535 0
[pid=7998/tid=8012] ppid=7995 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/7998/task/8012/stat : 8012 (java) S 7995 7998 3195 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 101494663 10916999168 20374 33554432000 4194304 4196468 140735773498064 140289595369952 140290111039189 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37314560 140735773504668 140735773504777 140735773504777 140735773507535 0
[pid=7998/tid=8013] ppid=7995 vsize=10661132 memory=33 CPUtime=0 cores=1,3,5,7
/proc/7998/task/8013/stat : 8013 (java) S 7995 7998 3195 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 101494663 10916999168 20374 33554432000 4194304 4196468 140735773498064 140289594317744 140290111040130 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37314560 140735773504668 140735773504777 140735773504777 140735773507535 0
Current children cumulated CPU time: 1.54 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 81496 KiB

[startup+1.50068 s]
/proc/loadavg: 1.22 1.23 1.34 3/215 8013
/proc/meminfo: memFree=23367140/32770624 swapFree=67108404/67108860
[pid=7998] ppid=7995 vsize=10661132 memory=163744 CPUtime=2.43 cores=1,3,5,7
/proc/7998/stat : 7998 (java) S 7995 7998 3195 0 -1 1077944320 12565 0 0 0 233 10 0 0 20 0 15 0 101494657 10916999168 40936 33554432000 4194304 4196468 140735773498064 140735773480608 140290111028983 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 37314560 140735773504668 140735773504777 140735773504777 140735773507535 0
/proc/7998/statm: 2665283 40936 3109 1 0 2627263 0
[pid=7998/tid=8000] ppid=7995 vsize=10661132 memory=8112282956445269571 CPUtime=1.46 cores=1,3,5,7
/proc/7998/task/8000/stat : 8000 (java) R 7995 7998 3195 0 -1 4202560 6105 0 0 0 139 7 0 0 20 0 15 0 101494658 10916999168 40936 33554432000 4194304 4196468 140735773498064 140290115266128 140735773636546 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 37314560 140735773504668 140735773504777 140735773504777 140735773507535 0
[pid=7998/tid=8001] ppid=7995 vsize=10661132 memory=-8754540793456063680 CPUtime=0 cores=1,3,5,7
/proc/7998/task/8001/stat : 8001 (java) S 7995 7998 3195 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 101494658 10916999168 40936 33554432000 4194304 4196468 140735773498064 140289717754256 140290111039189 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37314560 140735773504668 140735773504777 140735773504777 140735773507535 0
[pid=7998/tid=8002] ppid=7995 vsize=10661132 memory=-2843874019102283166 CPUtime=0 cores=1,3,5,7
/proc/7998/task/8002/stat : 8002 (java) S 7995 7998 3195 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 101494658 10916999168 40936 33554432000 4194304 4196468 140735773498064 140289716701456 140290111039189 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37314560 140735773504668 140735773504777 140735773504777 140735773507535 0
[pid=7998/tid=8003] ppid=7995 vsize=10661132 memory=5450919713671312938 CPUtime=0 cores=1,3,5,7
/proc/7998/task/8003/stat : 8003 (java) S 7995 7998 3195 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 101494658 10916999168 40936 33554432000 4194304 4196468 140735773498064 140289715649168 140290111039189 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37314560 140735773504668 140735773504777 140735773504777 140735773507535 0
[pid=7998/tid=8004] ppid=7995 vsize=10661132 memory=7005738693937936738 CPUtime=0 cores=1,3,5,7
/proc/7998/task/8004/stat : 8004 (java) S 7995 7998 3195 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 101494658 10916999168 40936 33554432000 4194304 4196468 140735773498064 140289714596368 140290111039189 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37314560 140735773504668 140735773504777 140735773504777 140735773507535 0
[pid=7998/tid=8005] ppid=7995 vsize=10661132 memory=-7165351541977658656 CPUtime=0 cores=1,3,5,7
/proc/7998/task/8005/stat : 8005 (java) S 7995 7998 3195 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 15 0 101494660 10916999168 40936 33554432000 4194304 4196468 140735773498064 140289602738800 140290111040130 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37314560 140735773504668 140735773504777 140735773504777 140735773507535 0

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

/proc/7998/task/8000/stat : 8000 (java) R 7995 7998 3195 0 -1 4202560 17749 0 0 0 232766 10568 0 0 20 0 15 0 101494658 10916999168 48418 33554432000 4194304 4196468 140735773498064 140290115270000 140735773636546 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 37314560 140735773504668 140735773504777 140735773504777 140735773507535 0
[pid=7998/tid=8001] ppid=7995 vsize=10661132 memory=193672 CPUtime=2.34 cores=1,3,5,7
/proc/7998/task/8001/stat : 8001 (java) S 7995 7998 3195 0 -1 1077944384 1678 0 0 0 194 40 0 0 20 0 15 0 101494658 10916999168 48418 33554432000 4194304 4196468 140735773498064 140289717754256 140290111039189 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37314560 140735773504668 140735773504777 140735773504777 140735773507535 0
[pid=7998/tid=8002] ppid=7995 vsize=10661132 memory=193672 CPUtime=2.35 cores=1,3,5,7
/proc/7998/task/8002/stat : 8002 (java) S 7995 7998 3195 0 -1 1077944384 2300 0 0 0 199 36 0 0 20 0 15 0 101494658 10916999168 48418 33554432000 4194304 4196468 140735773498064 140289716701456 140290111039189 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37314560 140735773504668 140735773504777 140735773504777 140735773507535 0
[pid=7998/tid=8003] ppid=7995 vsize=10661132 memory=193672 CPUtime=2.32 cores=1,3,5,7
/proc/7998/task/8003/stat : 8003 (java) S 7995 7998 3195 0 -1 1077944384 2212 0 0 0 198 34 0 0 20 0 15 0 101494658 10916999168 48418 33554432000 4194304 4196468 140735773498064 140289715649168 140290111039189 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37314560 140735773504668 140735773504777 140735773504777 140735773507535 0
[pid=7998/tid=8004] ppid=7995 vsize=10661132 memory=193672 CPUtime=2.35 cores=1,3,5,7
/proc/7998/task/8004/stat : 8004 (java) S 7995 7998 3195 0 -1 1077944384 2293 0 0 0 204 31 0 0 20 0 15 0 101494658 10916999168 48418 33554432000 4194304 4196468 140735773498064 140289714596368 140290111039189 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37314560 140735773504668 140735773504777 140735773504777 140735773507535 0
[pid=7998/tid=8005] ppid=7995 vsize=10661132 memory=193672 CPUtime=4 cores=1,3,5,7
/proc/7998/task/8005/stat : 8005 (java) S 7995 7998 3195 0 -1 1077944384 5170 0 0 0 370 30 0 0 20 0 15 0 101494660 10916999168 48418 33554432000 4194304 4196468 140735773498064 140289602738800 140290111040130 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37314560 140735773504668 140735773504777 140735773504777 140735773507535 0
[pid=7998/tid=8006] ppid=7995 vsize=10661132 memory=1300 CPUtime=0 cores=1,3,5,7
/proc/7998/task/8006/stat : 8006 (java) S 7995 7998 3195 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 15 0 101494660 10916999168 48418 33554432000 4194304 4196468 140735773498064 140289601684768 140290111039189 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37314560 140735773504668 140735773504777 140735773504777 140735773507535 0
[pid=7998/tid=8007] ppid=7995 vsize=10661132 memory=193672 CPUtime=0 cores=1,3,5,7
/proc/7998/task/8007/stat : 8007 (java) S 7995 7998 3195 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 15 0 101494661 10916999168 48418 33554432000 4194304 4196468 140735773498064 140289600632432 140290111039189 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37314560 140735773504668 140735773504777 140735773504777 140735773507535 0
[pid=7998/tid=8008] ppid=7995 vsize=10661132 memory=193672 CPUtime=0 cores=1,3,5,7
/proc/7998/task/8008/stat : 8008 (java) S 7995 7998 3195 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 101494663 10916999168 48418 33554432000 4194304 4196468 140735773498064 140289599580752 140290111047579 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37314560 140735773504668 140735773504777 140735773504777 140735773507535 0
[pid=7998/tid=8009] ppid=7995 vsize=10661132 memory=193672 CPUtime=0.4 cores=1,3,5,7
/proc/7998/task/8009/stat : 8009 (java) S 7995 7998 3195 0 -1 1077944384 2401 0 0 0 40 0 0 0 20 0 15 0 101494663 10916999168 48418 33554432000 4194304 4196468 140735773498064 140289598527600 140290111040130 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37314560 140735773504668 140735773504777 140735773504777 140735773507535 0
[pid=7998/tid=8010] ppid=7995 vsize=10661132 memory=4012 CPUtime=0.42 cores=1,3,5,7
/proc/7998/task/8010/stat : 8010 (java) S 7995 7998 3195 0 -1 1077944384 2921 0 0 0 42 0 0 0 20 0 15 0 101494663 10916999168 48418 33554432000 4194304 4196468 140735773498064 140289597474800 140290111040130 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37314560 140735773504668 140735773504777 140735773504777 140735773507535 0
[pid=7998/tid=8011] ppid=7995 vsize=10661132 memory=193672 CPUtime=0.21 cores=1,3,5,7
/proc/7998/task/8011/stat : 8011 (java) S 7995 7998 3195 0 -1 1077944384 2345 0 0 0 20 1 0 0 20 0 15 0 101494663 10916999168 48418 33554432000 4194304 4196468 140735773498064 140289596422512 140290111040130 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37314560 140735773504668 140735773504777 140735773504777 140735773507535 0
[pid=7998/tid=8012] ppid=7995 vsize=10661132 memory=4012 CPUtime=0 cores=1,3,5,7
/proc/7998/task/8012/stat : 8012 (java) S 7995 7998 3195 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 101494663 10916999168 48418 33554432000 4194304 4196468 140735773498064 140289595369952 140290111039189 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37314560 140735773504668 140735773504777 140735773504777 140735773507535 0
[pid=7998/tid=8013] ppid=7995 vsize=10661132 memory=193672 CPUtime=0.65 cores=1,3,5,7
/proc/7998/task/8013/stat : 8013 (java) S 7995 7998 3195 0 -1 1077944384 762 0 0 0 29 36 0 0 20 0 15 0 101494663 10916999168 48418 33554432000 4194304 4196468 140735773498064 140289594317744 140290111040130 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37314560 140735773504668 140735773504777 140735773504777 140735773507535 0
Current children cumulated CPU time: 2448.45 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 193672 KiB

[startup+2502.3 s]
/proc/loadavg: 1.30 1.29 1.31 3/216 8186
/proc/meminfo: memFree=23227340/32770624 swapFree=67108404/67108860
[pid=7998] ppid=7995 vsize=10661132 memory=193704 CPUtime=2508.58 cores=1,3,5,7
/proc/7998/stat : 7998 (java) S 7995 7998 3195 0 -1 1077944320 42048 0 0 0 239870 10988 0 0 20 0 15 0 101494657 10916999168 48426 33554432000 4194304 4196468 140735773498064 140735773480608 140290111028983 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 37314560 140735773504668 140735773504777 140735773504777 140735773507535 0
/proc/7998/statm: 2665283 48426 3137 1 0 2627263 0
[pid=7998/tid=8000] ppid=7995 vsize=10661132 memory=193704 CPUtime=2493.13 cores=1,3,5,7
/proc/7998/task/8000/stat : 8000 (java) R 7995 7998 3195 0 -1 4202560 18086 0 0 0 238488 10825 0 0 20 0 15 0 101494658 10916999168 48426 33554432000 4194304 4196468 140735773498064 140290115270000 140289750776216 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 37314560 140735773504668 140735773504777 140735773504777 140735773507535 0
[pid=7998/tid=8001] ppid=7995 vsize=10661132 memory=193704 CPUtime=2.4 cores=1,3,5,7
/proc/7998/task/8001/stat : 8001 (java) S 7995 7998 3195 0 -1 1077944384 1916 0 0 0 199 41 0 0 20 0 15 0 101494658 10916999168 48426 33554432000 4194304 4196468 140735773498064 140289717754256 140290111039189 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37314560 140735773504668 140735773504777 140735773504777 140735773507535 0
[pid=7998/tid=8002] ppid=7995 vsize=10661132 memory=193704 CPUtime=2.4 cores=1,3,5,7
/proc/7998/task/8002/stat : 8002 (java) S 7995 7998 3195 0 -1 1077944384 2308 0 0 0 203 37 0 0 20 0 15 0 101494658 10916999168 48426 33554432000 4194304 4196468 140735773498064 140289716701456 140290111039189 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37314560 140735773504668 140735773504777 140735773504777 140735773507535 0
[pid=7998/tid=8003] ppid=7995 vsize=10661132 memory=193704 CPUtime=2.37 cores=1,3,5,7
/proc/7998/task/8003/stat : 8003 (java) S 7995 7998 3195 0 -1 1077944384 2215 0 0 0 203 34 0 0 20 0 15 0 101494658 10916999168 48426 33554432000 4194304 4196468 140735773498064 140289715649168 140290111039189 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37314560 140735773504668 140735773504777 140735773504777 140735773507535 0
[pid=7998/tid=8004] ppid=7995 vsize=10661132 memory=193704 CPUtime=2.41 cores=1,3,5,7
/proc/7998/task/8004/stat : 8004 (java) S 7995 7998 3195 0 -1 1077944384 2314 0 0 0 209 32 0 0 20 0 15 0 101494658 10916999168 48426 33554432000 4194304 4196468 140735773498064 140289714596368 140290111039189 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37314560 140735773504668 140735773504777 140735773504777 140735773507535 0
[pid=7998/tid=8005] ppid=7995 vsize=10661132 memory=193704 CPUtime=4.09 cores=1,3,5,7
/proc/7998/task/8005/stat : 8005 (java) S 7995 7998 3195 0 -1 1077944384 5342 0 0 0 378 31 0 0 20 0 15 0 101494660 10916999168 48426 33554432000 4194304 4196468 140735773498064 140289602738800 140290111040130 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37314560 140735773504668 140735773504777 140735773504777 140735773507535 0
[pid=7998/tid=8006] ppid=7995 vsize=10661132 memory=193704 CPUtime=0 cores=1,3,5,7
/proc/7998/task/8006/stat : 8006 (java) S 7995 7998 3195 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 15 0 101494660 10916999168 48426 33554432000 4194304 4196468 140735773498064 140289601684768 140290111039189 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37314560 140735773504668 140735773504777 140735773504777 140735773507535 0
[pid=7998/tid=8007] ppid=7995 vsize=10661132 memory=193704 CPUtime=0 cores=1,3,5,7
/proc/7998/task/8007/stat : 8007 (java) S 7995 7998 3195 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 15 0 101494661 10916999168 48426 33554432000 4194304 4196468 140735773498064 140289600632432 140290111039189 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37314560 140735773504668 140735773504777 140735773504777 140735773507535 0
[pid=7998/tid=8008] ppid=7995 vsize=10661132 memory=193704 CPUtime=0 cores=1,3,5,7
/proc/7998/task/8008/stat : 8008 (java) S 7995 7998 3195 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 101494663 10916999168 48426 33554432000 4194304 4196468 140735773498064 140289599580752 140290111047579 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37314560 140735773504668 140735773504777 140735773504777 140735773507535 0
[pid=7998/tid=8009] ppid=7995 vsize=10661132 memory=193704 CPUtime=0.4 cores=1,3,5,7
/proc/7998/task/8009/stat : 8009 (java) S 7995 7998 3195 0 -1 1077944384 2403 0 0 0 40 0 0 0 20 0 15 0 101494663 10916999168 48426 33554432000 4194304 4196468 140735773498064 140289598527600 140290111040130 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37314560 140735773504668 140735773504777 140735773504777 140735773507535 0
[pid=7998/tid=8010] ppid=7995 vsize=10661132 memory=193704 CPUtime=0.42 cores=1,3,5,7
/proc/7998/task/8010/stat : 8010 (java) S 7995 7998 3195 0 -1 1077944384 2923 0 0 0 42 0 0 0 20 0 15 0 101494663 10916999168 48426 33554432000 4194304 4196468 140735773498064 140289597474800 140290111040130 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37314560 140735773504668 140735773504777 140735773504777 140735773507535 0
[pid=7998/tid=8011] ppid=7995 vsize=10661132 memory=8112282956445269571 CPUtime=0.21 cores=1,3,5,7
/proc/7998/task/8011/stat : 8011 (java) S 7995 7998 3195 0 -1 1077944384 2347 0 0 0 20 1 0 0 20 0 15 0 101494663 10916999168 48426 33554432000 4194304 4196468 140735773498064 140289596422512 140290111040130 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37314560 140735773504668 140735773504777 140735773504777 140735773507535 0
[pid=7998/tid=8012] ppid=7995 vsize=10661132 memory=1716 CPUtime=0 cores=1,3,5,7
/proc/7998/task/8012/stat : 8012 (java) S 7995 7998 3195 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 101494663 10916999168 48426 33554432000 4194304 4196468 140735773498064 140289595369952 140290111039189 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37314560 140735773504668 140735773504777 140735773504777 140735773507535 0
[pid=7998/tid=8013] ppid=7995 vsize=10661132 memory=796 CPUtime=0.66 cores=1,3,5,7
/proc/7998/task/8013/stat : 8013 (java) S 7995 7998 3195 0 -1 1077944384 776 0 0 0 29 37 0 0 20 0 15 0 101494663 10916999168 48426 33554432000 4194304 4196468 140735773498064 140289594317744 140290111040130 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37314560 140735773504668 140735773504777 140735773504777 140735773507535 0
Current children cumulated CPU time: 2508.58 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 193704 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2513.7 s]
/proc/loadavg: 1.33 1.30 1.31 3/216 8186
/proc/meminfo: memFree=23227340/32770624 swapFree=67108404/67108860
[pid=7998] ppid=7995 vsize=10661132 memory=193704 CPUtime=2520 cores=1,3,5,7
/proc/7998/stat : 7998 (java) S 7995 7998 3195 0 -1 1077944320 42082 0 0 0 240960 11040 0 0 20 0 15 0 101494657 10916999168 48426 33554432000 4194304 4196468 140735773498064 140735773480608 140290111028983 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 37314560 140735773504668 140735773504777 140735773504777 140735773507535 0
/proc/7998/statm: 2665283 48426 3137 1 0 2627263 0
[pid=7998/tid=8000] ppid=7995 vsize=10661132 memory=193704 CPUtime=2504.48 cores=1,3,5,7
/proc/7998/task/8000/stat : 8000 (java) R 7995 7998 3195 0 -1 4202560 18118 0 0 0 239573 10875 0 0 20 0 15 0 101494658 10916999168 48426 33554432000 4194304 4196468 140735773498064 140290115268720 140735773636546 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 37314560 140735773504668 140735773504777 140735773504777 140735773507535 0
[pid=7998/tid=8001] ppid=7995 vsize=10661132 memory=193704 CPUtime=2.41 cores=1,3,5,7
/proc/7998/task/8001/stat : 8001 (java) S 7995 7998 3195 0 -1 1077944384 1916 0 0 0 200 41 0 0 20 0 15 0 101494658 10916999168 48426 33554432000 4194304 4196468 140735773498064 140289717754256 140290111039189 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37314560 140735773504668 140735773504777 140735773504777 140735773507535 0
[pid=7998/tid=8002] ppid=7995 vsize=10661132 memory=11008 CPUtime=2.41 cores=1,3,5,7
/proc/7998/task/8002/stat : 8002 (java) S 7995 7998 3195 0 -1 1077944384 2308 0 0 0 204 37 0 0 20 0 15 0 101494658 10916999168 48426 33554432000 4194304 4196468 140735773498064 140289716701456 140290111039189 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37314560 140735773504668 140735773504777 140735773504777 140735773507535 0
[pid=7998/tid=8003] ppid=7995 vsize=10661132 memory=193704 CPUtime=2.39 cores=1,3,5,7
/proc/7998/task/8003/stat : 8003 (java) S 7995 7998 3195 0 -1 1077944384 2215 0 0 0 204 35 0 0 20 0 15 0 101494658 10916999168 48426 33554432000 4194304 4196468 140735773498064 140289715649168 140290111039189 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37314560 140735773504668 140735773504777 140735773504777 140735773507535 0
[pid=7998/tid=8004] ppid=7995 vsize=10661132 memory=193704 CPUtime=2.41 cores=1,3,5,7
/proc/7998/task/8004/stat : 8004 (java) S 7995 7998 3195 0 -1 1077944384 2315 0 0 0 209 32 0 0 20 0 15 0 101494658 10916999168 48426 33554432000 4194304 4196468 140735773498064 140289714596368 140290111039189 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37314560 140735773504668 140735773504777 140735773504777 140735773507535 0
[pid=7998/tid=8005] ppid=7995 vsize=10661132 memory=193704 CPUtime=4.11 cores=1,3,5,7
/proc/7998/task/8005/stat : 8005 (java) S 7995 7998 3195 0 -1 1077944384 5343 0 0 0 380 31 0 0 20 0 15 0 101494660 10916999168 48426 33554432000 4194304 4196468 140735773498064 140289602738800 140290111040130 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37314560 140735773504668 140735773504777 140735773504777 140735773507535 0
[pid=7998/tid=8006] ppid=7995 vsize=10661132 memory=193704 CPUtime=0 cores=1,3,5,7
/proc/7998/task/8006/stat : 8006 (java) S 7995 7998 3195 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 15 0 101494660 10916999168 48426 33554432000 4194304 4196468 140735773498064 140289601684768 140290111039189 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37314560 140735773504668 140735773504777 140735773504777 140735773507535 0
[pid=7998/tid=8007] ppid=7995 vsize=10661132 memory=193704 CPUtime=0 cores=1,3,5,7
/proc/7998/task/8007/stat : 8007 (java) S 7995 7998 3195 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 15 0 101494661 10916999168 48426 33554432000 4194304 4196468 140735773498064 140289600632432 140290111039189 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37314560 140735773504668 140735773504777 140735773504777 140735773507535 0
[pid=7998/tid=8008] ppid=7995 vsize=10661132 memory=193704 CPUtime=0 cores=1,3,5,7
/proc/7998/task/8008/stat : 8008 (java) S 7995 7998 3195 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 101494663 10916999168 48426 33554432000 4194304 4196468 140735773498064 140289599580752 140290111047579 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37314560 140735773504668 140735773504777 140735773504777 140735773507535 0
[pid=7998/tid=8009] ppid=7995 vsize=10661132 memory=193704 CPUtime=0.4 cores=1,3,5,7
/proc/7998/task/8009/stat : 8009 (java) S 7995 7998 3195 0 -1 1077944384 2403 0 0 0 40 0 0 0 20 0 15 0 101494663 10916999168 48426 33554432000 4194304 4196468 140735773498064 140289598527600 140290111040130 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37314560 140735773504668 140735773504777 140735773504777 140735773507535 0
[pid=7998/tid=8010] ppid=7995 vsize=10661132 memory=193704 CPUtime=0.42 cores=1,3,5,7
/proc/7998/task/8010/stat : 8010 (java) S 7995 7998 3195 0 -1 1077944384 2923 0 0 0 42 0 0 0 20 0 15 0 101494663 10916999168 48426 33554432000 4194304 4196468 140735773498064 140289597474800 140290111040130 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37314560 140735773504668 140735773504777 140735773504777 140735773507535 0
[pid=7998/tid=8011] ppid=7995 vsize=10661132 memory=193704 CPUtime=0.21 cores=1,3,5,7
/proc/7998/task/8011/stat : 8011 (java) S 7995 7998 3195 0 -1 1077944384 2347 0 0 0 20 1 0 0 20 0 15 0 101494663 10916999168 48426 33554432000 4194304 4196468 140735773498064 140289596422512 140290111040130 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37314560 140735773504668 140735773504777 140735773504777 140735773507535 0
[pid=7998/tid=8012] ppid=7995 vsize=10661132 memory=193704 CPUtime=0 cores=1,3,5,7
/proc/7998/task/8012/stat : 8012 (java) S 7995 7998 3195 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 101494663 10916999168 48426 33554432000 4194304 4196468 140735773498064 140289595369952 140290111039189 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37314560 140735773504668 140735773504777 140735773504777 140735773507535 0
[pid=7998/tid=8013] ppid=7995 vsize=10661132 memory=4012 CPUtime=0.66 cores=1,3,5,7
/proc/7998/task/8013/stat : 8013 (java) S 7995 7998 3195 0 -1 1077944384 776 0 0 0 29 37 0 0 20 0 15 0 101494663 10916999168 48426 33554432000 4194304 4196468 140735773498064 140289594317744 140290111040130 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37314560 140735773504668 140735773504777 140735773504777 140735773507535 0
Current children cumulated CPU time: 2520 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 193704 KiB

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

[startup+2513.71 s]
# the end of solver process 7998 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2409.62 s, system=110.405 s

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

[startup+2513.7 s]
/proc/loadavg: 1.33 1.30 1.31 3/216 8186
/proc/meminfo: memFree=23227340/32770624 swapFree=67108404/67108860
[pid=7998] ppid=7995 vsize=10661132 memory=193704 CPUtime=2520 cores=1,3,5,7
/proc/7998/stat : 7998 (java) S 7995 7998 3195 0 -1 1077944320 42082 0 0 0 240960 11040 0 0 20 0 15 0 101494657 10916999168 48426 33554432000 4194304 4196468 140735773498064 140735773480608 140290111028983 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 37314560 140735773504668 140735773504777 140735773504777 140735773507535 0
/proc/7998/statm: 2665283 48426 3137 1 0 2627263 0
[pid=7998/tid=8000] ppid=7995 vsize=10661132 memory=193704 CPUtime=2504.48 cores=1,3,5,7
/proc/7998/task/8000/stat : 8000 (java) R 7995 7998 3195 0 -1 4202560 18118 0 0 0 239573 10875 0 0 20 0 15 0 101494658 10916999168 48426 33554432000 4194304 4196468 140735773498064 140290115268720 140735773636546 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 37314560 140735773504668 140735773504777 140735773504777 140735773507535 0
[pid=7998/tid=8001] ppid=7995 vsize=10661132 memory=193704 CPUtime=2.41 cores=1,3,5,7
/proc/7998/task/8001/stat : 8001 (java) S 7995 7998 3195 0 -1 1077944384 1916 0 0 0 200 41 0 0 20 0 15 0 101494658 10916999168 48426 33554432000 4194304 4196468 140735773498064 140289717754256 140290111039189 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37314560 140735773504668 140735773504777 140735773504777 140735773507535 0
[pid=7998/tid=8002] ppid=7995 vsize=10661132 memory=11008 CPUtime=2.41 cores=1,3,5,7
/proc/7998/task/8002/stat : 8002 (java) S 7995 7998 3195 0 -1 1077944384 2308 0 0 0 204 37 0 0 20 0 15 0 101494658 10916999168 48426 33554432000 4194304 4196468 140735773498064 140289716701456 140290111039189 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37314560 140735773504668 140735773504777 140735773504777 140735773507535 0
[pid=7998/tid=8003] ppid=7995 vsize=10661132 memory=193704 CPUtime=2.39 cores=1,3,5,7
/proc/7998/task/8003/stat : 8003 (java) S 7995 7998 3195 0 -1 1077944384 2215 0 0 0 204 35 0 0 20 0 15 0 101494658 10916999168 48426 33554432000 4194304 4196468 140735773498064 140289715649168 140290111039189 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37314560 140735773504668 140735773504777 140735773504777 140735773507535 0
[pid=7998/tid=8004] ppid=7995 vsize=10661132 memory=193704 CPUtime=2.41 cores=1,3,5,7
/proc/7998/task/8004/stat : 8004 (java) S 7995 7998 3195 0 -1 1077944384 2315 0 0 0 209 32 0 0 20 0 15 0 101494658 10916999168 48426 33554432000 4194304 4196468 140735773498064 140289714596368 140290111039189 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37314560 140735773504668 140735773504777 140735773504777 140735773507535 0
[pid=7998/tid=8005] ppid=7995 vsize=10661132 memory=193704 CPUtime=4.11 cores=1,3,5,7
/proc/7998/task/8005/stat : 8005 (java) S 7995 7998 3195 0 -1 1077944384 5343 0 0 0 380 31 0 0 20 0 15 0 101494660 10916999168 48426 33554432000 4194304 4196468 140735773498064 140289602738800 140290111040130 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37314560 140735773504668 140735773504777 140735773504777 140735773507535 0
[pid=7998/tid=8006] ppid=7995 vsize=10661132 memory=193704 CPUtime=0 cores=1,3,5,7
/proc/7998/task/8006/stat : 8006 (java) S 7995 7998 3195 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 15 0 101494660 10916999168 48426 33554432000 4194304 4196468 140735773498064 140289601684768 140290111039189 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37314560 140735773504668 140735773504777 140735773504777 140735773507535 0
[pid=7998/tid=8007] ppid=7995 vsize=10661132 memory=193704 CPUtime=0 cores=1,3,5,7
/proc/7998/task/8007/stat : 8007 (java) S 7995 7998 3195 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 15 0 101494661 10916999168 48426 33554432000 4194304 4196468 140735773498064 140289600632432 140290111039189 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37314560 140735773504668 140735773504777 140735773504777 140735773507535 0
[pid=7998/tid=8008] ppid=7995 vsize=10661132 memory=193704 CPUtime=0 cores=1,3,5,7
/proc/7998/task/8008/stat : 8008 (java) S 7995 7998 3195 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 101494663 10916999168 48426 33554432000 4194304 4196468 140735773498064 140289599580752 140290111047579 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37314560 140735773504668 140735773504777 140735773504777 140735773507535 0
[pid=7998/tid=8009] ppid=7995 vsize=10661132 memory=193704 CPUtime=0.4 cores=1,3,5,7
/proc/7998/task/8009/stat : 8009 (java) S 7995 7998 3195 0 -1 1077944384 2403 0 0 0 40 0 0 0 20 0 15 0 101494663 10916999168 48426 33554432000 4194304 4196468 140735773498064 140289598527600 140290111040130 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37314560 140735773504668 140735773504777 140735773504777 140735773507535 0
[pid=7998/tid=8010] ppid=7995 vsize=10661132 memory=193704 CPUtime=0.42 cores=1,3,5,7
/proc/7998/task/8010/stat : 8010 (java) S 7995 7998 3195 0 -1 1077944384 2923 0 0 0 42 0 0 0 20 0 15 0 101494663 10916999168 48426 33554432000 4194304 4196468 140735773498064 140289597474800 140290111040130 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37314560 140735773504668 140735773504777 140735773504777 140735773507535 0
[pid=7998/tid=8011] ppid=7995 vsize=10661132 memory=193704 CPUtime=0.21 cores=1,3,5,7
/proc/7998/task/8011/stat : 8011 (java) S 7995 7998 3195 0 -1 1077944384 2347 0 0 0 20 1 0 0 20 0 15 0 101494663 10916999168 48426 33554432000 4194304 4196468 140735773498064 140289596422512 140290111040130 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37314560 140735773504668 140735773504777 140735773504777 140735773507535 0
[pid=7998/tid=8012] ppid=7995 vsize=10661132 memory=193704 CPUtime=0 cores=1,3,5,7
/proc/7998/task/8012/stat : 8012 (java) S 7995 7998 3195 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 101494663 10916999168 48426 33554432000 4194304 4196468 140735773498064 140289595369952 140290111039189 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37314560 140735773504668 140735773504777 140735773504777 140735773507535 0
[pid=7998/tid=8013] ppid=7995 vsize=10661132 memory=4012 CPUtime=0.66 cores=1,3,5,7
/proc/7998/task/8013/stat : 8013 (java) S 7995 7998 3195 0 -1 1077944384 776 0 0 0 29 37 0 0 20 0 15 0 101494663 10916999168 48426 33554432000 4194304 4196468 140735773498064 140289594317744 140290111040130 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37314560 140735773504668 140735773504777 140735773504777 140735773507535 0
Current children cumulated CPU time: 2520 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 193704 KiB

Child status: 143
Real time (s): 2513.71
CPU time (s): 2520.02
CPU user time (s): 2409.62
CPU system time (s): 110.405
CPU usage (%): 100.251
Max. virtual memory (cumulated for all children) (KiB): 10661132
Max. memory (cumulated for all children) (KiB): 193704

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2409.62
system time used= 110.405
maximum resident set size= 194216
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 42347
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2792
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 161334
involuntary context switches= 5036


# summary of solver processes directly reported to runsolver:
#   pid: 7998
#   total CPU time (s): 2520.02
#   total CPU user time (s): 2409.62
#   total CPU system time (s): 110.405

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 12.5739 second user time and 24.9241 second system time

The end

Launcher Data

Begin job on node148 at 2018-07-29 06:41:55
IDJOB=4300031
IDBENCH=141532
IDSOLVER=2765
FILE ID=node148/4300031-1532839315
RUNJOBID= node148-1532809183-3227
PBS_JOBID= 21022476
Free space on /tmp= 43264 MiB

SOLVER NAME= slowpoke 2018-04-29
BENCH NAME= XCSP18/Knapsack/Knapsack-50-200-01_c18.xml
COMMAND LINE= java -jar minicp-1.0.jar BENCHNAME --timelimit TIMEOUT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4300031-1532839315/watcher-4300031-1532839315 -o /tmp/evaluation-result-4300031-1532839315/solver-4300031-1532839315 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node148-1532809183-3227 --watchdog 2580  java -jar minicp-1.0.jar HOME/instance-4300031-1532839315.xml --timelimit 2520

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

MD5SUM BENCH= f3af09ab16e693c32f4df19e0bf70cc2
RANDOM SEED=901212584

node148.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.50
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.50
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.50
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.50
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:        23467208 kB
MemAvailable:   31810304 kB
Buffers:          237496 kB
Cached:          8238424 kB
SwapCached:          352 kB
Active:          2157004 kB
Inactive:        6490936 kB
Active(anon):     125376 kB
Inactive(anon):    74228 kB
Active(file):    2031628 kB
Inactive(file):  6416708 kB
Unevictable:        7080 kB
Mlocked:            7080 kB
SwapTotal:      67108860 kB
SwapFree:       67108404 kB
Dirty:              1220 kB
Writeback:             0 kB
AnonPages:        262244 kB
Mapped:            55656 kB
Shmem:             25016 kB
Slab:             351484 kB
SReclaimable:     323220 kB
SUnreclaim:        28264 kB
KernelStack:        3808 kB
PageTables:         5540 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1071816 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    194560 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 43260 MiB
End job on node148 at 2018-07-29 07:23:49