Trace number 4308832

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-08-14OPT28 501.005 64.8074

General information on the benchmark

NamePizzaVoucher/
PizzaVoucher-10b_c18.xml
MD5SUM2b2c64c71c05a1ba529c691595973c48
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark28
Best CPU time to get the best result obtained on this benchmark12.7917
Satisfiable
(Un)Satisfiability was proved
Number of variables38
Number of constraints79
Number of domains14
Minimum domain size1
Maximum domain size19
Distribution of domain sizes[{"size":1,"count":2},{"size":2,"count":21},{"size":3,"count":3},{"size":4,"count":2},{"size":19,"count":10}]
Minimum variable degree2
Maximum variable degree28
Distribution of variable degrees[{"degree":2,"count":28},{"degree":27,"count":6},{"degree":28,"count":4}]
Minimum constraint arity2
Maximum constraint arity11
Distribution of constraint arities[{"arity":2,"count":61},{"arity":11,"count":18}]
Number of extensional constraints0
Number of intensional constraints61
Distribution of constraint types[{"type":"intension","count":61},{"type":"count","count":18}]
Optimization problemYES
Type of objectivemin 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.66/0.56	c version: 2018-08-14
0.66/0.56	c seed: 1778404274
0.66/0.56	c timeout: 20160
0.66/0.56	c memlimit: 22000
0.66/0.56	c nbcore: 8
0.66/0.59	c Parsing instance...
1.36/0.94	c Parsing done, starting search...
341.81/44.61	o 71
341.81/44.61	o 66
458.53/59.40	o 64
458.53/59.41	o 59
459.34/59.45	o 55
477.52/61.78	o 54
477.52/61.78	o 49
478.29/61.80	o 45
478.29/61.81	o 40
478.29/61.82	o 39
478.29/61.84	o 38
478.29/61.86	o 34
478.29/61.86	o 30
478.29/61.87	o 29
479.90/62.07	o 28
500.79/64.77	s OPTIMUM FOUND
500.79/64.77	v <instantiation>
500.79/64.77	v 	<list>
500.79/64.77	v 		v[0] v[1] v[2] v[3] v[4] v[5] v[6] v[7] v[8] v[9] np[0] np[1] np[2] np[3] np[4] np[5] np[6] np[7] np[8] nf[0] nf[1] nf[2] nf[3] nf[4] nf[5] nf[6] nf[7] nf[8] pp[0] pp[1] pp[2] pp[3] pp[4] pp[5] pp[6] pp[7] pp[8] pp[9]
500.79/64.77	v 	</list>
500.79/64.77	v 	<values>
500.79/64.77	v 		-2 -2 1 3 1 -1 2 2 -3 4 1 2 1 0 0 0 0 0 0 2 2 1 1 0 0 0 0 0 5 6 0 0 0 10 0 0 7 0 
500.79/64.77	v 	</values>
500.79/64.77	v </instantiation>

Verifier Data

OK	28

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4308832-1534375051/watcher-4308832-1534375051 -o /tmp/evaluation-result-4308832-1534375051/solver-4308832-1534375051 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node132-1534372486-11229 --watchdog 2580 java -Xmx22000m -jar oscarCPXcsp3-parallel.jar --randomseed 1778404274 --timelimit 20160 --memlimit 22000 --nbcore 8 HOME/instance-4308832-1534375051.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=11436, runsolver pid=11433
Current StackSize limit: 8192 KiB


[startup+0.101281 s]*
/proc/loadavg: 5.10 7.98 8.57 3/203 11456
/proc/meminfo: memFree=24786444/32770624 swapFree=67108856/67108860
[pid=11436] ppid=11433 vsize=26103420 memory=28556 CPUtime=0.1 cores=0-7
/proc/11436/stat : 11436 (java) S 11433 11436 11202 0 -1 1077944320 6562 0 0 0 9 1 0 0 20 0 20 0 255068315 26729902080 7139 33554432000 4194304 4196468 140732740233440 140732740215984 139843228520183 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 8572928 140732740236365 140732740236549 140732740236549 140732740239311 0
/proc/11436/statm: 6525855 7139 3152 1 0 6487932 0
[pid=11436/tid=11438] ppid=11433 vsize=26103420 memory=4134930498285298233 CPUtime=0.08 cores=0-7
/proc/11436/task/11438/stat : 11438 (java) R 11433 11436 11202 0 -1 4202560 4587 0 0 0 7 1 0 0 20 0 20 0 255068315 26729902080 7139 33554432000 4194304 4196468 140732740233440 139843232721848 139843211706992 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 8572928 140732740236365 140732740236549 140732740236549 140732740239311 0
[pid=11436/tid=11439] ppid=11433 vsize=26103420 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/11436/task/11439/stat : 11439 (java) S 11433 11436 11202 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255068316 26729902080 7139 33554432000 4194304 4196468 140732740233440 139842786822800 139843228530389 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8572928 140732740236365 140732740236549 140732740236549 140732740239311 0
[pid=11436/tid=11440] ppid=11433 vsize=26103420 memory=140576318711424 CPUtime=0 cores=0-7
/proc/11436/task/11440/stat : 11440 (java) S 11433 11436 11202 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 255068316 26729902080 7139 33554432000 4194304 4196468 140732740233440 139842785770000 139843228530389 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8572928 140732740236365 140732740236549 140732740236549 140732740239311 0
[pid=11436/tid=11441] ppid=11433 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/11436/task/11441/stat : 11441 (java) S 11433 11436 11202 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255068316 26729902080 7139 33554432000 4194304 4196468 140732740233440 139842784717200 139843228530389 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8572928 140732740236365 140732740236549 140732740236549 140732740239311 0
[pid=11436/tid=11442] ppid=11433 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/11436/task/11442/stat : 11442 (java) S 11433 11436 11202 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255068316 26729902080 7139 33554432000 4194304 4196468 140732740233440 139842783664400 139843228530389 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8572928 140732740236365 140732740236549 140732740236549 140732740239311 0
[pid=11436/tid=11443] ppid=11433 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/11436/task/11443/stat : 11443 (java) S 11433 11436 11202 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255068316 26729902080 7139 33554432000 4194304 4196468 140732740233440 139842782612624 139843228530389 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8572928 140732740236365 140732740236549 140732740236549 140732740239311 0
[pid=11436/tid=11444] ppid=11433 vsize=26103420 memory=-1 CPUtime=0 cores=0-7
/proc/11436/task/11444/stat : 11444 (java) S 11433 11436 11202 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255068316 26729902080 7139 33554432000 4194304 4196468 140732740233440 139842781559824 139843228530389 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8572928 140732740236365 140732740236549 140732740236549 140732740239311 0
[pid=11436/tid=11445] ppid=11433 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/11436/task/11445/stat : 11445 (java) S 11433 11436 11202 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255068316 26729902080 7139 33554432000 4194304 4196468 140732740233440 139842780507024 139843228530389 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8572928 140732740236365 140732740236549 140732740236549 140732740239311 0
[pid=11436/tid=11446] ppid=11433 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/11436/task/11446/stat : 11446 (java) S 11433 11436 11202 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255068316 26729902080 7139 33554432000 4194304 4196468 140732740233440 139842779454224 139843228530389 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8572928 140732740236365 140732740236549 140732740236549 140732740239311 0
[pid=11436/tid=11447] ppid=11433 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/11436/task/11447/stat : 11447 (java) S 11433 11436 11202 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255068318 26729902080 7139 33554432000 4194304 4196468 140732740233440 139841948920176 139843228531330 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8572928 140732740236365 140732740236549 140732740236549 140732740239311 0
[pid=11436/tid=11448] ppid=11433 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/11436/task/11448/stat : 11448 (java) S 11433 11436 11202 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 255068318 26729902080 7139 33554432000 4194304 4196468 140732740233440 139841947866144 139843228530389 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8572928 140732740236365 140732740236549 140732740236549 140732740239311 0
[pid=11436/tid=11449] ppid=11433 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/11436/task/11449/stat : 11449 (java) S 11433 11436 11202 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 255068318 26729902080 7139 33554432000 4194304 4196468 140732740233440 139841946813296 139843228530389 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8572928 140732740236365 140732740236549 140732740236549 140732740239311 0
[pid=11436/tid=11450] ppid=11433 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/11436/task/11450/stat : 11450 (java) S 11433 11436 11202 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255068321 26729902080 7139 33554432000 4194304 4196468 140732740233440 139841945761616 139843228538779 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8572928 140732740236365 140732740236549 140732740236549 140732740239311 0
[pid=11436/tid=11451] ppid=11433 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/11436/task/11451/stat : 11451 (java) S 11433 11436 11202 0 -1 1077944384 299 0 0 0 0 0 0 0 20 0 20 0 255068321 26729902080 7139 33554432000 4194304 4196468 140732740233440 139841944710000 139843228531330 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8572928 140732740236365 140732740236549 140732740236549 140732740239311 0
[pid=11436/tid=11452] ppid=11433 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/11436/task/11452/stat : 11452 (java) S 11433 11436 11202 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 255068321 26729902080 7139 33554432000 4194304 4196468 140732740233440 139841943657200 139843228531330 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8572928 140732740236365 140732740236549 140732740236549 140732740239311 0
[pid=11436/tid=11453] ppid=11433 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/11436/task/11453/stat : 11453 (java) S 11433 11436 11202 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 255068321 26729902080 7139 33554432000 4194304 4196468 140732740233440 139841942604400 139843228531330 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8572928 140732740236365 140732740236549 140732740236549 140732740239311 0
[pid=11436/tid=11454] ppid=11433 vsize=26103420 memory=0 CPUtime=0.01 cores=0-7
/proc/11436/task/11454/stat : 11454 (java) S 11433 11436 11202 0 -1 1077944384 285 0 0 0 1 0 0 0 20 0 20 0 255068321 26729902080 7139 33554432000 4194304 4196468 140732740233440 139841941551600 139843228531330 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8572928 140732740236365 140732740236549 140732740236549 140732740239311 0
[pid=11436/tid=11455] ppid=11433 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/11436/task/11455/stat : 11455 (java) S 11433 11436 11202 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 255068321 26729902080 7139 33554432000 4194304 4196468 140732740233440 139841940499040 139843228530389 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8572928 140732740236365 140732740236549 140732740236549 140732740239311 0
[pid=11436/tid=11456] ppid=11433 vsize=26103420 memory=-1 CPUtime=0 cores=0-7
/proc/11436/task/11456/stat : 11456 (java) S 11433 11436 11202 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255068321 26729902080 7139 33554432000 4194304 4196468 140732740233440 139841939446320 139843228531330 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8572928 140732740236365 140732740236549 140732740236549 140732740239311 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 26103420 KiB
Current children cumulated memory: 28556 KiB

