Trace number 4275773

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 2017-07-26OPT3 9.8477297 2.5420201

General information on the benchmark

NameOpenStacks/OpenStacks-m2c-s1/
OpenStacks-m2c-tiny.xml
MD5SUMb48c1d78a7c2914aa1b4afc3a63a668c
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark3
Best CPU time to get the best result obtained on this benchmark0.017028
Satisfiable
(Un)Satisfiability was proved
Number of variables73
Number of constraints65
Number of domains3
Minimum domain size2
Maximum domain size10
Distribution of domain sizes[{"size":2,"count":45},{"size":9,"count":19},{"size":10,"count":9}]
Minimum variable degree2
Maximum variable degree10
Distribution of variable degrees[{"degree":2,"count":54},{"degree":3,"count":1},{"degree":5,"count":8},{"degree":10,"count":10}]
Minimum constraint arity3
Maximum constraint arity9
Distribution of constraint arities[{"arity":3,"count":47},{"arity":4,"count":4},{"arity":5,"count":2},{"arity":6,"count":11},{"arity":9,"count":1}]
Number of extensional constraints45
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":45},{"type":"allDifferent","count":1},{"type":"sum","count":9},{"type":"minimum","count":5},{"type":"maximum","count":5}]
Optimization problemYES
Type of objectivemin MAXIMUM

Quality of the solution as a function of time


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

Solver Data

0.31/0.25	c version: 2017-07-26
0.31/0.25	c seed: 435868856
0.31/0.25	c timeout: 20160
0.31/0.25	c memlimit: 11000
0.31/0.25	c nbcore: 8
0.31/0.28	c Parsing instance...
0.86/0.58	c Parsing done, starting search...
6.78/2.13	o 5
6.78/2.13	o 4
7.45/2.29	o 3
9.76/2.51	s OPTIMUM FOUND
9.76/2.51	v <instantiation>
9.76/2.51	v 	<list>
9.76/2.51	v 		p[0] p[1] p[2] p[3] p[4] p[5] p[6] p[7] p[8] min[0] min[1] min[2] min[3] min[4] max[0] max[1] max[2] max[3] max[4] o[0][0] o[0][1] o[0][2] o[0][3] o[0][4] o[0][5] o[0][6] o[0][7] o[0][8] o[1][0] o[1][1] o[1][2] o[1][3] o[1][4] o[1][5] o[1][6] o[1][7] o[1][8] o[2][0] o[2][1] o[2][2] o[2][3] o[2][4] o[2][5] o[2][6] o[2][7] o[2][8] o[3][0] o[3][1] o[3][2] o[3][3] o[3][4] o[3][5] o[3][6] o[3][7] o[3][8] o[4][0] o[4][1] o[4][2] o[4][3] o[4][4] o[4][5] o[4][6] o[4][7] o[4][8] so[0] so[1] so[2] so[3] so[4] so[5] so[6] so[7] so[8]
9.76/2.51	v 	</list>
9.76/2.51	v 	<values>
9.76/2.51	v 		2 5 6 1 4 8 0 3 7 0 0 3 1 7 6 2 8 7 8 1 1 1 1 1 1 1 0 0 1 1 1 0 0 0 0 0 0 0 0 0 1 1 1 1 1 1 0 1 1 1 1 1 1 1 0 0 0 0 0 0 0 0 1 1 2 3 3 3 3 3 3 3 2 
9.76/2.51	v 	</values>
9.76/2.51	v </instantiation>

Verifier Data

OK	3

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4275773-1502849599/watcher-4275773-1502849599 -o /tmp/evaluation-result-4275773-1502849599/solver-4275773-1502849599 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node102-1502843644-7803 --watchdog 2580 java -Xmx11000m -jar oscar-cp-xcsp3-parallel.jar --randomseed 435868856 --timelimit 20160 --memlimit 11000 --nbcore 8 HOME/instance-4275773-1502849599.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=8464, runsolver pid=8461
Current StackSize limit: 8192 KiB


[startup+0.100371 s]*
/proc/loadavg: 3.18 6.00 7.70 2/199 8484
/proc/meminfo: memFree=31270448/32770624 swapFree=67108860/67108860
[pid=8464] ppid=8461 vsize=14325320 memory=33048 CPUtime=0.12 cores=0-7
/proc/8464/stat : 8464 (java) S 8461 8464 7776 0 -1 1077944320 8166 0 0 0 11 1 0 0 20 0 20 0 118048160 14669127680 8262 33554432000 4194304 4196468 140728526119936 140728526102480 140184335089399 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 23691264 140728526124130 140728526124315 140728526124315 140728526127055 0
/proc/8464/statm: 3581330 8262 3411 1 0 3569050 0
[pid=8464/tid=8466] ppid=8461 vsize=14325320 memory=4134692831991783777 CPUtime=0.09 cores=0-7
/proc/8464/task/8466/stat : 8466 (java) R 8461 8464 7776 0 -1 4202560 6101 0 0 0 8 1 0 0 20 0 20 0 118048160 14669127680 8262 33554432000 4194304 4196468 140728526119936 140184339295392 140184319169886 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 23691264 140728526124130 140728526124315 140728526124315 140728526127055 0
[pid=8464/tid=8467] ppid=8461 vsize=14325320 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/8464/task/8467/stat : 8467 (java) S 8461 8464 7776 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 118048161 14669127680 8262 33554432000 4194304 4196468 140728526119936 140184250158224 140184335099605 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23691264 140728526124130 140728526124315 140728526124315 140728526127055 0
[pid=8464/tid=8468] ppid=8461 vsize=14325320 memory=140138139338368 CPUtime=0 cores=0-7
/proc/8464/task/8468/stat : 8468 (java) S 8461 8464 7776 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 118048161 14669127680 8262 33554432000 4194304 4196468 140728526119936 140184249105424 140184335099605 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23691264 140728526124130 140728526124315 140728526124315 140728526127055 0
[pid=8464/tid=8469] ppid=8461 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/8464/task/8469/stat : 8469 (java) S 8461 8464 7776 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 118048161 14669127680 8262 33554432000 4194304 4196468 140728526119936 140184248052624 140184335099605 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23691264 140728526124130 140728526124315 140728526124315 140728526127055 0
[pid=8464/tid=8470] ppid=8461 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/8464/task/8470/stat : 8470 (java) S 8461 8464 7776 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 118048161 14669127680 8262 33554432000 4194304 4196468 140728526119936 140184246999824 140184335099605 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23691264 140728526124130 140728526124315 140728526124315 140728526127055 0
[pid=8464/tid=8471] ppid=8461 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/8464/task/8471/stat : 8471 (java) S 8461 8464 7776 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 118048161 14669127680 8262 33554432000 4194304 4196468 140728526119936 140184245947024 140184335099605 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23691264 140728526124130 140728526124315 140728526124315 140728526127055 0
[pid=8464/tid=8472] ppid=8461 vsize=14325320 memory=-1 CPUtime=0 cores=0-7
/proc/8464/task/8472/stat : 8472 (java) S 8461 8464 7776 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 118048161 14669127680 8262 33554432000 4194304 4196468 140728526119936 140184244894224 140184335099605 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23691264 140728526124130 140728526124315 140728526124315 140728526127055 0
[pid=8464/tid=8473] ppid=8461 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/8464/task/8473/stat : 8473 (java) S 8461 8464 7776 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 118048161 14669127680 8262 33554432000 4194304 4196468 140728526119936 140183924107664 140184335099605 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23691264 140728526124130 140728526124315 140728526124315 140728526127055 0
[pid=8464/tid=8474] ppid=8461 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/8464/task/8474/stat : 8474 (java) S 8461 8464 7776 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 118048161 14669127680 8262 33554432000 4194304 4196468 140728526119936 140183923054864 140184335099605 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23691264 140728526124130 140728526124315 140728526124315 140728526127055 0
[pid=8464/tid=8475] ppid=8461 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/8464/task/8475/stat : 8475 (java) S 8461 8464 7776 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 118048163 14669127680 8262 33554432000 4194304 4196468 140728526119936 140182961490800 140184335100546 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23691264 140728526124130 140728526124315 140728526124315 140728526127055 0
[pid=8464/tid=8476] ppid=8461 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/8464/task/8476/stat : 8476 (java) S 8461 8464 7776 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 118048163 14669127680 8262 33554432000 4194304 4196468 140728526119936 140182960436768 140184335099605 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23691264 140728526124130 140728526124315 140728526124315 140728526127055 0
[pid=8464/tid=8477] ppid=8461 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/8464/task/8477/stat : 8477 (java) S 8461 8464 7776 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 118048163 14669127680 8262 33554432000 4194304 4196468 140728526119936 140182959383920 140184335099605 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23691264 140728526124130 140728526124315 140728526124315 140728526127055 0
[pid=8464/tid=8478] ppid=8461 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/8464/task/8478/stat : 8478 (java) S 8461 8464 7776 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 118048166 14669127680 8262 33554432000 4194304 4196468 140728526119936 140182958332240 140184335107995 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23691264 140728526124130 140728526124315 140728526124315 140728526127055 0
[pid=8464/tid=8479] ppid=8461 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/8464/task/8479/stat : 8479 (java) S 8461 8464 7776 0 -1 1077944384 303 0 0 0 0 0 0 0 20 0 20 0 118048166 14669127680 8262 33554432000 4194304 4196468 140728526119936 140182957279600 140184335100546 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23691264 140728526124130 140728526124315 140728526124315 140728526127055 0
[pid=8464/tid=8480] ppid=8461 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/8464/task/8480/stat : 8480 (java) S 8461 8464 7776 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 118048166 14669127680 8262 33554432000 4194304 4196468 140728526119936 140182956226800 140184335100546 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23691264 140728526124130 140728526124315 140728526124315 140728526127055 0
[pid=8464/tid=8481] ppid=8461 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/8464/task/8481/stat : 8481 (java) S 8461 8464 7776 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 118048166 14669127680 8262 33554432000 4194304 4196468 140728526119936 140182955174000 140184335100546 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23691264 140728526124130 140728526124315 140728526124315 140728526127055 0
[pid=8464/tid=8482] ppid=8461 vsize=14325320 memory=0 CPUtime=0.01 cores=0-7
/proc/8464/task/8482/stat : 8482 (java) S 8461 8464 7776 0 -1 1077944384 386 0 0 0 1 0 0 0 20 0 20 0 118048166 14669127680 8262 33554432000 4194304 4196468 140728526119936 140182954121200 140184335100546 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23691264 140728526124130 140728526124315 140728526124315 140728526127055 0
[pid=8464/tid=8483] ppid=8461 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/8464/task/8483/stat : 8483 (java) S 8461 8464 7776 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 118048166 14669127680 8262 33554432000 4194304 4196468 140728526119936 140182953069664 140184335099605 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23691264 140728526124130 140728526124315 140728526124315 140728526127055 0
[pid=8464/tid=8484] ppid=8461 vsize=14325320 memory=-1 CPUtime=0 cores=0-7
/proc/8464/task/8484/stat : 8484 (java) S 8461 8464 7776 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 118048166 14669127680 8262 33554432000 4194304 4196468 140728526119936 140182952016944 140184335100546 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23691264 140728526124130 140728526124315 140728526124315 140728526127055 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 14325320 KiB
Current children cumulated memory: 33048 KiB

