Trace number 4299350

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
Solver of Xavier Schul & Yvhan Smal 2018-04-28SAT (TO)72 2520.04 2512.51

General information on the benchmark

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

Quality of the solution as a function of time


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

Solver Data

0.12/0.13	c version: 2018-04-11
0.12/0.13	c seed: 1811631
0.12/0.13	c timeout: -1
0.12/0.13	c memlimit: -1
0.12/0.13	c nbcore: -1
0.57/0.38	o 96
0.57/0.41	o 93
0.89/0.43	o 91
0.89/0.43	o 90
0.89/0.49	o 89
1.18/0.54	o 88
1.72/0.72	o 85
1.72/0.74	o 84
1.72/0.78	o 83
2.02/0.94	o 82
2.02/0.97	o 78
6.20/4.98	o 77
6.90/5.61	o 76
17.63/16.35	o 74
24.05/22.72	o 72
2520.02/2512.50	s SATISFIABLE
2520.02/2512.50	v <instantiation>
2520.02/2512.50	v 	<list>
2520.02/2512.50	v 		x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] y[0][1] y[0][2] y[0][3] y[0][4] y[0][5] y[0][6] y[0][7] y[0][8] y[0][9] y[0][10] y[1][2] y[1][3] y[1][4] y[1][5] y[1][6] y[1][7] y[1][8] y[1][9] y[1][10] y[2][3] y[2][4] y[2][5] y[2][6] y[2][7] y[2][8] y[2][9] y[2][10] y[3][4] y[3][5] y[3][6] y[3][7] y[3][8] y[3][9] y[3][10] y[4][5] y[4][6] y[4][7] y[4][8] y[4][9] y[4][10] y[5][6] y[5][7] y[5][8] y[5][9] y[5][10] y[6][7] y[6][8] y[6][9] y[6][10] y[7][8] y[7][9] y[7][10] y[8][9] y[8][10] y[9][10] 
2520.02/2512.50	v 	</list>
2520.02/2512.50	v 	<values>
2520.02/2512.50	v 		0 1 4 13 28 33 47 54 64 70 72 1 4 13 28 33 47 54 64 70 72 3 12 27 32 46 53 63 69 71 9 24 29 43 50 60 66 68 15 20 34 41 51 57 59 5 19 26 36 42 44 14 21 31 37 39 7 17 23 25 10 16 18 6 8 2 
2520.02/2512.50	v 	</values>
2520.02/2512.50	v </instantiation>

Verifier Data

OK	72

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4299350-1532792021/watcher-4299350-1532792021 -o /tmp/evaluation-result-4299350-1532792021/solver-4299350-1532792021 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node104-1532774598-23261 --watchdog 2580 java -jar minicp-1.0.jar HOME/instance-4299350-1532792021.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2550 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=26449, runsolver pid=26446

[startup+0.100144 s]*
/proc/loadavg: 2.25 1.73 1.85 3/215 26464
/proc/meminfo: memFree=23328156/32770624 swapFree=67108532/67108860
[pid=26449] ppid=26446 vsize=10661052 memory=27684 CPUtime=0.12 cores=1,3,5,7
/proc/26449/stat : 26449 (java) S 26446 26449 23229 0 -1 1077944320 5273 0 0 0 11 1 0 0 20 0 15 0 96765262 10916917248 6921 33554432000 4194304 4196468 140733963600240 140733963582784 140480334249719 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 7311360 140733963609261 140733963609353 140733963609353 140733963612111 0
/proc/26449/statm: 2665263 6921 2865 1 0 2627263 0
[pid=26449/tid=26451] ppid=26446 vsize=10661052 memory=-8269626465541328253 CPUtime=0.08 cores=1,3,5,7
/proc/26449/task/26451/stat : 26451 (java) R 26446 26449 23229 0 -1 4202560 3133 0 0 0 8 0 0 0 20 0 15 0 96765262 10916917248 6921 33554432000 4194304 4196468 140733963600240 140480338472304 140479941447748 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 7311360 140733963609261 140733963609353 140733963609353 140733963612111 0
[pid=26449/tid=26452] ppid=26446 vsize=10661052 memory=-7522837583129502606 CPUtime=0 cores=1,3,5,7
/proc/26449/task/26452/stat : 26452 (java) S 26446 26449 23229 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96765263 10916917248 6921 33554432000 4194304 4196468 140733963600240 140479941307408 140480334259925 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7311360 140733963609261 140733963609353 140733963609353 140733963612111 0
[pid=26449/tid=26453] ppid=26446 vsize=10661052 memory=140493673064064 CPUtime=0 cores=1,3,5,7
/proc/26449/task/26453/stat : 26453 (java) S 26446 26449 23229 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96765263 10916917248 6921 33554432000 4194304 4196468 140733963600240 140479940254864 140480334259925 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7311360 140733963609261 140733963609353 140733963609353 140733963612111 0
[pid=26449/tid=26454] ppid=26446 vsize=10661052 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26449/task/26454/stat : 26454 (java) S 26446 26449 23229 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96765263 10916917248 6921 33554432000 4194304 4196468 140733963600240 140479939201808 140480334259925 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7311360 140733963609261 140733963609353 140733963609353 140733963612111 0
[pid=26449/tid=26455] ppid=26446 vsize=10661052 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/26449/task/26455/stat : 26455 (java) S 26446 26449 23229 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96765263 10916917248 6921 33554432000 4194304 4196468 140733963600240 140479938149264 140480334259925 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7311360 140733963609261 140733963609353 140733963609353 140733963612111 0
[pid=26449/tid=26456] ppid=26446 vsize=10661052 memory=140493673064064 CPUtime=0 cores=1,3,5,7
/proc/26449/task/26456/stat : 26456 (java) S 26446 26449 23229 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96765264 10916917248 6921 33554432000 4194304 4196468 140733963600240 140479369627888 140480334260866 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7311360 140733963609261 140733963609353 140733963609353 140733963612111 0
[pid=26449/tid=26457] ppid=26446 vsize=10661052 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/26449/task/26457/stat : 26457 (java) S 26446 26449 23229 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96765265 10916917248 6921 33554432000 4194304 4196468 140733963600240 140479368574112 140480334259925 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7311360 140733963609261 140733963609353 140733963609353 140733963612111 0
[pid=26449/tid=26458] ppid=26446 vsize=10661052 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26449/task/26458/stat : 26458 (java) S 26446 26449 23229 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96765265 10916917248 6921 33554432000 4194304 4196468 140733963600240 140479367521008 140480334259925 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7311360 140733963609261 140733963609353 140733963609353 140733963612111 0
[pid=26449/tid=26459] ppid=26446 vsize=10661052 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26449/task/26459/stat : 26459 (java) S 26446 26449 23229 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96765267 10916917248 6921 33554432000 4194304 4196468 140733963600240 140479366469584 140480334268315 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7311360 140733963609261 140733963609353 140733963609353 140733963612111 0
[pid=26449/tid=26460] ppid=26446 vsize=10661052 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26449/task/26460/stat : 26460 (java) S 26446 26449 23229 0 -1 1077944384 301 0 0 0 0 0 0 0 20 0 15 0 96765267 10916917248 6921 33554432000 4194304 4196468 140733963600240 140479365417712 140480334260866 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7311360 140733963609261 140733963609353 140733963609353 140733963612111 0
[pid=26449/tid=26461] ppid=26446 vsize=10661052 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/26449/task/26461/stat : 26461 (java) S 26446 26449 23229 0 -1 1077944384 134 0 0 0 0 0 0 0 20 0 15 0 96765267 10916917248 6921 33554432000 4194304 4196468 140733963600240 140479364365168 140480334260866 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7311360 140733963609261 140733963609353 140733963609353 140733963612111 0
[pid=26449/tid=26462] ppid=26446 vsize=10661052 memory=140493673064064 CPUtime=0.02 cores=1,3,5,7
/proc/26449/task/26462/stat : 26462 (java) R 26446 26449 23229 0 -1 4202560 338 0 0 0 2 0 0 0 20 0 15 0 96765267 10916917248 6921 33554432000 4194304 4196468 140733963600240 140479363312112 140480318330206 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 7311360 140733963609261 140733963609353 140733963609353 140733963612111 0
[pid=26449/tid=26463] ppid=26446 vsize=10661052 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/26449/task/26463/stat : 26463 (java) S 26446 26449 23229 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96765267 10916917248 6921 33554432000 4194304 4196468 140733963600240 140479362259808 140480334259925 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7311360 140733963609261 140733963609353 140733963609353 140733963612111 0
[pid=26449/tid=26464] ppid=26446 vsize=10661052 memory=140493673064064 CPUtime=0 cores=1,3,5,7
/proc/26449/task/26464/stat : 26464 (java) S 26446 26449 23229 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96765268 10916917248 6921 33554432000 4194304 4196468 140733963600240 140479361206832 140480334260866 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7311360 140733963609261 140733963609353 140733963609353 140733963612111 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 10661052 KiB
Current children cumulated memory: 27684 KiB