[startup+0.21208 s]*
/proc/loadavg: 5.10 7.98 8.57 5/203 11456
/proc/meminfo: memFree=24773476/32770624 swapFree=67108856/67108860
[pid=11436] ppid=11433 vsize=26103420 memory=42416 CPUtime=0.28 cores=0-7
/proc/11436/stat : 11436 (java) S 11433 11436 11202 0 -1 1077944320 10232 0 0 0 26 2 0 0 20 0 20 0 255068315 26729902080 10604 33554432000 4194304 4196468 140732740233440 140732740215984 139843228520183 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 8572928 140732740236365 140732740236549 140732740236549 140732740239311 0
/proc/11436/statm: 6525855 10604 3318 1 0 6487932 0
[pid=11436/tid=11438] ppid=11433 vsize=26103420 memory=4026531975 CPUtime=0.19 cores=0-7
/proc/11436/task/11438/stat : 11438 (java) R 11433 11436 11202 0 -1 4202560 7910 0 0 0 18 1 0 0 20 0 20 0 255068315 26729902080 10604 33554432000 4194304 4196468 140732740233440 139843232748584 139843221237335 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8572928 140732740236365 140732740236549 140732740236549 140732740239311 0
[pid=11436/tid=11439] ppid=11433 vsize=26103420 memory=3385 CPUtime=0 cores=0-7
/proc/11436/task/11439/stat : 11439 (java) S 11433 11436 11202 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255068316 26729902080 10604 33554432000 4194304 4196468 140732740233440 139842786822800 139843228530389 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8572928 140732740236365 140732740236549 140732740236549 140732740239311 0
[pid=11436/tid=11440] ppid=11433 vsize=26103420 memory=288370952470423168 CPUtime=0 cores=0-7
/proc/11436/task/11440/stat : 11440 (java) S 11433 11436 11202 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 255068316 26729902080 10604 33554432000 4194304 4196468 140732740233440 139842785770000 139843228530389 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8572928 140732740236365 140732740236549 140732740236549 140732740239311 0
[pid=11436/tid=11441] ppid=11433 vsize=26103420 memory=-1 CPUtime=0 cores=0-7
/proc/11436/task/11441/stat : 11441 (java) S 11433 11436 11202 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255068316 26729902080 10604 33554432000 4194304 4196468 140732740233440 139842784717200 139843228530389 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8572928 140732740236365 140732740236549 140732740236549 140732740239311 0
[pid=11436/tid=11442] ppid=11433 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/11436/task/11442/stat : 11442 (java) S 11433 11436 11202 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255068316 26729902080 10604 33554432000 4194304 4196468 140732740233440 139842783664400 139843228530389 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8572928 140732740236365 140732740236549 140732740236549 140732740239311 0
[pid=11436/tid=11443] ppid=11433 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/11436/task/11443/stat : 11443 (java) S 11433 11436 11202 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255068316 26729902080 10604 33554432000 4194304 4196468 140732740233440 139842782612624 139843228530389 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8572928 140732740236365 140732740236549 140732740236549 140732740239311 0
[pid=11436/tid=11444] ppid=11433 vsize=26103420 memory=-1 CPUtime=0 cores=0-7
/proc/11436/task/11444/stat : 11444 (java) S 11433 11436 11202 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255068316 26729902080 10604 33554432000 4194304 4196468 140732740233440 139842781559824 139843228530389 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8572928 140732740236365 140732740236549 140732740236549 140732740239311 0
[pid=11436/tid=11445] ppid=11433 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/11436/task/11445/stat : 11445 (java) S 11433 11436 11202 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255068316 26729902080 10604 33554432000 4194304 4196468 140732740233440 139842780507024 139843228530389 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8572928 140732740236365 140732740236549 140732740236549 140732740239311 0
[pid=11436/tid=11446] ppid=11433 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/11436/task/11446/stat : 11446 (java) S 11433 11436 11202 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255068316 26729902080 10604 33554432000 4194304 4196468 140732740233440 139842779454224 139843228530389 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8572928 140732740236365 140732740236549 140732740236549 140732740239311 0
[pid=11436/tid=11447] ppid=11433 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/11436/task/11447/stat : 11447 (java) S 11433 11436 11202 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255068318 26729902080 10604 33554432000 4194304 4196468 140732740233440 139841948920176 139843228531330 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8572928 140732740236365 140732740236549 140732740236549 140732740239311 0
[pid=11436/tid=11448] ppid=11433 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/11436/task/11448/stat : 11448 (java) S 11433 11436 11202 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 255068318 26729902080 10604 33554432000 4194304 4196468 140732740233440 139841947866144 139843228530389 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8572928 140732740236365 140732740236549 140732740236549 140732740239311 0
[pid=11436/tid=11449] ppid=11433 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/11436/task/11449/stat : 11449 (java) S 11433 11436 11202 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 255068318 26729902080 10604 33554432000 4194304 4196468 140732740233440 139841946813296 139843228530389 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8572928 140732740236365 140732740236549 140732740236549 140732740239311 0
[pid=11436/tid=11450] ppid=11433 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/11436/task/11450/stat : 11450 (java) S 11433 11436 11202 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255068321 26729902080 10604 33554432000 4194304 4196468 140732740233440 139841945761616 139843228538779 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8572928 140732740236365 140732740236549 140732740236549 140732740239311 0
[pid=11436/tid=11451] ppid=11433 vsize=26103420 memory=0 CPUtime=0.01 cores=0-7
/proc/11436/task/11451/stat : 11451 (java) S 11433 11436 11202 0 -1 1077944384 343 0 0 0 1 0 0 0 20 0 20 0 255068321 26729902080 10604 33554432000 4194304 4196468 140732740233440 139841944710000 139843228531330 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8572928 140732740236365 140732740236549 140732740236549 140732740239311 0
[pid=11436/tid=11452] ppid=11433 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/11436/task/11452/stat : 11452 (java) S 11433 11436 11202 0 -1 1077944384 16 0 0 0 0 0 0 0 20 0 20 0 255068321 26729902080 10604 33554432000 4194304 4196468 140732740233440 139841943657200 139843228531330 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8572928 140732740236365 140732740236549 140732740236549 140732740239311 0
[pid=11436/tid=11453] ppid=11433 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/11436/task/11453/stat : 11453 (java) R 11433 11436 11202 0 -1 4202560 194 0 0 0 0 0 0 0 20 0 20 0 255068321 26729902080 10604 33554432000 4194304 4196468 140732740233440 139841942604400 139843209220480 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 8572928 140732740236365 140732740236549 140732740236549 140732740239311 0
[pid=11436/tid=11454] ppid=11433 vsize=26103420 memory=0 CPUtime=0.05 cores=0-7
/proc/11436/task/11454/stat : 11454 (java) R 11433 11436 11202 0 -1 4202560 402 0 0 0 5 0 0 0 20 0 20 0 255068321 26729902080 10604 33554432000 4194304 4196468 140732740233440 139841941547280 139843228532118 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 8572928 140732740236365 140732740236549 140732740236549 140732740239311 0
[pid=11436/tid=11455] ppid=11433 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/11436/task/11455/stat : 11455 (java) S 11433 11436 11202 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 255068321 26729902080 10604 33554432000 4194304 4196468 140732740233440 139841940499040 139843228530389 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8572928 140732740236365 140732740236549 140732740236549 140732740239311 0
[pid=11436/tid=11456] ppid=11433 vsize=26103420 memory=-1 CPUtime=0 cores=0-7
/proc/11436/task/11456/stat : 11456 (java) S 11433 11436 11202 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255068321 26729902080 10604 33554432000 4194304 4196468 140732740233440 139841939446320 139843228531330 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8572928 140732740236365 140732740236549 140732740236549 140732740239311 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 26103420 KiB
Current children cumulated memory: 42416 KiB

