Trace number 4290325

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
OscaR - Conflict Ordering with restarts 2018-07-02SAT (TO)55 2400.07 2368.02

General information on the benchmark

NameGolombRuler/
GolombRuler-a3v18-10_c18.xml
MD5SUMfd7701f01011f2453d3fac3f444f25b8
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark55
Best CPU time to get the best result obtained on this benchmark7.68873
Satisfiable
(Un)Satisfiability was proved
Number of variables110
Number of constraints46
Number of domains2
Minimum domain size100
Maximum domain size101
Distribution of domain sizes[{"size":100,"count":45},{"size":101,"count":10}]
Minimum variable degree0
Maximum variable degree10
Distribution of variable degrees[{"degree":0,"count":55},{"degree":2,"count":45},{"degree":9,"count":9},{"degree":10,"count":1}]
Minimum constraint arity3
Maximum constraint arity45
Distribution of constraint arities[{"arity":3,"count":45},{"arity":45,"count":1}]
Number of extensional constraints0
Number of intensional constraints45
Distribution of constraint types[{"type":"intension","count":45},{"type":"allDifferent","count":1}]
Optimization problemYES
Type of objectivemin VAR

Quality of the solution as a function of time


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

Solver Data

0.68/0.56	c version: 2018-07-02
0.68/0.56	c seed: 84125864
0.68/0.56	c timeout: 2400
0.68/0.56	c memlimit: 11000
0.68/0.56	c nbcore: 4
0.68/0.58	c Parsing instance...
1.71/1.13	c Parsing done, starting search...
1.71/1.19	o 83
1.94/1.21	o 82
1.94/1.22	o 79
1.94/1.22	o 74
1.94/1.24	o 70
2.58/1.41	o 69
2.88/1.51	o 68
3.19/1.61	o 66
3.39/1.83	o 65
3.39/1.88	o 63
3.62/2.06	o 62
3.81/2.23	o 60
4.86/3.46	o 59
8.98/7.24	o 55
2400.04/2368.00	s SATISFIABLE
2400.04/2368.00	v <instantiation>
2400.04/2368.00	v 	<list>
2400.04/2368.00	v 		x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] 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[1][2] y[1][3] y[1][4] y[1][5] y[1][6] y[1][7] y[1][8] y[1][9] y[2][3] y[2][4] y[2][5] y[2][6] y[2][7] y[2][8] y[2][9] y[3][4] y[3][5] y[3][6] y[3][7] y[3][8] y[3][9] y[4][5] y[4][6] y[4][7] y[4][8] y[4][9] y[5][6] y[5][7] y[5][8] y[5][9] y[6][7] y[6][8] y[6][9] y[7][8] y[7][9] y[8][9]
2400.04/2368.00	v 	</list>
2400.04/2368.00	v 	<values>
2400.04/2368.00	v 		0 1 6 10 23 26 34 41 53 55 1 6 10 23 26 34 41 53 55 5 9 22 25 33 40 52 54 4 17 20 28 35 47 49 13 16 24 31 43 45 3 11 18 30 32 8 15 27 29 7 19 21 12 14 2 
2400.04/2368.00	v 	</values>
2400.04/2368.00	v </instantiation>

Verifier Data

OK	55

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4290325-1532248390/watcher-4290325-1532248390 -o /tmp/evaluation-result-4290325-1532248390/solver-4290325-1532248390 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node136-1532226530-28755 --watchdog 2560 java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 84125864 --timelimit 2400 --memlimit 11000 --nbcore 4 HOME/instance-4290325-1532248390.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 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=31393, runsolver pid=31390
Current StackSize limit: 8192 KiB


[startup+0.100134 s]*
/proc/loadavg: 1.17 1.35 1.40 3/216 31408
/proc/meminfo: memFree=21771084/32770624 swapFree=67108860/67108860
[pid=31393] ppid=31390 vsize=14082740 memory=29656 CPUtime=0.12 cores=1,3,5,7
/proc/31393/stat : 31393 (java) S 31390 31393 28723 0 -1 1077944320 6879 0 0 0 11 1 0 0 20 0 15 0 42402180 14420725760 7414 33554432000 4194304 4196468 140734546544768 140734546527312 140287218908919 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 17973248 140734546547786 140734546547977 140734546547977 140734546550735 0
/proc/31393/statm: 3520685 7414 3156 1 0 3482761 0
[pid=31393/tid=31395] ppid=31390 vsize=14082740 memory=-8125511277465342077 CPUtime=0.09 cores=1,3,5,7
/proc/31393/task/31395/stat : 31395 (java) R 31390 31393 28723 0 -1 4202560 4878 0 0 0 8 1 0 0 20 0 15 0 42402180 14420725760 7414 33554432000 4194304 4196468 140734546544768 140287223104256 140287202989406 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 17973248 140734546547786 140734546547977 140734546547977 140734546550735 0
[pid=31393/tid=31396] ppid=31390 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31393/task/31396/stat : 31396 (java) S 31390 31393 28723 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 42402181 14420725760 7414 33554432000 4194304 4196468 140734546544768 140286814460944 140287218919125 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17973248 140734546547786 140734546547977 140734546547977 140734546550735 0
[pid=31393/tid=31397] ppid=31390 vsize=14082740 memory=139818640553600 CPUtime=0 cores=1,3,5,7
/proc/31393/task/31397/stat : 31397 (java) S 31390 31393 28723 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 42402181 14420725760 7414 33554432000 4194304 4196468 140734546544768 140286813408400 140287218919125 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17973248 140734546547786 140734546547977 140734546547977 140734546550735 0
[pid=31393/tid=31398] ppid=31390 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31393/task/31398/stat : 31398 (java) S 31390 31393 28723 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 42402181 14420725760 7414 33554432000 4194304 4196468 140734546544768 140286812355344 140287218919125 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17973248 140734546547786 140734546547977 140734546547977 140734546550735 0
[pid=31393/tid=31399] ppid=31390 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31393/task/31399/stat : 31399 (java) S 31390 31393 28723 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 42402181 14420725760 7414 33554432000 4194304 4196468 140734546544768 140286811302800 140287218919125 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17973248 140734546547786 140734546547977 140734546547977 140734546550735 0
[pid=31393/tid=31400] ppid=31390 vsize=14082740 memory=139818640553600 CPUtime=0 cores=1,3,5,7
/proc/31393/task/31400/stat : 31400 (java) S 31390 31393 28723 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 42402182 14420725760 7414 33554432000 4194304 4196468 140734546544768 140286132111600 140287218920066 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17973248 140734546547786 140734546547977 140734546547977 140734546550735 0
[pid=31393/tid=31401] ppid=31390 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31393/task/31401/stat : 31401 (java) S 31390 31393 28723 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 42402183 14420725760 7414 33554432000 4194304 4196468 140734546544768 140286131057824 140287218919125 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17973248 140734546547786 140734546547977 140734546547977 140734546550735 0
[pid=31393/tid=31402] ppid=31390 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31393/task/31402/stat : 31402 (java) S 31390 31393 28723 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 42402183 14420725760 7414 33554432000 4194304 4196468 140734546544768 140286130004720 140287218919125 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17973248 140734546547786 140734546547977 140734546547977 140734546550735 0
[pid=31393/tid=31403] ppid=31390 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31393/task/31403/stat : 31403 (java) S 31390 31393 28723 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 42402185 14420725760 7414 33554432000 4194304 4196468 140734546544768 140286128953296 140287218927515 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17973248 140734546547786 140734546547977 140734546547977 140734546550735 0
[pid=31393/tid=31404] ppid=31390 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31393/task/31404/stat : 31404 (java) S 31390 31393 28723 0 -1 1077944384 310 0 0 0 0 0 0 0 20 0 15 0 42402185 14420725760 7414 33554432000 4194304 4196468 140734546544768 140286127901424 140287218920066 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17973248 140734546547786 140734546547977 140734546547977 140734546550735 0
[pid=31393/tid=31405] ppid=31390 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31393/task/31405/stat : 31405 (java) S 31390 31393 28723 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 42402185 14420725760 7414 33554432000 4194304 4196468 140734546544768 140286126848880 140287218920066 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17973248 140734546547786 140734546547977 140734546547977 140734546550735 0
[pid=31393/tid=31406] ppid=31390 vsize=14082740 memory=139818640553600 CPUtime=0.01 cores=1,3,5,7
/proc/31393/task/31406/stat : 31406 (java) S 31390 31393 28723 0 -1 1077944384 311 0 0 0 1 0 0 0 20 0 15 0 42402185 14420725760 7414 33554432000 4194304 4196468 140734546544768 140286125795824 140287218920066 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17973248 140734546547786 140734546547977 140734546547977 140734546550735 0
[pid=31393/tid=31407] ppid=31390 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31393/task/31407/stat : 31407 (java) S 31390 31393 28723 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 42402185 14420725760 7414 33554432000 4194304 4196468 140734546544768 140286124743520 140287218919125 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17973248 140734546547786 140734546547977 140734546547977 140734546550735 0
[pid=31393/tid=31408] ppid=31390 vsize=14082740 memory=139818640553600 CPUtime=0 cores=1,3,5,7
/proc/31393/task/31408/stat : 31408 (java) S 31390 31393 28723 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 42402186 14420725760 7414 33554432000 4194304 4196468 140734546544768 140286123690544 140287218920066 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17973248 140734546547786 140734546547977 140734546547977 140734546550735 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 14082740 KiB
Current children cumulated memory: 29656 KiB

