Trace number 4299347

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
GG's minicp 2018-04-29SAT (TO)96 2520.11 2509.02

General information on the benchmark

NameGolombRuler/
GolombRuler-a3v18-11_c18.xml
MD5SUMed3f9a47d1f1ba76ff72e7160e212ad4
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark72
Best CPU time to get the best result obtained on this benchmark372.302
Satisfiable
(Un)Satisfiability was proved
Number of variables132
Number of constraints56
Number of domains2
Minimum domain size121
Maximum domain size122
Distribution of domain sizes[{"size":121,"count":55},{"size":122,"count":11}]
Minimum variable degree0
Maximum variable degree11
Distribution of variable degrees[{"degree":0,"count":66},{"degree":2,"count":55},{"degree":10,"count":10},{"degree":11,"count":1}]
Minimum constraint arity3
Maximum constraint arity55
Distribution of constraint arities[{"arity":3,"count":55},{"arity":55,"count":1}]
Number of extensional constraints0
Number of intensional constraints55
Distribution of constraint types[{"type":"intension","count":55},{"type":"allDifferent","count":1}]
Optimization problemYES
Type of objectivemin VAR

Solver Data

0.13/0.13	c version: 2018-04-11
0.13/0.13	c seed: 1811631
0.13/0.13	c timeout: -1
0.13/0.13	c memlimit: -1
0.13/0.13	c nbcore: -1
0.59/0.38	o 96
2520.09/2509.01	s SATISFIABLE
2520.09/2509.01	v <instantiation>
2520.09/2509.01	v 	<list>
2520.09/2509.01	v 		x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] 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[0][9] y[0][10] y[1][2] y[1][3] y[1][4] y[1][5] y[1][6] y[1][7] y[1][8] y[1][9] y[1][10] y[2][3] y[2][4] y[2][5] y[2][6] y[2][7] y[2][8] y[2][9] y[2][10] y[3][4] y[3][5] y[3][6] y[3][7] y[3][8] y[3][9] y[3][10] y[4][5] y[4][6] y[4][7] y[4][8] y[4][9] y[4][10] y[5][6] y[5][7] y[5][8] y[5][9] y[5][10] y[6][7] y[6][8] y[6][9] y[6][10] y[7][8] y[7][9] y[7][10] y[8][9] y[8][10] y[9][10] 
2520.09/2509.01	v 	</list>
2520.09/2509.01	v 	<values>
2520.09/2509.01	v 		0 1 3 7 12 20 30 44 65 80 96 1 3 7 12 20 30 44 65 80 96 2 6 11 19 29 43 64 79 95 4 9 17 27 41 62 77 93 5 13 23 37 58 73 89 8 18 32 53 68 84 10 24 45 60 76 14 35 50 66 21 36 52 15 31 16 
2520.09/2509.01	v 	</values>
2520.09/2509.01	v </instantiation>

Verifier Data

OK	96

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4299347-1532796423/watcher-4299347-1532796423 -o /tmp/evaluation-result-4299347-1532796423/solver-4299347-1532796423 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node107-1532776444-32665 --watchdog 2580 java -jar HOME/GGs-minicp.jar xcsp3.CompetitionApp HOME/instance-4299347-1532796423.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=2609, runsolver pid=2606
Current StackSize limit: 8192 KiB


[startup+0.100095 s]*
/proc/loadavg: 2.15 2.09 2.05 6/215 2624
/proc/meminfo: memFree=19103648/32770624 swapFree=67108860/67108860
[pid=2609] ppid=2606 vsize=10661056 memory=27292 CPUtime=0.13 cores=1,3,5,7
/proc/2609/stat : 2609 (java) S 2606 2609 32633 0 -1 1077944320 5293 0 0 0 12 1 0 0 20 0 15 0 97205526 10916921344 6823 33554432000 4194304 4196468 140729828349632 140729828332176 140324974305015 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 35536896 140729828353141 140729828353289 140729828353289 140729828356047 0
/proc/2609/statm: 2665264 6823 2816 1 0 2627263 0
[pid=2609/tid=2611] ppid=2606 vsize=10661056 memory=-8171376296011865461 CPUtime=0.09 cores=1,3,5,7
/proc/2609/task/2611/stat : 2611 (java) R 2606 2609 32633 0 -1 4202560 3172 0 0 0 9 0 0 0 20 0 15 0 97205526 10916921344 6889 33554432000 4194304 4196468 140729828349632 140324978527600 140324974326362 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 35536896 140729828353141 140729828353289 140729828353289 140729828356047 0
[pid=2609/tid=2612] ppid=2606 vsize=10661056 memory=5792869726567804975 CPUtime=0 cores=1,3,5,7
/proc/2609/task/2612/stat : 2612 (java) S 2606 2609 32633 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 97205527 10916921344 6889 33554432000 4194304 4196468 140729828349632 140324910996496 140324974315221 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35536896 140729828353141 140729828353289 140729828353289 140729828356047 0
[pid=2609/tid=2613] ppid=2606 vsize=10661056 memory=139742942746240 CPUtime=0 cores=1,3,5,7
/proc/2609/task/2613/stat : 2613 (java) S 2606 2609 32633 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97205527 10916921344 6889 33554432000 4194304 4196468 140729828349632 140324909943952 140324974315221 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35536896 140729828353141 140729828353289 140729828353289 140729828356047 0
[pid=2609/tid=2614] ppid=2606 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2609/task/2614/stat : 2614 (java) S 2606 2609 32633 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97205527 10916921344 6889 33554432000 4194304 4196468 140729828349632 140324908890896 140324974315221 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35536896 140729828353141 140729828353289 140729828353289 140729828356047 0
[pid=2609/tid=2615] ppid=2606 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2609/task/2615/stat : 2615 (java) S 2606 2609 32633 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 97205527 10916921344 6889 33554432000 4194304 4196468 140729828349632 140324907838352 140324974315221 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35536896 140729828353141 140729828353289 140729828353289 140729828356047 0
[pid=2609/tid=2616] ppid=2606 vsize=10661056 memory=139742942746240 CPUtime=0 cores=1,3,5,7
/proc/2609/task/2616/stat : 2616 (java) S 2606 2609 32633 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 97205528 10916921344 6889 33554432000 4194304 4196468 140729828349632 140324331342064 140324974316162 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35536896 140729828353141 140729828353289 140729828353289 140729828356047 0
[pid=2609/tid=2617] ppid=2606 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2609/task/2617/stat : 2617 (java) S 2606 2609 32633 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 97205529 10916921344 6889 33554432000 4194304 4196468 140729828349632 140324330288288 140324974315221 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35536896 140729828353141 140729828353289 140729828353289 140729828356047 0
[pid=2609/tid=2618] ppid=2606 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2609/task/2618/stat : 2618 (java) S 2606 2609 32633 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 97205529 10916921344 6889 33554432000 4194304 4196468 140729828349632 140324329235184 140324974315221 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35536896 140729828353141 140729828353289 140729828353289 140729828356047 0
[pid=2609/tid=2619] ppid=2606 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2609/task/2619/stat : 2619 (java) S 2606 2609 32633 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97205531 10916921344 6889 33554432000 4194304 4196468 140729828349632 140324328183760 140324974323611 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35536896 140729828353141 140729828353289 140729828353289 140729828356047 0
[pid=2609/tid=2620] ppid=2606 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2609/task/2620/stat : 2620 (java) R 2606 2609 32633 0 -1 1077944384 305 0 0 0 0 0 0 0 20 0 15 0 97205531 10916921344 6889 33554432000 4194304 4196468 140729828349632 140324327131888 140324974316162 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 35536896 140729828353141 140729828353289 140729828353289 140729828356047 0
[pid=2609/tid=2621] ppid=2606 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2609/task/2621/stat : 2621 (java) R 2606 2609 32633 0 -1 4202560 153 0 0 0 0 0 0 0 20 0 15 0 97205531 10916921344 6889 33554432000 4194304 4196468 140729828349632 140324326079344 140324957740753 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 35536896 140729828353141 140729828353289 140729828353289 140729828356047 0
[pid=2609/tid=2622] ppid=2606 vsize=10661056 memory=139742942746240 CPUtime=0.02 cores=1,3,5,7
/proc/2609/task/2622/stat : 2622 (java) R 2606 2609 32633 0 -1 4202560 324 0 0 0 2 0 0 0 20 0 15 0 97205531 10916921344 6889 33554432000 4194304 4196468 140729828349632 140324325026288 140324952973819 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 35536896 140729828353141 140729828353289 140729828353289 140729828356047 0
[pid=2609/tid=2623] ppid=2606 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2609/task/2623/stat : 2623 (java) S 2606 2609 32633 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97205531 10916921344 6889 33554432000 4194304 4196468 140729828349632 140324323973984 140324974315221 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35536896 140729828353141 140729828353289 140729828353289 140729828356047 0
[pid=2609/tid=2624] ppid=2606 vsize=10661056 memory=139742942746240 CPUtime=0 cores=1,3,5,7
/proc/2609/task/2624/stat : 2624 (java) S 2606 2609 32633 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97205532 10916921344 6889 33554432000 4194304 4196468 140729828349632 140324322921008 140324974316162 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35536896 140729828353141 140729828353289 140729828353289 140729828356047 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10661056 KiB
Current children cumulated memory: 27292 KiB