[startup+0.310438 s]*
/proc/loadavg: 5.10 7.98 8.57 2/203 11456
/proc/meminfo: memFree=24770560/32770624 swapFree=67108856/67108860
[pid=11436] ppid=11433 vsize=26103420 memory=46264 CPUtime=0.42 cores=0-7
/proc/11436/stat : 11436 (java) S 11433 11436 11202 0 -1 1077944320 10713 0 0 0 39 3 0 0 20 0 20 0 255068315 26729902080 11566 33554432000 4194304 4196468 140732740233440 140732740215984 139843228520183 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 8572928 140732740236365 140732740236549 140732740236549 140732740239311 0
/proc/11436/statm: 6525855 11566 3411 1 0 6487932 0
[pid=11436/tid=11438] ppid=11433 vsize=26103420 memory=6791534058613427641 CPUtime=0.29 cores=0-7
/proc/11436/task/11438/stat : 11438 (java) R 11433 11436 11202 0 -1 4202560 8248 0 0 0 27 2 0 0 20 0 20 0 255068315 26729902080 11566 33554432000 4194304 4196468 140732740233440 139843232681920 139843212600670 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8572928 140732740236365 140732740236549 140732740236549 140732740239311 0
[pid=11436/tid=11439] ppid=11433 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/11436/task/11439/stat : 11439 (java) S 11433 11436 11202 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255068316 26729902080 11566 33554432000 4194304 4196468 140732740233440 139842786822800 139843228530389 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8572928 140732740236365 140732740236549 140732740236549 140732740239311 0
[pid=11436/tid=11440] ppid=11433 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/11436/task/11440/stat : 11440 (java) S 11433 11436 11202 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 255068316 26729902080 11566 33554432000 4194304 4196468 140732740233440 139842785770000 139843228530389 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8572928 140732740236365 140732740236549 140732740236549 140732740239311 0
[pid=11436/tid=11441] ppid=11433 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/11436/task/11441/stat : 11441 (java) S 11433 11436 11202 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255068316 26729902080 11566 33554432000 4194304 4196468 140732740233440 139842784717200 139843228530389 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8572928 140732740236365 140732740236549 140732740236549 140732740239311 0
[pid=11436/tid=11442] ppid=11433 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/11436/task/11442/stat : 11442 (java) S 11433 11436 11202 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255068316 26729902080 11566 33554432000 4194304 4196468 140732740233440 139842783664400 139843228530389 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8572928 140732740236365 140732740236549 140732740236549 140732740239311 0
[pid=11436/tid=11443] ppid=11433 vsize=26103420 memory=2244 CPUtime=0 cores=0-7
/proc/11436/task/11443/stat : 11443 (java) S 11433 11436 11202 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255068316 26729902080 11566 33554432000 4194304 4196468 140732740233440 139842782612624 139843228530389 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8572928 140732740236365 140732740236549 140732740236549 140732740239311 0
[pid=11436/tid=11444] ppid=11433 vsize=26103420 memory=140576158741423 CPUtime=0 cores=0-7
/proc/11436/task/11444/stat : 11444 (java) S 11433 11436 11202 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255068316 26729902080 11566 33554432000 4194304 4196468 140732740233440 139842781559824 139843228530389 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8572928 140732740236365 140732740236549 140732740236549 140732740239311 0
[pid=11436/tid=11445] ppid=11433 vsize=26103420 memory=140576158743728 CPUtime=0 cores=0-7
/proc/11436/task/11445/stat : 11445 (java) S 11433 11436 11202 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255068316 26729902080 11566 33554432000 4194304 4196468 140732740233440 139842780507024 139843228530389 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8572928 140732740236365 140732740236549 140732740236549 140732740239311 0
[pid=11436/tid=11446] ppid=11433 vsize=26103420 memory=140576158746032 CPUtime=0 cores=0-7
/proc/11436/task/11446/stat : 11446 (java) S 11433 11436 11202 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255068316 26729902080 11566 33554432000 4194304 4196468 140732740233440 139842779454224 139843228530389 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8572928 140732740236365 140732740236549 140732740236549 140732740239311 0
[pid=11436/tid=11447] ppid=11433 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/11436/task/11447/stat : 11447 (java) S 11433 11436 11202 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255068318 26729902080 11566 33554432000 4194304 4196468 140732740233440 139841948920176 139843228531330 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8572928 140732740236365 140732740236549 140732740236549 140732740239311 0
[pid=11436/tid=11448] ppid=11433 vsize=26103420 memory=281152317499024 CPUtime=0 cores=0-7
/proc/11436/task/11448/stat : 11448 (java) S 11433 11436 11202 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 255068318 26729902080 11566 33554432000 4194304 4196468 140732740233440 139841947866144 139843228530389 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8572928 140732740236365 140732740236549 140732740236549 140732740239311 0
[pid=11436/tid=11449] ppid=11433 vsize=26103420 memory=281152317505936 CPUtime=0 cores=0-7
/proc/11436/task/11449/stat : 11449 (java) S 11433 11436 11202 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 255068318 26729902080 11566 33554432000 4194304 4196468 140732740233440 139841946813296 139843228530389 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8572928 140732740236365 140732740236549 140732740236549 140732740239311 0
[pid=11436/tid=11450] ppid=11433 vsize=26103420 memory=281152317447216 CPUtime=0 cores=0-7
/proc/11436/task/11450/stat : 11450 (java) S 11433 11436 11202 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255068321 26729902080 11566 33554432000 4194304 4196468 140732740233440 139841945761616 139843228538779 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8572928 140732740236365 140732740236549 140732740236549 140732740239311 0
[pid=11436/tid=11451] ppid=11433 vsize=26103420 memory=281152317519760 CPUtime=0.01 cores=0-7
/proc/11436/task/11451/stat : 11451 (java) S 11433 11436 11202 0 -1 1077944384 349 0 0 0 1 0 0 0 20 0 20 0 255068321 26729902080 11566 33554432000 4194304 4196468 140732740233440 139841944710000 139843228531330 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8572928 140732740236365 140732740236549 140732740236549 140732740239311 0
[pid=11436/tid=11452] ppid=11433 vsize=26103420 memory=281152317526672 CPUtime=0.01 cores=0-7
/proc/11436/task/11452/stat : 11452 (java) S 11433 11436 11202 0 -1 1077944384 19 0 0 0 1 0 0 0 20 0 20 0 255068321 26729902080 11566 33554432000 4194304 4196468 140732740233440 139841943657200 139843228531330 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8572928 140732740236365 140732740236549 140732740236549 140732740239311 0
[pid=11436/tid=11453] ppid=11433 vsize=26103420 memory=281152317524368 CPUtime=0.01 cores=0-7
/proc/11436/task/11453/stat : 11453 (java) S 11433 11436 11202 0 -1 1077944384 281 0 0 0 1 0 0 0 20 0 20 0 255068321 26729902080 11566 33554432000 4194304 4196468 140732740233440 139841942604400 139843228531330 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8572928 140732740236365 140732740236549 140732740236549 140732740239311 0
[pid=11436/tid=11454] ppid=11433 vsize=26103420 memory=281152317540976 CPUtime=0.08 cores=0-7
/proc/11436/task/11454/stat : 11454 (java) S 11433 11436 11202 0 -1 1077944384 440 0 0 0 8 0 0 0 20 0 20 0 255068321 26729902080 11566 33554432000 4194304 4196468 140732740233440 139841941551600 139843228531330 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8572928 140732740236365 140732740236549 140732740236549 140732740239311 0
[pid=11436/tid=11455] ppid=11433 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/11436/task/11455/stat : 11455 (java) S 11433 11436 11202 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 255068321 26729902080 11566 33554432000 4194304 4196468 140732740233440 139841940499040 139843228530389 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8572928 140732740236365 140732740236549 140732740236549 140732740239311 0
[pid=11436/tid=11456] ppid=11433 vsize=26103420 memory=-1 CPUtime=0 cores=0-7
/proc/11436/task/11456/stat : 11456 (java) S 11433 11436 11202 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255068321 26729902080 11566 33554432000 4194304 4196468 140732740233440 139841939446320 139843228531330 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8572928 140732740236365 140732740236549 140732740236549 140732740239311 0
Current children cumulated CPU time: 0.42 s
Current children cumulated vsize: 26103420 KiB
Current children cumulated memory: 46264 KiB

