Trace number 4274901

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-26? 1525.24 419.57401

General information on the benchmark

NameBinPacking/BinPacking-tab-sw120/
BinPacking-tab-sw120-10.xml
MD5SUM67f07639019614dd1d008c87f8253383
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark679.95697
Satisfiable
(Un)Satisfiability was proved
Number of variables133
Number of constraints25
Number of domains2
Minimum domain size23
Maximum domain size46
Distribution of domain sizes[{"size":23,"count":1},{"size":46,"count":132}]
Minimum variable degree2
Maximum variable degree4
Distribution of variable degrees[{"degree":2,"count":1},{"degree":3,"count":110},{"degree":4,"count":22}]
Minimum constraint arity6
Maximum constraint arity132
Distribution of constraint arities[{"arity":6,"count":22},{"arity":23,"count":1},{"arity":132,"count":2}]
Number of extensional constraints22
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":22},{"type":"lex","count":1},{"type":"count","count":1},{"type":"cardinality","count":1}]
Optimization problemYES
Type of objectivemax VAR

Solver Data

0.29/0.25	c version: 2017-07-26
0.29/0.25	c seed: 1846954807
0.29/0.25	c timeout: 20160
0.29/0.25	c memlimit: 11000
0.29/0.25	c nbcore: 8
0.29/0.28	c Parsing instance...
15.07/8.35	c Parsing done, starting search...
769.18/288.32	d EXCEPTION Ask timed out on [Actor[akka://solving/user/$a#595777323]] after [120000 ms]. Sender[null] sent message of type "oscar.modeling.solvers.cp.distributed.HelloMessage".
769.18/288.34	c akka.pattern.PromiseActorRef$$anonfun$1.apply$mcV$sp(AskSupport.scala:604)
769.18/288.34	c akka.actor.Scheduler$$anon$4.run(Scheduler.scala:122)
769.18/288.34	c scala.concurrent.Future$InternalCallbackExecutor$.unbatchedExecute(Future.scala:599)
769.18/288.34	c scala.concurrent.BatchingExecutor$class.execute(BatchingExecutor.scala:109)
769.18/288.34	c scala.concurrent.Future$InternalCallbackExecutor$.execute(Future.scala:597)
769.18/288.34	c akka.actor.LightArrayRevolverScheduler$TaskHolder.executeTask(LightArrayRevolverScheduler.scala:322)
769.18/288.34	c akka.actor.LightArrayRevolverScheduler$$anon$4.executeBucket$1(LightArrayRevolverScheduler.scala:274)
769.18/288.34	c akka.actor.LightArrayRevolverScheduler$$anon$4.nextTick(LightArrayRevolverScheduler.scala:278)
769.18/288.34	c akka.actor.LightArrayRevolverScheduler$$anon$4.run(LightArrayRevolverScheduler.scala:230)
769.18/288.34	c java.lang.Thread.run(Thread.java:748)
769.18/288.34	s UNKNOWN
1524.78/419.50	Dead letter! Forcing shutdown...

Verifier Data


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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4274901-1502808965/watcher-4274901-1502808965 -o /tmp/evaluation-result-4274901-1502808965/solver-4274901-1502808965 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node149-1502796940-15499 --watchdog 2580 java -Xmx11000m -jar oscar-cp-xcsp3-parallel.jar --randomseed 1846954807 --timelimit 20160 --memlimit 11000 --nbcore 8 HOME/instance-4274901-1502808965.xml 

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

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


[startup+0.101322 s]*
/proc/loadavg: 2.60 2.63 2.22 1/199 16523
/proc/meminfo: memFree=27605508/32770624 swapFree=67108860/67108860
[pid=16503] ppid=16500 vsize=14325320 memory=34744 CPUtime=0.13 cores=0-7
/proc/16503/stat : 16503 (java) S 16500 16503 15472 0 -1 1077944320 8072 0 0 0 11 2 0 0 20 0 20 0 113977402 14669127680 8686 33554432000 4194304 4196468 140727520511552 140727520494096 139749537976055 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 15269888 140727520515169 140727520515355 140727520515355 140727520518095 0
/proc/16503/statm: 3581330 8686 3407 1 0 3569050 0
[pid=16503/tid=16505] ppid=16500 vsize=14325320 memory=8041909892739406999 CPUtime=0.09 cores=0-7
/proc/16503/task/16505/stat : 16505 (java) R 16500 16503 15472 0 -1 4202560 6019 0 0 0 8 1 0 0 20 0 20 0 113977402 14669127680 8686 33554432000 4194304 4196468 140727520511552 139749542192752 139749522056542 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15269888 140727520515169 140727520515355 140727520515355 140727520518095 0
[pid=16503/tid=16506] ppid=16500 vsize=14325320 memory=732369775129820133 CPUtime=0 cores=0-7
/proc/16503/task/16506/stat : 16506 (java) S 16500 16503 15472 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 113977403 14669127680 8686 33554432000 4194304 4196468 140727520511552 139749453043984 139749537986261 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15269888 140727520515169 140727520515355 140727520515355 140727520518095 0
[pid=16503/tid=16507] ppid=16500 vsize=14325320 memory=139636792366720 CPUtime=0 cores=0-7
/proc/16503/task/16507/stat : 16507 (java) S 16500 16503 15472 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 113977403 14669127680 8686 33554432000 4194304 4196468 140727520511552 139749451991440 139749537986261 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15269888 140727520515169 140727520515355 140727520515355 140727520518095 0
[pid=16503/tid=16508] ppid=16500 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/16503/task/16508/stat : 16508 (java) S 16500 16503 15472 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 113977403 14669127680 8686 33554432000 4194304 4196468 140727520511552 139749450938896 139749537986261 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15269888 140727520515169 140727520515355 140727520515355 140727520518095 0
[pid=16503/tid=16509] ppid=16500 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/16503/task/16509/stat : 16509 (java) S 16500 16503 15472 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 113977403 14669127680 8686 33554432000 4194304 4196468 140727520511552 139749449886352 139749537986261 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15269888 140727520515169 140727520515355 140727520515355 140727520518095 0
[pid=16503/tid=16510] ppid=16500 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/16503/task/16510/stat : 16510 (java) S 16500 16503 15472 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 113977403 14669127680 8686 33554432000 4194304 4196468 140727520511552 139749448833808 139749537986261 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15269888 140727520515169 140727520515355 140727520515355 140727520518095 0
[pid=16503/tid=16511] ppid=16500 vsize=14325320 memory=-1 CPUtime=0 cores=0-7
/proc/16503/task/16511/stat : 16511 (java) S 16500 16503 15472 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 113977403 14669127680 8686 33554432000 4194304 4196468 140727520511552 139749447781264 139749537986261 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15269888 140727520515169 140727520515355 140727520515355 140727520518095 0
[pid=16503/tid=16512] ppid=16500 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/16503/task/16512/stat : 16512 (java) S 16500 16503 15472 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 113977403 14669127680 8686 33554432000 4194304 4196468 140727520511552 139749446728720 139749537986261 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15269888 140727520515169 140727520515355 140727520515355 140727520518095 0
[pid=16503/tid=16513] ppid=16500 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/16503/task/16513/stat : 16513 (java) S 16500 16503 15472 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 113977403 14669127680 8686 33554432000 4194304 4196468 140727520511552 139749445676176 139749537986261 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15269888 140727520515169 140727520515355 140727520515355 140727520518095 0
[pid=16503/tid=16514] ppid=16500 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/16503/task/16514/stat : 16514 (java) S 16500 16503 15472 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 113977404 14669127680 8686 33554432000 4194304 4196468 140727520511552 139748727769072 139749537987202 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15269888 140727520515169 140727520515355 140727520515355 140727520518095 0
[pid=16503/tid=16515] ppid=16500 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/16503/task/16515/stat : 16515 (java) S 16500 16503 15472 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 113977405 14669127680 8686 33554432000 4194304 4196468 140727520511552 139748726715296 139749537986261 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15269888 140727520515169 140727520515355 140727520515355 140727520518095 0
[pid=16503/tid=16516] ppid=16500 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/16503/task/16516/stat : 16516 (java) S 16500 16503 15472 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 113977405 14669127680 8686 33554432000 4194304 4196468 140727520511552 139748725662704 139749537986261 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15269888 140727520515169 140727520515355 140727520515355 140727520518095 0
[pid=16503/tid=16517] ppid=16500 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/16503/task/16517/stat : 16517 (java) S 16500 16503 15472 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 113977407 14669127680 8686 33554432000 4194304 4196468 140727520511552 139748724611280 139749537994651 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15269888 140727520515169 140727520515355 140727520515355 140727520518095 0
[pid=16503/tid=16518] ppid=16500 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/16503/task/16518/stat : 16518 (java) S 16500 16503 15472 0 -1 1077944384 304 0 0 0 0 0 0 0 20 0 20 0 113977407 14669127680 8686 33554432000 4194304 4196468 140727520511552 139748723558896 139749537987202 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15269888 140727520515169 140727520515355 140727520515355 140727520518095 0
[pid=16503/tid=16519] ppid=16500 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/16503/task/16519/stat : 16519 (java) S 16500 16503 15472 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 113977407 14669127680 8686 33554432000 4194304 4196468 140727520511552 139748722506352 139749537987202 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15269888 140727520515169 140727520515355 140727520515355 140727520518095 0
[pid=16503/tid=16520] ppid=16500 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/16503/task/16520/stat : 16520 (java) S 16500 16503 15472 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 113977407 14669127680 8686 33554432000 4194304 4196468 140727520511552 139748721453808 139749537987202 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15269888 140727520515169 140727520515355 140727520515355 140727520518095 0
[pid=16503/tid=16521] ppid=16500 vsize=14325320 memory=0 CPUtime=0.02 cores=0-7
/proc/16503/task/16521/stat : 16521 (java) S 16500 16503 15472 0 -1 1077944384 369 0 0 0 2 0 0 0 20 0 20 0 113977407 14669127680 8686 33554432000 4194304 4196468 140727520511552 139748720401264 139749537987202 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15269888 140727520515169 140727520515355 140727520515355 140727520518095 0
[pid=16503/tid=16522] ppid=16500 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/16503/task/16522/stat : 16522 (java) S 16500 16503 15472 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 113977408 14669127680 8686 33554432000 4194304 4196468 140727520511552 139748719347936 139749537986261 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15269888 140727520515169 140727520515355 140727520515355 140727520518095 0
[pid=16503/tid=16523] ppid=16500 vsize=14325320 memory=-1 CPUtime=0 cores=0-7
/proc/16503/task/16523/stat : 16523 (java) S 16500 16503 15472 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 113977408 14669127680 8686 33554432000 4194304 4196468 140727520511552 139748718295472 139749537987202 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15269888 140727520515169 140727520515355 140727520515355 140727520518095 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 14325320 KiB
Current children cumulated memory: 34744 KiB

[startup+0.210559 s]*
/proc/loadavg: 2.60 2.63 2.22 3/199 16523
/proc/meminfo: memFree=27595148/32770624 swapFree=67108860/67108860
[pid=16503] ppid=16500 vsize=14325320 memory=43632 CPUtime=0.29 cores=0-7
/proc/16503/stat : 16503 (java) S 16500 16503 15472 0 -1 1077944320 9044 0 0 0 27 2 0 0 20 0 20 0 113977402 14669127680 10908 33554432000 4194304 4196468 140727520511552 140727520494096 139749537976055 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 15269888 140727520515169 140727520515355 140727520515355 140727520518095 0
/proc/16503/statm: 3581330 10908 3603 1 0 3569050 0
[pid=16503/tid=16505] ppid=16500 vsize=14325320 memory=32758254098972862 CPUtime=0.19 cores=0-7
/proc/16503/task/16505/stat : 16505 (java) R 16500 16503 15472 0 -1 4202560 6645 0 0 0 18 1 0 0 20 0 20 0 113977402 14669127680 10908 33554432000 4194304 4196468 140727520511552 139749542201136 139749537987990 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15269888 140727520515169 140727520515355 140727520515355 140727520518095 0
[pid=16503/tid=16506] ppid=16500 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/16503/task/16506/stat : 16506 (java) S 16500 16503 15472 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 113977403 14669127680 10908 33554432000 4194304 4196468 140727520511552 139749453043984 139749537986261 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15269888 140727520515169 140727520515355 140727520515355 140727520518095 0
[pid=16503/tid=16507] ppid=16500 vsize=14325320 memory=139636792382475 CPUtime=0 cores=0-7
/proc/16503/task/16507/stat : 16507 (java) S 16500 16503 15472 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 113977403 14669127680 10908 33554432000 4194304 4196468 140727520511552 139749451991440 139749537986261 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15269888 140727520515169 140727520515355 140727520515355 140727520518095 0
[pid=16503/tid=16508] ppid=16500 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/16503/task/16508/stat : 16508 (java) S 16500 16503 15472 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 113977403 14669127680 10908 33554432000 4194304 4196468 140727520511552 139749450938896 139749537986261 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15269888 140727520515169 140727520515355 140727520515355 140727520518095 0
[pid=16503/tid=16509] ppid=16500 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/16503/task/16509/stat : 16509 (java) S 16500 16503 15472 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 113977403 14669127680 10908 33554432000 4194304 4196468 140727520511552 139749449886352 139749537986261 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15269888 140727520515169 140727520515355 140727520515355 140727520518095 0
[pid=16503/tid=16510] ppid=16500 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/16503/task/16510/stat : 16510 (java) S 16500 16503 15472 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 113977403 14669127680 10908 33554432000 4194304 4196468 140727520511552 139749448833808 139749537986261 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15269888 140727520515169 140727520515355 140727520515355 140727520518095 0
[pid=16503/tid=16511] ppid=16500 vsize=14325320 memory=-1 CPUtime=0 cores=0-7
/proc/16503/task/16511/stat : 16511 (java) S 16500 16503 15472 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 113977403 14669127680 10908 33554432000 4194304 4196468 140727520511552 139749447781264 139749537986261 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15269888 140727520515169 140727520515355 140727520515355 140727520518095 0
[pid=16503/tid=16512] ppid=16500 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/16503/task/16512/stat : 16512 (java) S 16500 16503 15472 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 113977403 14669127680 10908 33554432000 4194304 4196468 140727520511552 139749446728720 139749537986261 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15269888 140727520515169 140727520515355 140727520515355 140727520518095 0
[pid=16503/tid=16513] ppid=16500 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/16503/task/16513/stat : 16513 (java) S 16500 16503 15472 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 113977403 14669127680 10908 33554432000 4194304 4196468 140727520511552 139749445676176 139749537986261 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15269888 140727520515169 140727520515355 140727520515355 140727520518095 0
[pid=16503/tid=16514] ppid=16500 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/16503/task/16514/stat : 16514 (java) S 16500 16503 15472 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 20 0 113977404 14669127680 10908 33554432000 4194304 4196468 140727520511552 139748727769072 139749537987202 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15269888 140727520515169 140727520515355 140727520515355 140727520518095 0
[pid=16503/tid=16515] ppid=16500 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/16503/task/16515/stat : 16515 (java) S 16500 16503 15472 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 113977405 14669127680 10908 33554432000 4194304 4196468 140727520511552 139748726715296 139749537986261 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15269888 140727520515169 140727520515355 140727520515355 140727520518095 0
[pid=16503/tid=16516] ppid=16500 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/16503/task/16516/stat : 16516 (java) S 16500 16503 15472 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 113977405 14669127680 10908 33554432000 4194304 4196468 140727520511552 139748725662704 139749537986261 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15269888 140727520515169 140727520515355 140727520515355 140727520518095 0
[pid=16503/tid=16517] ppid=16500 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/16503/task/16517/stat : 16517 (java) S 16500 16503 15472 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 113977407 14669127680 10908 33554432000 4194304 4196468 140727520511552 139748724611280 139749537994651 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15269888 140727520515169 140727520515355 140727520515355 140727520518095 0
[pid=16503/tid=16518] ppid=16500 vsize=14325320 memory=0 CPUtime=0.01 cores=0-7
/proc/16503/task/16518/stat : 16518 (java) S 16500 16503 15472 0 -1 1077944384 488 0 0 0 1 0 0 0 20 0 20 0 113977407 14669127680 10908 33554432000 4194304 4196468 140727520511552 139748723558896 139749537987202 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15269888 140727520515169 140727520515355 140727520515355 140727520518095 0
[pid=16503/tid=16519] ppid=16500 vsize=14325320 memory=0 CPUtime=0.01 cores=0-7
/proc/16503/task/16519/stat : 16519 (java) S 16500 16503 15472 0 -1 1077944384 105 0 0 0 1 0 0 0 20 0 20 0 113977407 14669127680 10908 33554432000 4194304 4196468 140727520511552 139748722506352 139749537987202 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15269888 140727520515169 140727520515355 140727520515355 140727520518095 0
[pid=16503/tid=16520] ppid=16500 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/16503/task/16520/stat : 16520 (java) S 16500 16503 15472 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 20 0 113977407 14669127680 10908 33554432000 4194304 4196468 140727520511552 139748721453808 139749537987202 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15269888 140727520515169 140727520515355 140727520515355 140727520518095 0
[pid=16503/tid=16521] ppid=16500 vsize=14325320 memory=0 CPUtime=0.05 cores=0-7
/proc/16503/task/16521/stat : 16521 (java) R 16500 16503 15472 0 -1 4202560 386 0 0 0 5 0 0 0 20 0 20 0 113977407 14669127680 10908 33554432000 4194304 4196468 140727520511552 139748720401264 139749537987990 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15269888 140727520515169 140727520515355 140727520515355 140727520518095 0
[pid=16503/tid=16522] ppid=16500 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/16503/task/16522/stat : 16522 (java) S 16500 16503 15472 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 113977408 14669127680 10908 33554432000 4194304 4196468 140727520511552 139748719347936 139749537986261 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15269888 140727520515169 140727520515355 140727520515355 140727520518095 0
[pid=16503/tid=16523] ppid=16500 vsize=14325320 memory=-1 CPUtime=0 cores=0-7
/proc/16503/task/16523/stat : 16523 (java) S 16500 16503 15472 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 113977408 14669127680 10908 33554432000 4194304 4196468 140727520511552 139748718295472 139749537987202 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15269888 140727520515169 140727520515355 140727520515355 140727520518095 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 14325320 KiB
Current children cumulated memory: 43632 KiB

[startup+0.310209 s]*
/proc/loadavg: 2.60 2.63 2.22 2/199 16523
/proc/meminfo: memFree=27587496/32770624 swapFree=67108860/67108860
[pid=16503] ppid=16500 vsize=14325340 memory=51296 CPUtime=0.47 cores=0-7
/proc/16503/stat : 16503 (java) S 16500 16503 15472 0 -1 1077944320 10095 0 0 0 44 3 0 0 20 0 20 0 113977402 14669148160 12824 33554432000 4194304 4196468 140727520511552 140727520494096 139749537976055 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 15269888 140727520515169 140727520515355 140727520515355 140727520518095 0
/proc/16503/statm: 3581335 12824 3681 1 0 3569050 0
[pid=16503/tid=16505] ppid=16500 vsize=14325340 memory=6791534058613427641 CPUtime=0.29 cores=0-7
/proc/16503/task/16505/stat : 16505 (java) R 16500 16503 15472 0 -1 4202560 7205 0 0 0 27 2 0 0 20 0 20 0 113977402 14669148160 12824 33554432000 4194304 4196468 140727520511552 139749542206512 139749125882278 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15269888 140727520515169 140727520515355 140727520515355 140727520518095 0
[pid=16503/tid=16506] ppid=16500 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/16503/task/16506/stat : 16506 (java) S 16500 16503 15472 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 113977403 14669148160 12824 33554432000 4194304 4196468 140727520511552 139749453043984 139749537986261 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15269888 140727520515169 140727520515355 140727520515355 140727520518095 0
[pid=16503/tid=16507] ppid=16500 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/16503/task/16507/stat : 16507 (java) S 16500 16503 15472 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 113977403 14669148160 12824 33554432000 4194304 4196468 140727520511552 139749451991440 139749537986261 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15269888 140727520515169 140727520515355 140727520515355 140727520518095 0
[pid=16503/tid=16508] ppid=16500 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/16503/task/16508/stat : 16508 (java) S 16500 16503 15472 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 113977403 14669148160 12824 33554432000 4194304 4196468 140727520511552 139749450938896 139749537986261 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15269888 140727520515169 140727520515355 140727520515355 140727520518095 0
[pid=16503/tid=16509] ppid=16500 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/16503/task/16509/stat : 16509 (java) S 16500 16503 15472 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 113977403 14669148160 12824 33554432000 4194304 4196468 140727520511552 139749449886352 139749537986261 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15269888 140727520515169 140727520515355 140727520515355 140727520518095 0
[pid=16503/tid=16510] ppid=16500 vsize=14325340 memory=2244 CPUtime=0 cores=0-7
/proc/16503/task/16510/stat : 16510 (java) S 16500 16503 15472 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 113977403 14669148160 12824 33554432000 4194304 4196468 140727520511552 139749448833808 139749537986261 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15269888 140727520515169 140727520515355 140727520515355 140727520518095 0
[pid=16503/tid=16511] ppid=16500 vsize=14325340 memory=139636634645423 CPUtime=0 cores=0-7
/proc/16503/task/16511/stat : 16511 (java) S 16500 16503 15472 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 113977403 14669148160 12824 33554432000 4194304 4196468 140727520511552 139749447781264 139749537986261 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15269888 140727520515169 140727520515355 140727520515355 140727520518095 0
[pid=16503/tid=16512] ppid=16500 vsize=14325340 memory=139636634647728 CPUtime=0 cores=0-7
/proc/16503/task/16512/stat : 16512 (java) S 16500 16503 15472 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 113977403 14669148160 12824 33554432000 4194304 4196468 140727520511552 139749446728720 139749537986261 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15269888 140727520515169 140727520515355 140727520515355 140727520518095 0
[pid=16503/tid=16513] ppid=16500 vsize=14325340 memory=139636634650032 CPUtime=0 cores=0-7
/proc/16503/task/16513/stat : 16513 (java) S 16500 16503 15472 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 113977403 14669148160 12824 33554432000 4194304 4196468 140727520511552 139749445676176 139749537986261 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15269888 140727520515169 140727520515355 140727520515355 140727520518095 0
[pid=16503/tid=16514] ppid=16500 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/16503/task/16514/stat : 16514 (java) S 16500 16503 15472 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 20 0 113977404 14669148160 12824 33554432000 4194304 4196468 140727520511552 139748727769072 139749537987202 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15269888 140727520515169 140727520515355 140727520515355 140727520518095 0
[pid=16503/tid=16515] ppid=16500 vsize=14325340 memory=279273269307024 CPUtime=0 cores=0-7
/proc/16503/task/16515/stat : 16515 (java) S 16500 16503 15472 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 113977405 14669148160 12824 33554432000 4194304 4196468 140727520511552 139748726715296 139749537986261 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15269888 140727520515169 140727520515355 140727520515355 140727520518095 0
[pid=16503/tid=16516] ppid=16500 vsize=14325340 memory=279273269313936 CPUtime=0 cores=0-7
/proc/16503/task/16516/stat : 16516 (java) S 16500 16503 15472 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 113977405 14669148160 12824 33554432000 4194304 4196468 140727520511552 139748725662704 139749537986261 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15269888 140727520515169 140727520515355 140727520515355 140727520518095 0
[pid=16503/tid=16517] ppid=16500 vsize=14325340 memory=279273269255216 CPUtime=0 cores=0-7
/proc/16503/task/16517/stat : 16517 (java) S 16500 16503 15472 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 113977407 14669148160 12824 33554432000 4194304 4196468 140727520511552 139748724611280 139749537994651 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15269888 140727520515169 140727520515355 140727520515355 140727520518095 0
[pid=16503/tid=16518] ppid=16500 vsize=14325340 memory=279273269327760 CPUtime=0.04 cores=0-7
/proc/16503/task/16518/stat : 16518 (java) S 16500 16503 15472 0 -1 1077944384 734 0 0 0 4 0 0 0 20 0 20 0 113977407 14669148160 12824 33554432000 4194304 4196468 140727520511552 139748723558896 139749537987202 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15269888 140727520515169 140727520515355 140727520515355 140727520518095 0
[pid=16503/tid=16519] ppid=16500 vsize=14325340 memory=279273269334672 CPUtime=0.02 cores=0-7
/proc/16503/task/16519/stat : 16519 (java) R 16500 16503 15472 0 -1 1077944384 116 0 0 0 2 0 0 0 20 0 20 0 113977407 14669148160 12889 33554432000 4194304 4196468 140727520511552 139748722506352 139749537987202 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15269888 140727520515169 140727520515355 140727520515355 140727520518095 0
[pid=16503/tid=16520] ppid=16500 vsize=14325340 memory=279273269332368 CPUtime=0.02 cores=0-7
/proc/16503/task/16520/stat : 16520 (java) S 16500 16503 15472 0 -1 1077944384 185 0 0 0 2 0 0 0 20 0 20 0 113977407 14669148160 12889 33554432000 4194304 4196468 140727520511552 139748721453808 139749537987202 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15269888 140727520515169 140727520515355 140727520515355 140727520518095 0
[pid=16503/tid=16521] ppid=16500 vsize=14325340 memory=279273269348928 CPUtime=0.08 cores=0-7
/proc/16503/task/16521/stat : 16521 (java) R 16500 16503 15472 0 -1 4202560 468 0 0 0 8 0 0 0 20 0 20 0 113977407 14669148160 12889 33554432000 4194304 4196468 140727520511552 139748720401264 139749537997402 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15269888 140727520515169 140727520515355 140727520515355 140727520518095 0
[pid=16503/tid=16522] ppid=16500 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/16503/task/16522/stat : 16522 (java) S 16500 16503 15472 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 113977408 14669148160 12889 33554432000 4194304 4196468 140727520511552 139748719347936 139749537986261 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15269888 140727520515169 140727520515355 140727520515355 140727520518095 0
[pid=16503/tid=16523] ppid=16500 vsize=14325340 memory=-1 CPUtime=0 cores=0-7
/proc/16503/task/16523/stat : 16523 (java) S 16500 16503 15472 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 113977408 14669148160 12889 33554432000 4194304 4196468 140727520511552 139748718295472 139749537987202 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15269888 140727520515169 140727520515355 140727520515355 140727520518095 0
Current children cumulated CPU time: 0.47 s
Current children cumulated vsize: 14325340 KiB
Current children cumulated memory: 51296 KiB

[startup+0.701116 s]
/proc/loadavg: 2.60 2.63 2.22 2/199 16523
/proc/meminfo: memFree=27536004/32770624 swapFree=67108860/67108860
[pid=16503] ppid=16500 vsize=14325340 memory=285576 CPUtime=1.39 cores=0-7
/proc/16503/stat : 16503 (java) S 16500 16503 15472 0 -1 1077944320 11278 0 0 0 103 36 0 0 20 0 20 0 113977402 14669148160 71394 33554432000 4194304 4196468 140727520511552 140727520494096 139749537976055 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 15269888 140727520515169 140727520515355 140727520515355 140727520518095 0
/proc/16503/statm: 3581335 71394 3755 1 0 3569050 0
[pid=16503/tid=16505] ppid=16500 vsize=14325340 memory=7230638415856954455 CPUtime=0.61 cores=0-7
/proc/16503/task/16505/stat : 16505 (java) R 16500 16503 15472 0 -1 4202560 7620 0 0 0 55 6 0 0 20 0 20 0 113977402 14669148160 71394 33554432000 4194304 4196468 140727520511552 139749542206384 139749537997981 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15269888 140727520515169 140727520515355 140727520515355 140727520518095 0
[pid=16503/tid=16506] ppid=16500 vsize=14325340 memory=70961449697556 CPUtime=0.03 cores=0-7
/proc/16503/task/16506/stat : 16506 (java) S 16500 16503 15472 0 -1 1077944384 40 0 0 0 1 2 0 0 20 0 20 0 113977403 14669148160 71394 33554432000 4194304 4196468 140727520511552 139749453043984 139749537986261 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15269888 140727520515169 140727520515355 140727520515355 140727520518095 0
[pid=16503/tid=16507] ppid=16500 vsize=14325340 memory=139636634664112 CPUtime=0.05 cores=0-7
/proc/16503/task/16507/stat : 16507 (java) S 16500 16503 15472 0 -1 1077944384 57 0 0 0 1 4 0 0 20 0 20 0 113977403 14669148160 71394 33554432000 4194304 4196468 140727520511552 139749451991440 139749537986261 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15269888 140727520515169 140727520515355 140727520515355 140727520518095 0
[pid=16503/tid=16508] ppid=16500 vsize=14325340 memory=0 CPUtime=0.05 cores=0-7
/proc/16503/task/16508/stat : 16508 (java) S 16500 16503 15472 0 -1 1077944384 66 0 0 0 1 4 0 0 20 0 20 0 113977403 14669148160 71394 33554432000 4194304 4196468 140727520511552 139749450938896 139749537986261 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15269888 140727520515169 140727520515355 140727520515355 140727520518095 0
[pid=16503/tid=16509] ppid=16500 vsize=14325340 memory=0 CPUtime=0.05 cores=0-7
/proc/16503/task/16509/stat : 16509 (java) S 16500 16503 15472 0 -1 1077944384 53 0 0 0 1 4 0 0 20 0 20 0 113977403 14669148160 71394 33554432000 4194304 4196468 140727520511552 139749449886352 139749537986261 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15269888 140727520515169 140727520515355 140727520515355 140727520518095 0
[pid=16503/tid=16510] ppid=16500 vsize=14325340 memory=0 CPUtime=0.04 cores=0-7
/proc/16503/task/16510/stat : 16510 (java) S 16500 16503 15472 0 -1 1077944384 65 0 0 0 1 3 0 0 20 0 20 0 113977403 14669148160 71394 33554432000 4194304 4196468 140727520511552 139749448833808 139749537986261 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15269888 140727520515169 140727520515355 140727520515355 140727520518095 0
[pid=16503/tid=16511] ppid=16500 vsize=14325340 memory=0 CPUtime=0.03 cores=0-7
/proc/16503/task/16511/stat : 16511 (java) S 16500 16503 15472 0 -1 1077944384 41 0 0 0 1 2 0 0 20 0 20 0 113977403 14669148160 71394 33554432000 4194304 4196468 140727520511552 139749447781264 139749537986261 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15269888 140727520515169 140727520515355 140727520515355 140727520518095 0
[pid=16503/tid=16512] ppid=16500 vsize=14325340 memory=0 CPUtime=0.05 cores=0-7
/proc/16503/task/16512/stat : 16512 (java) S 16500 16503 15472 0 -1 1077944384 56 0 0 0 2 3 0 0 20 0 20 0 113977403 14669148160 71394 33554432000 4194304 4196468 140727520511552 139749446728720 139749537986261 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15269888 140727520515169 140727520515355 140727520515355 140727520518095 0
[pid=16503/tid=16513] ppid=16500 vsize=14325340 memory=1732 CPUtime=0.04 cores=0-7
/proc/16503/task/16513/stat : 16513 (java) S 16500 16503 15472 0 -1 1077944384 60 0 0 0 1 3 0 0 20 0 20 0 113977403 14669148160 71394 33554432000 4194304 4196468 140727520511552 139749445676176 139749537986261 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15269888 140727520515169 140727520515355 140727520515355 140727520518095 0
[pid=16503/tid=16514] ppid=16500 vsize=14325340 memory=1224 CPUtime=0 cores=0-7
/proc/16503/task/16514/stat : 16514 (java) S 16500 16503 15472 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 20 0 113977404 14669148160 71394 33554432000 4194304 4196468 140727520511552 139748727769072 139749537987202 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15269888 140727520515169 140727520515355 140727520515355 140727520518095 0

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

[pid=16503/tid=16533] ppid=16500 vsize=15200912 memory=-7175204567652784766 CPUtime=9.09 cores=0-7
/proc/16503/task/16533/stat : 16533 (java) S 16500 16503 15472 0 -1 1077944384 4128 0 0 0 898 11 0 0 20 0 33 0 113993750 15565733888 2945722 33554432000 4194304 4196468 140727520511552 139748131943520 139749537986261 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 2 0 0 6293624 6294260 15269888 140727520515169 140727520515355 140727520515355 140727520518095 0
[pid=16503/tid=16534] ppid=16500 vsize=15200912 memory=1224 CPUtime=0 cores=0-7
/proc/16503/task/16534/stat : 16534 (java) S 16500 16503 15472 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 33 0 113993750 15565733888 2945722 33554432000 4194304 4196468 140727520511552 139748130903200 139749537986261 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15269888 140727520515169 140727520515355 140727520515355 140727520518095 0
[pid=16503/tid=16535] ppid=16500 vsize=15200912 memory=12032 CPUtime=0 cores=0-7
/proc/16503/task/16535/stat : 16535 (java) S 16500 16503 15472 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 33 0 113993750 15565733888 2945722 33554432000 4194304 4196468 140727520511552 139748129850656 139749537986261 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15269888 140727520515169 140727520515355 140727520515355 140727520518095 0
[pid=16503/tid=16536] ppid=16500 vsize=15200912 memory=5792 CPUtime=0 cores=0-7
/proc/16503/task/16536/stat : 16536 (java) S 16500 16503 15472 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 33 0 113993750 15565733888 2945722 33554432000 4194304 4196468 140727520511552 139748128798112 139749537986261 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15269888 140727520515169 140727520515355 140727520515355 140727520518095 0
Current children cumulated CPU time: 1524.58 s
Current children cumulated vsize: 15200912 KiB
Current children cumulated memory: 11782888 KiB

[startup+419.401 s]
/proc/loadavg: 3.78 3.14 2.53 2/211 16536
/proc/meminfo: memFree=15834328/32770624 swapFree=67108860/67108860
[pid=16503] ppid=16500 vsize=15200912 memory=11782888 CPUtime=1524.78 cores=0-7
/proc/16503/stat : 16503 (java) S 16500 16503 15472 0 -1 1077944320 1251573 0 0 0 149616 2862 0 0 20 0 33 0 113977402 15565733888 2945722 33554432000 4194304 4196468 140727520511552 140727520494096 139749537976055 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 15269888 140727520515169 140727520515355 140727520515355 140727520518095 0
/proc/16503/statm: 3800228 2945722 3852 1 0 3787943 0
[pid=16503/tid=16505] ppid=16500 vsize=15200912 memory=648 CPUtime=125.81 cores=0-7
/proc/16503/task/16505/stat : 16505 (java) S 16500 16503 15472 0 -1 1077944384 53318 0 0 0 12480 101 0 0 20 0 33 0 113977402 15565733888 2945722 33554432000 4194304 4196468 140727520511552 139749542218928 139749537986261 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15269888 140727520515169 140727520515355 140727520515355 140727520518095 0
[pid=16503/tid=16506] ppid=16500 vsize=15200912 memory=1240 CPUtime=148.27 cores=0-7
/proc/16503/task/16506/stat : 16506 (java) S 16500 16503 15472 0 -1 1077944384 106289 0 0 0 14498 329 0 0 20 0 33 0 113977403 15565733888 2945722 33554432000 4194304 4196468 140727520511552 139749453043984 139749537986261 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 32 0 0 6293624 6294260 15269888 140727520515169 140727520515355 140727520515355 140727520518095 0
[pid=16503/tid=16507] ppid=16500 vsize=15200912 memory=960 CPUtime=148.67 cores=0-7
/proc/16503/task/16507/stat : 16507 (java) S 16500 16503 15472 0 -1 1077944384 109464 0 0 0 14548 319 0 0 20 0 33 0 113977403 15565733888 2945722 33554432000 4194304 4196468 140727520511552 139749451991440 139749537986261 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 35 0 0 6293624 6294260 15269888 140727520515169 140727520515355 140727520515355 140727520518095 0
[pid=16503/tid=16508] ppid=16500 vsize=15200912 memory=2424 CPUtime=148.71 cores=0-7
/proc/16503/task/16508/stat : 16508 (java) S 16500 16503 15472 0 -1 1077944384 107809 0 0 0 14552 319 0 0 20 0 33 0 113977403 15565733888 2945722 33554432000 4194304 4196468 140727520511552 139749450938896 139749537986261 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 33 0 0 6293624 6294260 15269888 140727520515169 140727520515355 140727520515355 140727520518095 0
[pid=16503/tid=16509] ppid=16500 vsize=15200912 memory=932 CPUtime=147.94 cores=0-7
/proc/16503/task/16509/stat : 16509 (java) S 16500 16503 15472 0 -1 1077944384 113575 0 0 0 14479 315 0 0 20 0 33 0 113977403 15565733888 2945722 33554432000 4194304 4196468 140727520511552 139749449886352 139749537986261 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 36 0 0 6293624 6294260 15269888 140727520515169 140727520515355 140727520515355 140727520518095 0
[pid=16503/tid=16510] ppid=16500 vsize=15200912 memory=1712 CPUtime=148.5 cores=0-7
/proc/16503/task/16510/stat : 16510 (java) S 16500 16503 15472 0 -1 1077944384 133608 0 0 0 14518 332 0 0 20 0 33 0 113977403 15565733888 2945722 33554432000 4194304 4196468 140727520511552 139749448833808 139749537986261 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 41 0 0 6293624 6294260 15269888 140727520515169 140727520515355 140727520515355 140727520518095 0
[pid=16503/tid=16511] ppid=16500 vsize=15200912 memory=1952 CPUtime=148.62 cores=0-7
/proc/16503/task/16511/stat : 16511 (java) S 16500 16503 15472 0 -1 1077944384 140153 0 0 0 14534 328 0 0 20 0 33 0 113977403 15565733888 2945722 33554432000 4194304 4196468 140727520511552 139749447781264 139749537986261 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 34 0 0 6293624 6294260 15269888 140727520515169 140727520515355 140727520515355 140727520518095 0
[pid=16503/tid=16512] ppid=16500 vsize=15200912 memory=8620 CPUtime=148.65 cores=0-7
/proc/16503/task/16512/stat : 16512 (java) S 16500 16503 15472 0 -1 1077944384 87248 0 0 0 14560 305 0 0 20 0 33 0 113977403 15565733888 2945722 33554432000 4194304 4196468 140727520511552 139749446728720 139749537986261 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 36 0 0 6293624 6294260 15269888 140727520515169 140727520515355 140727520515355 140727520518095 0
[pid=16503/tid=16513] ppid=16500 vsize=15200912 memory=4620 CPUtime=148.69 cores=0-7
/proc/16503/task/16513/stat : 16513 (java) S 16500 16503 15472 0 -1 1077944384 89692 0 0 0 14562 307 0 0 20 0 33 0 113977403 15565733888 2945722 33554432000 4194304 4196468 140727520511552 139749445676176 139749537986261 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 37 0 0 6293624 6294260 15269888 140727520515169 140727520515355 140727520515355 140727520518095 0
[pid=16503/tid=16514] ppid=16500 vsize=15200912 memory=1196 CPUtime=134.22 cores=0-7
/proc/16503/task/16514/stat : 16514 (java) R 16500 16503 15472 0 -1 4202560 227699 0 0 0 13350 72 0 0 20 0 33 0 113977404 15565733888 2945722 33554432000 4194304 4196468 140727520511552 139748727767504 139749516346235 0 0 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15269888 140727520515169 140727520515355 140727520515355 140727520518095 0
[pid=16503/tid=16515] ppid=16500 vsize=15200912 memory=15872 CPUtime=0 cores=0-7
/proc/16503/task/16515/stat : 16515 (java) S 16500 16503 15472 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 33 0 113977405 15565733888 2945722 33554432000 4194304 4196468 140727520511552 139748726715360 139749537986261 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15269888 140727520515169 140727520515355 140727520515355 140727520518095 0
[pid=16503/tid=16516] ppid=16500 vsize=15200912 memory=2424 CPUtime=0 cores=0-7
/proc/16503/task/16516/stat : 16516 (java) S 16500 16503 15472 0 -1 1077944384 71 0 0 0 0 0 0 0 20 0 33 0 113977405 15565733888 2945722 33554432000 4194304 4196468 140727520511552 139748725662720 139749537986261 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15269888 140727520515169 140727520515355 140727520515355 140727520518095 0
[pid=16503/tid=16517] ppid=16500 vsize=15200912 memory=932 CPUtime=0 cores=0-7
/proc/16503/task/16517/stat : 16517 (java) S 16500 16503 15472 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 33 0 113977407 15565733888 2945722 33554432000 4194304 4196468 140727520511552 139748724611280 139749537994651 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15269888 140727520515169 140727520515355 140727520515355 140727520518095 0
[pid=16503/tid=16518] ppid=16500 vsize=15200912 memory=1572 CPUtime=0.91 cores=0-7
/proc/16503/task/16518/stat : 16518 (java) S 16500 16503 15472 0 -1 1077944384 5611 0 0 0 89 2 0 0 20 0 33 0 113977407 15565733888 2945722 33554432000 4194304 4196468 140727520511552 139748723558944 139749537986261 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15269888 140727520515169 140727520515355 140727520515355 140727520518095 0
[pid=16503/tid=16519] ppid=16500 vsize=15200912 memory=2244 CPUtime=1.13 cores=0-7
/proc/16503/task/16519/stat : 16519 (java) S 16500 16503 15472 0 -1 1077944384 8175 0 0 0 111 2 0 0 20 0 33 0 113977407 15565733888 2945722 33554432000 4194304 4196468 140727520511552 139748722506112 139749537986261 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15269888 140727520515169 140727520515355 140727520515355 140727520518095 0
[pid=16503/tid=16520] ppid=16500 vsize=15200912 memory=4124 CPUtime=0.96 cores=0-7
/proc/16503/task/16520/stat : 16520 (java) S 16500 16503 15472 0 -1 1077944384 5505 0 0 0 94 2 0 0 20 0 33 0 113977407 15565733888 2945722 33554432000 4194304 4196468 140727520511552 139748721453856 139749537986261 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15269888 140727520515169 140727520515355 140727520515355 140727520518095 0
[pid=16503/tid=16521] ppid=16500 vsize=15200912 memory=2208 CPUtime=0.86 cores=0-7
/proc/16503/task/16521/stat : 16521 (java) S 16500 16503 15472 0 -1 1077944384 15890 0 0 0 80 6 0 0 20 0 33 0 113977407 15565733888 2945722 33554432000 4194304 4196468 140727520511552 139748720401312 139749537986261 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15269888 140727520515169 140727520515355 140727520515355 140727520518095 0
[pid=16503/tid=16522] ppid=16500 vsize=15200912 memory=6508 CPUtime=0 cores=0-7
/proc/16503/task/16522/stat : 16522 (java) S 16500 16503 15472 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 33 0 113977408 15565733888 2945722 33554432000 4194304 4196468 140727520511552 139748719347936 139749537986261 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15269888 140727520515169 140727520515355 140727520515355 140727520518095 0
[pid=16503/tid=16523] ppid=16500 vsize=15200912 memory=6791534058613427641 CPUtime=0.18 cores=0-7
/proc/16503/task/16523/stat : 16523 (java) S 16500 16503 15472 0 -1 1077944384 2256 0 0 0 7 11 0 0 20 0 33 0 113977408 15565733888 2945722 33554432000 4194304 4196468 140727520511552 139748718295472 139749537987202 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15269888 140727520515169 140727520515355 140727520515355 140727520518095 0
[pid=16503/tid=16524] ppid=16500 vsize=15200912 memory=3472467914875249745 CPUtime=0 cores=0-7
/proc/16503/task/16524/stat : 16524 (java) S 16500 16503 15472 0 -1 1077944384 31 0 0 0 0 0 0 0 20 0 33 0 113993724 15565733888 2945722 33554432000 4194304 4196468 140727520511552 139748708008704 139749537986261 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15269888 140727520515169 140727520515355 140727520515355 140727520518095 0
[pid=16503/tid=16525] ppid=16500 vsize=15200912 memory=6944656592455097440 CPUtime=0.06 cores=0-7
/proc/16503/task/16525/stat : 16525 (java) S 16500 16503 15472 0 -1 1077944384 1344 0 0 0 3 3 0 0 20 0 33 0 113993736 15565733888 2945722 33554432000 4194304 4196468 140727520511552 139748142474272 139749537986261 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 1 0 0 6293624 6294260 15269888 140727520515169 140727520515355 140727520515355 140727520518095 0
[pid=16503/tid=16526] ppid=16500 vsize=15200912 memory=6655300316396806240 CPUtime=9.02 cores=0-7
/proc/16503/task/16526/stat : 16526 (java) S 16500 16503 15472 0 -1 1077944384 9055 0 0 0 894 8 0 0 20 0 33 0 113993746 15565733888 2945722 33554432000 4194304 4196468 140727520511552 139748139315952 139749537986261 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 3 0 0 6293624 6294260 15269888 140727520515169 140727520515355 140727520515355 140727520518095 0
[pid=16503/tid=16527] ppid=16500 vsize=15200912 memory=6944656592455097440 CPUtime=9.05 cores=0-7
/proc/16503/task/16527/stat : 16527 (java) S 16500 16503 15472 0 -1 1077944384 10804 0 0 0 897 8 0 0 20 0 33 0 113993746 15565733888 2945722 33554432000 4194304 4196468 140727520511552 139748138263792 139749537986261 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 4 0 0 6293624 6294260 15269888 140727520515169 140727520515355 140727520515355 140727520518095 0
[pid=16503/tid=16528] ppid=16500 vsize=15200912 memory=6944656592455097440 CPUtime=9.06 cores=0-7
/proc/16503/task/16528/stat : 16528 (java) S 16500 16503 15472 0 -1 1077944384 4165 0 0 0 881 25 0 0 20 0 33 0 113993747 15565733888 2945722 33554432000 4194304 4196468 140727520511552 139748137210320 139749537986261 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 2 0 0 6293624 6294260 15269888 140727520515169 140727520515355 140727520515355 140727520518095 0
[pid=16503/tid=16529] ppid=16500 vsize=15200912 memory=6944652177228980320 CPUtime=9.01 cores=0-7
/proc/16503/task/16529/stat : 16529 (java) S 16500 16503 15472 0 -1 1077944384 5192 0 0 0 890 11 0 0 20 0 33 0 113993749 15565733888 2945722 33554432000 4194304 4196468 140727520511552 139748136154064 139749537986261 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 1 0 0 6293624 6294260 15269888 140727520515169 140727520515355 140727520515355 140727520518095 0
[pid=16503/tid=16530] ppid=16500 vsize=15200912 memory=6655300316396806240 CPUtime=9.03 cores=0-7
/proc/16503/task/16530/stat : 16530 (java) S 16500 16503 15472 0 -1 1077944384 2608 0 0 0 894 9 0 0 20 0 33 0 113993749 15565733888 2945722 33554432000 4194304 4196468 140727520511552 139748135108560 139749537986261 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 2 0 0 6293624 6294260 15269888 140727520515169 140727520515355 140727520515355 140727520518095 0
[pid=16503/tid=16531] ppid=16500 vsize=15200912 memory=11782824 CPUtime=9.08 cores=0-7
/proc/16503/task/16531/stat : 16531 (java) S 16500 16503 15472 0 -1 1077944384 3639 0 0 0 885 23 0 0 20 0 33 0 113993750 15565733888 2945722 33554432000 4194304 4196468 140727520511552 139748134051872 139749537986261 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 3 0 0 6293624 6294260 15269888 140727520515169 140727520515355 140727520515355 140727520518095 0
[pid=16503/tid=16532] ppid=16500 vsize=15200912 memory=11782808 CPUtime=9.01 cores=0-7
/proc/16503/task/16532/stat : 16532 (java) S 16500 16503 15472 0 -1 1077944384 2817 0 0 0 891 10 0 0 20 0 33 0 113993750 15565733888 2945722 33554432000 4194304 4196468 140727520511552 139748133000048 139749537986261 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 1 0 0 6293624 6294260 15269888 140727520515169 140727520515355 140727520515355 140727520518095 0
[pid=16503/tid=16533] ppid=16500 vsize=15200912 memory=6724 CPUtime=9.09 cores=0-7
/proc/16503/task/16533/stat : 16533 (java) S 16500 16503 15472 0 -1 1077944384 4128 0 0 0 898 11 0 0 20 0 33 0 113993750 15565733888 2945722 33554432000 4194304 4196468 140727520511552 139748131943520 139749537986261 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 2 0 0 6293624 6294260 15269888 140727520515169 140727520515355 140727520515355 140727520518095 0
[pid=16503/tid=16534] ppid=16500 vsize=15200912 memory=8932 CPUtime=0 cores=0-7
/proc/16503/task/16534/stat : 16534 (java) S 16500 16503 15472 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 33 0 113993750 15565733888 2945722 33554432000 4194304 4196468 140727520511552 139748130903200 139749537986261 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15269888 140727520515169 140727520515355 140727520515355 140727520518095 0
[pid=16503/tid=16535] ppid=16500 vsize=15200912 memory=11140 CPUtime=0 cores=0-7
/proc/16503/task/16535/stat : 16535 (java) S 16500 16503 15472 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 33 0 113993750 15565733888 2945722 33554432000 4194304 4196468 140727520511552 139748129850656 139749537986261 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15269888 140727520515169 140727520515355 140727520515355 140727520518095 0
[pid=16503/tid=16536] ppid=16500 vsize=15200912 memory=11204 CPUtime=0 cores=0-7
/proc/16503/task/16536/stat : 16536 (java) S 16500 16503 15472 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 33 0 113993750 15565733888 2945722 33554432000 4194304 4196468 140727520511552 139748128798112 139749537986261 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15269888 140727520515169 140727520515355 140727520515355 140727520518095 0
Current children cumulated CPU time: 1524.78 s
Current children cumulated vsize: 15200912 KiB
Current children cumulated memory: 11782888 KiB

[startup+419.502 s]
/proc/loadavg: 3.78 3.14 2.53 2/211 16536
/proc/meminfo: memFree=15834328/32770624 swapFree=67108860/67108860
[pid=16503] ppid=16500 vsize=15401632 memory=11783660 CPUtime=1525.13 cores=0-7
/proc/16503/stat : 16503 (java) S 16500 16503 15472 0 -1 1077944320 1256979 0 0 0 149650 2863 0 0 20 0 37 0 113977402 15771271168 2945915 33554432000 4194304 4196468 140727520511552 140727520494096 139749537976055 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 15269888 140727520515169 140727520515355 140727520515355 140727520518095 0
/proc/16503/statm: 3850408 2945915 3852 1 0 3838123 0
[pid=16503/tid=16505] ppid=16500 vsize=15401632 memory=11782888 CPUtime=125.81 cores=0-7
/proc/16503/task/16505/stat : 16505 (java) S 16500 16503 15472 0 -1 1077944384 53318 0 0 0 12480 101 0 0 20 0 37 0 113977402 15771271168 2945915 33554432000 4194304 4196468 140727520511552 139749542218928 139749537986261 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15269888 140727520515169 140727520515355 140727520515355 140727520518095 0
[pid=16503/tid=16506] ppid=16500 vsize=15401632 memory=11782884 CPUtime=148.27 cores=0-7
/proc/16503/task/16506/stat : 16506 (java) S 16500 16503 15472 0 -1 1077944384 106289 0 0 0 14498 329 0 0 20 0 37 0 113977403 15771271168 2945915 33554432000 4194304 4196468 140727520511552 139749453043984 139749537986261 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 32 0 0 6293624 6294260 15269888 140727520515169 140727520515355 140727520515355 140727520518095 0
[pid=16503/tid=16507] ppid=16500 vsize=15401632 memory=11782884 CPUtime=148.67 cores=0-7
/proc/16503/task/16507/stat : 16507 (java) S 16500 16503 15472 0 -1 1077944384 109464 0 0 0 14548 319 0 0 20 0 37 0 113977403 15771271168 2945915 33554432000 4194304 4196468 140727520511552 139749451991440 139749537986261 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 35 0 0 6293624 6294260 15269888 140727520515169 140727520515355 140727520515355 140727520518095 0
[pid=16503/tid=16508] ppid=16500 vsize=15401632 memory=11782888 CPUtime=148.71 cores=0-7
/proc/16503/task/16508/stat : 16508 (java) S 16500 16503 15472 0 -1 1077944384 107809 0 0 0 14552 319 0 0 20 0 37 0 113977403 15771271168 2945915 33554432000 4194304 4196468 140727520511552 139749450938896 139749537986261 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 33 0 0 6293624 6294260 15269888 140727520515169 140727520515355 140727520515355 140727520518095 0
[pid=16503/tid=16509] ppid=16500 vsize=15401632 memory=11782888 CPUtime=147.94 cores=0-7
/proc/16503/task/16509/stat : 16509 (java) S 16500 16503 15472 0 -1 1077944384 113575 0 0 0 14479 315 0 0 20 0 37 0 113977403 15771271168 2945915 33554432000 4194304 4196468 140727520511552 139749449886352 139749537986261 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 36 0 0 6293624 6294260 15269888 140727520515169 140727520515355 140727520515355 140727520518095 0
[pid=16503/tid=16510] ppid=16500 vsize=15401632 memory=11782888 CPUtime=148.5 cores=0-7
/proc/16503/task/16510/stat : 16510 (java) S 16500 16503 15472 0 -1 1077944384 133608 0 0 0 14518 332 0 0 20 0 37 0 113977403 15771271168 2945915 33554432000 4194304 4196468 140727520511552 139749448833808 139749537986261 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 41 0 0 6293624 6294260 15269888 140727520515169 140727520515355 140727520515355 140727520518095 0
[pid=16503/tid=16511] ppid=16500 vsize=15401632 memory=11782888 CPUtime=148.62 cores=0-7
/proc/16503/task/16511/stat : 16511 (java) S 16500 16503 15472 0 -1 1077944384 140153 0 0 0 14534 328 0 0 20 0 37 0 113977403 15771271168 2945915 33554432000 4194304 4196468 140727520511552 139749447781264 139749537986261 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 34 0 0 6293624 6294260 15269888 140727520515169 140727520515355 140727520515355 140727520518095 0
[pid=16503/tid=16512] ppid=16500 vsize=15401632 memory=11782888 CPUtime=148.65 cores=0-7
/proc/16503/task/16512/stat : 16512 (java) S 16500 16503 15472 0 -1 1077944384 87248 0 0 0 14560 305 0 0 20 0 37 0 113977403 15771271168 2945915 33554432000 4194304 4196468 140727520511552 139749446728720 139749537986261 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 36 0 0 6293624 6294260 15269888 140727520515169 140727520515355 140727520515355 140727520518095 0
[pid=16503/tid=16513] ppid=16500 vsize=15401632 memory=139636634630657 CPUtime=148.69 cores=0-7
/proc/16503/task/16513/stat : 16513 (java) S 16500 16503 15472 0 -1 1077944384 89692 0 0 0 14562 307 0 0 20 0 37 0 113977403 15771271168 2945915 33554432000 4194304 4196468 140727520511552 139749445676176 139749537986261 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 37 0 0 6293624 6294260 15269888 140727520515169 140727520515355 140727520515355 140727520518095 0
[pid=16503/tid=16514] ppid=16500 vsize=15401632 memory=6791534058613427641 CPUtime=134.28 cores=0-7
/proc/16503/task/16514/stat : 16514 (java) S 16500 16503 15472 0 -1 1077944384 230470 0 0 0 13355 73 0 0 20 0 37 0 113977404 15771271168 2945915 33554432000 4194304 4196468 140727520511552 139748727769072 139749537987202 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15269888 140727520515169 140727520515355 140727520515355 140727520518095 0
[pid=16503/tid=16515] ppid=16500 vsize=15401632 memory=0 CPUtime=0 cores=0-7
/proc/16503/task/16515/stat : 16515 (java) S 16500 16503 15472 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 37 0 113977405 15771271168 2945915 33554432000 4194304 4196468 140727520511552 139748726715360 139749537986261 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15269888 140727520515169 140727520515355 140727520515355 140727520518095 0
[pid=16503/tid=16516] ppid=16500 vsize=15401632 memory=4144 CPUtime=0 cores=0-7
/proc/16503/task/16516/stat : 16516 (java) S 16500 16503 15472 0 -1 1077944384 71 0 0 0 0 0 0 0 20 0 37 0 113977405 15771271168 2945915 33554432000 4194304 4196468 140727520511552 139748725662720 139749537986261 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15269888 140727520515169 140727520515355 140727520515355 140727520518095 0
[pid=16503/tid=16517] ppid=16500 vsize=15401632 memory=32312 CPUtime=0 cores=0-7
/proc/16503/task/16517/stat : 16517 (java) S 16500 16503 15472 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 37 0 113977407 15771271168 2945915 33554432000 4194304 4196468 140727520511552 139748724611280 139749537994651 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15269888 140727520515169 140727520515355 140727520515355 140727520518095 0
[pid=16503/tid=16518] ppid=16500 vsize=15401632 memory=11782888 CPUtime=0.91 cores=0-7
/proc/16503/task/16518/stat : 16518 (java) D 16500 16503 15472 0 -1 4202560 5714 0 0 0 89 2 0 0 20 0 37 0 113977407 15771271168 2945915 33554432000 4194304 4196468 140727520511552 139748723550944 139749517403729 0 4 0 16800975 18446744071582151416 0 0 -1 0 0 0 0 0 0 6293624 6294260 15269888 140727520515169 140727520515355 140727520515355 140727520518095 0
[pid=16503/tid=16519] ppid=16500 vsize=15401632 memory=11782888 CPUtime=1.13 cores=0-7
/proc/16503/task/16519/stat : 16519 (java) S 16500 16503 15472 0 -1 1077944384 8180 0 0 0 111 2 0 0 20 0 37 0 113977407 15771271168 2945915 33554432000 4194304 4196468 140727520511552 139748722506352 139749537987202 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15269888 140727520515169 140727520515355 140727520515355 140727520518095 0
[pid=16503/tid=16520] ppid=16500 vsize=15401632 memory=11782888 CPUtime=0.96 cores=0-7
/proc/16503/task/16520/stat : 16520 (java) D 16500 16503 15472 0 -1 4202560 5536 0 0 0 94 2 0 0 20 0 37 0 113977407 15771271168 2945915 33554432000 4194304 4196468 140727520511552 139748721454104 139749515803293 0 4 0 16800975 18446744071582151416 0 0 -1 0 0 0 0 0 0 6293624 6294260 15269888 140727520515169 140727520515355 140727520515355 140727520518095 0
[pid=16503/tid=16521] ppid=16500 vsize=15401632 memory=648 CPUtime=0.87 cores=0-7
/proc/16503/task/16521/stat : 16521 (java) S 16500 16503 15472 0 -1 1077944384 16447 0 0 0 81 6 0 0 20 0 37 0 113977407 15771271168 2945915 33554432000 4194304 4196468 140727520511552 139748720401264 139749537987202 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15269888 140727520515169 140727520515355 140727520515355 140727520518095 0
[pid=16503/tid=16522] ppid=16500 vsize=15401632 memory=17 CPUtime=0 cores=0-7
/proc/16503/task/16522/stat : 16522 (java) S 16500 16503 15472 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 37 0 113977408 15771271168 2945915 33554432000 4194304 4196468 140727520511552 139748719347936 139749537986261 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15269888 140727520515169 140727520515355 140727520515355 140727520518095 0
[pid=16503/tid=16523] ppid=16500 vsize=15401632 memory=0 CPUtime=0.18 cores=0-7
/proc/16503/task/16523/stat : 16523 (java) S 16500 16503 15472 0 -1 1077944384 2256 0 0 0 7 11 0 0 20 0 37 0 113977408 15771271168 2945915 33554432000 4194304 4196468 140727520511552 139748718295472 139749537987202 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15269888 140727520515169 140727520515355 140727520515355 140727520518095 0
[pid=16503/tid=16524] ppid=16500 vsize=15401632 memory=11311268 CPUtime=0 cores=0-7
/proc/16503/task/16524/stat : 16524 (java) S 16500 16503 15472 0 -1 1077944384 31 0 0 0 0 0 0 0 20 0 37 0 113993724 15771271168 2945915 33554432000 4194304 4196468 140727520511552 139748708008704 139749537986261 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15269888 140727520515169 140727520515355 140727520515355 140727520518095 0
[pid=16503/tid=16525] ppid=16500 vsize=15401632 memory=11311268 CPUtime=0.06 cores=0-7
/proc/16503/task/16525/stat : 16525 (java) S 16500 16503 15472 0 -1 1077944384 1364 0 0 0 3 3 0 0 20 0 37 0 113993736 15771271168 2945915 33554432000 4194304 4196468 140727520511552 139748142474256 139749537987202 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 1 0 0 6293624 6294260 15269888 140727520515169 140727520515355 140727520515355 140727520518095 0
[pid=16503/tid=16526] ppid=16500 vsize=15401632 memory=-8316900901535099443 CPUtime=9.06 cores=0-7
/proc/16503/task/16526/stat : 16526 (java) D 16500 16503 15472 0 -1 4202560 9089 0 0 0 898 8 0 0 20 0 37 0 113993746 15771271168 2945915 33554432000 4194304 4196468 140727520511552 139748139316504 139749126121309 0 4 0 16800975 18446744071582151416 0 0 -1 5 0 0 3 0 0 6293624 6294260 15269888 140727520515169 140727520515355 140727520515355 140727520518095 0
[pid=16503/tid=16527] ppid=16500 vsize=15401632 memory=279273269384016 CPUtime=9.09 cores=0-7
/proc/16503/task/16527/stat : 16527 (java) R 16500 16503 15472 0 -1 4202560 10829 0 0 0 901 8 0 0 20 0 37 0 113993746 15771271168 2945915 33554432000 4194304 4196468 140727520511552 139748138263824 139749130782278 0 4 0 16800975 0 0 0 -1 4 0 0 4 0 0 6293624 6294260 15269888 140727520515169 140727520515355 140727520515355 140727520518095 0
[pid=16503/tid=16528] ppid=16500 vsize=15401632 memory=11782888 CPUtime=9.1 cores=0-7
/proc/16503/task/16528/stat : 16528 (java) D 16500 16503 15472 0 -1 4202560 4265 0 0 0 885 25 0 0 20 0 37 0 113993747 15771271168 2945915 33554432000 4194304 4196468 140727520511552 139748137211080 139749130435203 0 4 0 16800975 18446744071582151416 0 0 -1 6 0 0 2 0 0 6293624 6294260 15269888 140727520515169 140727520515355 140727520515355 140727520518095 0
[pid=16503/tid=16529] ppid=16500 vsize=15401632 memory=1296 CPUtime=9.06 cores=0-7
/proc/16503/task/16529/stat : 16529 (java) R 16500 16503 15472 0 -1 4202560 5235 0 0 0 895 11 0 0 20 0 37 0 113993749 15771271168 2945915 33554432000 4194304 4196468 140727520511552 139748136154064 139749524044180 0 4 0 16800975 0 0 0 -1 3 0 0 1 0 0 6293624 6294260 15269888 140727520515169 140727520515355 140727520515355 140727520518095 0
[pid=16503/tid=16530] ppid=16500 vsize=15401632 memory=6791534058613427641 CPUtime=9.04 cores=0-7
/proc/16503/task/16530/stat : 16530 (java) S 16500 16503 15472 0 -1 1077944384 3940 0 0 0 895 9 0 0 20 0 37 0 113993749 15771271168 2945915 33554432000 4194304 4196468 140727520511552 139748135113376 139749537986261 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 2 0 0 6293624 6294260 15269888 140727520515169 140727520515355 140727520515355 140727520518095 0
[pid=16503/tid=16531] ppid=16500 vsize=15401632 memory=11782824 CPUtime=9.12 cores=0-7
/proc/16503/task/16531/stat : 16531 (java) D 16500 16503 15472 0 -1 4202560 3697 0 0 0 889 23 0 0 20 0 37 0 113993750 15771271168 2945915 33554432000 4194304 4196468 140727520511552 139748134052632 139749130435203 0 4 0 16800975 18446744071582151416 0 0 -1 7 0 0 3 0 0 6293624 6294260 15269888 140727520515169 140727520515355 140727520515355 140727520518095 0
[pid=16503/tid=16532] ppid=16500 vsize=15401632 memory=1156 CPUtime=9.04 cores=0-7
/proc/16503/task/16532/stat : 16532 (java) D 16500 16503 15472 0 -1 4202560 2849 0 0 0 894 10 0 0 20 0 37 0 113993750 15771271168 2945915 33554432000 4194304 4196468 140727520511552 139748133000216 139749126121309 0 4 0 16800975 18446744071582151416 0 0 -1 2 0 0 1 0 0 6293624 6294260 15269888 140727520515169 140727520515355 140727520515355 140727520518095 0
[pid=16503/tid=16533] ppid=16500 vsize=15401632 memory=4144 CPUtime=9.12 cores=0-7
/proc/16503/task/16533/stat : 16533 (java) R 16500 16503 15472 0 -1 4202560 4154 0 0 0 901 11 0 0 20 0 37 0 113993750 15771271168 2945915 33554432000 4194304 4196468 140727520511552 139748131947248 139749130782439 0 4 0 16800975 0 0 0 -1 1 0 0 2 0 0 6293624 6294260 15269888 140727520515169 140727520515355 140727520515355 140727520518095 0
[pid=16503/tid=16534] ppid=16500 vsize=15401632 memory=32312 CPUtime=0 cores=0-7
/proc/16503/task/16534/stat : 16534 (java) S 16500 16503 15472 0 -1 1077944384 80 0 0 0 0 0 0 0 20 0 37 0 113993750 15771271168 2945915 33554432000 4194304 4196468 140727520511552 139748130903200 139749537986261 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15269888 140727520515169 140727520515355 140727520515355 140727520518095 0
[pid=16503/tid=16535] ppid=16500 vsize=15401632 memory=1296 CPUtime=0 cores=0-7
/proc/16503/task/16535/stat : 16535 (java) S 16500 16503 15472 0 -1 1077944384 135 0 0 0 0 0 0 0 20 0 37 0 113993750 15771271168 2945915 33554432000 4194304 4196468 140727520511552 139748129848496 139749537986261 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15269888 140727520515169 140727520515355 140727520515355 140727520518095 0
[pid=16503/tid=16536] ppid=16500 vsize=15401632 memory=0 CPUtime=0 cores=0-7
/proc/16503/task/16536/stat : 16536 (java) S 16500 16503 15472 0 -1 1077944384 75 0 0 0 0 0 0 0 20 0 37 0 113993750 15771271168 2945915 33554432000 4194304 4196468 140727520511552 139748128798112 139749537986261 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15269888 140727520515169 140727520515355 140727520515355 140727520518095 0
Current children cumulated CPU time: 1525.13 s
Current children cumulated vsize: 15401632 KiB
Current children cumulated memory: 11783660 KiB

Child status: 1
Real time (s): 419.574
CPU time (s): 1525.24
CPU user time (s): 1496.53
CPU system time (s): 28.7081
CPU usage (%): 363.521
Max. virtual memory (cumulated for all children) (KiB): 15401632
Max. memory (cumulated for all children) (KiB): 11783660

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1496.53
system time used= 28.7081
maximum resident set size= 11784316
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1257191
page faults= 0
swaps= 0
block input operations= 0
block output operations= 752
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 36192
involuntary context switches= 24056


# summary of solver processes directly reported to runsolver:
#   pid: 16503
#   total CPU time (s): 1525.24
#   total CPU user time (s): 1496.53
#   total CPU system time (s): 28.7081

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.36453 second user time and 4.6068 second system time

The end

Launcher Data

Begin job on node149 at 2017-08-15 16:41:46
IDJOB=4274901
IDBENCH=138054
IDSOLVER=2668
FILE ID=node149/4274901-1502808965
RUNJOBID= node149-1502796940-15499
PBS_JOBID= 20629816
Free space on /tmp= 61852 MiB

SOLVER NAME= OscaR - Parallel with EPS 2017-07-26
BENCH NAME= XCSP17/BinPacking/BinPacking-tab-sw120/BinPacking-tab-sw120-10.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-4274901-1502808965/watcher-4274901-1502808965 -o /tmp/evaluation-result-4274901-1502808965/solver-4274901-1502808965 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node149-1502796940-15499 --watchdog 2580  java -Xmx11000m -jar oscar-cp-xcsp3-parallel.jar --randomseed 1846954807 --timelimit 20160 --memlimit 11000 --nbcore 8 HOME/instance-4274901-1502808965.xml

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

MD5SUM BENCH= 67f07639019614dd1d008c87f8253383
RANDOM SEED=1846954807

node149.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.43
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.43
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.43
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.43
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:        27624904 kB
MemAvailable:   31968932 kB
Buffers:          323780 kB
Cached:          4292552 kB
SwapCached:            0 kB
Active:          1317296 kB
Inactive:        3353700 kB
Active(anon):      57624 kB
Inactive(anon):    24956 kB
Active(file):    1259672 kB
Inactive(file):  3328744 kB
Unevictable:        6348 kB
Mlocked:            6348 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:            132180 kB
Writeback:             0 kB
AnonPages:         70904 kB
Mapped:            46336 kB
Shmem:             25224 kB
Slab:             169840 kB
SReclaimable:     142896 kB
SUnreclaim:        26944 kB
KernelStack:        3232 kB
PageTables:         4680 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     324320 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     16384 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:       97664 kB
DirectMap2M:    33447936 kB

Free space on /tmp at the end= 61808 MiB
End job on node149 at 2017-08-15 16:48:46