Trace number 4299422

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
The dodo solver 2018-04-29SAT (TO)52 2520.1 2515.41

General information on the benchmark

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

Quality of the solution as a function of time


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

Solver Data

0.13/0.13	c version: 2018-04-11
0.13/0.13	c seed: 1811631
0.13/0.13	c timeout: 2520
0.13/0.13	c memlimit: -1
0.13/0.13	c nbcore: -1
1.43/0.62	o 65
1.43/0.64	o 61
2.02/0.85	o 59
4.65/2.87	o 57
251.02/248.77	o 54
251.02/248.77	o 52
2520.07/2515.40	s SATISFIABLE
2520.07/2515.40	v <instantiation>
2520.07/2515.40	v 	<list>
2520.07/2515.40	v 		x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] y[0][1] y[0][2] y[0][3] y[0][4] y[0][5] y[0][6] y[0][7] y[0][8] y[1][2] y[1][3] y[1][4] y[1][5] y[1][6] y[1][7] y[1][8] y[2][3] y[2][4] y[2][5] y[2][6] y[2][7] y[2][8] y[3][4] y[3][5] y[3][6] y[3][7] y[3][8] y[4][5] y[4][6] y[4][7] y[4][8] y[5][6] y[5][7] y[5][8] y[6][7] y[6][8] y[7][8] 
2520.07/2515.40	v 	</list>
2520.07/2515.40	v 	<values>
2520.07/2515.40	v 		0 1 3 7 19 30 39 44 52 1 3 7 19 30 39 44 52 2 6 18 29 38 43 51 4 16 27 36 41 49 12 23 32 37 45 11 20 25 33 9 14 22 5 13 8 
2520.07/2515.40	v 	</values>
2520.07/2515.40	v </instantiation>

Verifier Data

OK	52

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4299422-1532817025/watcher-4299422-1532817025 -o /tmp/evaluation-result-4299422-1532817025/solver-4299422-1532817025 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node151-1532809404-14164 --watchdog 2580 java -jar HOME/dodo_solver.jar HOME/instance-4299422-1532817025.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
Current StackSize limit: 8192 KiB

solver pid=15275, runsolver pid=15272

[startup+0.100395 s]*
/proc/loadavg: 1.24 1.34 1.39 4/215 15290
/proc/meminfo: memFree=28054972/32770624 swapFree=67108860/67108860
[pid=15275] ppid=15272 vsize=10658972 memory=28468 CPUtime=0.13 cores=1,3,5,7
/proc/15275/stat : 15275 (java) S 15272 15275 14132 0 -1 1077944320 5019 0 0 0 12 1 0 0 20 0 15 0 99265713 10914787328 7117 33554432000 4194304 4196468 140734003598528 140734003581072 140610332688119 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 30785536 140734003602552 140734003602697 140734003602697 140734003605455 0
/proc/15275/statm: 2664743 7117 2859 1 0 2627263 0
[pid=15275/tid=15277] ppid=15272 vsize=10658972 memory=-8197568871503138687 CPUtime=0.09 cores=1,3,5,7
/proc/15275/task/15277/stat : 15277 (java) R 15272 15275 14132 0 -1 4202560 2844 0 0 0 8 1 0 0 20 0 15 0 99265713 10914787328 7117 33554432000 4194304 4196468 140734003598528 140610336917488 140610332700054 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 30785536 140734003602552 140734003602697 140734003602697 140734003605455 0
[pid=15275/tid=15278] ppid=15272 vsize=10658972 memory=-7522837583129502606 CPUtime=0 cores=1,3,5,7
/proc/15275/task/15278/stat : 15278 (java) S 15272 15275 14132 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 99265714 10914787328 7117 33554432000 4194304 4196468 140734003598528 140610258762512 140610332698325 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30785536 140734003602552 140734003602697 140734003602697 140734003605455 0
[pid=15275/tid=15279] ppid=15272 vsize=10658972 memory=140554260678272 CPUtime=0 cores=1,3,5,7
/proc/15275/task/15279/stat : 15279 (java) S 15272 15275 14132 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 99265714 10914787328 7117 33554432000 4194304 4196468 140734003598528 140610257709968 140610332698325 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30785536 140734003602552 140734003602697 140734003602697 140734003605455 0
[pid=15275/tid=15280] ppid=15272 vsize=10658972 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15275/task/15280/stat : 15280 (java) S 15272 15275 14132 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 99265714 10914787328 7117 33554432000 4194304 4196468 140734003598528 140610256657424 140610332698325 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30785536 140734003602552 140734003602697 140734003602697 140734003605455 0
[pid=15275/tid=15281] ppid=15272 vsize=10658972 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/15275/task/15281/stat : 15281 (java) S 15272 15275 14132 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 99265714 10914787328 7117 33554432000 4194304 4196468 140734003598528 140610255604880 140610332698325 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30785536 140734003602552 140734003602697 140734003602697 140734003605455 0
[pid=15275/tid=15282] ppid=15272 vsize=10658972 memory=140554260678272 CPUtime=0 cores=1,3,5,7
/proc/15275/task/15282/stat : 15282 (java) S 15272 15275 14132 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 99265715 10914787328 7117 33554432000 4194304 4196468 140734003598528 140609824163824 140610332699266 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30785536 140734003602552 140734003602697 140734003602697 140734003605455 0
[pid=15275/tid=15283] ppid=15272 vsize=10658972 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/15275/task/15283/stat : 15283 (java) S 15272 15275 14132 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 99265716 10914787328 7117 33554432000 4194304 4196468 140734003598528 140609823110048 140610332698325 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30785536 140734003602552 140734003602697 140734003602697 140734003605455 0
[pid=15275/tid=15284] ppid=15272 vsize=10658972 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15275/task/15284/stat : 15284 (java) S 15272 15275 14132 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 99265716 10914787328 7117 33554432000 4194304 4196468 140734003598528 140609822057456 140610332698325 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30785536 140734003602552 140734003602697 140734003602697 140734003605455 0
[pid=15275/tid=15285] ppid=15272 vsize=10658972 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15275/task/15285/stat : 15285 (java) S 15272 15275 14132 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99265718 10914787328 7117 33554432000 4194304 4196468 140734003598528 140609821006032 140610332706715 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30785536 140734003602552 140734003602697 140734003602697 140734003605455 0
[pid=15275/tid=15286] ppid=15272 vsize=10658972 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15275/task/15286/stat : 15286 (java) R 15272 15275 14132 0 -1 1077944384 305 0 0 0 0 0 0 0 20 0 15 0 99265718 10914787328 7117 33554432000 4194304 4196468 140734003598528 140609819953648 140610332699266 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 30785536 140734003602552 140734003602697 140734003602697 140734003605455 0
[pid=15275/tid=15287] ppid=15272 vsize=10658972 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/15275/task/15287/stat : 15287 (java) R 15272 15275 14132 0 -1 4202560 166 0 0 0 0 0 0 0 20 0 15 0 99265718 10914787328 7117 33554432000 4194304 4196468 140734003598528 140609818901104 140610325673161 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 30785536 140734003602552 140734003602697 140734003602697 140734003605455 0
[pid=15275/tid=15288] ppid=15272 vsize=10658972 memory=140554260678272 CPUtime=0.02 cores=1,3,5,7
/proc/15275/task/15288/stat : 15288 (java) R 15272 15275 14132 0 -1 4202560 336 0 0 0 2 0 0 0 20 0 15 0 99265718 10914787328 7117 33554432000 4194304 4196468 140734003598528 140609817848560 140610312647873 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 30785536 140734003602552 140734003602697 140734003602697 140734003605455 0
[pid=15275/tid=15289] ppid=15272 vsize=10658972 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/15275/task/15289/stat : 15289 (java) S 15272 15275 14132 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99265718 10914787328 7117 33554432000 4194304 4196468 140734003598528 140609816796256 140610332698325 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30785536 140734003602552 140734003602697 140734003602697 140734003605455 0
[pid=15275/tid=15290] ppid=15272 vsize=10658972 memory=140554260678272 CPUtime=0 cores=1,3,5,7
/proc/15275/task/15290/stat : 15290 (java) S 15272 15275 14132 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 99265719 10914787328 7117 33554432000 4194304 4196468 140734003598528 140609815742768 140610332699266 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30785536 140734003602552 140734003602697 140734003602697 140734003605455 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 10658972 KiB
Current children cumulated memory: 28468 KiB