[startup+0.700892 s]
/proc/loadavg: 5.10 7.98 8.57 2/203 11456
/proc/meminfo: memFree=24746004/32770624 swapFree=67108856/67108860
[pid=11436] ppid=11433 vsize=26105488 memory=84800 CPUtime=0.98 cores=0-7
/proc/11436/stat : 11436 (java) S 11433 11436 11202 0 -1 1077944320 17642 0 0 0 93 5 0 0 20 0 20 0 255068315 26732019712 21200 33554432000 4194304 4196468 140732740233440 140732740215984 139843228520183 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 8572928 140732740236365 140732740236549 140732740236549 140732740239311 0
/proc/11436/statm: 6526372 21200 3490 1 0 6488444 0
[pid=11436/tid=11438] ppid=11433 vsize=26105488 memory=0 CPUtime=0.66 cores=0-7
/proc/11436/task/11438/stat : 11438 (java) R 11433 11436 11202 0 -1 4202560 14590 0 0 0 62 4 0 0 20 0 20 0 255068315 26732019712 21200 33554432000 4194304 4196468 140732740233440 139843232745680 139843212600670 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8572928 140732740236365 140732740236549 140732740236549 140732740239311 0
[pid=11436/tid=11439] ppid=11433 vsize=26105488 memory=0 CPUtime=0 cores=0-7
/proc/11436/task/11439/stat : 11439 (java) S 11433 11436 11202 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255068316 26732019712 21200 33554432000 4194304 4196468 140732740233440 139842786822800 139843228530389 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8572928 140732740236365 140732740236549 140732740236549 140732740239311 0
[pid=11436/tid=11440] ppid=11433 vsize=26105488 memory=0 CPUtime=0 cores=0-7
/proc/11436/task/11440/stat : 11440 (java) S 11433 11436 11202 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 255068316 26732019712 21200 33554432000 4194304 4196468 140732740233440 139842785770000 139843228530389 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8572928 140732740236365 140732740236549 140732740236549 140732740239311 0
[pid=11436/tid=11441] ppid=11433 vsize=26105488 memory=0 CPUtime=0 cores=0-7
/proc/11436/task/11441/stat : 11441 (java) S 11433 11436 11202 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255068316 26732019712 21200 33554432000 4194304 4196468 140732740233440 139842784717200 139843228530389 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8572928 140732740236365 140732740236549 140732740236549 140732740239311 0
[pid=11436/tid=11442] ppid=11433 vsize=26105488 memory=1108 CPUtime=0 cores=0-7
/proc/11436/task/11442/stat : 11442 (java) S 11433 11436 11202 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255068316 26732019712 21200 33554432000 4194304 4196468 140732740233440 139842783664400 139843228530389 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8572928 140732740236365 140732740236549 140732740236549 140732740239311 0
[pid=11436/tid=11443] ppid=11433 vsize=26105488 memory=10784 CPUtime=0 cores=0-7
/proc/11436/task/11443/stat : 11443 (java) S 11433 11436 11202 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255068316 26732019712 21200 33554432000 4194304 4196468 140732740233440 139842782612624 139843228530389 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8572928 140732740236365 140732740236549 140732740236549 140732740239311 0
[pid=11436/tid=11444] ppid=11433 vsize=26105488 memory=872 CPUtime=0 cores=0-7
/proc/11436/task/11444/stat : 11444 (java) S 11433 11436 11202 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 255068316 26732019712 21200 33554432000 4194304 4196468 140732740233440 139842781559824 139843228530389 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8572928 140732740236365 140732740236549 140732740236549 140732740239311 0
[pid=11436/tid=11445] ppid=11433 vsize=26105488 memory=4280 CPUtime=0 cores=0-7
/proc/11436/task/11445/stat : 11445 (java) S 11433 11436 11202 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255068316 26732019712 21200 33554432000 4194304 4196468 140732740233440 139842780507024 139843228530389 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8572928 140732740236365 140732740236549 140732740236549 140732740239311 0
[pid=11436/tid=11446] ppid=11433 vsize=26105488 memory=14888 CPUtime=0 cores=0-7
/proc/11436/task/11446/stat : 11446 (java) S 11433 11436 11202 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255068316 26732019712 21200 33554432000 4194304 4196468 140732740233440 139842779454224 139843228530389 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8572928 140732740236365 140732740236549 140732740236549 140732740239311 0
[pid=11436/tid=11447] ppid=11433 vsize=26105488 memory=38476 CPUtime=0 cores=0-7
/proc/11436/task/11447/stat : 11447 (java) S 11433 11436 11202 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 255068318 26732019712 21200 33554432000 4194304 4196468 140732740233440 139841948920176 139843228531330 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8572928 140732740236365 140732740236549 140732740236549 140732740239311 0

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

