Trace number 4290955

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
OscaR - Parallel with EPS 2018-07-02OPT709 7.40741 2.39897

General information on the benchmark

NameKnapsack/
Knapsack-30-100-00_c18.xml
MD5SUM9b4affb9795dbfb6552181ea4234f2b3
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark709
Best CPU time to get the best result obtained on this benchmark5.36378
Satisfiable
(Un)Satisfiability was proved
Number of variables30
Number of constraints1
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":30}]
Minimum variable degree2
Maximum variable degree2
Distribution of variable degrees[{"degree":2,"count":30}]
Minimum constraint arity30
Maximum constraint arity30
Distribution of constraint arities[{"arity":30,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"sum","count":1}]
Optimization problemYES
Type of objectivemax SUM

Quality of the solution as a function of time


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

Solver Data

0.67/0.55	c version: 2018-07-02
0.67/0.55	c seed: 1027761424
0.67/0.55	c timeout: 20160
0.67/0.55	c memlimit: 22000
0.67/0.55	c nbcore: 8
0.67/0.58	c Parsing instance...
1.16/0.81	c Parsing done, starting search...
4.03/1.96	o 37
4.03/1.96	o 115
4.03/1.96	o 141
4.03/1.96	o 144
4.03/1.96	o 182
4.03/1.96	o 186
4.03/1.97	o 209
4.03/1.97	o 234
4.03/1.97	o 272
4.03/1.97	o 280
4.03/1.97	o 288
4.03/1.97	o 316
4.03/1.98	o 328
4.03/1.98	o 338
4.03/1.98	o 345
4.03/1.98	o 350
4.03/1.98	o 353
4.03/1.98	o 370
4.03/1.98	o 378
4.03/1.98	o 406
4.03/1.98	o 421
4.03/1.98	o 446
4.03/1.98	o 482
4.03/1.99	o 492
4.03/1.99	o 504
4.03/1.99	o 505
4.03/1.99	o 533
4.03/1.99	o 540
4.03/1.99	o 550
4.03/2.00	o 551
4.03/2.00	o 575
4.67/2.01	o 578
4.67/2.01	o 593
4.67/2.02	o 595
4.67/2.02	o 611
4.67/2.03	o 613
4.67/2.03	o 615
4.67/2.03	o 628
4.67/2.04	o 631
4.67/2.05	o 649
4.67/2.05	o 672
4.67/2.06	o 698
4.67/2.06	o 709
6.93/2.37	s OPTIMUM FOUND
6.93/2.37	v <instantiation>
6.93/2.37	v 	<list>
6.93/2.37	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] x[24] x[25] x[26] x[27] x[28] x[29]
6.93/2.37	v 	</list>
6.93/2.37	v 	<values>
6.93/2.37	v 		0 0 1 0 0 1 0 1 0 1 1 1 0 0 1 1 1 1 0 0 0 1 0 0 0 0 0 0 0 0 
6.93/2.37	v 	</values>
6.93/2.37	v </instantiation>

Verifier Data

OK	709

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4290955-1532670582/watcher-4290955-1532670582 -o /tmp/evaluation-result-4290955-1532670582/solver-4290955-1532670582 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node136-1532663056-9008 --watchdog 2580 java -Xmx22000m -jar oscarCPXcsp3-parallel.jar --randomseed 1027761424 --timelimit 20160 --memlimit 22000 --nbcore 8 HOME/instance-4290955-1532670582.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
solver pid=10337, runsolver pid=10334
Current StackSize limit: 8192 KiB


[startup+0.10011 s]*
/proc/loadavg: 8.23 8.32 8.32 3/198 10357
/proc/meminfo: memFree=28221632/32770624 swapFree=67108860/67108860
[pid=10337] ppid=10334 vsize=26103424 memory=30364 CPUtime=0.11 cores=0-7
/proc/10337/stat : 10337 (java) S 10334 10337 8981 0 -1 1077944320 6509 0 0 0 10 1 0 0 20 0 20 0 84621366 26729906176 7525 33554432000 4194304 4196468 140723067404512 140723067387056 140138149617399 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 38588416 140723067413581 140723067413765 140723067413765 140723067416527 0
/proc/10337/statm: 6525856 7591 3138 1 0 6487932 0
[pid=10337/tid=10339] ppid=10334 vsize=26103424 memory=4134930498285298233 CPUtime=0.09 cores=0-7
/proc/10337/task/10339/stat : 10339 (java) R 10334 10337 8981 0 -1 4202560 4718 0 0 0 8 1 0 0 20 0 20 0 84621366 26729906176 7723 33554432000 4194304 4196468 140723067404512 140138153853648 140138129894224 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 38588416 140723067413581 140723067413765 140723067413765 140723067416527 0
[pid=10337/tid=10340] ppid=10334 vsize=26103424 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/10337/task/10340/stat : 10340 (java) S 10334 10337 8981 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 84621367 26729906176 7723 33554432000 4194304 4196468 140723067404512 140137708149776 140138149627605 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38588416 140723067413581 140723067413765 140723067413765 140723067416527 0
[pid=10337/tid=10341] ppid=10334 vsize=26103424 memory=140191446300288 CPUtime=0 cores=0-7
/proc/10337/task/10341/stat : 10341 (java) S 10334 10337 8981 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 84621367 26729906176 7723 33554432000 4194304 4196468 140723067404512 140137707097232 140138149627605 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38588416 140723067413581 140723067413765 140723067413765 140723067416527 0
[pid=10337/tid=10342] ppid=10334 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/10337/task/10342/stat : 10342 (java) S 10334 10337 8981 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 84621367 26729906176 7723 33554432000 4194304 4196468 140723067404512 140137706044176 140138149627605 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38588416 140723067413581 140723067413765 140723067413765 140723067416527 0
[pid=10337/tid=10343] ppid=10334 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/10337/task/10343/stat : 10343 (java) S 10334 10337 8981 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 84621367 26729906176 7723 33554432000 4194304 4196468 140723067404512 140137704991632 140138149627605 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38588416 140723067413581 140723067413765 140723067413765 140723067416527 0
[pid=10337/tid=10344] ppid=10334 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/10337/task/10344/stat : 10344 (java) S 10334 10337 8981 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 84621367 26729906176 7723 33554432000 4194304 4196468 140723067404512 140137703938576 140138149627605 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38588416 140723067413581 140723067413765 140723067413765 140723067416527 0
[pid=10337/tid=10345] ppid=10334 vsize=26103424 memory=-1 CPUtime=0 cores=0-7
/proc/10337/task/10345/stat : 10345 (java) S 10334 10337 8981 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 84621367 26729906176 7723 33554432000 4194304 4196468 140723067404512 140137702886032 140138149627605 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38588416 140723067413581 140723067413765 140723067413765 140723067416527 0
[pid=10337/tid=10346] ppid=10334 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/10337/task/10346/stat : 10346 (java) S 10334 10337 8981 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 84621367 26729906176 7723 33554432000 4194304 4196468 140723067404512 140137701832976 140138149627605 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38588416 140723067413581 140723067413765 140723067413765 140723067416527 0
[pid=10337/tid=10347] ppid=10334 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/10337/task/10347/stat : 10347 (java) S 10334 10337 8981 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 84621367 26729906176 7723 33554432000 4194304 4196468 140723067404512 140137700780432 140138149627605 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38588416 140723067413581 140723067413765 140723067413765 140723067416527 0
[pid=10337/tid=10348] ppid=10334 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/10337/task/10348/stat : 10348 (java) S 10334 10337 8981 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 84621369 26729906176 7789 33554432000 4194304 4196468 140723067404512 140136623942384 140138149628546 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38588416 140723067413581 140723067413765 140723067413765 140723067416527 0
[pid=10337/tid=10349] ppid=10334 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/10337/task/10349/stat : 10349 (java) S 10334 10337 8981 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 84621369 26729906176 7789 33554432000 4194304 4196468 140723067404512 140136622888608 140138149627605 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38588416 140723067413581 140723067413765 140723067413765 140723067416527 0
[pid=10337/tid=10350] ppid=10334 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/10337/task/10350/stat : 10350 (java) S 10334 10337 8981 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 84621369 26729906176 7789 33554432000 4194304 4196468 140723067404512 140136621835504 140138149627605 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38588416 140723067413581 140723067413765 140723067413765 140723067416527 0
[pid=10337/tid=10351] ppid=10334 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/10337/task/10351/stat : 10351 (java) S 10334 10337 8981 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 84621372 26729906176 7789 33554432000 4194304 4196468 140723067404512 140136620784080 140138149635995 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38588416 140723067413581 140723067413765 140723067413765 140723067416527 0
[pid=10337/tid=10352] ppid=10334 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/10337/task/10352/stat : 10352 (java) S 10334 10337 8981 0 -1 1077944384 298 0 0 0 0 0 0 0 20 0 20 0 84621372 26729906176 7789 33554432000 4194304 4196468 140723067404512 140136619731184 140138149628546 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38588416 140723067413581 140723067413765 140723067413765 140723067416527 0
[pid=10337/tid=10353] ppid=10334 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/10337/task/10353/stat : 10353 (java) S 10334 10337 8981 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 84621372 26729906176 7789 33554432000 4194304 4196468 140723067404512 140136618678640 140138149628546 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38588416 140723067413581 140723067413765 140723067413765 140723067416527 0
[pid=10337/tid=10354] ppid=10334 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/10337/task/10354/stat : 10354 (java) S 10334 10337 8981 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 84621372 26729906176 7789 33554432000 4194304 4196468 140723067404512 140136617625584 140138149628546 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38588416 140723067413581 140723067413765 140723067413765 140723067416527 0
[pid=10337/tid=10355] ppid=10334 vsize=26103424 memory=0 CPUtime=0.01 cores=0-7
/proc/10337/task/10355/stat : 10355 (java) S 10334 10337 8981 0 -1 1077944384 253 0 0 0 1 0 0 0 20 0 20 0 84621372 26729906176 7789 33554432000 4194304 4196468 140723067404512 140136616573040 140138149628546 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38588416 140723067413581 140723067413765 140723067413765 140723067416527 0
[pid=10337/tid=10356] ppid=10334 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/10337/task/10356/stat : 10356 (java) S 10334 10337 8981 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 84621372 26729906176 7789 33554432000 4194304 4196468 140723067404512 140136615521248 140138149627605 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38588416 140723067413581 140723067413765 140723067413765 140723067416527 0
[pid=10337/tid=10357] ppid=10334 vsize=26103424 memory=-1 CPUtime=0 cores=0-7
/proc/10337/task/10357/stat : 10357 (java) S 10334 10337 8981 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 84621372 26729906176 7789 33554432000 4194304 4196468 140723067404512 140136614468784 140138149628546 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38588416 140723067413581 140723067413765 140723067413765 140723067416527 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 26103424 KiB
Current children cumulated memory: 30364 KiB