[startup+0.210608 s]*
/proc/loadavg: 1.24 1.34 1.39 3/215 15290
/proc/meminfo: memFree=28043208/32770624 swapFree=67108860/67108860
[pid=15275] ppid=15272 vsize=10661132 memory=40528 CPUtime=0.32 cores=1,3,5,7
/proc/15275/stat : 15275 (java) S 15272 15275 14132 0 -1 1077944320 7646 0 0 0 30 2 0 0 20 0 15 0 99265713 10916999168 10132 33554432000 4194304 4196468 140734003598528 140734003581072 140610332688119 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 30785536 140734003602552 140734003602697 140734003602697 140734003605455 0
/proc/15275/statm: 2665283 10132 3022 1 0 2627263 0
[pid=15275/tid=15277] ppid=15272 vsize=10661132 memory=7022364594140610616 CPUtime=0.19 cores=1,3,5,7
/proc/15275/task/15277/stat : 15277 (java) R 15272 15275 14132 0 -1 4202560 4774 0 0 0 18 1 0 0 20 0 15 0 99265713 10916999168 10132 33554432000 4194304 4196468 140734003598528 140610336917968 140610332709466 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 30785536 140734003602552 140734003602697 140734003602697 140734003605455 0
[pid=15275/tid=15278] ppid=15272 vsize=10661132 memory=364 CPUtime=0 cores=1,3,5,7
/proc/15275/task/15278/stat : 15278 (java) S 15272 15275 14132 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 99265714 10916999168 10132 33554432000 4194304 4196468 140734003598528 140610258762512 140610332698325 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30785536 140734003602552 140734003602697 140734003602697 140734003605455 0
[pid=15275/tid=15279] ppid=15272 vsize=10661132 memory=140554260693073 CPUtime=0 cores=1,3,5,7
/proc/15275/task/15279/stat : 15279 (java) S 15272 15275 14132 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 99265714 10916999168 10132 33554432000 4194304 4196468 140734003598528 140610257709968 140610332698325 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30785536 140734003602552 140734003602697 140734003602697 140734003605455 0
[pid=15275/tid=15280] ppid=15272 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15275/task/15280/stat : 15280 (java) S 15272 15275 14132 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 99265714 10916999168 10132 33554432000 4194304 4196468 140734003598528 140610256657424 140610332698325 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30785536 140734003602552 140734003602697 140734003602697 140734003605455 0
[pid=15275/tid=15281] ppid=15272 vsize=10661132 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/15275/task/15281/stat : 15281 (java) S 15272 15275 14132 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 99265714 10916999168 10132 33554432000 4194304 4196468 140734003598528 140610255604880 140610332698325 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30785536 140734003602552 140734003602697 140734003602697 140734003605455 0
[pid=15275/tid=15282] ppid=15272 vsize=10661132 memory=140554260678272 CPUtime=0 cores=1,3,5,7
/proc/15275/task/15282/stat : 15282 (java) S 15272 15275 14132 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 99265715 10916999168 10132 33554432000 4194304 4196468 140734003598528 140609824163824 140610332699266 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30785536 140734003602552 140734003602697 140734003602697 140734003605455 0
[pid=15275/tid=15283] ppid=15272 vsize=10661132 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/15275/task/15283/stat : 15283 (java) S 15272 15275 14132 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 99265716 10916999168 10132 33554432000 4194304 4196468 140734003598528 140609823110048 140610332698325 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30785536 140734003602552 140734003602697 140734003602697 140734003605455 0
[pid=15275/tid=15284] ppid=15272 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15275/task/15284/stat : 15284 (java) S 15272 15275 14132 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 99265716 10916999168 10132 33554432000 4194304 4196468 140734003598528 140609822057456 140610332698325 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30785536 140734003602552 140734003602697 140734003602697 140734003605455 0
[pid=15275/tid=15285] ppid=15272 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15275/task/15285/stat : 15285 (java) S 15272 15275 14132 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99265718 10916999168 10132 33554432000 4194304 4196468 140734003598528 140609821006032 140610332706715 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30785536 140734003602552 140734003602697 140734003602697 140734003605455 0
[pid=15275/tid=15286] ppid=15272 vsize=10661132 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/15275/task/15286/stat : 15286 (java) S 15272 15275 14132 0 -1 1077944384 530 0 0 0 2 0 0 0 20 0 15 0 99265718 10916999168 10132 33554432000 4194304 4196468 140734003598528 140609819953648 140610332699266 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30785536 140734003602552 140734003602697 140734003602697 140734003605455 0
[pid=15275/tid=15287] ppid=15272 vsize=10661132 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/15275/task/15287/stat : 15287 (java) S 15272 15275 14132 0 -1 1077944384 201 0 0 0 1 0 0 0 20 0 15 0 99265718 10916999168 10132 33554432000 4194304 4196468 140734003598528 140609818901104 140610332699266 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30785536 140734003602552 140734003602697 140734003602697 140734003605455 0
[pid=15275/tid=15288] ppid=15272 vsize=10661132 memory=140554260678272 CPUtime=0.07 cores=1,3,5,7
/proc/15275/task/15288/stat : 15288 (java) S 15272 15275 14132 0 -1 1077944384 775 0 0 0 7 0 0 0 20 0 15 0 99265718 10916999168 10132 33554432000 4194304 4196468 140734003598528 140609817848560 140610332699266 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30785536 140734003602552 140734003602697 140734003602697 140734003605455 0
[pid=15275/tid=15289] ppid=15272 vsize=10661132 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/15275/task/15289/stat : 15289 (java) S 15272 15275 14132 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99265718 10916999168 10132 33554432000 4194304 4196468 140734003598528 140609816796256 140610332698325 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30785536 140734003602552 140734003602697 140734003602697 140734003605455 0
[pid=15275/tid=15290] ppid=15272 vsize=10661132 memory=140554260678272 CPUtime=0 cores=1,3,5,7
/proc/15275/task/15290/stat : 15290 (java) S 15272 15275 14132 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 99265719 10916999168 10132 33554432000 4194304 4196468 140734003598528 140609815742768 140610332699266 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30785536 140734003602552 140734003602697 140734003602697 140734003605455 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 40528 KiB