[startup+0.21057 s]*
/proc/loadavg: 2.15 2.09 2.05 7/215 2624
/proc/meminfo: memFree=19091164/32770624 swapFree=67108860/67108860
[pid=2609] ppid=2606 vsize=10661132 memory=40496 CPUtime=0.33 cores=1,3,5,7
/proc/2609/stat : 2609 (java) S 2606 2609 32633 0 -1 1077944320 8229 0 0 0 31 2 0 0 20 0 15 0 97205526 10916999168 10124 33554432000 4194304 4196468 140729828349632 140729828332176 140324974305015 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 35536896 140729828353141 140729828353289 140729828353289 140729828356047 0
/proc/2609/statm: 2665283 10124 2972 1 0 2627263 0
[pid=2609/tid=2611] ppid=2606 vsize=10661132 memory=8389772277269004345 CPUtime=0.2 cores=1,3,5,7
/proc/2609/task/2611/stat : 2611 (java) R 2606 2609 32633 0 -1 4202560 5247 0 0 0 19 1 0 0 20 0 15 0 97205526 10916999168 10168 33554432000 4194304 4196468 140729828349632 140324978537328 140324958385502 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 35536896 140729828353141 140729828353289 140729828353289 140729828356047 0
[pid=2609/tid=2612] ppid=2606 vsize=10661132 memory=4294967641 CPUtime=0 cores=1,3,5,7
/proc/2609/task/2612/stat : 2612 (java) S 2606 2609 32633 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 97205527 10916999168 10168 33554432000 4194304 4196468 140729828349632 140324910996496 140324974315221 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35536896 140729828353141 140729828353289 140729828353289 140729828356047 0
[pid=2609/tid=2613] ppid=2606 vsize=10661132 memory=139742942772593 CPUtime=0 cores=1,3,5,7
/proc/2609/task/2613/stat : 2613 (java) S 2606 2609 32633 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97205527 10916999168 10168 33554432000 4194304 4196468 140729828349632 140324909943952 140324974315221 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35536896 140729828353141 140729828353289 140729828353289 140729828356047 0
[pid=2609/tid=2614] ppid=2606 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2609/task/2614/stat : 2614 (java) S 2606 2609 32633 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97205527 10916999168 10168 33554432000 4194304 4196468 140729828349632 140324908890896 140324974315221 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35536896 140729828353141 140729828353289 140729828353289 140729828356047 0
[pid=2609/tid=2615] ppid=2606 vsize=10661132 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2609/task/2615/stat : 2615 (java) S 2606 2609 32633 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 97205527 10916999168 10168 33554432000 4194304 4196468 140729828349632 140324907838352 140324974315221 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35536896 140729828353141 140729828353289 140729828353289 140729828356047 0
[pid=2609/tid=2616] ppid=2606 vsize=10661132 memory=139742942746240 CPUtime=0 cores=1,3,5,7
/proc/2609/task/2616/stat : 2616 (java) S 2606 2609 32633 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 97205528 10916999168 10168 33554432000 4194304 4196468 140729828349632 140324331342064 140324974316162 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35536896 140729828353141 140729828353289 140729828353289 140729828356047 0
[pid=2609/tid=2617] ppid=2606 vsize=10661132 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2609/task/2617/stat : 2617 (java) S 2606 2609 32633 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 97205529 10916999168 10168 33554432000 4194304 4196468 140729828349632 140324330288288 140324974315221 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35536896 140729828353141 140729828353289 140729828353289 140729828356047 0
[pid=2609/tid=2618] ppid=2606 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2609/task/2618/stat : 2618 (java) S 2606 2609 32633 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 97205529 10916999168 10168 33554432000 4194304 4196468 140729828349632 140324329235184 140324974315221 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35536896 140729828353141 140729828353289 140729828353289 140729828356047 0
[pid=2609/tid=2619] ppid=2606 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2609/task/2619/stat : 2619 (java) S 2606 2609 32633 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97205531 10916999168 10168 33554432000 4194304 4196468 140729828349632 140324328183760 140324974323611 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35536896 140729828353141 140729828353289 140729828353289 140729828356047 0
[pid=2609/tid=2620] ppid=2606 vsize=10661132 memory=0 CPUtime=0.03 cores=1,3,5,7
/proc/2609/task/2620/stat : 2620 (java) S 2606 2609 32633 0 -1 1077944384 642 0 0 0 3 0 0 0 20 0 15 0 97205531 10916999168 10168 33554432000 4194304 4196468 140729828349632 140324327131888 140324974316162 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35536896 140729828353141 140729828353289 140729828353289 140729828356047 0
[pid=2609/tid=2621] ppid=2606 vsize=10661132 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/2609/task/2621/stat : 2621 (java) S 2606 2609 32633 0 -1 1077944384 206 0 0 0 1 0 0 0 20 0 15 0 97205531 10916999168 10168 33554432000 4194304 4196468 140729828349632 140324326079344 140324974316162 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35536896 140729828353141 140729828353289 140729828353289 140729828356047 0
[pid=2609/tid=2622] ppid=2606 vsize=10661132 memory=139742942746240 CPUtime=0.08 cores=1,3,5,7
/proc/2609/task/2622/stat : 2622 (java) S 2606 2609 32633 0 -1 1077944384 779 0 0 0 8 0 0 0 20 0 15 0 97205531 10916999168 10168 33554432000 4194304 4196468 140729828349632 140324325026288 140324974316162 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35536896 140729828353141 140729828353289 140729828353289 140729828356047 0
[pid=2609/tid=2623] ppid=2606 vsize=10661132 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/2609/task/2623/stat : 2623 (java) S 2606 2609 32633 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97205531 10916999168 10168 33554432000 4194304 4196468 140729828349632 140324323973984 140324974315221 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35536896 140729828353141 140729828353289 140729828353289 140729828356047 0
[pid=2609/tid=2624] ppid=2606 vsize=10661132 memory=139742942746240 CPUtime=0 cores=1,3,5,7
/proc/2609/task/2624/stat : 2624 (java) S 2606 2609 32633 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97205532 10916999168 10168 33554432000 4194304 4196468 140729828349632 140324322921008 140324974316162 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35536896 140729828353141 140729828353289 140729828353289 140729828356047 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 40496 KiB