[startup+0.209702 s]*
/proc/loadavg: 8.23 8.32 8.32 4/198 10357
/proc/meminfo: memFree=28208796/32770624 swapFree=67108860/67108860
[pid=10337] ppid=10334 vsize=26103424 memory=43424 CPUtime=0.3 cores=0-7
/proc/10337/stat : 10337 (java) S 10334 10337 8981 0 -1 1077944320 10085 0 0 0 28 2 0 0 20 0 20 0 84621366 26729906176 10856 33554432000 4194304 4196468 140723067404512 140723067387056 140138149617399 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 38588416 140723067413581 140723067413765 140723067413765 140723067416527 0
/proc/10337/statm: 6525856 10856 3306 1 0 6487932 0
[pid=10337/tid=10339] ppid=10334 vsize=26103424 memory=4026531975 CPUtime=0.19 cores=0-7
/proc/10337/task/10339/stat : 10339 (java) R 10334 10337 8981 0 -1 4202560 7862 0 0 0 18 1 0 0 20 0 20 0 84621366 26729906176 10856 33554432000 4194304 4196468 140723067404512 140138153846608 140138149639325 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 38588416 140723067413581 140723067413765 140723067413765 140723067416527 0
[pid=10337/tid=10340] ppid=10334 vsize=26103424 memory=10823 CPUtime=0 cores=0-7
/proc/10337/task/10340/stat : 10340 (java) S 10334 10337 8981 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 84621367 26729906176 10856 33554432000 4194304 4196468 140723067404512 140137708149776 140138149627605 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38588416 140723067413581 140723067413765 140723067413765 140723067416527 0
[pid=10337/tid=10341] ppid=10334 vsize=26103424 memory=140191446310643 CPUtime=0 cores=0-7
/proc/10337/task/10341/stat : 10341 (java) S 10334 10337 8981 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 84621367 26729906176 10856 33554432000 4194304 4196468 140723067404512 140137707097232 140138149627605 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38588416 140723067413581 140723067413765 140723067413765 140723067416527 0
[pid=10337/tid=10342] ppid=10334 vsize=26103424 memory=-1 CPUtime=0 cores=0-7
/proc/10337/task/10342/stat : 10342 (java) S 10334 10337 8981 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 84621367 26729906176 10856 33554432000 4194304 4196468 140723067404512 140137706044176 140138149627605 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38588416 140723067413581 140723067413765 140723067413765 140723067416527 0
[pid=10337/tid=10343] ppid=10334 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/10337/task/10343/stat : 10343 (java) S 10334 10337 8981 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 84621367 26729906176 10856 33554432000 4194304 4196468 140723067404512 140137704991632 140138149627605 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38588416 140723067413581 140723067413765 140723067413765 140723067416527 0
[pid=10337/tid=10344] ppid=10334 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/10337/task/10344/stat : 10344 (java) S 10334 10337 8981 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 84621367 26729906176 10856 33554432000 4194304 4196468 140723067404512 140137703938576 140138149627605 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38588416 140723067413581 140723067413765 140723067413765 140723067416527 0
[pid=10337/tid=10345] ppid=10334 vsize=26103424 memory=-1 CPUtime=0 cores=0-7
/proc/10337/task/10345/stat : 10345 (java) S 10334 10337 8981 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 84621367 26729906176 10856 33554432000 4194304 4196468 140723067404512 140137702886032 140138149627605 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38588416 140723067413581 140723067413765 140723067413765 140723067416527 0
[pid=10337/tid=10346] ppid=10334 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/10337/task/10346/stat : 10346 (java) S 10334 10337 8981 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 84621367 26729906176 10856 33554432000 4194304 4196468 140723067404512 140137701832976 140138149627605 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38588416 140723067413581 140723067413765 140723067413765 140723067416527 0
[pid=10337/tid=10347] ppid=10334 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/10337/task/10347/stat : 10347 (java) S 10334 10337 8981 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 84621367 26729906176 10856 33554432000 4194304 4196468 140723067404512 140137700780432 140138149627605 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38588416 140723067413581 140723067413765 140723067413765 140723067416527 0
[pid=10337/tid=10348] ppid=10334 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/10337/task/10348/stat : 10348 (java) S 10334 10337 8981 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 84621369 26729906176 10856 33554432000 4194304 4196468 140723067404512 140136623942384 140138149628546 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38588416 140723067413581 140723067413765 140723067413765 140723067416527 0
[pid=10337/tid=10349] ppid=10334 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/10337/task/10349/stat : 10349 (java) S 10334 10337 8981 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 84621369 26729906176 10856 33554432000 4194304 4196468 140723067404512 140136622888608 140138149627605 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38588416 140723067413581 140723067413765 140723067413765 140723067416527 0
[pid=10337/tid=10350] ppid=10334 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/10337/task/10350/stat : 10350 (java) S 10334 10337 8981 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 84621369 26729906176 10856 33554432000 4194304 4196468 140723067404512 140136621835504 140138149627605 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38588416 140723067413581 140723067413765 140723067413765 140723067416527 0
[pid=10337/tid=10351] ppid=10334 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/10337/task/10351/stat : 10351 (java) S 10334 10337 8981 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 84621372 26729906176 10856 33554432000 4194304 4196468 140723067404512 140136620784080 140138149635995 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38588416 140723067413581 140723067413765 140723067413765 140723067416527 0
[pid=10337/tid=10352] ppid=10334 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/10337/task/10352/stat : 10352 (java) S 10334 10337 8981 0 -1 1077944384 318 0 0 0 0 0 0 0 20 0 20 0 84621372 26729906176 10856 33554432000 4194304 4196468 140723067404512 140136619731184 140138149628546 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38588416 140723067413581 140723067413765 140723067413765 140723067416527 0
[pid=10337/tid=10353] ppid=10334 vsize=26103424 memory=0 CPUtime=0.01 cores=0-7
/proc/10337/task/10353/stat : 10353 (java) S 10334 10337 8981 0 -1 1077944384 39 0 0 0 1 0 0 0 20 0 20 0 84621372 26729906176 10856 33554432000 4194304 4196468 140723067404512 140136618678640 140138149628546 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38588416 140723067413581 140723067413765 140723067413765 140723067416527 0
[pid=10337/tid=10354] ppid=10334 vsize=26103424 memory=0 CPUtime=0.01 cores=0-7
/proc/10337/task/10354/stat : 10354 (java) S 10334 10337 8981 0 -1 1077944384 190 0 0 0 1 0 0 0 20 0 20 0 84621372 26729906176 10856 33554432000 4194304 4196468 140723067404512 140136617625584 140138149628546 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38588416 140723067413581 140723067413765 140723067413765 140723067416527 0
[pid=10337/tid=10355] ppid=10334 vsize=26103424 memory=0 CPUtime=0.06 cores=0-7
/proc/10337/task/10355/stat : 10355 (java) S 10334 10337 8981 0 -1 1077944384 296 0 0 0 6 0 0 0 20 0 20 0 84621372 26729906176 10856 33554432000 4194304 4196468 140723067404512 140136616573040 140138149628546 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38588416 140723067413581 140723067413765 140723067413765 140723067416527 0
[pid=10337/tid=10356] ppid=10334 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/10337/task/10356/stat : 10356 (java) S 10334 10337 8981 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 84621372 26729906176 10856 33554432000 4194304 4196468 140723067404512 140136615521248 140138149627605 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38588416 140723067413581 140723067413765 140723067413765 140723067416527 0
[pid=10337/tid=10357] ppid=10334 vsize=26103424 memory=-1 CPUtime=0 cores=0-7
/proc/10337/task/10357/stat : 10357 (java) S 10334 10337 8981 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 84621372 26729906176 10856 33554432000 4194304 4196468 140723067404512 140136614468784 140138149628546 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38588416 140723067413581 140723067413765 140723067413765 140723067416527 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 26103424 KiB
Current children cumulated memory: 43424 KiB