[startup+0.311049 s]*
/proc/loadavg: 1.24 1.34 1.39 6/215 15290
/proc/meminfo: memFree=28038556/32770624 swapFree=67108860/67108860
[pid=15275] ppid=15272 vsize=10661132 memory=48112 CPUtime=0.55 cores=1,3,5,7
/proc/15275/stat : 15275 (java) S 15272 15275 14132 0 -1 1077944320 8709 0 0 0 52 3 0 0 20 0 15 0 99265713 10916999168 11962 33554432000 4194304 4196468 140734003598528 140734003581072 140610332688119 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 30785536 140734003602552 140734003602697 140734003602697 140734003605455 0
/proc/15275/statm: 2665283 11962 3047 1 0 2627263 0
[pid=15275/tid=15277] ppid=15272 vsize=10661132 memory=7311146985107750967 CPUtime=0.3 cores=1,3,5,7
/proc/15275/task/15277/stat : 15277 (java) R 15272 15275 14132 0 -1 4202560 5213 0 0 0 28 2 0 0 20 0 15 0 99265713 10916999168 12028 33554432000 4194304 4196468 140734003598528 140610336926192 140609931259608 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 30785536 140734003602552 140734003602697 140734003602697 140734003605455 0
[pid=15275/tid=15278] ppid=15272 vsize=10661132 memory=304556149079015447 CPUtime=0 cores=1,3,5,7
/proc/15275/task/15278/stat : 15278 (java) S 15272 15275 14132 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 99265714 10916999168 12028 33554432000 4194304 4196468 140734003598528 140610258762512 140610332698325 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30785536 140734003602552 140734003602697 140734003602697 140734003605455 0
[pid=15275/tid=15279] ppid=15272 vsize=10661132 memory=140554260692696 CPUtime=0 cores=1,3,5,7
/proc/15275/task/15279/stat : 15279 (java) S 15272 15275 14132 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 99265714 10916999168 12028 33554432000 4194304 4196468 140734003598528 140610257709968 140610332698325 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30785536 140734003602552 140734003602697 140734003602697 140734003605455 0
[pid=15275/tid=15280] ppid=15272 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15275/task/15280/stat : 15280 (java) S 15272 15275 14132 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 99265714 10916999168 12028 33554432000 4194304 4196468 140734003598528 140610256657424 140610332698325 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30785536 140734003602552 140734003602697 140734003602697 140734003605455 0
[pid=15275/tid=15281] ppid=15272 vsize=10661132 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/15275/task/15281/stat : 15281 (java) S 15272 15275 14132 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 99265714 10916999168 12028 33554432000 4194304 4196468 140734003598528 140610255604880 140610332698325 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30785536 140734003602552 140734003602697 140734003602697 140734003605455 0
[pid=15275/tid=15282] ppid=15272 vsize=10661132 memory=140554260678272 CPUtime=0 cores=1,3,5,7
/proc/15275/task/15282/stat : 15282 (java) S 15272 15275 14132 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 99265715 10916999168 12028 33554432000 4194304 4196468 140734003598528 140609824163824 140610332699266 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30785536 140734003602552 140734003602697 140734003602697 140734003605455 0
[pid=15275/tid=15283] ppid=15272 vsize=10661132 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/15275/task/15283/stat : 15283 (java) S 15272 15275 14132 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 99265716 10916999168 12094 33554432000 4194304 4196468 140734003598528 140609823110048 140610332698325 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30785536 140734003602552 140734003602697 140734003602697 140734003605455 0
[pid=15275/tid=15284] ppid=15272 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15275/task/15284/stat : 15284 (java) S 15272 15275 14132 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 99265716 10916999168 12094 33554432000 4194304 4196468 140734003598528 140609822057456 140610332698325 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30785536 140734003602552 140734003602697 140734003602697 140734003605455 0
[pid=15275/tid=15285] ppid=15272 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15275/task/15285/stat : 15285 (java) S 15272 15275 14132 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99265718 10916999168 12094 33554432000 4194304 4196468 140734003598528 140609821006032 140610332706715 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30785536 140734003602552 140734003602697 140734003602697 140734003605455 0
[pid=15275/tid=15286] ppid=15272 vsize=10661132 memory=0 CPUtime=0.05 cores=1,3,5,7
/proc/15275/task/15286/stat : 15286 (java) R 15272 15275 14132 0 -1 1077944384 621 0 0 0 5 0 0 0 20 0 15 0 99265718 10916999168 12094 33554432000 4194304 4196468 140734003598528 140609819953648 140610332699266 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 30785536 140734003602552 140734003602697 140734003602697 140734003605455 0
[pid=15275/tid=15287] ppid=15272 vsize=10661132 memory=-1 CPUtime=0.04 cores=1,3,5,7
/proc/15275/task/15287/stat : 15287 (java) R 15272 15275 14132 0 -1 4202560 397 0 0 0 4 0 0 0 20 0 15 0 99265718 10916999168 12094 33554432000 4194304 4196468 140734003598528 140609818887128 140610314233080 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 30785536 140734003602552 140734003602697 140734003602697 140734003605455 0
[pid=15275/tid=15288] ppid=15272 vsize=10661132 memory=140554260678272 CPUtime=0.13 cores=1,3,5,7
/proc/15275/task/15288/stat : 15288 (java) R 15272 15275 14132 0 -1 4202560 1164 0 0 0 13 0 0 0 20 0 15 0 99265718 10916999168 12094 33554432000 4194304 4196468 140734003598528 140609817844504 140610324925246 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 30785536 140734003602552 140734003602697 140734003602697 140734003605455 0
[pid=15275/tid=15289] ppid=15272 vsize=10661132 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/15275/task/15289/stat : 15289 (java) S 15272 15275 14132 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99265718 10916999168 12094 33554432000 4194304 4196468 140734003598528 140609816796256 140610332698325 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30785536 140734003602552 140734003602697 140734003602697 140734003605455 0
[pid=15275/tid=15290] ppid=15272 vsize=10661132 memory=140554260678272 CPUtime=0 cores=1,3,5,7
/proc/15275/task/15290/stat : 15290 (java) S 15272 15275 14132 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 99265719 10916999168 12094 33554432000 4194304 4196468 140734003598528 140609815742768 140610332699266 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30785536 140734003602552 140734003602697 140734003602697 140734003605455 0
Current children cumulated CPU time: 0.55 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 48112 KiB