[startup+0.317136 s]*
/proc/loadavg: 2.15 2.09 2.05 8/215 2624
/proc/meminfo: memFree=19084588/32770624 swapFree=67108860/67108860
[pid=2609] ppid=2606 vsize=10661132 memory=47184 CPUtime=0.59 cores=1,3,5,7
/proc/2609/stat : 2609 (java) S 2606 2609 32633 0 -1 1077944320 9001 0 0 0 56 3 0 0 20 0 15 0 97205526 10916999168 11796 33554432000 4194304 4196468 140729828349632 140729828332176 140324974305015 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 35536896 140729828353141 140729828353289 140729828353289 140729828356047 0
/proc/2609/statm: 2665283 11796 3052 1 0 2627263 0
[pid=2609/tid=2611] ppid=2606 vsize=10661132 memory=6299806260039079015 CPUtime=0.31 cores=1,3,5,7
/proc/2609/task/2611/stat : 2611 (java) R 2606 2609 32633 0 -1 4202560 5692 0 0 0 29 2 0 0 20 0 15 0 97205526 10916999168 11862 33554432000 4194304 4196468 140729828349632 140324978541280 140324584431539 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 35536896 140729828353141 140729828353289 140729828353289 140729828356047 0
[pid=2609/tid=2612] ppid=2606 vsize=10661132 memory=4294967295 CPUtime=0 cores=1,3,5,7
/proc/2609/task/2612/stat : 2612 (java) S 2606 2609 32633 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 97205527 10916999168 11862 33554432000 4194304 4196468 140729828349632 140324910996496 140324974315221 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35536896 140729828353141 140729828353289 140729828353289 140729828356047 0
[pid=2609/tid=2613] ppid=2606 vsize=10661132 memory=139742942799648 CPUtime=0 cores=1,3,5,7
/proc/2609/task/2613/stat : 2613 (java) S 2606 2609 32633 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97205527 10916999168 11862 33554432000 4194304 4196468 140729828349632 140324909943952 140324974315221 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35536896 140729828353141 140729828353289 140729828353289 140729828356047 0
[pid=2609/tid=2614] ppid=2606 vsize=10661132 memory=55780 CPUtime=0 cores=1,3,5,7
/proc/2609/task/2614/stat : 2614 (java) S 2606 2609 32633 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97205527 10916999168 11862 33554432000 4194304 4196468 140729828349632 140324908890896 140324974315221 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35536896 140729828353141 140729828353289 140729828353289 140729828356047 0
[pid=2609/tid=2615] ppid=2606 vsize=10661132 memory=35 CPUtime=0 cores=1,3,5,7
/proc/2609/task/2615/stat : 2615 (java) S 2606 2609 32633 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 97205527 10916999168 11862 33554432000 4194304 4196468 140729828349632 140324907838352 140324974315221 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35536896 140729828353141 140729828353289 140729828353289 140729828356047 0
[pid=2609/tid=2616] ppid=2606 vsize=10661132 memory=139742942806560 CPUtime=0 cores=1,3,5,7
/proc/2609/task/2616/stat : 2616 (java) S 2606 2609 32633 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 97205528 10916999168 11862 33554432000 4194304 4196468 140729828349632 140324331342064 140324974316162 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35536896 140729828353141 140729828353289 140729828353289 140729828356047 0
[pid=2609/tid=2617] ppid=2606 vsize=10661132 memory=35 CPUtime=0 cores=1,3,5,7
/proc/2609/task/2617/stat : 2617 (java) S 2606 2609 32633 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 97205529 10916999168 11862 33554432000 4194304 4196468 140729828349632 140324330288288 140324974315221 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35536896 140729828353141 140729828353289 140729828353289 140729828356047 0
[pid=2609/tid=2618] ppid=2606 vsize=10661132 memory=2244 CPUtime=0 cores=1,3,5,7
/proc/2609/task/2618/stat : 2618 (java) S 2606 2609 32633 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 97205529 10916999168 11862 33554432000 4194304 4196468 140729828349632 140324329235184 140324974315221 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35536896 140729828353141 140729828353289 140729828353289 140729828356047 0
[pid=2609/tid=2619] ppid=2606 vsize=10661132 memory=2244 CPUtime=0 cores=1,3,5,7
/proc/2609/task/2619/stat : 2619 (java) S 2606 2609 32633 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97205531 10916999168 11862 33554432000 4194304 4196468 140729828349632 140324328183760 140324974323611 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35536896 140729828353141 140729828353289 140729828353289 140729828356047 0
[pid=2609/tid=2620] ppid=2606 vsize=10661132 memory=0 CPUtime=0.05 cores=1,3,5,7
/proc/2609/task/2620/stat : 2620 (java) R 2606 2609 32633 0 -1 4202560 672 0 0 0 5 0 0 0 20 0 15 0 97205531 10916999168 11862 33554432000 4194304 4196468 140729828349632 140324327131984 140324959054568 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 35536896 140729828353141 140729828353289 140729828353289 140729828356047 0
[pid=2609/tid=2621] ppid=2606 vsize=10661132 memory=139742800886799 CPUtime=0.06 cores=1,3,5,7
/proc/2609/task/2621/stat : 2621 (java) R 2606 2609 32633 0 -1 1077944384 354 0 0 0 6 0 0 0 20 0 15 0 97205531 10916999168 11862 33554432000 4194304 4196468 140729828349632 140324326079472 140324974315221 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 35536896 140729828353141 140729828353289 140729828353289 140729828356047 0
[pid=2609/tid=2622] ppid=2606 vsize=10661132 memory=139742942748623 CPUtime=0.15 cores=1,3,5,7
/proc/2609/task/2622/stat : 2622 (java) R 2606 2609 32633 0 -1 4202560 928 0 0 0 15 0 0 0 20 0 15 0 97205531 10916999168 11862 33554432000 4194304 4196468 140729828349632 140324325024096 140324952854070 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 35536896 140729828353141 140729828353289 140729828353289 140729828356047 0
[pid=2609/tid=2623] ppid=2606 vsize=10661132 memory=139742800895919 CPUtime=0 cores=1,3,5,7
/proc/2609/task/2623/stat : 2623 (java) S 2606 2609 32633 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97205531 10916999168 11862 33554432000 4194304 4196468 140729828349632 140324323973984 140324974315221 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35536896 140729828353141 140729828353289 140729828353289 140729828356047 0
[pid=2609/tid=2624] ppid=2606 vsize=10661132 memory=279485743658976 CPUtime=0 cores=1,3,5,7
/proc/2609/task/2624/stat : 2624 (java) S 2606 2609 32633 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97205532 10916999168 11862 33554432000 4194304 4196468 140729828349632 140324322921008 140324974316162 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35536896 140729828353141 140729828353289 140729828353289 140729828356047 0
Current children cumulated CPU time: 0.59 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 47184 KiB