[startup+0.309714 s]*
/proc/loadavg: 8.23 8.32 8.32 2/198 10357
/proc/meminfo: memFree=28205384/32770624 swapFree=67108860/67108860
[pid=10337] ppid=10334 vsize=26103424 memory=47000 CPUtime=0.43 cores=0-7
/proc/10337/stat : 10337 (java) S 10334 10337 8981 0 -1 1077944320 10512 0 0 0 40 3 0 0 20 0 20 0 84621366 26729906176 11750 33554432000 4194304 4196468 140723067404512 140723067387056 140138149617399 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 38588416 140723067413581 140723067413765 140723067413765 140723067416527 0
/proc/10337/statm: 6525856 11750 3332 1 0 6487932 0
[pid=10337/tid=10339] ppid=10334 vsize=26103424 memory=6791534058613427641 CPUtime=0.3 cores=0-7
/proc/10337/task/10339/stat : 10339 (java) R 10334 10337 8981 0 -1 4202560 8209 0 0 0 28 2 0 0 20 0 20 0 84621366 26729906176 11750 33554432000 4194304 4196468 140723067404512 140138153779136 140138131180959 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 38588416 140723067413581 140723067413765 140723067413765 140723067416527 0
[pid=10337/tid=10340] ppid=10334 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/10337/task/10340/stat : 10340 (java) S 10334 10337 8981 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 84621367 26729906176 11750 33554432000 4194304 4196468 140723067404512 140137708149776 140138149627605 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38588416 140723067413581 140723067413765 140723067413765 140723067416527 0
[pid=10337/tid=10341] ppid=10334 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/10337/task/10341/stat : 10341 (java) S 10334 10337 8981 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 84621367 26729906176 11750 33554432000 4194304 4196468 140723067404512 140137707097232 140138149627605 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38588416 140723067413581 140723067413765 140723067413765 140723067416527 0
[pid=10337/tid=10342] ppid=10334 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/10337/task/10342/stat : 10342 (java) S 10334 10337 8981 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 84621367 26729906176 11750 33554432000 4194304 4196468 140723067404512 140137706044176 140138149627605 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38588416 140723067413581 140723067413765 140723067413765 140723067416527 0
[pid=10337/tid=10343] ppid=10334 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/10337/task/10343/stat : 10343 (java) S 10334 10337 8981 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 84621367 26729906176 11750 33554432000 4194304 4196468 140723067404512 140137704991632 140138149627605 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38588416 140723067413581 140723067413765 140723067413765 140723067416527 0
[pid=10337/tid=10344] ppid=10334 vsize=26103424 memory=2244 CPUtime=0 cores=0-7
/proc/10337/task/10344/stat : 10344 (java) S 10334 10337 8981 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 84621367 26729906176 11750 33554432000 4194304 4196468 140723067404512 140137703938576 140138149627605 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38588416 140723067413581 140723067413765 140723067413765 140723067416527 0
[pid=10337/tid=10345] ppid=10334 vsize=26103424 memory=140191289406383 CPUtime=0 cores=0-7
/proc/10337/task/10345/stat : 10345 (java) S 10334 10337 8981 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 84621367 26729906176 11750 33554432000 4194304 4196468 140723067404512 140137702886032 140138149627605 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38588416 140723067413581 140723067413765 140723067413765 140723067416527 0
[pid=10337/tid=10346] ppid=10334 vsize=26103424 memory=140191289408688 CPUtime=0 cores=0-7
/proc/10337/task/10346/stat : 10346 (java) S 10334 10337 8981 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 84621367 26729906176 11750 33554432000 4194304 4196468 140723067404512 140137701832976 140138149627605 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38588416 140723067413581 140723067413765 140723067413765 140723067416527 0
[pid=10337/tid=10347] ppid=10334 vsize=26103424 memory=140191289410992 CPUtime=0 cores=0-7
/proc/10337/task/10347/stat : 10347 (java) S 10334 10337 8981 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 84621367 26729906176 11750 33554432000 4194304 4196468 140723067404512 140137700780432 140138149627605 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38588416 140723067413581 140723067413765 140723067413765 140723067416527 0
[pid=10337/tid=10348] ppid=10334 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/10337/task/10348/stat : 10348 (java) S 10334 10337 8981 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 84621369 26729906176 11750 33554432000 4194304 4196468 140723067404512 140136623942384 140138149628546 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38588416 140723067413581 140723067413765 140723067413765 140723067416527 0
[pid=10337/tid=10349] ppid=10334 vsize=26103424 memory=280382578828944 CPUtime=0 cores=0-7
/proc/10337/task/10349/stat : 10349 (java) S 10334 10337 8981 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 84621369 26729906176 11750 33554432000 4194304 4196468 140723067404512 140136622888608 140138149627605 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38588416 140723067413581 140723067413765 140723067413765 140723067416527 0
[pid=10337/tid=10350] ppid=10334 vsize=26103424 memory=280382578835856 CPUtime=0 cores=0-7
/proc/10337/task/10350/stat : 10350 (java) S 10334 10337 8981 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 84621369 26729906176 11750 33554432000 4194304 4196468 140723067404512 140136621835504 140138149627605 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38588416 140723067413581 140723067413765 140723067413765 140723067416527 0
[pid=10337/tid=10351] ppid=10334 vsize=26103424 memory=280382578777104 CPUtime=0 cores=0-7
/proc/10337/task/10351/stat : 10351 (java) S 10334 10337 8981 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 84621372 26729906176 11750 33554432000 4194304 4196468 140723067404512 140136620784080 140138149635995 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38588416 140723067413581 140723067413765 140723067413765 140723067416527 0
[pid=10337/tid=10352] ppid=10334 vsize=26103424 memory=280382578849680 CPUtime=0.01 cores=0-7
/proc/10337/task/10352/stat : 10352 (java) S 10334 10337 8981 0 -1 1077944384 327 0 0 0 1 0 0 0 20 0 20 0 84621372 26729906176 11750 33554432000 4194304 4196468 140723067404512 140136619731184 140138149628546 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38588416 140723067413581 140723067413765 140723067413765 140723067416527 0
[pid=10337/tid=10353] ppid=10334 vsize=26103424 memory=280382578856592 CPUtime=0.02 cores=0-7
/proc/10337/task/10353/stat : 10353 (java) S 10334 10337 8981 0 -1 1077944384 99 0 0 0 2 0 0 0 20 0 20 0 84621372 26729906176 11750 33554432000 4194304 4196468 140723067404512 140136618678640 140138149628546 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38588416 140723067413581 140723067413765 140723067413765 140723067416527 0
[pid=10337/tid=10354] ppid=10334 vsize=26103424 memory=280382578854288 CPUtime=0.01 cores=0-7
/proc/10337/task/10354/stat : 10354 (java) S 10334 10337 8981 0 -1 1077944384 190 0 0 0 1 0 0 0 20 0 20 0 84621372 26729906176 11750 33554432000 4194304 4196468 140723067404512 140136617625584 140138149628546 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38588416 140723067413581 140723067413765 140723067413765 140723067416527 0
[pid=10337/tid=10355] ppid=10334 vsize=26103424 memory=280382578870896 CPUtime=0.07 cores=0-7
/proc/10337/task/10355/stat : 10355 (java) S 10334 10337 8981 0 -1 1077944384 303 0 0 0 7 0 0 0 20 0 20 0 84621372 26729906176 11750 33554432000 4194304 4196468 140723067404512 140136616573040 140138149628546 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38588416 140723067413581 140723067413765 140723067413765 140723067416527 0
[pid=10337/tid=10356] ppid=10334 vsize=26103424 memory=0 CPUtime=0 cores=0-7
/proc/10337/task/10356/stat : 10356 (java) S 10334 10337 8981 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 84621372 26729906176 11750 33554432000 4194304 4196468 140723067404512 140136615521248 140138149627605 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38588416 140723067413581 140723067413765 140723067413765 140723067416527 0
[pid=10337/tid=10357] ppid=10334 vsize=26103424 memory=-1 CPUtime=0 cores=0-7
/proc/10337/task/10357/stat : 10357 (java) S 10334 10337 8981 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 84621372 26729906176 11750 33554432000 4194304 4196468 140723067404512 140136614468784 140138149628546 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38588416 140723067413581 140723067413765 140723067413765 140723067416527 0
Current children cumulated CPU time: 0.43 s
Current children cumulated vsize: 26103424 KiB
Current children cumulated memory: 47000 KiB