[startup+0.70072 s]
/proc/loadavg: 1.24 1.34 1.39 5/215 15290
/proc/meminfo: memFree=28018092/32770624 swapFree=67108860/67108860
[pid=15275] ppid=15272 vsize=10661132 memory=80916 CPUtime=1.72 cores=1,3,5,7
/proc/15275/stat : 15275 (java) S 15272 15275 14132 0 -1 1077944320 14907 0 0 0 167 5 0 0 20 0 15 0 99265713 10916999168 20229 33554432000 4194304 4196468 140734003598528 140734003581072 140610332688119 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 30785536 140734003602552 140734003602697 140734003602697 140734003605455 0
/proc/15275/statm: 2665283 20229 3094 1 0 2627263 0
[pid=15275/tid=15277] ppid=15272 vsize=10661132 memory=1840 CPUtime=0.67 cores=1,3,5,7
/proc/15275/task/15277/stat : 15277 (java) R 15272 15275 14132 0 -1 4202560 5344 0 0 0 65 2 0 0 20 0 15 0 99265713 10916999168 20229 33554432000 4194304 4196468 140734003598528 140610336885312 140734004660162 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 30785536 140734003602552 140734003602697 140734003602697 140734003605455 0
[pid=15275/tid=15278] ppid=15272 vsize=10661132 memory=1004 CPUtime=0 cores=1,3,5,7
/proc/15275/task/15278/stat : 15278 (java) S 15272 15275 14132 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 99265714 10916999168 20229 33554432000 4194304 4196468 140734003598528 140610258762512 140610332698325 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30785536 140734003602552 140734003602697 140734003602697 140734003605455 0
[pid=15275/tid=15279] ppid=15272 vsize=10661132 memory=12060 CPUtime=0 cores=1,3,5,7
/proc/15275/task/15279/stat : 15279 (java) S 15272 15275 14132 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 99265714 10916999168 20229 33554432000 4194304 4196468 140734003598528 140610257709968 140610332698325 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30785536 140734003602552 140734003602697 140734003602697 140734003605455 0
[pid=15275/tid=15280] ppid=15272 vsize=10661132 memory=5788 CPUtime=0 cores=1,3,5,7
/proc/15275/task/15280/stat : 15280 (java) S 15272 15275 14132 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 99265714 10916999168 20229 33554432000 4194304 4196468 140734003598528 140610256657424 140610332698325 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30785536 140734003602552 140734003602697 140734003602697 140734003605455 0
[pid=15275/tid=15281] ppid=15272 vsize=10661132 memory=792 CPUtime=0 cores=1,3,5,7
/proc/15275/task/15281/stat : 15281 (java) S 15272 15275 14132 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 99265714 10916999168 20229 33554432000 4194304 4196468 140734003598528 140610255604880 140610332698325 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30785536 140734003602552 140734003602697 140734003602697 140734003605455 0
[pid=15275/tid=15282] ppid=15272 vsize=10661132 memory=1228 CPUtime=0 cores=1,3,5,7
/proc/15275/task/15282/stat : 15282 (java) S 15272 15275 14132 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 99265715 10916999168 20229 33554432000 4194304 4196468 140734003598528 140609824163824 140610332699266 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30785536 140734003602552 140734003602697 140734003602697 140734003605455 0
[pid=15275/tid=15283] ppid=15272 vsize=10661132 memory=1944 CPUtime=0 cores=1,3,5,7
/proc/15275/task/15283/stat : 15283 (java) S 15272 15275 14132 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 99265716 10916999168 20229 33554432000 4194304 4196468 140734003598528 140609823110048 140610332698325 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30785536 140734003602552 140734003602697 140734003602697 140734003605455 0
[pid=15275/tid=15284] ppid=15272 vsize=10661132 memory=1416 CPUtime=0 cores=1,3,5,7
/proc/15275/task/15284/stat : 15284 (java) S 15272 15275 14132 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 99265716 10916999168 20229 33554432000 4194304 4196468 140734003598528 140609822057456 140610332698325 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30785536 140734003602552 140734003602697 140734003602697 140734003605455 0
[pid=15275/tid=15285] ppid=15272 vsize=10661132 memory=4612 CPUtime=0 cores=1,3,5,7
/proc/15275/task/15285/stat : 15285 (java) S 15272 15275 14132 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99265718 10916999168 20229 33554432000 4194304 4196468 140734003598528 140609821006032 140610332706715 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30785536 140734003602552 140734003602697 140734003602697 140734003605455 0
[pid=15275/tid=15286] ppid=15272 vsize=10661132 memory=7163631965283378496 CPUtime=0.41 cores=1,3,5,7
/proc/15275/task/15286/stat : 15286 (java) R 15272 15275 14132 0 -1 4202560 3748 0 0 0 41 0 0 0 20 0 15 0 99265718 10916999168 20229 33554432000 4194304 4196468 140734003598528 140609819939528 140610317610362 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 30785536 140734003602552 140734003602697 140734003602697 140734003605455 0
[pid=15275/tid=15287] ppid=15272 vsize=10661132 memory=7667213801450137426 CPUtime=0.4 cores=1,3,5,7
/proc/15275/task/15287/stat : 15287 (java) R 15272 15275 14132 0 -1 4202560 2625 0 0 0 40 0 0 0 20 0 15 0 99265718 10916999168 20229 33554432000 4194304 4196468 140734003598528 140609818887904 140610311102045 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 30785536 140734003602552 140734003602697 140734003602697 140734003605455 0
[pid=15275/tid=15288] ppid=15272 vsize=10661132 memory=7440061282865139792 CPUtime=0.2 cores=1,3,5,7
/proc/15275/task/15288/stat : 15288 (java) S 15272 15275 14132 0 -1 1077944384 1818 0 0 0 20 0 0 0 20 0 15 0 99265718 10916999168 20229 33554432000 4194304 4196468 140734003598528 140609817848560 140610332699266 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30785536 140734003602552 140734003602697 140734003602697 140734003605455 0
[pid=15275/tid=15289] ppid=15272 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/15275/task/15289/stat : 15289 (java) S 15272 15275 14132 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99265718 10916999168 20229 33554432000 4194304 4196468 140734003598528 140609816796256 140610332698325 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30785536 140734003602552 140734003602697 140734003602697 140734003605455 0
[pid=15275/tid=15290] ppid=15272 vsize=10661132 memory=31396 CPUtime=0 cores=1,3,5,7
/proc/15275/task/15290/stat : 15290 (java) S 15272 15275 14132 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 99265719 10916999168 20229 33554432000 4194304 4196468 140734003598528 140609815742768 140610332699266 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30785536 140734003602552 140734003602697 140734003602697 140734003605455 0
Current children cumulated CPU time: 1.72 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 80916 KiB

[startup+1.50074 s]
/proc/loadavg: 1.24 1.34 1.39 4/215 15290
/proc/meminfo: memFree=27984488/32770624 swapFree=67108860/67108860
[pid=15275] ppid=15272 vsize=10661132 memory=147188 CPUtime=3.25 cores=1,3,5,7
/proc/15275/stat : 15275 (java) S 15272 15275 14132 0 -1 1077944320 19925 0 0 0 319 6 0 0 20 0 15 0 99265713 10916999168 36797 33554432000 4194304 4196468 140734003598528 140734003581072 140610332688119 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 30785536 140734003602552 140734003602697 140734003602697 140734003605455 0
/proc/15275/statm: 2665283 36797 3098 1 0 2627263 0
[pid=15275/tid=15277] ppid=15272 vsize=10661132 memory=0 CPUtime=1.47 cores=1,3,5,7
/proc/15275/task/15277/stat : 15277 (java) R 15272 15275 14132 0 -1 4202560 5673 0 0 0 144 3 0 0 20 0 15 0 99265713 10916999168 36797 33554432000 4194304 4196468 140734003598528 140610336894144 140734004660162 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 30785536 140734003602552 140734003602697 140734003602697 140734003605455 0
[pid=15275/tid=15278] ppid=15272 vsize=10661132 memory=-6951259422114956437 CPUtime=0 cores=1,3,5,7
/proc/15275/task/15278/stat : 15278 (java) S 15272 15275 14132 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 99265714 10916999168 36797 33554432000 4194304 4196468 140734003598528 140610258762512 140610332698325 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30785536 140734003602552 140734003602697 140734003602697 140734003605455 0
[pid=15275/tid=15279] ppid=15272 vsize=10661132 memory=-6509546260019855295 CPUtime=0 cores=1,3,5,7
/proc/15275/task/15279/stat : 15279 (java) S 15272 15275 14132 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 99265714 10916999168 36797 33554432000 4194304 4196468 140734003598528 140610257709968 140610332698325 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30785536 140734003602552 140734003602697 140734003602697 140734003605455 0
[pid=15275/tid=15280] ppid=15272 vsize=10661132 memory=-7390251449858225344 CPUtime=0 cores=1,3,5,7
/proc/15275/task/15280/stat : 15280 (java) S 15272 15275 14132 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 99265714 10916999168 36797 33554432000 4194304 4196468 140734003598528 140610256657424 140610332698325 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30785536 140734003602552 140734003602697 140734003602697 140734003605455 0
[pid=15275/tid=15281] ppid=15272 vsize=10661132 memory=4134692831991786133 CPUtime=0 cores=1,3,5,7
/proc/15275/task/15281/stat : 15281 (java) S 15272 15275 14132 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 99265714 10916999168 36797 33554432000 4194304 4196468 140734003598528 140610255604880 140610332698325 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30785536 140734003602552 140734003602697 140734003602697 140734003605455 0
[pid=15275/tid=15282] ppid=15272 vsize=10661132 memory=-7165351541977658656 CPUtime=0 cores=1,3,5,7
/proc/15275/task/15282/stat : 15282 (java) S 15272 15275 14132 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 99265715 10916999168 36797 33554432000 4194304 4196468 140734003598528 140609824163824 140610332699266 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30785536 140734003602552 140734003602697 140734003602697 140734003605455 0

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