[startup+0.70081 s]
/proc/loadavg: 2.15 2.09 2.05 8/215 2624
/proc/meminfo: memFree=19067036/32770624 swapFree=67108860/67108860
[pid=2609] ppid=2606 vsize=10661132 memory=82488 CPUtime=1.76 cores=1,3,5,7
/proc/2609/stat : 2609 (java) S 2606 2609 32633 0 -1 1077944320 12648 0 0 0 173 3 0 0 20 0 15 0 97205526 10916999168 20622 33554432000 4194304 4196468 140729828349632 140729828332176 140324974305015 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 35536896 140729828353141 140729828353289 140729828353289 140729828356047 0
/proc/2609/statm: 2665283 20622 3094 1 0 2627263 0
[pid=2609/tid=2611] ppid=2606 vsize=10661132 memory=0 CPUtime=0.67 cores=1,3,5,7
/proc/2609/task/2611/stat : 2611 (java) R 2606 2609 32633 0 -1 4202560 5811 0 0 0 65 2 0 0 20 0 15 0 97205526 10916999168 20622 33554432000 4194304 4196468 140729828349632 140324978542312 140324587355911 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 35536896 140729828353141 140729828353289 140729828353289 140729828356047 0
[pid=2609/tid=2612] ppid=2606 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2609/task/2612/stat : 2612 (java) S 2606 2609 32633 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 97205527 10916999168 20622 33554432000 4194304 4196468 140729828349632 140324910996496 140324974315221 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35536896 140729828353141 140729828353289 140729828353289 140729828356047 0
[pid=2609/tid=2613] ppid=2606 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2609/task/2613/stat : 2613 (java) S 2606 2609 32633 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97205527 10916999168 20622 33554432000 4194304 4196468 140729828349632 140324909943952 140324974315221 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35536896 140729828353141 140729828353289 140729828353289 140729828356047 0
[pid=2609/tid=2614] ppid=2606 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2609/task/2614/stat : 2614 (java) S 2606 2609 32633 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97205527 10916999168 20622 33554432000 4194304 4196468 140729828349632 140324908890896 140324974315221 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35536896 140729828353141 140729828353289 140729828353289 140729828356047 0
[pid=2609/tid=2615] ppid=2606 vsize=10661132 memory=1200 CPUtime=0 cores=1,3,5,7
/proc/2609/task/2615/stat : 2615 (java) S 2606 2609 32633 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 97205527 10916999168 20622 33554432000 4194304 4196468 140729828349632 140324907838352 140324974315221 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35536896 140729828353141 140729828353289 140729828353289 140729828356047 0
[pid=2609/tid=2616] ppid=2606 vsize=10661132 memory=15876 CPUtime=0 cores=1,3,5,7
/proc/2609/task/2616/stat : 2616 (java) S 2606 2609 32633 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 97205528 10916999168 20622 33554432000 4194304 4196468 140729828349632 140324331342064 140324974316162 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35536896 140729828353141 140729828353289 140729828353289 140729828356047 0
[pid=2609/tid=2617] ppid=2606 vsize=10661132 memory=16220 CPUtime=0 cores=1,3,5,7
/proc/2609/task/2617/stat : 2617 (java) S 2606 2609 32633 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 97205529 10916999168 20622 33554432000 4194304 4196468 140729828349632 140324330288288 140324974315221 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35536896 140729828353141 140729828353289 140729828353289 140729828356047 0
[pid=2609/tid=2618] ppid=2606 vsize=10661132 memory=2241 CPUtime=0 cores=1,3,5,7
/proc/2609/task/2618/stat : 2618 (java) S 2606 2609 32633 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 97205529 10916999168 20622 33554432000 4194304 4196468 140729828349632 140324329235184 140324974315221 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35536896 140729828353141 140729828353289 140729828353289 140729828356047 0
[pid=2609/tid=2619] ppid=2606 vsize=10661132 memory=2244 CPUtime=0 cores=1,3,5,7
/proc/2609/task/2619/stat : 2619 (java) S 2606 2609 32633 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97205531 10916999168 20622 33554432000 4194304 4196468 140729828349632 140324328183760 140324974323611 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35536896 140729828353141 140729828353289 140729828353289 140729828356047 0
[pid=2609/tid=2620] ppid=2606 vsize=10661132 memory=0 CPUtime=0.41 cores=1,3,5,7
/proc/2609/task/2620/stat : 2620 (java) R 2606 2609 32633 0 -1 4202560 2386 0 0 0 41 0 0 0 20 0 15 0 97205531 10916999168 20622 33554432000 4194304 4196468 140729828349632 140324327117768 140324955827730 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 35536896 140729828353141 140729828353289 140729828353289 140729828356047 0
[pid=2609/tid=2621] ppid=2606 vsize=10661132 memory=0 CPUtime=0.42 cores=1,3,5,7
/proc/2609/task/2621/stat : 2621 (java) R 2606 2609 32633 0 -1 4202560 1791 0 0 0 42 0 0 0 20 0 15 0 97205531 10916999168 20622 33554432000 4194304 4196468 140729828349632 140324326065440 140324959428646 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 35536896 140729828353141 140729828353289 140729828353289 140729828356047 0
[pid=2609/tid=2622] ppid=2606 vsize=10661132 memory=6656426216303648864 CPUtime=0.23 cores=1,3,5,7
/proc/2609/task/2622/stat : 2622 (java) S 2606 2609 32633 0 -1 1077944384 1288 0 0 0 23 0 0 0 20 0 15 0 97205531 10916999168 20622 33554432000 4194304 4196468 140729828349632 140324325026288 140324974316162 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35536896 140729828353141 140729828353289 140729828353289 140729828356047 0
[pid=2609/tid=2623] ppid=2606 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2609/task/2623/stat : 2623 (java) S 2606 2609 32633 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97205531 10916999168 20622 33554432000 4194304 4196468 140729828349632 140324323973984 140324974315221 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35536896 140729828353141 140729828353289 140729828353289 140729828356047 0
[pid=2609/tid=2624] ppid=2606 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2609/task/2624/stat : 2624 (java) S 2606 2609 32633 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 97205532 10916999168 20622 33554432000 4194304 4196468 140729828349632 140324322921008 140324974316162 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35536896 140729828353141 140729828353289 140729828353289 140729828356047 0
Current children cumulated CPU time: 1.76 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 82488 KiB

[startup+1.50119 s]
/proc/loadavg: 2.15 2.09 2.05 3/215 2624
/proc/meminfo: memFree=19009948/32770624 swapFree=67108860/67108860
[pid=2609] ppid=2606 vsize=10661132 memory=189564 CPUtime=2.91 cores=1,3,5,7
/proc/2609/stat : 2609 (java) S 2606 2609 32633 0 -1 1077944320 15971 0 0 0 286 5 0 0 20 0 15 0 97205526 10916999168 47391 33554432000 4194304 4196468 140729828349632 140729828332176 140324974305015 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 35536896 140729828353141 140729828353289 140729828353289 140729828356047 0
/proc/2609/statm: 2665283 47391 3119 1 0 2627263 0
[pid=2609/tid=2611] ppid=2606 vsize=10661132 memory=2241 CPUtime=1.48 cores=1,3,5,7
/proc/2609/task/2611/stat : 2611 (java) R 2606 2609 32633 0 -1 4202560 6156 0 0 0 144 4 0 0 20 0 15 0 97205526 10916999168 47391 33554432000 4194304 4196468 140729828349632 140324978544896 140324587652602 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 35536896 140729828353141 140729828353289 140729828353289 140729828356047 0
[pid=2609/tid=2612] ppid=2606 vsize=10661132 memory=2244 CPUtime=0 cores=1,3,5,7
/proc/2609/task/2612/stat : 2612 (java) S 2606 2609 32633 0 -1 1077944384 190 0 0 0 0 0 0 0 20 0 15 0 97205527 10916999168 47391 33554432000 4194304 4196468 140729828349632 140324910996496 140324974315221 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35536896 140729828353141 140729828353289 140729828353289 140729828356047 0
[pid=2609/tid=2613] ppid=2606 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/2609/task/2613/stat : 2613 (java) S 2606 2609 32633 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 15 0 97205527 10916999168 47391 33554432000 4194304 4196468 140729828349632 140324909943952 140324974315221 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35536896 140729828353141 140729828353289 140729828353289 140729828356047 0
[pid=2609/tid=2614] ppid=2606 vsize=10661132 memory=279485601981248 CPUtime=0 cores=1,3,5,7
/proc/2609/task/2614/stat : 2614 (java) S 2606 2609 32633 0 -1 1077944384 243 0 0 0 0 0 0 0 20 0 15 0 97205527 10916999168 47391 33554432000 4194304 4196468 140729828349632 140324908890896 140324974315221 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35536896 140729828353141 140729828353289 140729828353289 140729828356047 0
[pid=2609/tid=2615] ppid=2606 vsize=10661132 memory=6655300316396806240 CPUtime=0 cores=1,3,5,7
/proc/2609/task/2615/stat : 2615 (java) S 2606 2609 32633 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 15 0 97205527 10916999168 47391 33554432000 4194304 4196468 140729828349632 140324907838352 140324974315221 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35536896 140729828353141 140729828353289 140729828353289 140729828356047 0
[pid=2609/tid=2616] ppid=2606 vsize=10661132 memory=6943526294502006880 CPUtime=0 cores=1,3,5,7
/proc/2609/task/2616/stat : 2616 (java) S 2606 2609 32633 0 -1 1077944384 236 0 0 0 0 0 0 0 20 0 15 0 97205528 10916999168 47391 33554432000 4194304 4196468 140729828349632 140324331342064 140324974316162 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35536896 140729828353141 140729828353289 140729828353289 140729828356047 0

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