[startup+0.700879 s]
/proc/loadavg: 8.23 8.32 8.32 2/198 10357
/proc/meminfo: memFree=28181324/32770624 swapFree=67108860/67108860
[pid=10337] ppid=10334 vsize=26105492 memory=87420 CPUtime=1 cores=0-7
/proc/10337/stat : 10337 (java) S 10334 10337 8981 0 -1 1077944320 17320 0 0 0 94 6 0 0 20 0 20 0 84621366 26732023808 21855 33554432000 4194304 4196468 140723067404512 140723067387056 140138149617399 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 38588416 140723067413581 140723067413765 140723067413765 140723067416527 0
/proc/10337/statm: 6526373 21855 3466 1 0 6488444 0
[pid=10337/tid=10339] ppid=10334 vsize=26105492 memory=0 CPUtime=0.67 cores=0-7
/proc/10337/task/10339/stat : 10339 (java) R 10334 10337 8981 0 -1 4202560 14578 0 0 0 63 4 0 0 20 0 20 0 84621366 26732023808 21855 33554432000 4194304 4196468 140723067404512 140138153841568 140138132062657 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 38588416 140723067413581 140723067413765 140723067413765 140723067416527 0
[pid=10337/tid=10340] ppid=10334 vsize=26105492 memory=0 CPUtime=0 cores=0-7
/proc/10337/task/10340/stat : 10340 (java) S 10334 10337 8981 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 84621367 26732023808 21855 33554432000 4194304 4196468 140723067404512 140137708149776 140138149627605 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38588416 140723067413581 140723067413765 140723067413765 140723067416527 0
[pid=10337/tid=10341] ppid=10334 vsize=26105492 memory=0 CPUtime=0 cores=0-7
/proc/10337/task/10341/stat : 10341 (java) S 10334 10337 8981 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 84621367 26732023808 21855 33554432000 4194304 4196468 140723067404512 140137707097232 140138149627605 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38588416 140723067413581 140723067413765 140723067413765 140723067416527 0
[pid=10337/tid=10342] ppid=10334 vsize=26105492 memory=0 CPUtime=0 cores=0-7
/proc/10337/task/10342/stat : 10342 (java) S 10334 10337 8981 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 84621367 26732023808 21855 33554432000 4194304 4196468 140723067404512 140137706044176 140138149627605 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38588416 140723067413581 140723067413765 140723067413765 140723067416527 0
[pid=10337/tid=10343] ppid=10334 vsize=26105492 memory=1812 CPUtime=0 cores=0-7
/proc/10337/task/10343/stat : 10343 (java) S 10334 10337 8981 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 84621367 26732023808 21855 33554432000 4194304 4196468 140723067404512 140137704991632 140138149627605 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38588416 140723067413581 140723067413765 140723067413765 140723067416527 0
[pid=10337/tid=10344] ppid=10334 vsize=26105492 memory=1020 CPUtime=0 cores=0-7
/proc/10337/task/10344/stat : 10344 (java) S 10334 10337 8981 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 84621367 26732023808 21855 33554432000 4194304 4196468 140723067404512 140137703938576 140138149627605 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38588416 140723067413581 140723067413765 140723067413765 140723067416527 0
[pid=10337/tid=10345] ppid=10334 vsize=26105492 memory=5184 CPUtime=0 cores=0-7
/proc/10337/task/10345/stat : 10345 (java) S 10334 10337 8981 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 84621367 26732023808 21855 33554432000 4194304 4196468 140723067404512 140137702886032 140138149627605 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38588416 140723067413581 140723067413765 140723067413765 140723067416527 0
[pid=10337/tid=10346] ppid=10334 vsize=26105492 memory=756 CPUtime=0 cores=0-7
/proc/10337/task/10346/stat : 10346 (java) S 10334 10337 8981 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 84621367 26732023808 21855 33554432000 4194304 4196468 140723067404512 140137701832976 140138149627605 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38588416 140723067413581 140723067413765 140723067413765 140723067416527 0
[pid=10337/tid=10347] ppid=10334 vsize=26105492 memory=14572 CPUtime=0 cores=0-7
/proc/10337/task/10347/stat : 10347 (java) S 10334 10337 8981 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 84621367 26732023808 21855 33554432000 4194304 4196468 140723067404512 140137700780432 140138149627605 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38588416 140723067413581 140723067413765 140723067413765 140723067416527 0
[pid=10337/tid=10348] ppid=10334 vsize=26105492 memory=12708 CPUtime=0 cores=0-7
/proc/10337/task/10348/stat : 10348 (java) S 10334 10337 8981 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 84621369 26732023808 21855 33554432000 4194304 4196468 140723067404512 140136623942384 140138149628546 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38588416 140723067413581 140723067413765 140723067413765 140723067416527 0

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