[startup+0.214237 s]*
/proc/loadavg: 3.18 6.00 7.70 2/199 8484
/proc/meminfo: memFree=31259992/32770624 swapFree=67108860/67108860
[pid=8464] ppid=8461 vsize=14325320 memory=42556 CPUtime=0.31 cores=0-7
/proc/8464/stat : 8464 (java) S 8461 8464 7776 0 -1 1077944320 9292 0 0 0 28 3 0 0 20 0 20 0 118048160 14669127680 10639 33554432000 4194304 4196468 140728526119936 140728526102480 140184335089399 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 23691264 140728526124130 140728526124315 140728526124315 140728526127055 0
/proc/8464/statm: 3581330 10639 3611 1 0 3569050 0
[pid=8464/tid=8466] ppid=8461 vsize=14325320 memory=8316850467074736180 CPUtime=0.2 cores=0-7
/proc/8464/task/8466/stat : 8466 (java) R 8461 8464 7776 0 -1 4202560 6822 0 0 0 18 2 0 0 20 0 20 0 118048160 14669127680 10639 33554432000 4194304 4196468 140728526119936 140184339298656 140184319169886 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 23691264 140728526124130 140728526124315 140728526124315 140728526127055 0
[pid=8464/tid=8467] ppid=8461 vsize=14325320 memory=8949 CPUtime=0 cores=0-7
/proc/8464/task/8467/stat : 8467 (java) S 8461 8464 7776 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 118048161 14669127680 10639 33554432000 4194304 4196468 140728526119936 140184250158224 140184335099605 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23691264 140728526124130 140728526124315 140728526124315 140728526127055 0
[pid=8464/tid=8468] ppid=8461 vsize=14325320 memory=140138139734981 CPUtime=0 cores=0-7
/proc/8464/task/8468/stat : 8468 (java) S 8461 8464 7776 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 118048161 14669127680 10639 33554432000 4194304 4196468 140728526119936 140184249105424 140184335099605 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23691264 140728526124130 140728526124315 140728526124315 140728526127055 0
[pid=8464/tid=8469] ppid=8461 vsize=14325320 memory=-1 CPUtime=0 cores=0-7
/proc/8464/task/8469/stat : 8469 (java) S 8461 8464 7776 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 118048161 14669127680 10639 33554432000 4194304 4196468 140728526119936 140184248052624 140184335099605 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23691264 140728526124130 140728526124315 140728526124315 140728526127055 0
[pid=8464/tid=8470] ppid=8461 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/8464/task/8470/stat : 8470 (java) S 8461 8464 7776 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 118048161 14669127680 10639 33554432000 4194304 4196468 140728526119936 140184246999824 140184335099605 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23691264 140728526124130 140728526124315 140728526124315 140728526127055 0
[pid=8464/tid=8471] ppid=8461 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/8464/task/8471/stat : 8471 (java) S 8461 8464 7776 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 118048161 14669127680 10639 33554432000 4194304 4196468 140728526119936 140184245947024 140184335099605 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23691264 140728526124130 140728526124315 140728526124315 140728526127055 0
[pid=8464/tid=8472] ppid=8461 vsize=14325320 memory=-1 CPUtime=0 cores=0-7
/proc/8464/task/8472/stat : 8472 (java) S 8461 8464 7776 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 118048161 14669127680 10639 33554432000 4194304 4196468 140728526119936 140184244894224 140184335099605 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23691264 140728526124130 140728526124315 140728526124315 140728526127055 0
[pid=8464/tid=8473] ppid=8461 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/8464/task/8473/stat : 8473 (java) S 8461 8464 7776 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 118048161 14669127680 10639 33554432000 4194304 4196468 140728526119936 140183924107664 140184335099605 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23691264 140728526124130 140728526124315 140728526124315 140728526127055 0
[pid=8464/tid=8474] ppid=8461 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/8464/task/8474/stat : 8474 (java) S 8461 8464 7776 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 118048161 14669127680 10639 33554432000 4194304 4196468 140728526119936 140183923054864 140184335099605 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23691264 140728526124130 140728526124315 140728526124315 140728526127055 0
[pid=8464/tid=8475] ppid=8461 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/8464/task/8475/stat : 8475 (java) S 8461 8464 7776 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 118048163 14669127680 10639 33554432000 4194304 4196468 140728526119936 140182961490800 140184335100546 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23691264 140728526124130 140728526124315 140728526124315 140728526127055 0
[pid=8464/tid=8476] ppid=8461 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/8464/task/8476/stat : 8476 (java) S 8461 8464 7776 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 118048163 14669127680 10639 33554432000 4194304 4196468 140728526119936 140182960436768 140184335099605 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23691264 140728526124130 140728526124315 140728526124315 140728526127055 0
[pid=8464/tid=8477] ppid=8461 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/8464/task/8477/stat : 8477 (java) S 8461 8464 7776 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 118048163 14669127680 10639 33554432000 4194304 4196468 140728526119936 140182959383920 140184335099605 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23691264 140728526124130 140728526124315 140728526124315 140728526127055 0
[pid=8464/tid=8478] ppid=8461 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/8464/task/8478/stat : 8478 (java) S 8461 8464 7776 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 118048166 14669127680 10639 33554432000 4194304 4196468 140728526119936 140182958332240 140184335107995 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23691264 140728526124130 140728526124315 140728526124315 140728526127055 0
[pid=8464/tid=8479] ppid=8461 vsize=14325320 memory=0 CPUtime=0.01 cores=0-7
/proc/8464/task/8479/stat : 8479 (java) S 8461 8464 7776 0 -1 1077944384 584 0 0 0 1 0 0 0 20 0 20 0 118048166 14669127680 10639 33554432000 4194304 4196468 140728526119936 140182957279600 140184335100546 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23691264 140728526124130 140728526124315 140728526124315 140728526127055 0
[pid=8464/tid=8480] ppid=8461 vsize=14325320 memory=0 CPUtime=0.01 cores=0-7
/proc/8464/task/8480/stat : 8480 (java) R 8461 8464 7776 0 -1 1077944384 38 0 0 0 1 0 0 0 20 0 20 0 118048166 14669127680 10639 33554432000 4194304 4196468 140728526119936 140182956226800 140184335100546 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 23691264 140728526124130 140728526124315 140728526124315 140728526127055 0
[pid=8464/tid=8481] ppid=8461 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/8464/task/8481/stat : 8481 (java) R 8461 8464 7776 0 -1 4202560 41 0 0 0 0 0 0 0 20 0 20 0 118048166 14669127680 10639 33554432000 4194304 4196468 140728526119936 140182955174000 140184315789696 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 23691264 140728526124130 140728526124315 140728526124315 140728526127055 0
[pid=8464/tid=8482] ppid=8461 vsize=14325320 memory=0 CPUtime=0.05 cores=0-7
/proc/8464/task/8482/stat : 8482 (java) S 8461 8464 7776 0 -1 1077944384 431 0 0 0 5 0 0 0 20 0 20 0 118048166 14669127680 10639 33554432000 4194304 4196468 140728526119936 140182954121200 140184335100546 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23691264 140728526124130 140728526124315 140728526124315 140728526127055 0
[pid=8464/tid=8483] ppid=8461 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/8464/task/8483/stat : 8483 (java) S 8461 8464 7776 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 118048166 14669127680 10639 33554432000 4194304 4196468 140728526119936 140182953069664 140184335099605 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23691264 140728526124130 140728526124315 140728526124315 140728526127055 0
[pid=8464/tid=8484] ppid=8461 vsize=14325320 memory=-1 CPUtime=0 cores=0-7
/proc/8464/task/8484/stat : 8484 (java) S 8461 8464 7776 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 118048166 14669127680 10639 33554432000 4194304 4196468 140728526119936 140182952016944 140184335100546 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23691264 140728526124130 140728526124315 140728526124315 140728526127055 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 14325320 KiB
Current children cumulated memory: 42556 KiB