[startup+0.210656 s]*
/proc/loadavg: 2.25 1.73 1.85 5/215 26464
/proc/meminfo: memFree=23315504/32770624 swapFree=67108532/67108860
[pid=26449] ppid=26446 vsize=10661128 memory=40832 CPUtime=0.34 cores=1,3,5,7
/proc/26449/stat : 26449 (java) S 26446 26449 23229 0 -1 1077944320 8224 0 0 0 31 3 0 0 20 0 15 0 96765262 10916995072 10208 33554432000 4194304 4196468 140733963600240 140733963582784 140480334249719 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 7311360 140733963609261 140733963609353 140733963609353 140733963612111 0
/proc/26449/statm: 2665282 10208 3006 1 0 2627263 0
[pid=26449/tid=26451] ppid=26446 vsize=10661128 memory=7022364594140610616 CPUtime=0.2 cores=1,3,5,7
/proc/26449/task/26451/stat : 26451 (java) R 26446 26449 23229 0 -1 4202560 5221 0 0 0 19 1 0 0 20 0 15 0 96765262 10916995072 10208 33554432000 4194304 4196468 140733963600240 140480338482032 140480334271645 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 7311360 140733963609261 140733963609353 140733963609353 140733963612111 0
[pid=26449/tid=26452] ppid=26446 vsize=10661128 memory=364 CPUtime=0 cores=1,3,5,7
/proc/26449/task/26452/stat : 26452 (java) S 26446 26449 23229 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96765263 10916995072 10208 33554432000 4194304 4196468 140733963600240 140479941307408 140480334259925 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7311360 140733963609261 140733963609353 140733963609353 140733963612111 0
[pid=26449/tid=26453] ppid=26446 vsize=10661128 memory=140493673602248 CPUtime=0 cores=1,3,5,7
/proc/26449/task/26453/stat : 26453 (java) S 26446 26449 23229 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96765263 10916995072 10208 33554432000 4194304 4196468 140733963600240 140479940254864 140480334259925 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7311360 140733963609261 140733963609353 140733963609353 140733963612111 0
[pid=26449/tid=26454] ppid=26446 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26449/task/26454/stat : 26454 (java) S 26446 26449 23229 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96765263 10916995072 10208 33554432000 4194304 4196468 140733963600240 140479939201808 140480334259925 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7311360 140733963609261 140733963609353 140733963609353 140733963612111 0
[pid=26449/tid=26455] ppid=26446 vsize=10661128 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/26449/task/26455/stat : 26455 (java) S 26446 26449 23229 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96765263 10916995072 10208 33554432000 4194304 4196468 140733963600240 140479938149264 140480334259925 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7311360 140733963609261 140733963609353 140733963609353 140733963612111 0
[pid=26449/tid=26456] ppid=26446 vsize=10661128 memory=140493673064064 CPUtime=0 cores=1,3,5,7
/proc/26449/task/26456/stat : 26456 (java) S 26446 26449 23229 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96765264 10916995072 10208 33554432000 4194304 4196468 140733963600240 140479369627888 140480334260866 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7311360 140733963609261 140733963609353 140733963609353 140733963612111 0
[pid=26449/tid=26457] ppid=26446 vsize=10661128 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/26449/task/26457/stat : 26457 (java) S 26446 26449 23229 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96765265 10916995072 10208 33554432000 4194304 4196468 140733963600240 140479368574112 140480334259925 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7311360 140733963609261 140733963609353 140733963609353 140733963612111 0
[pid=26449/tid=26458] ppid=26446 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26449/task/26458/stat : 26458 (java) S 26446 26449 23229 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96765265 10916995072 10208 33554432000 4194304 4196468 140733963600240 140479367521008 140480334259925 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7311360 140733963609261 140733963609353 140733963609353 140733963612111 0
[pid=26449/tid=26459] ppid=26446 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26449/task/26459/stat : 26459 (java) S 26446 26449 23229 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96765267 10916995072 10208 33554432000 4194304 4196468 140733963600240 140479366469584 140480334268315 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7311360 140733963609261 140733963609353 140733963609353 140733963612111 0
[pid=26449/tid=26460] ppid=26446 vsize=10661128 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/26449/task/26460/stat : 26460 (java) S 26446 26449 23229 0 -1 1077944384 543 0 0 0 2 0 0 0 20 0 15 0 96765267 10916995072 10208 33554432000 4194304 4196468 140733963600240 140479365417712 140480334260866 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7311360 140733963609261 140733963609353 140733963609353 140733963612111 0
[pid=26449/tid=26461] ppid=26446 vsize=10661128 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/26449/task/26461/stat : 26461 (java) S 26446 26449 23229 0 -1 1077944384 205 0 0 0 1 0 0 0 20 0 15 0 96765267 10916995072 10208 33554432000 4194304 4196468 140733963600240 140479364365168 140480334260866 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7311360 140733963609261 140733963609353 140733963609353 140733963612111 0
[pid=26449/tid=26462] ppid=26446 vsize=10661128 memory=140493673064064 CPUtime=0.08 cores=1,3,5,7
/proc/26449/task/26462/stat : 26462 (java) S 26446 26449 23229 0 -1 1077944384 891 0 0 0 8 0 0 0 20 0 15 0 96765267 10916995072 10208 33554432000 4194304 4196468 140733963600240 140479363312112 140480334260866 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7311360 140733963609261 140733963609353 140733963609353 140733963612111 0
[pid=26449/tid=26463] ppid=26446 vsize=10661128 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/26449/task/26463/stat : 26463 (java) S 26446 26449 23229 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96765267 10916995072 10208 33554432000 4194304 4196468 140733963600240 140479362259808 140480334259925 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7311360 140733963609261 140733963609353 140733963609353 140733963612111 0
[pid=26449/tid=26464] ppid=26446 vsize=10661128 memory=140493673064064 CPUtime=0 cores=1,3,5,7
/proc/26449/task/26464/stat : 26464 (java) S 26446 26449 23229 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96765268 10916995072 10208 33554432000 4194304 4196468 140733963600240 140479361206832 140480334260866 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7311360 140733963609261 140733963609353 140733963609353 140733963612111 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 40832 KiB