[pid=10337/tid=10356] ppid=10334 vsize=27850528 memory=0 CPUtime=0 cores=0-7
/proc/10337/task/10356/stat : 10356 (java) S 10334 10337 8981 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 46 0 84621372 28518940672 60994 33554432000 4194304 4196468 140723067404512 140136615521248 140138149627605 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38588416 140723067413581 140723067413765 140723067413765 140723067416527 0
[pid=10337/tid=10357] ppid=10334 vsize=27850528 memory=0 CPUtime=0 cores=0-7
/proc/10337/task/10357/stat : 10357 (java) S 10334 10337 8981 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 46 0 84621372 28518940672 60994 33554432000 4194304 4196468 140723067404512 140136614468784 140138149628546 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38588416 140723067413581 140723067413765 140723067413765 140723067416527 0
[pid=10337/tid=10358] ppid=10334 vsize=27850528 memory=0 CPUtime=0.01 cores=0-7
/proc/10337/task/10358/stat : 10358 (java) R 10334 10337 8981 0 -1 1077944384 37 0 0 0 1 0 0 0 20 0 46 0 84621513 28518940672 60994 33554432000 4194304 4196468 140723067404512 140136603120640 140138149627605 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 38588416 140723067413581 140723067413765 140723067413765 140723067416527 0
[pid=10337/tid=10359] ppid=10334 vsize=27850528 memory=0 CPUtime=0 cores=0-7
/proc/10337/task/10359/stat : 10359 (java) S 10334 10337 8981 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 46 0 84621529 28518940672 60994 33554432000 4194304 4196468 140723067404512 140136599971024 140138149628546 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38588416 140723067413581 140723067413765 140723067413765 140723067416527 0
[pid=10337/tid=10360] ppid=10334 vsize=27850528 memory=0 CPUtime=0.14 cores=0-7
/proc/10337/task/10360/stat : 10360 (java) R 10334 10337 8981 0 -1 1077944384 109 0 0 0 14 0 0 0 20 0 46 0 84621550 28518940672 60994 33554432000 4194304 4196468 140723067404512 140136596821040 140138149627605 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 38588416 140723067413581 140723067413765 140723067413765 140723067416527 0
[pid=10337/tid=10361] ppid=10334 vsize=27850528 memory=0 CPUtime=0.06 cores=0-7
/proc/10337/task/10361/stat : 10361 (java) R 10334 10337 8981 0 -1 4202560 94 0 0 0 6 0 0 0 20 0 46 0 84621551 28518940672 60994 33554432000 4194304 4196468 140723067404512 140136019743920 140723067520962 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 38588416 140723067413581 140723067413765 140723067413765 140723067416527 0
[pid=10337/tid=10362] ppid=10334 vsize=27850528 memory=0 CPUtime=0.11 cores=0-7
/proc/10337/task/10362/stat : 10362 (java) S 10334 10337 8981 0 -1 1077944384 180 0 0 0 11 0 0 0 20 0 46 0 84621551 28518940672 60994 33554432000 4194304 4196468 140723067404512 140136018678288 140138149627605 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38588416 140723067413581 140723067413765 140723067413765 140723067416527 0
[pid=10337/tid=10363] ppid=10334 vsize=27850528 memory=0 CPUtime=0.08 cores=0-7
/proc/10337/task/10363/stat : 10363 (java) R 10334 10337 8981 0 -1 1077944384 59 0 0 0 8 0 0 0 20 0 46 0 84621558 28518940672 60994 33554432000 4194304 4196468 140723067404512 140136015541168 140138149627605 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 38588416 140723067413581 140723067413765 140723067413765 140723067416527 0
[pid=10337/tid=10364] ppid=10334 vsize=27850528 memory=0 CPUtime=0.05 cores=0-7
/proc/10337/task/10364/stat : 10364 (java) R 10334 10337 8981 0 -1 1077944384 67 0 0 0 5 0 0 0 20 0 46 0 84621558 28518940672 60994 33554432000 4194304 4196468 140723067404512 140136014489136 140138149627605 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 38588416 140723067413581 140723067413765 140723067413765 140723067416527 0
[pid=10337/tid=10365] ppid=10334 vsize=27850528 memory=0 CPUtime=0.15 cores=0-7
/proc/10337/task/10365/stat : 10365 (java) R 10334 10337 8981 0 -1 1077944384 66 0 0 0 15 0 0 0 20 0 46 0 84621558 28518940672 60994 33554432000 4194304 4196468 140723067404512 140136013436592 140138149627605 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 38588416 140723067413581 140723067413765 140723067413765 140723067416527 0
[pid=10337/tid=10366] ppid=10334 vsize=27850528 memory=0 CPUtime=0.06 cores=0-7
/proc/10337/task/10366/stat : 10366 (java) R 10334 10337 8981 0 -1 1077944384 57 0 0 0 6 0 0 0 20 0 46 0 84621558 28518940672 60994 33554432000 4194304 4196468 140723067404512 140136012383536 140138149627605 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 38588416 140723067413581 140723067413765 140723067413765 140723067416527 0
[pid=10337/tid=10367] ppid=10334 vsize=27850528 memory=0 CPUtime=0.09 cores=0-7
/proc/10337/task/10367/stat : 10367 (java) R 10334 10337 8981 0 -1 4202560 58 0 0 0 9 0 0 0 20 0 46 0 84621558 28518940672 60994 33554432000 4194304 4196468 140723067404512 140136011330992 140723067520962 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 38588416 140723067413581 140723067413765 140723067413765 140723067416527 0
[pid=10337/tid=10368] ppid=10334 vsize=27850528 memory=0 CPUtime=0.07 cores=0-7
/proc/10337/task/10368/stat : 10368 (java) R 10334 10337 8981 0 -1 4202560 46 0 0 0 7 0 0 0 20 0 46 0 84621558 28518940672 60994 33554432000 4194304 4196468 140723067404512 140136010275424 140137759111448 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 38588416 140723067413581 140723067413765 140723067413765 140723067416527 0
[pid=10337/tid=10369] ppid=10334 vsize=27850528 memory=0 CPUtime=0.04 cores=0-7
/proc/10337/task/10369/stat : 10369 (java) R 10334 10337 8981 0 -1 1077944384 27 0 0 0 4 0 0 0 20 0 46 0 84621558 28518940672 60994 33554432000 4194304 4196468 140723067404512 140136009212192 140138149627605 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 38588416 140723067413581 140723067413765 140723067413765 140723067416527 0
[pid=10337/tid=10370] ppid=10334 vsize=27850528 memory=0 CPUtime=0.04 cores=0-7
/proc/10337/task/10370/stat : 10370 (java) R 10334 10337 8981 0 -1 4202560 36 0 0 0 4 0 0 0 20 0 46 0 84621558 28518940672 60994 33554432000 4194304 4196468 140723067404512 140136008169824 140137760890527 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 38588416 140723067413581 140723067413765 140723067413765 140723067416527 0
[pid=10337/tid=10371] ppid=10334 vsize=27850528 memory=0 CPUtime=0.05 cores=0-7
/proc/10337/task/10371/stat : 10371 (java) S 10334 10337 8981 0 -1 1077944384 27 0 0 0 5 0 0 0 20 0 46 0 84621561 28518940672 60994 33554432000 4194304 4196468 140723067404512 140136007119792 140138149627605 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38588416 140723067413581 140723067413765 140723067413765 140723067416527 0
[pid=10337/tid=10372] ppid=10334 vsize=27850528 memory=0 CPUtime=0 cores=0-7
/proc/10337/task/10372/stat : 10372 (java) S 10334 10337 8981 0 -1 1077944384 25 0 0 0 0 0 0 0 20 0 46 0 84621561 28518940672 60994 33554432000 4194304 4196468 140723067404512 140136006067760 140138149627605 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38588416 140723067413581 140723067413765 140723067413765 140723067416527 0
[pid=10337/tid=10373] ppid=10334 vsize=27850528 memory=0 CPUtime=0.02 cores=0-7
/proc/10337/task/10373/stat : 10373 (java) R 10334 10337 8981 0 -1 1077944384 34 0 0 0 2 0 0 0 20 0 46 0 84621561 28518940672 60994 33554432000 4194304 4196468 140723067404512 140136005015216 140138149627605 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 38588416 140723067413581 140723067413765 140723067413765 140723067416527 0
[pid=10337/tid=10374] ppid=10334 vsize=27850528 memory=0 CPUtime=0.04 cores=0-7
/proc/10337/task/10374/stat : 10374 (java) R 10334 10337 8981 0 -1 1077944384 52 0 0 0 4 0 0 0 20 0 46 0 84621561 28518940672 60994 33554432000 4194304 4196468 140723067404512 140136003962160 140138149627605 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 38588416 140723067413581 140723067413765 140723067413765 140723067416527 0
[pid=10337/tid=10375] ppid=10334 vsize=27850528 memory=0 CPUtime=0.04 cores=0-7
/proc/10337/task/10375/stat : 10375 (java) R 10334 10337 8981 0 -1 1077944384 28 0 0 0 4 0 0 0 20 0 46 0 84621563 28518940672 60994 33554432000 4194304 4196468 140723067404512 140136000775600 140138149627605 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 38588416 140723067413581 140723067413765 140723067413765 140723067416527 0
[pid=10337/tid=10376] ppid=10334 vsize=27850528 memory=0 CPUtime=0.02 cores=0-7
/proc/10337/task/10376/stat : 10376 (java) S 10334 10337 8981 0 -1 1077944384 27 0 0 0 2 0 0 0 20 0 46 0 84621563 28518940672 60994 33554432000 4194304 4196468 140723067404512 140135999722544 140138149627605 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38588416 140723067413581 140723067413765 140723067413765 140723067416527 0
[pid=10337/tid=10377] ppid=10334 vsize=27850528 memory=0 CPUtime=0.06 cores=0-7
/proc/10337/task/10377/stat : 10377 (java) R 10334 10337 8981 0 -1 1077944384 34 0 0 0 6 0 0 0 20 0 46 0 84621563 28518940672 60994 33554432000 4194304 4196468 140723067404512 140135998670000 140138149627605 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 38588416 140723067413581 140723067413765 140723067413765 140723067416527 0
[pid=10337/tid=10378] ppid=10334 vsize=27850528 memory=0 CPUtime=0.02 cores=0-7
/proc/10337/task/10378/stat : 10378 (java) R 10334 10337 8981 0 -1 1077944384 27 0 0 0 2 0 0 0 20 0 46 0 84621563 28518940672 60994 33554432000 4194304 4196468 140723067404512 140135997616944 140138149627605 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 38588416 140723067413581 140723067413765 140723067413765 140723067416527 0
[pid=10337/tid=10379] ppid=10334 vsize=27850528 memory=0 CPUtime=0.05 cores=0-7
/proc/10337/task/10379/stat : 10379 (java) R 10334 10337 8981 0 -1 1077944384 28 0 0 0 5 0 0 0 20 0 46 0 84621563 28518940672 60994 33554432000 4194304 4196468 140723067404512 140135996564400 140138149627605 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 38588416 140723067413581 140723067413765 140723067413765 140723067416527 0
[pid=10337/tid=10380] ppid=10334 vsize=27850528 memory=0 CPUtime=0 cores=0-7
/proc/10337/task/10380/stat : 10380 (java) R 10334 10337 8981 0 -1 4202560 24 0 0 0 0 0 0 0 20 0 46 0 84621563 28518940672 60994 33554432000 4194304 4196468 140723067404512 140135995512368 140723067520962 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 38588416 140723067413581 140723067413765 140723067413765 140723067416527 0
[pid=10337/tid=10381] ppid=10334 vsize=27850528 memory=0 CPUtime=0.02 cores=0-7
/proc/10337/task/10381/stat : 10381 (java) R 10334 10337 8981 0 -1 4202560 31 0 0 0 2 0 0 0 20 0 46 0 84621563 28518940672 60994 33554432000 4194304 4196468 140723067404512 140135994459824 140138149629334 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 38588416 140723067413581 140723067413765 140723067413765 140723067416527 0
[pid=10337/tid=10382] ppid=10334 vsize=27850528 memory=0 CPUtime=0.03 cores=0-7
/proc/10337/task/10382/stat : 10382 (java) R 10334 10337 8981 0 -1 4202560 27 0 0 0 3 0 0 0 20 0 46 0 84621564 28518940672 60994 33554432000 4194304 4196468 140723067404512 140135993406768 140723067520962 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 38588416 140723067413581 140723067413765 140723067413765 140723067416527 0
[pid=10337/tid=10383] ppid=10334 vsize=27850528 memory=0 CPUtime=0.05 cores=0-7
/proc/10337/task/10383/stat : 10383 (java) R 10334 10337 8981 0 -1 1077944384 31 0 0 0 5 0 0 0 20 0 46 0 84621564 28518940672 60994 33554432000 4194304 4196468 140723067404512 140133911225776 140138149627605 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 38588416 140723067413581 140723067413765 140723067413765 140723067416527 0
Current children cumulated CPU time: 6.14 s
Current children cumulated vsize: 27850528 KiB
Current children cumulated memory: 243924 KiB