[pid=11436/tid=11455] ppid=11433 vsize=27850524 memory=0 CPUtime=0 cores=0-7
/proc/11436/task/11455/stat : 11455 (java) S 11433 11436 11202 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 46 0 255068321 28518936576 1362782 33554432000 4194304 4196468 140732740233440 139841940499040 139843228530389 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8572928 140732740236365 140732740236549 140732740236549 140732740239311 0
[pid=11436/tid=11456] ppid=11433 vsize=27850524 memory=281152317457856 CPUtime=0.02 cores=0-7
/proc/11436/task/11456/stat : 11456 (java) S 11433 11436 11202 0 -1 1077944384 761 0 0 0 0 2 0 0 20 0 46 0 255068321 28518936576 1362782 33554432000 4194304 4196468 140732740233440 139841939446320 139843228531330 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 12 0 0 6293624 6294260 8572928 140732740236365 140732740236549 140732740236549 140732740239311 0
[pid=11436/tid=11457] ppid=11433 vsize=27850524 memory=3472468872386455561 CPUtime=0.03 cores=0-7
/proc/11436/task/11457/stat : 11457 (java) S 11433 11436 11202 0 -1 1077944384 407 0 0 0 3 0 0 0 20 0 46 0 255068487 28518936576 1362782 33554432000 4194304 4196468 140732740233440 139841928102480 139843228530389 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8572928 140732740236365 140732740236549 140732740236549 140732740239311 0
[pid=11436/tid=11458] ppid=11433 vsize=27850524 memory=7288 CPUtime=0.21 cores=0-7
/proc/11436/task/11458/stat : 11458 (java) R 11433 11436 11202 0 -1 1077944384 1449 0 0 0 9 12 0 0 20 0 46 0 255068504 28518936576 1362782 33554432000 4194304 4196468 140732740233440 139841924952720 139843228531330 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8572928 140732740236365 140732740236549 140732740236549 140732740239311 0
[pid=11436/tid=11459] ppid=11433 vsize=27850524 memory=804 CPUtime=58.12 cores=0-7
/proc/11436/task/11459/stat : 11459 (java) R 11433 11436 11202 0 -1 4202560 6675 0 0 0 5793 19 0 0 20 0 46 0 255068525 28518936576 1362782 33554432000 4194304 4196468 140732740233440 139841921801760 139842876677949 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 8572928 140732740236365 140732740236549 140732740236549 140732740239311 0
[pid=11436/tid=11460] ppid=11433 vsize=27850524 memory=4096 CPUtime=60.12 cores=0-7
/proc/11436/task/11460/stat : 11460 (java) R 11433 11436 11202 0 -1 4202560 7223 0 0 0 5988 24 0 0 20 0 46 0 255068526 28518936576 1362782 33554432000 4194304 4196468 140732740233440 139841674173856 139842866304033 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 8572928 140732740236365 140732740236549 140732740236549 140732740239311 0
[pid=11436/tid=11461] ppid=11433 vsize=27850524 memory=1796 CPUtime=46.08 cores=0-7
/proc/11436/task/11461/stat : 11461 (java) R 11433 11436 11202 0 -1 4202560 6149 0 0 0 4589 19 0 0 20 0 46 0 255068526 28518936576 1362782 33554432000 4194304 4196468 140732740233440 139841673121056 139842875789010 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 8572928 140732740236365 140732740236549 140732740236549 140732740239311 0
[pid=11436/tid=11462] ppid=11433 vsize=27850524 memory=912 CPUtime=56.07 cores=0-7
/proc/11436/task/11462/stat : 11462 (java) S 11433 11436 11202 0 -1 1077944384 7421 0 0 0 5586 21 0 0 20 0 46 0 255068533 28518936576 1362782 33554432000 4194304 4196468 140732740233440 139841669973392 139843228530389 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8572928 140732740236365 140732740236549 140732740236549 140732740239311 0
[pid=11436/tid=11463] ppid=11433 vsize=27850524 memory=4824 CPUtime=59.76 cores=0-7
/proc/11436/task/11463/stat : 11463 (java) R 11433 11436 11202 0 -1 4202560 9843 0 0 0 5949 27 0 0 20 0 46 0 255068533 28518936576 1362782 33554432000 4194304 4196468 140732740233440 139841668918304 139842876677766 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 8572928 140732740236365 140732740236549 140732740236549 140732740239311 0
[pid=11436/tid=11464] ppid=11433 vsize=27850524 memory=1408 CPUtime=44.95 cores=0-7
/proc/11436/task/11464/stat : 11464 (java) S 11433 11436 11202 0 -1 1077944384 6245 0 0 0 4474 21 0 0 20 0 46 0 255068533 28518936576 1362782 33554432000 4194304 4196468 140732740233440 139841667867792 139843228530389 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8572928 140732740236365 140732740236549 140732740236549 140732740239311 0
[pid=11436/tid=11465] ppid=11433 vsize=27850524 memory=3680 CPUtime=56.56 cores=0-7
/proc/11436/task/11465/stat : 11465 (java) S 11433 11436 11202 0 -1 1077944384 7014 0 0 0 5637 19 0 0 20 0 46 0 255068533 28518936576 1362782 33554432000 4194304 4196468 140732740233440 139841666814992 139843228530389 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 1 0 0 6293624 6294260 8572928 140732740236365 140732740236549 140732740236549 140732740239311 0
[pid=11436/tid=11466] ppid=11433 vsize=27850524 memory=5446748 CPUtime=14.39 cores=0-7
/proc/11436/task/11466/stat : 11466 (java) S 11433 11436 11202 0 -1 1077944384 2316 0 0 0 1439 0 0 0 20 0 46 0 255068534 28518936576 1362782 33554432000 4194304 4196468 140732740233440 139841665762192 139843228530389 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8572928 140732740236365 140732740236549 140732740236549 140732740239311 0
[pid=11436/tid=11467] ppid=11433 vsize=27850524 memory=6791534058613427641 CPUtime=0.4 cores=0-7
/proc/11436/task/11467/stat : 11467 (java) S 11433 11436 11202 0 -1 1077944384 167 0 0 0 40 0 0 0 20 0 46 0 255068534 28518936576 1362782 33554432000 4194304 4196468 140732740233440 139841664710416 139843228530389 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8572928 140732740236365 140732740236549 140732740236549 140732740239311 0
[pid=11436/tid=11468] ppid=11433 vsize=27850524 memory=4872558044660077418 CPUtime=15.46 cores=0-7
/proc/11436/task/11468/stat : 11468 (java) S 11433 11436 11202 0 -1 1077944384 2202 0 0 0 1545 1 0 0 20 0 46 0 255068537 28518936576 1362782 33554432000 4194304 4196468 140732740233440 139841663657616 139843228530389 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8572928 140732740236365 140732740236549 140732740236549 140732740239311 0
[pid=11436/tid=11469] ppid=11433 vsize=27850524 memory=5451072 CPUtime=0.26 cores=0-7
/proc/11436/task/11469/stat : 11469 (java) S 11433 11436 11202 0 -1 1077944384 132 0 0 0 26 0 0 0 20 0 46 0 255068537 28518936576 1362782 33554432000 4194304 4196468 140732740233440 139841662604816 139843228530389 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8572928 140732740236365 140732740236549 140732740236549 140732740239311 0
[pid=11436/tid=11470] ppid=11433 vsize=27850524 memory=924 CPUtime=57.7 cores=0-7
/proc/11436/task/11470/stat : 11470 (java) S 11433 11436 11202 0 -1 1077944384 8272 0 0 0 5751 19 0 0 20 0 46 0 255068537 28518936576 1362782 33554432000 4194304 4196468 140732740233440 139841661552016 139843228530389 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8572928 140732740236365 140732740236549 140732740236549 140732740239311 0
[pid=11436/tid=11471] ppid=11433 vsize=27850524 memory=2188 CPUtime=1.6 cores=0-7
/proc/11436/task/11471/stat : 11471 (java) R 11433 11436 11202 0 -1 4202560 388 0 0 0 160 0 0 0 20 0 46 0 255068538 28518936576 1362782 33554432000 4194304 4196468 140732740233440 139841660496928 139842876124896 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 8572928 140732740236365 140732740236549 140732740236549 140732740239311 0
[pid=11436/tid=11472] ppid=11433 vsize=27850524 memory=3984 CPUtime=1.03 cores=0-7
/proc/11436/task/11472/stat : 11472 (java) S 11433 11436 11202 0 -1 1077944384 468 0 0 0 103 0 0 0 20 0 46 0 255072777 28518936576 1362782 33554432000 4194304 4196468 140732740233440 139841657312400 139843228530389 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8572928 140732740236365 140732740236549 140732740236549 140732740239311 0
[pid=11436/tid=11473] ppid=11433 vsize=27850524 memory=2024 CPUtime=0.29 cores=0-7
/proc/11436/task/11473/stat : 11473 (java) S 11433 11436 11202 0 -1 1077944384 117 0 0 0 29 0 0 0 20 0 46 0 255072777 28518936576 1362782 33554432000 4194304 4196468 140732740233440 139841656259600 139843228530389 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8572928 140732740236365 140732740236549 140732740236549 140732740239311 0
[pid=11436/tid=11474] ppid=11433 vsize=27850524 memory=7288 CPUtime=2.41 cores=0-7
/proc/11436/task/11474/stat : 11474 (java) S 11433 11436 11202 0 -1 1077944384 226 0 0 0 241 0 0 0 20 0 46 0 255072777 28518936576 1362782 33554432000 4194304 4196468 140732740233440 139841655206800 139843228530389 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8572928 140732740236365 140732740236549 140732740236549 140732740239311 0
[pid=11436/tid=11475] ppid=11433 vsize=27850524 memory=804 CPUtime=0.15 cores=0-7
/proc/11436/task/11475/stat : 11475 (java) S 11433 11436 11202 0 -1 1077944384 90 0 0 0 15 0 0 0 20 0 46 0 255072777 28518936576 1362782 33554432000 4194304 4196468 140732740233440 139841654155024 139843228530389 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8572928 140732740236365 140732740236549 140732740236549 140732740239311 0
[pid=11436/tid=11476] ppid=11433 vsize=27850524 memory=4096 CPUtime=2.43 cores=0-7
/proc/11436/task/11476/stat : 11476 (java) S 11433 11436 11202 0 -1 1077944384 201 0 0 0 243 0 0 0 20 0 46 0 255072777 28518936576 1362782 33554432000 4194304 4196468 140732740233440 139840942069392 139843228530389 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8572928 140732740236365 140732740236549 140732740236549 140732740239311 0
[pid=11436/tid=11477] ppid=11433 vsize=27850524 memory=1796 CPUtime=1.83 cores=0-7
/proc/11436/task/11477/stat : 11477 (java) R 11433 11436 11202 0 -1 4202560 573 0 0 0 182 1 0 0 20 0 46 0 255072779 28518936576 1362782 33554432000 4194304 4196468 140732740233440 139840941014304 139842875789010 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 8572928 140732740236365 140732740236549 140732740236549 140732740239311 0
[pid=11436/tid=11478] ppid=11433 vsize=27850524 memory=912 CPUtime=3.62 cores=0-7
/proc/11436/task/11478/stat : 11478 (java) R 11433 11436 11202 0 -1 4202560 318 0 0 0 362 0 0 0 20 0 46 0 255072781 28518936576 1362782 33554432000 4194304 4196468 140732740233440 139840939961504 139842876990871 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8572928 140732740236365 140732740236549 140732740236549 140732740239311 0
[pid=11436/tid=11479] ppid=11433 vsize=27850524 memory=4824 CPUtime=0.97 cores=0-7
/proc/11436/task/11479/stat : 11479 (java) S 11433 11436 11202 0 -1 1077944384 125 0 0 0 97 0 0 0 20 0 46 0 255072784 28518936576 1362782 33554432000 4194304 4196468 140732740233440 139840938910992 139843228530389 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8572928 140732740236365 140732740236549 140732740236549 140732740239311 0
[pid=11436/tid=11480] ppid=11433 vsize=27850524 memory=1408 CPUtime=1.96 cores=0-7
/proc/11436/task/11480/stat : 11480 (java) R 11433 11436 11202 0 -1 4202560 258 0 0 0 196 0 0 0 20 0 46 0 255072788 28518936576 1362782 33554432000 4194304 4196468 140732740233440 139840937855904 139842877013638 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 8572928 140732740236365 140732740236549 140732740236549 140732740239311 0
[pid=11436/tid=11481] ppid=11433 vsize=27850524 memory=3680 CPUtime=0.62 cores=0-7
/proc/11436/task/11481/stat : 11481 (java) S 11433 11436 11202 0 -1 1077944384 317 0 0 0 62 0 0 0 20 0 46 0 255072793 28518936576 1362782 33554432000 4194304 4196468 140732740233440 139840936805392 139843228530389 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8572928 140732740236365 140732740236549 140732740236549 140732740239311 0
[pid=11436/tid=11482] ppid=11433 vsize=27850524 memory=5451056 CPUtime=2.93 cores=0-7
/proc/11436/task/11482/stat : 11482 (java) S 11433 11436 11202 0 -1 1077944384 246 0 0 0 293 0 0 0 20 0 46 0 255072794 28518936576 1362782 33554432000 4194304 4196468 140732740233440 139840935752592 139843228530389 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8572928 140732740236365 140732740236549 140732740236549 140732740239311 0
Current children cumulated CPU time: 500.28 s
Current children cumulated vsize: 27850524 KiB
Current children cumulated memory: 5451128 KiB

