Trace number 4275489

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 NameAnswerCPU timeWall clock time
OscaR - Parallel with EPS 2017-07-26SAT (TO) 19793.6 2520.1299

General information on the benchmark

NameNumberPartitioning/NumberPartitioning-m1-s1/
NumberPartitioning-048.xml
MD5SUM7adabca14a9e2cab4a49f4d8c4ab1203
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.101219
Satisfiable
(Un)Satisfiability was proved
Number of variables96
Number of constraints56
Number of domains2
Minimum domain size48
Maximum domain size2304
Distribution of domain sizes[{"size":48,"count":48},{"size":2304,"count":48}]
Minimum variable degree2
Maximum variable degree5
Distribution of variable degrees[{"degree":2,"count":48},{"degree":4,"count":47},{"degree":5,"count":1}]
Minimum constraint arity1
Maximum constraint arity48
Distribution of constraint arities[{"arity":1,"count":1},{"arity":2,"count":48},{"arity":24,"count":6},{"arity":48,"count":1}]
Number of extensional constraints0
Number of intensional constraints49
Distribution of constraint types[{"type":"intension","count":49},{"type":"allDifferent","count":1},{"type":"ordered","count":2},{"type":"sum","count":4}]
Optimization problemNO
Type of objective

Solver Data

0.29/0.25	c version: 2017-07-26
0.29/0.25	c seed: 1354549136
0.29/0.25	c timeout: 20160
0.29/0.25	c memlimit: 11000
0.29/0.25	c nbcore: 8
0.29/0.28	c Parsing instance...
1.55/1.05	c Parsing done, starting search...
19792.78/2520.10	s SATISFIABLE
19792.78/2520.10	v <instantiation>
19792.78/2520.10	v 	<list>
19792.78/2520.10	v 		x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] x[16] x[17] x[18] x[19] x[20] x[21] x[22] x[23] y[0] y[1] y[2] y[3] y[4] y[5] y[6] y[7] y[8] y[9] y[10] y[11] y[12] y[13] y[14] y[15] y[16] y[17] y[18] y[19] y[20] y[21] y[22] y[23] cx[0] cx[1] cx[2] cx[3] cx[4] cx[5] cx[6] cx[7] cx[8] cx[9] cx[10] cx[11] cx[12] cx[13] cx[14] cx[15] cx[16] cx[17] cx[18] cx[19] cx[20] cx[21] cx[22] cx[23] cy[0] cy[1] cy[2] cy[3] cy[4] cy[5] cy[6] cy[7] cy[8] cy[9] cy[10] cy[11] cy[12] cy[13] cy[14] cy[15] cy[16] cy[17] cy[18] cy[19] cy[20] cy[21] cy[22] cy[23]
19792.78/2520.10	v 	</list>
19792.78/2520.10	v 	<values>
19792.78/2520.10	v 		1 7 8 9 10 11 12 13 14 15 20 24 29 30 31 32 33 34 35 42 43 44 45 46 2 3 4 5 6 16 17 18 19 21 22 23 25 26 27 28 36 37 38 39 40 41 47 48 1 49 64 81 100 121 144 169 196 225 400 576 841 900 961 1024 1089 1156 1225 1764 1849 1936 2025 2116 4 9 16 25 36 256 289 324 361 441 484 529 625 676 729 784 1296 1369 1444 1521 1600 1681 2209 2304 
19792.78/2520.10	v 	</values>
19792.78/2520.10	v </instantiation>

Verifier Data

OK	

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4275489-1502687406/watcher-4275489-1502687406 -o /tmp/evaluation-result-4275489-1502687406/solver-4275489-1502687406 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node115-1502681025-4710 --watchdog 2580 java -Xmx11000m -jar oscar-cp-xcsp3-parallel.jar --randomseed 1354549136 --timelimit 20160 --memlimit 11000 --nbcore 8 HOME/instance-4275489-1502687406.xml 

running on 8 cores: 0,2,4,6,1,3,5,7

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

solver pid=5333, runsolver pid=5330

[startup+0.100153 s]*
/proc/loadavg: 8.46 8.41 8.24 2/198 5353
/proc/meminfo: memFree=31509476/32770624 swapFree=67108860/67108860
[pid=5333] ppid=5330 vsize=14325320 memory=34232 CPUtime=0.13 cores=0-7
/proc/5333/stat : 5333 (java) S 5330 5333 4683 0 -1 1077944320 8434 0 0 0 11 2 0 0 20 0 20 0 101828349 14669127680 8558 33554432000 4194304 4196468 140730722354032 140730722336576 139620746546935 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 32796672 140730722358369 140730722358555 140730722358555 140730722361295 0
/proc/5333/statm: 3581330 8558 3404 1 0 3569050 0
[pid=5333/tid=5335] ppid=5330 vsize=14325320 memory=4134692831991783777 CPUtime=0.09 cores=0-7
/proc/5333/task/5335/stat : 5335 (java) R 5330 5333 4683 0 -1 4202560 6384 0 0 0 8 1 0 0 20 0 20 0 101828349 14669127680 8558 33554432000 4194304 4196468 140730722354032 139620750725808 139620746568861 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 32796672 140730722358369 140730722358555 140730722358555 140730722361295 0
[pid=5333/tid=5336] ppid=5330 vsize=14325320 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/5333/task/5336/stat : 5336 (java) S 5330 5333 4683 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101828350 14669127680 8558 33554432000 4194304 4196468 140730722354032 139620676635152 139620746557141 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32796672 140730722358369 140730722358555 140730722358555 140730722361295 0
[pid=5333/tid=5337] ppid=5330 vsize=14325320 memory=139653798565504 CPUtime=0 cores=0-7
/proc/5333/task/5337/stat : 5337 (java) S 5330 5333 4683 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 101828350 14669127680 8558 33554432000 4194304 4196468 140730722354032 139620675582608 139620746557141 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32796672 140730722358369 140730722358555 140730722358555 140730722361295 0
[pid=5333/tid=5338] ppid=5330 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/5333/task/5338/stat : 5338 (java) S 5330 5333 4683 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101828350 14669127680 8558 33554432000 4194304 4196468 140730722354032 139620674529552 139620746557141 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32796672 140730722358369 140730722358555 140730722358555 140730722361295 0
[pid=5333/tid=5339] ppid=5330 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/5333/task/5339/stat : 5339 (java) S 5330 5333 4683 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101828350 14669127680 8558 33554432000 4194304 4196468 140730722354032 139620673477008 139620746557141 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32796672 140730722358369 140730722358555 140730722358555 140730722361295 0
[pid=5333/tid=5340] ppid=5330 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/5333/task/5340/stat : 5340 (java) S 5330 5333 4683 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 101828350 14669127680 8558 33554432000 4194304 4196468 140730722354032 139620672424976 139620746557141 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32796672 140730722358369 140730722358555 140730722358555 140730722361295 0
[pid=5333/tid=5341] ppid=5330 vsize=14325320 memory=-1 CPUtime=0 cores=0-7
/proc/5333/task/5341/stat : 5341 (java) S 5330 5333 4683 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 101828350 14669127680 8558 33554432000 4194304 4196468 140730722354032 139620671372432 139620746557141 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32796672 140730722358369 140730722358555 140730722358555 140730722361295 0
[pid=5333/tid=5342] ppid=5330 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/5333/task/5342/stat : 5342 (java) S 5330 5333 4683 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 101828350 14669127680 8558 33554432000 4194304 4196468 140730722354032 139620670319376 139620746557141 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32796672 140730722358369 140730722358555 140730722358555 140730722361295 0
[pid=5333/tid=5343] ppid=5330 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/5333/task/5343/stat : 5343 (java) S 5330 5333 4683 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101828350 14669127680 8558 33554432000 4194304 4196468 140730722354032 139620669266832 139620746557141 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32796672 140730722358369 140730722358555 140730722358555 140730722361295 0
[pid=5333/tid=5344] ppid=5330 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/5333/task/5344/stat : 5344 (java) S 5330 5333 4683 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 101828352 14669127680 8558 33554432000 4194304 4196468 140730722354032 139620203800816 139620746558082 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32796672 140730722358369 140730722358555 140730722358555 140730722361295 0
[pid=5333/tid=5345] ppid=5330 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/5333/task/5345/stat : 5345 (java) S 5330 5333 4683 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 101828352 14669127680 8558 33554432000 4194304 4196468 140730722354032 139620202747040 139620746557141 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32796672 140730722358369 140730722358555 140730722358555 140730722361295 0
[pid=5333/tid=5346] ppid=5330 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/5333/task/5346/stat : 5346 (java) S 5330 5333 4683 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 101828352 14669127680 8558 33554432000 4194304 4196468 140730722354032 139620201693936 139620746557141 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32796672 140730722358369 140730722358555 140730722358555 140730722361295 0
[pid=5333/tid=5347] ppid=5330 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/5333/task/5347/stat : 5347 (java) S 5330 5333 4683 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101828355 14669127680 8558 33554432000 4194304 4196468 140730722354032 139620200642512 139620746565531 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32796672 140730722358369 140730722358555 140730722358555 140730722361295 0
[pid=5333/tid=5348] ppid=5330 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/5333/task/5348/stat : 5348 (java) S 5330 5333 4683 0 -1 1077944384 310 0 0 0 0 0 0 0 20 0 20 0 101828355 14669127680 8558 33554432000 4194304 4196468 140730722354032 139620199590640 139620746558082 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32796672 140730722358369 140730722358555 140730722358555 140730722361295 0
[pid=5333/tid=5349] ppid=5330 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/5333/task/5349/stat : 5349 (java) S 5330 5333 4683 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 101828355 14669127680 8558 33554432000 4194304 4196468 140730722354032 139620198538096 139620746558082 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32796672 140730722358369 140730722358555 140730722358555 140730722361295 0
[pid=5333/tid=5350] ppid=5330 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/5333/task/5350/stat : 5350 (java) S 5330 5333 4683 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101828355 14669127680 8558 33554432000 4194304 4196468 140730722354032 139620197485040 139620746558082 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32796672 140730722358369 140730722358555 140730722358555 140730722361295 0
[pid=5333/tid=5351] ppid=5330 vsize=14325320 memory=0 CPUtime=0.02 cores=0-7
/proc/5333/task/5351/stat : 5351 (java) R 5330 5333 4683 0 -1 4202560 359 0 0 0 2 0 0 0 20 0 20 0 101828355 14669127680 8558 33554432000 4194304 4196468 140730722354032 139620196432496 139620725485325 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 32796672 140730722358369 140730722358555 140730722358555 140730722361295 0
[pid=5333/tid=5352] ppid=5330 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/5333/task/5352/stat : 5352 (java) S 5330 5333 4683 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 101828355 14669127680 8558 33554432000 4194304 4196468 140730722354032 139620195379680 139620746557141 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32796672 140730722358369 140730722358555 140730722358555 140730722361295 0
[pid=5333/tid=5353] ppid=5330 vsize=14325320 memory=-1 CPUtime=0 cores=0-7
/proc/5333/task/5353/stat : 5353 (java) S 5330 5333 4683 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101828355 14669127680 8558 33554432000 4194304 4196468 140730722354032 139620194327216 139620746558082 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32796672 140730722358369 140730722358555 140730722358555 140730722361295 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 14325320 KiB
Current children cumulated memory: 34232 KiB