[startup+0.310342 s]*
/proc/loadavg: 3.18 6.00 7.70 2/199 8484
/proc/meminfo: memFree=31252176/32770624 swapFree=67108860/67108860
[pid=8464] ppid=8461 vsize=14325340 memory=50972 CPUtime=0.48 cores=0-7
/proc/8464/stat : 8464 (java) S 8461 8464 7776 0 -1 1077944320 10493 0 0 0 45 3 0 0 20 0 20 0 118048160 14669148160 12743 33554432000 4194304 4196468 140728526119936 140728526102480 140184335089399 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 23691264 140728526124130 140728526124315 140728526124315 140728526127055 0
/proc/8464/statm: 3581335 12743 3720 1 0 3569050 0
[pid=8464/tid=8466] ppid=8461 vsize=14325340 memory=8112282956445269571 CPUtime=0.29 cores=0-7
/proc/8464/task/8466/stat : 8466 (java) R 8461 8464 7776 0 -1 4202560 7549 0 0 0 27 2 0 0 20 0 20 0 118048160 14669148160 12743 33554432000 4194304 4196468 140728526119936 140184339317808 140183924239783 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 23691264 140728526124130 140728526124315 140728526124315 140728526127055 0
[pid=8464/tid=8467] ppid=8461 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/8464/task/8467/stat : 8467 (java) S 8461 8464 7776 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 118048161 14669148160 12743 33554432000 4194304 4196468 140728526119936 140184250158224 140184335099605 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23691264 140728526124130 140728526124315 140728526124315 140728526127055 0
[pid=8464/tid=8468] ppid=8461 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/8464/task/8468/stat : 8468 (java) S 8461 8464 7776 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 118048161 14669148160 12743 33554432000 4194304 4196468 140728526119936 140184249105424 140184335099605 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23691264 140728526124130 140728526124315 140728526124315 140728526127055 0
[pid=8464/tid=8469] ppid=8461 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/8464/task/8469/stat : 8469 (java) S 8461 8464 7776 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 118048161 14669148160 12743 33554432000 4194304 4196468 140728526119936 140184248052624 140184335099605 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23691264 140728526124130 140728526124315 140728526124315 140728526127055 0
[pid=8464/tid=8470] ppid=8461 vsize=14325340 memory=2244 CPUtime=0 cores=0-7
/proc/8464/task/8470/stat : 8470 (java) S 8461 8464 7776 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 118048161 14669148160 12743 33554432000 4194304 4196468 140728526119936 140184246999824 140184335099605 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23691264 140728526124130 140728526124315 140728526124315 140728526127055 0
[pid=8464/tid=8471] ppid=8461 vsize=14325340 memory=2244 CPUtime=0 cores=0-7
/proc/8464/task/8471/stat : 8471 (java) S 8461 8464 7776 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 118048161 14669148160 12743 33554432000 4194304 4196468 140728526119936 140184245947024 140184335099605 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23691264 140728526124130 140728526124315 140728526124315 140728526127055 0
[pid=8464/tid=8472] ppid=8461 vsize=14325340 memory=140138004970671 CPUtime=0 cores=0-7
/proc/8464/task/8472/stat : 8472 (java) S 8461 8464 7776 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 118048161 14669148160 12743 33554432000 4194304 4196468 140728526119936 140184244894224 140184335099605 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23691264 140728526124130 140728526124315 140728526124315 140728526127055 0
[pid=8464/tid=8473] ppid=8461 vsize=14325340 memory=140138004972976 CPUtime=0 cores=0-7
/proc/8464/task/8473/stat : 8473 (java) S 8461 8464 7776 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 118048161 14669148160 12743 33554432000 4194304 4196468 140728526119936 140183924107664 140184335099605 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23691264 140728526124130 140728526124315 140728526124315 140728526127055 0
[pid=8464/tid=8474] ppid=8461 vsize=14325340 memory=140138004975280 CPUtime=0 cores=0-7
/proc/8464/task/8474/stat : 8474 (java) S 8461 8464 7776 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 118048161 14669148160 12743 33554432000 4194304 4196468 140728526119936 140183923054864 140184335099605 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23691264 140728526124130 140728526124315 140728526124315 140728526127055 0
[pid=8464/tid=8475] ppid=8461 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/8464/task/8475/stat : 8475 (java) S 8461 8464 7776 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 118048163 14669148160 12743 33554432000 4194304 4196468 140728526119936 140182961490800 140184335100546 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23691264 140728526124130 140728526124315 140728526124315 140728526127055 0
[pid=8464/tid=8476] ppid=8461 vsize=14325340 memory=280276009959824 CPUtime=0 cores=0-7
/proc/8464/task/8476/stat : 8476 (java) S 8461 8464 7776 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 118048163 14669148160 12743 33554432000 4194304 4196468 140728526119936 140182960436768 140184335099605 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23691264 140728526124130 140728526124315 140728526124315 140728526127055 0
[pid=8464/tid=8477] ppid=8461 vsize=14325340 memory=280276009901104 CPUtime=0 cores=0-7
/proc/8464/task/8477/stat : 8477 (java) S 8461 8464 7776 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 118048163 14669148160 12743 33554432000 4194304 4196468 140728526119936 140182959383920 140184335099605 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23691264 140728526124130 140728526124315 140728526124315 140728526127055 0
[pid=8464/tid=8478] ppid=8461 vsize=14325340 memory=280276009973648 CPUtime=0 cores=0-7
/proc/8464/task/8478/stat : 8478 (java) S 8461 8464 7776 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 118048166 14669148160 12743 33554432000 4194304 4196468 140728526119936 140182958332240 140184335107995 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23691264 140728526124130 140728526124315 140728526124315 140728526127055 0
[pid=8464/tid=8479] ppid=8461 vsize=14325340 memory=280276009980560 CPUtime=0.02 cores=0-7
/proc/8464/task/8479/stat : 8479 (java) S 8461 8464 7776 0 -1 1077944384 595 0 0 0 2 0 0 0 20 0 20 0 118048166 14669148160 12743 33554432000 4194304 4196468 140728526119936 140182957279600 140184335100546 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23691264 140728526124130 140728526124315 140728526124315 140728526127055 0
[pid=8464/tid=8480] ppid=8461 vsize=14325340 memory=280276009978256 CPUtime=0.03 cores=0-7
/proc/8464/task/8480/stat : 8480 (java) S 8461 8464 7776 0 -1 1077944384 277 0 0 0 3 0 0 0 20 0 20 0 118048166 14669148160 12743 33554432000 4194304 4196468 140728526119936 140182956226800 140184335100546 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23691264 140728526124130 140728526124315 140728526124315 140728526127055 0
[pid=8464/tid=8481] ppid=8461 vsize=14325340 memory=280276009994384 CPUtime=0.03 cores=0-7
/proc/8464/task/8481/stat : 8481 (java) S 8461 8464 7776 0 -1 1077944384 182 0 0 0 3 0 0 0 20 0 20 0 118048166 14669148160 12743 33554432000 4194304 4196468 140728526119936 140182955174000 140184335100546 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23691264 140728526124130 140728526124315 140728526124315 140728526127055 0
[pid=8464/tid=8482] ppid=8461 vsize=14325340 memory=280276009992080 CPUtime=0.08 cores=0-7
/proc/8464/task/8482/stat : 8482 (java) R 8461 8464 7776 0 -1 4202560 503 0 0 0 8 0 0 0 20 0 20 0 118048166 14669148160 12743 33554432000 4194304 4196468 140728526119936 140182954121200 140184335110746 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 23691264 140728526124130 140728526124315 140728526124315 140728526127055 0
[pid=8464/tid=8483] ppid=8461 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/8464/task/8483/stat : 8483 (java) S 8461 8464 7776 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 118048166 14669148160 12743 33554432000 4194304 4196468 140728526119936 140182953069664 140184335099605 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23691264 140728526124130 140728526124315 140728526124315 140728526127055 0
[pid=8464/tid=8484] ppid=8461 vsize=14325340 memory=-1 CPUtime=0 cores=0-7
/proc/8464/task/8484/stat : 8484 (java) S 8461 8464 7776 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 118048166 14669148160 12743 33554432000 4194304 4196468 140728526119936 140182952016944 140184335100546 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23691264 140728526124130 140728526124315 140728526124315 140728526127055 0
Current children cumulated CPU time: 0.48 s
Current children cumulated vsize: 14325340 KiB
Current children cumulated memory: 50972 KiB

