Trace number 4274904

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? 1011.76 353.98199

General information on the benchmark

NameBinPacking/BinPacking-tab-sw120/
BinPacking-tab-sw120-50.xml
MD5SUM53b1156e30bb035a294b23873bcaa6f4
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark2400.08
Satisfiable
(Un)Satisfiability was proved
Number of variables133
Number of constraints25
Number of domains2
Minimum domain size23
Maximum domain size47
Distribution of domain sizes[{"size":23,"count":1},{"size":47,"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.30/0.25	c version: 2017-07-26
0.30/0.25	c seed: 922588311
0.30/0.25	c timeout: 20160
0.30/0.25	c memlimit: 11000
0.30/0.25	c nbcore: 8
0.30/0.28	c Parsing instance...
15.96/8.60	c Parsing done, starting search...
757.83/293.63	d EXCEPTION Ask timed out on [Actor[akka://solving/user/$a#1480389398]] after [120000 ms]. Sender[null] sent message of type "oscar.modeling.solvers.cp.distributed.HelloMessage".
757.83/293.67	c akka.pattern.PromiseActorRef$$anonfun$1.apply$mcV$sp(AskSupport.scala:604)
757.83/293.67	c akka.actor.Scheduler$$anon$4.run(Scheduler.scala:122)
757.83/293.67	c scala.concurrent.Future$InternalCallbackExecutor$.unbatchedExecute(Future.scala:599)
757.83/293.67	c scala.concurrent.BatchingExecutor$class.execute(BatchingExecutor.scala:109)
757.83/293.67	c scala.concurrent.Future$InternalCallbackExecutor$.execute(Future.scala:597)
757.83/293.67	c akka.actor.LightArrayRevolverScheduler$TaskHolder.executeTask(LightArrayRevolverScheduler.scala:322)
757.83/293.67	c akka.actor.LightArrayRevolverScheduler$$anon$4.executeBucket$1(LightArrayRevolverScheduler.scala:274)
757.83/293.67	c akka.actor.LightArrayRevolverScheduler$$anon$4.nextTick(LightArrayRevolverScheduler.scala:278)
757.83/293.67	c akka.actor.LightArrayRevolverScheduler$$anon$4.run(LightArrayRevolverScheduler.scala:230)
757.83/293.67	c java.lang.Thread.run(Thread.java:748)
757.83/293.67	s UNKNOWN
1011.21/353.88	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 (14945 MiB free)
  memory of node 1: 16384 MiB (15616 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4274904-1502809525/watcher-4274904-1502809525 -o /tmp/evaluation-result-4274904-1502809525/solver-4274904-1502809525 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node106-1502808215-16353 --watchdog 2580 java -Xmx11000m -jar oscar-cp-xcsp3-parallel.jar --randomseed 922588311 --timelimit 20160 --memlimit 11000 --nbcore 8 HOME/instance-4274904-1502809525.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=16552, runsolver pid=16549
Current StackSize limit: 8192 KiB


[startup+0.100161 s]*
/proc/loadavg: 1.80 3.33 5.86 2/199 16572
/proc/meminfo: memFree=31276612/32770624 swapFree=67108860/67108860
[pid=16552] ppid=16549 vsize=14325320 memory=34052 CPUtime=0.12 cores=0-7
/proc/16552/stat : 16552 (java) S 16549 16552 16326 0 -1 1077944320 8401 0 0 0 11 1 0 0 20 0 20 0 114040350 14669127680 8513 33554432000 4194304 4196468 140736139104880 140736139087424 139730715246327 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 34975744 140736139109474 140736139109659 140736139109659 140736139112399 0
/proc/16552/statm: 3581330 8513 3412 1 0 3569050 0
[pid=16552/tid=16554] ppid=16549 vsize=14325320 memory=4134930498285298233 CPUtime=0.09 cores=0-7
/proc/16552/task/16554/stat : 16554 (java) R 16549 16552 16326 0 -1 4202560 6351 0 0 0 8 1 0 0 20 0 20 0 114040350 14669127680 8513 33554432000 4194304 4196468 140736139104880 139730719443280 139730715268253 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 34975744 140736139109474 140736139109659 140736139109659 140736139112399 0
[pid=16552/tid=16555] ppid=16549 vsize=14325320 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/16552/task/16555/stat : 16555 (java) S 16549 16552 16326 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114040351 14669127680 8513 33554432000 4194304 4196468 140736139104880 139730667867280 139730715256533 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34975744 140736139109474 140736139109659 140736139109659 140736139112399 0
[pid=16552/tid=16556] ppid=16549 vsize=14325320 memory=140032647419520 CPUtime=0 cores=0-7
/proc/16552/task/16556/stat : 16556 (java) S 16549 16552 16326 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 114040351 14669127680 8513 33554432000 4194304 4196468 140736139104880 139730666814480 139730715256533 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34975744 140736139109474 140736139109659 140736139109659 140736139112399 0
[pid=16552/tid=16557] ppid=16549 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/16552/task/16557/stat : 16557 (java) S 16549 16552 16326 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 114040351 14669127680 8513 33554432000 4194304 4196468 140736139104880 139730665761680 139730715256533 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34975744 140736139109474 140736139109659 140736139109659 140736139112399 0
[pid=16552/tid=16558] ppid=16549 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/16552/task/16558/stat : 16558 (java) S 16549 16552 16326 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114040351 14669127680 8513 33554432000 4194304 4196468 140736139104880 139730664708880 139730715256533 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34975744 140736139109474 140736139109659 140736139109659 140736139112399 0
[pid=16552/tid=16559] ppid=16549 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/16552/task/16559/stat : 16559 (java) S 16549 16552 16326 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 114040351 14669127680 8513 33554432000 4194304 4196468 140736139104880 139730663656080 139730715256533 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34975744 140736139109474 140736139109659 140736139109659 140736139112399 0
[pid=16552/tid=16560] ppid=16549 vsize=14325320 memory=-1 CPUtime=0 cores=0-7
/proc/16552/task/16560/stat : 16560 (java) S 16549 16552 16326 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114040351 14669127680 8513 33554432000 4194304 4196468 140736139104880 139730662603280 139730715256533 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34975744 140736139109474 140736139109659 140736139109659 140736139112399 0
[pid=16552/tid=16561] ppid=16549 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/16552/task/16561/stat : 16561 (java) S 16549 16552 16326 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 114040351 14669127680 8513 33554432000 4194304 4196468 140736139104880 139730661550480 139730715256533 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34975744 140736139109474 140736139109659 140736139109659 140736139112399 0
[pid=16552/tid=16562] ppid=16549 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/16552/task/16562/stat : 16562 (java) S 16549 16552 16326 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114040351 14669127680 8513 33554432000 4194304 4196468 140736139104880 139730660497680 139730715256533 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34975744 140736139109474 140736139109659 140736139109659 140736139112399 0
[pid=16552/tid=16563] ppid=16549 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/16552/task/16563/stat : 16563 (java) S 16549 16552 16326 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 114040352 14669127680 8513 33554432000 4194304 4196468 140736139104880 139730038504304 139730715257474 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34975744 140736139109474 140736139109659 140736139109659 140736139112399 0
[pid=16552/tid=16564] ppid=16549 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/16552/task/16564/stat : 16564 (java) S 16549 16552 16326 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 114040353 14669127680 8513 33554432000 4194304 4196468 140736139104880 139730037450272 139730715256533 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34975744 140736139109474 140736139109659 140736139109659 140736139112399 0
[pid=16552/tid=16565] ppid=16549 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/16552/task/16565/stat : 16565 (java) S 16549 16552 16326 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 114040353 14669127680 8513 33554432000 4194304 4196468 140736139104880 139730036397424 139730715256533 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34975744 140736139109474 140736139109659 140736139109659 140736139112399 0
[pid=16552/tid=16566] ppid=16549 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/16552/task/16566/stat : 16566 (java) S 16549 16552 16326 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114040355 14669127680 8513 33554432000 4194304 4196468 140736139104880 139730035345744 139730715264923 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34975744 140736139109474 140736139109659 140736139109659 140736139112399 0
[pid=16552/tid=16567] ppid=16549 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/16552/task/16567/stat : 16567 (java) S 16549 16552 16326 0 -1 1077944384 304 0 0 0 0 0 0 0 20 0 20 0 114040355 14669127680 8513 33554432000 4194304 4196468 140736139104880 139730034293104 139730715257474 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34975744 140736139109474 140736139109659 140736139109659 140736139112399 0
[pid=16552/tid=16568] ppid=16549 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/16552/task/16568/stat : 16568 (java) S 16549 16552 16326 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 114040355 14669127680 8513 33554432000 4194304 4196468 140736139104880 139730033240304 139730715257474 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34975744 140736139109474 140736139109659 140736139109659 140736139112399 0
[pid=16552/tid=16569] ppid=16549 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/16552/task/16569/stat : 16569 (java) S 16549 16552 16326 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 114040355 14669127680 8513 33554432000 4194304 4196468 140736139104880 139730032187504 139730715257474 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34975744 140736139109474 140736139109659 140736139109659 140736139112399 0
[pid=16552/tid=16570] ppid=16549 vsize=14325320 memory=0 CPUtime=0.02 cores=0-7
/proc/16552/task/16570/stat : 16570 (java) S 16549 16552 16326 0 -1 1077944384 360 0 0 0 2 0 0 0 20 0 20 0 114040355 14669127680 8513 33554432000 4194304 4196468 140736139104880 139730031134704 139730715257474 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34975744 140736139109474 140736139109659 140736139109659 140736139112399 0
[pid=16552/tid=16571] ppid=16549 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/16552/task/16571/stat : 16571 (java) S 16549 16552 16326 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 114040356 14669127680 8513 33554432000 4194304 4196468 140736139104880 139730030083168 139730715256533 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34975744 140736139109474 140736139109659 140736139109659 140736139112399 0
[pid=16552/tid=16572] ppid=16549 vsize=14325320 memory=-1 CPUtime=0 cores=0-7
/proc/16552/task/16572/stat : 16572 (java) S 16549 16552 16326 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114040356 14669127680 8513 33554432000 4194304 4196468 140736139104880 139730029030448 139730715257474 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34975744 140736139109474 140736139109659 140736139109659 140736139112399 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 14325320 KiB
Current children cumulated memory: 34052 KiB

[startup+0.210005 s]*
/proc/loadavg: 1.80 3.33 5.86 3/199 16572
/proc/meminfo: memFree=31268012/32770624 swapFree=67108860/67108860
[pid=16552] ppid=16549 vsize=14325320 memory=43204 CPUtime=0.3 cores=0-7
/proc/16552/stat : 16552 (java) S 16549 16552 16326 0 -1 1077944320 9412 0 0 0 27 3 0 0 20 0 20 0 114040350 14669127680 10801 33554432000 4194304 4196468 140736139104880 140736139087424 139730715246327 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 34975744 140736139109474 140736139109659 140736139109659 140736139112399 0
/proc/16552/statm: 3581330 10801 3630 1 0 3569050 0
[pid=16552/tid=16554] ppid=16549 vsize=14325320 memory=4026531975 CPUtime=0.19 cores=0-7
/proc/16552/task/16554/stat : 16554 (java) R 16549 16552 16326 0 -1 4202560 6981 0 0 0 17 2 0 0 20 0 20 0 114040350 14669127680 10801 33554432000 4194304 4196468 140736139104880 139730719465328 139730715268253 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 34975744 140736139109474 140736139109659 140736139109659 140736139112399 0
[pid=16552/tid=16555] ppid=16549 vsize=14325320 memory=13885 CPUtime=0 cores=0-7
/proc/16552/task/16555/stat : 16555 (java) S 16549 16552 16326 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114040351 14669127680 10801 33554432000 4194304 4196468 140736139104880 139730667867280 139730715256533 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34975744 140736139109474 140736139109659 140736139109659 140736139112399 0
[pid=16552/tid=16556] ppid=16549 vsize=14325320 memory=140032647923838 CPUtime=0 cores=0-7
/proc/16552/task/16556/stat : 16556 (java) S 16549 16552 16326 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 114040351 14669127680 10801 33554432000 4194304 4196468 140736139104880 139730666814480 139730715256533 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34975744 140736139109474 140736139109659 140736139109659 140736139112399 0
[pid=16552/tid=16557] ppid=16549 vsize=14325320 memory=-1 CPUtime=0 cores=0-7
/proc/16552/task/16557/stat : 16557 (java) S 16549 16552 16326 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 114040351 14669127680 10801 33554432000 4194304 4196468 140736139104880 139730665761680 139730715256533 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34975744 140736139109474 140736139109659 140736139109659 140736139112399 0
[pid=16552/tid=16558] ppid=16549 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/16552/task/16558/stat : 16558 (java) S 16549 16552 16326 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114040351 14669127680 10801 33554432000 4194304 4196468 140736139104880 139730664708880 139730715256533 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34975744 140736139109474 140736139109659 140736139109659 140736139112399 0
[pid=16552/tid=16559] ppid=16549 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/16552/task/16559/stat : 16559 (java) S 16549 16552 16326 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 114040351 14669127680 10801 33554432000 4194304 4196468 140736139104880 139730663656080 139730715256533 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34975744 140736139109474 140736139109659 140736139109659 140736139112399 0
[pid=16552/tid=16560] ppid=16549 vsize=14325320 memory=-1 CPUtime=0 cores=0-7
/proc/16552/task/16560/stat : 16560 (java) S 16549 16552 16326 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114040351 14669127680 10801 33554432000 4194304 4196468 140736139104880 139730662603280 139730715256533 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34975744 140736139109474 140736139109659 140736139109659 140736139112399 0
[pid=16552/tid=16561] ppid=16549 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/16552/task/16561/stat : 16561 (java) S 16549 16552 16326 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 114040351 14669127680 10801 33554432000 4194304 4196468 140736139104880 139730661550480 139730715256533 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34975744 140736139109474 140736139109659 140736139109659 140736139112399 0
[pid=16552/tid=16562] ppid=16549 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/16552/task/16562/stat : 16562 (java) S 16549 16552 16326 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114040351 14669127680 10801 33554432000 4194304 4196468 140736139104880 139730660497680 139730715256533 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34975744 140736139109474 140736139109659 140736139109659 140736139112399 0
[pid=16552/tid=16563] ppid=16549 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/16552/task/16563/stat : 16563 (java) S 16549 16552 16326 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 114040352 14669127680 10801 33554432000 4194304 4196468 140736139104880 139730038504304 139730715257474 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34975744 140736139109474 140736139109659 140736139109659 140736139112399 0
[pid=16552/tid=16564] ppid=16549 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/16552/task/16564/stat : 16564 (java) S 16549 16552 16326 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 114040353 14669127680 10801 33554432000 4194304 4196468 140736139104880 139730037450272 139730715256533 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34975744 140736139109474 140736139109659 140736139109659 140736139112399 0
[pid=16552/tid=16565] ppid=16549 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/16552/task/16565/stat : 16565 (java) S 16549 16552 16326 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 114040353 14669127680 10801 33554432000 4194304 4196468 140736139104880 139730036397424 139730715256533 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34975744 140736139109474 140736139109659 140736139109659 140736139112399 0
[pid=16552/tid=16566] ppid=16549 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/16552/task/16566/stat : 16566 (java) S 16549 16552 16326 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114040355 14669127680 10801 33554432000 4194304 4196468 140736139104880 139730035345744 139730715264923 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34975744 140736139109474 140736139109659 140736139109659 140736139112399 0
[pid=16552/tid=16567] ppid=16549 vsize=14325320 memory=0 CPUtime=0.01 cores=0-7
/proc/16552/task/16567/stat : 16567 (java) S 16549 16552 16326 0 -1 1077944384 470 0 0 0 1 0 0 0 20 0 20 0 114040355 14669127680 10801 33554432000 4194304 4196468 140736139104880 139730034293104 139730715257474 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34975744 140736139109474 140736139109659 140736139109659 140736139112399 0
[pid=16552/tid=16568] ppid=16549 vsize=14325320 memory=0 CPUtime=0.01 cores=0-7
/proc/16552/task/16568/stat : 16568 (java) R 16549 16552 16326 0 -1 1077944384 48 0 0 0 1 0 0 0 20 0 20 0 114040355 14669127680 10801 33554432000 4194304 4196468 140736139104880 139730033240304 139730715257474 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 34975744 140736139109474 140736139109659 140736139109659 140736139112399 0
[pid=16552/tid=16569] ppid=16549 vsize=14325320 memory=0 CPUtime=0.01 cores=0-7
/proc/16552/task/16569/stat : 16569 (java) S 16549 16552 16326 0 -1 1077944384 141 0 0 0 1 0 0 0 20 0 20 0 114040355 14669127680 10801 33554432000 4194304 4196468 140736139104880 139730032187504 139730715257474 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34975744 140736139109474 140736139109659 140736139109659 140736139112399 0
[pid=16552/tid=16570] ppid=16549 vsize=14325320 memory=0 CPUtime=0.05 cores=0-7
/proc/16552/task/16570/stat : 16570 (java) R 16549 16552 16326 0 -1 4202560 387 0 0 0 5 0 0 0 20 0 20 0 114040355 14669127680 10801 33554432000 4194304 4196468 140736139104880 139730031134704 139730695488833 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 34975744 140736139109474 140736139109659 140736139109659 140736139112399 0
[pid=16552/tid=16571] ppid=16549 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/16552/task/16571/stat : 16571 (java) S 16549 16552 16326 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 114040356 14669127680 10801 33554432000 4194304 4196468 140736139104880 139730030083168 139730715256533 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34975744 140736139109474 140736139109659 140736139109659 140736139112399 0
[pid=16552/tid=16572] ppid=16549 vsize=14325320 memory=-1 CPUtime=0 cores=0-7
/proc/16552/task/16572/stat : 16572 (java) S 16549 16552 16326 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114040356 14669127680 10801 33554432000 4194304 4196468 140736139104880 139730029030448 139730715257474 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34975744 140736139109474 140736139109659 140736139109659 140736139112399 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 14325320 KiB
Current children cumulated memory: 43204 KiB

[startup+0.309333 s]*
/proc/loadavg: 1.80 3.33 5.86 2/199 16572
/proc/meminfo: memFree=31261024/32770624 swapFree=67108860/67108860
[pid=16552] ppid=16549 vsize=14325340 memory=50852 CPUtime=0.48 cores=0-7
/proc/16552/stat : 16552 (java) S 16549 16552 16326 0 -1 1077944320 10473 0 0 0 44 4 0 0 20 0 20 0 114040350 14669148160 12713 33554432000 4194304 4196468 140736139104880 140736139087424 139730715246327 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 34975744 140736139109474 140736139109659 140736139109659 140736139112399 0
/proc/16552/statm: 3581335 12713 3702 1 0 3569050 0
[pid=16552/tid=16554] ppid=16549 vsize=14325340 memory=6791534058613427641 CPUtime=0.29 cores=0-7
/proc/16552/task/16554/stat : 16554 (java) R 16549 16552 16326 0 -1 4202560 7604 0 0 0 26 3 0 0 20 0 20 0 114040350 14669148160 12713 33554432000 4194304 4196468 140736139104880 139730719463360 139730335437645 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 34975744 140736139109474 140736139109659 140736139109659 140736139112399 0
[pid=16552/tid=16555] ppid=16549 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/16552/task/16555/stat : 16555 (java) S 16549 16552 16326 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114040351 14669148160 12713 33554432000 4194304 4196468 140736139104880 139730667867280 139730715256533 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34975744 140736139109474 140736139109659 140736139109659 140736139112399 0
[pid=16552/tid=16556] ppid=16549 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/16552/task/16556/stat : 16556 (java) S 16549 16552 16326 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 114040351 14669148160 12713 33554432000 4194304 4196468 140736139104880 139730666814480 139730715256533 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34975744 140736139109474 140736139109659 140736139109659 140736139112399 0
[pid=16552/tid=16557] ppid=16549 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/16552/task/16557/stat : 16557 (java) S 16549 16552 16326 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 114040351 14669148160 12713 33554432000 4194304 4196468 140736139104880 139730665761680 139730715256533 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34975744 140736139109474 140736139109659 140736139109659 140736139112399 0
[pid=16552/tid=16558] ppid=16549 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/16552/task/16558/stat : 16558 (java) S 16549 16552 16326 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114040351 14669148160 12713 33554432000 4194304 4196468 140736139104880 139730664708880 139730715256533 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34975744 140736139109474 140736139109659 140736139109659 140736139112399 0
[pid=16552/tid=16559] ppid=16549 vsize=14325340 memory=2244 CPUtime=0 cores=0-7
/proc/16552/task/16559/stat : 16559 (java) S 16549 16552 16326 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 114040351 14669148160 12713 33554432000 4194304 4196468 140736139104880 139730663656080 139730715256533 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34975744 140736139109474 140736139109659 140736139109659 140736139112399 0
[pid=16552/tid=16560] ppid=16549 vsize=14325340 memory=140032509834159 CPUtime=0 cores=0-7
/proc/16552/task/16560/stat : 16560 (java) S 16549 16552 16326 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114040351 14669148160 12713 33554432000 4194304 4196468 140736139104880 139730662603280 139730715256533 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34975744 140736139109474 140736139109659 140736139109659 140736139112399 0
[pid=16552/tid=16561] ppid=16549 vsize=14325340 memory=140032509836464 CPUtime=0 cores=0-7
/proc/16552/task/16561/stat : 16561 (java) S 16549 16552 16326 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 114040351 14669148160 12713 33554432000 4194304 4196468 140736139104880 139730661550480 139730715256533 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34975744 140736139109474 140736139109659 140736139109659 140736139112399 0
[pid=16552/tid=16562] ppid=16549 vsize=14325340 memory=140032509838768 CPUtime=0 cores=0-7
/proc/16552/task/16562/stat : 16562 (java) S 16549 16552 16326 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114040351 14669148160 12713 33554432000 4194304 4196468 140736139104880 139730660497680 139730715256533 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34975744 140736139109474 140736139109659 140736139109659 140736139112399 0
[pid=16552/tid=16563] ppid=16549 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/16552/task/16563/stat : 16563 (java) S 16549 16552 16326 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 114040352 14669148160 12713 33554432000 4194304 4196468 140736139104880 139730038504304 139730715257474 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34975744 140736139109474 140736139109659 140736139109659 140736139112399 0
[pid=16552/tid=16564] ppid=16549 vsize=14325340 memory=280065019684496 CPUtime=0 cores=0-7
/proc/16552/task/16564/stat : 16564 (java) S 16549 16552 16326 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 114040353 14669148160 12713 33554432000 4194304 4196468 140736139104880 139730037450272 139730715256533 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34975744 140736139109474 140736139109659 140736139109659 140736139112399 0
[pid=16552/tid=16565] ppid=16549 vsize=14325340 memory=280065019691408 CPUtime=0 cores=0-7
/proc/16552/task/16565/stat : 16565 (java) S 16549 16552 16326 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 114040353 14669148160 12713 33554432000 4194304 4196468 140736139104880 139730036397424 139730715256533 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34975744 140736139109474 140736139109659 140736139109659 140736139112399 0
[pid=16552/tid=16566] ppid=16549 vsize=14325340 memory=280065019632688 CPUtime=0 cores=0-7
/proc/16552/task/16566/stat : 16566 (java) S 16549 16552 16326 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114040355 14669148160 12713 33554432000 4194304 4196468 140736139104880 139730035345744 139730715264923 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34975744 140736139109474 140736139109659 140736139109659 140736139112399 0
[pid=16552/tid=16567] ppid=16549 vsize=14325340 memory=280065019705232 CPUtime=0.03 cores=0-7
/proc/16552/task/16567/stat : 16567 (java) S 16549 16552 16326 0 -1 1077944384 687 0 0 0 3 0 0 0 20 0 20 0 114040355 14669148160 12713 33554432000 4194304 4196468 140736139104880 139730034293104 139730715257474 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34975744 140736139109474 140736139109659 140736139109659 140736139112399 0
[pid=16552/tid=16568] ppid=16549 vsize=14325340 memory=280065019712144 CPUtime=0.04 cores=0-7
/proc/16552/task/16568/stat : 16568 (java) R 16549 16552 16326 0 -1 1077944384 240 0 0 0 4 0 0 0 20 0 20 0 114040355 14669148160 12713 33554432000 4194304 4196468 140736139104880 139730033240304 139730715257474 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 34975744 140736139109474 140736139109659 140736139109659 140736139112399 0
[pid=16552/tid=16569] ppid=16549 vsize=14325340 memory=280065019709840 CPUtime=0.02 cores=0-7
/proc/16552/task/16569/stat : 16569 (java) S 16549 16552 16326 0 -1 1077944384 149 0 0 0 2 0 0 0 20 0 20 0 114040355 14669148160 12713 33554432000 4194304 4196468 140736139104880 139730032187504 139730715257474 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34975744 140736139109474 140736139109659 140736139109659 140736139112399 0
[pid=16552/tid=16570] ppid=16549 vsize=14325340 memory=280065019726448 CPUtime=0.08 cores=0-7
/proc/16552/task/16570/stat : 16570 (java) R 16549 16552 16326 0 -1 4202560 407 0 0 0 8 0 0 0 20 0 20 0 114040355 14669148160 12713 33554432000 4194304 4196468 140736139104880 139730031134704 139730715258262 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 34975744 140736139109474 140736139109659 140736139109659 140736139112399 0
[pid=16552/tid=16571] ppid=16549 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/16552/task/16571/stat : 16571 (java) S 16549 16552 16326 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 114040356 14669148160 12713 33554432000 4194304 4196468 140736139104880 139730030083168 139730715256533 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34975744 140736139109474 140736139109659 140736139109659 140736139112399 0
[pid=16552/tid=16572] ppid=16549 vsize=14325340 memory=-1 CPUtime=0 cores=0-7
/proc/16552/task/16572/stat : 16572 (java) S 16549 16552 16326 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 114040356 14669148160 12713 33554432000 4194304 4196468 140736139104880 139730029030448 139730715257474 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34975744 140736139109474 140736139109659 140736139109659 140736139112399 0
Current children cumulated CPU time: 0.48 s
Current children cumulated vsize: 14325340 KiB
Current children cumulated memory: 50852 KiB

[startup+0.701171 s]
/proc/loadavg: 1.80 3.33 5.86 2/199 16572
/proc/meminfo: memFree=31208896/32770624 swapFree=67108860/67108860
[pid=16552] ppid=16549 vsize=14325340 memory=285860 CPUtime=1.39 cores=0-7
/proc/16552/stat : 16552 (java) S 16549 16552 16326 0 -1 1077944320 11889 0 0 0 102 37 0 0 20 0 20 0 114040350 14669148160 71465 33554432000 4194304 4196468 140736139104880 140736139087424 139730715246327 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 34975744 140736139109474 140736139109659 140736139109659 140736139112399 0
/proc/16552/statm: 3581335 71465 3759 1 0 3569050 0
[pid=16552/tid=16554] ppid=16549 vsize=14325340 memory=0 CPUtime=0.62 cores=0-7
/proc/16552/task/16554/stat : 16554 (java) R 16549 16552 16326 0 -1 4202560 8133 0 0 0 56 6 0 0 20 0 20 0 114040350 14669148160 71465 33554432000 4194304 4196468 140736139104880 139730719484032 139730715268253 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 34975744 140736139109474 140736139109659 140736139109659 140736139112399 0
[pid=16552/tid=16555] ppid=16549 vsize=14325340 memory=0 CPUtime=0.04 cores=0-7
/proc/16552/task/16555/stat : 16555 (java) S 16549 16552 16326 0 -1 1077944384 43 0 0 0 1 3 0 0 20 0 20 0 114040351 14669148160 71465 33554432000 4194304 4196468 140736139104880 139730667867280 139730715256533 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34975744 140736139109474 140736139109659 140736139109659 140736139112399 0
[pid=16552/tid=16556] ppid=16549 vsize=14325340 memory=0 CPUtime=0.04 cores=0-7
/proc/16552/task/16556/stat : 16556 (java) S 16549 16552 16326 0 -1 1077944384 59 0 0 0 1 3 0 0 20 0 20 0 114040351 14669148160 71465 33554432000 4194304 4196468 140736139104880 139730666814480 139730715256533 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34975744 140736139109474 140736139109659 140736139109659 140736139112399 0
[pid=16552/tid=16557] ppid=16549 vsize=14325340 memory=0 CPUtime=0.04 cores=0-7
/proc/16552/task/16557/stat : 16557 (java) S 16549 16552 16326 0 -1 1077944384 60 0 0 0 1 3 0 0 20 0 20 0 114040351 14669148160 71465 33554432000 4194304 4196468 140736139104880 139730665761680 139730715256533 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34975744 140736139109474 140736139109659 140736139109659 140736139112399 0
[pid=16552/tid=16558] ppid=16549 vsize=14325340 memory=1008 CPUtime=0.04 cores=0-7
/proc/16552/task/16558/stat : 16558 (java) S 16549 16552 16326 0 -1 1077944384 59 0 0 0 1 3 0 0 20 0 20 0 114040351 14669148160 71465 33554432000 4194304 4196468 140736139104880 139730664708880 139730715256533 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34975744 140736139109474 140736139109659 140736139109659 140736139112399 0
[pid=16552/tid=16559] ppid=16549 vsize=14325340 memory=4612 CPUtime=0.04 cores=0-7
/proc/16552/task/16559/stat : 16559 (java) S 16549 16552 16326 0 -1 1077944384 70 0 0 0 1 3 0 0 20 0 20 0 114040351 14669148160 71465 33554432000 4194304 4196468 140736139104880 139730663656080 139730715256533 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34975744 140736139109474 140736139109659 140736139109659 140736139112399 0
[pid=16552/tid=16560] ppid=16549 vsize=14325340 memory=1428 CPUtime=0.04 cores=0-7
/proc/16552/task/16560/stat : 16560 (java) S 16549 16552 16326 0 -1 1077944384 43 0 0 0 1 3 0 0 20 0 20 0 114040351 14669148160 71465 33554432000 4194304 4196468 140736139104880 139730662603280 139730715256533 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34975744 140736139109474 140736139109659 140736139109659 140736139112399 0
[pid=16552/tid=16561] ppid=16549 vsize=14325340 memory=1204 CPUtime=0.04 cores=0-7
/proc/16552/task/16561/stat : 16561 (java) S 16549 16552 16326 0 -1 1077944384 58 0 0 0 1 3 0 0 20 0 20 0 114040351 14669148160 71465 33554432000 4194304 4196468 140736139104880 139730661550480 139730715256533 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34975744 140736139109474 140736139109659 140736139109659 140736139112399 0
[pid=16552/tid=16562] ppid=16549 vsize=14325340 memory=15876 CPUtime=0.04 cores=0-7
/proc/16552/task/16562/stat : 16562 (java) S 16549 16552 16326 0 -1 1077944384 56 0 0 0 1 3 0 0 20 0 20 0 114040351 14669148160 71465 33554432000 4194304 4196468 140736139104880 139730660497680 139730715256533 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34975744 140736139109474 140736139109659 140736139109659 140736139112399 0
[pid=16552/tid=16563] ppid=16549 vsize=14325340 memory=20228 CPUtime=0 cores=0-7
/proc/16552/task/16563/stat : 16563 (java) S 16549 16552 16326 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 20 0 114040352 14669148160 71465 33554432000 4194304 4196468 140736139104880 139730038504304 139730715257474 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34975744 140736139109474 140736139109659 140736139109659 140736139112399 0

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

[pid=16552/tid=16583] ppid=16549 vsize=15267476 memory=12028 CPUtime=0 cores=0-7
/proc/16552/task/16583/stat : 16583 (java) S 16549 16552 16326 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 34 0 114057089 15633895424 2932778 33554432000 4194304 4196468 140736139104880 139730004022304 139730715256533 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34975744 140736139109474 140736139109659 140736139109659 140736139112399 0
[pid=16552/tid=16584] ppid=16549 vsize=15267476 memory=5668 CPUtime=0 cores=0-7
/proc/16552/task/16584/stat : 16584 (java) S 16549 16552 16326 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 34 0 114057089 15633895424 2932778 33554432000 4194304 4196468 140736139104880 139730002969504 139730715256533 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34975744 140736139109474 140736139109659 140736139109659 140736139112399 0
[pid=16552/tid=16585] ppid=16549 vsize=15267476 memory=1008 CPUtime=0 cores=0-7
/proc/16552/task/16585/stat : 16585 (java) S 16549 16552 16326 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 34 0 114057089 15633895424 2932778 33554432000 4194304 4196468 140736139104880 139730001916704 139730715256533 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34975744 140736139109474 140736139109659 140736139109659 140736139112399 0
[pid=16552/tid=16586] ppid=16549 vsize=15267476 memory=4612 CPUtime=0 cores=0-7
/proc/16552/task/16586/stat : 16586 (java) S 16549 16552 16326 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 34 0 114057089 15633895424 2932778 33554432000 4194304 4196468 140736139104880 139730000863904 139730715256533 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34975744 140736139109474 140736139109659 140736139109659 140736139112399 0
Current children cumulated CPU time: 1011.01 s
Current children cumulated vsize: 15267476 KiB
Current children cumulated memory: 11731112 KiB

[startup+353.801 s]
/proc/loadavg: 3.97 3.18 4.93 2/212 16587
/proc/meminfo: memFree=19557608/32770624 swapFree=67108860/67108860
[pid=16552] ppid=16549 vsize=15267476 memory=11731112 CPUtime=1011.21 cores=0-7
/proc/16552/stat : 16552 (java) S 16549 16552 16326 0 -1 1077944320 1986635 0 0 0 98019 3102 0 0 20 0 34 0 114040350 15633895424 2932778 33554432000 4194304 4196468 140736139104880 140736139087424 139730715246327 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 34975744 140736139109474 140736139109659 140736139109659 140736139112399 0
/proc/16552/statm: 3816869 2932778 3860 1 0 3804584 0
[pid=16552/tid=16554] ppid=16549 vsize=15267476 memory=1204 CPUtime=125.13 cores=0-7
/proc/16552/task/16554/stat : 16554 (java) S 16549 16552 16326 0 -1 1077944384 46627 0 0 0 12427 86 0 0 20 0 34 0 114040350 15633895424 2932778 33554432000 4194304 4196468 140736139104880 139730719489200 139730715256533 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34975744 140736139109474 140736139109659 140736139109659 140736139112399 0
[pid=16552/tid=16555] ppid=16549 vsize=15267476 memory=15876 CPUtime=84.69 cores=0-7
/proc/16552/task/16555/stat : 16555 (java) S 16549 16552 16326 0 -1 1077944384 167316 0 0 0 8099 370 0 0 20 0 34 0 114040351 15633895424 2932778 33554432000 4194304 4196468 140736139104880 139730667867280 139730715256533 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 54 0 0 6293624 6294260 34975744 140736139109474 140736139109659 140736139109659 140736139112399 0
[pid=16552/tid=16556] ppid=16549 vsize=15267476 memory=20228 CPUtime=85 cores=0-7
/proc/16552/task/16556/stat : 16556 (java) S 16549 16552 16326 0 -1 1077944384 155449 0 0 0 8159 341 0 0 20 0 34 0 114040351 15633895424 2932778 33554432000 4194304 4196468 140736139104880 139730666814480 139730715256533 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 47 0 0 6293624 6294260 34975744 140736139109474 140736139109659 140736139109659 140736139112399 0
[pid=16552/tid=16557] ppid=16549 vsize=15267476 memory=4048 CPUtime=85.19 cores=0-7
/proc/16552/task/16557/stat : 16557 (java) S 16549 16552 16326 0 -1 1077944384 268036 0 0 0 8139 380 0 0 20 0 34 0 114040351 15633895424 2932778 33554432000 4194304 4196468 140736139104880 139730665761680 139730715256533 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 44 0 0 6293624 6294260 34975744 140736139109474 140736139109659 140736139109659 140736139112399 0
[pid=16552/tid=16558] ppid=16549 vsize=15267476 memory=18488 CPUtime=85.16 cores=0-7
/proc/16552/task/16558/stat : 16558 (java) S 16549 16552 16326 0 -1 1077944384 167823 0 0 0 8172 344 0 0 20 0 34 0 114040351 15633895424 2932778 33554432000 4194304 4196468 140736139104880 139730664708880 139730715256533 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 47 0 0 6293624 6294260 34975744 140736139109474 140736139109659 140736139109659 140736139112399 0
[pid=16552/tid=16559] ppid=16549 vsize=15267476 memory=1204 CPUtime=85.02 cores=0-7
/proc/16552/task/16559/stat : 16559 (java) S 16549 16552 16326 0 -1 1077944384 213345 0 0 0 8124 378 0 0 20 0 34 0 114040351 15633895424 2932778 33554432000 4194304 4196468 140736139104880 139730663656080 139730715256533 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 48 0 0 6293624 6294260 34975744 140736139109474 140736139109659 140736139109659 140736139112399 0
[pid=16552/tid=16560] ppid=16549 vsize=15267476 memory=15876 CPUtime=85.05 cores=0-7
/proc/16552/task/16560/stat : 16560 (java) S 16549 16552 16326 0 -1 1077944384 251366 0 0 0 8155 350 0 0 20 0 34 0 114040351 15633895424 2932778 33554432000 4194304 4196468 140736139104880 139730662603280 139730715256533 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 49 0 0 6293624 6294260 34975744 140736139109474 140736139109659 140736139109659 140736139112399 0
[pid=16552/tid=16561] ppid=16549 vsize=15267476 memory=20228 CPUtime=85.02 cores=0-7
/proc/16552/task/16561/stat : 16561 (java) S 16549 16552 16326 0 -1 1077944384 212762 0 0 0 8135 367 0 0 20 0 34 0 114040351 15633895424 2932778 33554432000 4194304 4196468 140736139104880 139730661550480 139730715256533 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 48 0 0 6293624 6294260 34975744 140736139109474 140736139109659 140736139109659 140736139112399 0
[pid=16552/tid=16562] ppid=16549 vsize=15267476 memory=4048 CPUtime=85.11 cores=0-7
/proc/16552/task/16562/stat : 16562 (java) S 16549 16552 16326 0 -1 1077944384 189734 0 0 0 8197 314 0 0 20 0 34 0 114040351 15633895424 2932778 33554432000 4194304 4196468 140736139104880 139730660497680 139730715256533 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 55 0 0 6293624 6294260 34975744 140736139109474 140736139109659 140736139109659 140736139112399 0
[pid=16552/tid=16563] ppid=16549 vsize=15267476 memory=18488 CPUtime=133.63 cores=0-7
/proc/16552/task/16563/stat : 16563 (java) R 16549 16552 16326 0 -1 4202560 176534 0 0 0 13285 78 0 0 20 0 34 0 114040352 15633895424 2932778 33554432000 4194304 4196468 140736139104880 139730038502736 139730693616488 0 0 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 34975744 140736139109474 140736139109659 140736139109659 140736139112399 0
[pid=16552/tid=16564] ppid=16549 vsize=15267476 memory=1796 CPUtime=0 cores=0-7
/proc/16552/task/16564/stat : 16564 (java) S 16549 16552 16326 0 -1 1077944384 81 0 0 0 0 0 0 0 20 0 34 0 114040353 15633895424 2932778 33554432000 4194304 4196468 140736139104880 139730037450144 139730715256533 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 34975744 140736139109474 140736139109659 140736139109659 140736139112399 0
[pid=16552/tid=16565] ppid=16549 vsize=15267476 memory=1236 CPUtime=0 cores=0-7
/proc/16552/task/16565/stat : 16565 (java) S 16549 16552 16326 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 34 0 114040353 15633895424 2932778 33554432000 4194304 4196468 140736139104880 139730036397440 139730715256533 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34975744 140736139109474 140736139109659 140736139109659 140736139112399 0
[pid=16552/tid=16566] ppid=16549 vsize=15267476 memory=640 CPUtime=0 cores=0-7
/proc/16552/task/16566/stat : 16566 (java) S 16549 16552 16326 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 34 0 114040355 15633895424 2932778 33554432000 4194304 4196468 140736139104880 139730035345744 139730715264923 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34975744 140736139109474 140736139109659 140736139109659 140736139112399 0
[pid=16552/tid=16567] ppid=16549 vsize=15267476 memory=956 CPUtime=0.86 cores=0-7
/proc/16552/task/16567/stat : 16567 (java) S 16549 16552 16326 0 -1 1077944384 5723 0 0 0 85 1 0 0 20 0 34 0 114040355 15633895424 2932778 33554432000 4194304 4196468 140736139104880 139730034293152 139730715256533 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34975744 140736139109474 140736139109659 140736139109659 140736139112399 0
[pid=16552/tid=16568] ppid=16549 vsize=15267476 memory=2340 CPUtime=1.02 cores=0-7
/proc/16552/task/16568/stat : 16568 (java) S 16549 16552 16326 0 -1 1077944384 4990 0 0 0 101 1 0 0 20 0 34 0 114040355 15633895424 2932778 33554432000 4194304 4196468 140736139104880 139730033240352 139730715256533 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34975744 140736139109474 140736139109659 140736139109659 140736139112399 0
[pid=16552/tid=16569] ppid=16549 vsize=15267476 memory=2240 CPUtime=1.03 cores=0-7
/proc/16552/task/16569/stat : 16569 (java) S 16549 16552 16326 0 -1 1077944384 6615 0 0 0 101 2 0 0 20 0 34 0 114040355 15633895424 2932778 33554432000 4194304 4196468 140736139104880 139730032187552 139730715256533 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34975744 140736139109474 140736139109659 140736139109659 140736139112399 0
[pid=16552/tid=16570] ppid=16549 vsize=15267476 memory=4128 CPUtime=0.89 cores=0-7
/proc/16552/task/16570/stat : 16570 (java) S 16549 16552 16326 0 -1 1077944384 15874 0 0 0 86 3 0 0 20 0 34 0 114040355 15633895424 2932778 33554432000 4194304 4196468 140736139104880 139730031134464 139730715256533 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34975744 140736139109474 140736139109659 140736139109659 140736139112399 0
[pid=16552/tid=16571] ppid=16549 vsize=15267476 memory=928 CPUtime=0 cores=0-7
/proc/16552/task/16571/stat : 16571 (java) S 16549 16552 16326 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 34 0 114040356 15633895424 2932778 33554432000 4194304 4196468 140736139104880 139730030083168 139730715256533 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34975744 140736139109474 140736139109659 140736139109659 140736139112399 0
[pid=16552/tid=16572] ppid=16549 vsize=15267476 memory=1576 CPUtime=0.12 cores=0-7
/proc/16552/task/16572/stat : 16572 (java) S 16549 16552 16326 0 -1 1077944384 1387 0 0 0 7 5 0 0 20 0 34 0 114040356 15633895424 2932778 33554432000 4194304 4196468 140736139104880 139730029030448 139730715257474 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34975744 140736139109474 140736139109659 140736139109659 140736139112399 0
[pid=16552/tid=16573] ppid=16549 vsize=15267476 memory=11731108 CPUtime=0 cores=0-7
/proc/16552/task/16573/stat : 16573 (java) S 16549 16552 16326 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 34 0 114057063 15633895424 2932778 33554432000 4194304 4196468 140736139104880 139730018743424 139730715256533 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34975744 140736139109474 140736139109659 140736139109659 140736139112399 0
[pid=16552/tid=16574] ppid=16549 vsize=15267476 memory=6791534058613427641 CPUtime=0.05 cores=0-7
/proc/16552/task/16574/stat : 16574 (java) S 16549 16552 16326 0 -1 1077944384 1711 0 0 0 4 1 0 0 20 0 34 0 114057075 15633895424 2932778 33554432000 4194304 4196468 140736139104880 139730015592144 139730715257474 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34975744 140736139109474 140736139109659 140736139109659 140736139112399 0
[pid=16552/tid=16575] ppid=16549 vsize=15267476 memory=4872558044660077418 CPUtime=8.49 cores=0-7
/proc/16552/task/16575/stat : 16575 (java) S 16549 16552 16326 0 -1 1077944384 16112 0 0 0 842 7 0 0 20 0 34 0 114057085 15633895424 2932778 33554432000 4194304 4196468 140736139104880 139730012434944 139730715256533 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34975744 140736139109474 140736139109659 140736139109659 140736139112399 0
[pid=16552/tid=16576] ppid=16549 vsize=15267476 memory=1796 CPUtime=8.47 cores=0-7
/proc/16552/task/16576/stat : 16576 (java) S 16549 16552 16326 0 -1 1077944384 9780 0 0 0 836 11 0 0 20 0 34 0 114057086 15633895424 2932778 33554432000 4194304 4196468 140736139104880 139730011379168 139730715256533 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34975744 140736139109474 140736139109659 140736139109659 140736139112399 0
[pid=16552/tid=16577] ppid=16549 vsize=15267476 memory=1236 CPUtime=8.52 cores=0-7
/proc/16552/task/16577/stat : 16577 (java) S 16549 16552 16326 0 -1 1077944384 17577 0 0 0 838 14 0 0 20 0 34 0 114057087 15633895424 2932778 33554432000 4194304 4196468 140736139104880 139730010326368 139730715256533 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34975744 140736139109474 140736139109659 140736139109659 140736139112399 0
[pid=16552/tid=16578] ppid=16549 vsize=15267476 memory=640 CPUtime=8.54 cores=0-7
/proc/16552/task/16578/stat : 16578 (java) S 16549 16552 16326 0 -1 1077944384 4374 0 0 0 848 6 0 0 20 0 34 0 114057089 15633895424 2932778 33554432000 4194304 4196468 140736139104880 139730009273568 139730715256533 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34975744 140736139109474 140736139109659 140736139109659 140736139112399 0
[pid=16552/tid=16579] ppid=16549 vsize=15267476 memory=956 CPUtime=8.49 cores=0-7
/proc/16552/task/16579/stat : 16579 (java) S 16549 16552 16326 0 -1 1077944384 10457 0 0 0 844 5 0 0 20 0 34 0 114057089 15633895424 2932778 33554432000 4194304 4196468 140736139104880 139730008221792 139730715256533 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 1 0 0 6293624 6294260 34975744 140736139109474 140736139109659 140736139109659 140736139112399 0
[pid=16552/tid=16580] ppid=16549 vsize=15267476 memory=2340 CPUtime=8.44 cores=0-7
/proc/16552/task/16580/stat : 16580 (java) S 16549 16552 16326 0 -1 1077944384 6926 0 0 0 832 12 0 0 20 0 34 0 114057089 15633895424 2932778 33554432000 4194304 4196468 140736139104880 139730007168992 139730715256533 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 1 0 0 6293624 6294260 34975744 140736139109474 140736139109659 140736139109659 140736139112399 0
[pid=16552/tid=16581] ppid=16549 vsize=15267476 memory=2240 CPUtime=8.51 cores=0-7
/proc/16552/task/16581/stat : 16581 (java) S 16549 16552 16326 0 -1 1077944384 26075 0 0 0 840 11 0 0 20 0 34 0 114057089 15633895424 2932778 33554432000 4194304 4196468 140736139104880 139730006115184 139730715256533 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 1 0 0 6293624 6294260 34975744 140736139109474 140736139109659 140736139109659 140736139112399 0
[pid=16552/tid=16582] ppid=16549 vsize=15267476 memory=4128 CPUtime=8.51 cores=0-7
/proc/16552/task/16582/stat : 16582 (java) S 16549 16552 16326 0 -1 1077944384 8419 0 0 0 845 6 0 0 20 0 34 0 114057089 15633895424 2932778 33554432000 4194304 4196468 140736139104880 139730005070288 139730715256533 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34975744 140736139109474 140736139109659 140736139109659 140736139112399 0
[pid=16552/tid=16583] ppid=16549 vsize=15267476 memory=928 CPUtime=0 cores=0-7
/proc/16552/task/16583/stat : 16583 (java) S 16549 16552 16326 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 34 0 114057089 15633895424 2932778 33554432000 4194304 4196468 140736139104880 139730004022304 139730715256533 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34975744 140736139109474 140736139109659 140736139109659 140736139112399 0
[pid=16552/tid=16584] ppid=16549 vsize=15267476 memory=1576 CPUtime=0 cores=0-7
/proc/16552/task/16584/stat : 16584 (java) S 16549 16552 16326 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 34 0 114057089 15633895424 2932778 33554432000 4194304 4196468 140736139104880 139730002969504 139730715256533 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34975744 140736139109474 140736139109659 140736139109659 140736139112399 0
[pid=16552/tid=16585] ppid=16549 vsize=15267476 memory=2196 CPUtime=0 cores=0-7
/proc/16552/task/16585/stat : 16585 (java) S 16549 16552 16326 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 34 0 114057089 15633895424 2932778 33554432000 4194304 4196468 140736139104880 139730001916704 139730715256533 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34975744 140736139109474 140736139109659 140736139109659 140736139112399 0
[pid=16552/tid=16586] ppid=16549 vsize=15267476 memory=6764 CPUtime=0 cores=0-7
/proc/16552/task/16586/stat : 16586 (java) S 16549 16552 16326 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 34 0 114057089 15633895424 2932778 33554432000 4194304 4196468 140736139104880 139730000863904 139730715256533 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34975744 140736139109474 140736139109659 140736139109659 140736139112399 0
Current children cumulated CPU time: 1011.21 s
Current children cumulated vsize: 15267476 KiB
Current children cumulated memory: 11731112 KiB

[startup+353.901 s]
/proc/loadavg: 3.97 3.18 4.93 2/212 16587
/proc/meminfo: memFree=19557608/32770624 swapFree=67108860/67108860
[pid=16552] ppid=16549 vsize=15400604 memory=11731432 CPUtime=1011.67 cores=0-7
/proc/16552/stat : 16552 (java) S 16549 16552 16326 0 -1 1077944320 1988588 0 0 0 98065 3102 0 0 20 0 34 0 114040350 15770218496 2932858 33554432000 4194304 4196468 140736139104880 140736139087424 139730715246327 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 34975744 140736139109474 140736139109659 140736139109659 140736139112399 0
/proc/16552/statm: 3850151 2932858 3861 1 0 3837866 0
[pid=16552/tid=16554] ppid=16549 vsize=15400604 memory=11731112 CPUtime=125.13 cores=0-7
/proc/16552/task/16554/stat : 16554 (java) S 16549 16552 16326 0 -1 1077944384 46627 0 0 0 12427 86 0 0 20 0 34 0 114040350 15770218496 2932858 33554432000 4194304 4196468 140736139104880 139730719489200 139730715256533 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34975744 140736139109474 140736139109659 140736139109659 140736139112399 0
[pid=16552/tid=16555] ppid=16549 vsize=15400604 memory=11731112 CPUtime=84.69 cores=0-7
/proc/16552/task/16555/stat : 16555 (java) S 16549 16552 16326 0 -1 1077944384 167316 0 0 0 8099 370 0 0 20 0 34 0 114040351 15770218496 2932858 33554432000 4194304 4196468 140736139104880 139730667867280 139730715256533 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 54 0 0 6293624 6294260 34975744 140736139109474 140736139109659 140736139109659 140736139112399 0
[pid=16552/tid=16556] ppid=16549 vsize=15400604 memory=280065020944952 CPUtime=85 cores=0-7
/proc/16552/task/16556/stat : 16556 (java) S 16549 16552 16326 0 -1 1077944384 155449 0 0 0 8159 341 0 0 20 0 34 0 114040351 15770218496 2932858 33554432000 4194304 4196468 140736139104880 139730666814480 139730715256533 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 47 0 0 6293624 6294260 34975744 140736139109474 140736139109659 140736139109659 140736139112399 0
[pid=16552/tid=16557] ppid=16549 vsize=15400604 memory=11731112 CPUtime=85.19 cores=0-7
/proc/16552/task/16557/stat : 16557 (java) S 16549 16552 16326 0 -1 1077944384 268036 0 0 0 8139 380 0 0 20 0 34 0 114040351 15770218496 2932858 33554432000 4194304 4196468 140736139104880 139730665761680 139730715256533 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 44 0 0 6293624 6294260 34975744 140736139109474 140736139109659 140736139109659 140736139112399 0
[pid=16552/tid=16558] ppid=16549 vsize=15400604 memory=11731112 CPUtime=85.16 cores=0-7
/proc/16552/task/16558/stat : 16558 (java) S 16549 16552 16326 0 -1 1077944384 167823 0 0 0 8172 344 0 0 20 0 34 0 114040351 15770218496 2932858 33554432000 4194304 4196468 140736139104880 139730664708880 139730715256533 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 47 0 0 6293624 6294260 34975744 140736139109474 140736139109659 140736139109659 140736139112399 0
[pid=16552/tid=16559] ppid=16549 vsize=15400604 memory=280065020851216 CPUtime=85.02 cores=0-7
/proc/16552/task/16559/stat : 16559 (java) S 16549 16552 16326 0 -1 1077944384 213345 0 0 0 8124 378 0 0 20 0 34 0 114040351 15770218496 2932858 33554432000 4194304 4196468 140736139104880 139730663656080 139730715256533 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 48 0 0 6293624 6294260 34975744 140736139109474 140736139109659 140736139109659 140736139112399 0
[pid=16552/tid=16560] ppid=16549 vsize=15400604 memory=280065021921952 CPUtime=85.05 cores=0-7
/proc/16552/task/16560/stat : 16560 (java) S 16549 16552 16326 0 -1 1077944384 251366 0 0 0 8155 350 0 0 20 0 34 0 114040351 15770218496 2932858 33554432000 4194304 4196468 140736139104880 139730662603280 139730715256533 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 49 0 0 6293624 6294260 34975744 140736139109474 140736139109659 140736139109659 140736139112399 0
[pid=16552/tid=16561] ppid=16549 vsize=15400604 memory=164 CPUtime=85.02 cores=0-7
/proc/16552/task/16561/stat : 16561 (java) S 16549 16552 16326 0 -1 1077944384 212762 0 0 0 8135 367 0 0 20 0 34 0 114040351 15770218496 2932858 33554432000 4194304 4196468 140736139104880 139730661550480 139730715256533 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 48 0 0 6293624 6294260 34975744 140736139109474 140736139109659 140736139109659 140736139112399 0
[pid=16552/tid=16562] ppid=16549 vsize=15400604 memory=0 CPUtime=85.11 cores=0-7
/proc/16552/task/16562/stat : 16562 (java) S 16549 16552 16326 0 -1 1077944384 189734 0 0 0 8197 314 0 0 20 0 34 0 114040351 15770218496 2932858 33554432000 4194304 4196468 140736139104880 139730660497680 139730715256533 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 55 0 0 6293624 6294260 34975744 140736139109474 140736139109659 140736139109659 140736139112399 0
[pid=16552/tid=16563] ppid=16549 vsize=15400604 memory=4209569689806058016 CPUtime=133.68 cores=0-7
/proc/16552/task/16563/stat : 16563 (java) S 16549 16552 16326 0 -1 1077944384 176538 0 0 0 13289 79 0 0 20 0 34 0 114040352 15770218496 2932858 33554432000 4194304 4196468 140736139104880 139730038504224 139730715256533 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34975744 140736139109474 140736139109659 140736139109659 140736139112399 0
[pid=16552/tid=16564] ppid=16549 vsize=15400604 memory=8572 CPUtime=0 cores=0-7
/proc/16552/task/16564/stat : 16564 (java) S 16549 16552 16326 0 -1 1077944384 81 0 0 0 0 0 0 0 20 0 34 0 114040353 15770218496 2932858 33554432000 4194304 4196468 140736139104880 139730037450336 139730715256533 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34975744 140736139109474 140736139109659 140736139109659 140736139112399 0
[pid=16552/tid=16565] ppid=16549 vsize=15400604 memory=1228 CPUtime=0 cores=0-7
/proc/16552/task/16565/stat : 16565 (java) S 16549 16552 16326 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 34 0 114040353 15770218496 2932858 33554432000 4194304 4196468 140736139104880 139730036397440 139730715256533 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34975744 140736139109474 140736139109659 140736139109659 140736139112399 0
[pid=16552/tid=16566] ppid=16549 vsize=15400604 memory=11730960 CPUtime=0 cores=0-7
/proc/16552/task/16566/stat : 16566 (java) S 16549 16552 16326 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 34 0 114040355 15770218496 2932858 33554432000 4194304 4196468 140736139104880 139730035345392 139730715256533 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34975744 140736139109474 140736139109659 140736139109659 140736139112399 0
[pid=16552/tid=16567] ppid=16549 vsize=15400604 memory=11730960 CPUtime=0.87 cores=0-7
/proc/16552/task/16567/stat : 16567 (java) S 16549 16552 16326 0 -1 1077944384 5916 0 0 0 86 1 0 0 20 0 34 0 114040355 15770218496 2932858 33554432000 4194304 4196468 140736139104880 139730034293104 139730715257474 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34975744 140736139109474 140736139109659 140736139109659 140736139112399 0
[pid=16552/tid=16568] ppid=16549 vsize=15400604 memory=280065020821584 CPUtime=1.04 cores=0-7
/proc/16552/task/16568/stat : 16568 (java) S 16549 16552 16326 0 -1 1077944384 5424 0 0 0 103 1 0 0 20 0 34 0 114040355 15770218496 2932858 33554432000 4194304 4196468 140736139104880 139730033240304 139730715257474 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34975744 140736139109474 140736139109659 140736139109659 140736139112399 0
[pid=16552/tid=16569] ppid=16549 vsize=15400604 memory=280065019969264 CPUtime=1.03 cores=0-7
/proc/16552/task/16569/stat : 16569 (java) S 16549 16552 16326 0 -1 1077944384 6615 0 0 0 101 2 0 0 20 0 34 0 114040355 15770218496 2932858 33554432000 4194304 4196468 140736139104880 139730032187504 139730715257474 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34975744 140736139109474 140736139109659 140736139109659 140736139112399 0
[pid=16552/tid=16570] ppid=16549 vsize=15400604 memory=2340 CPUtime=0.89 cores=0-7
/proc/16552/task/16570/stat : 16570 (java) S 16549 16552 16326 0 -1 1077944384 15925 0 0 0 86 3 0 0 20 0 34 0 114040355 15770218496 2932858 33554432000 4194304 4196468 140736139104880 139730031134704 139730715257474 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 34975744 140736139109474 140736139109659 140736139109659 140736139112399 0
[pid=16552/tid=16571] ppid=16549 vsize=15400604 memory=0 CPUtime=0 cores=0-7
/proc/16552/task/16571/stat : 16571 (java) S 16549 16552 16326 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 34 0 114040356 15770218496 2932858 33554432000 4194304 4196468 140736139104880 139730030083168 139730715256533 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 34975744 140736139109474 140736139109659 140736139109659 140736139112399 0
[pid=16552/tid=16573] ppid=16549 vsize=15400604 memory=1948 CPUtime=0 cores=0-7
/proc/16552/task/16573/stat : 16573 (java) S 16549 16552 16326 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 34 0 114057063 15770218496 2932858 33554432000 4194304 4196468 140736139104880 139730018743424 139730715256533 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 34975744 140736139109474 140736139109659 140736139109659 140736139112399 0
[pid=16552/tid=16574] ppid=16549 vsize=15400604 memory=11731112 CPUtime=0.05 cores=0-7
/proc/16552/task/16574/stat : 16574 (java) S 16549 16552 16326 0 -1 1077944384 1722 0 0 0 4 1 0 0 20 0 34 0 114057075 15770218496 2932858 33554432000 4194304 4196468 140736139104880 139730015593616 139730715257474 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34975744 140736139109474 140736139109659 140736139109659 140736139112399 0
[pid=16552/tid=16575] ppid=16549 vsize=15400604 memory=0 CPUtime=8.54 cores=0-7
/proc/16552/task/16575/stat : 16575 (java) S 16549 16552 16326 0 -1 1077944384 16180 0 0 0 847 7 0 0 20 0 34 0 114057085 15770218496 2932858 33554432000 4194304 4196468 140736139104880 139730012431968 139730715256533 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34975744 140736139109474 140736139109659 140736139109659 140736139112399 0
[pid=16552/tid=16576] ppid=16549 vsize=15400604 memory=4096 CPUtime=8.52 cores=0-7
/proc/16552/task/16576/stat : 16576 (java) S 16549 16552 16326 0 -1 1077944384 10348 0 0 0 841 11 0 0 20 0 34 0 114057086 15770218496 2932858 33554432000 4194304 4196468 140736139104880 139730011382912 139730715256533 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34975744 140736139109474 140736139109659 140736139109659 140736139112399 0
[pid=16552/tid=16577] ppid=16549 vsize=15400604 memory=1692 CPUtime=8.56 cores=0-7
/proc/16552/task/16577/stat : 16577 (java) S 16549 16552 16326 0 -1 1077944384 17609 0 0 0 842 14 0 0 20 0 34 0 114057087 15770218496 2932858 33554432000 4194304 4196468 140736139104880 139730010330096 139730715256533 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34975744 140736139109474 140736139109659 140736139109659 140736139112399 0
[pid=16552/tid=16578] ppid=16549 vsize=15400604 memory=6791534058613427641 CPUtime=8.6 cores=0-7
/proc/16552/task/16578/stat : 16578 (java) S 16549 16552 16326 0 -1 1077944384 4428 0 0 0 854 6 0 0 20 0 34 0 114057089 15770218496 2932858 33554432000 4194304 4196468 140736139104880 139730009273568 139730715256533 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34975744 140736139109474 140736139109659 140736139109659 140736139112399 0
[pid=16552/tid=16579] ppid=16549 vsize=15400604 memory=2196 CPUtime=8.54 cores=0-7
/proc/16552/task/16579/stat : 16579 (java) S 16549 16552 16326 0 -1 1077944384 10501 0 0 0 849 5 0 0 20 0 34 0 114057089 15770218496 2932858 33554432000 4194304 4196468 140736139104880 139730008221792 139730715256533 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 1 0 0 6293624 6294260 34975744 140736139109474 140736139109659 140736139109659 140736139112399 0
[pid=16552/tid=16580] ppid=16549 vsize=15400604 memory=4140 CPUtime=8.5 cores=0-7
/proc/16552/task/16580/stat : 16580 (java) S 16549 16552 16326 0 -1 1077944384 6966 0 0 0 838 12 0 0 20 0 34 0 114057089 15770218496 2932858 33554432000 4194304 4196468 140736139104880 139730007168992 139730715256533 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 1 0 0 6293624 6294260 34975744 140736139109474 140736139109659 140736139109659 140736139112399 0
[pid=16552/tid=16581] ppid=16549 vsize=15400604 memory=1728 CPUtime=8.57 cores=0-7
/proc/16552/task/16581/stat : 16581 (java) S 16549 16552 16326 0 -1 1077944384 26139 0 0 0 846 11 0 0 20 0 34 0 114057089 15770218496 2932858 33554432000 4194304 4196468 140736139104880 139730006118992 139730715256533 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 1 0 0 6293624 6294260 34975744 140736139109474 140736139109659 140736139109659 140736139112399 0
[pid=16552/tid=16582] ppid=16549 vsize=15400604 memory=796 CPUtime=8.53 cores=0-7
/proc/16552/task/16582/stat : 16582 (java) S 16549 16552 16326 0 -1 1077944384 8668 0 0 0 847 6 0 0 20 0 34 0 114057089 15770218496 2932861 33554432000 4194304 4196468 140736139104880 139730005072928 139730715256533 256 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 34975744 140736139109474 140736139109659 140736139109659 140736139112399 0
[pid=16552/tid=16583] ppid=16549 vsize=15400604 memory=1716 CPUtime=0 cores=0-7
/proc/16552/task/16583/stat : 16583 (java) R 16549 16552 16326 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 32 0 114057089 15770218496 2932882 33554432000 4194304 4196468 140736139104880 139730004022304 139730715256533 256 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 34975744 140736139109474 140736139109659 140736139109659 140736139112399 0
[pid=16552/tid=16584] ppid=16549 vsize=15400604 memory=11731112 CPUtime=0 cores=0-7
/proc/16552/task/16584/stat : 16584 (java) R 16549 16552 16326 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 32 0 114057089 15770218496 2932882 33554432000 4194304 4196468 140736139104880 139730002969504 139730715256533 256 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34975744 140736139109474 140736139109659 140736139109659 140736139112399 0
[pid=16552/tid=16585] ppid=16549 vsize=15400604 memory=31984 CPUtime=0 cores=0-7
/proc/16552/task/16585/stat : 16585 (java) R 16549 16552 16326 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 26 0 114057089 15770218496 2932944 33554432000 4194304 4196468 140736139104880 139730001916704 139730715256533 256 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 34975744 140736139109474 140736139109659 140736139109659 140736139112399 0
Current children cumulated CPU time: 1011.67 s
Current children cumulated vsize: 15400604 KiB
Current children cumulated memory: 11731432 KiB

Child status: 1
Real time (s): 353.982
CPU time (s): 1011.76
CPU user time (s): 980.657
CPU system time (s): 31.1052
CPU usage (%): 285.823
Max. virtual memory (cumulated for all children) (KiB): 15400604
Max. memory (cumulated for all children) (KiB): 11770664

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 980.657
system time used= 31.1052
maximum resident set size= 11770664
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1988620
page faults= 0
swaps= 0
block input operations= 0
block output operations= 672
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 78652
involuntary context switches= 11277


# summary of solver processes directly reported to runsolver:
#   pid: 16552
#   total CPU time (s): 1011.76
#   total CPU user time (s): 980.657
#   total CPU system time (s): 31.1052

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.68324 second user time and 3.81073 second system time

The end

Launcher Data

Begin job on node106 at 2017-08-15 16:51:07
IDJOB=4274904
IDBENCH=138092
IDSOLVER=2668
FILE ID=node106/4274904-1502809525
RUNJOBID= node106-1502808215-16353
PBS_JOBID= 20629821
Free space on /tmp= 61692 MiB

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

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

MD5SUM BENCH= 53b1156e30bb035a294b23873bcaa6f4
RANDOM SEED=922588311

node106.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.86
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.86
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.86
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.86
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:        31296968 kB
MemAvailable:   31984576 kB
Buffers:          183052 kB
Cached:           790768 kB
SwapCached:            0 kB
Active:           578576 kB
Inactive:         451380 kB
Active(anon):      12372 kB
Inactive(anon):    72108 kB
Active(file):     566204 kB
Inactive(file):   379272 kB
Unevictable:        6472 kB
Mlocked:            6472 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:            128220 kB
Writeback:             0 kB
AnonPages:        130216 kB
Mapped:            45760 kB
Shmem:             25228 kB
Slab:             142024 kB
SReclaimable:     115936 kB
SUnreclaim:        26088 kB
KernelStack:        3568 kB
PageTables:         4772 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     323624 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     77824 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      105856 kB
DirectMap2M:    33439744 kB

Free space on /tmp at the end= 61652 MiB
End job on node106 at 2017-08-15 16:57:01