/proc/15275/task/15277/stat : 15277 (java) R 15272 15275 14132 0 -1 4202560 13778 0 0 0 237441 529 0 0 20 0 15 0 99265713 10916999168 51176 33554432000 4194304 4196468 140734003598528 140610336927872 140734004660162 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 30785536 140734003602552 140734003602697 140734003602697 140734003605455 0
[pid=15275/tid=15278] ppid=15272 vsize=10661132 memory=204704 CPUtime=0.83 cores=1,3,5,7
/proc/15275/task/15278/stat : 15278 (java) S 15272 15275 14132 0 -1 1077944384 2214 0 0 0 75 8 0 0 20 0 15 0 99265714 10916999168 51176 33554432000 4194304 4196468 140734003598528 140610258762512 140610332698325 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30785536 140734003602552 140734003602697 140734003602697 140734003605455 0
[pid=15275/tid=15279] ppid=15272 vsize=10661132 memory=204704 CPUtime=0.82 cores=1,3,5,7
/proc/15275/task/15279/stat : 15279 (java) S 15272 15275 14132 0 -1 1077944384 2680 0 0 0 71 11 0 0 20 0 15 0 99265714 10916999168 51176 33554432000 4194304 4196468 140734003598528 140610257709968 140610332698325 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30785536 140734003602552 140734003602697 140734003602697 140734003605455 0
[pid=15275/tid=15280] ppid=15272 vsize=10661132 memory=204704 CPUtime=0.82 cores=1,3,5,7
/proc/15275/task/15280/stat : 15280 (java) S 15272 15275 14132 0 -1 1077944384 2499 0 0 0 71 11 0 0 20 0 15 0 99265714 10916999168 51176 33554432000 4194304 4196468 140734003598528 140610256657424 140610332698325 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30785536 140734003602552 140734003602697 140734003602697 140734003605455 0
[pid=15275/tid=15281] ppid=15272 vsize=10661132 memory=4028 CPUtime=0.82 cores=1,3,5,7
/proc/15275/task/15281/stat : 15281 (java) S 15272 15275 14132 0 -1 1077944384 2434 0 0 0 74 8 0 0 20 0 15 0 99265714 10916999168 51176 33554432000 4194304 4196468 140734003598528 140610255604880 140610332698325 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30785536 140734003602552 140734003602697 140734003602697 140734003605455 0
[pid=15275/tid=15282] ppid=15272 vsize=10661132 memory=204704 CPUtime=1.19 cores=1,3,5,7
/proc/15275/task/15282/stat : 15282 (java) S 15272 15275 14132 0 -1 1077944384 5382 0 0 0 112 7 0 0 20 0 15 0 99265715 10916999168 51176 33554432000 4194304 4196468 140734003598528 140609824163824 140610332699266 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30785536 140734003602552 140734003602697 140734003602697 140734003605455 0
[pid=15275/tid=15283] ppid=15272 vsize=10661132 memory=204704 CPUtime=0 cores=1,3,5,7
/proc/15275/task/15283/stat : 15283 (java) S 15272 15275 14132 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 15 0 99265716 10916999168 51176 33554432000 4194304 4196468 140734003598528 140609823110048 140610332698325 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30785536 140734003602552 140734003602697 140734003602697 140734003605455 0
[pid=15275/tid=15284] ppid=15272 vsize=10661132 memory=204704 CPUtime=0 cores=1,3,5,7
/proc/15275/task/15284/stat : 15284 (java) S 15272 15275 14132 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 15 0 99265716 10916999168 51176 33554432000 4194304 4196468 140734003598528 140609822057456 140610332698325 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30785536 140734003602552 140734003602697 140734003602697 140734003605455 0
[pid=15275/tid=15285] ppid=15272 vsize=10661132 memory=204704 CPUtime=0 cores=1,3,5,7
/proc/15275/task/15285/stat : 15285 (java) S 15272 15275 14132 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99265718 10916999168 51176 33554432000 4194304 4196468 140734003598528 140609821006032 140610332706715 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30785536 140734003602552 140734003602697 140734003602697 140734003605455 0
[pid=15275/tid=15286] ppid=15272 vsize=10661132 memory=204704 CPUtime=0.77 cores=1,3,5,7
/proc/15275/task/15286/stat : 15286 (java) S 15272 15275 14132 0 -1 1077944384 6270 0 0 0 76 1 0 0 20 0 15 0 99265718 10916999168 51176 33554432000 4194304 4196468 140734003598528 140609819953648 140610332699266 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30785536 140734003602552 140734003602697 140734003602697 140734003605455 0
[pid=15275/tid=15287] ppid=15272 vsize=10661132 memory=1572 CPUtime=1.07 cores=1,3,5,7
/proc/15275/task/15287/stat : 15287 (java) S 15272 15275 14132 0 -1 1077944384 8890 0 0 0 107 0 0 0 20 0 15 0 99265718 10916999168 51176 33554432000 4194304 4196468 140734003598528 140609818901104 140610332699266 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30785536 140734003602552 140734003602697 140734003602697 140734003605455 0
[pid=15275/tid=15288] ppid=15272 vsize=10661132 memory=2244 CPUtime=0.26 cores=1,3,5,7
/proc/15275/task/15288/stat : 15288 (java) S 15272 15275 14132 0 -1 1077944384 4363 0 0 0 25 1 0 0 20 0 15 0 99265718 10916999168 51176 33554432000 4194304 4196468 140734003598528 140609817848560 140610332699266 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30785536 140734003602552 140734003602697 140734003602697 140734003605455 0
[pid=15275/tid=15289] ppid=15272 vsize=10661132 memory=204704 CPUtime=0 cores=1,3,5,7
/proc/15275/task/15289/stat : 15289 (java) S 15272 15275 14132 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99265718 10916999168 51176 33554432000 4194304 4196468 140734003598528 140609816796256 140610332698325 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30785536 140734003602552 140734003602697 140734003602697 140734003605455 0
[pid=15275/tid=15290] ppid=15272 vsize=10661132 memory=1624 CPUtime=0.47 cores=1,3,5,7
/proc/15275/task/15290/stat : 15290 (java) S 15272 15275 14132 0 -1 1077944384 803 0 0 0 21 26 0 0 20 0 15 0 99265719 10916999168 51176 33554432000 4194304 4196468 140734003598528 140609815742768 140610332699266 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30785536 140734003602552 140734003602697 140734003602697 140734003605455 0
Current children cumulated CPU time: 2386.86 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 204704 KiB