[startup+0.211337 s]*
/proc/loadavg: 1.17 1.35 1.40 7/216 31408
/proc/meminfo: memFree=21755208/32770624 swapFree=67108860/67108860
[pid=31393] ppid=31390 vsize=14082740 memory=45988 CPUtime=0.31 cores=1,3,5,7
/proc/31393/stat : 31393 (java) S 31390 31393 28723 0 -1 1077944320 10632 0 0 0 29 2 0 0 20 0 15 0 42402180 14420725760 11497 33554432000 4194304 4196468 140734546544768 140734546527312 140287218908919 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 17973248 140734546547786 140734546547977 140734546547977 140734546550735 0
/proc/31393/statm: 3520685 11497 3365 1 0 3482761 0
[pid=31393/tid=31395] ppid=31390 vsize=14082740 memory=7022364594140610616 CPUtime=0.19 cores=1,3,5,7
/proc/31393/task/31395/stat : 31395 (java) R 31390 31393 28723 0 -1 4202560 8213 0 0 0 18 1 0 0 20 0 15 0 42402180 14420725760 11497 33554432000 4194304 4196468 140734546544768 140287223134096 140286856995152 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 17973248 140734546547786 140734546547977 140734546547977 140734546550735 0
[pid=31393/tid=31396] ppid=31390 vsize=14082740 memory=331 CPUtime=0 cores=1,3,5,7
/proc/31393/task/31396/stat : 31396 (java) S 31390 31393 28723 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 42402181 14420725760 11497 33554432000 4194304 4196468 140734546544768 140286814460944 140287218919125 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17973248 140734546547786 140734546547977 140734546547977 140734546550735 0
[pid=31393/tid=31397] ppid=31390 vsize=14082740 memory=139818640582621 CPUtime=0 cores=1,3,5,7
/proc/31393/task/31397/stat : 31397 (java) S 31390 31393 28723 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 42402181 14420725760 11497 33554432000 4194304 4196468 140734546544768 140286813408400 140287218919125 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17973248 140734546547786 140734546547977 140734546547977 140734546550735 0
[pid=31393/tid=31398] ppid=31390 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31393/task/31398/stat : 31398 (java) S 31390 31393 28723 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 42402181 14420725760 11497 33554432000 4194304 4196468 140734546544768 140286812355344 140287218919125 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17973248 140734546547786 140734546547977 140734546547977 140734546550735 0
[pid=31393/tid=31399] ppid=31390 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31393/task/31399/stat : 31399 (java) S 31390 31393 28723 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 42402181 14420725760 11497 33554432000 4194304 4196468 140734546544768 140286811302800 140287218919125 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17973248 140734546547786 140734546547977 140734546547977 140734546550735 0
[pid=31393/tid=31400] ppid=31390 vsize=14082740 memory=139818640553600 CPUtime=0 cores=1,3,5,7
/proc/31393/task/31400/stat : 31400 (java) S 31390 31393 28723 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 42402182 14420725760 11497 33554432000 4194304 4196468 140734546544768 140286132111600 140287218920066 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17973248 140734546547786 140734546547977 140734546547977 140734546550735 0
[pid=31393/tid=31401] ppid=31390 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31393/task/31401/stat : 31401 (java) S 31390 31393 28723 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 42402183 14420725760 11497 33554432000 4194304 4196468 140734546544768 140286131057824 140287218919125 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17973248 140734546547786 140734546547977 140734546547977 140734546550735 0
[pid=31393/tid=31402] ppid=31390 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31393/task/31402/stat : 31402 (java) S 31390 31393 28723 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 42402183 14420725760 11497 33554432000 4194304 4196468 140734546544768 140286130004720 140287218919125 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17973248 140734546547786 140734546547977 140734546547977 140734546550735 0
[pid=31393/tid=31403] ppid=31390 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31393/task/31403/stat : 31403 (java) S 31390 31393 28723 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 42402185 14420725760 11497 33554432000 4194304 4196468 140734546544768 140286128953296 140287218927515 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17973248 140734546547786 140734546547977 140734546547977 140734546550735 0
[pid=31393/tid=31404] ppid=31390 vsize=14082740 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/31393/task/31404/stat : 31404 (java) R 31390 31393 28723 0 -1 1077944384 512 0 0 0 2 0 0 0 20 0 15 0 42402185 14420725760 11497 33554432000 4194304 4196468 140734546544768 140286127901424 140287218920066 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 17973248 140734546547786 140734546547977 140734546547977 140734546550735 0
[pid=31393/tid=31405] ppid=31390 vsize=14082740 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/31393/task/31405/stat : 31405 (java) R 31390 31393 28723 0 -1 4202560 119 0 0 0 1 0 0 0 20 0 15 0 42402185 14420725760 11497 33554432000 4194304 4196468 140734546544768 140286126848064 140287218930266 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 17973248 140734546547786 140734546547977 140734546547977 140734546550735 0
[pid=31393/tid=31406] ppid=31390 vsize=14082740 memory=139818640553600 CPUtime=0.06 cores=1,3,5,7
/proc/31393/task/31406/stat : 31406 (java) R 31390 31393 28723 0 -1 4202560 408 0 0 0 6 0 0 0 20 0 15 0 42402185 14420725760 11497 33554432000 4194304 4196468 140734546544768 140286125792760 140287196919759 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 17973248 140734546547786 140734546547977 140734546547977 140734546550735 0
[pid=31393/tid=31407] ppid=31390 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31393/task/31407/stat : 31407 (java) S 31390 31393 28723 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 42402185 14420725760 11497 33554432000 4194304 4196468 140734546544768 140286124743520 140287218919125 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17973248 140734546547786 140734546547977 140734546547977 140734546550735 0
[pid=31393/tid=31408] ppid=31390 vsize=14082740 memory=139818640553600 CPUtime=0 cores=1,3,5,7
/proc/31393/task/31408/stat : 31408 (java) S 31390 31393 28723 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 42402186 14420725760 11497 33554432000 4194304 4196468 140734546544768 140286123690544 140287218920066 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17973248 140734546547786 140734546547977 140734546547977 140734546550735 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 14082740 KiB
Current children cumulated memory: 45988 KiB