[startup+0.311149 s]*
/proc/loadavg: 2.25 1.73 1.85 5/215 26464
/proc/meminfo: memFree=23308928/32770624 swapFree=67108532/67108860
[pid=26449] ppid=26446 vsize=10661128 memory=47452 CPUtime=0.57 cores=1,3,5,7
/proc/26449/stat : 26449 (java) S 26446 26449 23229 0 -1 1077944320 8873 0 0 0 54 3 0 0 20 0 15 0 96765262 10916995072 11863 33554432000 4194304 4196468 140733963600240 140733963582784 140480334249719 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 7311360 140733963609261 140733963609353 140733963609353 140733963612111 0
/proc/26449/statm: 2665282 11863 3058 1 0 2627263 0
[pid=26449/tid=26451] ppid=26446 vsize=10661128 memory=7311146985107750967 CPUtime=0.3 cores=1,3,5,7
/proc/26449/task/26451/stat : 26451 (java) R 26446 26449 23229 0 -1 4202560 5528 0 0 0 28 2 0 0 20 0 15 0 96765262 10916995072 11863 33554432000 4194304 4196468 140733963600240 140480338485824 140480334261654 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 7311360 140733963609261 140733963609353 140733963609353 140733963612111 0
[pid=26449/tid=26452] ppid=26446 vsize=10661128 memory=304556149079015447 CPUtime=0 cores=1,3,5,7
/proc/26449/task/26452/stat : 26452 (java) S 26446 26449 23229 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96765263 10916995072 11863 33554432000 4194304 4196468 140733963600240 140479941307408 140480334259925 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7311360 140733963609261 140733963609353 140733963609353 140733963612111 0
[pid=26449/tid=26453] ppid=26446 vsize=10661128 memory=140493673598884 CPUtime=0 cores=1,3,5,7
/proc/26449/task/26453/stat : 26453 (java) S 26446 26449 23229 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96765263 10916995072 11863 33554432000 4194304 4196468 140733963600240 140479940254864 140480334259925 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7311360 140733963609261 140733963609353 140733963609353 140733963612111 0
[pid=26449/tid=26454] ppid=26446 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26449/task/26454/stat : 26454 (java) S 26446 26449 23229 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96765263 10916995072 11863 33554432000 4194304 4196468 140733963600240 140479939201808 140480334259925 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7311360 140733963609261 140733963609353 140733963609353 140733963612111 0
[pid=26449/tid=26455] ppid=26446 vsize=10661128 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/26449/task/26455/stat : 26455 (java) S 26446 26449 23229 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96765263 10916995072 11863 33554432000 4194304 4196468 140733963600240 140479938149264 140480334259925 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7311360 140733963609261 140733963609353 140733963609353 140733963612111 0
[pid=26449/tid=26456] ppid=26446 vsize=10661128 memory=140493673064064 CPUtime=0 cores=1,3,5,7
/proc/26449/task/26456/stat : 26456 (java) S 26446 26449 23229 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 96765264 10916995072 11863 33554432000 4194304 4196468 140733963600240 140479369627888 140480334260866 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7311360 140733963609261 140733963609353 140733963609353 140733963612111 0
[pid=26449/tid=26457] ppid=26446 vsize=10661128 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/26449/task/26457/stat : 26457 (java) S 26446 26449 23229 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96765265 10916995072 11863 33554432000 4194304 4196468 140733963600240 140479368574112 140480334259925 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7311360 140733963609261 140733963609353 140733963609353 140733963612111 0
[pid=26449/tid=26458] ppid=26446 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26449/task/26458/stat : 26458 (java) S 26446 26449 23229 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96765265 10916995072 11863 33554432000 4194304 4196468 140733963600240 140479367521008 140480334259925 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7311360 140733963609261 140733963609353 140733963609353 140733963612111 0
[pid=26449/tid=26459] ppid=26446 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26449/task/26459/stat : 26459 (java) S 26446 26449 23229 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96765267 10916995072 11863 33554432000 4194304 4196468 140733963600240 140479366469584 140480334268315 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7311360 140733963609261 140733963609353 140733963609353 140733963612111 0
[pid=26449/tid=26460] ppid=26446 vsize=10661128 memory=0 CPUtime=0.06 cores=1,3,5,7
/proc/26449/task/26460/stat : 26460 (java) R 26446 26449 23229 0 -1 4202560 674 0 0 0 6 0 0 0 20 0 15 0 96765267 10916995072 11863 33554432000 4194304 4196468 140733963600240 140479365417712 140480319174006 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 7311360 140733963609261 140733963609353 140733963609353 140733963612111 0
[pid=26449/tid=26461] ppid=26446 vsize=10661128 memory=-1 CPUtime=0.04 cores=1,3,5,7
/proc/26449/task/26461/stat : 26461 (java) R 26446 26449 23229 0 -1 1077944384 268 0 0 0 4 0 0 0 20 0 15 0 96765267 10916995072 11863 33554432000 4194304 4196468 140733963600240 140479364365168 140480334260866 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 7311360 140733963609261 140733963609353 140733963609353 140733963612111 0
[pid=26449/tid=26462] ppid=26446 vsize=10661128 memory=140493673064064 CPUtime=0.15 cores=1,3,5,7
/proc/26449/task/26462/stat : 26462 (java) R 26446 26449 23229 0 -1 4202560 1031 0 0 0 15 0 0 0 20 0 15 0 96765267 10916995072 11863 33554432000 4194304 4196468 140733963600240 140479363312112 140480313521509 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 7311360 140733963609261 140733963609353 140733963609353 140733963612111 0
[pid=26449/tid=26463] ppid=26446 vsize=10661128 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/26449/task/26463/stat : 26463 (java) S 26446 26449 23229 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96765267 10916995072 11863 33554432000 4194304 4196468 140733963600240 140479362259808 140480334259925 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7311360 140733963609261 140733963609353 140733963609353 140733963612111 0
[pid=26449/tid=26464] ppid=26446 vsize=10661128 memory=140493673064064 CPUtime=0 cores=1,3,5,7
/proc/26449/task/26464/stat : 26464 (java) R 26446 26449 23229 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96765268 10916995072 11863 33554432000 4194304 4196468 140733963600240 140479361206832 140480334260866 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 7311360 140733963609261 140733963609353 140733963609353 140733963612111 0
Current children cumulated CPU time: 0.57 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 47452 KiB