[startup+64.7017 s]
/proc/loadavg: 8.97 8.37 8.65 11/229 11482
/proc/meminfo: memFree=19354716/32770624 swapFree=67108856/67108860
[pid=11436] ppid=11433 vsize=27850524 memory=5451128 CPUtime=500.79 cores=0-7
/proc/11436/stat : 11436 (java) S 11433 11436 11202 0 -1 1077944320 152951 0 0 0 49830 249 0 0 20 0 46 0 255068315 28518936576 1362782 33554432000 4194304 4196468 140732740233440 140732740215984 139843228520183 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 8572928 140732740236365 140732740236549 140732740236549 140732740239311 0
/proc/11436/statm: 6962631 1362782 3612 1 0 6924182 0
[pid=11436/tid=11438] ppid=11433 vsize=27850524 memory=281152318837600 CPUtime=2.09 cores=0-7
/proc/11436/task/11438/stat : 11438 (java) S 11433 11436 11202 0 -1 1077944384 23520 0 0 0 202 7 0 0 20 0 46 0 255068315 28518936576 1362782 33554432000 4194304 4196468 140732740233440 139843232757648 139843228530389 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8572928 140732740236365 140732740236549 140732740236549 140732740239311 0
[pid=11436/tid=11439] ppid=11433 vsize=27850524 memory=5451128 CPUtime=0.19 cores=0-7
/proc/11436/task/11439/stat : 11439 (java) S 11433 11436 11202 0 -1 1077944384 3069 0 0 0 12 7 0 0 20 0 46 0 255068316 28518936576 1362782 33554432000 4194304 4196468 140732740233440 139842786822800 139843228530389 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8572928 140732740236365 140732740236549 140732740236549 140732740239311 0
[pid=11436/tid=11440] ppid=11433 vsize=27850524 memory=1108 CPUtime=0.15 cores=0-7
/proc/11436/task/11440/stat : 11440 (java) S 11433 11436 11202 0 -1 1077944384 863 0 0 0 9 6 0 0 20 0 46 0 255068316 28518936576 1362782 33554432000 4194304 4196468 140732740233440 139842785770000 139843228530389 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8572928 140732740236365 140732740236549 140732740236549 140732740239311 0
[pid=11436/tid=11441] ppid=11433 vsize=27850524 memory=281152318421920 CPUtime=0.14 cores=0-7
/proc/11436/task/11441/stat : 11441 (java) S 11433 11436 11202 0 -1 1077944384 912 0 0 0 10 4 0 0 20 0 46 0 255068316 28518936576 1362782 33554432000 4194304 4196468 140732740233440 139842784717200 139843228530389 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8572928 140732740236365 140732740236549 140732740236549 140732740239311 0
[pid=11436/tid=11442] ppid=11433 vsize=27850524 memory=11 CPUtime=0.16 cores=0-7
/proc/11436/task/11442/stat : 11442 (java) S 11433 11436 11202 0 -1 1077944384 1463 0 0 0 9 7 0 0 20 0 46 0 255068316 28518936576 1362782 33554432000 4194304 4196468 140732740233440 139842783664400 139843228530389 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8572928 140732740236365 140732740236549 140732740236549 140732740239311 0
[pid=11436/tid=11443] ppid=11433 vsize=27850524 memory=6 CPUtime=0.16 cores=0-7
/proc/11436/task/11443/stat : 11443 (java) S 11433 11436 11202 0 -1 1077944384 1175 0 0 0 10 6 0 0 20 0 46 0 255068316 28518936576 1362782 33554432000 4194304 4196468 140732740233440 139842782612624 139843228530389 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8572928 140732740236365 140732740236549 140732740236549 140732740239311 0
[pid=11436/tid=11444] ppid=11433 vsize=27850524 memory=281152317795168 CPUtime=0.17 cores=0-7
/proc/11436/task/11444/stat : 11444 (java) S 11433 11436 11202 0 -1 1077944384 2339 0 0 0 10 7 0 0 20 0 46 0 255068316 28518936576 1362782 33554432000 4194304 4196468 140732740233440 139842781559824 139843228530389 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8572928 140732740236365 140732740236549 140732740236549 140732740239311 0
[pid=11436/tid=11445] ppid=11433 vsize=27850524 memory=281152317960504 CPUtime=0.15 cores=0-7
/proc/11436/task/11445/stat : 11445 (java) S 11433 11436 11202 0 -1 1077944384 1587 0 0 0 10 5 0 0 20 0 46 0 255068316 28518936576 1362782 33554432000 4194304 4196468 140732740233440 139842780507024 139843228530389 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8572928 140732740236365 140732740236549 140732740236549 140732740239311 0
[pid=11436/tid=11446] ppid=11433 vsize=27850524 memory=56 CPUtime=0.17 cores=0-7
/proc/11436/task/11446/stat : 11446 (java) S 11433 11436 11202 0 -1 1077944384 2382 0 0 0 11 6 0 0 20 0 46 0 255068316 28518936576 1362782 33554432000 4194304 4196468 140732740233440 139842779454224 139843228530389 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8572928 140732740236365 140732740236549 140732740236549 140732740239311 0
[pid=11436/tid=11447] ppid=11433 vsize=27850524 memory=8976414709404591081 CPUtime=0.1 cores=0-7
/proc/11436/task/11447/stat : 11447 (java) S 11433 11436 11202 0 -1 1077944384 6485 0 0 0 8 2 0 0 20 0 46 0 255068318 28518936576 1362782 33554432000 4194304 4196468 140732740233440 139841948920176 139843228531330 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 4 0 0 6293624 6294260 8572928 140732740236365 140732740236549 140732740236549 140732740239311 0
[pid=11436/tid=11448] ppid=11433 vsize=27850524 memory=7882256341043013224 CPUtime=0 cores=0-7
/proc/11436/task/11448/stat : 11448 (java) S 11433 11436 11202 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 46 0 255068318 28518936576 1362782 33554432000 4194304 4196468 140732740233440 139841947866208 139843228530389 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8572928 140732740236365 140732740236549 140732740236549 140732740239311 0
[pid=11436/tid=11449] ppid=11433 vsize=27850524 memory=69392 CPUtime=0 cores=0-7
/proc/11436/task/11449/stat : 11449 (java) S 11433 11436 11202 0 -1 1077944384 52 0 0 0 0 0 0 0 20 0 46 0 255068318 28518936576 1362782 33554432000 4194304 4196468 140732740233440 139841946813312 139843228530389 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8572928 140732740236365 140732740236549 140732740236549 140732740239311 0
[pid=11436/tid=11450] ppid=11433 vsize=27850524 memory=1236 CPUtime=0 cores=0-7
/proc/11436/task/11450/stat : 11450 (java) S 11433 11436 11202 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 46 0 255068321 28518936576 1362782 33554432000 4194304 4196468 140732740233440 139841945761616 139843228538779 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8572928 140732740236365 140732740236549 140732740236549 140732740239311 0
[pid=11436/tid=11451] ppid=11433 vsize=27850524 memory=1408 CPUtime=1.82 cores=0-7
/proc/11436/task/11451/stat : 11451 (java) S 11433 11436 11202 0 -1 1077944384 10227 0 0 0 180 2 0 0 20 0 46 0 255068321 28518936576 1362782 33554432000 4194304 4196468 140732740233440 139841944710000 139843228531330 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8572928 140732740236365 140732740236549 140732740236549 140732740239311 0
[pid=11436/tid=11452] ppid=11433 vsize=27850524 memory=6791534058613427641 CPUtime=1.82 cores=0-7
/proc/11436/task/11452/stat : 11452 (java) S 11433 11436 11202 0 -1 1077944384 6793 0 0 0 181 1 0 0 20 0 46 0 255068321 28518936576 1362782 33554432000 4194304 4196468 140732740233440 139841943657200 139843228531330 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8572928 140732740236365 140732740236549 140732740236549 140732740239311 0
[pid=11436/tid=11453] ppid=11433 vsize=27850524 memory=7882256341043013224 CPUtime=1.8 cores=0-7
/proc/11436/task/11453/stat : 11453 (java) S 11433 11436 11202 0 -1 1077944384 9627 0 0 0 178 2 0 0 20 0 46 0 255068321 28518936576 1362782 33554432000 4194304 4196468 140732740233440 139841942604400 139843228531330 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8572928 140732740236365 140732740236549 140732740236549 140732740239311 0
[pid=11436/tid=11454] ppid=11433 vsize=27850524 memory=7882256341043013224 CPUtime=1.05 cores=0-7
/proc/11436/task/11454/stat : 11454 (java) S 11433 11436 11202 0 -1 1077944384 11383 0 0 0 102 3 0 0 20 0 46 0 255068321 28518936576 1362782 33554432000 4194304 4196468 140732740233440 139841941551600 139843228531330 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 13 0 0 6293624 6294260 8572928 140732740236365 140732740236549 140732740236549 140732740239311 0
[pid=11436/tid=11455] ppid=11433 vsize=27850524 memory=0 CPUtime=0 cores=0-7
/proc/11436/task/11455/stat : 11455 (java) S 11433 11436 11202 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 46 0 255068321 28518936576 1362782 33554432000 4194304 4196468 140732740233440 139841940499040 139843228530389 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8572928 140732740236365 140732740236549 140732740236549 140732740239311 0
[pid=11436/tid=11456] ppid=11433 vsize=27850524 memory=0 CPUtime=0.02 cores=0-7
/proc/11436/task/11456/stat : 11456 (java) S 11433 11436 11202 0 -1 1077944384 761 0 0 0 0 2 0 0 20 0 46 0 255068321 28518936576 1362782 33554432000 4194304 4196468 140732740233440 139841939446320 139843228531330 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 12 0 0 6293624 6294260 8572928 140732740236365 140732740236549 140732740236549 140732740239311 0
[pid=11436/tid=11457] ppid=11433 vsize=27850524 memory=98440650447238 CPUtime=0.03 cores=0-7
/proc/11436/task/11457/stat : 11457 (java) S 11433 11436 11202 0 -1 1077944384 407 0 0 0 3 0 0 0 20 0 46 0 255068487 28518936576 1362782 33554432000 4194304 4196468 140732740233440 139841928102480 139843228530389 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8572928 140732740236365 140732740236549 140732740236549 140732740239311 0
[pid=11436/tid=11458] ppid=11433 vsize=27850524 memory=0 CPUtime=0.21 cores=0-7
/proc/11436/task/11458/stat : 11458 (java) S 11433 11436 11202 0 -1 1077944384 1449 0 0 0 9 12 0 0 20 0 46 0 255068504 28518936576 1362782 33554432000 4194304 4196468 140732740233440 139841924952720 139843228531330 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8572928 140732740236365 140732740236549 140732740236549 140732740239311 0
[pid=11436/tid=11459] ppid=11433 vsize=27850524 memory=6943526294502006880 CPUtime=58.13 cores=0-7
/proc/11436/task/11459/stat : 11459 (java) S 11433 11436 11202 0 -1 1077944384 6677 0 0 0 5794 19 0 0 20 0 46 0 255068525 28518936576 1362782 33554432000 4194304 4196468 140732740233440 139841921804048 139843228530389 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8572928 140732740236365 140732740236549 140732740236549 140732740239311 0
[pid=11436/tid=11460] ppid=11433 vsize=27850524 memory=6944656592455088490 CPUtime=60.14 cores=0-7
/proc/11436/task/11460/stat : 11460 (java) S 11433 11436 11202 0 -1 1077944384 7233 0 0 0 5990 24 0 0 20 0 46 0 255068526 28518936576 1362782 33554432000 4194304 4196468 140732740233440 139841674176144 139843228530389 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8572928 140732740236365 140732740236549 140732740236549 140732740239311 0
[pid=11436/tid=11461] ppid=11433 vsize=27850524 memory=281152317292784 CPUtime=46.18 cores=0-7
/proc/11436/task/11461/stat : 11461 (java) R 11433 11436 11202 0 -1 4202560 6173 0 0 0 4599 19 0 0 20 0 46 0 255068526 28518936576 1362782 33554432000 4194304 4196468 140732740233440 139841673121056 139842870586531 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 8572928 140732740236365 140732740236549 140732740236549 140732740239311 0
[pid=11436/tid=11462] ppid=11433 vsize=27850524 memory=288230574492221466 CPUtime=56.07 cores=0-7
/proc/11436/task/11462/stat : 11462 (java) S 11433 11436 11202 0 -1 1077944384 7421 0 0 0 5586 21 0 0 20 0 46 0 255068533 28518936576 1362782 33554432000 4194304 4196468 140732740233440 139841669973392 139843228530389 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8572928 140732740236365 140732740236549 140732740236549 140732740239311 0
[pid=11436/tid=11463] ppid=11433 vsize=27850524 memory=288230596050944315 CPUtime=59.8 cores=0-7
/proc/11436/task/11463/stat : 11463 (java) S 11433 11436 11202 0 -1 1077944384 9850 0 0 0 5953 27 0 0 20 0 46 0 255068533 28518936576 1362782 33554432000 4194304 4196468 140732740233440 139841668920592 139843228530389 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8572928 140732740236365 140732740236549 140732740236549 140732740239311 0
[pid=11436/tid=11464] ppid=11433 vsize=27850524 memory=16100360058046859 CPUtime=44.95 cores=0-7
/proc/11436/task/11464/stat : 11464 (java) S 11433 11436 11202 0 -1 1077944384 6245 0 0 0 4474 21 0 0 20 0 46 0 255068533 28518936576 1362782 33554432000 4194304 4196468 140732740233440 139841667867792 139843228530389 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8572928 140732740236365 140732740236549 140732740236549 140732740239311 0
[pid=11436/tid=11465] ppid=11433 vsize=27850524 memory=3984 CPUtime=56.56 cores=0-7
/proc/11436/task/11465/stat : 11465 (java) S 11433 11436 11202 0 -1 1077944384 7014 0 0 0 5637 19 0 0 20 0 46 0 255068533 28518936576 1362782 33554432000 4194304 4196468 140732740233440 139841666814992 139843228530389 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 1 0 0 6293624 6294260 8572928 140732740236365 140732740236549 140732740236549 140732740239311 0
[pid=11436/tid=11466] ppid=11433 vsize=27850524 memory=6791534058613427641 CPUtime=14.39 cores=0-7
/proc/11436/task/11466/stat : 11466 (java) S 11433 11436 11202 0 -1 1077944384 2316 0 0 0 1439 0 0 0 20 0 46 0 255068534 28518936576 1362782 33554432000 4194304 4196468 140732740233440 139841665762192 139843228530389 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8572928 140732740236365 140732740236549 140732740236549 140732740239311 0
[pid=11436/tid=11467] ppid=11433 vsize=27850524 memory=288230596050944315 CPUtime=0.4 cores=0-7
/proc/11436/task/11467/stat : 11467 (java) S 11433 11436 11202 0 -1 1077944384 167 0 0 0 40 0 0 0 20 0 46 0 255068534 28518936576 1362782 33554432000 4194304 4196468 140732740233440 139841664710416 139843228530389 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8572928 140732740236365 140732740236549 140732740236549 140732740239311 0
[pid=11436/tid=11468] ppid=11433 vsize=27850524 memory=16100360058046859 CPUtime=15.46 cores=0-7
/proc/11436/task/11468/stat : 11468 (java) S 11433 11436 11202 0 -1 1077944384 2202 0 0 0 1545 1 0 0 20 0 46 0 255068537 28518936576 1362782 33554432000 4194304 4196468 140732740233440 139841663657616 139843228530389 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8572928 140732740236365 140732740236549 140732740236549 140732740239311 0
[pid=11436/tid=11469] ppid=11433 vsize=27850524 memory=2241 CPUtime=0.26 cores=0-7
/proc/11436/task/11469/stat : 11469 (java) S 11433 11436 11202 0 -1 1077944384 132 0 0 0 26 0 0 0 20 0 46 0 255068537 28518936576 1362782 33554432000 4194304 4196468 140732740233440 139841662604816 139843228530389 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8572928 140732740236365 140732740236549 140732740236549 140732740239311 0
[pid=11436/tid=11470] ppid=11433 vsize=27850524 memory=6791534058613427641 CPUtime=57.7 cores=0-7
/proc/11436/task/11470/stat : 11470 (java) S 11433 11436 11202 0 -1 1077944384 8272 0 0 0 5751 19 0 0 20 0 46 0 255068537 28518936576 1362782 33554432000 4194304 4196468 140732740233440 139841661552016 139843228530389 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8572928 140732740236365 140732740236549 140732740236549 140732740239311 0
[pid=11436/tid=11471] ppid=11433 vsize=27850524 memory=2188 CPUtime=1.66 cores=0-7
/proc/11436/task/11471/stat : 11471 (java) S 11433 11436 11202 0 -1 1077944384 395 0 0 0 166 0 0 0 20 0 46 0 255068538 28518936576 1362782 33554432000 4194304 4196468 140732740233440 139841660499216 139843228530389 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8572928 140732740236365 140732740236549 140732740236549 140732740239311 0
[pid=11436/tid=11472] ppid=11433 vsize=27850524 memory=5447980 CPUtime=1.03 cores=0-7
/proc/11436/task/11472/stat : 11472 (java) S 11433 11436 11202 0 -1 1077944384 468 0 0 0 103 0 0 0 20 0 46 0 255072777 28518936576 1362782 33554432000 4194304 4196468 140732740233440 139841657312400 139843228530389 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8572928 140732740236365 140732740236549 140732740236549 140732740239311 0
[pid=11436/tid=11473] ppid=11433 vsize=27850524 memory=2024 CPUtime=0.29 cores=0-7
/proc/11436/task/11473/stat : 11473 (java) S 11433 11436 11202 0 -1 1077944384 117 0 0 0 29 0 0 0 20 0 46 0 255072777 28518936576 1362782 33554432000 4194304 4196468 140732740233440 139841656259600 139843228530389 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8572928 140732740236365 140732740236549 140732740236549 140732740239311 0
[pid=11436/tid=11474] ppid=11433 vsize=27850524 memory=281152319417856 CPUtime=2.41 cores=0-7
/proc/11436/task/11474/stat : 11474 (java) S 11433 11436 11202 0 -1 1077944384 226 0 0 0 241 0 0 0 20 0 46 0 255072777 28518936576 1362782 33554432000 4194304 4196468 140732740233440 139841655206800 139843228530389 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8572928 140732740236365 140732740236549 140732740236549 140732740239311 0
[pid=11436/tid=11475] ppid=11433 vsize=27850524 memory=6655300316396806240 CPUtime=0.15 cores=0-7
/proc/11436/task/11475/stat : 11475 (java) S 11433 11436 11202 0 -1 1077944384 90 0 0 0 15 0 0 0 20 0 46 0 255072777 28518936576 1362782 33554432000 4194304 4196468 140732740233440 139841654155024 139843228530389 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8572928 140732740236365 140732740236549 140732740236549 140732740239311 0
[pid=11436/tid=11476] ppid=11433 vsize=27850524 memory=7882256341043013224 CPUtime=2.43 cores=0-7
/proc/11436/task/11476/stat : 11476 (java) S 11433 11436 11202 0 -1 1077944384 201 0 0 0 243 0 0 0 20 0 46 0 255072777 28518936576 1362782 33554432000 4194304 4196468 140732740233440 139840942069392 139843228530389 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8572928 140732740236365 140732740236549 140732740236549 140732740239311 0
[pid=11436/tid=11477] ppid=11433 vsize=27850524 memory=7013354104863679334 CPUtime=1.93 cores=0-7
/proc/11436/task/11477/stat : 11477 (java) R 11433 11436 11202 0 -1 4202560 588 0 0 0 192 1 0 0 20 0 46 0 255072779 28518936576 1362782 33554432000 4194304 4196468 140732740233440 139840941014304 139842875427658 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 8572928 140732740236365 140732740236549 140732740236549 140732740239311 0
[pid=11436/tid=11478] ppid=11433 vsize=27850524 memory=7162519272670259309 CPUtime=3.72 cores=0-7
/proc/11436/task/11478/stat : 11478 (java) R 11433 11436 11202 0 -1 4202560 337 0 0 0 372 0 0 0 20 0 46 0 255072781 28518936576 1362782 33554432000 4194304 4196468 140732740233440 139840939961504 139842866989930 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8572928 140732740236365 140732740236549 140732740236549 140732740239311 0
[pid=11436/tid=11479] ppid=11433 vsize=27850524 memory=6791534058613427641 CPUtime=0.97 cores=0-7
/proc/11436/task/11479/stat : 11479 (java) S 11433 11436 11202 0 -1 1077944384 125 0 0 0 97 0 0 0 20 0 46 0 255072784 28518936576 1362782 33554432000 4194304 4196468 140732740233440 139840938910992 139843228530389 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8572928 140732740236365 140732740236549 140732740236549 140732740239311 0
[pid=11436/tid=11480] ppid=11433 vsize=27850524 memory=4872558044660077418 CPUtime=2.04 cores=0-7
/proc/11436/task/11480/stat : 11480 (java) S 11433 11436 11202 0 -1 1077944384 273 0 0 0 204 0 0 0 20 0 46 0 255072788 28518936576 1362782 33554432000 4194304 4196468 140732740233440 139840937858192 139843228530389 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8572928 140732740236365 140732740236549 140732740236549 140732740239311 0
[pid=11436/tid=11481] ppid=11433 vsize=27850524 memory=0 CPUtime=0.62 cores=0-7
/proc/11436/task/11481/stat : 11481 (java) S 11433 11436 11202 0 -1 1077944384 317 0 0 0 62 0 0 0 20 0 46 0 255072793 28518936576 1362782 33554432000 4194304 4196468 140732740233440 139840936805392 139843228530389 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8572928 140732740236365 140732740236549 140732740236549 140732740239311 0
[pid=11436/tid=11482] ppid=11433 vsize=27850524 memory=3689204621752674071 CPUtime=2.93 cores=0-7
/proc/11436/task/11482/stat : 11482 (java) S 11433 11436 11202 0 -1 1077944384 246 0 0 0 293 0 0 0 20 0 46 0 255072794 28518936576 1362782 33554432000 4194304 4196468 140732740233440 139840935752592 139843228530389 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8572928 140732740236365 140732740236549 140732740236549 140732740239311 0
Current children cumulated CPU time: 500.79 s
Current children cumulated vsize: 27850524 KiB
Current children cumulated memory: 5451128 KiB