[startup+0.210355 s]*
/proc/loadavg: 7.86 8.29 8.20 3/198 5353
/proc/meminfo: memFree=31500076/32770624 swapFree=67108860/67108860
[pid=5333] ppid=5330 vsize=14325320 memory=43120 CPUtime=0.29 cores=0-7
/proc/5333/stat : 5333 (java) S 5330 5333 4683 0 -1 1077944320 9431 0 0 0 27 2 0 0 20 0 20 0 101828349 14669127680 10780 33554432000 4194304 4196468 140730722354032 140730722336576 139620746546935 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 32796672 140730722358369 140730722358555 140730722358555 140730722361295 0
/proc/5333/statm: 3581330 10780 3589 1 0 3569050 0
[pid=5333/tid=5335] ppid=5330 vsize=14325320 memory=4026531975 CPUtime=0.19 cores=0-7
/proc/5333/task/5335/stat : 5335 (java) R 5330 5333 4683 0 -1 4202560 7024 0 0 0 18 1 0 0 20 0 20 0 101828349 14669127680 10780 33554432000 4194304 4196468 140730722354032 139620750770432 139620730627422 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 32796672 140730722358369 140730722358555 140730722358555 140730722361295 0
[pid=5333/tid=5336] ppid=5330 vsize=14325320 memory=9292 CPUtime=0 cores=0-7
/proc/5333/task/5336/stat : 5336 (java) S 5330 5333 4683 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101828350 14669127680 10780 33554432000 4194304 4196468 140730722354032 139620676635152 139620746557141 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32796672 140730722358369 140730722358555 140730722358555 140730722361295 0
[pid=5333/tid=5337] ppid=5330 vsize=14325320 memory=139653798571094 CPUtime=0 cores=0-7
/proc/5333/task/5337/stat : 5337 (java) S 5330 5333 4683 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 101828350 14669127680 10780 33554432000 4194304 4196468 140730722354032 139620675582608 139620746557141 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32796672 140730722358369 140730722358555 140730722358555 140730722361295 0
[pid=5333/tid=5338] ppid=5330 vsize=14325320 memory=-1 CPUtime=0 cores=0-7
/proc/5333/task/5338/stat : 5338 (java) S 5330 5333 4683 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101828350 14669127680 10780 33554432000 4194304 4196468 140730722354032 139620674529552 139620746557141 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32796672 140730722358369 140730722358555 140730722358555 140730722361295 0
[pid=5333/tid=5339] ppid=5330 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/5333/task/5339/stat : 5339 (java) S 5330 5333 4683 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101828350 14669127680 10780 33554432000 4194304 4196468 140730722354032 139620673477008 139620746557141 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32796672 140730722358369 140730722358555 140730722358555 140730722361295 0
[pid=5333/tid=5340] ppid=5330 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/5333/task/5340/stat : 5340 (java) S 5330 5333 4683 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 101828350 14669127680 10780 33554432000 4194304 4196468 140730722354032 139620672424976 139620746557141 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32796672 140730722358369 140730722358555 140730722358555 140730722361295 0
[pid=5333/tid=5341] ppid=5330 vsize=14325320 memory=-1 CPUtime=0 cores=0-7
/proc/5333/task/5341/stat : 5341 (java) S 5330 5333 4683 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 101828350 14669127680 10780 33554432000 4194304 4196468 140730722354032 139620671372432 139620746557141 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32796672 140730722358369 140730722358555 140730722358555 140730722361295 0
[pid=5333/tid=5342] ppid=5330 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/5333/task/5342/stat : 5342 (java) S 5330 5333 4683 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 101828350 14669127680 10780 33554432000 4194304 4196468 140730722354032 139620670319376 139620746557141 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32796672 140730722358369 140730722358555 140730722358555 140730722361295 0
[pid=5333/tid=5343] ppid=5330 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/5333/task/5343/stat : 5343 (java) S 5330 5333 4683 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101828350 14669127680 10780 33554432000 4194304 4196468 140730722354032 139620669266832 139620746557141 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32796672 140730722358369 140730722358555 140730722358555 140730722361295 0
[pid=5333/tid=5344] ppid=5330 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/5333/task/5344/stat : 5344 (java) S 5330 5333 4683 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 101828352 14669127680 10780 33554432000 4194304 4196468 140730722354032 139620203800816 139620746558082 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32796672 140730722358369 140730722358555 140730722358555 140730722361295 0
[pid=5333/tid=5345] ppid=5330 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/5333/task/5345/stat : 5345 (java) S 5330 5333 4683 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 101828352 14669127680 10780 33554432000 4194304 4196468 140730722354032 139620202747040 139620746557141 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32796672 140730722358369 140730722358555 140730722358555 140730722361295 0
[pid=5333/tid=5346] ppid=5330 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/5333/task/5346/stat : 5346 (java) S 5330 5333 4683 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 101828352 14669127680 10780 33554432000 4194304 4196468 140730722354032 139620201693936 139620746557141 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32796672 140730722358369 140730722358555 140730722358555 140730722361295 0
[pid=5333/tid=5347] ppid=5330 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/5333/task/5347/stat : 5347 (java) S 5330 5333 4683 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101828355 14669127680 10780 33554432000 4194304 4196468 140730722354032 139620200642512 139620746565531 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32796672 140730722358369 140730722358555 140730722358555 140730722361295 0
[pid=5333/tid=5348] ppid=5330 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/5333/task/5348/stat : 5348 (java) S 5330 5333 4683 0 -1 1077944384 347 0 0 0 0 0 0 0 20 0 20 0 101828355 14669127680 10780 33554432000 4194304 4196468 140730722354032 139620199590640 139620746558082 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32796672 140730722358369 140730722358555 140730722358555 140730722361295 0
[pid=5333/tid=5349] ppid=5330 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/5333/task/5349/stat : 5349 (java) S 5330 5333 4683 0 -1 1077944384 171 0 0 0 0 0 0 0 20 0 20 0 101828355 14669127680 10780 33554432000 4194304 4196468 140730722354032 139620198538096 139620746558082 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32796672 140730722358369 140730722358555 140730722358555 140730722361295 0
[pid=5333/tid=5350] ppid=5330 vsize=14325320 memory=0 CPUtime=0.01 cores=0-7
/proc/5333/task/5350/stat : 5350 (java) S 5330 5333 4683 0 -1 1077944384 132 0 0 0 1 0 0 0 20 0 20 0 101828355 14669127680 10780 33554432000 4194304 4196468 140730722354032 139620197485040 139620746558082 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32796672 140730722358369 140730722358555 140730722358555 140730722361295 0
[pid=5333/tid=5351] ppid=5330 vsize=14325320 memory=0 CPUtime=0.06 cores=0-7
/proc/5333/task/5351/stat : 5351 (java) S 5330 5333 4683 0 -1 1077944384 377 0 0 0 6 0 0 0 20 0 20 0 101828355 14669127680 10780 33554432000 4194304 4196468 140730722354032 139620196432496 139620746558082 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32796672 140730722358369 140730722358555 140730722358555 140730722361295 0
[pid=5333/tid=5352] ppid=5330 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/5333/task/5352/stat : 5352 (java) S 5330 5333 4683 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 101828355 14669127680 10780 33554432000 4194304 4196468 140730722354032 139620195379680 139620746557141 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32796672 140730722358369 140730722358555 140730722358555 140730722361295 0
[pid=5333/tid=5353] ppid=5330 vsize=14325320 memory=-1 CPUtime=0 cores=0-7
/proc/5333/task/5353/stat : 5353 (java) S 5330 5333 4683 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101828355 14669127680 10780 33554432000 4194304 4196468 140730722354032 139620194327216 139620746558082 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32796672 140730722358369 140730722358555 140730722358555 140730722361295 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 14325320 KiB
Current children cumulated memory: 43120 KiB