[startup+0.310499 s]*
/proc/loadavg: 1.17 1.35 1.40 4/216 31408
/proc/meminfo: memFree=21751984/32770624 swapFree=67108860/67108860
[pid=31393] ppid=31390 vsize=14082740 memory=49420 CPUtime=0.44 cores=1,3,5,7
/proc/31393/stat : 31393 (java) S 31390 31393 28723 0 -1 1077944320 11040 0 0 0 42 2 0 0 20 0 15 0 42402180 14420725760 12355 33554432000 4194304 4196468 140734546544768 140734546527312 140287218908919 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 17973248 140734546547786 140734546547977 140734546547977 140734546550735 0
/proc/31393/statm: 3520685 12355 3400 1 0 3482761 0
[pid=31393/tid=31395] ppid=31390 vsize=14082740 memory=7022364594140610616 CPUtime=0.29 cores=1,3,5,7
/proc/31393/task/31395/stat : 31395 (java) R 31390 31393 28723 0 -1 4202560 8548 0 0 0 28 1 0 0 20 0 15 0 42402180 14420725760 12355 33554432000 4194304 4196468 140734546544768 140287223116752 140287211150309 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 17973248 140734546547786 140734546547977 140734546547977 140734546550735 0
[pid=31393/tid=31396] ppid=31390 vsize=14082740 memory=4294977825 CPUtime=0 cores=1,3,5,7
/proc/31393/task/31396/stat : 31396 (java) S 31390 31393 28723 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 42402181 14420725760 12355 33554432000 4194304 4196468 140734546544768 140286814460944 140287218919125 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17973248 140734546547786 140734546547977 140734546547977 140734546550735 0
[pid=31393/tid=31397] ppid=31390 vsize=14082740 memory=139818640582620 CPUtime=0 cores=1,3,5,7
/proc/31393/task/31397/stat : 31397 (java) S 31390 31393 28723 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 42402181 14420725760 12406 33554432000 4194304 4196468 140734546544768 140286813408400 140287218919125 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17973248 140734546547786 140734546547977 140734546547977 140734546550735 0
[pid=31393/tid=31398] ppid=31390 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31393/task/31398/stat : 31398 (java) S 31390 31393 28723 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 42402181 14420725760 12406 33554432000 4194304 4196468 140734546544768 140286812355344 140287218919125 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17973248 140734546547786 140734546547977 140734546547977 140734546550735 0
[pid=31393/tid=31399] ppid=31390 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31393/task/31399/stat : 31399 (java) S 31390 31393 28723 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 42402181 14420725760 12406 33554432000 4194304 4196468 140734546544768 140286811302800 140287218919125 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17973248 140734546547786 140734546547977 140734546547977 140734546550735 0
[pid=31393/tid=31400] ppid=31390 vsize=14082740 memory=139818640553600 CPUtime=0 cores=1,3,5,7
/proc/31393/task/31400/stat : 31400 (java) S 31390 31393 28723 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 42402182 14420725760 12406 33554432000 4194304 4196468 140734546544768 140286132111600 140287218920066 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17973248 140734546547786 140734546547977 140734546547977 140734546550735 0
[pid=31393/tid=31401] ppid=31390 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31393/task/31401/stat : 31401 (java) S 31390 31393 28723 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 42402183 14420725760 12406 33554432000 4194304 4196468 140734546544768 140286131057824 140287218919125 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17973248 140734546547786 140734546547977 140734546547977 140734546550735 0
[pid=31393/tid=31402] ppid=31390 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31393/task/31402/stat : 31402 (java) S 31390 31393 28723 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 42402183 14420725760 12406 33554432000 4194304 4196468 140734546544768 140286130004720 140287218919125 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17973248 140734546547786 140734546547977 140734546547977 140734546550735 0
[pid=31393/tid=31403] ppid=31390 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31393/task/31403/stat : 31403 (java) S 31390 31393 28723 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 42402185 14420725760 12406 33554432000 4194304 4196468 140734546544768 140286128953296 140287218927515 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17973248 140734546547786 140734546547977 140734546547977 140734546550735 0
[pid=31393/tid=31404] ppid=31390 vsize=14082740 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/31393/task/31404/stat : 31404 (java) S 31390 31393 28723 0 -1 1077944384 544 0 0 0 2 0 0 0 20 0 15 0 42402185 14420725760 12406 33554432000 4194304 4196468 140734546544768 140286127901424 140287218920066 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17973248 140734546547786 140734546547977 140734546547977 140734546550735 0
[pid=31393/tid=31405] ppid=31390 vsize=14082740 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/31393/task/31405/stat : 31405 (java) S 31390 31393 28723 0 -1 1077944384 121 0 0 0 2 0 0 0 20 0 15 0 42402185 14420725760 12406 33554432000 4194304 4196468 140734546544768 140286126848880 140287218920066 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17973248 140734546547786 140734546547977 140734546547977 140734546550735 0
[pid=31393/tid=31406] ppid=31390 vsize=14082740 memory=139818640553600 CPUtime=0.08 cores=1,3,5,7
/proc/31393/task/31406/stat : 31406 (java) S 31390 31393 28723 0 -1 1077944384 445 0 0 0 8 0 0 0 20 0 15 0 42402185 14420725760 12406 33554432000 4194304 4196468 140734546544768 140286125795824 140287218920066 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17973248 140734546547786 140734546547977 140734546547977 140734546550735 0
[pid=31393/tid=31407] ppid=31390 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/31393/task/31407/stat : 31407 (java) S 31390 31393 28723 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 42402185 14420725760 12406 33554432000 4194304 4196468 140734546544768 140286124743520 140287218919125 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17973248 140734546547786 140734546547977 140734546547977 140734546550735 0
[pid=31393/tid=31408] ppid=31390 vsize=14082740 memory=139818640553600 CPUtime=0 cores=1,3,5,7
/proc/31393/task/31408/stat : 31408 (java) S 31390 31393 28723 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 42402186 14420725760 12406 33554432000 4194304 4196468 140734546544768 140286123690544 140287218920066 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17973248 140734546547786 140734546547977 140734546547977 140734546550735 0
Current children cumulated CPU time: 0.44 s
Current children cumulated vsize: 14082740 KiB
Current children cumulated memory: 49420 KiB