[startup+0.700783 s]
/proc/loadavg: 2.25 1.73 1.85 3/215 26464
/proc/meminfo: memFree=23289952/32770624 swapFree=67108532/67108860
[pid=26449] ppid=26446 vsize=10661128 memory=80892 CPUtime=1.72 cores=1,3,5,7
/proc/26449/stat : 26449 (java) S 26446 26449 23229 0 -1 1077944320 14325 0 0 0 168 4 0 0 20 0 15 0 96765262 10916995072 20223 33554432000 4194304 4196468 140733963600240 140733963582784 140480334249719 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 7311360 140733963609261 140733963609353 140733963609353 140733963612111 0
/proc/26449/statm: 2665282 20223 3082 1 0 2627263 0
[pid=26449/tid=26451] ppid=26446 vsize=10661128 memory=16236 CPUtime=0.68 cores=1,3,5,7
/proc/26449/task/26451/stat : 26451 (java) R 26446 26449 23229 0 -1 4202560 5632 0 0 0 66 2 0 0 20 0 15 0 96765262 10916995072 20223 33554432000 4194304 4196468 140733963600240 140480338488760 140479944347376 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 7311360 140733963609261 140733963609353 140733963609353 140733963612111 0
[pid=26449/tid=26452] ppid=26446 vsize=10661128 memory=4048 CPUtime=0 cores=1,3,5,7
/proc/26449/task/26452/stat : 26452 (java) S 26446 26449 23229 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96765263 10916995072 20223 33554432000 4194304 4196468 140733963600240 140479941307408 140480334259925 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7311360 140733963609261 140733963609353 140733963609353 140733963612111 0
[pid=26449/tid=26453] ppid=26446 vsize=10661128 memory=640 CPUtime=0 cores=1,3,5,7
/proc/26449/task/26453/stat : 26453 (java) S 26446 26449 23229 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96765263 10916995072 20223 33554432000 4194304 4196468 140733963600240 140479940254864 140480334259925 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7311360 140733963609261 140733963609353 140733963609353 140733963612111 0
[pid=26449/tid=26454] ppid=26446 vsize=10661128 memory=1788 CPUtime=0 cores=1,3,5,7
/proc/26449/task/26454/stat : 26454 (java) S 26446 26449 23229 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96765263 10916995072 20223 33554432000 4194304 4196468 140733963600240 140479939201808 140480334259925 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7311360 140733963609261 140733963609353 140733963609353 140733963612111 0
[pid=26449/tid=26455] ppid=26446 vsize=10661128 memory=960 CPUtime=0 cores=1,3,5,7
/proc/26449/task/26455/stat : 26455 (java) S 26446 26449 23229 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96765263 10916995072 20223 33554432000 4194304 4196468 140733963600240 140479938149264 140480334259925 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7311360 140733963609261 140733963609353 140733963609353 140733963612111 0
[pid=26449/tid=26456] ppid=26446 vsize=10661128 memory=1232 CPUtime=0 cores=1,3,5,7
/proc/26449/task/26456/stat : 26456 (java) S 26446 26449 23229 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 96765264 10916995072 20223 33554432000 4194304 4196468 140733963600240 140479369627888 140480334260866 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7311360 140733963609261 140733963609353 140733963609353 140733963612111 0
[pid=26449/tid=26457] ppid=26446 vsize=10661128 memory=2332 CPUtime=0 cores=1,3,5,7
/proc/26449/task/26457/stat : 26457 (java) S 26446 26449 23229 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 96765265 10916995072 20223 33554432000 4194304 4196468 140733963600240 140479368574112 140480334259925 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7311360 140733963609261 140733963609353 140733963609353 140733963612111 0
[pid=26449/tid=26458] ppid=26446 vsize=10661128 memory=928 CPUtime=0 cores=1,3,5,7
/proc/26449/task/26458/stat : 26458 (java) S 26446 26449 23229 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 96765265 10916995072 20223 33554432000 4194304 4196468 140733963600240 140479367521008 140480334259925 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7311360 140733963609261 140733963609353 140733963609353 140733963612111 0
[pid=26449/tid=26459] ppid=26446 vsize=10661128 memory=6153431502485415274 CPUtime=0 cores=1,3,5,7
/proc/26449/task/26459/stat : 26459 (java) S 26446 26449 23229 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96765267 10916995072 20223 33554432000 4194304 4196468 140733963600240 140479366469584 140480334268315 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7311360 140733963609261 140733963609353 140733963609353 140733963612111 0
[pid=26449/tid=26460] ppid=26446 vsize=10661128 memory=6081108994580113768 CPUtime=0.41 cores=1,3,5,7
/proc/26449/task/26460/stat : 26460 (java) R 26446 26449 23229 0 -1 4202560 3285 0 0 0 41 0 0 0 20 0 15 0 96765267 10916995072 20223 33554432000 4194304 4196468 140733963600240 140479365403592 140480315793836 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 7311360 140733963609261 140733963609353 140733963609353 140733963612111 0
[pid=26449/tid=26461] ppid=26446 vsize=10661128 memory=6154282490091891024 CPUtime=0.38 cores=1,3,5,7
/proc/26449/task/26461/stat : 26461 (java) R 26446 26449 23229 0 -1 4202560 2435 0 0 0 38 0 0 0 20 0 15 0 96765267 10916995072 20223 33554432000 4194304 4196468 140733963600240 140479364349672 140480315769771 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 7311360 140733963609261 140733963609353 140733963609353 140733963612111 0
[pid=26449/tid=26462] ppid=26446 vsize=10661128 memory=0 CPUtime=0.22 cores=1,3,5,7
/proc/26449/task/26462/stat : 26462 (java) S 26446 26449 23229 0 -1 1077944384 1599 0 0 0 22 0 0 0 20 0 15 0 96765267 10916995072 20223 33554432000 4194304 4196468 140733963600240 140479363312112 140480334260866 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7311360 140733963609261 140733963609353 140733963609353 140733963612111 0
[pid=26449/tid=26463] ppid=26446 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26449/task/26463/stat : 26463 (java) S 26446 26449 23229 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96765267 10916995072 20223 33554432000 4194304 4196468 140733963600240 140479362259808 140480334259925 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7311360 140733963609261 140733963609353 140733963609353 140733963612111 0
[pid=26449/tid=26464] ppid=26446 vsize=10661128 memory=1200 CPUtime=0 cores=1,3,5,7
/proc/26449/task/26464/stat : 26464 (java) S 26446 26449 23229 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96765268 10916995072 20223 33554432000 4194304 4196468 140733963600240 140479361206832 140480334260866 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7311360 140733963609261 140733963609353 140733963609353 140733963612111 0
Current children cumulated CPU time: 1.72 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 80892 KiB

[startup+1.50077 s]
/proc/loadavg: 2.23 1.73 1.85 3/215 26464
/proc/meminfo: memFree=23258028/32770624 swapFree=67108532/67108860
[pid=26449] ppid=26446 vsize=10661128 memory=133292 CPUtime=2.73 cores=1,3,5,7
/proc/26449/stat : 26449 (java) S 26446 26449 23229 0 -1 1077944320 16345 0 0 0 268 5 0 0 20 0 15 0 96765262 10916995072 33323 33554432000 4194304 4196468 140733963600240 140733963582784 140480334249719 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 7311360 140733963609261 140733963609353 140733963609353 140733963612111 0
/proc/26449/statm: 2665282 33323 3098 1 0 2627263 0
[pid=26449/tid=26451] ppid=26446 vsize=10661128 memory=118956 CPUtime=1.47 cores=1,3,5,7
/proc/26449/task/26451/stat : 26451 (java) R 26446 26449 23229 0 -1 4202560 5694 0 0 0 145 2 0 0 20 0 15 0 96765262 10916995072 33323 33554432000 4194304 4196468 140733963600240 140480338486336 140479944554801 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 7311360 140733963609261 140733963609353 140733963609353 140733963612111 0
[pid=26449/tid=26452] ppid=26446 vsize=10661128 memory=6791534058613427641 CPUtime=0 cores=1,3,5,7
/proc/26449/task/26452/stat : 26452 (java) S 26446 26449 23229 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96765263 10916995072 33323 33554432000 4194304 4196468 140733963600240 140479941307408 140480334259925 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7311360 140733963609261 140733963609353 140733963609353 140733963612111 0
[pid=26449/tid=26453] ppid=26446 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26449/task/26453/stat : 26453 (java) S 26446 26449 23229 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96765263 10916995072 33323 33554432000 4194304 4196468 140733963600240 140479940254864 140480334259925 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7311360 140733963609261 140733963609353 140733963609353 140733963612111 0
[pid=26449/tid=26454] ppid=26446 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26449/task/26454/stat : 26454 (java) S 26446 26449 23229 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 96765263 10916995072 33323 33554432000 4194304 4196468 140733963600240 140479939201808 140480334259925 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7311360 140733963609261 140733963609353 140733963609353 140733963612111 0
[pid=26449/tid=26455] ppid=26446 vsize=10661128 memory=6943526294502006880 CPUtime=0 cores=1,3,5,7
/proc/26449/task/26455/stat : 26455 (java) S 26446 26449 23229 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 96765263 10916995072 33323 33554432000 4194304 4196468 140733963600240 140479938149264 140480334259925 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7311360 140733963609261 140733963609353 140733963609353 140733963612111 0
[pid=26449/tid=26456] ppid=26446 vsize=10661128 memory=0 CPUtime=0 cores=1,3,5,7
/proc/26449/task/26456/stat : 26456 (java) S 26446 26449 23229 0 -1 1077944384 17 0 0 0 0 0 0 0 20 0 15 0 96765264 10916995072 33323 33554432000 4194304 4196468 140733963600240 140479369627888 140480334260866 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7311360 140733963609261 140733963609353 140733963609353 140733963612111 0

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