[startup+0.700899 s]
/proc/loadavg: 3.18 6.00 7.70 5/199 8484
/proc/meminfo: memFree=31238528/32770624 swapFree=67108860/67108860
[pid=8464] ppid=8461 vsize=14329436 memory=86648 CPUtime=1.28 cores=0-7
/proc/8464/stat : 8464 (java) S 8461 8464 7776 0 -1 1077944320 14720 0 0 0 123 5 0 0 20 0 20 0 118048160 14673342464 21662 33554432000 4194304 4196468 140728526119936 140728526102480 140184335089399 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 23691264 140728526124130 140728526124315 140728526124315 140728526127055 0
/proc/8464/statm: 3582359 21662 3765 1 0 3570074 0
[pid=8464/tid=8466] ppid=8461 vsize=14329436 memory=0 CPUtime=0.67 cores=0-7
/proc/8464/task/8466/stat : 8466 (java) R 8461 8464 7776 0 -1 4202560 9261 0 0 0 64 3 0 0 20 0 20 0 118048160 14673342464 21662 33554432000 4194304 4196468 140728526119936 140184339325296 140184319169886 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 23691264 140728526124130 140728526124315 140728526124315 140728526127055 0
[pid=8464/tid=8467] ppid=8461 vsize=14329436 memory=2241 CPUtime=0 cores=0-7
/proc/8464/task/8467/stat : 8467 (java) S 8461 8464 7776 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 118048161 14673342464 21662 33554432000 4194304 4196468 140728526119936 140184250158224 140184335099605 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23691264 140728526124130 140728526124315 140728526124315 140728526127055 0
[pid=8464/tid=8468] ppid=8461 vsize=14329436 memory=2244 CPUtime=0 cores=0-7
/proc/8464/task/8468/stat : 8468 (java) S 8461 8464 7776 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 118048161 14673342464 21662 33554432000 4194304 4196468 140728526119936 140184249105424 140184335099605 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23691264 140728526124130 140728526124315 140728526124315 140728526127055 0
[pid=8464/tid=8469] ppid=8461 vsize=14329436 memory=0 CPUtime=0 cores=0-7
/proc/8464/task/8469/stat : 8469 (java) S 8461 8464 7776 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 118048161 14673342464 21662 33554432000 4194304 4196468 140728526119936 140184248052624 140184335099605 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23691264 140728526124130 140728526124315 140728526124315 140728526127055 0
[pid=8464/tid=8470] ppid=8461 vsize=14329436 memory=1224 CPUtime=0 cores=0-7
/proc/8464/task/8470/stat : 8470 (java) S 8461 8464 7776 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 118048161 14673342464 21662 33554432000 4194304 4196468 140728526119936 140184246999824 140184335099605 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23691264 140728526124130 140728526124315 140728526124315 140728526127055 0
[pid=8464/tid=8471] ppid=8461 vsize=14329436 memory=5792 CPUtime=0 cores=0-7
/proc/8464/task/8471/stat : 8471 (java) S 8461 8464 7776 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 118048161 14673342464 21662 33554432000 4194304 4196468 140728526119936 140184245947024 140184335099605 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23691264 140728526124130 140728526124315 140728526124315 140728526127055 0
[pid=8464/tid=8472] ppid=8461 vsize=14329436 memory=4620 CPUtime=0 cores=0-7
/proc/8464/task/8472/stat : 8472 (java) S 8461 8464 7776 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 118048161 14673342464 21662 33554432000 4194304 4196468 140728526119936 140184244894224 140184335099605 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23691264 140728526124130 140728526124315 140728526124315 140728526127055 0
[pid=8464/tid=8473] ppid=8461 vsize=14329436 memory=1200 CPUtime=0 cores=0-7
/proc/8464/task/8473/stat : 8473 (java) S 8461 8464 7776 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 118048161 14673342464 21662 33554432000 4194304 4196468 140728526119936 140183924107664 140184335099605 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23691264 140728526124130 140728526124315 140728526124315 140728526127055 0
[pid=8464/tid=8474] ppid=8461 vsize=14329436 memory=15876 CPUtime=0 cores=0-7
/proc/8464/task/8474/stat : 8474 (java) S 8461 8464 7776 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 118048161 14673342464 21662 33554432000 4194304 4196468 140728526119936 140183923054864 140184335099605 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23691264 140728526124130 140728526124315 140728526124315 140728526127055 0
[pid=8464/tid=8475] ppid=8461 vsize=14329436 memory=16236 CPUtime=0 cores=0-7
/proc/8464/task/8475/stat : 8475 (java) S 8461 8464 7776 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 118048163 14673342464 21662 33554432000 4194304 4196468 140728526119936 140182961490800 140184335100546 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23691264 140728526124130 140728526124315 140728526124315 140728526127055 0

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

[pid=8464/tid=8493] ppid=8461 vsize=15135376 memory=0 CPUtime=0 cores=0-7
/proc/8464/task/8493/stat : 8493 (java) R 8461 8464 7776 0 -1 4202560 25 0 0 0 0 0 0 0 20 0 33 0 118048360 15498625024 62632 33554432000 4194304 4196468 140728526119936 140182929107072 140184313083416 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 23691264 140728526124130 140728526124315 140728526124315 140728526127055 0
[pid=8464/tid=8494] ppid=8461 vsize=15135376 memory=6944656592455359580 CPUtime=0 cores=0-7
/proc/8464/task/8494/stat : 8494 (java) S 8461 8464 7776 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 33 0 118048360 15498625024 62632 33554432000 4194304 4196468 140728526119936 140182928053744 140184335099605 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23691264 140728526124130 140728526124315 140728526124315 140728526127055 0
[pid=8464/tid=8495] ppid=8461 vsize=15135376 memory=6655300316396806240 CPUtime=0 cores=0-7
/proc/8464/task/8495/stat : 8495 (java) S 8461 8464 7776 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 33 0 118048360 15498625024 62632 33554432000 4194304 4196468 140728526119936 140182927008800 140184335099605 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23691264 140728526124130 140728526124315 140728526124315 140728526127055 0
[pid=8464/tid=8496] ppid=8461 vsize=15135376 memory=-8316900901535099443 CPUtime=0 cores=0-7
/proc/8464/task/8496/stat : 8496 (java) S 8461 8464 7776 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 33 0 118048361 15498625024 62632 33554432000 4194304 4196468 140728526119936 140182925956000 140184335099605 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23691264 140728526124130 140728526124315 140728526124315 140728526127055 0
[pid=8464/tid=8497] ppid=8461 vsize=15135376 memory=140138139338417 CPUtime=0 cores=0-7
/proc/8464/task/8497/stat : 8497 (java) R 8461 8464 7776 0 -1 4202560 0 0 0 0 0 0 0 0 20 0 33 0 118048361 15498625024 62632 33554432000 4194304 4196468 140728526119936 140182935427360 140184327829249 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 23691264 140728526124130 140728526124315 140728526124315 140728526127055 0
Current children cumulated CPU time: 6 s
Current children cumulated vsize: 15069840 KiB
Current children cumulated memory: 250524 KiB