Child status: 0
Real time (s): 64.8074
CPU time (s): 501.005
CPU user time (s): 498.47
CPU system time (s): 2.53505
CPU usage (%): 773.069
Max. virtual memory (cumulated for all children) (KiB): 27850524
Max. memory (cumulated for all children) (KiB): 5451128

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 498.47
system time used= 2.53505
maximum resident set size= 5451784
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 159747
page faults= 0
swaps= 0
block input operations= 0
block output operations= 240
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 21799
involuntary context switches= 12291


# summary of solver processes directly reported to runsolver:
#   pid: 11436
#   total CPU time (s): 501.005
#   total CPU user time (s): 498.47
#   total CPU system time (s): 2.53505

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.607176 second user time and 0.93857 second system time

The end

Launcher Data

Begin job on node132 at 2018-08-16 01:17:31
IDJOB=4308832
IDBENCH=141320
IDSOLVER=2793
FILE ID=node132/4308832-1534375051
RUNJOBID= node132-1534372486-11229
PBS_JOBID= 21038286
Free space on /tmp= 47092 MiB

SOLVER NAME= OscaR - Parallel with EPS 2018-08-14
BENCH NAME= XCSP18/PizzaVoucher/PizzaVoucher-10b_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-4308832-1534375051/watcher-4308832-1534375051 -o /tmp/evaluation-result-4308832-1534375051/solver-4308832-1534375051 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node132-1534372486-11229 --watchdog 2580  java -Xmx22000m -jar oscarCPXcsp3-parallel.jar --randomseed 1778404274 --timelimit 20160 --memlimit 22000 --nbcore 8 HOME/instance-4308832-1534375051.xml

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

MD5SUM BENCH= 2b2c64c71c05a1ba529c691595973c48
RANDOM SEED=1778404274

node132.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.65
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.65
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.65
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.65
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:        24803928 kB
MemAvailable:   31894244 kB
Buffers:          238820 kB
Cached:          7107988 kB
SwapCached:            4 kB
Active:          3913456 kB
Inactive:        3487520 kB
Active(anon):       3968 kB
Inactive(anon):   110860 kB
Active(file):    3909488 kB
Inactive(file):  3376660 kB
Unevictable:        6984 kB
Mlocked:            6984 kB
SwapTotal:      67108860 kB
SwapFree:       67108856 kB
Dirty:             35708 kB
Writeback:             0 kB
AnonPages:         60956 kB
Mapped:            58468 kB
Shmem:             58012 kB
Slab:             260268 kB
SReclaimable:     232628 kB
SUnreclaim:        27640 kB
KernelStack:        3232 kB
PageTables:         4924 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     357804 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      6144 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /tmp at the end= 47060 MiB
End job on node132 at 2018-08-16 01:18:36