[startup+0.70077 s]
/proc/loadavg: 1.17 1.35 1.40 3/216 31408
/proc/meminfo: memFree=21727808/32770624 swapFree=67108860/67108860
[pid=31393] ppid=31390 vsize=14084808 memory=88276 CPUtime=0.99 cores=1,3,5,7
/proc/31393/stat : 31393 (java) S 31390 31393 28723 0 -1 1077944320 17942 0 0 0 95 4 0 0 20 0 15 0 42402180 14422843392 22069 33554432000 4194304 4196468 140734546544768 140734546527312 140287218908919 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 17973248 140734546547786 140734546547977 140734546547977 140734546550735 0
/proc/31393/statm: 3521202 22069 3500 1 0 3483273 0
[pid=31393/tid=31395] ppid=31390 vsize=14084808 memory=9116 CPUtime=0.67 cores=1,3,5,7
/proc/31393/task/31395/stat : 31395 (java) R 31390 31393 28723 0 -1 4202560 14993 0 0 0 64 3 0 0 20 0 15 0 42402180 14422843392 22069 33554432000 4194304 4196468 140734546544768 140287223133024 140287218930845 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 17973248 140734546547786 140734546547977 140734546547977 140734546550735 0
[pid=31393/tid=31396] ppid=31390 vsize=14084808 memory=4008 CPUtime=0 cores=1,3,5,7
/proc/31393/task/31396/stat : 31396 (java) S 31390 31393 28723 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 42402181 14422843392 22069 33554432000 4194304 4196468 140734546544768 140286814460944 140287218919125 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17973248 140734546547786 140734546547977 140734546547977 140734546550735 0
[pid=31393/tid=31397] ppid=31390 vsize=14084808 memory=1796 CPUtime=0 cores=1,3,5,7
/proc/31393/task/31397/stat : 31397 (java) S 31390 31393 28723 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 42402181 14422843392 22069 33554432000 4194304 4196468 140734546544768 140286813408400 140287218919125 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17973248 140734546547786 140734546547977 140734546547977 140734546550735 0
[pid=31393/tid=31398] ppid=31390 vsize=14084808 memory=644 CPUtime=0 cores=1,3,5,7
/proc/31393/task/31398/stat : 31398 (java) S 31390 31393 28723 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 42402181 14422843392 22069 33554432000 4194304 4196468 140734546544768 140286812355344 140287218919125 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17973248 140734546547786 140734546547977 140734546547977 140734546550735 0
[pid=31393/tid=31399] ppid=31390 vsize=14084808 memory=956 CPUtime=0 cores=1,3,5,7
/proc/31393/task/31399/stat : 31399 (java) S 31390 31393 28723 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 42402181 14422843392 22069 33554432000 4194304 4196468 140734546544768 140286811302800 140287218919125 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17973248 140734546547786 140734546547977 140734546547977 140734546550735 0
[pid=31393/tid=31400] ppid=31390 vsize=14084808 memory=1240 CPUtime=0 cores=1,3,5,7
/proc/31393/task/31400/stat : 31400 (java) S 31390 31393 28723 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 42402182 14422843392 22069 33554432000 4194304 4196468 140734546544768 140286132111600 140287218920066 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17973248 140734546547786 140734546547977 140734546547977 140734546550735 0
[pid=31393/tid=31401] ppid=31390 vsize=14084808 memory=2340 CPUtime=0 cores=1,3,5,7
/proc/31393/task/31401/stat : 31401 (java) S 31390 31393 28723 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 42402183 14422843392 22069 33554432000 4194304 4196468 140734546544768 140286131057824 140287218919125 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17973248 140734546547786 140734546547977 140734546547977 140734546550735 0
[pid=31393/tid=31402] ppid=31390 vsize=14084808 memory=1576 CPUtime=0 cores=1,3,5,7
/proc/31393/task/31402/stat : 31402 (java) S 31390 31393 28723 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 42402183 14422843392 22069 33554432000 4194304 4196468 140734546544768 140286130004720 140287218919125 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17973248 140734546547786 140734546547977 140734546547977 140734546550735 0
[pid=31393/tid=31403] ppid=31390 vsize=14084808 memory=7379241883359864663 CPUtime=0 cores=1,3,5,7
/proc/31393/task/31403/stat : 31403 (java) S 31390 31393 28723 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 42402185 14422843392 22069 33554432000 4194304 4196468 140734546544768 140286128953296 140287218927515 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17973248 140734546547786 140734546547977 140734546547977 140734546550735 0
[pid=31393/tid=31404] ppid=31390 vsize=14084808 memory=7013340940837610608 CPUtime=0.06 cores=1,3,5,7
/proc/31393/task/31404/stat : 31404 (java) S 31390 31393 28723 0 -1 1077944384 691 0 0 0 6 0 0 0 20 0 15 0 42402185 14422843392 22069 33554432000 4194304 4196468 140734546544768 140286127901424 140287218920066 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17973248 140734546547786 140734546547977 140734546547977 140734546550735 0
[pid=31393/tid=31405] ppid=31390 vsize=14084808 memory=6220993253238723945 CPUtime=0.09 cores=1,3,5,7
/proc/31393/task/31405/stat : 31405 (java) S 31390 31393 28723 0 -1 1077944384 279 0 0 0 9 0 0 0 20 0 15 0 42402185 14422843392 22069 33554432000 4194304 4196468 140734546544768 140286126848880 140287218920066 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17973248 140734546547786 140734546547977 140734546547977 140734546550735 0
[pid=31393/tid=31406] ppid=31390 vsize=14084808 memory=0 CPUtime=0.15 cores=1,3,5,7
/proc/31393/task/31406/stat : 31406 (java) S 31390 31393 28723 0 -1 1077944384 597 0 0 0 15 0 0 0 20 0 15 0 42402185 14422843392 22069 33554432000 4194304 4196468 140734546544768 140286125795824 140287218920066 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17973248 140734546547786 140734546547977 140734546547977 140734546550735 0
[pid=31393/tid=31407] ppid=31390 vsize=14084808 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31393/task/31407/stat : 31407 (java) S 31390 31393 28723 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 42402185 14422843392 22069 33554432000 4194304 4196468 140734546544768 140286124743520 140287218919125 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17973248 140734546547786 140734546547977 140734546547977 140734546550735 0
[pid=31393/tid=31408] ppid=31390 vsize=14084808 memory=800 CPUtime=0 cores=1,3,5,7
/proc/31393/task/31408/stat : 31408 (java) S 31390 31393 28723 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 42402186 14422843392 22069 33554432000 4194304 4196468 140734546544768 140286123690544 140287218920066 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17973248 140734546547786 140734546547977 140734546547977 140734546550735 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 14084808 KiB
Current children cumulated memory: 88276 KiB

[startup+1.50134 s]
/proc/loadavg: 1.17 1.35 1.40 6/216 31408
/proc/meminfo: memFree=21696976/32770624 swapFree=67108860/67108860
[pid=31393] ppid=31390 vsize=14090952 memory=135248 CPUtime=2.88 cores=1,3,5,7
/proc/31393/stat : 31393 (java) S 31390 31393 28723 0 -1 1077944320 26759 0 0 0 280 8 0 0 20 0 15 0 42402180 14429134848 33812 33554432000 4194304 4196468 140734546544768 140734546527312 140287218908919 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 17973248 140734546547786 140734546547977 140734546547977 140734546550735 0
/proc/31393/statm: 3522738 33812 3539 1 0 3484809 0
[pid=31393/tid=31395] ppid=31390 vsize=14090952 memory=125720 CPUtime=1.47 cores=1,3,5,7
/proc/31393/task/31395/stat : 31395 (java) R 31390 31393 28723 0 -1 4202560 20198 0 0 0 142 5 0 0 20 0 15 0 42402180 14429134848 33812 33554432000 4194304 4196468 140734546544768 140287223138064 140287218920854 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 17973248 140734546547786 140734546547977 140734546547977 140734546550735 0
[pid=31393/tid=31396] ppid=31390 vsize=14090952 memory=6791534058613427641 CPUtime=0 cores=1,3,5,7
/proc/31393/task/31396/stat : 31396 (java) S 31390 31393 28723 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 42402181 14429134848 33812 33554432000 4194304 4196468 140734546544768 140286814460944 140287218919125 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17973248 140734546547786 140734546547977 140734546547977 140734546550735 0
[pid=31393/tid=31397] ppid=31390 vsize=14090952 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31393/task/31397/stat : 31397 (java) S 31390 31393 28723 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 42402181 14429134848 33812 33554432000 4194304 4196468 140734546544768 140286813408400 140287218919125 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17973248 140734546547786 140734546547977 140734546547977 140734546550735 0
[pid=31393/tid=31398] ppid=31390 vsize=14090952 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31393/task/31398/stat : 31398 (java) S 31390 31393 28723 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 42402181 14429134848 33812 33554432000 4194304 4196468 140734546544768 140286812355344 140287218919125 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17973248 140734546547786 140734546547977 140734546547977 140734546550735 0
[pid=31393/tid=31399] ppid=31390 vsize=14090952 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31393/task/31399/stat : 31399 (java) S 31390 31393 28723 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 42402181 14429134848 33812 33554432000 4194304 4196468 140734546544768 140286811302800 140287218919125 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17973248 140734546547786 140734546547977 140734546547977 140734546550735 0
[pid=31393/tid=31400] ppid=31390 vsize=14090952 memory=0 CPUtime=0 cores=1,3,5,7
/proc/31393/task/31400/stat : 31400 (java) S 31390 31393 28723 0 -1 1077944384 18 0 0 0 0 0 0 0 20 0 15 0 42402182 14429134848 33812 33554432000 4194304 4196468 140734546544768 140286132111600 140287218920066 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17973248 140734546547786 140734546547977 140734546547977 140734546550735 0

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