[startup+2.30678 s]
/proc/loadavg: 7.65 8.20 8.28 15/224 10383
/proc/meminfo: memFree=28010988/32770624 swapFree=67108860/67108860
[pid=10337] ppid=10334 vsize=27850528 memory=282500 CPUtime=6.93 cores=0-7
/proc/10337/stat : 10337 (java) S 10334 10337 8981 0 -1 1077944320 32398 0 0 0 675 18 0 0 20 0 46 0 84621366 28518940672 70625 33554432000 4194304 4196468 140723067404512 140723067387056 140138149617399 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 38588416 140723067413581 140723067413765 140723067413765 140723067416527 0
/proc/10337/statm: 6962632 70625 3598 1 0 6924182 0
[pid=10337/tid=10339] ppid=10334 vsize=27850528 memory=0 CPUtime=1.84 cores=0-7
/proc/10337/task/10339/stat : 10339 (java) S 10334 10337 8981 0 -1 1077944384 20405 0 0 0 177 7 0 0 20 0 46 0 84621366 28518940672 70625 33554432000 4194304 4196468 140723067404512 140138153854864 140138149627605 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38588416 140723067413581 140723067413765 140723067413765 140723067416527 0
[pid=10337/tid=10340] ppid=10334 vsize=27850528 memory=0 CPUtime=0.01 cores=0-7
/proc/10337/task/10340/stat : 10340 (java) S 10334 10337 8981 0 -1 1077944384 79 0 0 0 1 0 0 0 20 0 46 0 84621367 28518940672 70625 33554432000 4194304 4196468 140723067404512 140137708149776 140138149627605 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38588416 140723067413581 140723067413765 140723067413765 140723067416527 0
[pid=10337/tid=10341] ppid=10334 vsize=27850528 memory=2204 CPUtime=0.01 cores=0-7
/proc/10337/task/10341/stat : 10341 (java) S 10334 10337 8981 0 -1 1077944384 31 0 0 0 1 0 0 0 20 0 46 0 84621367 28518940672 70625 33554432000 4194304 4196468 140723067404512 140137707097232 140138149627605 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38588416 140723067413581 140723067413765 140723067413765 140723067416527 0
[pid=10337/tid=10342] ppid=10334 vsize=27850528 memory=1240 CPUtime=0.01 cores=0-7
/proc/10337/task/10342/stat : 10342 (java) S 10334 10337 8981 0 -1 1077944384 148 0 0 0 1 0 0 0 20 0 46 0 84621367 28518940672 70625 33554432000 4194304 4196468 140723067404512 140137706044176 140138149627605 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38588416 140723067413581 140723067413765 140723067413765 140723067416527 0
[pid=10337/tid=10343] ppid=10334 vsize=27850528 memory=1520 CPUtime=0.01 cores=0-7
/proc/10337/task/10343/stat : 10343 (java) S 10334 10337 8981 0 -1 1077944384 31 0 0 0 1 0 0 0 20 0 46 0 84621367 28518940672 70625 33554432000 4194304 4196468 140723067404512 140137704991632 140138149627605 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38588416 140723067413581 140723067413765 140723067413765 140723067416527 0
[pid=10337/tid=10344] ppid=10334 vsize=27850528 memory=844 CPUtime=0.01 cores=0-7
/proc/10337/task/10344/stat : 10344 (java) R 10334 10337 8981 0 -1 1077944384 20 0 0 0 1 0 0 0 20 0 46 0 84621367 28518940672 70625 33554432000 4194304 4196468 140723067404512 140137703938576 140138149627605 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 38588416 140723067413581 140723067413765 140723067413765 140723067416527 0
[pid=10337/tid=10345] ppid=10334 vsize=27850528 memory=234900 CPUtime=0.01 cores=0-7
/proc/10337/task/10345/stat : 10345 (java) S 10334 10337 8981 0 -1 1077944384 26 0 0 0 1 0 0 0 20 0 46 0 84621367 28518940672 70625 33554432000 4194304 4196468 140723067404512 140137702886032 140138149627605 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38588416 140723067413581 140723067413765 140723067413765 140723067416527 0
[pid=10337/tid=10346] ppid=10334 vsize=27850528 memory=126780 CPUtime=0.01 cores=0-7
/proc/10337/task/10346/stat : 10346 (java) S 10334 10337 8981 0 -1 1077944384 34 0 0 0 1 0 0 0 20 0 46 0 84621367 28518940672 70625 33554432000 4194304 4196468 140723067404512 140137701832976 140138149627605 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38588416 140723067413581 140723067413765 140723067413765 140723067416527 0
[pid=10337/tid=10347] ppid=10334 vsize=27850528 memory=1584 CPUtime=0.01 cores=0-7
/proc/10337/task/10347/stat : 10347 (java) S 10334 10337 8981 0 -1 1077944384 31 0 0 0 1 0 0 0 20 0 46 0 84621367 28518940672 70625 33554432000 4194304 4196468 140723067404512 140137700780432 140138149627605 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38588416 140723067413581 140723067413765 140723067413765 140723067416527 0
[pid=10337/tid=10348] ppid=10334 vsize=27850528 memory=496 CPUtime=0.02 cores=0-7
/proc/10337/task/10348/stat : 10348 (java) S 10334 10337 8981 0 -1 1077944384 1019 0 0 0 2 0 0 0 20 0 46 0 84621369 28518940672 70625 33554432000 4194304 4196468 140723067404512 140136623942384 140138149628546 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38588416 140723067413581 140723067413765 140723067413765 140723067416527 0
[pid=10337/tid=10349] ppid=10334 vsize=27850528 memory=0 CPUtime=0 cores=0-7
/proc/10337/task/10349/stat : 10349 (java) S 10334 10337 8981 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 46 0 84621369 28518940672 70625 33554432000 4194304 4196468 140723067404512 140136622888672 140138149627605 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38588416 140723067413581 140723067413765 140723067413765 140723067416527 0
[pid=10337/tid=10350] ppid=10334 vsize=27850528 memory=0 CPUtime=0 cores=0-7
/proc/10337/task/10350/stat : 10350 (java) S 10334 10337 8981 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 46 0 84621369 28518940672 70625 33554432000 4194304 4196468 140723067404512 140136621831424 140138149627605 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38588416 140723067413581 140723067413765 140723067413765 140723067416527 0
[pid=10337/tid=10351] ppid=10334 vsize=27850528 memory=0 CPUtime=0 cores=0-7
/proc/10337/task/10351/stat : 10351 (java) S 10334 10337 8981 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 46 0 84621372 28518940672 70625 33554432000 4194304 4196468 140723067404512 140136620784080 140138149635995 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38588416 140723067413581 140723067413765 140723067413765 140723067416527 0
[pid=10337/tid=10352] ppid=10334 vsize=27850528 memory=0 CPUtime=0.69 cores=0-7
/proc/10337/task/10352/stat : 10352 (java) R 10334 10337 8981 0 -1 4202560 1395 0 0 0 68 1 0 0 20 0 46 0 84621372 28518940672 70625 33554432000 4194304 4196468 140723067404512 140136619716176 140138134367568 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 38588416 140723067413581 140723067413765 140723067413765 140723067416527 0
[pid=10337/tid=10353] ppid=10334 vsize=27850528 memory=0 CPUtime=0.73 cores=0-7
/proc/10337/task/10353/stat : 10353 (java) R 10334 10337 8981 0 -1 4202560 1308 0 0 0 73 0 0 0 20 0 46 0 84621372 28518940672 70625 33554432000 4194304 4196468 140723067404512 140136618664520 140138131161633 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 38588416 140723067413581 140723067413765 140723067413765 140723067416527 0
[pid=10337/tid=10354] ppid=10334 vsize=27850528 memory=0 CPUtime=0.72 cores=0-7
/proc/10337/task/10354/stat : 10354 (java) S 10334 10337 8981 0 -1 1077944384 1218 0 0 0 71 1 0 0 20 0 46 0 84621372 28518940672 70625 33554432000 4194304 4196468 140723067404512 140136617605136 140138149627605 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38588416 140723067413581 140723067413765 140723067413765 140723067416527 0
[pid=10337/tid=10355] ppid=10334 vsize=27850528 memory=0 CPUtime=0.75 cores=0-7
/proc/10337/task/10355/stat : 10355 (java) S 10334 10337 8981 0 -1 1077944384 3939 0 0 0 75 0 0 0 20 0 46 0 84621372 28518940672 70625 33554432000 4194304 4196468 140723067404512 140136616572848 140138149627605 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38588416 140723067413581 140723067413765 140723067413765 140723067416527 0
[pid=10337/tid=10356] ppid=10334 vsize=27850528 memory=0 CPUtime=0 cores=0-7
/proc/10337/task/10356/stat : 10356 (java) S 10334 10337 8981 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 46 0 84621372 28518940672 70625 33554432000 4194304 4196468 140723067404512 140136615521248 140138149627605 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38588416 140723067413581 140723067413765 140723067413765 140723067416527 0
[pid=10337/tid=10357] ppid=10334 vsize=27850528 memory=0 CPUtime=0 cores=0-7
/proc/10337/task/10357/stat : 10357 (java) S 10334 10337 8981 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 46 0 84621372 28518940672 70625 33554432000 4194304 4196468 140723067404512 140136614468784 140138149628546 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38588416 140723067413581 140723067413765 140723067413765 140723067416527 0
[pid=10337/tid=10358] ppid=10334 vsize=27850528 memory=0 CPUtime=0.02 cores=0-7
/proc/10337/task/10358/stat : 10358 (java) R 10334 10337 8981 0 -1 4202560 37 0 0 0 2 0 0 0 20 0 46 0 84621513 28518940672 70625 33554432000 4194304 4196468 140723067404512 140136603120640 140137753352128 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 38588416 140723067413581 140723067413765 140723067413765 140723067416527 0
[pid=10337/tid=10359] ppid=10334 vsize=27850528 memory=0 CPUtime=0 cores=0-7
/proc/10337/task/10359/stat : 10359 (java) S 10334 10337 8981 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 46 0 84621529 28518940672 70625 33554432000 4194304 4196468 140723067404512 140136599971024 140138149628546 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38588416 140723067413581 140723067413765 140723067413765 140723067416527 0
[pid=10337/tid=10360] ppid=10334 vsize=27850528 memory=0 CPUtime=0.14 cores=0-7
/proc/10337/task/10360/stat : 10360 (java) R 10334 10337 8981 0 -1 1077944384 110 0 0 0 14 0 0 0 20 0 46 0 84621550 28518940672 70625 33554432000 4194304 4196468 140723067404512 140136596821040 140138149627605 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 38588416 140723067413581 140723067413765 140723067413765 140723067416527 0
[pid=10337/tid=10361] ppid=10334 vsize=27850528 memory=0 CPUtime=0.1 cores=0-7
/proc/10337/task/10361/stat : 10361 (java) R 10334 10337 8981 0 -1 1077944384 96 0 0 0 10 0 0 0 20 0 46 0 84621551 28518940672 70625 33554432000 4194304 4196468 140723067404512 140136019735648 140138149627605 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 38588416 140723067413581 140723067413765 140723067413765 140723067416527 0
[pid=10337/tid=10362] ppid=10334 vsize=27850528 memory=0 CPUtime=0.14 cores=0-7
/proc/10337/task/10362/stat : 10362 (java) R 10334 10337 8981 0 -1 1077944384 180 0 0 0 14 0 0 0 20 0 46 0 84621551 28518940672 70625 33554432000 4194304 4196468 140723067404512 140136018690864 140138149627605 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 38588416 140723067413581 140723067413765 140723067413765 140723067416527 0
[pid=10337/tid=10363] ppid=10334 vsize=27850528 memory=0 CPUtime=0.09 cores=0-7
/proc/10337/task/10363/stat : 10363 (java) S 10334 10337 8981 0 -1 1077944384 62 0 0 0 9 0 0 0 20 0 46 0 84621558 28518940672 70625 33554432000 4194304 4196468 140723067404512 140136015540688 140138149627605 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38588416 140723067413581 140723067413765 140723067413765 140723067416527 0
[pid=10337/tid=10364] ppid=10334 vsize=27850528 memory=0 CPUtime=0.08 cores=0-7
/proc/10337/task/10364/stat : 10364 (java) S 10334 10337 8981 0 -1 1077944384 69 0 0 0 8 0 0 0 20 0 46 0 84621558 28518940672 70625 33554432000 4194304 4196468 140723067404512 140136014482832 140138149627605 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38588416 140723067413581 140723067413765 140723067413765 140723067416527 0
[pid=10337/tid=10365] ppid=10334 vsize=27850528 memory=0 CPUtime=0.19 cores=0-7
/proc/10337/task/10365/stat : 10365 (java) R 10334 10337 8981 0 -1 1077944384 66 0 0 0 19 0 0 0 20 0 46 0 84621558 28518940672 70625 33554432000 4194304 4196468 140723067404512 140136013436592 140138149627605 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 38588416 140723067413581 140723067413765 140723067413765 140723067416527 0
[pid=10337/tid=10366] ppid=10334 vsize=27850528 memory=6791534058613427641 CPUtime=0.09 cores=0-7
/proc/10337/task/10366/stat : 10366 (java) S 10334 10337 8981 0 -1 1077944384 61 0 0 0 9 0 0 0 20 0 46 0 84621558 28518940672 70625 33554432000 4194304 4196468 140723067404512 140136012383056 140138149627605 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38588416 140723067413581 140723067413765 140723067413765 140723067416527 0
[pid=10337/tid=10367] ppid=10334 vsize=27850528 memory=288230613214036277 CPUtime=0.09 cores=0-7
/proc/10337/task/10367/stat : 10367 (java) R 10334 10337 8981 0 -1 1077944384 58 0 0 0 9 0 0 0 20 0 46 0 84621558 28518940672 70625 33554432000 4194304 4196468 140723067404512 140136011330512 140138149627605 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 38588416 140723067413581 140723067413765 140723067413765 140723067416527 0
[pid=10337/tid=10368] ppid=10334 vsize=27850528 memory=13847486485760432 CPUtime=0.08 cores=0-7
/proc/10337/task/10368/stat : 10368 (java) R 10334 10337 8981 0 -1 1077944384 46 0 0 0 8 0 0 0 20 0 46 0 84621558 28518940672 70625 33554432000 4194304 4196468 140723067404512 140136010277936 140138149627605 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 38588416 140723067413581 140723067413765 140723067413765 140723067416527 0
[pid=10337/tid=10369] ppid=10334 vsize=27850528 memory=0 CPUtime=0.05 cores=0-7
/proc/10337/task/10369/stat : 10369 (java) R 10334 10337 8981 0 -1 4202560 29 0 0 0 5 0 0 0 20 0 46 0 84621558 28518940672 70625 33554432000 4194304 4196468 140723067404512 140136009225392 140723067520962 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 38588416 140723067413581 140723067413765 140723067413765 140723067416527 0
[pid=10337/tid=10370] ppid=10334 vsize=27850528 memory=0 CPUtime=0.06 cores=0-7
/proc/10337/task/10370/stat : 10370 (java) R 10334 10337 8981 0 -1 4202560 36 0 0 0 6 0 0 0 20 0 46 0 84621558 28518940672 70625 33554432000 4194304 4196468 140723067404512 140136008172336 140723067520962 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 38588416 140723067413581 140723067413765 140723067413765 140723067416527 0
[pid=10337/tid=10371] ppid=10334 vsize=27850528 memory=6656426216303648864 CPUtime=0.08 cores=0-7
/proc/10337/task/10371/stat : 10371 (java) R 10334 10337 8981 0 -1 1077944384 28 0 0 0 8 0 0 0 20 0 46 0 84621561 28518940672 70625 33554432000 4194304 4196468 140723067404512 140136007119792 140138149627605 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 38588416 140723067413581 140723067413765 140723067413765 140723067416527 0
[pid=10337/tid=10372] ppid=10334 vsize=27850528 memory=0 CPUtime=0.01 cores=0-7
/proc/10337/task/10372/stat : 10372 (java) R 10334 10337 8981 0 -1 4202560 25 0 0 0 1 0 0 0 20 0 46 0 84621561 28518940672 70625 33554432000 4194304 4196468 140723067404512 140136006067760 140723067520962 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 38588416 140723067413581 140723067413765 140723067413765 140723067416527 0
[pid=10337/tid=10373] ppid=10334 vsize=27850528 memory=0 CPUtime=0.03 cores=0-7
/proc/10337/task/10373/stat : 10373 (java) R 10334 10337 8981 0 -1 1077944384 34 0 0 0 3 0 0 0 20 0 46 0 84621561 28518940672 70625 33554432000 4194304 4196468 140723067404512 140136005015216 140138149627605 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 38588416 140723067413581 140723067413765 140723067413765 140723067416527 0
[pid=10337/tid=10374] ppid=10334 vsize=27850528 memory=0 CPUtime=0.08 cores=0-7
/proc/10337/task/10374/stat : 10374 (java) R 10334 10337 8981 0 -1 1077944384 71 0 0 0 8 0 0 0 20 0 46 0 84621561 28518940672 70625 33554432000 4194304 4196468 140723067404512 140136003962160 140138149627605 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 38588416 140723067413581 140723067413765 140723067413765 140723067416527 0
[pid=10337/tid=10375] ppid=10334 vsize=27850528 memory=0 CPUtime=0.05 cores=0-7
/proc/10337/task/10375/stat : 10375 (java) R 10334 10337 8981 0 -1 4202560 28 0 0 0 5 0 0 0 20 0 46 0 84621563 28518940672 70625 33554432000 4194304 4196468 140723067404512 140136000775600 140723067520962 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 38588416 140723067413581 140723067413765 140723067413765 140723067416527 0
[pid=10337/tid=10376] ppid=10334 vsize=27850528 memory=0 CPUtime=0.03 cores=0-7
/proc/10337/task/10376/stat : 10376 (java) S 10334 10337 8981 0 -1 1077944384 28 0 0 0 3 0 0 0 20 0 46 0 84621563 28518940672 70625 33554432000 4194304 4196468 140723067404512 140135999722064 140138149627605 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38588416 140723067413581 140723067413765 140723067413765 140723067416527 0
[pid=10337/tid=10377] ppid=10334 vsize=27850528 memory=0 CPUtime=0.08 cores=0-7
/proc/10337/task/10377/stat : 10377 (java) R 10334 10337 8981 0 -1 1077944384 34 0 0 0 8 0 0 0 20 0 46 0 84621563 28518940672 70625 33554432000 4194304 4196468 140723067404512 140135998670000 140138149627605 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 38588416 140723067413581 140723067413765 140723067413765 140723067416527 0
[pid=10337/tid=10378] ppid=10334 vsize=27850528 memory=0 CPUtime=0.03 cores=0-7
/proc/10337/task/10378/stat : 10378 (java) S 10334 10337 8981 0 -1 1077944384 27 0 0 0 3 0 0 0 20 0 46 0 84621563 28518940672 70625 33554432000 4194304 4196468 140723067404512 140135997616464 140138149627605 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38588416 140723067413581 140723067413765 140723067413765 140723067416527 0
[pid=10337/tid=10379] ppid=10334 vsize=27850528 memory=0 CPUtime=0.05 cores=0-7
/proc/10337/task/10379/stat : 10379 (java) S 10334 10337 8981 0 -1 1077944384 29 0 0 0 5 0 0 0 20 0 46 0 84621563 28518940672 70625 33554432000 4194304 4196468 140723067404512 140135996563920 140138149627605 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38588416 140723067413581 140723067413765 140723067413765 140723067416527 0
[pid=10337/tid=10380] ppid=10334 vsize=27850528 memory=288230574492221466 CPUtime=0.05 cores=0-7
/proc/10337/task/10380/stat : 10380 (java) R 10334 10337 8981 0 -1 1077944384 27 0 0 0 5 0 0 0 20 0 46 0 84621563 28518940672 70625 33554432000 4194304 4196468 140723067404512 140135995512368 140138149627605 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 38588416 140723067413581 140723067413765 140723067413765 140723067416527 0
[pid=10337/tid=10381] ppid=10334 vsize=27850528 memory=302022887072858421 CPUtime=0.05 cores=0-7
/proc/10337/task/10381/stat : 10381 (java) R 10334 10337 8981 0 -1 4202560 34 0 0 0 5 0 0 0 20 0 46 0 84621563 28518940672 70625 33554432000 4194304 4196468 140723067404512 140135994459824 140723067520962 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 38588416 140723067413581 140723067413765 140723067413765 140723067416527 0
[pid=10337/tid=10382] ppid=10334 vsize=27850528 memory=13847486485760432 CPUtime=0.06 cores=0-7
/proc/10337/task/10382/stat : 10382 (java) R 10334 10337 8981 0 -1 1077944384 28 0 0 0 6 0 0 0 20 0 46 0 84621564 28518940672 70625 33554432000 4194304 4196468 140723067404512 140135993406768 140138149627605 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 38588416 140723067413581 140723067413765 140723067413765 140723067416527 0
[pid=10337/tid=10383] ppid=10334 vsize=27850528 memory=0 CPUtime=0.08 cores=0-7
/proc/10337/task/10383/stat : 10383 (java) R 10334 10337 8981 0 -1 1077944384 33 0 0 0 8 0 0 0 20 0 46 0 84621564 28518940672 70625 33554432000 4194304 4196468 140723067404512 140133911225776 140138149627605 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 38588416 140723067413581 140723067413765 140723067413765 140723067416527 0
Current children cumulated CPU time: 6.93 s
Current children cumulated vsize: 27850528 KiB
Current children cumulated memory: 282500 KiB