/proc/2609/task/2611/stat : 2611 (java) R 2606 2609 32633 0 -1 4202560 18608 0 0 0 237168 14 0 0 20 0 15 0 97205526 10916999168 51585 33554432000 4194304 4196468 140729828349632 140324978544976 140324587784224 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 35536896 140729828353141 140729828353289 140729828353289 140729828356047 0
[pid=2609/tid=2612] ppid=2606 vsize=10661132 memory=206340 CPUtime=3.53 cores=1,3,5,7
/proc/2609/task/2612/stat : 2612 (java) S 2606 2609 32633 0 -1 1077944384 2492 0 0 0 318 35 0 0 20 0 15 0 97205527 10916999168 51585 33554432000 4194304 4196468 140729828349632 140324910996496 140324974315221 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35536896 140729828353141 140729828353289 140729828353289 140729828356047 0
[pid=2609/tid=2613] ppid=2606 vsize=10661132 memory=206340 CPUtime=3.54 cores=1,3,5,7
/proc/2609/task/2613/stat : 2613 (java) S 2606 2609 32633 0 -1 1077944384 2794 0 0 0 319 35 0 0 20 0 15 0 97205527 10916999168 51585 33554432000 4194304 4196468 140729828349632 140324909943952 140324974315221 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35536896 140729828353141 140729828353289 140729828353289 140729828356047 0
[pid=2609/tid=2614] ppid=2606 vsize=10661132 memory=206340 CPUtime=3.52 cores=1,3,5,7
/proc/2609/task/2614/stat : 2614 (java) S 2606 2609 32633 0 -1 1077944384 2187 0 0 0 318 34 0 0 20 0 15 0 97205527 10916999168 51585 33554432000 4194304 4196468 140729828349632 140324908890896 140324974315221 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35536896 140729828353141 140729828353289 140729828353289 140729828356047 0
[pid=2609/tid=2615] ppid=2606 vsize=10661132 memory=206340 CPUtime=3.52 cores=1,3,5,7
/proc/2609/task/2615/stat : 2615 (java) S 2606 2609 32633 0 -1 1077944384 3071 0 0 0 318 34 0 0 20 0 15 0 97205527 10916999168 51585 33554432000 4194304 4196468 140729828349632 140324907838352 140324974315221 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35536896 140729828353141 140729828353289 140729828353289 140729828356047 0
[pid=2609/tid=2616] ppid=2606 vsize=10661132 memory=206340 CPUtime=4.39 cores=1,3,5,7
/proc/2609/task/2616/stat : 2616 (java) S 2606 2609 32633 0 -1 1077944384 4868 0 0 0 407 32 0 0 20 0 15 0 97205528 10916999168 51585 33554432000 4194304 4196468 140729828349632 140324331342064 140324974316162 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35536896 140729828353141 140729828353289 140729828353289 140729828356047 0
[pid=2609/tid=2617] ppid=2606 vsize=10661132 memory=206340 CPUtime=0 cores=1,3,5,7
/proc/2609/task/2617/stat : 2617 (java) S 2606 2609 32633 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 15 0 97205529 10916999168 51585 33554432000 4194304 4196468 140729828349632 140324330288288 140324974315221 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35536896 140729828353141 140729828353289 140729828353289 140729828356047 0
[pid=2609/tid=2618] ppid=2606 vsize=10661132 memory=206340 CPUtime=0 cores=1,3,5,7
/proc/2609/task/2618/stat : 2618 (java) S 2606 2609 32633 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 15 0 97205529 10916999168 51585 33554432000 4194304 4196468 140729828349632 140324329235184 140324974315221 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35536896 140729828353141 140729828353289 140729828353289 140729828356047 0
[pid=2609/tid=2619] ppid=2606 vsize=10661132 memory=4140 CPUtime=0 cores=1,3,5,7
/proc/2609/task/2619/stat : 2619 (java) S 2606 2609 32633 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97205531 10916999168 51585 33554432000 4194304 4196468 140729828349632 140324328183760 140324974323611 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35536896 140729828353141 140729828353289 140729828353289 140729828356047 0
[pid=2609/tid=2620] ppid=2606 vsize=10661132 memory=28188 CPUtime=0.67 cores=1,3,5,7
/proc/2609/task/2620/stat : 2620 (java) S 2606 2609 32633 0 -1 1077944384 4278 0 0 0 67 0 0 0 20 0 15 0 97205531 10916999168 51585 33554432000 4194304 4196468 140729828349632 140324327131888 140324974316162 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35536896 140729828353141 140729828353289 140729828353289 140729828356047 0
[pid=2609/tid=2621] ppid=2606 vsize=10661132 memory=2244 CPUtime=0.64 cores=1,3,5,7
/proc/2609/task/2621/stat : 2621 (java) S 2606 2609 32633 0 -1 1077944384 3410 0 0 0 64 0 0 0 20 0 15 0 97205531 10916999168 51585 33554432000 4194304 4196468 140729828349632 140324326079344 140324974316162 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35536896 140729828353141 140729828353289 140729828353289 140729828356047 0
[pid=2609/tid=2622] ppid=2606 vsize=10661132 memory=932 CPUtime=0.29 cores=1,3,5,7
/proc/2609/task/2622/stat : 2622 (java) S 2606 2609 32633 0 -1 1077944384 3575 0 0 0 29 0 0 0 20 0 15 0 97205531 10916999168 51585 33554432000 4194304 4196468 140729828349632 140324325026288 140324974316162 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35536896 140729828353141 140729828353289 140729828353289 140729828356047 0
[pid=2609/tid=2623] ppid=2606 vsize=10661132 memory=1584 CPUtime=0 cores=1,3,5,7
/proc/2609/task/2623/stat : 2623 (java) S 2606 2609 32633 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97205531 10916999168 51585 33554432000 4194304 4196468 140729828349632 140324323973984 140324974315221 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35536896 140729828353141 140729828353289 140729828353289 140729828356047 0
[pid=2609/tid=2624] ppid=2606 vsize=10661132 memory=206340 CPUtime=0.86 cores=1,3,5,7
/proc/2609/task/2624/stat : 2624 (java) S 2606 2609 32633 0 -1 1077944384 860 0 0 0 39 47 0 0 20 0 15 0 97205532 10916999168 51585 33554432000 4194304 4196468 140729828349632 140324322921008 140324974316162 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35536896 140729828353141 140729828353289 140729828353289 140729828356047 0
Current children cumulated CPU time: 2392.87 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 206340 KiB