/proc/26449/task/26451/stat : 26451 (java) R 26446 26449 23229 0 -1 4202560 13168 0 0 0 243781 8 0 0 20 0 15 0 96765262 10916995072 68036 33554432000 4194304 4196468 140733963600240 140480338489168 140479944347854 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 7311360 140733963609261 140733963609353 140733963609353 140733963612111 0
[pid=26449/tid=26452] ppid=26446 vsize=10661128 memory=272144 CPUtime=1.94 cores=1,3,5,7
/proc/26449/task/26452/stat : 26452 (java) S 26446 26449 23229 0 -1 1077944384 2381 0 0 0 176 18 0 0 20 0 15 0 96765263 10916995072 68036 33554432000 4194304 4196468 140733963600240 140479941307408 140480334259925 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7311360 140733963609261 140733963609353 140733963609353 140733963612111 0
[pid=26449/tid=26453] ppid=26446 vsize=10661128 memory=272144 CPUtime=1.96 cores=1,3,5,7
/proc/26449/task/26453/stat : 26453 (java) S 26446 26449 23229 0 -1 1077944384 2287 0 0 0 179 17 0 0 20 0 15 0 96765263 10916995072 68036 33554432000 4194304 4196468 140733963600240 140479940254864 140480334259925 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7311360 140733963609261 140733963609353 140733963609353 140733963612111 0
[pid=26449/tid=26454] ppid=26446 vsize=10661128 memory=272144 CPUtime=1.98 cores=1,3,5,7
/proc/26449/task/26454/stat : 26454 (java) S 26446 26449 23229 0 -1 1077944384 3599 0 0 0 180 18 0 0 20 0 15 0 96765263 10916995072 68036 33554432000 4194304 4196468 140733963600240 140479939201808 140480334259925 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7311360 140733963609261 140733963609353 140733963609353 140733963612111 0
[pid=26449/tid=26455] ppid=26446 vsize=10661128 memory=272144 CPUtime=1.95 cores=1,3,5,7
/proc/26449/task/26455/stat : 26455 (java) S 26446 26449 23229 0 -1 1077944384 2647 0 0 0 178 17 0 0 20 0 15 0 96765263 10916995072 68036 33554432000 4194304 4196468 140733963600240 140479938149264 140480334259925 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7311360 140733963609261 140733963609353 140733963609353 140733963612111 0
[pid=26449/tid=26456] ppid=26446 vsize=10661128 memory=0 CPUtime=1.99 cores=1,3,5,7
/proc/26449/task/26456/stat : 26456 (java) S 26446 26449 23229 0 -1 1077944384 4484 0 0 0 184 15 0 0 20 0 15 0 96765264 10916995072 68036 33554432000 4194304 4196468 140733963600240 140479369627888 140480334260866 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7311360 140733963609261 140733963609353 140733963609353 140733963612111 0
[pid=26449/tid=26457] ppid=26446 vsize=10661128 memory=272144 CPUtime=0 cores=1,3,5,7
/proc/26449/task/26457/stat : 26457 (java) S 26446 26449 23229 0 -1 1077944384 80 0 0 0 0 0 0 0 20 0 15 0 96765265 10916995072 68036 33554432000 4194304 4196468 140733963600240 140479368574112 140480334259925 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7311360 140733963609261 140733963609353 140733963609353 140733963612111 0
[pid=26449/tid=26458] ppid=26446 vsize=10661128 memory=272144 CPUtime=0 cores=1,3,5,7
/proc/26449/task/26458/stat : 26458 (java) S 26446 26449 23229 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 15 0 96765265 10916995072 68036 33554432000 4194304 4196468 140733963600240 140479367521008 140480334259925 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7311360 140733963609261 140733963609353 140733963609353 140733963612111 0
[pid=26449/tid=26459] ppid=26446 vsize=10661128 memory=272144 CPUtime=0 cores=1,3,5,7
/proc/26449/task/26459/stat : 26459 (java) S 26446 26449 23229 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96765267 10916995072 68036 33554432000 4194304 4196468 140733963600240 140479366469584 140480334268315 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7311360 140733963609261 140733963609353 140733963609353 140733963612111 0
[pid=26449/tid=26460] ppid=26446 vsize=10661128 memory=272144 CPUtime=0.54 cores=1,3,5,7
/proc/26449/task/26460/stat : 26460 (java) S 26446 26449 23229 0 -1 1077944384 4324 0 0 0 53 1 0 0 20 0 15 0 96765267 10916995072 68036 33554432000 4194304 4196468 140733963600240 140479365417712 140480334260866 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7311360 140733963609261 140733963609353 140733963609353 140733963612111 0
[pid=26449/tid=26461] ppid=26446 vsize=10661128 memory=3868 CPUtime=0.52 cores=1,3,5,7
/proc/26449/task/26461/stat : 26461 (java) S 26446 26449 23229 0 -1 1077944384 3720 0 0 0 52 0 0 0 20 0 15 0 96765267 10916995072 68036 33554432000 4194304 4196468 140733963600240 140479364365168 140480334260866 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7311360 140733963609261 140733963609353 140733963609353 140733963612111 0
[pid=26449/tid=26462] ppid=26446 vsize=10661128 memory=272144 CPUtime=0.26 cores=1,3,5,7
/proc/26449/task/26462/stat : 26462 (java) S 26446 26449 23229 0 -1 1077944384 1785 0 0 0 26 0 0 0 20 0 15 0 96765267 10916995072 68036 33554432000 4194304 4196468 140733963600240 140479363312112 140480334260866 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7311360 140733963609261 140733963609353 140733963609353 140733963612111 0
[pid=26449/tid=26463] ppid=26446 vsize=10661128 memory=272144 CPUtime=0 cores=1,3,5,7
/proc/26449/task/26463/stat : 26463 (java) S 26446 26449 23229 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96765267 10916995072 68036 33554432000 4194304 4196468 140733963600240 140479362259808 140480334259925 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7311360 140733963609261 140733963609353 140733963609353 140733963612111 0
[pid=26449/tid=26464] ppid=26446 vsize=10661128 memory=272144 CPUtime=0.51 cores=1,3,5,7
/proc/26449/task/26464/stat : 26464 (java) S 26446 26449 23229 0 -1 1077944384 771 0 0 0 19 32 0 0 20 0 15 0 96765268 10916995072 68036 33554432000 4194304 4196468 140733963600240 140479361206832 140480334260866 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7311360 140733963609261 140733963609353 140733963609353 140733963612111 0
Current children cumulated CPU time: 2449.62 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 272144 KiB