[startup+2442.3 s]
/proc/loadavg: 1.45 1.38 1.43 3/215 15469
/proc/meminfo: memFree=27871208/32770624 swapFree=67108860/67108860
[pid=15275] ppid=15272 vsize=10661132 memory=206336 CPUtime=2446.91 cores=1,3,5,7
/proc/15275/stat : 15275 (java) S 15272 15275 14132 0 -1 1077944320 50798 0 0 0 244090 601 0 0 20 0 15 0 99265713 10916999168 51584 33554432000 4194304 4196468 140734003598528 140734003581072 140610332688119 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 30785536 140734003602552 140734003602697 140734003602697 140734003605455 0
/proc/15275/statm: 2665283 51584 3133 1 0 2627263 0
[pid=15275/tid=15277] ppid=15272 vsize=10661132 memory=206336 CPUtime=2439.64 cores=1,3,5,7
/proc/15275/task/15277/stat : 15277 (java) R 15272 15275 14132 0 -1 4202560 13836 0 0 0 243421 543 0 0 20 0 15 0 99265713 10916999168 51584 33554432000 4194304 4196468 140734003598528 140610336927872 140734004660162 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 30785536 140734003602552 140734003602697 140734003602697 140734003605455 0
[pid=15275/tid=15278] ppid=15272 vsize=10661132 memory=204704 CPUtime=0.85 cores=1,3,5,7
/proc/15275/task/15278/stat : 15278 (java) S 15272 15275 14132 0 -1 1077944384 2215 0 0 0 76 9 0 0 20 0 15 0 99265714 10916999168 51584 33554432000 4194304 4196468 140734003598528 140610258762512 140610332698325 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30785536 140734003602552 140734003602697 140734003602697 140734003605455 0
[pid=15275/tid=15279] ppid=15272 vsize=10661132 memory=204704 CPUtime=0.84 cores=1,3,5,7
/proc/15275/task/15279/stat : 15279 (java) S 15272 15275 14132 0 -1 1077944384 2681 0 0 0 73 11 0 0 20 0 15 0 99265714 10916999168 51584 33554432000 4194304 4196468 140734003598528 140610257709968 140610332698325 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30785536 140734003602552 140734003602697 140734003602697 140734003605455 0
[pid=15275/tid=15280] ppid=15272 vsize=10661132 memory=204704 CPUtime=0.84 cores=1,3,5,7
/proc/15275/task/15280/stat : 15280 (java) S 15272 15275 14132 0 -1 1077944384 2500 0 0 0 73 11 0 0 20 0 15 0 99265714 10916999168 51584 33554432000 4194304 4196468 140734003598528 140610256657424 140610332698325 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30785536 140734003602552 140734003602697 140734003602697 140734003605455 0
[pid=15275/tid=15281] ppid=15272 vsize=10661132 memory=204704 CPUtime=0.83 cores=1,3,5,7
/proc/15275/task/15281/stat : 15281 (java) S 15272 15275 14132 0 -1 1077944384 2438 0 0 0 75 8 0 0 20 0 15 0 99265714 10916999168 51584 33554432000 4194304 4196468 140734003598528 140610255604880 140610332698325 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30785536 140734003602552 140734003602697 140734003602697 140734003605455 0
[pid=15275/tid=15282] ppid=15272 vsize=10661132 memory=204704 CPUtime=1.23 cores=1,3,5,7
/proc/15275/task/15282/stat : 15282 (java) S 15272 15275 14132 0 -1 1077944384 5388 0 0 0 115 8 0 0 20 0 15 0 99265715 10916999168 51584 33554432000 4194304 4196468 140734003598528 140609824163824 140610332699266 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30785536 140734003602552 140734003602697 140734003602697 140734003605455 0
[pid=15275/tid=15283] ppid=15272 vsize=10661132 memory=204704 CPUtime=0 cores=1,3,5,7
/proc/15275/task/15283/stat : 15283 (java) S 15272 15275 14132 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 15 0 99265716 10916999168 51584 33554432000 4194304 4196468 140734003598528 140609823110048 140610332698325 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30785536 140734003602552 140734003602697 140734003602697 140734003605455 0
[pid=15275/tid=15284] ppid=15272 vsize=10661132 memory=204704 CPUtime=0 cores=1,3,5,7
/proc/15275/task/15284/stat : 15284 (java) S 15272 15275 14132 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 15 0 99265716 10916999168 51584 33554432000 4194304 4196468 140734003598528 140609822057456 140610332698325 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30785536 140734003602552 140734003602697 140734003602697 140734003605455 0
[pid=15275/tid=15285] ppid=15272 vsize=10661132 memory=204704 CPUtime=0 cores=1,3,5,7
/proc/15275/task/15285/stat : 15285 (java) S 15272 15275 14132 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99265718 10916999168 51584 33554432000 4194304 4196468 140734003598528 140609821006032 140610332706715 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30785536 140734003602552 140734003602697 140734003602697 140734003605455 0
[pid=15275/tid=15286] ppid=15272 vsize=10661132 memory=206336 CPUtime=0.77 cores=1,3,5,7
/proc/15275/task/15286/stat : 15286 (java) S 15272 15275 14132 0 -1 1077944384 6270 0 0 0 76 1 0 0 20 0 15 0 99265718 10916999168 51584 33554432000 4194304 4196468 140734003598528 140609819953648 140610332699266 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30785536 140734003602552 140734003602697 140734003602697 140734003605455 0
[pid=15275/tid=15287] ppid=15272 vsize=10661132 memory=206336 CPUtime=1.07 cores=1,3,5,7
/proc/15275/task/15287/stat : 15287 (java) S 15272 15275 14132 0 -1 1077944384 8890 0 0 0 107 0 0 0 20 0 15 0 99265718 10916999168 51584 33554432000 4194304 4196468 140734003598528 140609818901104 140610332699266 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30785536 140734003602552 140734003602697 140734003602697 140734003605455 0
[pid=15275/tid=15288] ppid=15272 vsize=10661132 memory=206336 CPUtime=0.26 cores=1,3,5,7
/proc/15275/task/15288/stat : 15288 (java) S 15272 15275 14132 0 -1 1077944384 4363 0 0 0 25 1 0 0 20 0 15 0 99265718 10916999168 51584 33554432000 4194304 4196468 140734003598528 140609817848560 140610332699266 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30785536 140734003602552 140734003602697 140734003602697 140734003605455 0
[pid=15275/tid=15289] ppid=15272 vsize=10661132 memory=204704 CPUtime=0 cores=1,3,5,7
/proc/15275/task/15289/stat : 15289 (java) S 15272 15275 14132 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99265718 10916999168 51584 33554432000 4194304 4196468 140734003598528 140609816796256 140610332698325 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30785536 140734003602552 140734003602697 140734003602697 140734003605455 0
[pid=15275/tid=15290] ppid=15272 vsize=10661132 memory=206336 CPUtime=0.48 cores=1,3,5,7
/proc/15275/task/15290/stat : 15290 (java) S 15272 15275 14132 0 -1 1077944384 807 0 0 0 21 27 0 0 20 0 15 0 99265719 10916999168 51584 33554432000 4194304 4196468 140734003598528 140609815742768 140610332699266 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30785536 140734003602552 140734003602697 140734003602697 140734003605455 0
Current children cumulated CPU time: 2446.91 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 206336 KiB