[startup+2442.3 s]
/proc/loadavg: 1.22 1.25 1.36 3/215 2794
/proc/meminfo: memFree=22859668/32770624 swapFree=67108860/67108860
[pid=2609] ppid=2606 vsize=10661132 memory=208388 CPUtime=2453.12 cores=1,3,5,7
/proc/2609/stat : 2609 (java) S 2606 2609 32633 0 -1 1077944320 48410 0 0 0 245136 176 0 0 20 0 15 0 97205526 10916999168 52097 33554432000 4194304 4196468 140729828349632 140729828332176 140324974305015 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 35536896 140729828353141 140729828353289 140729828353289 140729828356047 0
/proc/2609/statm: 2665283 52097 3130 1 0 2627263 0
[pid=2609/tid=2611] ppid=2606 vsize=10661132 memory=28188 CPUtime=2431.53 cores=1,3,5,7
/proc/2609/task/2611/stat : 2611 (java) R 2606 2609 32633 0 -1 4202560 18972 0 0 0 243139 14 0 0 20 0 15 0 97205526 10916999168 52097 33554432000 4194304 4196468 140729828349632 140324978544736 140324587420850 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 35536896 140729828353141 140729828353289 140729828353289 140729828356047 0
[pid=2609/tid=2612] ppid=2606 vsize=10661132 memory=208388 CPUtime=3.62 cores=1,3,5,7
/proc/2609/task/2612/stat : 2612 (java) S 2606 2609 32633 0 -1 1077944384 2743 0 0 0 327 35 0 0 20 0 15 0 97205527 10916999168 52097 33554432000 4194304 4196468 140729828349632 140324910996496 140324974315221 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35536896 140729828353141 140729828353289 140729828353289 140729828356047 0
[pid=2609/tid=2613] ppid=2606 vsize=10661132 memory=206340 CPUtime=3.64 cores=1,3,5,7
/proc/2609/task/2613/stat : 2613 (java) S 2606 2609 32633 0 -1 1077944384 2799 0 0 0 328 36 0 0 20 0 15 0 97205527 10916999168 52097 33554432000 4194304 4196468 140729828349632 140324909943952 140324974315221 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35536896 140729828353141 140729828353289 140729828353289 140729828356047 0
[pid=2609/tid=2614] ppid=2606 vsize=10661132 memory=206340 CPUtime=3.62 cores=1,3,5,7
/proc/2609/task/2614/stat : 2614 (java) S 2606 2609 32633 0 -1 1077944384 2201 0 0 0 327 35 0 0 20 0 15 0 97205527 10916999168 52097 33554432000 4194304 4196468 140729828349632 140324908890896 140324974315221 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35536896 140729828353141 140729828353289 140729828353289 140729828356047 0
[pid=2609/tid=2615] ppid=2606 vsize=10661132 memory=206340 CPUtime=3.63 cores=1,3,5,7
/proc/2609/task/2615/stat : 2615 (java) S 2606 2609 32633 0 -1 1077944384 3094 0 0 0 327 36 0 0 20 0 15 0 97205527 10916999168 52097 33554432000 4194304 4196468 140729828349632 140324907838352 140324974315221 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35536896 140729828353141 140729828353289 140729828353289 140729828356047 0
[pid=2609/tid=2616] ppid=2606 vsize=10661132 memory=206340 CPUtime=4.5 cores=1,3,5,7
/proc/2609/task/2616/stat : 2616 (java) S 2606 2609 32633 0 -1 1077944384 5038 0 0 0 418 32 0 0 20 0 15 0 97205528 10916999168 52097 33554432000 4194304 4196468 140729828349632 140324331342064 140324974316162 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35536896 140729828353141 140729828353289 140729828353289 140729828356047 0
[pid=2609/tid=2617] ppid=2606 vsize=10661132 memory=208388 CPUtime=0 cores=1,3,5,7
/proc/2609/task/2617/stat : 2617 (java) S 2606 2609 32633 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 15 0 97205529 10916999168 52097 33554432000 4194304 4196468 140729828349632 140324330288288 140324974315221 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35536896 140729828353141 140729828353289 140729828353289 140729828356047 0
[pid=2609/tid=2618] ppid=2606 vsize=10661132 memory=208388 CPUtime=0 cores=1,3,5,7
/proc/2609/task/2618/stat : 2618 (java) S 2606 2609 32633 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 15 0 97205529 10916999168 52097 33554432000 4194304 4196468 140729828349632 140324329235184 140324974315221 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35536896 140729828353141 140729828353289 140729828353289 140729828356047 0
[pid=2609/tid=2619] ppid=2606 vsize=10661132 memory=208388 CPUtime=0 cores=1,3,5,7
/proc/2609/task/2619/stat : 2619 (java) S 2606 2609 32633 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97205531 10916999168 52097 33554432000 4194304 4196468 140729828349632 140324328183760 140324974323611 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35536896 140729828353141 140729828353289 140729828353289 140729828356047 0
[pid=2609/tid=2620] ppid=2606 vsize=10661132 memory=208388 CPUtime=0.67 cores=1,3,5,7
/proc/2609/task/2620/stat : 2620 (java) S 2606 2609 32633 0 -1 1077944384 4280 0 0 0 67 0 0 0 20 0 15 0 97205531 10916999168 52097 33554432000 4194304 4196468 140729828349632 140324327131888 140324974316162 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35536896 140729828353141 140729828353289 140729828353289 140729828356047 0
[pid=2609/tid=2621] ppid=2606 vsize=10661132 memory=208388 CPUtime=0.64 cores=1,3,5,7
/proc/2609/task/2621/stat : 2621 (java) S 2606 2609 32633 0 -1 1077944384 3412 0 0 0 64 0 0 0 20 0 15 0 97205531 10916999168 52097 33554432000 4194304 4196468 140729828349632 140324326079344 140324974316162 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35536896 140729828353141 140729828353289 140729828353289 140729828356047 0
[pid=2609/tid=2622] ppid=2606 vsize=10661132 memory=208388 CPUtime=0.29 cores=1,3,5,7
/proc/2609/task/2622/stat : 2622 (java) S 2606 2609 32633 0 -1 1077944384 3577 0 0 0 29 0 0 0 20 0 15 0 97205531 10916999168 52097 33554432000 4194304 4196468 140729828349632 140324325026288 140324974316162 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35536896 140729828353141 140729828353289 140729828353289 140729828356047 0
[pid=2609/tid=2623] ppid=2606 vsize=10661132 memory=208388 CPUtime=0 cores=1,3,5,7
/proc/2609/task/2623/stat : 2623 (java) S 2606 2609 32633 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97205531 10916999168 52097 33554432000 4194304 4196468 140729828349632 140324323973984 140324974315221 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35536896 140729828353141 140729828353289 140729828353289 140729828356047 0
[pid=2609/tid=2624] ppid=2606 vsize=10661132 memory=208388 CPUtime=0.88 cores=1,3,5,7
/proc/2609/task/2624/stat : 2624 (java) S 2606 2609 32633 0 -1 1077944384 877 0 0 0 40 48 0 0 20 0 15 0 97205532 10916999168 52097 33554432000 4194304 4196468 140729828349632 140324322921008 140324974316162 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35536896 140729828353141 140729828353289 140729828353289 140729828356047 0
Current children cumulated CPU time: 2453.12 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 208388 KiB