[startup+2.40127 s]
/proc/loadavg: 3.18 6.00 7.70 4/206 8491
/proc/meminfo: memFree=31052092/32770624 swapFree=67108860/67108860
[pid=8464] ppid=8461 vsize=16068328 memory=253888 CPUtime=9.05 cores=0-7
/proc/8464/stat : 8464 (java) S 8461 8464 7776 0 -1 1077944320 40270 0 0 0 888 17 0 0 20 0 46 0 118048160 16453967872 63472 33554432000 4194304 4196468 140728526119936 140728526102480 140184335089399 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 23691264 140728526124130 140728526124315 140728526124315 140728526127055 0
/proc/8464/statm: 4017082 63472 3813 1 0 4004276 0
[pid=8464/tid=8466] ppid=8461 vsize=16068328 memory=5938398961192233572 CPUtime=1.95 cores=0-7
/proc/8464/task/8466/stat : 8466 (java) S 8461 8464 7776 0 -1 1077944384 12487 0 0 0 189 6 0 0 20 0 46 0 118048160 16453967872 63472 33554432000 4194304 4196468 140728526119936 140184339327104 140184335099605 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23691264 140728526124130 140728526124315 140728526124315 140728526127055 0
[pid=8464/tid=8467] ppid=8461 vsize=16068328 memory=5938398961192233572 CPUtime=0 cores=0-7
/proc/8464/task/8467/stat : 8467 (java) S 8461 8464 7776 0 -1 1077944384 25 0 0 0 0 0 0 0 20 0 46 0 118048161 16453967872 63472 33554432000 4194304 4196468 140728526119936 140184250158224 140184335099605 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23691264 140728526124130 140728526124315 140728526124315 140728526127055 0
[pid=8464/tid=8468] ppid=8461 vsize=16068328 memory=3467830215633744443 CPUtime=0 cores=0-7
/proc/8464/task/8468/stat : 8468 (java) S 8461 8464 7776 0 -1 1077944384 198 0 0 0 0 0 0 0 20 0 46 0 118048161 16453967872 63472 33554432000 4194304 4196468 140728526119936 140184249105424 140184335099605 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23691264 140728526124130 140728526124315 140728526124315 140728526127055 0
[pid=8464/tid=8469] ppid=8461 vsize=16068328 memory=0 CPUtime=0 cores=0-7
/proc/8464/task/8469/stat : 8469 (java) S 8461 8464 7776 0 -1 1077944384 11 0 0 0 0 0 0 0 20 0 46 0 118048161 16453967872 63472 33554432000 4194304 4196468 140728526119936 140184248052624 140184335099605 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23691264 140728526124130 140728526124315 140728526124315 140728526127055 0
[pid=8464/tid=8470] ppid=8461 vsize=16068328 memory=0 CPUtime=0 cores=0-7
/proc/8464/task/8470/stat : 8470 (java) S 8461 8464 7776 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 46 0 118048161 16453967872 63472 33554432000 4194304 4196468 140728526119936 140184246999824 140184335099605 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23691264 140728526124130 140728526124315 140728526124315 140728526127055 0
[pid=8464/tid=8471] ppid=8461 vsize=16068328 memory=0 CPUtime=0 cores=0-7
/proc/8464/task/8471/stat : 8471 (java) S 8461 8464 7776 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 46 0 118048161 16453967872 63472 33554432000 4194304 4196468 140728526119936 140184245947024 140184335099605 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23691264 140728526124130 140728526124315 140728526124315 140728526127055 0
[pid=8464/tid=8472] ppid=8461 vsize=16068328 memory=245656 CPUtime=0 cores=0-7
/proc/8464/task/8472/stat : 8472 (java) S 8461 8464 7776 0 -1 1077944384 30 0 0 0 0 0 0 0 20 0 46 0 118048161 16453967872 63472 33554432000 4194304 4196468 140728526119936 140184244894224 140184335099605 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23691264 140728526124130 140728526124315 140728526124315 140728526127055 0
[pid=8464/tid=8473] ppid=8461 vsize=16068328 memory=0 CPUtime=0 cores=0-7
/proc/8464/task/8473/stat : 8473 (java) S 8461 8464 7776 0 -1 1077944384 18 0 0 0 0 0 0 0 20 0 46 0 118048161 16453967872 63472 33554432000 4194304 4196468 140728526119936 140183924107664 140184335099605 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23691264 140728526124130 140728526124315 140728526124315 140728526127055 0
[pid=8464/tid=8474] ppid=8461 vsize=16068328 memory=140138005186528 CPUtime=0 cores=0-7
/proc/8464/task/8474/stat : 8474 (java) S 8461 8464 7776 0 -1 1077944384 73 0 0 0 0 0 0 0 20 0 46 0 118048161 16453967872 63472 33554432000 4194304 4196468 140728526119936 140183923054864 140184335099605 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23691264 140728526124130 140728526124315 140728526124315 140728526127055 0
[pid=8464/tid=8475] ppid=8461 vsize=16068328 memory=0 CPUtime=0 cores=0-7
/proc/8464/task/8475/stat : 8475 (java) S 8461 8464 7776 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 46 0 118048163 16453967872 63472 33554432000 4194304 4196468 140728526119936 140182961490800 140184335100546 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23691264 140728526124130 140728526124315 140728526124315 140728526127055 0
[pid=8464/tid=8476] ppid=8461 vsize=16068328 memory=0 CPUtime=0 cores=0-7
/proc/8464/task/8476/stat : 8476 (java) S 8461 8464 7776 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 46 0 118048163 16453967872 63472 33554432000 4194304 4196468 140728526119936 140182960436832 140184335099605 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23691264 140728526124130 140728526124315 140728526124315 140728526127055 0
[pid=8464/tid=8477] ppid=8461 vsize=16068328 memory=0 CPUtime=0 cores=0-7
/proc/8464/task/8477/stat : 8477 (java) S 8461 8464 7776 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 46 0 118048163 16453967872 63472 33554432000 4194304 4196468 140728526119936 140182959383920 140184335099605 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23691264 140728526124130 140728526124315 140728526124315 140728526127055 0
[pid=8464/tid=8478] ppid=8461 vsize=16068328 memory=6395206304940 CPUtime=0 cores=0-7
/proc/8464/task/8478/stat : 8478 (java) S 8461 8464 7776 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 46 0 118048166 16453967872 63472 33554432000 4194304 4196468 140728526119936 140182958332240 140184335107995 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23691264 140728526124130 140728526124315 140728526124315 140728526127055 0
[pid=8464/tid=8479] ppid=8461 vsize=16068328 memory=288230621803970871 CPUtime=1.39 cores=0-7
/proc/8464/task/8479/stat : 8479 (java) R 8461 8464 7776 0 -1 4202560 5608 0 0 0 138 1 0 0 20 0 46 0 118048166 16453967872 63472 33554432000 4194304 4196468 140728526119936 140182957266144 140184320204485 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 23691264 140728526124130 140728526124315 140728526124315 140728526127055 0
[pid=8464/tid=8480] ppid=8461 vsize=16068328 memory=15255943717849665 CPUtime=1.5 cores=0-7
/proc/8464/task/8480/stat : 8480 (java) R 8461 8464 7776 0 -1 4202560 6333 0 0 0 148 2 0 0 20 0 46 0 118048166 16453967872 63472 33554432000 4194304 4196468 140728526119936 140182956216512 140184314925740 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 23691264 140728526124130 140728526124315 140728526124315 140728526127055 0
[pid=8464/tid=8481] ppid=8461 vsize=16068328 memory=0 CPUtime=1.4 cores=0-7
/proc/8464/task/8481/stat : 8481 (java) R 8461 8464 7776 0 -1 4202560 6709 0 0 0 139 1 0 0 20 0 46 0 118048166 16453967872 63472 33554432000 4194304 4196468 140728526119936 140182955158704 140184320196972 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 23691264 140728526124130 140728526124315 140728526124315 140728526127055 0
[pid=8464/tid=8482] ppid=8461 vsize=16068328 memory=0 CPUtime=0.75 cores=0-7
/proc/8464/task/8482/stat : 8482 (java) R 8461 8464 7776 0 -1 1077944384 6145 0 0 0 73 2 0 0 20 0 46 0 118048166 16453967872 63472 33554432000 4194304 4196468 140728526119936 140182954119600 140184335110746 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23691264 140728526124130 140728526124315 140728526124315 140728526127055 0
[pid=8464/tid=8483] ppid=8461 vsize=16068328 memory=0 CPUtime=0 cores=0-7
/proc/8464/task/8483/stat : 8483 (java) S 8461 8464 7776 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 46 0 118048166 16453967872 63472 33554432000 4194304 4196468 140728526119936 140182953069664 140184335099605 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23691264 140728526124130 140728526124315 140728526124315 140728526127055 0
[pid=8464/tid=8484] ppid=8461 vsize=16068328 memory=0 CPUtime=0 cores=0-7
/proc/8464/task/8484/stat : 8484 (java) S 8461 8464 7776 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 46 0 118048166 16453967872 63472 33554432000 4194304 4196468 140728526119936 140182952016944 140184335100546 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23691264 140728526124130 140728526124315 140728526124315 140728526127055 0
[pid=8464/tid=8485] ppid=8461 vsize=16068328 memory=0 CPUtime=0.02 cores=0-7
/proc/8464/task/8485/stat : 8485 (java) S 8461 8464 7776 0 -1 1077944384 31 0 0 0 2 0 0 0 20 0 46 0 118048336 16453967872 63472 33554432000 4194304 4196468 140728526119936 140182941729328 140184335099605 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23691264 140728526124130 140728526124315 140728526124315 140728526127055 0
[pid=8464/tid=8486] ppid=8461 vsize=16068328 memory=0 CPUtime=0 cores=0-7
/proc/8464/task/8486/stat : 8486 (java) S 8461 8464 7776 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 46 0 118048347 16453967872 63472 33554432000 4194304 4196468 140728526119936 140182938580048 140184335100546 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23691264 140728526124130 140728526124315 140728526124315 140728526127055 0
[pid=8464/tid=8487] ppid=8461 vsize=16068328 memory=55 CPUtime=0.15 cores=0-7
/proc/8464/task/8487/stat : 8487 (java) S 8461 8464 7776 0 -1 1077944384 183 0 0 0 15 0 0 0 20 0 46 0 118048357 16453967872 63472 33554432000 4194304 4196468 140728526119936 140182935422672 140184335099605 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23691264 140728526124130 140728526124315 140728526124315 140728526127055 0
[pid=8464/tid=8488] ppid=8461 vsize=16068328 memory=6656426216303648864 CPUtime=0.09 cores=0-7
/proc/8464/task/8488/stat : 8488 (java) S 8461 8464 7776 0 -1 1077944384 79 0 0 0 9 0 0 0 20 0 46 0 118048358 16453967872 63472 33554432000 4194304 4196468 140728526119936 140182934377392 140184335099605 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23691264 140728526124130 140728526124315 140728526124315 140728526127055 0
[pid=8464/tid=8489] ppid=8461 vsize=16068328 memory=6655300316396796518 CPUtime=0.11 cores=0-7
/proc/8464/task/8489/stat : 8489 (java) S 8461 8464 7776 0 -1 1077944384 51 0 0 0 11 0 0 0 20 0 46 0 118048358 16453967872 63472 33554432000 4194304 4196468 140728526119936 140182933324592 140184335099605 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23691264 140728526124130 140728526124315 140728526124315 140728526127055 0
[pid=8464/tid=8490] ppid=8461 vsize=16068328 memory=6656426216303648864 CPUtime=0.1 cores=0-7
/proc/8464/task/8490/stat : 8490 (java) S 8461 8464 7776 0 -1 1077944384 62 0 0 0 10 0 0 0 20 0 46 0 118048360 16453967872 63472 33554432000 4194304 4196468 140728526119936 140182932268736 140184335100546 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23691264 140728526124130 140728526124315 140728526124315 140728526127055 0
[pid=8464/tid=8491] ppid=8461 vsize=16068328 memory=6655300316396806240 CPUtime=0.08 cores=0-7
/proc/8464/task/8491/stat : 8491 (java) S 8461 8464 7776 0 -1 1077944384 57 0 0 0 8 0 0 0 20 0 46 0 118048360 16453967872 63472 33554432000 4194304 4196468 140728526119936 140182931219536 140184335099605 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23691264 140728526124130 140728526124315 140728526124315 140728526127055 0
[pid=8464/tid=8492] ppid=8461 vsize=16068328 memory=288230574492221466 CPUtime=0.08 cores=0-7
/proc/8464/task/8492/stat : 8492 (java) S 8461 8464 7776 0 -1 1077944384 39 0 0 0 8 0 0 0 20 0 46 0 118048360 16453967872 63472 33554432000 4194304 4196468 140728526119936 140182930155760 140184335099605 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23691264 140728526124130 140728526124315 140728526124315 140728526127055 0
[pid=8464/tid=8493] ppid=8461 vsize=16068328 memory=300615520779239735 CPUtime=0.17 cores=0-7
/proc/8464/task/8493/stat : 8493 (java) S 8461 8464 7776 0 -1 1077944384 44 0 0 0 17 0 0 0 20 0 46 0 118048360 16453967872 63472 33554432000 4194304 4196468 140728526119936 140182929113936 140184335099605 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23691264 140728526124130 140728526124315 140728526124315 140728526127055 0
[pid=8464/tid=8494] ppid=8461 vsize=16068328 memory=15255943717849665 CPUtime=0.11 cores=0-7
/proc/8464/task/8494/stat : 8494 (java) S 8461 8464 7776 0 -1 1077944384 33 0 0 0 11 0 0 0 20 0 46 0 118048360 16453967872 63472 33554432000 4194304 4196468 140728526119936 140182928061136 140184335099605 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23691264 140728526124130 140728526124315 140728526124315 140728526127055 0
[pid=8464/tid=8495] ppid=8461 vsize=16068328 memory=6944656575208382560 CPUtime=0.08 cores=0-7
/proc/8464/task/8495/stat : 8495 (java) S 8461 8464 7776 0 -1 1077944384 32 0 0 0 8 0 0 0 20 0 46 0 118048360 16453967872 63472 33554432000 4194304 4196468 140728526119936 140182927008816 140184335099605 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23691264 140728526124130 140728526124315 140728526124315 140728526127055 0
[pid=8464/tid=8496] ppid=8461 vsize=16068328 memory=-2892745056948402235 CPUtime=0.11 cores=0-7
/proc/8464/task/8496/stat : 8496 (java) S 8461 8464 7776 0 -1 1077944384 30 0 0 0 11 0 0 0 20 0 46 0 118048361 16453967872 63472 33554432000 4194304 4196468 140728526119936 140182925949488 140184335099605 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23691264 140728526124130 140728526124315 140728526124315 140728526127055 0
[pid=8464/tid=8497] ppid=8461 vsize=16068328 memory=7103694365312311394 CPUtime=0.09 cores=0-7
/proc/8464/task/8497/stat : 8497 (java) S 8461 8464 7776 0 -1 1077944384 36 0 0 0 9 0 0 0 20 0 46 0 118048361 16453967872 63472 33554432000 4194304 4196468 140728526119936 140182924897600 140184335099605 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23691264 140728526124130 140728526124315 140728526124315 140728526127055 0
Current children cumulated CPU time: 9.05 s
Current children cumulated vsize: 16068328 KiB
Current children cumulated memory: 253888 KiB