[startup+2502.3 s]
/proc/loadavg: 1.34 1.40 1.45 3/215 26718
/proc/meminfo: memFree=27670880/32770624 swapFree=67108532/67108860
[pid=26449] ppid=26446 vsize=10661128 memory=274192 CPUtime=2509.79 cores=1,3,5,7
/proc/26449/stat : 26449 (java) S 26446 26449 23229 0 -1 1077944320 41432 0 0 0 250877 102 0 0 20 0 15 0 96765262 10916995072 68548 33554432000 4194304 4196468 140733963600240 140733963582784 140480334249719 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 7311360 140733963609261 140733963609353 140733963609353 140733963612111 0
/proc/26449/statm: 2665282 68548 3135 1 0 2627263 0
[pid=26449/tid=26451] ppid=26446 vsize=10661128 memory=274192 CPUtime=2497.78 cores=1,3,5,7
/proc/26449/task/26451/stat : 26451 (java) R 26446 26449 23229 0 -1 4202560 13411 0 0 0 249769 9 0 0 20 0 15 0 96765262 10916995072 68548 33554432000 4194304 4196468 140733963600240 140480338489264 140479944557125 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 7311360 140733963609261 140733963609353 140733963609353 140733963612111 0
[pid=26449/tid=26452] ppid=26446 vsize=10661128 memory=274192 CPUtime=2 cores=1,3,5,7
/proc/26449/task/26452/stat : 26452 (java) S 26446 26449 23229 0 -1 1077944384 2605 0 0 0 181 19 0 0 20 0 15 0 96765263 10916995072 68548 33554432000 4194304 4196468 140733963600240 140479941307408 140480334259925 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7311360 140733963609261 140733963609353 140733963609353 140733963612111 0
[pid=26449/tid=26453] ppid=26446 vsize=10661128 memory=274192 CPUtime=2.01 cores=1,3,5,7
/proc/26449/task/26453/stat : 26453 (java) S 26446 26449 23229 0 -1 1077944384 2328 0 0 0 184 17 0 0 20 0 15 0 96765263 10916995072 68548 33554432000 4194304 4196468 140733963600240 140479940254864 140480334259925 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7311360 140733963609261 140733963609353 140733963609353 140733963612111 0
[pid=26449/tid=26454] ppid=26446 vsize=10661128 memory=3868 CPUtime=2.04 cores=1,3,5,7
/proc/26449/task/26454/stat : 26454 (java) S 26446 26449 23229 0 -1 1077944384 3629 0 0 0 185 19 0 0 20 0 15 0 96765263 10916995072 68548 33554432000 4194304 4196468 140733963600240 140479939201808 140480334259925 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7311360 140733963609261 140733963609353 140733963609353 140733963612111 0
[pid=26449/tid=26455] ppid=26446 vsize=10661128 memory=1200 CPUtime=2.01 cores=1,3,5,7
/proc/26449/task/26455/stat : 26455 (java) S 26446 26449 23229 0 -1 1077944384 2741 0 0 0 183 18 0 0 20 0 15 0 96765263 10916995072 68548 33554432000 4194304 4196468 140733963600240 140479938149264 140480334259925 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7311360 140733963609261 140733963609353 140733963609353 140733963612111 0
[pid=26449/tid=26456] ppid=26446 vsize=10661128 memory=15436 CPUtime=2.04 cores=1,3,5,7
/proc/26449/task/26456/stat : 26456 (java) S 26446 26449 23229 0 -1 1077944384 4654 0 0 0 189 15 0 0 20 0 15 0 96765264 10916995072 68548 33554432000 4194304 4196468 140733963600240 140479369627888 140480334260866 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7311360 140733963609261 140733963609353 140733963609353 140733963612111 0
[pid=26449/tid=26457] ppid=26446 vsize=10661128 memory=274192 CPUtime=0 cores=1,3,5,7
/proc/26449/task/26457/stat : 26457 (java) S 26446 26449 23229 0 -1 1077944384 80 0 0 0 0 0 0 0 20 0 15 0 96765265 10916995072 68548 33554432000 4194304 4196468 140733963600240 140479368574112 140480334259925 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7311360 140733963609261 140733963609353 140733963609353 140733963612111 0
[pid=26449/tid=26458] ppid=26446 vsize=10661128 memory=274192 CPUtime=0 cores=1,3,5,7
/proc/26449/task/26458/stat : 26458 (java) S 26446 26449 23229 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 15 0 96765265 10916995072 68548 33554432000 4194304 4196468 140733963600240 140479367521008 140480334259925 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7311360 140733963609261 140733963609353 140733963609353 140733963612111 0
[pid=26449/tid=26459] ppid=26446 vsize=10661128 memory=274192 CPUtime=0 cores=1,3,5,7
/proc/26449/task/26459/stat : 26459 (java) S 26446 26449 23229 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96765267 10916995072 68548 33554432000 4194304 4196468 140733963600240 140479366469584 140480334268315 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7311360 140733963609261 140733963609353 140733963609353 140733963612111 0
[pid=26449/tid=26460] ppid=26446 vsize=10661128 memory=3868 CPUtime=0.54 cores=1,3,5,7
/proc/26449/task/26460/stat : 26460 (java) S 26446 26449 23229 0 -1 1077944384 4326 0 0 0 53 1 0 0 20 0 15 0 96765267 10916995072 68548 33554432000 4194304 4196468 140733963600240 140479365417712 140480334260866 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7311360 140733963609261 140733963609353 140733963609353 140733963612111 0
[pid=26449/tid=26461] ppid=26446 vsize=10661128 memory=792 CPUtime=0.52 cores=1,3,5,7
/proc/26449/task/26461/stat : 26461 (java) S 26446 26449 23229 0 -1 1077944384 3722 0 0 0 52 0 0 0 20 0 15 0 96765267 10916995072 68548 33554432000 4194304 4196468 140733963600240 140479364365168 140480334260866 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7311360 140733963609261 140733963609353 140733963609353 140733963612111 0
[pid=26449/tid=26462] ppid=26446 vsize=10661128 memory=1960 CPUtime=0.26 cores=1,3,5,7
/proc/26449/task/26462/stat : 26462 (java) S 26446 26449 23229 0 -1 1077944384 1787 0 0 0 26 0 0 0 20 0 15 0 96765267 10916995072 68548 33554432000 4194304 4196468 140733963600240 140479363312112 140480334260866 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7311360 140733963609261 140733963609353 140733963609353 140733963612111 0
[pid=26449/tid=26463] ppid=26446 vsize=10661128 memory=2340 CPUtime=0 cores=1,3,5,7
/proc/26449/task/26463/stat : 26463 (java) S 26446 26449 23229 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96765267 10916995072 68548 33554432000 4194304 4196468 140733963600240 140479362259808 140480334259925 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7311360 140733963609261 140733963609353 140733963609353 140733963612111 0
[pid=26449/tid=26464] ppid=26446 vsize=10661128 memory=1832 CPUtime=0.52 cores=1,3,5,7
/proc/26449/task/26464/stat : 26464 (java) S 26446 26449 23229 0 -1 1077944384 788 0 0 0 19 33 0 0 20 0 15 0 96765268 10916995072 68548 33554432000 4194304 4196468 140733963600240 140479361206832 140480334260866 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7311360 140733963609261 140733963609353 140733963609353 140733963612111 0
Current children cumulated CPU time: 2509.79 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 274192 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2512.5 s]
/proc/loadavg: 1.21 1.37 1.44 3/215 26718
/proc/meminfo: memFree=27668972/32770624 swapFree=67108532/67108860
[pid=26449] ppid=26446 vsize=10661128 memory=276240 CPUtime=2520.02 cores=1,3,5,7
/proc/26449/stat : 26449 (java) S 26446 26449 23229 0 -1 1077944320 41456 0 0 0 251900 102 0 0 20 0 15 0 96765262 10916995072 69060 33554432000 4194304 4196468 140733963600240 140733963582784 140480334249719 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 7311360 140733963609261 140733963609353 140733963609353 140733963612111 0
/proc/26449/statm: 2665282 69060 3135 1 0 2627263 0
[pid=26449/tid=26451] ppid=26446 vsize=10661128 memory=274192 CPUtime=2507.95 cores=1,3,5,7
/proc/26449/task/26451/stat : 26451 (java) R 26446 26449 23229 0 -1 4202560 13426 0 0 0 250786 9 0 0 20 0 15 0 96765262 10916995072 69060 33554432000 4194304 4196468 140733963600240 140480338489264 140479944413964 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 7311360 140733963609261 140733963609353 140733963609353 140733963612111 0
[pid=26449/tid=26452] ppid=26446 vsize=10661128 memory=276240 CPUtime=2.01 cores=1,3,5,7
/proc/26449/task/26452/stat : 26452 (java) S 26446 26449 23229 0 -1 1077944384 2607 0 0 0 182 19 0 0 20 0 15 0 96765263 10916995072 69060 33554432000 4194304 4196468 140733963600240 140479941307408 140480334259925 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7311360 140733963609261 140733963609353 140733963609353 140733963612111 0
[pid=26449/tid=26453] ppid=26446 vsize=10661128 memory=0 CPUtime=2.02 cores=1,3,5,7
/proc/26449/task/26453/stat : 26453 (java) S 26446 26449 23229 0 -1 1077944384 2329 0 0 0 185 17 0 0 20 0 15 0 96765263 10916995072 69060 33554432000 4194304 4196468 140733963600240 140479940254864 140480334259925 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7311360 140733963609261 140733963609353 140733963609353 140733963612111 0
[pid=26449/tid=26454] ppid=26446 vsize=10661128 memory=0 CPUtime=2.05 cores=1,3,5,7
/proc/26449/task/26454/stat : 26454 (java) S 26446 26449 23229 0 -1 1077944384 3631 0 0 0 186 19 0 0 20 0 15 0 96765263 10916995072 69060 33554432000 4194304 4196468 140733963600240 140479939201808 140480334259925 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7311360 140733963609261 140733963609353 140733963609353 140733963612111 0
[pid=26449/tid=26455] ppid=26446 vsize=10661128 memory=280987096401120 CPUtime=2.01 cores=1,3,5,7
/proc/26449/task/26455/stat : 26455 (java) S 26446 26449 23229 0 -1 1077944384 2741 0 0 0 183 18 0 0 20 0 15 0 96765263 10916995072 69060 33554432000 4194304 4196468 140733963600240 140479938149264 140480334259925 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7311360 140733963609261 140733963609353 140733963609353 140733963612111 0
[pid=26449/tid=26456] ppid=26446 vsize=10661128 memory=280987096863168 CPUtime=2.04 cores=1,3,5,7
/proc/26449/task/26456/stat : 26456 (java) S 26446 26449 23229 0 -1 1077944384 4656 0 0 0 189 15 0 0 20 0 15 0 96765264 10916995072 69060 33554432000 4194304 4196468 140733963600240 140479369627888 140480334260866 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7311360 140733963609261 140733963609353 140733963609353 140733963612111 0
[pid=26449/tid=26457] ppid=26446 vsize=10661128 memory=274192 CPUtime=0 cores=1,3,5,7
/proc/26449/task/26457/stat : 26457 (java) S 26446 26449 23229 0 -1 1077944384 80 0 0 0 0 0 0 0 20 0 15 0 96765265 10916995072 69060 33554432000 4194304 4196468 140733963600240 140479368574112 140480334259925 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7311360 140733963609261 140733963609353 140733963609353 140733963612111 0
[pid=26449/tid=26458] ppid=26446 vsize=10661128 memory=276240 CPUtime=0 cores=1,3,5,7
/proc/26449/task/26458/stat : 26458 (java) S 26446 26449 23229 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 15 0 96765265 10916995072 69060 33554432000 4194304 4196468 140733963600240 140479367521008 140480334259925 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7311360 140733963609261 140733963609353 140733963609353 140733963612111 0
[pid=26449/tid=26459] ppid=26446 vsize=10661128 memory=276240 CPUtime=0 cores=1,3,5,7
/proc/26449/task/26459/stat : 26459 (java) S 26446 26449 23229 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96765267 10916995072 69060 33554432000 4194304 4196468 140733963600240 140479366469584 140480334268315 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7311360 140733963609261 140733963609353 140733963609353 140733963612111 0
[pid=26449/tid=26460] ppid=26446 vsize=10661128 memory=274192 CPUtime=0.54 cores=1,3,5,7
/proc/26449/task/26460/stat : 26460 (java) S 26446 26449 23229 0 -1 1077944384 4326 0 0 0 53 1 0 0 20 0 15 0 96765267 10916995072 69060 33554432000 4194304 4196468 140733963600240 140479365417712 140480334260866 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7311360 140733963609261 140733963609353 140733963609353 140733963612111 0
[pid=26449/tid=26461] ppid=26446 vsize=10661128 memory=4465 CPUtime=0.52 cores=1,3,5,7
/proc/26449/task/26461/stat : 26461 (java) S 26446 26449 23229 0 -1 1077944384 3722 0 0 0 52 0 0 0 20 0 15 0 96765267 10916995072 69060 33554432000 4194304 4196468 140733963600240 140479364365168 140480334260866 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7311360 140733963609261 140733963609353 140733963609353 140733963612111 0
[pid=26449/tid=26462] ppid=26446 vsize=10661128 memory=4420 CPUtime=0.26 cores=1,3,5,7
/proc/26449/task/26462/stat : 26462 (java) S 26446 26449 23229 0 -1 1077944384 1787 0 0 0 26 0 0 0 20 0 15 0 96765267 10916995072 69060 33554432000 4194304 4196468 140733963600240 140479363312112 140480334260866 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7311360 140733963609261 140733963609353 140733963609353 140733963612111 0
[pid=26449/tid=26463] ppid=26446 vsize=10661128 memory=1444 CPUtime=0 cores=1,3,5,7
/proc/26449/task/26463/stat : 26463 (java) S 26446 26449 23229 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96765267 10916995072 69060 33554432000 4194304 4196468 140733963600240 140479362259808 140480334259925 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7311360 140733963609261 140733963609353 140733963609353 140733963612111 0
[pid=26449/tid=26464] ppid=26446 vsize=10661128 memory=1200 CPUtime=0.52 cores=1,3,5,7
/proc/26449/task/26464/stat : 26464 (java) S 26446 26449 23229 0 -1 1077944384 790 0 0 0 19 33 0 0 20 0 15 0 96765268 10916995072 69060 33554432000 4194304 4196468 140733963600240 140479361206832 140480334260866 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7311360 140733963609261 140733963609353 140733963609353 140733963612111 0
Current children cumulated CPU time: 2520.02 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 276240 KiB

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