[startup+0.309795 s]*
/proc/loadavg: 7.86 8.29 8.20 3/198 5353
/proc/meminfo: memFree=31493500/32770624 swapFree=67108860/67108860
[pid=5333] ppid=5330 vsize=14325340 memory=51056 CPUtime=0.47 cores=0-7
/proc/5333/stat : 5333 (java) S 5330 5333 4683 0 -1 1077944320 10462 0 0 0 44 3 0 0 20 0 20 0 101828349 14669148160 12764 33554432000 4194304 4196468 140730722354032 140730722336576 139620746546935 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 32796672 140730722358369 140730722358555 140730722358555 140730722361295 0
/proc/5333/statm: 3581335 12764 3717 1 0 3569050 0
[pid=5333/tid=5335] ppid=5330 vsize=14325340 memory=8112282956445269571 CPUtime=0.29 cores=0-7
/proc/5333/task/5335/stat : 5335 (java) R 5330 5333 4683 0 -1 4202560 7606 0 0 0 27 2 0 0 20 0 20 0 101828349 14669148160 12764 33554432000 4194304 4196468 140730722354032 139620750763904 139620746558870 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 32796672 140730722358369 140730722358555 140730722358555 140730722361295 0
[pid=5333/tid=5336] ppid=5330 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/5333/task/5336/stat : 5336 (java) S 5330 5333 4683 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101828350 14669148160 12764 33554432000 4194304 4196468 140730722354032 139620676635152 139620746557141 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32796672 140730722358369 140730722358555 140730722358555 140730722361295 0
[pid=5333/tid=5337] ppid=5330 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/5333/task/5337/stat : 5337 (java) S 5330 5333 4683 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 101828350 14669148160 12764 33554432000 4194304 4196468 140730722354032 139620675582608 139620746557141 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32796672 140730722358369 140730722358555 140730722358555 140730722361295 0
[pid=5333/tid=5338] ppid=5330 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/5333/task/5338/stat : 5338 (java) S 5330 5333 4683 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101828350 14669148160 12764 33554432000 4194304 4196468 140730722354032 139620674529552 139620746557141 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32796672 140730722358369 140730722358555 140730722358555 140730722361295 0
[pid=5333/tid=5339] ppid=5330 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/5333/task/5339/stat : 5339 (java) S 5330 5333 4683 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101828350 14669148160 12764 33554432000 4194304 4196468 140730722354032 139620673477008 139620746557141 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32796672 140730722358369 140730722358555 140730722358555 140730722361295 0
[pid=5333/tid=5340] ppid=5330 vsize=14325340 memory=2244 CPUtime=0 cores=0-7
/proc/5333/task/5340/stat : 5340 (java) S 5330 5333 4683 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 101828350 14669148160 12764 33554432000 4194304 4196468 140730722354032 139620672424976 139620746557141 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32796672 140730722358369 140730722358555 140730722358555 140730722361295 0
[pid=5333/tid=5341] ppid=5330 vsize=14325340 memory=139653680296879 CPUtime=0 cores=0-7
/proc/5333/task/5341/stat : 5341 (java) S 5330 5333 4683 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 101828350 14669148160 12764 33554432000 4194304 4196468 140730722354032 139620671372432 139620746557141 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32796672 140730722358369 140730722358555 140730722358555 140730722361295 0
[pid=5333/tid=5342] ppid=5330 vsize=14325340 memory=139653680299184 CPUtime=0 cores=0-7
/proc/5333/task/5342/stat : 5342 (java) S 5330 5333 4683 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 101828350 14669148160 12764 33554432000 4194304 4196468 140730722354032 139620670319376 139620746557141 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32796672 140730722358369 140730722358555 140730722358555 140730722361295 0
[pid=5333/tid=5343] ppid=5330 vsize=14325340 memory=139653680301488 CPUtime=0 cores=0-7
/proc/5333/task/5343/stat : 5343 (java) S 5330 5333 4683 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101828350 14669148160 12764 33554432000 4194304 4196468 140730722354032 139620669266832 139620746557141 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32796672 140730722358369 140730722358555 140730722358555 140730722361295 0
[pid=5333/tid=5344] ppid=5330 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/5333/task/5344/stat : 5344 (java) S 5330 5333 4683 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 101828352 14669148160 12764 33554432000 4194304 4196468 140730722354032 139620203800816 139620746558082 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32796672 140730722358369 140730722358555 140730722358555 140730722361295 0
[pid=5333/tid=5345] ppid=5330 vsize=14325340 memory=279307360609936 CPUtime=0 cores=0-7
/proc/5333/task/5345/stat : 5345 (java) S 5330 5333 4683 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 101828352 14669148160 12764 33554432000 4194304 4196468 140730722354032 139620202747040 139620746557141 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32796672 140730722358369 140730722358555 140730722358555 140730722361295 0
[pid=5333/tid=5346] ppid=5330 vsize=14325340 memory=279307360616848 CPUtime=0 cores=0-7
/proc/5333/task/5346/stat : 5346 (java) S 5330 5333 4683 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 101828352 14669148160 12764 33554432000 4194304 4196468 140730722354032 139620201693936 139620746557141 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32796672 140730722358369 140730722358555 140730722358555 140730722361295 0
[pid=5333/tid=5347] ppid=5330 vsize=14325340 memory=279307360558000 CPUtime=0 cores=0-7
/proc/5333/task/5347/stat : 5347 (java) S 5330 5333 4683 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101828355 14669148160 12764 33554432000 4194304 4196468 140730722354032 139620200642512 139620746565531 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32796672 140730722358369 140730722358555 140730722358555 140730722361295 0
[pid=5333/tid=5348] ppid=5330 vsize=14325340 memory=279307360630672 CPUtime=0.03 cores=0-7
/proc/5333/task/5348/stat : 5348 (java) S 5330 5333 4683 0 -1 1077944384 554 0 0 0 3 0 0 0 20 0 20 0 101828355 14669148160 12764 33554432000 4194304 4196468 140730722354032 139620199590640 139620746558082 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32796672 140730722358369 140730722358555 140730722358555 140730722361295 0
[pid=5333/tid=5349] ppid=5330 vsize=14325340 memory=279307360637584 CPUtime=0.03 cores=0-7
/proc/5333/task/5349/stat : 5349 (java) S 5330 5333 4683 0 -1 1077944384 338 0 0 0 3 0 0 0 20 0 20 0 101828355 14669148160 12764 33554432000 4194304 4196468 140730722354032 139620198538096 139620746558082 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32796672 140730722358369 140730722358555 140730722358555 140730722361295 0
[pid=5333/tid=5350] ppid=5330 vsize=14325340 memory=279307360635280 CPUtime=0.02 cores=0-7
/proc/5333/task/5350/stat : 5350 (java) S 5330 5333 4683 0 -1 1077944384 161 0 0 0 2 0 0 0 20 0 20 0 101828355 14669148160 12764 33554432000 4194304 4196468 140730722354032 139620197485040 139620746558082 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32796672 140730722358369 140730722358555 140730722358555 140730722361295 0
[pid=5333/tid=5351] ppid=5330 vsize=14325340 memory=279307360651888 CPUtime=0.08 cores=0-7
/proc/5333/task/5351/stat : 5351 (java) R 5330 5333 4683 0 -1 4202560 417 0 0 0 8 0 0 0 20 0 20 0 101828355 14669148160 12764 33554432000 4194304 4196468 140730722354032 139620196432496 139620746558870 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 32796672 140730722358369 140730722358555 140730722358555 140730722361295 0
[pid=5333/tid=5352] ppid=5330 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/5333/task/5352/stat : 5352 (java) S 5330 5333 4683 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 101828355 14669148160 12764 33554432000 4194304 4196468 140730722354032 139620195379680 139620746557141 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32796672 140730722358369 140730722358555 140730722358555 140730722361295 0
[pid=5333/tid=5353] ppid=5330 vsize=14325340 memory=-1 CPUtime=0 cores=0-7
/proc/5333/task/5353/stat : 5353 (java) S 5330 5333 4683 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101828355 14669148160 12764 33554432000 4194304 4196468 140730722354032 139620194327216 139620746558082 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32796672 140730722358369 140730722358555 140730722358555 140730722361295 0
Current children cumulated CPU time: 0.47 s
Current children cumulated vsize: 14325340 KiB
Current children cumulated memory: 51056 KiB