/proc/31393/task/31395/stat : 31395 (java) R 31390 31393 28723 0 -1 4202560 72746 0 0 0 217527 65 0 0 20 0 15 0 42402180 14429134848 110386 33554432000 4194304 4196468 140734546544768 140287223147616 140286861756823 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 17973248 140734546547786 140734546547977 140734546547977 140734546550735 0
[pid=31393/tid=31396] ppid=31390 vsize=14090952 memory=441544 CPUtime=9.83 cores=1,3,5,7
/proc/31393/task/31396/stat : 31396 (java) S 31390 31393 28723 0 -1 1077944384 3719 0 0 0 862 121 0 0 20 0 15 0 42402181 14429134848 110386 33554432000 4194304 4196468 140734546544768 140286814460944 140287218919125 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17973248 140734546547786 140734546547977 140734546547977 140734546550735 0
[pid=31393/tid=31397] ppid=31390 vsize=14090952 memory=441544 CPUtime=9.83 cores=1,3,5,7
/proc/31393/task/31397/stat : 31397 (java) S 31390 31393 28723 0 -1 1077944384 3379 0 0 0 869 114 0 0 20 0 15 0 42402181 14429134848 110386 33554432000 4194304 4196468 140734546544768 140286813408400 140287218919125 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17973248 140734546547786 140734546547977 140734546547977 140734546550735 0
[pid=31393/tid=31398] ppid=31390 vsize=14090952 memory=441544 CPUtime=9.82 cores=1,3,5,7
/proc/31393/task/31398/stat : 31398 (java) S 31390 31393 28723 0 -1 1077944384 4242 0 0 0 865 117 0 0 20 0 15 0 42402181 14429134848 110386 33554432000 4194304 4196468 140734546544768 140286812355344 140287218919125 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17973248 140734546547786 140734546547977 140734546547977 140734546550735 0
[pid=31393/tid=31399] ppid=31390 vsize=14090952 memory=0 CPUtime=9.79 cores=1,3,5,7
/proc/31393/task/31399/stat : 31399 (java) S 31390 31393 28723 0 -1 1077944384 1807 0 0 0 873 106 0 0 20 0 15 0 42402181 14429134848 110386 33554432000 4194304 4196468 140734546544768 140286811302800 140287218919125 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17973248 140734546547786 140734546547977 140734546547977 140734546550735 0
[pid=31393/tid=31400] ppid=31390 vsize=14090952 memory=301741390604544260 CPUtime=13.37 cores=1,3,5,7
/proc/31393/task/31400/stat : 31400 (java) S 31390 31393 28723 0 -1 1077944384 6287 0 0 0 1244 93 0 0 20 0 15 0 42402182 14429134848 110386 33554432000 4194304 4196468 140734546544768 140286132111600 140287218920066 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17973248 140734546547786 140734546547977 140734546547977 140734546550735 0
[pid=31393/tid=31401] ppid=31390 vsize=14090952 memory=441540 CPUtime=0 cores=1,3,5,7
/proc/31393/task/31401/stat : 31401 (java) S 31390 31393 28723 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 15 0 42402183 14429134848 110386 33554432000 4194304 4196468 140734546544768 140286131057888 140287218919125 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17973248 140734546547786 140734546547977 140734546547977 140734546550735 0
[pid=31393/tid=31402] ppid=31390 vsize=14090952 memory=441540 CPUtime=0 cores=1,3,5,7
/proc/31393/task/31402/stat : 31402 (java) S 31390 31393 28723 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 15 0 42402183 14429134848 110386 33554432000 4194304 4196468 140734546544768 140286130004720 140287218919125 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17973248 140734546547786 140734546547977 140734546547977 140734546550735 0
[pid=31393/tid=31403] ppid=31390 vsize=14090952 memory=956 CPUtime=0 cores=1,3,5,7
/proc/31393/task/31403/stat : 31403 (java) S 31390 31393 28723 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 42402185 14429134848 110386 33554432000 4194304 4196468 140734546544768 140286128953296 140287218927515 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17973248 140734546547786 140734546547977 140734546547977 140734546550735 0
[pid=31393/tid=31404] ppid=31390 vsize=14090952 memory=1240 CPUtime=0.84 cores=1,3,5,7
/proc/31393/task/31404/stat : 31404 (java) S 31390 31393 28723 0 -1 1077944384 5568 0 0 0 83 1 0 0 20 0 15 0 42402185 14429134848 110386 33554432000 4194304 4196468 140734546544768 140286127901424 140287218920066 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17973248 140734546547786 140734546547977 140734546547977 140734546550735 0
[pid=31393/tid=31405] ppid=31390 vsize=14090952 memory=441540 CPUtime=0.86 cores=1,3,5,7
/proc/31393/task/31405/stat : 31405 (java) S 31390 31393 28723 0 -1 1077944384 3627 0 0 0 85 1 0 0 20 0 15 0 42402185 14429134848 110386 33554432000 4194304 4196468 140734546544768 140286126848880 140287218920066 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17973248 140734546547786 140734546547977 140734546547977 140734546550735 0
[pid=31393/tid=31406] ppid=31390 vsize=14090952 memory=4140 CPUtime=0.51 cores=1,3,5,7
/proc/31393/task/31406/stat : 31406 (java) S 31390 31393 28723 0 -1 1077944384 4215 0 0 0 51 0 0 0 20 0 15 0 42402185 14429134848 110386 33554432000 4194304 4196468 140734546544768 140286125795824 140287218920066 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17973248 140734546547786 140734546547977 140734546547977 140734546550735 0
[pid=31393/tid=31407] ppid=31390 vsize=14090952 memory=441544 CPUtime=0 cores=1,3,5,7
/proc/31393/task/31407/stat : 31407 (java) S 31390 31393 28723 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 42402185 14429134848 110386 33554432000 4194304 4196468 140734546544768 140286124743520 140287218919125 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17973248 140734546547786 140734546547977 140734546547977 140734546550735 0
[pid=31393/tid=31408] ppid=31390 vsize=14090952 memory=441544 CPUtime=1.42 cores=1,3,5,7
/proc/31393/task/31408/stat : 31408 (java) S 31390 31393 28723 0 -1 1077944384 1295 0 0 0 65 77 0 0 20 0 15 0 42402186 14429134848 110386 33554432000 4194304 4196468 140734546544768 140286123690544 140287218920066 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 45 0 0 6293624 6294260 17973248 140734546547786 140734546547977 140734546547977 140734546550735 0
Current children cumulated CPU time: 2232.29 s
Current children cumulated vsize: 14090952 KiB
Current children cumulated memory: 441544 KiB