[startup+2502.3 s]
/proc/loadavg: 1.27 1.34 1.42 3/215 15470
/proc/meminfo: memFree=27873976/32770624 swapFree=67108860/67108860
[pid=15275] ppid=15272 vsize=10661132 memory=206408 CPUtime=2506.95 cores=1,3,5,7
/proc/15275/stat : 15275 (java) S 15272 15275 14132 0 -1 1077944320 51501 0 0 0 250080 615 0 0 20 0 15 0 99265713 10916999168 51602 33554432000 4194304 4196468 140734003598528 140734003581072 140610332688119 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 30785536 140734003602552 140734003602697 140734003602697 140734003605455 0
/proc/15275/statm: 2665283 51602 3133 1 0 2627263 0
[pid=15275/tid=15277] ppid=15272 vsize=10661132 memory=206408 CPUtime=2499.56 cores=1,3,5,7
/proc/15275/task/15277/stat : 15277 (java) R 15272 15275 14132 0 -1 4202560 14048 0 0 0 249401 555 0 0 20 0 15 0 99265713 10916999168 51602 33554432000 4194304 4196468 140734003598528 140610336929440 140734004660162 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 30785536 140734003602552 140734003602697 140734003602697 140734003605455 0
[pid=15275/tid=15278] ppid=15272 vsize=10661132 memory=206408 CPUtime=0.87 cores=1,3,5,7
/proc/15275/task/15278/stat : 15278 (java) S 15272 15275 14132 0 -1 1077944384 2231 0 0 0 78 9 0 0 20 0 15 0 99265714 10916999168 51602 33554432000 4194304 4196468 140734003598528 140610258762512 140610332698325 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30785536 140734003602552 140734003602697 140734003602697 140734003605455 0
[pid=15275/tid=15279] ppid=15272 vsize=10661132 memory=206408 CPUtime=0.86 cores=1,3,5,7
/proc/15275/task/15279/stat : 15279 (java) S 15272 15275 14132 0 -1 1077944384 2920 0 0 0 74 12 0 0 20 0 15 0 99265714 10916999168 51602 33554432000 4194304 4196468 140734003598528 140610257709968 140610332698325 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30785536 140734003602552 140734003602697 140734003602697 140734003605455 0
[pid=15275/tid=15280] ppid=15272 vsize=10661132 memory=206408 CPUtime=0.86 cores=1,3,5,7
/proc/15275/task/15280/stat : 15280 (java) S 15272 15275 14132 0 -1 1077944384 2508 0 0 0 75 11 0 0 20 0 15 0 99265714 10916999168 51602 33554432000 4194304 4196468 140734003598528 140610256657424 140610332698325 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30785536 140734003602552 140734003602697 140734003602697 140734003605455 0
[pid=15275/tid=15281] ppid=15272 vsize=10661132 memory=206408 CPUtime=0.85 cores=1,3,5,7
/proc/15275/task/15281/stat : 15281 (java) S 15272 15275 14132 0 -1 1077944384 2472 0 0 0 77 8 0 0 20 0 15 0 99265714 10916999168 51602 33554432000 4194304 4196468 140734003598528 140610255604880 140610332698325 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30785536 140734003602552 140734003602697 140734003602697 140734003605455 0
[pid=15275/tid=15282] ppid=15272 vsize=10661132 memory=206408 CPUtime=1.25 cores=1,3,5,7
/proc/15275/task/15282/stat : 15282 (java) S 15272 15275 14132 0 -1 1077944384 5562 0 0 0 117 8 0 0 20 0 15 0 99265715 10916999168 51602 33554432000 4194304 4196468 140734003598528 140609824163824 140610332699266 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30785536 140734003602552 140734003602697 140734003602697 140734003605455 0
[pid=15275/tid=15283] ppid=15272 vsize=10661132 memory=206408 CPUtime=0 cores=1,3,5,7
/proc/15275/task/15283/stat : 15283 (java) S 15272 15275 14132 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 15 0 99265716 10916999168 51602 33554432000 4194304 4196468 140734003598528 140609823110048 140610332698325 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30785536 140734003602552 140734003602697 140734003602697 140734003605455 0
[pid=15275/tid=15284] ppid=15272 vsize=10661132 memory=206408 CPUtime=0 cores=1,3,5,7
/proc/15275/task/15284/stat : 15284 (java) S 15272 15275 14132 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 15 0 99265716 10916999168 51602 33554432000 4194304 4196468 140734003598528 140609822057456 140610332698325 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30785536 140734003602552 140734003602697 140734003602697 140734003605455 0
[pid=15275/tid=15285] ppid=15272 vsize=10661132 memory=206408 CPUtime=0 cores=1,3,5,7
/proc/15275/task/15285/stat : 15285 (java) S 15272 15275 14132 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99265718 10916999168 51602 33554432000 4194304 4196468 140734003598528 140609821006032 140610332706715 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30785536 140734003602552 140734003602697 140734003602697 140734003605455 0
[pid=15275/tid=15286] ppid=15272 vsize=10661132 memory=2424 CPUtime=0.77 cores=1,3,5,7
/proc/15275/task/15286/stat : 15286 (java) S 15272 15275 14132 0 -1 1077944384 6272 0 0 0 76 1 0 0 20 0 15 0 99265718 10916999168 51602 33554432000 4194304 4196468 140734003598528 140609819953648 140610332699266 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30785536 140734003602552 140734003602697 140734003602697 140734003605455 0
[pid=15275/tid=15287] ppid=15272 vsize=10661132 memory=1840 CPUtime=1.07 cores=1,3,5,7
/proc/15275/task/15287/stat : 15287 (java) S 15272 15275 14132 0 -1 1077944384 8892 0 0 0 107 0 0 0 20 0 15 0 99265718 10916999168 51602 33554432000 4194304 4196468 140734003598528 140609818901104 140610332699266 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30785536 140734003602552 140734003602697 140734003602697 140734003605455 0
[pid=15275/tid=15288] ppid=15272 vsize=10661132 memory=206408 CPUtime=0.26 cores=1,3,5,7
/proc/15275/task/15288/stat : 15288 (java) S 15272 15275 14132 0 -1 1077944384 4365 0 0 0 25 1 0 0 20 0 15 0 99265718 10916999168 51602 33554432000 4194304 4196468 140734003598528 140609817848560 140610332699266 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30785536 140734003602552 140734003602697 140734003602697 140734003605455 0
[pid=15275/tid=15289] ppid=15272 vsize=10661132 memory=206408 CPUtime=0 cores=1,3,5,7
/proc/15275/task/15289/stat : 15289 (java) S 15272 15275 14132 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99265718 10916999168 51602 33554432000 4194304 4196468 140734003598528 140609816796256 140610332698325 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30785536 140734003602552 140734003602697 140734003602697 140734003605455 0
[pid=15275/tid=15290] ppid=15272 vsize=10661132 memory=206408 CPUtime=0.49 cores=1,3,5,7
/proc/15275/task/15290/stat : 15290 (java) S 15272 15275 14132 0 -1 1077944384 821 0 0 0 22 27 0 0 20 0 15 0 99265719 10916999168 51602 33554432000 4194304 4196468 140734003598528 140609815742768 140610332699266 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30785536 140734003602552 140734003602697 140734003602697 140734003605455 0
Current children cumulated CPU time: 2506.95 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 206408 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2515.4 s]
/proc/loadavg: 1.30 1.35 1.42 4/215 15470
/proc/meminfo: memFree=27871940/32770624 swapFree=67108860/67108860
[pid=15275] ppid=15272 vsize=10661132 memory=206408 CPUtime=2520.07 cores=1,3,5,7
/proc/15275/stat : 15275 (java) S 15272 15275 14132 0 -1 1077944320 51516 0 0 0 251389 618 0 0 20 0 15 0 99265713 10916999168 51602 33554432000 4194304 4196468 140734003598528 140734003581072 140610332688119 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 30785536 140734003602552 140734003602697 140734003602697 140734003605455 0
/proc/15275/statm: 2665283 51602 3133 1 0 2627263 0
[pid=15275/tid=15277] ppid=15272 vsize=10661132 memory=206408 CPUtime=2512.65 cores=1,3,5,7
/proc/15275/task/15277/stat : 15277 (java) S 15272 15275 14132 0 -1 1077944384 14062 0 0 0 250707 558 0 0 20 0 15 0 99265713 10916999168 51602 33554432000 4194304 4196468 140734003598528 140610336927776 140610332698325 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30785536 140734003602552 140734003602697 140734003602697 140734003605455 0
[pid=15275/tid=15278] ppid=15272 vsize=10661132 memory=792 CPUtime=0.88 cores=1,3,5,7
/proc/15275/task/15278/stat : 15278 (java) S 15272 15275 14132 0 -1 1077944384 2231 0 0 0 79 9 0 0 20 0 15 0 99265714 10916999168 51602 33554432000 4194304 4196468 140734003598528 140610258762512 140610332698325 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30785536 140734003602552 140734003602697 140734003602697 140734003605455 0
[pid=15275/tid=15279] ppid=15272 vsize=10661132 memory=206408 CPUtime=0.87 cores=1,3,5,7
/proc/15275/task/15279/stat : 15279 (java) S 15272 15275 14132 0 -1 1077944384 2920 0 0 0 75 12 0 0 20 0 15 0 99265714 10916999168 51602 33554432000 4194304 4196468 140734003598528 140610257709968 140610332698325 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30785536 140734003602552 140734003602697 140734003602697 140734003605455 0
[pid=15275/tid=15280] ppid=15272 vsize=10661132 memory=206408 CPUtime=0.86 cores=1,3,5,7
/proc/15275/task/15280/stat : 15280 (java) R 15272 15275 14132 0 -1 1077944384 2508 0 0 0 75 11 0 0 20 0 15 0 99265714 10916999168 51602 33554432000 4194304 4196468 140734003598528 140610256657424 140610332698325 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 30785536 140734003602552 140734003602697 140734003602697 140734003605455 0
[pid=15275/tid=15281] ppid=15272 vsize=10661132 memory=6791534058613427641 CPUtime=0.86 cores=1,3,5,7
/proc/15275/task/15281/stat : 15281 (java) S 15272 15275 14132 0 -1 1077944384 2472 0 0 0 78 8 0 0 20 0 15 0 99265714 10916999168 51602 33554432000 4194304 4196468 140734003598528 140610255604880 140610332698325 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30785536 140734003602552 140734003602697 140734003602697 140734003605455 0
[pid=15275/tid=15282] ppid=15272 vsize=10661132 memory=242936 CPUtime=1.26 cores=1,3,5,7
/proc/15275/task/15282/stat : 15282 (java) S 15272 15275 14132 0 -1 1077944384 5563 0 0 0 118 8 0 0 20 0 15 0 99265715 10916999168 51602 33554432000 4194304 4196468 140734003598528 140609824163824 140610332699266 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30785536 140734003602552 140734003602697 140734003602697 140734003605455 0
[pid=15275/tid=15283] ppid=15272 vsize=10661132 memory=85 CPUtime=0 cores=1,3,5,7
/proc/15275/task/15283/stat : 15283 (java) S 15272 15275 14132 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 15 0 99265716 10916999168 51602 33554432000 4194304 4196468 140734003598528 140609823110048 140610332698325 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30785536 140734003602552 140734003602697 140734003602697 140734003605455 0
[pid=15275/tid=15284] ppid=15272 vsize=10661132 memory=83 CPUtime=0 cores=1,3,5,7
/proc/15275/task/15284/stat : 15284 (java) S 15272 15275 14132 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 15 0 99265716 10916999168 51602 33554432000 4194304 4196468 140734003598528 140609822057456 140610332698325 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30785536 140734003602552 140734003602697 140734003602697 140734003605455 0
[pid=15275/tid=15285] ppid=15272 vsize=10661132 memory=206408 CPUtime=0 cores=1,3,5,7
/proc/15275/task/15285/stat : 15285 (java) S 15272 15275 14132 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99265718 10916999168 51602 33554432000 4194304 4196468 140734003598528 140609821006032 140610332706715 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30785536 140734003602552 140734003602697 140734003602697 140734003605455 0
[pid=15275/tid=15286] ppid=15272 vsize=10661132 memory=2424 CPUtime=0.77 cores=1,3,5,7
/proc/15275/task/15286/stat : 15286 (java) S 15272 15275 14132 0 -1 1077944384 6272 0 0 0 76 1 0 0 20 0 15 0 99265718 10916999168 51602 33554432000 4194304 4196468 140734003598528 140609819953648 140610332699266 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30785536 140734003602552 140734003602697 140734003602697 140734003605455 0
[pid=15275/tid=15287] ppid=15272 vsize=10661132 memory=1840 CPUtime=1.07 cores=1,3,5,7
/proc/15275/task/15287/stat : 15287 (java) S 15272 15275 14132 0 -1 1077944384 8892 0 0 0 107 0 0 0 20 0 15 0 99265718 10916999168 51602 33554432000 4194304 4196468 140734003598528 140609818901104 140610332699266 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30785536 140734003602552 140734003602697 140734003602697 140734003605455 0
[pid=15275/tid=15288] ppid=15272 vsize=10661132 memory=1004 CPUtime=0.26 cores=1,3,5,7
/proc/15275/task/15288/stat : 15288 (java) S 15272 15275 14132 0 -1 1077944384 4365 0 0 0 25 1 0 0 20 0 15 0 99265718 10916999168 51602 33554432000 4194304 4196468 140734003598528 140609817848560 140610332699266 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30785536 140734003602552 140734003602697 140734003602697 140734003605455 0
[pid=15275/tid=15289] ppid=15272 vsize=10661132 memory=12060 CPUtime=0 cores=1,3,5,7
/proc/15275/task/15289/stat : 15289 (java) S 15272 15275 14132 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 99265718 10916999168 51602 33554432000 4194304 4196468 140734003598528 140609816796256 140610332698325 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30785536 140734003602552 140734003602697 140734003602697 140734003605455 0
[pid=15275/tid=15290] ppid=15272 vsize=10661132 memory=5788 CPUtime=0.5 cores=1,3,5,7
/proc/15275/task/15290/stat : 15290 (java) S 15272 15275 14132 0 -1 1077944384 821 0 0 0 22 28 0 0 20 0 15 0 99265719 10916999168 51602 33554432000 4194304 4196468 140734003598528 140609815742768 140610332699266 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30785536 140734003602552 140734003602697 140734003602697 140734003605455 0
Current children cumulated CPU time: 2520.07 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 206408 KiB

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