[startup+0.70094 s]
/proc/loadavg: 7.86 8.29 8.20 2/198 5353
/proc/meminfo: memFree=31480844/32770624 swapFree=67108860/67108860
[pid=5333] ppid=5330 vsize=14327388 memory=72152 CPUtime=1.21 cores=0-7
/proc/5333/stat : 5333 (java) S 5330 5333 4683 0 -1 1077944320 13210 0 0 0 116 5 0 0 20 0 20 0 101828349 14671245312 18038 33554432000 4194304 4196468 140730722354032 140730722336576 139620746546935 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 32796672 140730722358369 140730722358555 140730722358555 140730722361295 0
/proc/5333/statm: 3581847 18038 3759 1 0 3569562 0
[pid=5333/tid=5335] ppid=5330 vsize=14327388 memory=0 CPUtime=0.66 cores=0-7
/proc/5333/task/5335/stat : 5335 (java) R 5330 5333 4683 0 -1 4202560 8544 0 0 0 64 2 0 0 20 0 20 0 101828349 14671245312 18038 33554432000 4194304 4196468 140730722354032 139620750783264 139620346532928 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 32796672 140730722358369 140730722358555 140730722358555 140730722361295 0
[pid=5333/tid=5336] ppid=5330 vsize=14327388 memory=0 CPUtime=0 cores=0-7
/proc/5333/task/5336/stat : 5336 (java) S 5330 5333 4683 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101828350 14671245312 18038 33554432000 4194304 4196468 140730722354032 139620676635152 139620746557141 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 32796672 140730722358369 140730722358555 140730722358555 140730722361295 0
[pid=5333/tid=5337] ppid=5330 vsize=14327388 memory=0 CPUtime=0 cores=0-7
/proc/5333/task/5337/stat : 5337 (java) S 5330 5333 4683 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 101828350 14671245312 18038 33554432000 4194304 4196468 140730722354032 139620675582608 139620746557141 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32796672 140730722358369 140730722358555 140730722358555 140730722361295 0
[pid=5333/tid=5338] ppid=5330 vsize=14327388 memory=0 CPUtime=0 cores=0-7
/proc/5333/task/5338/stat : 5338 (java) S 5330 5333 4683 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101828350 14671245312 18038 33554432000 4194304 4196468 140730722354032 139620674529552 139620746557141 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32796672 140730722358369 140730722358555 140730722358555 140730722361295 0
[pid=5333/tid=5339] ppid=5330 vsize=14327388 memory=1228 CPUtime=0 cores=0-7
/proc/5333/task/5339/stat : 5339 (java) S 5330 5333 4683 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101828350 14671245312 18038 33554432000 4194304 4196468 140730722354032 139620673477008 139620746557141 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32796672 140730722358369 140730722358555 140730722358555 140730722361295 0
[pid=5333/tid=5340] ppid=5330 vsize=14327388 memory=10928 CPUtime=0 cores=0-7
/proc/5333/task/5340/stat : 5340 (java) S 5330 5333 4683 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 101828350 14671245312 18038 33554432000 4194304 4196468 140730722354032 139620672424976 139620746557141 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32796672 140730722358369 140730722358555 140730722358555 140730722361295 0
[pid=5333/tid=5341] ppid=5330 vsize=14327388 memory=796 CPUtime=0 cores=0-7
/proc/5333/task/5341/stat : 5341 (java) S 5330 5333 4683 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 101828350 14671245312 18038 33554432000 4194304 4196468 140730722354032 139620671372432 139620746557141 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32796672 140730722358369 140730722358555 140730722358555 140730722361295 0
[pid=5333/tid=5342] ppid=5330 vsize=14327388 memory=1424 CPUtime=0 cores=0-7
/proc/5333/task/5342/stat : 5342 (java) S 5330 5333 4683 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 101828350 14671245312 18038 33554432000 4194304 4196468 140730722354032 139620670319376 139620746557141 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32796672 140730722358369 140730722358555 140730722358555 140730722361295 0
[pid=5333/tid=5343] ppid=5330 vsize=14327388 memory=15872 CPUtime=0 cores=0-7
/proc/5333/task/5343/stat : 5343 (java) S 5330 5333 4683 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101828350 14671245312 18038 33554432000 4194304 4196468 140730722354032 139620669266832 139620746557141 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32796672 140730722358369 140730722358555 140730722358555 140730722361295 0
[pid=5333/tid=5344] ppid=5330 vsize=14327388 memory=4052 CPUtime=0 cores=0-7
/proc/5333/task/5344/stat : 5344 (java) S 5330 5333 4683 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 101828352 14671245312 18038 33554432000 4194304 4196468 140730722354032 139620203800816 139620746558082 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32796672 140730722358369 140730722358555 140730722358555 140730722361295 0

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