[startup+2262.31 s]
/proc/loadavg: 1.30 1.37 1.41 3/216 31580
/proc/meminfo: memFree=19619544/32770624 swapFree=67108860/67108860
[pid=31393] ppid=31390 vsize=14090952 memory=441544 CPUtime=2293.05 cores=1,3,5,7
/proc/31393/stat : 31393 (java) S 31390 31393 28723 0 -1 1077944320 109554 0 0 0 228804 501 0 0 20 0 15 0 42402180 14429134848 110386 33554432000 4194304 4196468 140734546544768 140734546527312 140287218908919 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 17973248 140734546547786 140734546547977 140734546547977 140734546550735 0
/proc/31393/statm: 3522738 110386 3579 1 0 3484809 0
[pid=31393/tid=31395] ppid=31390 vsize=14090952 memory=441544 CPUtime=2235.19 cores=1,3,5,7
/proc/31393/task/31395/stat : 31395 (java) R 31390 31393 28723 0 -1 4202560 73623 0 0 0 223453 66 0 0 20 0 15 0 42402180 14429134848 110386 33554432000 4194304 4196468 140734546544768 140287223147360 140286861256671 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 17973248 140734546547786 140734546547977 140734546547977 140734546550735 0
[pid=31393/tid=31396] ppid=31390 vsize=14090952 memory=441544 CPUtime=10.1 cores=1,3,5,7
/proc/31393/task/31396/stat : 31396 (java) S 31390 31393 28723 0 -1 1077944384 3721 0 0 0 886 124 0 0 20 0 15 0 42402181 14429134848 110386 33554432000 4194304 4196468 140734546544768 140286814460944 140287218919125 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17973248 140734546547786 140734546547977 140734546547977 140734546550735 0
[pid=31393/tid=31397] ppid=31390 vsize=14090952 memory=441544 CPUtime=10.09 cores=1,3,5,7
/proc/31393/task/31397/stat : 31397 (java) S 31390 31393 28723 0 -1 1077944384 3489 0 0 0 893 116 0 0 20 0 15 0 42402181 14429134848 110386 33554432000 4194304 4196468 140734546544768 140286813408400 140287218919125 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17973248 140734546547786 140734546547977 140734546547977 140734546550735 0
[pid=31393/tid=31398] ppid=31390 vsize=14090952 memory=441544 CPUtime=10.1 cores=1,3,5,7
/proc/31393/task/31398/stat : 31398 (java) S 31390 31393 28723 0 -1 1077944384 4279 0 0 0 889 121 0 0 20 0 15 0 42402181 14429134848 110386 33554432000 4194304 4196468 140734546544768 140286812355344 140287218919125 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17973248 140734546547786 140734546547977 140734546547977 140734546550735 0
[pid=31393/tid=31399] ppid=31390 vsize=14090952 memory=441544 CPUtime=10.07 cores=1,3,5,7
/proc/31393/task/31399/stat : 31399 (java) S 31390 31393 28723 0 -1 1077944384 1827 0 0 0 897 110 0 0 20 0 15 0 42402181 14429134848 110386 33554432000 4194304 4196468 140734546544768 140286811302800 140287218919125 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17973248 140734546547786 140734546547977 140734546547977 140734546550735 0
[pid=31393/tid=31400] ppid=31390 vsize=14090952 memory=441544 CPUtime=13.73 cores=1,3,5,7
/proc/31393/task/31400/stat : 31400 (java) S 31390 31393 28723 0 -1 1077944384 6462 0 0 0 1278 95 0 0 20 0 15 0 42402182 14429134848 110386 33554432000 4194304 4196468 140734546544768 140286132111600 140287218920066 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17973248 140734546547786 140734546547977 140734546547977 140734546550735 0
[pid=31393/tid=31401] ppid=31390 vsize=14090952 memory=441544 CPUtime=0 cores=1,3,5,7
/proc/31393/task/31401/stat : 31401 (java) S 31390 31393 28723 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 15 0 42402183 14429134848 110386 33554432000 4194304 4196468 140734546544768 140286131057888 140287218919125 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17973248 140734546547786 140734546547977 140734546547977 140734546550735 0
[pid=31393/tid=31402] ppid=31390 vsize=14090952 memory=6791534058613427641 CPUtime=0 cores=1,3,5,7
/proc/31393/task/31402/stat : 31402 (java) S 31390 31393 28723 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 15 0 42402183 14429134848 110386 33554432000 4194304 4196468 140734546544768 140286130004720 140287218919125 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17973248 140734546547786 140734546547977 140734546547977 140734546550735 0
[pid=31393/tid=31403] ppid=31390 vsize=14090952 memory=441544 CPUtime=0 cores=1,3,5,7
/proc/31393/task/31403/stat : 31403 (java) S 31390 31393 28723 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 42402185 14429134848 110386 33554432000 4194304 4196468 140734546544768 140286128953296 140287218927515 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17973248 140734546547786 140734546547977 140734546547977 140734546550735 0
[pid=31393/tid=31404] ppid=31390 vsize=14090952 memory=1200 CPUtime=0.84 cores=1,3,5,7
/proc/31393/task/31404/stat : 31404 (java) S 31390 31393 28723 0 -1 1077944384 5570 0 0 0 83 1 0 0 20 0 15 0 42402185 14429134848 110386 33554432000 4194304 4196468 140734546544768 140286127901424 140287218920066 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17973248 140734546547786 140734546547977 140734546547977 140734546550735 0
[pid=31393/tid=31405] ppid=31390 vsize=14090952 memory=441544 CPUtime=0.86 cores=1,3,5,7
/proc/31393/task/31405/stat : 31405 (java) S 31390 31393 28723 0 -1 1077944384 3629 0 0 0 85 1 0 0 20 0 15 0 42402185 14429134848 110386 33554432000 4194304 4196468 140734546544768 140286126848880 140287218920066 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17973248 140734546547786 140734546547977 140734546547977 140734546550735 0
[pid=31393/tid=31406] ppid=31390 vsize=14090952 memory=6944656592455359580 CPUtime=0.51 cores=1,3,5,7
/proc/31393/task/31406/stat : 31406 (java) S 31390 31393 28723 0 -1 1077944384 4217 0 0 0 51 0 0 0 20 0 15 0 42402185 14429134848 110386 33554432000 4194304 4196468 140734546544768 140286125795824 140287218920066 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17973248 140734546547786 140734546547977 140734546547977 140734546550735 0
[pid=31393/tid=31407] ppid=31390 vsize=14090952 memory=441544 CPUtime=0 cores=1,3,5,7
/proc/31393/task/31407/stat : 31407 (java) S 31390 31393 28723 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 42402185 14429134848 110386 33554432000 4194304 4196468 140734546544768 140286124743520 140287218919125 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17973248 140734546547786 140734546547977 140734546547977 140734546550735 0
[pid=31393/tid=31408] ppid=31390 vsize=14090952 memory=1008 CPUtime=1.46 cores=1,3,5,7
/proc/31393/task/31408/stat : 31408 (java) S 31390 31393 28723 0 -1 1077944384 1312 0 0 0 66 80 0 0 20 0 15 0 42402186 14429134848 110386 33554432000 4194304 4196468 140734546544768 140286123690544 140287218920066 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 45 0 0 6293624 6294260 17973248 140734546547786 140734546547977 140734546547977 140734546550735 0
Current children cumulated CPU time: 2293.05 s
Current children cumulated vsize: 14090952 KiB
Current children cumulated memory: 441544 KiB