[startup+2.50126 s]
/proc/loadavg: 3.18 6.00 7.70 4/206 8491
/proc/meminfo: memFree=31052092/32770624 swapFree=67108860/67108860
[pid=8464] ppid=8461 vsize=16068328 memory=273020 CPUtime=9.76 cores=0-7
/proc/8464/stat : 8464 (java) S 8461 8464 7776 0 -1 1077944320 40608 0 0 0 956 20 0 0 20 0 45 0 118048160 16453967872 68255 33554432000 4194304 4196468 140728526119936 140728526102480 140184335089399 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 23691264 140728526124130 140728526124315 140728526124315 140728526127055 0
/proc/8464/statm: 4017082 68255 3831 1 0 4004276 0
[pid=8464/tid=8466] ppid=8461 vsize=16068328 memory=55 CPUtime=1.95 cores=0-7
/proc/8464/task/8466/stat : 8466 (java) S 8461 8464 7776 0 -1 1077944384 12487 0 0 0 189 6 0 0 20 0 45 0 118048160 16453967872 68255 33554432000 4194304 4196468 140728526119936 140184339327104 140184335099605 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23691264 140728526124130 140728526124315 140728526124315 140728526127055 0
[pid=8464/tid=8467] ppid=8461 vsize=16068328 memory=280276010234784 CPUtime=0 cores=0-7
/proc/8464/task/8467/stat : 8467 (java) S 8461 8464 7776 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 45 0 118048161 16453967872 68255 33554432000 4194304 4196468 140728526119936 140184250158224 140184335099605 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23691264 140728526124130 140728526124315 140728526124315 140728526127055 0
[pid=8464/tid=8468] ppid=8461 vsize=16068328 memory=176475911242275 CPUtime=0 cores=0-7
/proc/8464/task/8468/stat : 8468 (java) S 8461 8464 7776 0 -1 1077944384 198 0 0 0 0 0 0 0 20 0 45 0 118048161 16453967872 68255 33554432000 4194304 4196468 140728526119936 140184249105424 140184335099605 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23691264 140728526124130 140728526124315 140728526124315 140728526127055 0
[pid=8464/tid=8469] ppid=8461 vsize=16068328 memory=176475911242276 CPUtime=0 cores=0-7
/proc/8464/task/8469/stat : 8469 (java) S 8461 8464 7776 0 -1 1077944384 19 0 0 0 0 0 0 0 20 0 45 0 118048161 16453967872 68255 33554432000 4194304 4196468 140728526119936 140184248052624 140184335099605 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23691264 140728526124130 140728526124315 140728526124315 140728526127055 0
[pid=8464/tid=8470] ppid=8461 vsize=16068328 memory=166836 CPUtime=0 cores=0-7
/proc/8464/task/8470/stat : 8470 (java) S 8461 8464 7776 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 45 0 118048161 16453967872 68255 33554432000 4194304 4196468 140728526119936 140184246999824 140184335099605 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23691264 140728526124130 140728526124315 140728526124315 140728526127055 0
[pid=8464/tid=8471] ppid=8461 vsize=16068328 memory=19232 CPUtime=0.01 cores=0-7
/proc/8464/task/8471/stat : 8471 (java) S 8461 8464 7776 0 -1 1077944384 45 0 0 0 1 0 0 0 20 0 45 0 118048161 16453967872 68255 33554432000 4194304 4196468 140728526119936 140184245947024 140184335099605 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23691264 140728526124130 140728526124315 140728526124315 140728526127055 0
[pid=8464/tid=8472] ppid=8461 vsize=16068328 memory=1232 CPUtime=0 cores=0-7
/proc/8464/task/8472/stat : 8472 (java) S 8461 8464 7776 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 45 0 118048161 16453967872 68255 33554432000 4194304 4196468 140728526119936 140184244894224 140184335099605 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23691264 140728526124130 140728526124315 140728526124315 140728526127055 0
[pid=8464/tid=8473] ppid=8461 vsize=16068328 memory=648 CPUtime=0 cores=0-7
/proc/8464/task/8473/stat : 8473 (java) S 8461 8464 7776 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 45 0 118048161 16453967872 68255 33554432000 4194304 4196468 140728526119936 140183924107664 140184335099605 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23691264 140728526124130 140728526124315 140728526124315 140728526127055 0
[pid=8464/tid=8474] ppid=8461 vsize=16068328 memory=0 CPUtime=0.01 cores=0-7
/proc/8464/task/8474/stat : 8474 (java) S 8461 8464 7776 0 -1 1077944384 91 0 0 0 1 0 0 0 20 0 45 0 118048161 16453967872 68255 33554432000 4194304 4196468 140728526119936 140183923054864 140184335099605 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23691264 140728526124130 140728526124315 140728526124315 140728526127055 0
[pid=8464/tid=8475] ppid=8461 vsize=16068328 memory=0 CPUtime=0.01 cores=0-7
/proc/8464/task/8475/stat : 8475 (java) S 8461 8464 7776 0 -1 1077944384 121 0 0 0 1 0 0 0 20 0 45 0 118048163 16453967872 68255 33554432000 4194304 4196468 140728526119936 140182961490800 140184335100546 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23691264 140728526124130 140728526124315 140728526124315 140728526127055 0
[pid=8464/tid=8476] ppid=8461 vsize=16068328 memory=0 CPUtime=0 cores=0-7
/proc/8464/task/8476/stat : 8476 (java) S 8461 8464 7776 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 45 0 118048163 16453967872 68255 33554432000 4194304 4196468 140728526119936 140182960436832 140184335099605 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23691264 140728526124130 140728526124315 140728526124315 140728526127055 0
[pid=8464/tid=8477] ppid=8461 vsize=16068328 memory=0 CPUtime=0 cores=0-7
/proc/8464/task/8477/stat : 8477 (java) S 8461 8464 7776 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 45 0 118048163 16453967872 68255 33554432000 4194304 4196468 140728526119936 140182959383936 140184335099605 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23691264 140728526124130 140728526124315 140728526124315 140728526127055 0
[pid=8464/tid=8478] ppid=8461 vsize=16068328 memory=0 CPUtime=0 cores=0-7
/proc/8464/task/8478/stat : 8478 (java) S 8461 8464 7776 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 45 0 118048166 16453967872 68255 33554432000 4194304 4196468 140728526119936 140182958332240 140184335107995 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23691264 140728526124130 140728526124315 140728526124315 140728526127055 0
[pid=8464/tid=8479] ppid=8461 vsize=16068328 memory=0 CPUtime=1.46 cores=0-7
/proc/8464/task/8479/stat : 8479 (java) R 8461 8464 7776 0 -1 4202560 5641 0 0 0 145 1 0 0 20 0 45 0 118048166 16453967872 68255 33554432000 4194304 4196468 140728526119936 140182957261056 140184319479521 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 23691264 140728526124130 140728526124315 140728526124315 140728526127055 0
[pid=8464/tid=8480] ppid=8461 vsize=16068328 memory=288230377007612191 CPUtime=1.56 cores=0-7
/proc/8464/task/8480/stat : 8480 (java) R 8461 8464 7776 0 -1 4202560 6336 0 0 0 154 2 0 0 20 0 45 0 118048166 16453967872 68255 33554432000 4194304 4196468 140728526119936 140182956206752 140184318586187 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 23691264 140728526124130 140728526124315 140728526124315 140728526127055 0
[pid=8464/tid=8481] ppid=8461 vsize=16068328 memory=288286684129527036 CPUtime=1.49 cores=0-7
/proc/8464/task/8481/stat : 8481 (java) R 8461 8464 7776 0 -1 4202560 6718 0 0 0 148 1 0 0 20 0 45 0 118048166 16453967872 68255 33554432000 4194304 4196468 140728526119936 140182955159504 140184316633617 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 23691264 140728526124130 140728526124315 140728526124315 140728526127055 0
[pid=8464/tid=8482] ppid=8461 vsize=16068328 memory=0 CPUtime=0.77 cores=0-7
/proc/8464/task/8482/stat : 8482 (java) S 8461 8464 7776 0 -1 1077944384 6177 0 0 0 75 2 0 0 20 0 45 0 118048166 16453967872 68255 33554432000 4194304 4196468 140728526119936 140182954121200 140184335100546 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23691264 140728526124130 140728526124315 140728526124315 140728526127055 0
[pid=8464/tid=8483] ppid=8461 vsize=16068328 memory=0 CPUtime=0 cores=0-7
/proc/8464/task/8483/stat : 8483 (java) S 8461 8464 7776 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 45 0 118048166 16453967872 68255 33554432000 4194304 4196468 140728526119936 140182953069664 140184335099605 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23691264 140728526124130 140728526124315 140728526124315 140728526127055 0
[pid=8464/tid=8484] ppid=8461 vsize=16068328 memory=0 CPUtime=0 cores=0-7
/proc/8464/task/8484/stat : 8484 (java) S 8461 8464 7776 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 45 0 118048166 16453967872 68255 33554432000 4194304 4196468 140728526119936 140182952016944 140184335100546 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23691264 140728526124130 140728526124315 140728526124315 140728526127055 0
[pid=8464/tid=8486] ppid=8461 vsize=16068328 memory=-8918985357576057910 CPUtime=0 cores=0-7
/proc/8464/task/8486/stat : 8486 (java) S 8461 8464 7776 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 45 0 118048347 16453967872 68255 33554432000 4194304 4196468 140728526119936 140182938580048 140184335100546 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23691264 140728526124130 140728526124315 140728526124315 140728526127055 0
[pid=8464/tid=8487] ppid=8461 vsize=16068328 memory=7100839870071150693 CPUtime=0.18 cores=0-7
/proc/8464/task/8487/stat : 8487 (java) S 8461 8464 7776 0 -1 1077944384 184 0 0 0 18 0 0 0 20 0 45 0 118048357 16453967872 68255 33554432000 4194304 4196468 140728526119936 140182935430288 140184335099605 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23691264 140728526124130 140728526124315 140728526124315 140728526127055 0
[pid=8464/tid=8488] ppid=8461 vsize=16068328 memory=6576565900034089899 CPUtime=0.11 cores=0-7
/proc/8464/task/8488/stat : 8488 (java) S 8461 8464 7776 0 -1 1077944384 79 0 0 0 11 0 0 0 20 0 45 0 118048358 16453967872 68255 33554432000 4194304 4196468 140728526119936 140182934377488 140184335099605 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23691264 140728526124130 140728526124315 140728526124315 140728526127055 0
[pid=8464/tid=8489] ppid=8461 vsize=16068328 memory=-8774291307573972840 CPUtime=0.12 cores=0-7
/proc/8464/task/8489/stat : 8489 (java) S 8461 8464 7776 0 -1 1077944384 57 0 0 0 12 0 0 0 20 0 45 0 118048358 16453967872 68255 33554432000 4194304 4196468 140728526119936 140182933324688 140184335099605 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23691264 140728526124130 140728526124315 140728526124315 140728526127055 0
[pid=8464/tid=8490] ppid=8461 vsize=16068328 memory=-6000919503509141558 CPUtime=0.1 cores=0-7
/proc/8464/task/8490/stat : 8490 (java) S 8461 8464 7776 0 -1 1077944384 62 0 0 0 10 0 0 0 20 0 45 0 118048360 16453967872 68255 33554432000 4194304 4196468 140728526119936 140182932271888 140184335099605 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23691264 140728526124130 140728526124315 140728526124315 140728526127055 0
[pid=8464/tid=8491] ppid=8461 vsize=16068328 memory=0 CPUtime=0.09 cores=0-7
/proc/8464/task/8491/stat : 8491 (java) S 8461 8464 7776 0 -1 1077944384 57 0 0 0 9 0 0 0 20 0 45 0 118048360 16453967872 68255 33554432000 4194304 4196468 140728526119936 140182931220112 140184335099605 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23691264 140728526124130 140728526124315 140728526124315 140728526127055 0
[pid=8464/tid=8492] ppid=8461 vsize=16068328 memory=288230574492221466 CPUtime=0.1 cores=0-7
/proc/8464/task/8492/stat : 8492 (java) S 8461 8464 7776 0 -1 1077944384 39 0 0 0 10 0 0 0 20 0 45 0 118048360 16453967872 68255 33554432000 4194304 4196468 140728526119936 140182930167312 140184335099605 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23691264 140728526124130 140728526124315 140728526124315 140728526127055 0
[pid=8464/tid=8493] ppid=8461 vsize=16068328 memory=0 CPUtime=0.19 cores=0-7
/proc/8464/task/8493/stat : 8493 (java) S 8461 8464 7776 0 -1 1077944384 46 0 0 0 19 0 0 0 20 0 45 0 118048360 16453967872 68255 33554432000 4194304 4196468 140728526119936 140182929114512 140184335099605 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23691264 140728526124130 140728526124315 140728526124315 140728526127055 0
[pid=8464/tid=8494] ppid=8461 vsize=16068328 memory=188260 CPUtime=0.11 cores=0-7
/proc/8464/task/8494/stat : 8494 (java) S 8461 8464 7776 0 -1 1077944384 33 0 0 0 11 0 0 0 20 0 45 0 118048360 16453967872 68255 33554432000 4194304 4196468 140728526119936 140182928061712 140184335099605 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23691264 140728526124130 140728526124315 140728526124315 140728526127055 0
[pid=8464/tid=8495] ppid=8461 vsize=16068328 memory=7079764520877445200 CPUtime=0.08 cores=0-7
/proc/8464/task/8495/stat : 8495 (java) S 8461 8464 7776 0 -1 1077944384 32 0 0 0 8 0 0 0 20 0 45 0 118048360 16453967872 68255 33554432000 4194304 4196468 140728526119936 140182927008912 140184335099605 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23691264 140728526124130 140728526124315 140728526124315 140728526127055 0
[pid=8464/tid=8496] ppid=8461 vsize=16068328 memory=0 CPUtime=0.13 cores=0-7
/proc/8464/task/8496/stat : 8496 (java) S 8461 8464 7776 0 -1 1077944384 36 0 0 0 13 0 0 0 20 0 45 0 118048361 16453967872 68255 33554432000 4194304 4196468 140728526119936 140182925956112 140184335099605 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23691264 140728526124130 140728526124315 140728526124315 140728526127055 0
[pid=8464/tid=8497] ppid=8461 vsize=16068328 memory=6656426216303648864 CPUtime=0.11 cores=0-7
/proc/8464/task/8497/stat : 8497 (java) S 8461 8464 7776 0 -1 1077944384 38 0 0 0 11 0 0 0 20 0 45 0 118048361 16453967872 68255 33554432000 4194304 4196468 140728526119936 140182924903312 140184335099605 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23691264 140728526124130 140728526124315 140728526124315 140728526127055 0
Current children cumulated CPU time: 9.76 s
Current children cumulated vsize: 16068328 KiB
Current children cumulated memory: 273020 KiB