/proc/5333/task/5359/stat : 5359 (java) R 5330 5333 4683 0 -1 4202560 26259 0 0 0 64810 38 0 0 20 0 46 0 101828643 16453967872 365395 33554432000 4194304 4196468 140730722354032 139619905744568 139620746558870 0 4 0 16800975 0 0 0 -1 5 0 0 19 0 0 6293624 6294260 32796672 140730722358369 140730722358555 140730722358555 140730722361295 0
[pid=5333/tid=5360] ppid=5330 vsize=16068328 memory=0 CPUtime=345.62 cores=0-7
/proc/5333/task/5360/stat : 5360 (java) R 5330 5333 4683 0 -1 4202560 21549 0 0 0 34533 29 0 0 20 0 46 0 101828643 16453967872 365395 33554432000 4194304 4196468 140730722354032 139619904691512 139620350756485 0 4 0 16800975 0 0 0 -1 7 0 0 20 0 0 6293624 6294260 32796672 140730722358369 140730722358555 140730722358555 140730722361295 0
[pid=5333/tid=5361] ppid=5330 vsize=16068328 memory=0 CPUtime=1366.78 cores=0-7
/proc/5333/task/5361/stat : 5361 (java) R 5330 5333 4683 0 -1 1077944384 45731 0 0 0 136619 59 0 0 20 0 46 0 101828643 16453967872 365395 33554432000 4194304 4196468 140730722354032 139619903640912 139620746557141 0 4 0 16800975 0 0 0 -1 2 0 0 48 0 0 6293624 6294260 32796672 140730722358369 140730722358555 140730722358555 140730722361295 0
[pid=5333/tid=5362] ppid=5330 vsize=16068328 memory=0 CPUtime=434.45 cores=0-7
/proc/5333/task/5362/stat : 5362 (java) R 5330 5333 4683 0 -1 1077944384 14682 0 0 0 43410 35 0 0 20 0 46 0 101828643 16453967872 365395 33554432000 4194304 4196468 140730722354032 139619902587856 139620746557141 0 4 0 16800975 0 0 0 -1 1 0 0 35 0 0 6293624 6294260 32796672 140730722358369 140730722358555 140730722358555 140730722361295 0
[pid=5333/tid=5363] ppid=5330 vsize=16068328 memory=0 CPUtime=1193.57 cores=0-7
/proc/5333/task/5363/stat : 5363 (java) S 5330 5333 4683 0 -1 1077944384 43804 0 0 0 119304 53 0 0 20 0 46 0 101828643 16453967872 365395 33554432000 4194304 4196468 140730722354032 139619901535312 139620746557141 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 50 0 0 6293624 6294260 32796672 140730722358369 140730722358555 140730722358555 140730722361295 0
[pid=5333/tid=5364] ppid=5330 vsize=16068328 memory=1465688 CPUtime=1463.16 cores=0-7
/proc/5333/task/5364/stat : 5364 (java) R 5330 5333 4683 0 -1 4202560 49061 0 0 0 146262 54 0 0 20 0 46 0 101828643 16453967872 365395 33554432000 4194304 4196468 140730722354032 139619900481336 139620351262941 0 4 0 16800975 0 0 0 -1 1 0 0 42 0 0 6293624 6294260 32796672 140730722358369 140730722358555 140730722358555 140730722361295 0
[pid=5333/tid=5365] ppid=5330 vsize=16068328 memory=29244 CPUtime=1425.73 cores=0-7
/proc/5333/task/5365/stat : 5365 (java) S 5330 5333 4683 0 -1 1077944384 42646 0 0 0 142522 51 0 0 20 0 46 0 101828643 16453967872 365395 33554432000 4194304 4196468 140730722354032 139619899430736 139620746557141 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 34 0 0 6293624 6294260 32796672 140730722358369 140730722358555 140730722358555 140730722361295 0
[pid=5333/tid=5366] ppid=5330 vsize=16068328 memory=1296 CPUtime=264.14 cores=0-7
/proc/5333/task/5366/stat : 5366 (java) S 5330 5333 4683 0 -1 1077944384 16004 0 0 0 26385 29 0 0 20 0 46 0 101828643 16453967872 365395 33554432000 4194304 4196468 140730722354032 139619898377680 139620746557141 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 19 0 0 6293624 6294260 32796672 140730722358369 140730722358555 140730722358555 140730722361295 0
[pid=5333/tid=5367] ppid=5330 vsize=16068328 memory=1463632 CPUtime=1835.57 cores=0-7
/proc/5333/task/5367/stat : 5367 (java) R 5330 5333 4683 0 -1 4202560 54395 0 0 0 183492 65 0 0 20 0 46 0 101828654 16453967872 365395 33554432000 4194304 4196468 140730722354032 139619897323192 139620351262328 0 4 0 16800975 0 0 0 -1 2 0 0 33 0 0 6293624 6294260 32796672 140730722358369 140730722358555 140730722358555 140730722361295 0
[pid=5333/tid=5368] ppid=5330 vsize=16068328 memory=15872 CPUtime=29.44 cores=0-7
/proc/5333/task/5368/stat : 5368 (java) R 5330 5333 4683 0 -1 1077944384 7075 0 0 0 2879 65 0 0 20 0 46 0 101828730 16453967872 365395 33554432000 4194304 4196468 140730722354032 139619894138064 139620746557141 0 4 0 16800975 0 0 0 -1 4 0 0 15 0 0 6293624 6294260 32796672 140730722358369 140730722358555 140730722358555 140730722361295 0
[pid=5333/tid=5369] ppid=5330 vsize=16068328 memory=4052 CPUtime=1474.68 cores=0-7
/proc/5333/task/5369/stat : 5369 (java) S 5330 5333 4683 0 -1 1077944384 40979 0 0 0 147419 49 0 0 20 0 46 0 101828732 16453967872 365395 33554432000 4194304 4196468 140730722354032 139619893085520 139620746557141 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 39 0 0 6293624 6294260 32796672 140730722358369 140730722358555 140730722358555 140730722361295 0
[pid=5333/tid=5370] ppid=5330 vsize=16068328 memory=17312 CPUtime=3.63 cores=0-7
/proc/5333/task/5370/stat : 5370 (java) R 5330 5333 4683 0 -1 1077944384 7016 0 0 0 295 68 0 0 20 0 46 0 101828755 16453967872 365395 33554432000 4194304 4196468 140730722354032 139619892032464 139620746557141 0 4 0 16800975 0 0 0 -1 0 0 0 13 0 0 6293624 6294260 32796672 140730722358369 140730722358555 140730722358555 140730722361295 0
[pid=5333/tid=5371] ppid=5330 vsize=16068328 memory=1464664 CPUtime=6.08 cores=0-7
/proc/5333/task/5371/stat : 5371 (java) S 5330 5333 4683 0 -1 1077944384 6029 0 0 0 550 58 0 0 20 0 46 0 101828757 16453967872 365395 33554432000 4194304 4196468 140730722354032 139619890979920 139620746557141 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 10 0 0 6293624 6294260 32796672 140730722358369 140730722358555 140730722358555 140730722361295 0
[pid=5333/tid=5372] ppid=5330 vsize=16068328 memory=4096 CPUtime=98.2 cores=0-7
/proc/5333/task/5372/stat : 5372 (java) R 5330 5333 4683 0 -1 1077944384 8090 0 0 0 9755 65 0 0 20 0 46 0 101828759 16453967872 365395 33554432000 4194304 4196468 140730722354032 139619889927888 139620746557141 0 4 0 16800975 0 0 0 -1 5 0 0 14 0 0 6293624 6294260 32796672 140730722358369 140730722358555 140730722358555 140730722361295 0
[pid=5333/tid=5373] ppid=5330 vsize=16068328 memory=1156 CPUtime=95.18 cores=0-7
/proc/5333/task/5373/stat : 5373 (java) R 5330 5333 4683 0 -1 1077944384 7880 0 0 0 9474 44 0 0 20 0 46 0 101828761 16453967872 365395 33554432000 4194304 4196468 140730722354032 139619888875344 139620746557141 0 4 0 16800975 0 0 0 -1 6 0 0 15 0 0 6293624 6294260 32796672 140730722358369 140730722358555 140730722358555 140730722361295 0
[pid=5333/tid=5374] ppid=5330 vsize=16068328 memory=1465040 CPUtime=1824.09 cores=0-7
/proc/5333/task/5374/stat : 5374 (java) R 5330 5333 4683 0 -1 4202560 47944 0 0 0 182354 55 0 0 20 0 46 0 101828762 16453967872 365395 33554432000 4194304 4196468 140730722354032 139619887820344 139620353776367 0 4 0 16800975 0 0 0 -1 4 0 0 46 0 0 6293624 6294260 32796672 140730722358369 140730722358555 140730722358555 140730722361295 0
[pid=5333/tid=5375] ppid=5330 vsize=16068328 memory=8112282956445269571 CPUtime=1088.7 cores=0-7
/proc/5333/task/5375/stat : 5375 (java) S 5330 5333 4683 0 -1 1077944384 41163 0 0 0 108810 60 0 0 20 0 46 0 101828762 16453967872 365395 33554432000 4194304 4196468 140730722354032 139619886769744 139620746557141 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 39 0 0 6293624 6294260 32796672 140730722358369 140730722358555 140730722358555 140730722361295 0
[pid=5333/tid=5376] ppid=5330 vsize=16068328 memory=1299080 CPUtime=1213.4 cores=0-7
/proc/5333/task/5376/stat : 5376 (java) R 5330 5333 4683 0 -1 4202560 33405 0 0 0 121290 50 0 0 20 0 46 0 101829074 16453967872 365395 33554432000 4194304 4196468 140730722354032 139619885714744 139620353750909 0 4 0 16800975 0 0 0 -1 0 0 0 26 0 0 6293624 6294260 32796672 140730722358369 140730722358555 140730722358555 140730722361295 0
[pid=5333/tid=5377] ppid=5330 vsize=16068328 memory=4132 CPUtime=1805.81 cores=0-7
/proc/5333/task/5377/stat : 5377 (java) R 5330 5333 4683 0 -1 4202560 61980 0 0 0 180512 69 0 0 20 0 46 0 101829075 16453967872 365395 33554432000 4194304 4196468 140730722354032 139619884662200 139620351262658 0 4 0 16800975 0 0 0 -1 6 0 0 40 0 0 6293624 6294260 32796672 140730722358369 140730722358555 140730722358555 140730722361295 0
[pid=5333/tid=5378] ppid=5330 vsize=16068328 memory=1462608 CPUtime=460.5 cores=0-7
/proc/5333/task/5378/stat : 5378 (java) S 5330 5333 4683 0 -1 1077944384 16183 0 0 0 46023 27 0 0 20 0 46 0 101830562 16453967872 365395 33554432000 4194304 4196468 140730722354032 139619883611088 139620746557141 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 27 0 0 6293624 6294260 32796672 140730722358369 140730722358555 140730722358555 140730722361295 0
[pid=5333/tid=5379] ppid=5330 vsize=16068328 memory=1463124 CPUtime=3.26 cores=0-7
/proc/5333/task/5379/stat : 5379 (java) S 5330 5333 4683 0 -1 1077944384 5836 0 0 0 222 104 0 0 20 0 46 0 101830564 16453967872 365395 33554432000 4194304 4196468 140730722354032 139619882558544 139620746557141 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 18 0 0 6293624 6294260 32796672 140730722358369 140730722358555 140730722358555 140730722361295 0
Current children cumulated CPU time: 19653.2 s
Current children cumulated vsize: 16068328 KiB
Current children cumulated memory: 1461580 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+2520.01 s]*
/proc/loadavg: 14.30 14.28 13.88 15/223 5435
/proc/meminfo: memFree=30082544/32770624 swapFree=67108860/67108860
[pid=5333] ppid=5330 vsize=16068328 memory=1452332 CPUtime=19792.8 cores=0-7
/proc/5333/stat : 5333 (java) S 5330 5333 4683 0 -1 1077944320 1801688 0 0 0 1977584 1694 0 0 20 0 46 0 101828349 16453967872 363083 33554432000 4194304 4196468 140730722354032 140730722336576 139620746546935 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 32796672 140730722358369 140730722358555 140730722358555 140730722361295 0
/proc/5333/statm: 4017082 363083 3869 1 0 4004276 0
[pid=5333/tid=5335] ppid=5330 vsize=16068328 memory=8112282956445269571 CPUtime=2.88 cores=0-7
/proc/5333/task/5335/stat : 5335 (java) S 5330 5333 4683 0 -1 1077944384 14829 0 0 0 282 6 0 0 20 0 46 0 101828349 16453967872 363083 33554432000 4194304 4196468 140730722354032 139620750784640 139620746557141 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32796672 140730722358369 140730722358555 140730722358555 140730722361295 0
[pid=5333/tid=5336] ppid=5330 vsize=16068328 memory=4872558044660077418 CPUtime=14.42 cores=0-7
/proc/5333/task/5336/stat : 5336 (java) S 5330 5333 4683 0 -1 1077944384 95173 0 0 0 1381 61 0 0 20 0 46 0 101828350 16453967872 363083 33554432000 4194304 4196468 140730722354032 139620676635152 139620746557141 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 68 0 0 6293624 6294260 32796672 140730722358369 140730722358555 140730722358555 140730722361295 0
[pid=5333/tid=5337] ppid=5330 vsize=16068328 memory=1928 CPUtime=14.38 cores=0-7
/proc/5333/task/5337/stat : 5337 (java) S 5330 5333 4683 0 -1 1077944384 107209 0 0 0 1378 60 0 0 20 0 46 0 101828350 16453967872 363083 33554432000 4194304 4196468 140730722354032 139620675582608 139620746557141 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 67 0 0 6293624 6294260 32796672 140730722358369 140730722358555 140730722358555 140730722361295 0
[pid=5333/tid=5338] ppid=5330 vsize=16068328 memory=1200 CPUtime=14.44 cores=0-7
/proc/5333/task/5338/stat : 5338 (java) S 5330 5333 4683 0 -1 1077944384 100117 0 0 0 1383 61 0 0 20 0 46 0 101828350 16453967872 363083 33554432000 4194304 4196468 140730722354032 139620674529552 139620746557141 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 67 0 0 6293624 6294260 32796672 140730722358369 140730722358555 140730722358555 140730722361295 0
[pid=5333/tid=5339] ppid=5330 vsize=16068328 memory=8564 CPUtime=14.54 cores=0-7
/proc/5333/task/5339/stat : 5339 (java) S 5330 5333 4683 0 -1 1077944384 105478 0 0 0 1393 61 0 0 20 0 46 0 101828350 16453967872 363083 33554432000 4194304 4196468 140730722354032 139620673477008 139620746557141 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 64 0 0 6293624 6294260 32796672 140730722358369 140730722358555 140730722358555 140730722361295 0
[pid=5333/tid=5340] ppid=5330 vsize=16068328 memory=5664 CPUtime=14.37 cores=0-7
/proc/5333/task/5340/stat : 5340 (java) S 5330 5333 4683 0 -1 1077944384 97823 0 0 0 1375 62 0 0 20 0 46 0 101828350 16453967872 363083 33554432000 4194304 4196468 140730722354032 139620672424976 139620746557141 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 67 0 0 6293624 6294260 32796672 140730722358369 140730722358555 140730722358555 140730722361295 0
[pid=5333/tid=5341] ppid=5330 vsize=16068328 memory=4616 CPUtime=14.47 cores=0-7
/proc/5333/task/5341/stat : 5341 (java) S 5330 5333 4683 0 -1 1077944384 103779 0 0 0 1384 63 0 0 20 0 46 0 101828350 16453967872 363083 33554432000 4194304 4196468 140730722354032 139620671372432 139620746557141 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 63 0 0 6293624 6294260 32796672 140730722358369 140730722358555 140730722358555 140730722361295 0
[pid=5333/tid=5342] ppid=5330 vsize=16068328 memory=1228 CPUtime=14.34 cores=0-7
/proc/5333/task/5342/stat : 5342 (java) S 5330 5333 4683 0 -1 1077944384 93256 0 0 0 1375 59 0 0 20 0 46 0 101828350 16453967872 363083 33554432000 4194304 4196468 140730722354032 139620670319376 139620746557141 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 65 0 0 6293624 6294260 32796672 140730722358369 140730722358555 140730722358555 140730722361295 0
[pid=5333/tid=5343] ppid=5330 vsize=16068328 memory=10928 CPUtime=14.4 cores=0-7
/proc/5333/task/5343/stat : 5343 (java) S 5330 5333 4683 0 -1 1077944384 99087 0 0 0 1379 61 0 0 20 0 46 0 101828350 16453967872 363083 33554432000 4194304 4196468 140730722354032 139620669266832 139620746557141 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 68 0 0 6293624 6294260 32796672 140730722358369 140730722358555 140730722358555 140730722361295 0
[pid=5333/tid=5344] ppid=5330 vsize=16068328 memory=796 CPUtime=10.27 cores=0-7
/proc/5333/task/5344/stat : 5344 (java) S 5330 5333 4683 0 -1 1077944384 174543 0 0 0 839 188 0 0 20 0 46 0 101828352 16453967872 363083 33554432000 4194304 4196468 140730722354032 139620203800816 139620746558082 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32796672 140730722358369 140730722358555 140730722358555 140730722361295 0
[pid=5333/tid=5345] ppid=5330 vsize=16068328 memory=932 CPUtime=0 cores=0-7
/proc/5333/task/5345/stat : 5345 (java) S 5330 5333 4683 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 46 0 101828352 16453967872 363083 33554432000 4194304 4196468 140730722354032 139620202747104 139620746557141 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32796672 140730722358369 140730722358555 140730722358555 140730722361295 0
[pid=5333/tid=5346] ppid=5330 vsize=16068328 memory=1576 CPUtime=0 cores=0-7
/proc/5333/task/5346/stat : 5346 (java) S 5330 5333 4683 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 46 0 101828352 16453967872 363083 33554432000 4194304 4196468 140730722354032 139620201693952 139620746557141 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32796672 140730722358369 140730722358555 140730722358555 140730722361295 0
[pid=5333/tid=5347] ppid=5330 vsize=16068328 memory=2240 CPUtime=0 cores=0-7
/proc/5333/task/5347/stat : 5347 (java) S 5330 5333 4683 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 46 0 101828355 16453967872 363083 33554432000 4194304 4196468 140730722354032 139620200642512 139620746565531 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32796672 140730722358369 140730722358555 140730722358555 140730722361295 0
[pid=5333/tid=5348] ppid=5330 vsize=16068328 memory=4128 CPUtime=2.11 cores=0-7
/proc/5333/task/5348/stat : 5348 (java) S 5330 5333 4683 0 -1 1077944384 10633 0 0 0 210 1 0 0 20 0 46 0 101828355 16453967872 363083 33554432000 4194304 4196468 140730722354032 139620199590640 139620746558082 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 32796672 140730722358369 140730722358555 140730722358555 140730722361295 0
[pid=5333/tid=5349] ppid=5330 vsize=16068328 memory=2200 CPUtime=1.72 cores=0-7
/proc/5333/task/5349/stat : 5349 (java) S 5330 5333 4683 0 -1 1077944384 9082 0 0 0 171 1 0 0 20 0 46 0 101828355 16453967872 363083 33554432000 4194304 4196468 140730722354032 139620198538096 139620746558082 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32796672 140730722358369 140730722358555 140730722358555 140730722361295 0
[pid=5333/tid=5350] ppid=5330 vsize=16068328 memory=6508 CPUtime=1.8 cores=0-7
/proc/5333/task/5350/stat : 5350 (java) S 5330 5333 4683 0 -1 1077944384 15493 0 0 0 177 3 0 0 20 0 46 0 101828355 16453967872 363083 33554432000 4194304 4196468 140730722354032 139620197485040 139620746558082 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32796672 140730722358369 140730722358555 140730722358555 140730722361295 0
[pid=5333/tid=5351] ppid=5330 vsize=16068328 memory=836 CPUtime=0.99 cores=0-7
/proc/5333/task/5351/stat : 5351 (java) S 5330 5333 4683 0 -1 1077944384 21495 0 0 0 94 5 0 0 20 0 46 0 101828355 16453967872 363083 33554432000 4194304 4196468 140730722354032 139620196432496 139620746558082 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32796672 140730722358369 140730722358555 140730722358555 140730722361295 0
[pid=5333/tid=5352] ppid=5330 vsize=16068328 memory=1692 CPUtime=0 cores=0-7
/proc/5333/task/5352/stat : 5352 (java) S 5330 5333 4683 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 46 0 101828355 16453967872 363083 33554432000 4194304 4196468 140730722354032 139620195379680 139620746557141 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 32796672 140730722358369 140730722358555 140730722358555 140730722361295 0
[pid=5333/tid=5353] ppid=5330 vsize=16068328 memory=916 CPUtime=0.6 cores=0-7
/proc/5333/task/5353/stat : 5353 (java) S 5330 5333 4683 0 -1 1077944384 8140 0 0 0 34 26 0 0 20 0 46 0 101828355 16453967872 363083 33554432000 4194304 4196468 140730722354032 139620194327216 139620746558082 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 32796672 140730722358369 140730722358555 140730722358555 140730722361295 0
[pid=5333/tid=5354] ppid=5330 vsize=16068328 memory=4808 CPUtime=31.05 cores=0-7
/proc/5333/task/5354/stat : 5354 (java) R 5330 5333 4683 0 -1 1077944384 35652 0 0 0 2547 558 0 0 20 0 46 0 101828618 16453967872 363083 33554432000 4194304 4196468 140730722354032 139619915203456 139620746557141 0 4 0 16800975 0 0 0 -1 4 0 0 78 0 0 6293624 6294260 32796672 140730722358369 140730722358555 140730722358555 140730722361295 0
[pid=5333/tid=5355] ppid=5330 vsize=16068328 memory=1156 CPUtime=2.73 cores=0-7
/proc/5333/task/5355/stat : 5355 (java) S 5330 5333 4683 0 -1 1077944384 15669 0 0 0 121 152 0 0 20 0 46 0 101828629 16453967872 363083 33554432000 4194304 4196468 140730722354032 139619912053664 139620746558082 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 3 0 0 6293624 6294260 32796672 140730722358369 140730722358555 140730722358555 140730722361295 0
[pid=5333/tid=5356] ppid=5330 vsize=16068328 memory=4644 CPUtime=1018.55 cores=0-7
/proc/5333/task/5356/stat : 5356 (java) R 5330 5333 4683 0 -1 4202560 29915 0 0 0 101822 33 0 0 20 0 46 0 101828639 16453967872 363083 33554432000 4194304 4196468 140730722354032 139619908902712 139620351262389 0 4 0 16800975 0 0 0 -1 3 0 0 28 0 0 6293624 6294260 32796672 140730722358369 140730722358555 140730722358555 140730722361295 0
[pid=5333/tid=5357] ppid=5330 vsize=16068328 memory=1455416 CPUtime=110.05 cores=0-7
/proc/5333/task/5357/stat : 5357 (java) S 5330 5333 4683 0 -1 1077944384 12378 0 0 0 10976 29 0 0 20 0 46 0 101828640 16453967872 363083 33554432000 4194304 4196468 140730722354032 139619907852112 139620746557141 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 16 0 0 6293624 6294260 32796672 140730722358369 140730722358555 140730722358555 140730722361295 0
[pid=5333/tid=5358] ppid=5330 vsize=16068328 memory=1459012 CPUtime=1293.07 cores=0-7
/proc/5333/task/5358/stat : 5358 (java) R 5330 5333 4683 0 -1 1077944384 46772 0 0 0 129251 56 0 0 20 0 46 0 101828640 16453967872 363083 33554432000 4194304 4196468 140730722354032 139619906799056 139620746557141 0 4 0 16800975 0 0 0 -1 7 0 0 45 0 0 6293624 6294260 32796672 140730722358369 140730722358555 140730722358555 140730722361295 0
[pid=5333/tid=5359] ppid=5330 vsize=16068328 memory=288230574492221466 CPUtime=665.75 cores=0-7
/proc/5333/task/5359/stat : 5359 (java) R 5330 5333 4683 0 -1 4202560 27596 0 0 0 66537 38 0 0 20 0 46 0 101828643 16453967872 363083 33554432000 4194304 4196468 140730722354032 139619905740360 139620348514404 0 4 0 16800975 0 0 0 -1 7 0 0 19 0 0 6293624 6294260 32796672 140730722358369 140730722358555 140730722358555 140730722361295 0
[pid=5333/tid=5360] ppid=5330 vsize=16068328 memory=288230583166042425 CPUtime=362.95 cores=0-7
/proc/5333/task/5360/stat : 5360 (java) R 5330 5333 4683 0 -1 4202560 21894 0 0 0 36266 29 0 0 20 0 46 0 101828643 16453967872 363083 33554432000 4194304 4196468 140730722354032 139619904691512 139620349970901 0 4 0 16800975 0 0 0 -1 6 0 0 20 0 0 6293624 6294260 32796672 140730722358369 140730722358555 140730722358555 140730722361295 0
[pid=5333/tid=5361] ppid=5330 vsize=16068328 memory=16098169624726079 CPUtime=1366.8 cores=0-7
/proc/5333/task/5361/stat : 5361 (java) S 5330 5333 4683 0 -1 1077944384 45772 0 0 0 136621 59 0 0 20 0 46 0 101828643 16453967872 363083 33554432000 4194304 4196468 140730722354032 139619903640912 139620746557141 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 48 0 0 6293624 6294260 32796672 140730722358369 140730722358555 140730722358555 140730722361295 0
[pid=5333/tid=5362] ppid=5330 vsize=16068328 memory=5664 CPUtime=434.45 cores=0-7
/proc/5333/task/5362/stat : 5362 (java) S 5330 5333 4683 0 -1 1077944384 14714 0 0 0 43410 35 0 0 20 0 46 0 101828643 16453967872 363083 33554432000 4194304 4196468 140730722354032 139619902587856 139620746557141 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 35 0 0 6293624 6294260 32796672 140730722358369 140730722358555 140730722358555 140730722361295 0
[pid=5333/tid=5363] ppid=5330 vsize=16068328 memory=4616 CPUtime=1193.61 cores=0-7
/proc/5333/task/5363/stat : 5363 (java) S 5330 5333 4683 0 -1 1077944384 43838 0 0 0 119307 54 0 0 20 0 46 0 101828643 16453967872 363083 33554432000 4194304 4196468 140730722354032 139619901535312 139620746557141 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 50 0 0 6293624 6294260 32796672 140730722358369 140730722358555 140730722358555 140730722361295 0
[pid=5333/tid=5364] ppid=5330 vsize=16068328 memory=288230574492221466 CPUtime=1480.42 cores=0-7
/proc/5333/task/5364/stat : 5364 (java) R 5330 5333 4683 0 -1 4202560 49824 0 0 0 147987 55 0 0 20 0 46 0 101828643 16453967872 363083 33554432000 4194304 4196468 140730722354032 139619900481336 139620350252440 0 4 0 16800975 0 0 0 -1 0 0 0 42 0 0 6293624 6294260 32796672 140730722358369 140730722358555 140730722358555 140730722361295 0
[pid=5333/tid=5365] ppid=5330 vsize=16068328 memory=288230583166042425 CPUtime=1425.76 cores=0-7
/proc/5333/task/5365/stat : 5365 (java) R 5330 5333 4683 0 -1 1077944384 42677 0 0 0 142525 51 0 0 20 0 46 0 101828643 16453967872 363083 33554432000 4194304 4196468 140730722354032 139619899430736 139620746557141 0 4 0 16800975 0 0 0 -1 2 0 0 34 0 0 6293624 6294260 32796672 140730722358369 140730722358555 140730722358555 140730722361295 0
[pid=5333/tid=5366] ppid=5330 vsize=16068328 memory=16098169624726079 CPUtime=264.17 cores=0-7
/proc/5333/task/5366/stat : 5366 (java) R 5330 5333 4683 0 -1 1077944384 16044 0 0 0 26388 29 0 0 20 0 46 0 101828643 16453967872 363083 33554432000 4194304 4196468 140730722354032 139619898377680 139620746557141 0 4 0 16800975 0 0 0 -1 5 0 0 19 0 0 6293624 6294260 32796672 140730722358369 140730722358555 140730722358555 140730722361295 0
[pid=5333/tid=5367] ppid=5330 vsize=16068328 memory=1424 CPUtime=1852.69 cores=0-7
/proc/5333/task/5367/stat : 5367 (java) R 5330 5333 4683 0 -1 4202560 55917 0 0 0 185203 66 0 0 20 0 46 0 101828654 16453967872 363083 33554432000 4194304 4196468 140730722354032 139619897323192 139620354356874 0 4 0 16800975 0 0 0 -1 4 0 0 34 0 0 6293624 6294260 32796672 140730722358369 140730722358555 140730722358555 140730722361295 0
[pid=5333/tid=5368] ppid=5330 vsize=16068328 memory=1459012 CPUtime=29.44 cores=0-7
/proc/5333/task/5368/stat : 5368 (java) S 5330 5333 4683 0 -1 1077944384 7110 0 0 0 2879 65 0 0 20 0 46 0 101828730 16453967872 363083 33554432000 4194304 4196468 140730722354032 139619894138064 139620746557141 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 15 0 0 6293624 6294260 32796672 140730722358369 140730722358555 140730722358555 140730722361295 0
[pid=5333/tid=5369] ppid=5330 vsize=16068328 memory=0 CPUtime=1474.7 cores=0-7
/proc/5333/task/5369/stat : 5369 (java) S 5330 5333 4683 0 -1 1077944384 41014 0 0 0 147421 49 0 0 20 0 46 0 101828732 16453967872 363083 33554432000 4194304 4196468 140730722354032 139619893085520 139620746557141 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 39 0 0 6293624 6294260 32796672 140730722358369 140730722358555 140730722358555 140730722361295 0
[pid=5333/tid=5370] ppid=5330 vsize=16068328 memory=0 CPUtime=3.65 cores=0-7
/proc/5333/task/5370/stat : 5370 (java) S 5330 5333 4683 0 -1 1077944384 7071 0 0 0 297 68 0 0 20 0 46 0 101828755 16453967872 363083 33554432000 4194304 4196468 140730722354032 139619892032464 139620746557141 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 13 0 0 6293624 6294260 32796672 140730722358369 140730722358555 140730722358555 140730722361295 0
[pid=5333/tid=5371] ppid=5330 vsize=16068328 memory=279307362411856 CPUtime=6.08 cores=0-7
/proc/5333/task/5371/stat : 5371 (java) S 5330 5333 4683 0 -1 1077944384 6063 0 0 0 550 58 0 0 20 0 46 0 101828757 16453967872 363083 33554432000 4194304 4196468 140730722354032 139619890979920 139620746557141 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 10 0 0 6293624 6294260 32796672 140730722358369 140730722358555 140730722358555 140730722361295 0
[pid=5333/tid=5372] ppid=5330 vsize=16068328 memory=3618560085814225171 CPUtime=98.67 cores=0-7
/proc/5333/task/5372/stat : 5372 (java) R 5330 5333 4683 0 -1 1077944384 8125 0 0 0 9802 65 0 0 20 0 46 0 101828759 16453967872 363083 33554432000 4194304 4196468 140730722354032 139619889927888 139620746557141 0 4 0 16800975 0 0 0 -1 1 0 0 14 0 0 6293624 6294260 32796672 140730722358369 140730722358555 140730722358555 140730722361295 0
[pid=5333/tid=5373] ppid=5330 vsize=16068328 memory=8112282956445269571 CPUtime=95.18 cores=0-7
/proc/5333/task/5373/stat : 5373 (java) S 5330 5333 4683 0 -1 1077944384 7905 0 0 0 9474 44 0 0 20 0 46 0 101828761 16453967872 363083 33554432000 4194304 4196468 140730722354032 139619888875344 139620746557141 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 15 0 0 6293624 6294260 32796672 140730722358369 140730722358555 140730722358555 140730722361295 0
[pid=5333/tid=5374] ppid=5330 vsize=16068328 memory=1236 CPUtime=1841.37 cores=0-7
/proc/5333/task/5374/stat : 5374 (java) R 5330 5333 4683 0 -1 4202560 48173 0 0 0 184082 55 0 0 20 0 46 0 101828762 16453967872 363083 33554432000 4194304 4196468 140730722354032 139619887820344 139620350180665 0 4 0 16800975 0 0 0 -1 5 0 0 46 0 0 6293624 6294260 32796672 140730722358369 140730722358555 140730722358555 140730722361295 0
[pid=5333/tid=5375] ppid=5330 vsize=16068328 memory=1455416 CPUtime=1088.73 cores=0-7
/proc/5333/task/5375/stat : 5375 (java) S 5330 5333 4683 0 -1 1077944384 41194 0 0 0 108813 60 0 0 20 0 46 0 101828762 16453967872 363083 33554432000 4194304 4196468 140730722354032 139619886769744 139620746557141 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 39 0 0 6293624 6294260 32796672 140730722358369 140730722358555 140730722358555 140730722361295 0
[pid=5333/tid=5376] ppid=5330 vsize=16068328 memory=932 CPUtime=1230.74 cores=0-7
/proc/5333/task/5376/stat : 5376 (java) R 5330 5333 4683 0 -1 4202560 33910 0 0 0 123024 50 0 0 20 0 46 0 101829074 16453967872 363083 33554432000 4194304 4196468 140730722354032 139619885714744 139620349667552 0 4 0 16800975 0 0 0 -1 2 0 0 26 0 0 6293624 6294260 32796672 140730722358369 140730722358555 140730722358555 140730722361295 0
[pid=5333/tid=5377] ppid=5330 vsize=16068328 memory=1576 CPUtime=1823.11 cores=0-7
/proc/5333/task/5377/stat : 5377 (java) R 5330 5333 4683 0 -1 4202560 62799 0 0 0 182241 70 0 0 20 0 46 0 101829075 16453967872 363083 33554432000 4194304 4196468 140730722354032 139619884662200 139620746558870 0 4 0 16800975 0 0 0 -1 1 0 0 40 0 0 6293624 6294260 32796672 140730722358369 140730722358555 140730722358555 140730722361295 0
[pid=5333/tid=5378] ppid=5330 vsize=16068328 memory=2200 CPUtime=460.52 cores=0-7
/proc/5333/task/5378/stat : 5378 (java) R 5330 5333 4683 0 -1 1077944384 16234 0 0 0 46025 27 0 0 20 0 46 0 101830562 16453967872 363083 33554432000 4194304 4196468 140730722354032 139619883611088 139620746557141 0 4 0 16800975 0 0 0 -1 3 0 0 28 0 0 6293624 6294260 32796672 140730722358369 140730722358555 140730722358555 140730722361295 0
[pid=5333/tid=5379] ppid=5330 vsize=16068328 memory=6508 CPUtime=3.29 cores=0-7
/proc/5333/task/5379/stat : 5379 (java) R 5330 5333 4683 0 -1 1077944384 5870 0 0 0 223 106 0 0 20 0 46 0 101830564 16453967872 363083 33554432000 4194304 4196468 140730722354032 139619882558544 139620746557141 0 4 0 16800975 0 0 0 -1 7 0 0 18 0 0 6293624 6294260 32796672 140730722358369 140730722358555 140730722358555 140730722361295 0
Current children cumulated CPU time: 19792.8 s
Current children cumulated vsize: 16068328 KiB
Current children cumulated memory: 1452332 KiB

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