[startup+2502.3 s]
/proc/loadavg: 1.21 1.25 1.35 3/215 2796
/proc/meminfo: memFree=22859604/32770624 swapFree=67108860/67108860
[pid=2609] ppid=2606 vsize=10661132 memory=208388 CPUtime=2513.35 cores=1,3,5,7
/proc/2609/stat : 2609 (java) S 2606 2609 32633 0 -1 1077944320 48624 0 0 0 251154 181 0 0 20 0 15 0 97205526 10916999168 52097 33554432000 4194304 4196468 140729828349632 140729828332176 140324974305015 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 35536896 140729828353141 140729828353289 140729828353289 140729828356047 0
/proc/2609/statm: 2665283 52097 3130 1 0 2627263 0
[pid=2609/tid=2611] ppid=2606 vsize=10661132 memory=208388 CPUtime=2491.27 cores=1,3,5,7
/proc/2609/task/2611/stat : 2611 (java) R 2606 2609 32633 0 -1 4202560 19169 0 0 0 249112 15 0 0 20 0 15 0 97205526 10916999168 52097 33554432000 4194304 4196468 140729828349632 140324978544976 140324587650896 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 35536896 140729828353141 140729828353289 140729828353289 140729828356047 0
[pid=2609/tid=2612] ppid=2606 vsize=10661132 memory=208388 CPUtime=3.72 cores=1,3,5,7
/proc/2609/task/2612/stat : 2612 (java) S 2606 2609 32633 0 -1 1077944384 2743 0 0 0 335 37 0 0 20 0 15 0 97205527 10916999168 52097 33554432000 4194304 4196468 140729828349632 140324910996496 140324974315221 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35536896 140729828353141 140729828353289 140729828353289 140729828356047 0
[pid=2609/tid=2613] ppid=2606 vsize=10661132 memory=208388 CPUtime=3.73 cores=1,3,5,7
/proc/2609/task/2613/stat : 2613 (java) S 2606 2609 32633 0 -1 1077944384 2799 0 0 0 336 37 0 0 20 0 15 0 97205527 10916999168 52097 33554432000 4194304 4196468 140729828349632 140324909943952 140324974315221 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35536896 140729828353141 140729828353289 140729828353289 140729828356047 0
[pid=2609/tid=2614] ppid=2606 vsize=10661132 memory=208388 CPUtime=3.71 cores=1,3,5,7
/proc/2609/task/2614/stat : 2614 (java) S 2606 2609 32633 0 -1 1077944384 2208 0 0 0 335 36 0 0 20 0 15 0 97205527 10916999168 52097 33554432000 4194304 4196468 140729828349632 140324908890896 140324974315221 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35536896 140729828353141 140729828353289 140729828353289 140729828356047 0
[pid=2609/tid=2615] ppid=2606 vsize=10661132 memory=208388 CPUtime=3.72 cores=1,3,5,7
/proc/2609/task/2615/stat : 2615 (java) S 2606 2609 32633 0 -1 1077944384 3094 0 0 0 335 37 0 0 20 0 15 0 97205527 10916999168 52097 33554432000 4194304 4196468 140729828349632 140324907838352 140324974315221 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35536896 140729828353141 140729828353289 140729828353289 140729828356047 0
[pid=2609/tid=2616] ppid=2606 vsize=10661132 memory=208388 CPUtime=4.61 cores=1,3,5,7
/proc/2609/task/2616/stat : 2616 (java) S 2606 2609 32633 0 -1 1077944384 5043 0 0 0 428 33 0 0 20 0 15 0 97205528 10916999168 52097 33554432000 4194304 4196468 140729828349632 140324331342064 140324974316162 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35536896 140729828353141 140729828353289 140729828353289 140729828356047 0
[pid=2609/tid=2617] ppid=2606 vsize=10661132 memory=208388 CPUtime=0 cores=1,3,5,7
/proc/2609/task/2617/stat : 2617 (java) S 2606 2609 32633 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 15 0 97205529 10916999168 52097 33554432000 4194304 4196468 140729828349632 140324330288288 140324974315221 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35536896 140729828353141 140729828353289 140729828353289 140729828356047 0
[pid=2609/tid=2618] ppid=2606 vsize=10661132 memory=208388 CPUtime=0 cores=1,3,5,7
/proc/2609/task/2618/stat : 2618 (java) S 2606 2609 32633 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 15 0 97205529 10916999168 52097 33554432000 4194304 4196468 140729828349632 140324329235184 140324974315221 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35536896 140729828353141 140729828353289 140729828353289 140729828356047 0
[pid=2609/tid=2619] ppid=2606 vsize=10661132 memory=2704 CPUtime=0 cores=1,3,5,7
/proc/2609/task/2619/stat : 2619 (java) S 2606 2609 32633 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97205531 10916999168 52097 33554432000 4194304 4196468 140729828349632 140324328183760 140324974323611 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35536896 140729828353141 140729828353289 140729828353289 140729828356047 0
[pid=2609/tid=2620] ppid=2606 vsize=10661132 memory=4140 CPUtime=0.67 cores=1,3,5,7
/proc/2609/task/2620/stat : 2620 (java) S 2606 2609 32633 0 -1 1077944384 4281 0 0 0 67 0 0 0 20 0 15 0 97205531 10916999168 52097 33554432000 4194304 4196468 140729828349632 140324327131888 140324974316162 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35536896 140729828353141 140729828353289 140729828353289 140729828356047 0
[pid=2609/tid=2621] ppid=2606 vsize=10661132 memory=208388 CPUtime=0.64 cores=1,3,5,7
/proc/2609/task/2621/stat : 2621 (java) S 2606 2609 32633 0 -1 1077944384 3412 0 0 0 64 0 0 0 20 0 15 0 97205531 10916999168 52097 33554432000 4194304 4196468 140729828349632 140324326079344 140324974316162 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35536896 140729828353141 140729828353289 140729828353289 140729828356047 0
[pid=2609/tid=2622] ppid=2606 vsize=10661132 memory=208388 CPUtime=0.29 cores=1,3,5,7
/proc/2609/task/2622/stat : 2622 (java) S 2606 2609 32633 0 -1 1077944384 3577 0 0 0 29 0 0 0 20 0 15 0 97205531 10916999168 52097 33554432000 4194304 4196468 140729828349632 140324325026288 140324974316162 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35536896 140729828353141 140729828353289 140729828353289 140729828356047 0
[pid=2609/tid=2623] ppid=2606 vsize=10661132 memory=288230574492221466 CPUtime=0 cores=1,3,5,7
/proc/2609/task/2623/stat : 2623 (java) S 2606 2609 32633 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97205531 10916999168 52097 33554432000 4194304 4196468 140729828349632 140324323973984 140324974315221 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35536896 140729828353141 140729828353289 140729828353289 140729828356047 0
[pid=2609/tid=2624] ppid=2606 vsize=10661132 memory=288230596050944315 CPUtime=0.9 cores=1,3,5,7
/proc/2609/task/2624/stat : 2624 (java) S 2606 2609 32633 0 -1 1077944384 881 0 0 0 41 49 0 0 20 0 15 0 97205532 10916999168 52097 33554432000 4194304 4196468 140729828349632 140324322921008 140324974316162 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35536896 140729828353141 140729828353289 140729828353289 140729828356047 0
Current children cumulated CPU time: 2513.35 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 208388 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2509 s]*
/proc/loadavg: 1.28 1.26 1.35 3/215 2796
/proc/meminfo: memFree=22859604/32770624 swapFree=67108860/67108860
[pid=2609] ppid=2606 vsize=10661132 memory=208388 CPUtime=2520.09 cores=1,3,5,7
/proc/2609/stat : 2609 (java) S 2606 2609 32633 0 -1 1077944320 48647 0 0 0 251828 181 0 0 20 0 15 0 97205526 10916999168 52097 33554432000 4194304 4196468 140729828349632 140729828332176 140324974305015 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 35536896 140729828353141 140729828353289 140729828353289 140729828356047 0
/proc/2609/statm: 2665283 52097 3130 1 0 2627263 0
[pid=2609/tid=2611] ppid=2606 vsize=10661132 memory=6935054825532540783 CPUtime=2497.95 cores=1,3,5,7
/proc/2609/task/2611/stat : 2611 (java) R 2606 2609 32633 0 -1 4202560 19191 0 0 0 249780 15 0 0 20 0 15 0 97205526 10916999168 52097 33554432000 4194304 4196468 140729828349632 140324978544864 140324587651134 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 35536896 140729828353141 140729828353289 140729828353289 140729828356047 0
[pid=2609/tid=2612] ppid=2606 vsize=10661132 memory=4872558044660077418 CPUtime=3.73 cores=1,3,5,7
/proc/2609/task/2612/stat : 2612 (java) S 2606 2609 32633 0 -1 1077944384 2743 0 0 0 336 37 0 0 20 0 15 0 97205527 10916999168 52097 33554432000 4194304 4196468 140729828349632 140324910996496 140324974315221 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35536896 140729828353141 140729828353289 140729828353289 140729828356047 0
[pid=2609/tid=2613] ppid=2606 vsize=10661132 memory=15534128732833587 CPUtime=3.74 cores=1,3,5,7
/proc/2609/task/2613/stat : 2613 (java) S 2606 2609 32633 0 -1 1077944384 2799 0 0 0 337 37 0 0 20 0 15 0 97205527 10916999168 52097 33554432000 4194304 4196468 140729828349632 140324909943952 140324974315221 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35536896 140729828353141 140729828353289 140729828353289 140729828356047 0
[pid=2609/tid=2614] ppid=2606 vsize=10661132 memory=2588 CPUtime=3.72 cores=1,3,5,7
/proc/2609/task/2614/stat : 2614 (java) S 2606 2609 32633 0 -1 1077944384 2208 0 0 0 336 36 0 0 20 0 15 0 97205527 10916999168 52097 33554432000 4194304 4196468 140729828349632 140324908890896 140324974315221 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35536896 140729828353141 140729828353289 140729828353289 140729828356047 0
[pid=2609/tid=2615] ppid=2606 vsize=10661132 memory=2704 CPUtime=3.73 cores=1,3,5,7
/proc/2609/task/2615/stat : 2615 (java) S 2606 2609 32633 0 -1 1077944384 3094 0 0 0 336 37 0 0 20 0 15 0 97205527 10916999168 52097 33554432000 4194304 4196468 140729828349632 140324907838352 140324974315221 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35536896 140729828353141 140729828353289 140729828353289 140729828356047 0
[pid=2609/tid=2616] ppid=2606 vsize=10661132 memory=1796 CPUtime=4.63 cores=1,3,5,7
/proc/2609/task/2616/stat : 2616 (java) S 2606 2609 32633 0 -1 1077944384 5044 0 0 0 430 33 0 0 20 0 15 0 97205528 10916999168 52097 33554432000 4194304 4196468 140729828349632 140324331342064 140324974316162 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35536896 140729828353141 140729828353289 140729828353289 140729828356047 0
[pid=2609/tid=2617] ppid=2606 vsize=10661132 memory=916 CPUtime=0 cores=1,3,5,7
/proc/2609/task/2617/stat : 2617 (java) S 2606 2609 32633 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 15 0 97205529 10916999168 52097 33554432000 4194304 4196468 140729828349632 140324330288288 140324974315221 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35536896 140729828353141 140729828353289 140729828353289 140729828356047 0
[pid=2609/tid=2618] ppid=2606 vsize=10661132 memory=3848 CPUtime=0 cores=1,3,5,7
/proc/2609/task/2618/stat : 2618 (java) S 2606 2609 32633 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 15 0 97205529 10916999168 52097 33554432000 4194304 4196468 140729828349632 140324329235184 140324974315221 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35536896 140729828353141 140729828353289 140729828353289 140729828356047 0
[pid=2609/tid=2619] ppid=2606 vsize=10661132 memory=2588 CPUtime=0 cores=1,3,5,7
/proc/2609/task/2619/stat : 2619 (java) S 2606 2609 32633 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97205531 10916999168 52097 33554432000 4194304 4196468 140729828349632 140324328183760 140324974323611 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35536896 140729828353141 140729828353289 140729828353289 140729828356047 0
[pid=2609/tid=2620] ppid=2606 vsize=10661132 memory=2704 CPUtime=0.67 cores=1,3,5,7
/proc/2609/task/2620/stat : 2620 (java) S 2606 2609 32633 0 -1 1077944384 4281 0 0 0 67 0 0 0 20 0 15 0 97205531 10916999168 52097 33554432000 4194304 4196468 140729828349632 140324327131888 140324974316162 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35536896 140729828353141 140729828353289 140729828353289 140729828356047 0
[pid=2609/tid=2621] ppid=2606 vsize=10661132 memory=6935054825532540783 CPUtime=0.64 cores=1,3,5,7
/proc/2609/task/2621/stat : 2621 (java) S 2606 2609 32633 0 -1 1077944384 3412 0 0 0 64 0 0 0 20 0 15 0 97205531 10916999168 52097 33554432000 4194304 4196468 140729828349632 140324326079344 140324974316162 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35536896 140729828353141 140729828353289 140729828353289 140729828356047 0
[pid=2609/tid=2622] ppid=2606 vsize=10661132 memory=4872558044660077418 CPUtime=0.29 cores=1,3,5,7
/proc/2609/task/2622/stat : 2622 (java) S 2606 2609 32633 0 -1 1077944384 3577 0 0 0 29 0 0 0 20 0 15 0 97205531 10916999168 52097 33554432000 4194304 4196468 140729828349632 140324325026288 140324974316162 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35536896 140729828353141 140729828353289 140729828353289 140729828356047 0
[pid=2609/tid=2623] ppid=2606 vsize=10661132 memory=2400 CPUtime=0 cores=1,3,5,7
/proc/2609/task/2623/stat : 2623 (java) S 2606 2609 32633 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 97205531 10916999168 52097 33554432000 4194304 4196468 140729828349632 140324323973984 140324974315221 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35536896 140729828353141 140729828353289 140729828353289 140729828356047 0
[pid=2609/tid=2624] ppid=2606 vsize=10661132 memory=1836 CPUtime=0.9 cores=1,3,5,7
/proc/2609/task/2624/stat : 2624 (java) S 2606 2609 32633 0 -1 1077944384 881 0 0 0 41 49 0 0 20 0 15 0 97205532 10916999168 52097 33554432000 4194304 4196468 140729828349632 140324322921008 140324974316162 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35536896 140729828353141 140729828353289 140729828353289 140729828356047 0
Current children cumulated CPU time: 2520.09 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 208388 KiB

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