[startup+2512.51 s]
# the end of solver process 26449 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2519.01 s, system=1.02826 s

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

[startup+2512.5 s]
/proc/loadavg: 1.21 1.37 1.44 3/215 26718
/proc/meminfo: memFree=27668972/32770624 swapFree=67108532/67108860
[pid=26449] ppid=26446 vsize=10661128 memory=276240 CPUtime=2520.02 cores=1,3,5,7
/proc/26449/stat : 26449 (java) S 26446 26449 23229 0 -1 1077944320 41456 0 0 0 251900 102 0 0 20 0 15 0 96765262 10916995072 69060 33554432000 4194304 4196468 140733963600240 140733963582784 140480334249719 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 7311360 140733963609261 140733963609353 140733963609353 140733963612111 0
/proc/26449/statm: 2665282 69060 3135 1 0 2627263 0
[pid=26449/tid=26451] ppid=26446 vsize=10661128 memory=274192 CPUtime=2507.95 cores=1,3,5,7
/proc/26449/task/26451/stat : 26451 (java) R 26446 26449 23229 0 -1 4202560 13426 0 0 0 250786 9 0 0 20 0 15 0 96765262 10916995072 69060 33554432000 4194304 4196468 140733963600240 140480338489264 140479944413964 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 7311360 140733963609261 140733963609353 140733963609353 140733963612111 0
[pid=26449/tid=26452] ppid=26446 vsize=10661128 memory=276240 CPUtime=2.01 cores=1,3,5,7
/proc/26449/task/26452/stat : 26452 (java) S 26446 26449 23229 0 -1 1077944384 2607 0 0 0 182 19 0 0 20 0 15 0 96765263 10916995072 69060 33554432000 4194304 4196468 140733963600240 140479941307408 140480334259925 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7311360 140733963609261 140733963609353 140733963609353 140733963612111 0
[pid=26449/tid=26453] ppid=26446 vsize=10661128 memory=0 CPUtime=2.02 cores=1,3,5,7
/proc/26449/task/26453/stat : 26453 (java) S 26446 26449 23229 0 -1 1077944384 2329 0 0 0 185 17 0 0 20 0 15 0 96765263 10916995072 69060 33554432000 4194304 4196468 140733963600240 140479940254864 140480334259925 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7311360 140733963609261 140733963609353 140733963609353 140733963612111 0
[pid=26449/tid=26454] ppid=26446 vsize=10661128 memory=0 CPUtime=2.05 cores=1,3,5,7
/proc/26449/task/26454/stat : 26454 (java) S 26446 26449 23229 0 -1 1077944384 3631 0 0 0 186 19 0 0 20 0 15 0 96765263 10916995072 69060 33554432000 4194304 4196468 140733963600240 140479939201808 140480334259925 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7311360 140733963609261 140733963609353 140733963609353 140733963612111 0
[pid=26449/tid=26455] ppid=26446 vsize=10661128 memory=280987096401120 CPUtime=2.01 cores=1,3,5,7
/proc/26449/task/26455/stat : 26455 (java) S 26446 26449 23229 0 -1 1077944384 2741 0 0 0 183 18 0 0 20 0 15 0 96765263 10916995072 69060 33554432000 4194304 4196468 140733963600240 140479938149264 140480334259925 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7311360 140733963609261 140733963609353 140733963609353 140733963612111 0
[pid=26449/tid=26456] ppid=26446 vsize=10661128 memory=280987096863168 CPUtime=2.04 cores=1,3,5,7
/proc/26449/task/26456/stat : 26456 (java) S 26446 26449 23229 0 -1 1077944384 4656 0 0 0 189 15 0 0 20 0 15 0 96765264 10916995072 69060 33554432000 4194304 4196468 140733963600240 140479369627888 140480334260866 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7311360 140733963609261 140733963609353 140733963609353 140733963612111 0
[pid=26449/tid=26457] ppid=26446 vsize=10661128 memory=274192 CPUtime=0 cores=1,3,5,7
/proc/26449/task/26457/stat : 26457 (java) S 26446 26449 23229 0 -1 1077944384 80 0 0 0 0 0 0 0 20 0 15 0 96765265 10916995072 69060 33554432000 4194304 4196468 140733963600240 140479368574112 140480334259925 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7311360 140733963609261 140733963609353 140733963609353 140733963612111 0
[pid=26449/tid=26458] ppid=26446 vsize=10661128 memory=276240 CPUtime=0 cores=1,3,5,7
/proc/26449/task/26458/stat : 26458 (java) S 26446 26449 23229 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 15 0 96765265 10916995072 69060 33554432000 4194304 4196468 140733963600240 140479367521008 140480334259925 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7311360 140733963609261 140733963609353 140733963609353 140733963612111 0
[pid=26449/tid=26459] ppid=26446 vsize=10661128 memory=276240 CPUtime=0 cores=1,3,5,7
/proc/26449/task/26459/stat : 26459 (java) S 26446 26449 23229 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96765267 10916995072 69060 33554432000 4194304 4196468 140733963600240 140479366469584 140480334268315 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7311360 140733963609261 140733963609353 140733963609353 140733963612111 0
[pid=26449/tid=26460] ppid=26446 vsize=10661128 memory=274192 CPUtime=0.54 cores=1,3,5,7
/proc/26449/task/26460/stat : 26460 (java) S 26446 26449 23229 0 -1 1077944384 4326 0 0 0 53 1 0 0 20 0 15 0 96765267 10916995072 69060 33554432000 4194304 4196468 140733963600240 140479365417712 140480334260866 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7311360 140733963609261 140733963609353 140733963609353 140733963612111 0
[pid=26449/tid=26461] ppid=26446 vsize=10661128 memory=4465 CPUtime=0.52 cores=1,3,5,7
/proc/26449/task/26461/stat : 26461 (java) S 26446 26449 23229 0 -1 1077944384 3722 0 0 0 52 0 0 0 20 0 15 0 96765267 10916995072 69060 33554432000 4194304 4196468 140733963600240 140479364365168 140480334260866 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7311360 140733963609261 140733963609353 140733963609353 140733963612111 0
[pid=26449/tid=26462] ppid=26446 vsize=10661128 memory=4420 CPUtime=0.26 cores=1,3,5,7
/proc/26449/task/26462/stat : 26462 (java) S 26446 26449 23229 0 -1 1077944384 1787 0 0 0 26 0 0 0 20 0 15 0 96765267 10916995072 69060 33554432000 4194304 4196468 140733963600240 140479363312112 140480334260866 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7311360 140733963609261 140733963609353 140733963609353 140733963612111 0
[pid=26449/tid=26463] ppid=26446 vsize=10661128 memory=1444 CPUtime=0 cores=1,3,5,7
/proc/26449/task/26463/stat : 26463 (java) S 26446 26449 23229 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 96765267 10916995072 69060 33554432000 4194304 4196468 140733963600240 140479362259808 140480334259925 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7311360 140733963609261 140733963609353 140733963609353 140733963612111 0
[pid=26449/tid=26464] ppid=26446 vsize=10661128 memory=1200 CPUtime=0.52 cores=1,3,5,7
/proc/26449/task/26464/stat : 26464 (java) S 26446 26449 23229 0 -1 1077944384 790 0 0 0 19 33 0 0 20 0 15 0 96765268 10916995072 69060 33554432000 4194304 4196468 140733963600240 140479361206832 140480334260866 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7311360 140733963609261 140733963609353 140733963609353 140733963612111 0
Current children cumulated CPU time: 2520.02 s
Current children cumulated vsize: 10661128 KiB
Current children cumulated memory: 276240 KiB