[startup+2520.13 s]
# the end of solver process 5333 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=19776.7 s, system=16.9586 s

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

Child status: 143
Real time (s): 2520.13
CPU time (s): 19793.6
CPU user time (s): 19776.7
CPU system time (s): 16.9586
CPU usage (%): 785.421
Max. virtual memory (cumulated for all children) (KiB): 16068328
Max. memory (cumulated for all children) (KiB): 2773440

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 19776.7
system time used= 16.9586
maximum resident set size= 2775140
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1802157
page faults= 0
swaps= 0
block input operations= 0
block output operations= 4624
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4888578
involuntary context switches= 1818457


# summary of solver processes directly reported to runsolver:
#   pid: 5333
#   total CPU time (s): 19793.6
#   total CPU user time (s): 19776.7
#   total CPU system time (s): 16.9586

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 26.8922 second user time and 36.4215 second system time

The end

Launcher Data

Begin job on node115 at 2017-08-14 06:55:48
IDJOB=4275489
IDBENCH=122882
IDSOLVER=2668
FILE ID=node115/4275489-1502687406
RUNJOBID= node115-1502681025-4710
PBS_JOBID= 20628989
Free space on /tmp= 61812 MiB

SOLVER NAME= OscaR - Parallel with EPS 2017-07-26
BENCH NAME= XCSP17/NumberPartitioning/NumberPartitioning-m1-s1/NumberPartitioning-048.xml
COMMAND LINE= java -Xmx11000m -jar oscar-cp-xcsp3-parallel.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 11000 --nbcore NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4275489-1502687406/watcher-4275489-1502687406 -o /tmp/evaluation-result-4275489-1502687406/solver-4275489-1502687406 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node115-1502681025-4710 --watchdog 2580  java -Xmx11000m -jar oscar-cp-xcsp3-parallel.jar --randomseed 1354549136 --timelimit 20160 --memlimit 11000 --nbcore 8 HOME/instance-4275489-1502687406.xml

TIME LIMIT= 20160 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 8

MD5SUM BENCH= 7adabca14a9e2cab4a49f4d8c4ab1203
RANDOM SEED=1354549136

node115.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.69
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.69
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.69
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.69
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:        31528820 kB
MemAvailable:   31981112 kB
Buffers:          150004 kB
Cached:           588028 kB
SwapCached:            0 kB
Active:           565948 kB
Inactive:         228876 kB
Active(anon):       5012 kB
Inactive(anon):    79436 kB
Active(file):     560936 kB
Inactive(file):   149440 kB
Unevictable:        6172 kB
Mlocked:            6172 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             42360 kB
Writeback:             0 kB
AnonPages:         54948 kB
Mapped:            43224 kB
Shmem:             25224 kB
Slab:             141600 kB
SReclaimable:     115500 kB
SUnreclaim:        26100 kB
KernelStack:        3152 kB
PageTables:         5136 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     324268 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      105856 kB
DirectMap2M:    33439744 kB

Free space on /tmp at the end= 61768 MiB
End job on node115 at 2017-08-14 07:37:48