[startup+2322.31 s]
/proc/loadavg: 1.35 1.38 1.41 3/215 31581
/proc/meminfo: memFree=19645308/32770624 swapFree=67108860/67108860
[pid=31393] ppid=31390 vsize=14090952 memory=441544 CPUtime=2353.78 cores=1,3,5,7
/proc/31393/stat : 31393 (java) S 31390 31393 28723 0 -1 1077944320 110850 0 0 0 234864 514 0 0 20 0 15 0 42402180 14429134848 110386 33554432000 4194304 4196468 140734546544768 140734546527312 140287218908919 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 17973248 140734546547786 140734546547977 140734546547977 140734546550735 0
/proc/31393/statm: 3522738 110386 3579 1 0 3484809 0
[pid=31393/tid=31395] ppid=31390 vsize=14090952 memory=441544 CPUtime=2294.51 cores=1,3,5,7
/proc/31393/task/31395/stat : 31395 (java) R 31390 31393 28723 0 -1 4202560 74557 0 0 0 229383 68 0 0 20 0 15 0 42402180 14429134848 110386 33554432000 4194304 4196468 140734546544768 140287223147616 140286861714312 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 17973248 140734546547786 140734546547977 140734546547977 140734546550735 0
[pid=31393/tid=31396] ppid=31390 vsize=14090952 memory=441544 CPUtime=10.36 cores=1,3,5,7
/proc/31393/task/31396/stat : 31396 (java) S 31390 31393 28723 0 -1 1077944384 3756 0 0 0 910 126 0 0 20 0 15 0 42402181 14429134848 110386 33554432000 4194304 4196468 140734546544768 140286814460944 140287218919125 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17973248 140734546547786 140734546547977 140734546547977 140734546550735 0
[pid=31393/tid=31397] ppid=31390 vsize=14090952 memory=441544 CPUtime=10.35 cores=1,3,5,7
/proc/31393/task/31397/stat : 31397 (java) S 31390 31393 28723 0 -1 1077944384 3597 0 0 0 916 119 0 0 20 0 15 0 42402181 14429134848 110386 33554432000 4194304 4196468 140734546544768 140286813408400 140287218919125 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17973248 140734546547786 140734546547977 140734546547977 140734546550735 0
[pid=31393/tid=31398] ppid=31390 vsize=14090952 memory=441544 CPUtime=10.36 cores=1,3,5,7
/proc/31393/task/31398/stat : 31398 (java) S 31390 31393 28723 0 -1 1077944384 4281 0 0 0 910 126 0 0 20 0 15 0 42402181 14429134848 110386 33554432000 4194304 4196468 140734546544768 140286812355344 140287218919125 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17973248 140734546547786 140734546547977 140734546547977 140734546550735 0
[pid=31393/tid=31399] ppid=31390 vsize=14090952 memory=441544 CPUtime=10.32 cores=1,3,5,7
/proc/31393/task/31399/stat : 31399 (java) S 31390 31393 28723 0 -1 1077944384 1850 0 0 0 920 112 0 0 20 0 15 0 42402181 14429134848 110386 33554432000 4194304 4196468 140734546544768 140286811302800 140287218919125 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17973248 140734546547786 140734546547977 140734546547977 140734546550735 0
[pid=31393/tid=31400] ppid=31390 vsize=14090952 memory=441544 CPUtime=14.09 cores=1,3,5,7
/proc/31393/task/31400/stat : 31400 (java) S 31390 31393 28723 0 -1 1077944384 6635 0 0 0 1312 97 0 0 20 0 15 0 42402182 14429134848 110386 33554432000 4194304 4196468 140734546544768 140286132111600 140287218920066 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17973248 140734546547786 140734546547977 140734546547977 140734546550735 0
[pid=31393/tid=31401] ppid=31390 vsize=14090952 memory=441544 CPUtime=0 cores=1,3,5,7
/proc/31393/task/31401/stat : 31401 (java) S 31390 31393 28723 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 15 0 42402183 14429134848 110386 33554432000 4194304 4196468 140734546544768 140286131057888 140287218919125 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17973248 140734546547786 140734546547977 140734546547977 140734546550735 0
[pid=31393/tid=31402] ppid=31390 vsize=14090952 memory=441544 CPUtime=0 cores=1,3,5,7
/proc/31393/task/31402/stat : 31402 (java) S 31390 31393 28723 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 15 0 42402183 14429134848 110386 33554432000 4194304 4196468 140734546544768 140286130004720 140287218919125 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17973248 140734546547786 140734546547977 140734546547977 140734546550735 0
[pid=31393/tid=31403] ppid=31390 vsize=14090952 memory=441544 CPUtime=0 cores=1,3,5,7
/proc/31393/task/31403/stat : 31403 (java) S 31390 31393 28723 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 42402185 14429134848 110386 33554432000 4194304 4196468 140734546544768 140286128953296 140287218927515 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17973248 140734546547786 140734546547977 140734546547977 140734546550735 0
[pid=31393/tid=31404] ppid=31390 vsize=14090952 memory=441544 CPUtime=0.85 cores=1,3,5,7
/proc/31393/task/31404/stat : 31404 (java) S 31390 31393 28723 0 -1 1077944384 5572 0 0 0 84 1 0 0 20 0 15 0 42402185 14429134848 110386 33554432000 4194304 4196468 140734546544768 140286127901424 140287218920066 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17973248 140734546547786 140734546547977 140734546547977 140734546550735 0
[pid=31393/tid=31405] ppid=31390 vsize=14090952 memory=441544 CPUtime=0.86 cores=1,3,5,7
/proc/31393/task/31405/stat : 31405 (java) S 31390 31393 28723 0 -1 1077944384 3631 0 0 0 85 1 0 0 20 0 15 0 42402185 14429134848 110386 33554432000 4194304 4196468 140734546544768 140286126848880 140287218920066 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17973248 140734546547786 140734546547977 140734546547977 140734546550735 0
[pid=31393/tid=31406] ppid=31390 vsize=14090952 memory=4616 CPUtime=0.51 cores=1,3,5,7
/proc/31393/task/31406/stat : 31406 (java) S 31390 31393 28723 0 -1 1077944384 4219 0 0 0 51 0 0 0 20 0 15 0 42402185 14429134848 110386 33554432000 4194304 4196468 140734546544768 140286125795824 140287218920066 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17973248 140734546547786 140734546547977 140734546547977 140734546550735 0
[pid=31393/tid=31407] ppid=31390 vsize=14090952 memory=441544 CPUtime=0 cores=1,3,5,7
/proc/31393/task/31407/stat : 31407 (java) S 31390 31393 28723 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 42402185 14429134848 110386 33554432000 4194304 4196468 140734546544768 140286124743520 140287218919125 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17973248 140734546547786 140734546547977 140734546547977 140734546550735 0
[pid=31393/tid=31408] ppid=31390 vsize=14090952 memory=441544 CPUtime=1.5 cores=1,3,5,7
/proc/31393/task/31408/stat : 31408 (java) S 31390 31393 28723 0 -1 1077944384 1327 0 0 0 67 83 0 0 20 0 15 0 42402186 14429134848 110386 33554432000 4194304 4196468 140734546544768 140286123690544 140287218920066 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 45 0 0 6293624 6294260 17973248 140734546547786 140734546547977 140734546547977 140734546550735 0
Current children cumulated CPU time: 2353.78 s
Current children cumulated vsize: 14090952 KiB
Current children cumulated memory: 441544 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2368 s]
/proc/loadavg: 1.31 1.37 1.40 3/216 31583
/proc/meminfo: memFree=19672560/32770624 swapFree=67108860/67108860
[pid=31393] ppid=31390 vsize=14090952 memory=441544 CPUtime=2400.04 cores=1,3,5,7
/proc/31393/stat : 31393 (java) S 31390 31393 28723 0 -1 1077944320 111439 0 0 0 239481 523 0 0 20 0 15 0 42402180 14429134848 110386 33554432000 4194304 4196468 140734546544768 140734546527312 140287218908919 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 17973248 140734546547786 140734546547977 140734546547977 140734546550735 0
/proc/31393/statm: 3522738 110386 3579 1 0 3484809 0
[pid=31393/tid=31395] ppid=31390 vsize=14090952 memory=7528 CPUtime=2339.62 cores=1,3,5,7
/proc/31393/task/31395/stat : 31395 (java) R 31390 31393 28723 0 -1 4202560 75137 0 0 0 233893 69 0 0 20 0 15 0 42402180 14429134848 110386 33554432000 4194304 4196468 140734546544768 140287223147552 140286861507565 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 17973248 140734546547786 140734546547977 140734546547977 140734546550735 0
[pid=31393/tid=31396] ppid=31390 vsize=14090952 memory=840 CPUtime=10.57 cores=1,3,5,7
/proc/31393/task/31396/stat : 31396 (java) S 31390 31393 28723 0 -1 1077944384 3756 0 0 0 928 129 0 0 20 0 15 0 42402181 14429134848 110386 33554432000 4194304 4196468 140734546544768 140286814460944 140287218919125 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17973248 140734546547786 140734546547977 140734546547977 140734546550735 0
[pid=31393/tid=31397] ppid=31390 vsize=14090952 memory=6791534058613427641 CPUtime=10.56 cores=1,3,5,7
/proc/31393/task/31397/stat : 31397 (java) S 31390 31393 28723 0 -1 1077944384 3597 0 0 0 936 120 0 0 20 0 15 0 42402181 14429134848 110386 33554432000 4194304 4196468 140734546544768 140286813408400 140287218919125 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17973248 140734546547786 140734546547977 140734546547977 140734546550735 0
[pid=31393/tid=31398] ppid=31390 vsize=14090952 memory=4008 CPUtime=10.56 cores=1,3,5,7
/proc/31393/task/31398/stat : 31398 (java) S 31390 31393 28723 0 -1 1077944384 4281 0 0 0 929 127 0 0 20 0 15 0 42402181 14429134848 110386 33554432000 4194304 4196468 140734546544768 140286812355344 140287218919125 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17973248 140734546547786 140734546547977 140734546547977 140734546550735 0
[pid=31393/tid=31399] ppid=31390 vsize=14090952 memory=1796 CPUtime=10.52 cores=1,3,5,7
/proc/31393/task/31399/stat : 31399 (java) S 31390 31393 28723 0 -1 1077944384 1850 0 0 0 938 114 0 0 20 0 15 0 42402181 14429134848 110386 33554432000 4194304 4196468 140734546544768 140286811302800 140287218919125 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17973248 140734546547786 140734546547977 140734546547977 140734546550735 0
[pid=31393/tid=31400] ppid=31390 vsize=14090952 memory=644 CPUtime=14.37 cores=1,3,5,7
/proc/31393/task/31400/stat : 31400 (java) S 31390 31393 28723 0 -1 1077944384 6640 0 0 0 1338 99 0 0 20 0 15 0 42402182 14429134848 110386 33554432000 4194304 4196468 140734546544768 140286132111600 140287218920066 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17973248 140734546547786 140734546547977 140734546547977 140734546550735 0
[pid=31393/tid=31401] ppid=31390 vsize=14090952 memory=956 CPUtime=0 cores=1,3,5,7
/proc/31393/task/31401/stat : 31401 (java) S 31390 31393 28723 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 15 0 42402183 14429134848 110386 33554432000 4194304 4196468 140734546544768 140286131057888 140287218919125 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17973248 140734546547786 140734546547977 140734546547977 140734546550735 0
[pid=31393/tid=31402] ppid=31390 vsize=14090952 memory=1240 CPUtime=0 cores=1,3,5,7
/proc/31393/task/31402/stat : 31402 (java) S 31390 31393 28723 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 15 0 42402183 14429134848 110386 33554432000 4194304 4196468 140734546544768 140286130004720 140287218919125 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17973248 140734546547786 140734546547977 140734546547977 140734546550735 0
[pid=31393/tid=31403] ppid=31390 vsize=14090952 memory=2340 CPUtime=0 cores=1,3,5,7
/proc/31393/task/31403/stat : 31403 (java) S 31390 31393 28723 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 42402185 14429134848 110386 33554432000 4194304 4196468 140734546544768 140286128953296 140287218927515 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17973248 140734546547786 140734546547977 140734546547977 140734546550735 0
[pid=31393/tid=31404] ppid=31390 vsize=14090952 memory=1576 CPUtime=0.85 cores=1,3,5,7
/proc/31393/task/31404/stat : 31404 (java) S 31390 31393 28723 0 -1 1077944384 5573 0 0 0 84 1 0 0 20 0 15 0 42402185 14429134848 110386 33554432000 4194304 4196468 140734546544768 140286127901424 140287218920066 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17973248 140734546547786 140734546547977 140734546547977 140734546550735 0
[pid=31393/tid=31405] ppid=31390 vsize=14090952 memory=441544 CPUtime=0.86 cores=1,3,5,7
/proc/31393/task/31405/stat : 31405 (java) S 31390 31393 28723 0 -1 1077944384 3631 0 0 0 85 1 0 0 20 0 15 0 42402185 14429134848 110386 33554432000 4194304 4196468 140734546544768 140286126848880 140287218920066 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17973248 140734546547786 140734546547977 140734546547977 140734546550735 0
[pid=31393/tid=31406] ppid=31390 vsize=14090952 memory=4140 CPUtime=0.51 cores=1,3,5,7
/proc/31393/task/31406/stat : 31406 (java) S 31390 31393 28723 0 -1 1077944384 4220 0 0 0 51 0 0 0 20 0 15 0 42402185 14429134848 110386 33554432000 4194304 4196468 140734546544768 140286125795824 140287218920066 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17973248 140734546547786 140734546547977 140734546547977 140734546550735 0
[pid=31393/tid=31407] ppid=31390 vsize=14090952 memory=1948 CPUtime=0 cores=1,3,5,7
/proc/31393/task/31407/stat : 31407 (java) S 31390 31393 28723 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 42402185 14429134848 110386 33554432000 4194304 4196468 140734546544768 140286124743520 140287218919125 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17973248 140734546547786 140734546547977 140734546547977 140734546550735 0
[pid=31393/tid=31408] ppid=31390 vsize=14090952 memory=1200 CPUtime=1.53 cores=1,3,5,7
/proc/31393/task/31408/stat : 31408 (java) S 31390 31393 28723 0 -1 1077944384 1329 0 0 0 69 84 0 0 20 0 15 0 42402186 14429134848 110386 33554432000 4194304 4196468 140734546544768 140286123690544 140287218920066 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 45 0 0 6293624 6294260 17973248 140734546547786 140734546547977 140734546547977 140734546550735 0
Current children cumulated CPU time: 2400.04 s
Current children cumulated vsize: 14090952 KiB
Current children cumulated memory: 441544 KiB

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