[startup+2509.02 s]
# the end of solver process 2609 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2518.29 s, system=1.81792 s

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

Child status: 143
Real time (s): 2509.02
CPU time (s): 2520.11
CPU user time (s): 2518.29
CPU system time (s): 1.81792
CPU usage (%): 100.442
Max. virtual memory (cumulated for all children) (KiB): 10661132
Max. memory (cumulated for all children) (KiB): 208388

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2518.29
system time used= 1.81792
maximum resident set size= 208900
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 48925
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= 181042
involuntary context switches= 5055


# summary of solver processes directly reported to runsolver:
#   pid: 2609
#   total CPU time (s): 2520.11
#   total CPU user time (s): 2518.29
#   total CPU system time (s): 1.81792

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.8871 second user time and 22.3371 second system time

The end

Launcher Data

Begin job on node107 at 2018-07-28 18:47:03
IDJOB=4299347
IDBENCH=141364
IDSOLVER=2762
FILE ID=node107/4299347-1532796423
RUNJOBID= node107-1532776444-32665
PBS_JOBID= 21022472
Free space on /tmp= 54468 MiB

SOLVER NAME= GG's minicp 2018-04-29
BENCH NAME= XCSP18/GolombRuler/GolombRuler-a3v18-11_c18.xml
COMMAND LINE= java -jar HOME/GGs-minicp.jar xcsp3.CompetitionApp BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4299347-1532796423/watcher-4299347-1532796423 -o /tmp/evaluation-result-4299347-1532796423/solver-4299347-1532796423 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node107-1532776444-32665 --watchdog 2580  java -jar HOME/GGs-minicp.jar xcsp3.CompetitionApp HOME/instance-4299347-1532796423.xml

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

MD5SUM BENCH= ed3f9a47d1f1ba76ff72e7160e212ad4
RANDOM SEED=768317435

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:        19119556 kB
MemAvailable:   27795744 kB
Buffers:          231236 kB
Cached:          8681348 kB
SwapCached:            0 kB
Active:          7960272 kB
Inactive:        5140288 kB
Active(anon):    4137228 kB
Inactive(anon):    78544 kB
Active(file):    3823044 kB
Inactive(file):  5061744 kB
Unevictable:        7164 kB
Mlocked:            7164 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:               832 kB
Writeback:             0 kB
AnonPages:       4299436 kB
Mapped:            55436 kB
Shmem:             25228 kB
Slab:             242756 kB
SReclaimable:     214472 kB
SUnreclaim:        28284 kB
KernelStack:        3808 kB
PageTables:        13272 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4843876 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4130816 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= 54468 MiB
End job on node107 at 2018-07-28 19:28:53