Child status: 0
Real time (s): 2.39897
CPU time (s): 7.40741
CPU user time (s): 7.20283
CPU system time (s): 0.204585
CPU usage (%): 308.775
Max. virtual memory (cumulated for all children) (KiB): 27850528
Max. memory (cumulated for all children) (KiB): 282500

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 7.20283
system time used= 0.204585
maximum resident set size= 285872
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 32773
page faults= 0
swaps= 0
block input operations= 0
block output operations= 72
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6215
involuntary context switches= 158


# summary of solver processes directly reported to runsolver:
#   pid: 10337
#   total CPU time (s): 7.40741
#   total CPU user time (s): 7.20283
#   total CPU system time (s): 0.204585

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.041319 second user time and 0.064627 second system time

The end

Launcher Data

Begin job on node136 at 2018-07-27 07:49:42
IDJOB=4290955
IDBENCH=141542
IDSOLVER=2745
FILE ID=node136/4290955-1532670582
RUNJOBID= node136-1532663056-9008
PBS_JOBID= 21022229
Free space on /tmp= 55796 MiB

SOLVER NAME= OscaR - Parallel with EPS 2018-07-02
BENCH NAME= XCSP18/Knapsack/Knapsack-30-100-00_c18.xml
COMMAND LINE= java -Xmx22000m -jar oscarCPXcsp3-parallel.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 22000 --nbcore NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4290955-1532670582/watcher-4290955-1532670582 -o /tmp/evaluation-result-4290955-1532670582/solver-4290955-1532670582 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node136-1532663056-9008 --watchdog 2580  java -Xmx22000m -jar oscarCPXcsp3-parallel.jar --randomseed 1027761424 --timelimit 20160 --memlimit 22000 --nbcore 8 HOME/instance-4290955-1532670582.xml

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

MD5SUM BENCH= 9b4affb9795dbfb6552181ea4234f2b3
RANDOM SEED=1027761424

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        28239336 kB
MemAvailable:   31961660 kB
Buffers:          150444 kB
Cached:          3833420 kB
SwapCached:            0 kB
Active:          1703328 kB
Inactive:        2333320 kB
Active(anon):       2616 kB
Inactive(anon):    78012 kB
Active(file):    1700712 kB
Inactive(file):  2255308 kB
Unevictable:        7336 kB
Mlocked:            7336 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             35632 kB
Writeback:             0 kB
AnonPages:         67184 kB
Mapped:            31400 kB
Shmem:             25228 kB
Slab:             191440 kB
SReclaimable:     164280 kB
SUnreclaim:        27160 kB
KernelStack:        3536 kB
PageTables:         4820 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     324476 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     14336 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      112000 kB
DirectMap2M:    33433600 kB

Free space on /tmp at the end= 55764 MiB
End job on node136 at 2018-07-27 07:49:44