[startup+2515.41 s]
# the end of solver process 15275 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2513.91 s, system=6.1893 s

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

Child status: 143
Real time (s): 2515.41
CPU time (s): 2520.1
CPU user time (s): 2513.91
CPU system time (s): 6.1893
CPU usage (%): 100.186
Max. virtual memory (cumulated for all children) (KiB): 10661132
Max. memory (cumulated for all children) (KiB): 206408

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2513.91
system time used= 6.1893
maximum resident set size= 206928
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 51863
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2776
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 91293
involuntary context switches= 1904


# summary of solver processes directly reported to runsolver:
#   pid: 15275
#   total CPU time (s): 2520.1
#   total CPU user time (s): 2513.91
#   total CPU system time (s): 6.1893

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 17.6372 second user time and 17.4907 second system time

The end

Launcher Data

Begin job on node151 at 2018-07-29 00:30:25
IDJOB=4299422
IDBENCH=141374
IDSOLVER=2768
FILE ID=node151/4299422-1532817025
RUNJOBID= node151-1532809404-14164
PBS_JOBID= 21022477
Free space on /tmp= 54928 MiB

SOLVER NAME= The dodo solver 2018-04-29
BENCH NAME= XCSP18/GolombRuler/GolombRuler-a3v18-nodv-09_c18.xml
COMMAND LINE= java -jar DIR/dodo_solver.jar BENCHNAME --timelimit TIMEOUT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4299422-1532817025/watcher-4299422-1532817025 -o /tmp/evaluation-result-4299422-1532817025/solver-4299422-1532817025 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node151-1532809404-14164 --watchdog 2580  java -jar HOME/dodo_solver.jar HOME/instance-4299422-1532817025.xml --timelimit 2520

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

MD5SUM BENCH= 5099229ea21e0b755c9ada14ed0c0ccc
RANDOM SEED=911589813

node151.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.87
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.87
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.87
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.87
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:        28071836 kB
MemAvailable:   31787092 kB
Buffers:          197340 kB
Cached:          3786696 kB
SwapCached:            0 kB
Active:          1609068 kB
Inactive:        2608480 kB
Active(anon):     183076 kB
Inactive(anon):    78192 kB
Active(file):    1425992 kB
Inactive(file):  2530288 kB
Unevictable:        7804 kB
Mlocked:            7804 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1280 kB
Writeback:             0 kB
AnonPages:        206372 kB
Mapped:            55152 kB
Shmem:             25224 kB
Slab:             177800 kB
SReclaimable:     149624 kB
SUnreclaim:        28176 kB
KernelStack:        3808 kB
PageTables:         5308 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1138772 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    110592 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 54924 MiB
End job on node151 at 2018-07-29 01:12:21