Child status: 0
Real time (s): 2.54202
CPU time (s): 9.84773
CPU user time (s): 9.6252
CPU system time (s): 0.22253
CPU usage (%): 387.398
Max. virtual memory (cumulated for all children) (KiB): 16068328
Max. memory (cumulated for all children) (KiB): 273020

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 9.6252
system time used= 0.22253
maximum resident set size= 275320
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 40685
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= 5719
involuntary context switches= 249


# summary of solver processes directly reported to runsolver:
#   pid: 8464
#   total CPU time (s): 9.84773
#   total CPU user time (s): 9.6252
#   total CPU system time (s): 0.22253

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.040192 second user time and 0.069602 second system time

The end

Launcher Data

Begin job on node102 at 2017-08-16 03:59:00
IDJOB=4275773
IDBENCH=140518
IDSOLVER=2668
FILE ID=node102/4275773-1502849599
RUNJOBID= node102-1502843644-7803
PBS_JOBID= 20629859
Free space on /tmp= 61924 MiB

SOLVER NAME= OscaR - Parallel with EPS 2017-07-26
BENCH NAME= XCSP17/OpenStacks/OpenStacks-m2c-s1/OpenStacks-m2c-tiny.xml
COMMAND LINE= java -Xmx11000m -jar oscar-cp-xcsp3-parallel.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 11000 --nbcore NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4275773-1502849599/watcher-4275773-1502849599 -o /tmp/evaluation-result-4275773-1502849599/solver-4275773-1502849599 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node102-1502843644-7803 --watchdog 2580  java -Xmx11000m -jar oscar-cp-xcsp3-parallel.jar --randomseed 435868856 --timelimit 20160 --memlimit 11000 --nbcore 8 HOME/instance-4275773-1502849599.xml

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

MD5SUM BENCH= b48c1d78a7c2914aa1b4afc3a63a668c
RANDOM SEED=435868856

node102.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.35
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.35
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.35
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.35
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:        31287196 kB
MemAvailable:   31984172 kB
Buffers:          193644 kB
Cached:           787996 kB
SwapCached:            0 kB
Active:           780588 kB
Inactive:         253116 kB
Active(anon):       4780 kB
Inactive(anon):    75052 kB
Active(file):     775808 kB
Inactive(file):   178064 kB
Unevictable:        6448 kB
Mlocked:            6448 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             42352 kB
Writeback:           388 kB
AnonPages:         62684 kB
Mapped:            46420 kB
Shmem:             25260 kB
Slab:             145484 kB
SReclaimable:     117876 kB
SUnreclaim:        27608 kB
KernelStack:        3520 kB
PageTables:         5508 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     325280 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      8192 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      134528 kB
DirectMap2M:    33411072 kB

Free space on /tmp at the end= 61880 MiB
End job on node102 at 2017-08-16 03:59:03