Child status: 143
Real time (s): 2512.51
CPU time (s): 2520.04
CPU user time (s): 2519.01
CPU system time (s): 1.02826
CPU usage (%): 100.3
Max. virtual memory (cumulated for all children) (KiB): 10661128
Max. memory (cumulated for all children) (KiB): 276240

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2519.01
system time used= 1.02826
maximum resident set size= 276588
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 41705
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= 111722
involuntary context switches= 2032


# summary of solver processes directly reported to runsolver:
#   pid: 26449
#   total CPU time (s): 2520.04
#   total CPU user time (s): 2519.01
#   total CPU system time (s): 1.02826

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.6763 second user time and 21.3506 second system time

The end

Launcher Data

Begin job on node104 at 2018-07-28 17:33:41
IDJOB=4299350
IDBENCH=141364
IDSOLVER=2766
FILE ID=node104/4299350-1532792021
RUNJOBID= node104-1532774598-23261
PBS_JOBID= 21022461
Free space on /tmp= 48244 MiB

SOLVER NAME= Solver of Xavier Schul & Yvhan Smal 2018-04-28
BENCH NAME= XCSP18/GolombRuler/GolombRuler-a3v18-11_c18.xml
COMMAND LINE= java -jar minicp-1.0.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4299350-1532792021/watcher-4299350-1532792021 -o /tmp/evaluation-result-4299350-1532792021/solver-4299350-1532792021 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node104-1532774598-23261 --watchdog 2580  java -jar minicp-1.0.jar HOME/instance-4299350-1532792021.xml

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

MD5SUM BENCH= ed3f9a47d1f1ba76ff72e7160e212ad4
RANDOM SEED=820832320

node104.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.11
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.11
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.11
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.11
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:        23344264 kB
MemAvailable:   27293952 kB
Buffers:          155916 kB
Cached:          4045712 kB
SwapCached:           12 kB
Active:          6689460 kB
Inactive:        2215408 kB
Active(anon):    4657844 kB
Inactive(anon):    73040 kB
Active(file):    2031616 kB
Inactive(file):  2142368 kB
Unevictable:        7364 kB
Mlocked:            7364 kB
SwapTotal:      67108860 kB
SwapFree:       67108532 kB
Dirty:              1160 kB
Writeback:             0 kB
AnonPages:       4710508 kB
Mapped:            52708 kB
Shmem:             25060 kB
Slab:             212140 kB
SReclaimable:     183080 kB
SUnreclaim:        29060 kB
KernelStack:        3552 kB
PageTables:        14544 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    5786772 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4587520 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 48344 MiB
End job on node104 at 2018-07-28 18:15:34