[startup+2368.02 s]
# the end of solver process 31393 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2394.83 s, system=5.24078 s

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

Child status: 143
Real time (s): 2368.02
CPU time (s): 2400.07
CPU user time (s): 2394.83
CPU system time (s): 5.24078
CPU usage (%): 101.353
Max. virtual memory (cumulated for all children) (KiB): 14090952
Max. memory (cumulated for all children) (KiB): 441544

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2394.83
system time used= 5.24078
maximum resident set size= 442112
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 111827
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2624
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 449143
involuntary context switches= 6151


# summary of solver processes directly reported to runsolver:
#   pid: 31393
#   total CPU time (s): 2400.07
#   total CPU user time (s): 2394.83
#   total CPU system time (s): 5.24078

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.2531 second user time and 20.9561 second system time

The end

Launcher Data

Begin job on node136 at 2018-07-22 10:33:10
IDJOB=4290325
IDBENCH=141371
IDSOLVER=2743
FILE ID=node136/4290325-1532248390
RUNJOBID= node136-1532226530-28755
PBS_JOBID= 21018949
Free space on /tmp= 57076 MiB

SOLVER NAME= OscaR - Conflict Ordering with restarts 2018-07-02
BENCH NAME= XCSP18/GolombRuler/GolombRuler-a3v18-10_c18.xml
COMMAND LINE= java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 11000 --nbcore NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4290325-1532248390/watcher-4290325-1532248390 -o /tmp/evaluation-result-4290325-1532248390/solver-4290325-1532248390 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node136-1532226530-28755 --watchdog 2560  java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 84125864 --timelimit 2400 --memlimit 11000 --nbcore 4 HOME/instance-4290325-1532248390.xml

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

MD5SUM BENCH= fd7701f01011f2453d3fac3f444f25b8
RANDOM SEED=84125864

node136.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.50
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.50
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.50
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.50
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        21787812 kB
MemAvailable:   31753656 kB
Buffers:          237140 kB
Cached:          9934684 kB
SwapCached:            0 kB
Active:          1363136 kB
Inactive:        9047664 kB
Active(anon):     241932 kB
Inactive(anon):    16916 kB
Active(file):    1121204 kB
Inactive(file):  9030748 kB
Unevictable:        7336 kB
Mlocked:            7336 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             35760 kB
Writeback:             0 kB
AnonPages:        317768 kB
Mapped:            48904 kB
Shmem:             17036 kB
Slab:             269248 kB
SReclaimable:     242352 kB
SUnreclaim:        26896 kB
KernelStack:        3824 kB
PageTables:         5916 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1184964 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    190464 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      112000 kB
DirectMap2M:    33433600 kB

Free space on /tmp at the end= 57040 MiB
End job on node136 at 2018-07-22 11:12:38