Trace number 4274899

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? 1189.53 328.99701

General information on the benchmark

NameBinPacking/BinPacking-tab-sw100/
BinPacking-tab-sw100-15.xml
MD5SUMafde4c54681b724bee939c95254967be
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.09
Satisfiable
(Un)Satisfiability was proved
Number of variables109
Number of constraints21
Number of domains2
Minimum domain size19
Maximum domain size43
Distribution of domain sizes[{"size":19,"count":1},{"size":43,"count":108}]
Minimum variable degree2
Maximum variable degree4
Distribution of variable degrees[{"degree":2,"count":1},{"degree":3,"count":90},{"degree":4,"count":18}]
Minimum constraint arity6
Maximum constraint arity108
Distribution of constraint arities[{"arity":6,"count":18},{"arity":19,"count":1},{"arity":108,"count":2}]
Number of extensional constraints18
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":18},{"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: 1764812555
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...
12.13/6.42	c Parsing done, starting search...
692.27/242.24	d EXCEPTION Ask timed out on [Actor[akka://solving/user/$a#206523815]] after [120000 ms]. Sender[null] sent message of type "oscar.modeling.solvers.cp.distributed.HelloMessage".
692.27/242.24	c akka.pattern.PromiseActorRef$$anonfun$1.apply$mcV$sp(AskSupport.scala:604)
692.27/242.24	c akka.actor.Scheduler$$anon$4.run(Scheduler.scala:122)
692.27/242.24	c scala.concurrent.Future$InternalCallbackExecutor$.unbatchedExecute(Future.scala:599)
692.27/242.24	c scala.concurrent.BatchingExecutor$class.execute(BatchingExecutor.scala:109)
692.27/242.24	c scala.concurrent.Future$InternalCallbackExecutor$.execute(Future.scala:597)
692.27/242.24	c akka.actor.LightArrayRevolverScheduler$TaskHolder.executeTask(LightArrayRevolverScheduler.scala:322)
692.27/242.24	c akka.actor.LightArrayRevolverScheduler$$anon$4.executeBucket$1(LightArrayRevolverScheduler.scala:274)
692.27/242.24	c akka.actor.LightArrayRevolverScheduler$$anon$4.nextTick(LightArrayRevolverScheduler.scala:278)
692.27/242.24	c akka.actor.LightArrayRevolverScheduler$$anon$4.run(LightArrayRevolverScheduler.scala:230)
692.27/242.24	c java.lang.Thread.run(Thread.java:748)
692.27/242.24	s UNKNOWN
1189.00/328.92	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 (13280 MiB free)
  memory of node 1: 16384 MiB (13718 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4274899-1502807885/watcher-4274899-1502807885 -o /tmp/evaluation-result-4274899-1502807885/solver-4274899-1502807885 -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 1764812555 --timelimit 20160 --memlimit 11000 --nbcore 8 HOME/instance-4274899-1502807885.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=16111, runsolver pid=16108
Current StackSize limit: 8192 KiB


[startup+0.100061 s]*
/proc/loadavg: 0.92 1.00 1.06 1/199 16131
/proc/meminfo: memFree=27629764/32770624 swapFree=67108860/67108860
[pid=16111] ppid=16108 vsize=14325320 memory=33776 CPUtime=0.12 cores=0-7
/proc/16111/stat : 16111 (java) S 16108 16111 15472 0 -1 1077944320 8338 0 0 0 10 2 0 0 20 0 20 0 113869447 14669127680 8444 33554432000 4194304 4196468 140732890391968 140732890374512 139898282286839 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 24924160 140732890395745 140732890395931 140732890395931 140732890398671 0
/proc/16111/statm: 3581330 8444 3411 1 0 3569050 0
[pid=16111/tid=16113] ppid=16108 vsize=14325320 memory=7753679516587694744 CPUtime=0.09 cores=0-7
/proc/16111/task/16113/stat : 16113 (java) R 16108 16111 15472 0 -1 4202560 6287 0 0 0 8 1 0 0 20 0 20 0 113869448 14669127680 8444 33554432000 4194304 4196468 140732890391968 139898286503536 139898266367326 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 24924160 140732890395745 140732890395931 140732890395931 140732890398671 0
[pid=16111/tid=16114] ppid=16108 vsize=14325320 memory=732370098476993509 CPUtime=0 cores=0-7
/proc/16111/task/16114/stat : 16114 (java) S 16108 16111 15472 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 113869449 14669127680 8444 33554432000 4194304 4196468 140732890391968 139898234906896 139898282297045 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24924160 140732890395745 140732890395931 140732890395931 140732890398671 0
[pid=16111/tid=16115] ppid=16108 vsize=14325320 memory=139960139540096 CPUtime=0 cores=0-7
/proc/16111/task/16115/stat : 16115 (java) S 16108 16111 15472 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 113869449 14669127680 8444 33554432000 4194304 4196468 140732890391968 139898233854352 139898282297045 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24924160 140732890395745 140732890395931 140732890395931 140732890398671 0
[pid=16111/tid=16116] ppid=16108 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/16111/task/16116/stat : 16116 (java) S 16108 16111 15472 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 113869449 14669127680 8444 33554432000 4194304 4196468 140732890391968 139898232801808 139898282297045 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24924160 140732890395745 140732890395931 140732890395931 140732890398671 0
[pid=16111/tid=16117] ppid=16108 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/16111/task/16117/stat : 16117 (java) S 16108 16111 15472 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 113869449 14669127680 8444 33554432000 4194304 4196468 140732890391968 139898231749264 139898282297045 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24924160 140732890395745 140732890395931 140732890395931 140732890398671 0
[pid=16111/tid=16118] ppid=16108 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/16111/task/16118/stat : 16118 (java) S 16108 16111 15472 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 113869449 14669127680 8444 33554432000 4194304 4196468 140732890391968 139898230696720 139898282297045 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24924160 140732890395745 140732890395931 140732890395931 140732890398671 0
[pid=16111/tid=16119] ppid=16108 vsize=14325320 memory=-1 CPUtime=0 cores=0-7
/proc/16111/task/16119/stat : 16119 (java) S 16108 16111 15472 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 113869449 14669127680 8444 33554432000 4194304 4196468 140732890391968 139898229644176 139898282297045 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24924160 140732890395745 140732890395931 140732890395931 140732890398671 0
[pid=16111/tid=16120] ppid=16108 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/16111/task/16120/stat : 16120 (java) S 16108 16111 15472 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 113869449 14669127680 8444 33554432000 4194304 4196468 140732890391968 139898228591632 139898282297045 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24924160 140732890395745 140732890395931 140732890395931 140732890398671 0
[pid=16111/tid=16121] ppid=16108 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/16111/task/16121/stat : 16121 (java) S 16108 16111 15472 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 113869449 14669127680 8444 33554432000 4194304 4196468 140732890391968 139898227539088 139898282297045 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24924160 140732890395745 140732890395931 140732890395931 140732890398671 0
[pid=16111/tid=16122] ppid=16108 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/16111/task/16122/stat : 16122 (java) S 16108 16111 15472 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 113869450 14669127680 8444 33554432000 4194304 4196468 140732890391968 139897446852592 139898282297986 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24924160 140732890395745 140732890395931 140732890395931 140732890398671 0
[pid=16111/tid=16123] ppid=16108 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/16111/task/16123/stat : 16123 (java) S 16108 16111 15472 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 113869451 14669127680 8444 33554432000 4194304 4196468 140732890391968 139897445798816 139898282297045 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24924160 140732890395745 140732890395931 140732890395931 140732890398671 0
[pid=16111/tid=16124] ppid=16108 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/16111/task/16124/stat : 16124 (java) S 16108 16111 15472 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 113869451 14669127680 8444 33554432000 4194304 4196468 140732890391968 139897444746224 139898282297045 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24924160 140732890395745 140732890395931 140732890395931 140732890398671 0
[pid=16111/tid=16125] ppid=16108 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/16111/task/16125/stat : 16125 (java) S 16108 16111 15472 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 113869453 14669127680 8444 33554432000 4194304 4196468 140732890391968 139897443694800 139898282305435 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24924160 140732890395745 140732890395931 140732890395931 140732890398671 0
[pid=16111/tid=16126] ppid=16108 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/16111/task/16126/stat : 16126 (java) S 16108 16111 15472 0 -1 1077944384 294 0 0 0 0 0 0 0 20 0 20 0 113869453 14669127680 8444 33554432000 4194304 4196468 140732890391968 139897442642416 139898282297986 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24924160 140732890395745 140732890395931 140732890395931 140732890398671 0
[pid=16111/tid=16127] ppid=16108 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/16111/task/16127/stat : 16127 (java) S 16108 16111 15472 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 113869453 14669127680 8444 33554432000 4194304 4196468 140732890391968 139897441589872 139898282297986 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24924160 140732890395745 140732890395931 140732890395931 140732890398671 0
[pid=16111/tid=16128] ppid=16108 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/16111/task/16128/stat : 16128 (java) S 16108 16111 15472 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 113869453 14669127680 8444 33554432000 4194304 4196468 140732890391968 139897440537328 139898282297986 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24924160 140732890395745 140732890395931 140732890395931 140732890398671 0
[pid=16111/tid=16129] ppid=16108 vsize=14325320 memory=0 CPUtime=0.02 cores=0-7
/proc/16111/task/16129/stat : 16129 (java) S 16108 16111 15472 0 -1 1077944384 376 0 0 0 2 0 0 0 20 0 20 0 113869453 14669127680 8444 33554432000 4194304 4196468 140732890391968 139897439484784 139898282297986 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24924160 140732890395745 140732890395931 140732890395931 140732890398671 0
[pid=16111/tid=16130] ppid=16108 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/16111/task/16130/stat : 16130 (java) S 16108 16111 15472 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 113869453 14669127680 8444 33554432000 4194304 4196468 140732890391968 139897438431456 139898282297045 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24924160 140732890395745 140732890395931 140732890395931 140732890398671 0
[pid=16111/tid=16131] ppid=16108 vsize=14325320 memory=-1 CPUtime=0 cores=0-7
/proc/16111/task/16131/stat : 16131 (java) S 16108 16111 15472 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 113869454 14669127680 8444 33554432000 4194304 4196468 140732890391968 139897437378992 139898282297986 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24924160 140732890395745 140732890395931 140732890395931 140732890398671 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 14325320 KiB
Current children cumulated memory: 33776 KiB

[startup+0.210586 s]*
/proc/loadavg: 0.92 1.00 1.06 3/199 16131
/proc/meminfo: memFree=27619404/32770624 swapFree=67108860/67108860
[pid=16111] ppid=16108 vsize=14325320 memory=42940 CPUtime=0.3 cores=0-7
/proc/16111/stat : 16111 (java) S 16108 16111 15472 0 -1 1077944320 9352 0 0 0 28 2 0 0 20 0 20 0 113869447 14669127680 10735 33554432000 4194304 4196468 140732890391968 140732890374512 139898282286839 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 24924160 140732890395745 140732890395931 140732890395931 140732890398671 0
/proc/16111/statm: 3581330 10735 3592 1 0 3569050 0
[pid=16111/tid=16113] ppid=16108 vsize=14325320 memory=32758254098972862 CPUtime=0.19 cores=0-7
/proc/16111/task/16113/stat : 16113 (java) R 16108 16111 15472 0 -1 4202560 6917 0 0 0 18 1 0 0 20 0 20 0 113869448 14669127680 10735 33554432000 4194304 4196468 140732890391968 139898286494960 139898266367326 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 24924160 140732890395745 140732890395931 140732890395931 140732890398671 0
[pid=16111/tid=16114] ppid=16108 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/16111/task/16114/stat : 16114 (java) S 16108 16111 15472 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 113869449 14669127680 10735 33554432000 4194304 4196468 140732890391968 139898234906896 139898282297045 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24924160 140732890395745 140732890395931 140732890395931 140732890398671 0
[pid=16111/tid=16115] ppid=16108 vsize=14325320 memory=139960139555851 CPUtime=0 cores=0-7
/proc/16111/task/16115/stat : 16115 (java) S 16108 16111 15472 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 113869449 14669127680 10735 33554432000 4194304 4196468 140732890391968 139898233854352 139898282297045 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24924160 140732890395745 140732890395931 140732890395931 140732890398671 0
[pid=16111/tid=16116] ppid=16108 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/16111/task/16116/stat : 16116 (java) S 16108 16111 15472 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 113869449 14669127680 10735 33554432000 4194304 4196468 140732890391968 139898232801808 139898282297045 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24924160 140732890395745 140732890395931 140732890395931 140732890398671 0
[pid=16111/tid=16117] ppid=16108 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/16111/task/16117/stat : 16117 (java) S 16108 16111 15472 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 113869449 14669127680 10735 33554432000 4194304 4196468 140732890391968 139898231749264 139898282297045 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24924160 140732890395745 140732890395931 140732890395931 140732890398671 0
[pid=16111/tid=16118] ppid=16108 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/16111/task/16118/stat : 16118 (java) S 16108 16111 15472 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 113869449 14669127680 10735 33554432000 4194304 4196468 140732890391968 139898230696720 139898282297045 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24924160 140732890395745 140732890395931 140732890395931 140732890398671 0
[pid=16111/tid=16119] ppid=16108 vsize=14325320 memory=-1 CPUtime=0 cores=0-7
/proc/16111/task/16119/stat : 16119 (java) S 16108 16111 15472 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 113869449 14669127680 10735 33554432000 4194304 4196468 140732890391968 139898229644176 139898282297045 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24924160 140732890395745 140732890395931 140732890395931 140732890398671 0
[pid=16111/tid=16120] ppid=16108 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/16111/task/16120/stat : 16120 (java) S 16108 16111 15472 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 113869449 14669127680 10735 33554432000 4194304 4196468 140732890391968 139898228591632 139898282297045 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24924160 140732890395745 140732890395931 140732890395931 140732890398671 0
[pid=16111/tid=16121] ppid=16108 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/16111/task/16121/stat : 16121 (java) S 16108 16111 15472 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 113869449 14669127680 10735 33554432000 4194304 4196468 140732890391968 139898227539088 139898282297045 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24924160 140732890395745 140732890395931 140732890395931 140732890398671 0
[pid=16111/tid=16122] ppid=16108 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/16111/task/16122/stat : 16122 (java) S 16108 16111 15472 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 20 0 113869450 14669127680 10735 33554432000 4194304 4196468 140732890391968 139897446852592 139898282297986 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24924160 140732890395745 140732890395931 140732890395931 140732890398671 0
[pid=16111/tid=16123] ppid=16108 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/16111/task/16123/stat : 16123 (java) S 16108 16111 15472 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 113869451 14669127680 10735 33554432000 4194304 4196468 140732890391968 139897445798816 139898282297045 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24924160 140732890395745 140732890395931 140732890395931 140732890398671 0
[pid=16111/tid=16124] ppid=16108 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/16111/task/16124/stat : 16124 (java) S 16108 16111 15472 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 113869451 14669127680 10735 33554432000 4194304 4196468 140732890391968 139897444746224 139898282297045 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24924160 140732890395745 140732890395931 140732890395931 140732890398671 0
[pid=16111/tid=16125] ppid=16108 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/16111/task/16125/stat : 16125 (java) S 16108 16111 15472 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 113869453 14669127680 10735 33554432000 4194304 4196468 140732890391968 139897443694800 139898282305435 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24924160 140732890395745 140732890395931 140732890395931 140732890398671 0
[pid=16111/tid=16126] ppid=16108 vsize=14325320 memory=0 CPUtime=0.01 cores=0-7
/proc/16111/task/16126/stat : 16126 (java) S 16108 16111 15472 0 -1 1077944384 447 0 0 0 1 0 0 0 20 0 20 0 113869453 14669127680 10735 33554432000 4194304 4196468 140732890391968 139897442642416 139898282297986 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24924160 140732890395745 140732890395931 140732890395931 140732890398671 0
[pid=16111/tid=16127] ppid=16108 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/16111/task/16127/stat : 16127 (java) S 16108 16111 15472 0 -1 1077944384 40 0 0 0 0 0 0 0 20 0 20 0 113869453 14669127680 10735 33554432000 4194304 4196468 140732890391968 139897441589872 139898282297986 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24924160 140732890395745 140732890395931 140732890395931 140732890398671 0
[pid=16111/tid=16128] ppid=16108 vsize=14325320 memory=0 CPUtime=0.01 cores=0-7
/proc/16111/task/16128/stat : 16128 (java) S 16108 16111 15472 0 -1 1077944384 143 0 0 0 1 0 0 0 20 0 20 0 113869453 14669127680 10735 33554432000 4194304 4196468 140732890391968 139897440537328 139898282297986 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24924160 140732890395745 140732890395931 140732890395931 140732890398671 0
[pid=16111/tid=16129] ppid=16108 vsize=14325320 memory=0 CPUtime=0.05 cores=0-7
/proc/16111/task/16129/stat : 16129 (java) R 16108 16111 15472 0 -1 4202560 421 0 0 0 5 0 0 0 20 0 20 0 113869453 14669127680 10735 33554432000 4194304 4196468 140732890391968 139897439484784 139898282298774 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 24924160 140732890395745 140732890395931 140732890395931 140732890398671 0
[pid=16111/tid=16130] ppid=16108 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/16111/task/16130/stat : 16130 (java) S 16108 16111 15472 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 113869453 14669127680 10735 33554432000 4194304 4196468 140732890391968 139897438431456 139898282297045 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24924160 140732890395745 140732890395931 140732890395931 140732890398671 0
[pid=16111/tid=16131] ppid=16108 vsize=14325320 memory=-1 CPUtime=0 cores=0-7
/proc/16111/task/16131/stat : 16131 (java) S 16108 16111 15472 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 113869454 14669127680 10735 33554432000 4194304 4196468 140732890391968 139897437378992 139898282297986 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24924160 140732890395745 140732890395931 140732890395931 140732890398671 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 14325320 KiB
Current children cumulated memory: 42940 KiB

[startup+0.310368 s]*
/proc/loadavg: 0.92 1.00 1.06 2/199 16131
/proc/meminfo: memFree=27613536/32770624 swapFree=67108860/67108860
[pid=16111] ppid=16108 vsize=14325340 memory=50136 CPUtime=0.47 cores=0-7
/proc/16111/stat : 16111 (java) S 16108 16111 15472 0 -1 1077944320 10321 0 0 0 44 3 0 0 20 0 20 0 113869447 14669148160 12534 33554432000 4194304 4196468 140732890391968 140732890374512 139898282286839 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 24924160 140732890395745 140732890395931 140732890395931 140732890398671 0
/proc/16111/statm: 3581335 12534 3694 1 0 3569050 0
[pid=16111/tid=16113] ppid=16108 vsize=14325340 memory=6791534058613427641 CPUtime=0.29 cores=0-7
/proc/16111/task/16113/stat : 16113 (java) R 16108 16111 15472 0 -1 4202560 7602 0 0 0 27 2 0 0 20 0 20 0 113869448 14669148160 12534 33554432000 4194304 4196468 140732890391968 139898286512432 139897906266529 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 24924160 140732890395745 140732890395931 140732890395931 140732890398671 0
[pid=16111/tid=16114] ppid=16108 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/16111/task/16114/stat : 16114 (java) S 16108 16111 15472 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 113869449 14669148160 12534 33554432000 4194304 4196468 140732890391968 139898234906896 139898282297045 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24924160 140732890395745 140732890395931 140732890395931 140732890398671 0
[pid=16111/tid=16115] ppid=16108 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/16111/task/16115/stat : 16115 (java) S 16108 16111 15472 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 113869449 14669148160 12534 33554432000 4194304 4196468 140732890391968 139898233854352 139898282297045 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24924160 140732890395745 140732890395931 140732890395931 140732890398671 0
[pid=16111/tid=16116] ppid=16108 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/16111/task/16116/stat : 16116 (java) S 16108 16111 15472 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 113869449 14669148160 12534 33554432000 4194304 4196468 140732890391968 139898232801808 139898282297045 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24924160 140732890395745 140732890395931 140732890395931 140732890398671 0
[pid=16111/tid=16117] ppid=16108 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/16111/task/16117/stat : 16117 (java) S 16108 16111 15472 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 113869449 14669148160 12534 33554432000 4194304 4196468 140732890391968 139898231749264 139898282297045 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24924160 140732890395745 140732890395931 140732890395931 140732890398671 0
[pid=16111/tid=16118] ppid=16108 vsize=14325340 memory=2244 CPUtime=0 cores=0-7
/proc/16111/task/16118/stat : 16118 (java) S 16108 16111 15472 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 113869449 14669148160 12534 33554432000 4194304 4196468 140732890391968 139898230696720 139898282297045 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24924160 140732890395745 140732890395931 140732890395931 140732890398671 0
[pid=16111/tid=16119] ppid=16108 vsize=14325340 memory=139960032261039 CPUtime=0 cores=0-7
/proc/16111/task/16119/stat : 16119 (java) S 16108 16111 15472 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 113869449 14669148160 12534 33554432000 4194304 4196468 140732890391968 139898229644176 139898282297045 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24924160 140732890395745 140732890395931 140732890395931 140732890398671 0
[pid=16111/tid=16120] ppid=16108 vsize=14325340 memory=139960032263344 CPUtime=0 cores=0-7
/proc/16111/task/16120/stat : 16120 (java) S 16108 16111 15472 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 113869449 14669148160 12534 33554432000 4194304 4196468 140732890391968 139898228591632 139898282297045 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24924160 140732890395745 140732890395931 140732890395931 140732890398671 0
[pid=16111/tid=16121] ppid=16108 vsize=14325340 memory=139960032265648 CPUtime=0 cores=0-7
/proc/16111/task/16121/stat : 16121 (java) S 16108 16111 15472 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 113869449 14669148160 12534 33554432000 4194304 4196468 140732890391968 139898227539088 139898282297045 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24924160 140732890395745 140732890395931 140732890395931 140732890398671 0
[pid=16111/tid=16122] ppid=16108 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/16111/task/16122/stat : 16122 (java) S 16108 16111 15472 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 20 0 113869450 14669148160 12534 33554432000 4194304 4196468 140732890391968 139897446852592 139898282297986 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24924160 140732890395745 140732890395931 140732890395931 140732890398671 0
[pid=16111/tid=16123] ppid=16108 vsize=14325340 memory=279920064538256 CPUtime=0 cores=0-7
/proc/16111/task/16123/stat : 16123 (java) S 16108 16111 15472 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 113869451 14669148160 12534 33554432000 4194304 4196468 140732890391968 139897445798816 139898282297045 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24924160 140732890395745 140732890395931 140732890395931 140732890398671 0
[pid=16111/tid=16124] ppid=16108 vsize=14325340 memory=279920064545168 CPUtime=0 cores=0-7
/proc/16111/task/16124/stat : 16124 (java) S 16108 16111 15472 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 113869451 14669148160 12534 33554432000 4194304 4196468 140732890391968 139897444746224 139898282297045 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24924160 140732890395745 140732890395931 140732890395931 140732890398671 0
[pid=16111/tid=16125] ppid=16108 vsize=14325340 memory=279920064486448 CPUtime=0 cores=0-7
/proc/16111/task/16125/stat : 16125 (java) S 16108 16111 15472 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 113869453 14669148160 12534 33554432000 4194304 4196468 140732890391968 139897443694800 139898282305435 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24924160 140732890395745 140732890395931 140732890395931 140732890398671 0
[pid=16111/tid=16126] ppid=16108 vsize=14325340 memory=279920064558992 CPUtime=0.03 cores=0-7
/proc/16111/task/16126/stat : 16126 (java) S 16108 16111 15472 0 -1 1077944384 581 0 0 0 3 0 0 0 20 0 20 0 113869453 14669148160 12534 33554432000 4194304 4196468 140732890391968 139897442642416 139898282297986 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24924160 140732890395745 140732890395931 140732890395931 140732890398671 0
[pid=16111/tid=16127] ppid=16108 vsize=14325340 memory=279920064565904 CPUtime=0.02 cores=0-7
/proc/16111/task/16127/stat : 16127 (java) S 16108 16111 15472 0 -1 1077944384 119 0 0 0 2 0 0 0 20 0 20 0 113869453 14669148160 12534 33554432000 4194304 4196468 140732890391968 139897441589872 139898282297986 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24924160 140732890395745 140732890395931 140732890395931 140732890398671 0
[pid=16111/tid=16128] ppid=16108 vsize=14325340 memory=279920064563600 CPUtime=0.02 cores=0-7
/proc/16111/task/16128/stat : 16128 (java) S 16108 16111 15472 0 -1 1077944384 156 0 0 0 2 0 0 0 20 0 20 0 113869453 14669148160 12534 33554432000 4194304 4196468 140732890391968 139897440537328 139898282297986 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24924160 140732890395745 140732890395931 140732890395931 140732890398671 0
[pid=16111/tid=16129] ppid=16108 vsize=14325340 memory=279920064580160 CPUtime=0.08 cores=0-7
/proc/16111/task/16129/stat : 16129 (java) S 16108 16111 15472 0 -1 1077944384 476 0 0 0 8 0 0 0 20 0 20 0 113869453 14669148160 12534 33554432000 4194304 4196468 140732890391968 139897439484784 139898282297986 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24924160 140732890395745 140732890395931 140732890395931 140732890398671 0
[pid=16111/tid=16130] ppid=16108 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/16111/task/16130/stat : 16130 (java) S 16108 16111 15472 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 113869453 14669148160 12534 33554432000 4194304 4196468 140732890391968 139897438431456 139898282297045 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24924160 140732890395745 140732890395931 140732890395931 140732890398671 0
[pid=16111/tid=16131] ppid=16108 vsize=14325340 memory=-1 CPUtime=0 cores=0-7
/proc/16111/task/16131/stat : 16131 (java) S 16108 16111 15472 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 113869454 14669148160 12534 33554432000 4194304 4196468 140732890391968 139897437378992 139898282297986 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24924160 140732890395745 140732890395931 140732890395931 140732890398671 0
Current children cumulated CPU time: 0.47 s
Current children cumulated vsize: 14325340 KiB
Current children cumulated memory: 50136 KiB

[startup+0.701089 s]
/proc/loadavg: 0.92 1.00 1.06 2/199 16131
/proc/meminfo: memFree=27561348/32770624 swapFree=67108860/67108860
[pid=16111] ppid=16108 vsize=14327388 memory=286260 CPUtime=1.33 cores=0-7
/proc/16111/stat : 16111 (java) S 16108 16111 15472 0 -1 1077944320 12045 0 0 0 103 30 0 0 20 0 20 0 113869447 14671245312 71565 33554432000 4194304 4196468 140732890391968 140732890374512 139898282286839 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 24924160 140732890395745 140732890395931 140732890395931 140732890398671 0
/proc/16111/statm: 3581847 71565 3744 1 0 3569562 0
[pid=16111/tid=16113] ppid=16108 vsize=14327388 memory=7230638416007556695 CPUtime=0.62 cores=0-7
/proc/16111/task/16113/stat : 16113 (java) R 16108 16111 15472 0 -1 4202560 8224 0 0 0 57 5 0 0 20 0 20 0 113869448 14671245312 71565 33554432000 4194304 4196468 140732890391968 139898286522912 139898282308765 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 24924160 140732890395745 140732890395931 140732890395931 140732890398671 0
[pid=16111/tid=16114] ppid=16108 vsize=14327388 memory=69277822516740 CPUtime=0.03 cores=0-7
/proc/16111/task/16114/stat : 16114 (java) S 16108 16111 15472 0 -1 1077944384 35 0 0 0 1 2 0 0 20 0 20 0 113869449 14671245312 71565 33554432000 4194304 4196468 140732890391968 139898234906896 139898282297045 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24924160 140732890395745 140732890395931 140732890395931 140732890398671 0
[pid=16111/tid=16115] ppid=16108 vsize=14327388 memory=139960032279336 CPUtime=0.03 cores=0-7
/proc/16111/task/16115/stat : 16115 (java) S 16108 16111 15472 0 -1 1077944384 54 0 0 0 1 2 0 0 20 0 20 0 113869449 14671245312 71565 33554432000 4194304 4196468 140732890391968 139898233854352 139898282297045 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24924160 140732890395745 140732890395931 140732890395931 140732890398671 0
[pid=16111/tid=16116] ppid=16108 vsize=14327388 memory=0 CPUtime=0.04 cores=0-7
/proc/16111/task/16116/stat : 16116 (java) S 16108 16111 15472 0 -1 1077944384 56 0 0 0 2 2 0 0 20 0 20 0 113869449 14671245312 71565 33554432000 4194304 4196468 140732890391968 139898232801808 139898282297045 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24924160 140732890395745 140732890395931 140732890395931 140732890398671 0
[pid=16111/tid=16117] ppid=16108 vsize=14327388 memory=0 CPUtime=0.03 cores=0-7
/proc/16111/task/16117/stat : 16117 (java) S 16108 16111 15472 0 -1 1077944384 36 0 0 0 1 2 0 0 20 0 20 0 113869449 14671245312 71565 33554432000 4194304 4196468 140732890391968 139898231749264 139898282297045 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24924160 140732890395745 140732890395931 140732890395931 140732890398671 0
[pid=16111/tid=16118] ppid=16108 vsize=14327388 memory=0 CPUtime=0.04 cores=0-7
/proc/16111/task/16118/stat : 16118 (java) S 16108 16111 15472 0 -1 1077944384 60 0 0 0 1 3 0 0 20 0 20 0 113869449 14671245312 71565 33554432000 4194304 4196468 140732890391968 139898230696720 139898282297045 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24924160 140732890395745 140732890395931 140732890395931 140732890398671 0
[pid=16111/tid=16119] ppid=16108 vsize=14327388 memory=0 CPUtime=0.04 cores=0-7
/proc/16111/task/16119/stat : 16119 (java) S 16108 16111 15472 0 -1 1077944384 51 0 0 0 1 3 0 0 20 0 20 0 113869449 14671245312 71565 33554432000 4194304 4196468 140732890391968 139898229644176 139898282297045 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24924160 140732890395745 140732890395931 140732890395931 140732890398671 0
[pid=16111/tid=16120] ppid=16108 vsize=14327388 memory=0 CPUtime=0.04 cores=0-7
/proc/16111/task/16120/stat : 16120 (java) S 16108 16111 15472 0 -1 1077944384 57 0 0 0 2 2 0 0 20 0 20 0 113869449 14671245312 71565 33554432000 4194304 4196468 140732890391968 139898228591632 139898282297045 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24924160 140732890395745 140732890395931 140732890395931 140732890398671 0
[pid=16111/tid=16121] ppid=16108 vsize=14327388 memory=1732 CPUtime=0.04 cores=0-7
/proc/16111/task/16121/stat : 16121 (java) S 16108 16111 15472 0 -1 1077944384 64 0 0 0 1 3 0 0 20 0 20 0 113869449 14671245312 71565 33554432000 4194304 4196468 140732890391968 139898227539088 139898282297045 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24924160 140732890395745 140732890395931 140732890395931 140732890398671 0
[pid=16111/tid=16122] ppid=16108 vsize=14327388 memory=1224 CPUtime=0 cores=0-7
/proc/16111/task/16122/stat : 16122 (java) S 16108 16111 15472 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 20 0 113869450 14671245312 71565 33554432000 4194304 4196468 140732890391968 139897446852592 139898282297986 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24924160 140732890395745 140732890395931 140732890395931 140732890398671 0

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

[pid=16111/tid=16141] ppid=16108 vsize=15200912 memory=5792 CPUtime=10.12 cores=0-7
/proc/16111/task/16141/stat : 16141 (java) S 16108 16111 15472 0 -1 1077944384 14466 0 0 0 1002 10 0 0 20 0 33 0 113881364 15565733888 2949447 33554432000 4194304 4196468 140732890391968 139897212986336 139898282297045 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 3 0 0 6293624 6294260 24924160 140732890395745 140732890395931 140732890395931 140732890398671 0
[pid=16111/tid=16142] ppid=16108 vsize=15200912 memory=796 CPUtime=10.14 cores=0-7
/proc/16111/task/16142/stat : 16142 (java) S 16108 16111 15472 0 -1 1077944384 14512 0 0 0 988 26 0 0 20 0 33 0 113881364 15565733888 2949447 33554432000 4194304 4196468 140732890391968 139897211936288 139898282297045 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 4 0 0 6293624 6294260 24924160 140732890395745 140732890395931 140732890395931 140732890398671 0
[pid=16111/tid=16143] ppid=16108 vsize=15200912 memory=1436 CPUtime=0 cores=0-7
/proc/16111/task/16143/stat : 16143 (java) S 16108 16111 15472 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 33 0 113881364 15565733888 2949447 33554432000 4194304 4196468 140732890391968 139897210893472 139898282297045 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24924160 140732890395745 140732890395931 140732890395931 140732890398671 0
[pid=16111/tid=16144] ppid=16108 vsize=15200912 memory=1012 CPUtime=0 cores=0-7
/proc/16111/task/16144/stat : 16144 (java) S 16108 16111 15472 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 33 0 113881364 15565733888 2949447 33554432000 4194304 4196468 140732890391968 139897209840928 139898282297045 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24924160 140732890395745 140732890395931 140732890395931 140732890398671 0
[pid=16111/tid=16145] ppid=16108 vsize=15200912 memory=1712 CPUtime=0 cores=0-7
/proc/16111/task/16145/stat : 16145 (java) S 16108 16111 15472 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 33 0 113881364 15565733888 2949447 33554432000 4194304 4196468 140732890391968 139897208788384 139898282297045 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24924160 140732890395745 140732890395931 140732890395931 140732890398671 0
Current children cumulated CPU time: 1188.6 s
Current children cumulated vsize: 15200912 KiB
Current children cumulated memory: 11797788 KiB

[startup+328.801 s]
/proc/loadavg: 4.90 2.73 1.73 2/211 16146
/proc/meminfo: memFree=15842264/32770624 swapFree=67108860/67108860
[pid=16111] ppid=16108 vsize=15200912 memory=11797788 CPUtime=1189 cores=0-7
/proc/16111/stat : 16111 (java) S 16108 16111 15472 0 -1 1077944320 1586283 0 0 0 115974 2926 0 0 20 0 33 0 113869447 15565733888 2949447 33554432000 4194304 4196468 140732890391968 140732890374512 139898282286839 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 24924160 140732890395745 140732890395931 140732890395931 140732890398671 0
/proc/16111/statm: 3800228 2949447 3852 1 0 3787943 0
[pid=16111/tid=16113] ppid=16108 vsize=15200912 memory=7882797228050835046 CPUtime=89.54 cores=0-7
/proc/16111/task/16113/stat : 16113 (java) S 16108 16111 15472 0 -1 1077944384 77230 0 0 0 8896 58 0 0 20 0 33 0 113869448 15565733888 2949447 33554432000 4194304 4196468 140732890391968 139898286529712 139898282297045 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24924160 140732890395745 140732890395931 140732890395931 140732890398671 0
[pid=16111/tid=16114] ppid=16108 vsize=15200912 memory=7882797228050835046 CPUtime=112.31 cores=0-7
/proc/16111/task/16114/stat : 16114 (java) S 16108 16111 15472 0 -1 1077944384 114412 0 0 0 10911 320 0 0 20 0 33 0 113869449 15565733888 2949447 33554432000 4194304 4196468 140732890391968 139898234906896 139898282297045 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 36 0 0 6293624 6294260 24924160 140732890395745 140732890395931 140732890395931 140732890398671 0
[pid=16111/tid=16115] ppid=16108 vsize=15200912 memory=4639948313719891052 CPUtime=112.17 cores=0-7
/proc/16111/task/16115/stat : 16115 (java) S 16108 16111 15472 0 -1 1077944384 85163 0 0 0 10896 321 0 0 20 0 33 0 113869449 15565733888 2949447 33554432000 4194304 4196468 140732890391968 139898233854352 139898282297045 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 39 0 0 6293624 6294260 24924160 140732890395745 140732890395931 140732890395931 140732890398671 0
[pid=16111/tid=16116] ppid=16108 vsize=15200912 memory=1240 CPUtime=112.33 cores=0-7
/proc/16111/task/16116/stat : 16116 (java) S 16108 16111 15472 0 -1 1077944384 257340 0 0 0 10898 335 0 0 20 0 33 0 113869449 15565733888 2949447 33554432000 4194304 4196468 140732890391968 139898232801808 139898282297045 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 40 0 0 6293624 6294260 24924160 140732890395745 140732890395931 140732890395931 140732890398671 0
[pid=16111/tid=16117] ppid=16108 vsize=15200912 memory=960 CPUtime=112.68 cores=0-7
/proc/16111/task/16117/stat : 16117 (java) S 16108 16111 15472 0 -1 1077944384 136482 0 0 0 10907 361 0 0 20 0 33 0 113869449 15565733888 2949447 33554432000 4194304 4196468 140732890391968 139898231749264 139898282297045 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 33 0 0 6293624 6294260 24924160 140732890395745 140732890395931 140732890395931 140732890398671 0
[pid=16111/tid=16118] ppid=16108 vsize=15200912 memory=2424 CPUtime=112.36 cores=0-7
/proc/16111/task/16118/stat : 16118 (java) S 16108 16111 15472 0 -1 1077944384 100316 0 0 0 10901 335 0 0 20 0 33 0 113869449 15565733888 2949447 33554432000 4194304 4196468 140732890391968 139898230696720 139898282297045 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 35 0 0 6293624 6294260 24924160 140732890395745 140732890395931 140732890395931 140732890398671 0
[pid=16111/tid=16119] ppid=16108 vsize=15200912 memory=932 CPUtime=112.4 cores=0-7
/proc/16111/task/16119/stat : 16119 (java) S 16108 16111 15472 0 -1 1077944384 138916 0 0 0 10902 338 0 0 20 0 33 0 113869449 15565733888 2949447 33554432000 4194304 4196468 140732890391968 139898229644176 139898282297045 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 40 0 0 6293624 6294260 24924160 140732890395745 140732890395931 140732890395931 140732890398671 0
[pid=16111/tid=16120] ppid=16108 vsize=15200912 memory=1572 CPUtime=111.96 cores=0-7
/proc/16111/task/16120/stat : 16120 (java) S 16108 16111 15472 0 -1 1077944384 146761 0 0 0 10878 318 0 0 20 0 33 0 113869449 15565733888 2949447 33554432000 4194304 4196468 140732890391968 139898228591632 139898282297045 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 35 0 0 6293624 6294260 24924160 140732890395745 140732890395931 140732890395931 140732890398671 0
[pid=16111/tid=16121] ppid=16108 vsize=15200912 memory=2244 CPUtime=112.33 cores=0-7
/proc/16111/task/16121/stat : 16121 (java) S 16108 16111 15472 0 -1 1077944384 206069 0 0 0 10905 328 0 0 20 0 33 0 113869449 15565733888 2949447 33554432000 4194304 4196468 140732890391968 139898227539088 139898282297045 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 35 0 0 6293624 6294260 24924160 140732890395745 140732890395931 140732890395931 140732890398671 0
[pid=16111/tid=16122] ppid=16108 vsize=15200912 memory=4124 CPUtime=115.26 cores=0-7
/proc/16111/task/16122/stat : 16122 (java) R 16108 16111 15472 0 -1 4202560 203243 0 0 0 11475 51 0 0 20 0 33 0 113869450 15565733888 2949447 33554432000 4194304 4196468 140732890391968 139897446851024 139898267283243 0 0 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 24924160 140732890395745 140732890395931 140732890395931 140732890398671 0
[pid=16111/tid=16123] ppid=16108 vsize=15200912 memory=11797788 CPUtime=0 cores=0-7
/proc/16111/task/16123/stat : 16123 (java) S 16108 16111 15472 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 33 0 113869451 15565733888 2949447 33554432000 4194304 4196468 140732890391968 139897445798880 139898282297045 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24924160 140732890395745 140732890395931 140732890395931 140732890398671 0
[pid=16111/tid=16124] ppid=16108 vsize=15200912 memory=6791534058613427641 CPUtime=0 cores=0-7
/proc/16111/task/16124/stat : 16124 (java) S 16108 16111 15472 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 33 0 113869451 15565733888 2949447 33554432000 4194304 4196468 140732890391968 139897444746240 139898282297045 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24924160 140732890395745 140732890395931 140732890395931 140732890398671 0
[pid=16111/tid=16125] ppid=16108 vsize=15200912 memory=6945792349480380524 CPUtime=0 cores=0-7
/proc/16111/task/16125/stat : 16125 (java) S 16108 16111 15472 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 33 0 113869453 15565733888 2949447 33554432000 4194304 4196468 140732890391968 139897443694800 139898282305435 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24924160 140732890395745 140732890395931 140732890395931 140732890398671 0
[pid=16111/tid=16126] ppid=16108 vsize=15200912 memory=4642206702062824813 CPUtime=0.9 cores=0-7
/proc/16111/task/16126/stat : 16126 (java) S 16108 16111 15472 0 -1 1077944384 5871 0 0 0 89 1 0 0 20 0 33 0 113869453 15565733888 2949447 33554432000 4194304 4196468 140732890391968 139897442642464 139898282297045 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24924160 140732890395745 140732890395931 140732890395931 140732890398671 0
[pid=16111/tid=16127] ppid=16108 vsize=15200912 memory=7523376918531162212 CPUtime=1.03 cores=0-7
/proc/16111/task/16127/stat : 16127 (java) S 16108 16111 15472 0 -1 1077944384 6445 0 0 0 101 2 0 0 20 0 33 0 113869453 15565733888 2949447 33554432000 4194304 4196468 140732890391968 139897441589920 139898282297045 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24924160 140732890395745 140732890395931 140732890395931 140732890398671 0
[pid=16111/tid=16128] ppid=16108 vsize=15200912 memory=7382075337156618344 CPUtime=1.19 cores=0-7
/proc/16111/task/16128/stat : 16128 (java) S 16108 16111 15472 0 -1 1077944384 7837 0 0 0 118 1 0 0 20 0 33 0 113869453 15565733888 2949447 33554432000 4194304 4196468 140732890391968 139897440537088 139898282297045 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24924160 140732890395745 140732890395931 140732890395931 140732890398671 0
[pid=16111/tid=16129] ppid=16108 vsize=15200912 memory=7668620158240909416 CPUtime=0.87 cores=0-7
/proc/16111/task/16129/stat : 16129 (java) S 16108 16111 15472 0 -1 1077944384 17012 0 0 0 84 3 0 0 20 0 33 0 113869453 15565733888 2949447 33554432000 4194304 4196468 140732890391968 139897439484832 139898282297045 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24924160 140732890395745 140732890395931 140732890395931 140732890398671 0
[pid=16111/tid=16130] ppid=16108 vsize=15200912 memory=7379830139361778024 CPUtime=0 cores=0-7
/proc/16111/task/16130/stat : 16130 (java) S 16108 16111 15472 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 33 0 113869453 15565733888 2949447 33554432000 4194304 4196468 140732890391968 139897438431456 139898282297045 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24924160 140732890395745 140732890395931 140732890395931 140732890398671 0
[pid=16111/tid=16131] ppid=16108 vsize=15200912 memory=7668620158240909416 CPUtime=0.14 cores=0-7
/proc/16111/task/16131/stat : 16131 (java) S 16108 16111 15472 0 -1 1077944384 1531 0 0 0 4 10 0 0 20 0 33 0 113869454 15565733888 2949447 33554432000 4194304 4196468 140732890391968 139897437378992 139898282297986 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24924160 140732890395745 140732890395931 140732890395931 140732890398671 0
[pid=16111/tid=16133] ppid=16108 vsize=15200912 memory=7668620158240909416 CPUtime=0 cores=0-7
/proc/16111/task/16133/stat : 16133 (java) S 16108 16111 15472 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 33 0 113881338 15565733888 2949447 33554432000 4194304 4196468 140732890391968 139897427092224 139898282297045 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24924160 140732890395745 140732890395931 140732890395931 140732890398671 0
[pid=16111/tid=16134] ppid=16108 vsize=15200912 memory=-8412652177879177843 CPUtime=0.08 cores=0-7
/proc/16111/task/16134/stat : 16134 (java) S 16108 16111 15472 0 -1 1077944384 1447 0 0 0 4 4 0 0 20 0 33 0 113881350 15565733888 2949447 33554432000 4194304 4196468 140732890391968 139897423942304 139898282297045 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 1 0 0 6293624 6294260 24924160 140732890395745 140732890395931 140732890395931 140732890398671 0
[pid=16111/tid=16135] ppid=16108 vsize=15200912 memory=8620 CPUtime=10.15 cores=0-7
/proc/16111/task/16135/stat : 16135 (java) S 16108 16111 15472 0 -1 1077944384 11507 0 0 0 986 29 0 0 20 0 33 0 113881360 15565733888 2949447 33554432000 4194304 4196468 140732890391968 139897420780272 139898282297045 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 3 0 0 6293624 6294260 24924160 140732890395745 140732890395931 140732890395931 140732890398671 0
[pid=16111/tid=16136] ppid=16108 vsize=15200912 memory=4620 CPUtime=10.17 cores=0-7
/proc/16111/task/16136/stat : 16136 (java) S 16108 16111 15472 0 -1 1077944384 9199 0 0 0 1003 14 0 0 20 0 33 0 113881361 15565733888 2949447 33554432000 4194304 4196468 140732890391968 139897218255856 139898282297045 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 3 0 0 6293624 6294260 24924160 140732890395745 140732890395931 140732890395931 140732890398671 0
[pid=16111/tid=16137] ppid=16108 vsize=15200912 memory=32300 CPUtime=10.15 cores=0-7
/proc/16111/task/16137/stat : 16137 (java) S 16108 16111 15472 0 -1 1077944384 2765 0 0 0 999 16 0 0 20 0 33 0 113881361 15565733888 2949447 33554432000 4194304 4196468 140732890391968 139897217200512 139898282297045 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 2 0 0 6293624 6294260 24924160 140732890395745 140732890395931 140732890395931 140732890398671 0
[pid=16111/tid=16138] ppid=16108 vsize=15200912 memory=1296 CPUtime=10.15 cores=0-7
/proc/16111/task/16138/stat : 16138 (java) S 16108 16111 15472 0 -1 1077944384 4125 0 0 0 1005 10 0 0 20 0 33 0 113881363 15565733888 2949447 33554432000 4194304 4196468 140732890391968 139897216147808 139898282297045 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 4 0 0 6293624 6294260 24924160 140732890395745 140732890395931 140732890395931 140732890398671 0
[pid=16111/tid=16139] ppid=16108 vsize=15200912 memory=2408 CPUtime=10.11 cores=0-7
/proc/16111/task/16139/stat : 16139 (java) S 16108 16111 15472 0 -1 1077944384 7120 0 0 0 999 12 0 0 20 0 33 0 113881363 15565733888 2949447 33554432000 4194304 4196468 140732890391968 139897215090832 139898282297045 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 3 0 0 6293624 6294260 24924160 140732890395745 140732890395931 140732890395931 140732890398671 0
[pid=16111/tid=16140] ppid=16108 vsize=15200912 memory=1732 CPUtime=10.2 cores=0-7
/proc/16111/task/16140/stat : 16140 (java) S 16108 16111 15472 0 -1 1077944384 14979 0 0 0 1001 19 0 0 20 0 33 0 113881363 15565733888 2949447 33554432000 4194304 4196468 140732890391968 139897214038880 139898282297045 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 2 0 0 6293624 6294260 24924160 140732890395745 140732890395931 140732890395931 140732890398671 0
[pid=16111/tid=16141] ppid=16108 vsize=15200912 memory=1224 CPUtime=10.12 cores=0-7
/proc/16111/task/16141/stat : 16141 (java) S 16108 16111 15472 0 -1 1077944384 14466 0 0 0 1002 10 0 0 20 0 33 0 113881364 15565733888 2949447 33554432000 4194304 4196468 140732890391968 139897212986336 139898282297045 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 3 0 0 6293624 6294260 24924160 140732890395745 140732890395931 140732890395931 140732890398671 0
[pid=16111/tid=16142] ppid=16108 vsize=15200912 memory=12032 CPUtime=10.14 cores=0-7
/proc/16111/task/16142/stat : 16142 (java) S 16108 16111 15472 0 -1 1077944384 14512 0 0 0 988 26 0 0 20 0 33 0 113881364 15565733888 2949447 33554432000 4194304 4196468 140732890391968 139897211936288 139898282297045 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 4 0 0 6293624 6294260 24924160 140732890395745 140732890395931 140732890395931 140732890398671 0
[pid=16111/tid=16143] ppid=16108 vsize=15200912 memory=6791534058613427641 CPUtime=0 cores=0-7
/proc/16111/task/16143/stat : 16143 (java) S 16108 16111 15472 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 33 0 113881364 15565733888 2949447 33554432000 4194304 4196468 140732890391968 139897210893472 139898282297045 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24924160 140732890395745 140732890395931 140732890395931 140732890398671 0
[pid=16111/tid=16144] ppid=16108 vsize=15200912 memory=288230621803970871 CPUtime=0 cores=0-7
/proc/16111/task/16144/stat : 16144 (java) S 16108 16111 15472 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 33 0 113881364 15565733888 2949447 33554432000 4194304 4196468 140732890391968 139897209840928 139898282297045 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24924160 140732890395745 140732890395931 140732890395931 140732890398671 0
[pid=16111/tid=16145] ppid=16108 vsize=15200912 memory=15252640887999017 CPUtime=0 cores=0-7
/proc/16111/task/16145/stat : 16145 (java) S 16108 16111 15472 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 33 0 113881364 15565733888 2949447 33554432000 4194304 4196468 140732890391968 139897208788384 139898282297045 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24924160 140732890395745 140732890395931 140732890395931 140732890398671 0
Current children cumulated CPU time: 1189 s
Current children cumulated vsize: 15200912 KiB
Current children cumulated memory: 11797788 KiB

[startup+328.917 s]
/proc/loadavg: 4.90 2.73 1.73 2/211 16146
/proc/meminfo: memFree=15842264/32770624 swapFree=67108860/67108860
[pid=16111] ppid=16108 vsize=15202968 memory=11798144 CPUtime=1189.4 cores=0-7
/proc/16111/stat : 16111 (java) S 16108 16111 15472 0 -1 1077944320 1587409 0 0 0 116013 2927 0 0 20 0 35 0 113869447 15567839232 2949529 33554432000 4194304 4196468 140732890391968 140732890374512 139898282286839 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 24924160 140732890395745 140732890395931 140732890395931 140732890398671 0
/proc/16111/statm: 3833510 2949536 3853 1 0 3821225 0
[pid=16111/tid=16113] ppid=16108 vsize=15334040 memory=11797788 CPUtime=89.54 cores=0-7
/proc/16111/task/16113/stat : 16113 (java) S 16108 16111 15472 0 -1 1077944384 77230 0 0 0 8896 58 0 0 20 0 33 0 113869448 15702056960 2949536 33554432000 4194304 4196468 140732890391968 139898286529712 139898282297045 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24924160 140732890395745 140732890395931 140732890395931 140732890398671 0
[pid=16111/tid=16114] ppid=16108 vsize=15334040 memory=11797784 CPUtime=112.31 cores=0-7
/proc/16111/task/16114/stat : 16114 (java) S 16108 16111 15472 0 -1 1077944384 114412 0 0 0 10911 320 0 0 20 0 33 0 113869449 15702056960 2949536 33554432000 4194304 4196468 140732890391968 139898234906896 139898282297045 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 36 0 0 6293624 6294260 24924160 140732890395745 140732890395931 140732890395931 140732890398671 0
[pid=16111/tid=16115] ppid=16108 vsize=15334040 memory=11797788 CPUtime=112.17 cores=0-7
/proc/16111/task/16115/stat : 16115 (java) S 16108 16111 15472 0 -1 1077944384 85163 0 0 0 10896 321 0 0 20 0 33 0 113869449 15702056960 2949536 33554432000 4194304 4196468 140732890391968 139898233854352 139898282297045 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 39 0 0 6293624 6294260 24924160 140732890395745 140732890395931 140732890395931 140732890398671 0
[pid=16111/tid=16116] ppid=16108 vsize=15334040 memory=11797784 CPUtime=112.33 cores=0-7
/proc/16111/task/16116/stat : 16116 (java) S 16108 16111 15472 0 -1 1077944384 257340 0 0 0 10898 335 0 0 20 0 33 0 113869449 15702056960 2949536 33554432000 4194304 4196468 140732890391968 139898232801808 139898282297045 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 40 0 0 6293624 6294260 24924160 140732890395745 140732890395931 140732890395931 140732890398671 0
[pid=16111/tid=16117] ppid=16108 vsize=15334040 memory=2408 CPUtime=112.68 cores=0-7
/proc/16111/task/16117/stat : 16117 (java) S 16108 16111 15472 0 -1 1077944384 136482 0 0 0 10907 361 0 0 20 0 33 0 113869449 15702056960 2949536 33554432000 4194304 4196468 140732890391968 139898231749264 139898282297045 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 33 0 0 6293624 6294260 24924160 140732890395745 140732890395931 140732890395931 140732890398671 0
[pid=16111/tid=16118] ppid=16108 vsize=15334040 memory=1732 CPUtime=112.36 cores=0-7
/proc/16111/task/16118/stat : 16118 (java) S 16108 16111 15472 0 -1 1077944384 100316 0 0 0 10901 335 0 0 20 0 33 0 113869449 15702056960 2949536 33554432000 4194304 4196468 140732890391968 139898230696720 139898282297045 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 35 0 0 6293624 6294260 24924160 140732890395745 140732890395931 140732890395931 140732890398671 0
[pid=16111/tid=16119] ppid=16108 vsize=15334040 memory=11634564 CPUtime=112.4 cores=0-7
/proc/16111/task/16119/stat : 16119 (java) S 16108 16111 15472 0 -1 1077944384 138916 0 0 0 10902 338 0 0 20 0 33 0 113869449 15702056960 2949536 33554432000 4194304 4196468 140732890391968 139898229644176 139898282297045 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 40 0 0 6293624 6294260 24924160 140732890395745 140732890395931 140732890395931 140732890398671 0
[pid=16111/tid=16120] ppid=16108 vsize=15334040 memory=11634564 CPUtime=111.96 cores=0-7
/proc/16111/task/16120/stat : 16120 (java) S 16108 16111 15472 0 -1 1077944384 146761 0 0 0 10878 318 0 0 20 0 33 0 113869449 15702056960 2949536 33554432000 4194304 4196468 140732890391968 139898228591632 139898282297045 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 35 0 0 6293624 6294260 24924160 140732890395745 140732890395931 140732890395931 140732890398671 0
[pid=16111/tid=16121] ppid=16108 vsize=15334040 memory=11637736 CPUtime=112.33 cores=0-7
/proc/16111/task/16121/stat : 16121 (java) S 16108 16111 15472 0 -1 1077944384 206069 0 0 0 10905 328 0 0 20 0 33 0 113869449 15702056960 2949536 33554432000 4194304 4196468 140732890391968 139898227539088 139898282297045 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 35 0 0 6293624 6294260 24924160 140732890395745 140732890395931 140732890395931 140732890398671 0
[pid=16111/tid=16122] ppid=16108 vsize=15334040 memory=1732 CPUtime=115.34 cores=0-7
/proc/16111/task/16122/stat : 16122 (java) R 16108 16111 15472 0 -1 4202560 203243 0 0 0 11483 51 0 0 20 0 33 0 113869450 15702056960 2949536 33554432000 4194304 4196468 140732890391968 139897446852728 139898274915047 0 0 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 24924160 140732890395745 140732890395931 140732890395931 140732890398671 0
[pid=16111/tid=16123] ppid=16108 vsize=15334040 memory=7954368 CPUtime=0 cores=0-7
/proc/16111/task/16123/stat : 16123 (java) S 16108 16111 15472 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 33 0 113869451 15702056960 2949536 33554432000 4194304 4196468 140732890391968 139897445798880 139898282297045 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24924160 140732890395745 140732890395931 140732890395931 140732890398671 0
[pid=16111/tid=16124] ppid=16108 vsize=15334040 memory=7014753778937915751 CPUtime=0 cores=0-7
/proc/16111/task/16124/stat : 16124 (java) S 16108 16111 15472 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 33 0 113869451 15702056960 2949536 33554432000 4194304 4196468 140732890391968 139897444746240 139898282297045 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24924160 140732890395745 140732890395931 140732890395931 140732890398671 0
[pid=16111/tid=16125] ppid=16108 vsize=15334040 memory=1224 CPUtime=0 cores=0-7
/proc/16111/task/16125/stat : 16125 (java) S 16108 16111 15472 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 33 0 113869453 15702056960 2949536 33554432000 4194304 4196468 140732890391968 139897443694448 139898282297045 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24924160 140732890395745 140732890395931 140732890395931 140732890398671 0
[pid=16111/tid=16126] ppid=16108 vsize=15334040 memory=12032 CPUtime=0.9 cores=0-7
/proc/16111/task/16126/stat : 16126 (java) S 16108 16111 15472 0 -1 1077944384 5871 0 0 0 89 1 0 0 20 0 33 0 113869453 15702056960 2949536 33554432000 4194304 4196468 140732890391968 139897442642416 139898282297986 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24924160 140732890395745 140732890395931 140732890395931 140732890398671 0
[pid=16111/tid=16127] ppid=16108 vsize=15334040 memory=4144 CPUtime=1.03 cores=0-7
/proc/16111/task/16127/stat : 16127 (java) S 16108 16111 15472 0 -1 1077944384 6447 0 0 0 101 2 0 0 20 0 33 0 113869453 15702056960 2949536 33554432000 4194304 4196468 140732890391968 139897441589872 139898282297986 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24924160 140732890395745 140732890395931 140732890395931 140732890398671 0
[pid=16111/tid=16128] ppid=16108 vsize=15334040 memory=32300 CPUtime=1.22 cores=0-7
/proc/16111/task/16128/stat : 16128 (java) S 16108 16111 15472 0 -1 1077944384 8389 0 0 0 120 2 0 0 20 0 33 0 113869453 15702056960 2949536 33554432000 4194304 4196468 140732890391968 139897440537328 139898282297986 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24924160 140732890395745 140732890395931 140732890395931 140732890398671 0
[pid=16111/tid=16129] ppid=16108 vsize=15334040 memory=279920065250944 CPUtime=0.87 cores=0-7
/proc/16111/task/16129/stat : 16129 (java) S 16108 16111 15472 0 -1 1077944384 17066 0 0 0 84 3 0 0 20 0 33 0 113869453 15702056960 2949536 33554432000 4194304 4196468 140732890391968 139897439484784 139898282297986 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24924160 140732890395745 140732890395931 140732890395931 140732890398671 0
[pid=16111/tid=16130] ppid=16108 vsize=15334040 memory=-3756611414524728800 CPUtime=0 cores=0-7
/proc/16111/task/16130/stat : 16130 (java) S 16108 16111 15472 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 33 0 113869453 15702056960 2949536 33554432000 4194304 4196468 140732890391968 139897438431456 139898282297045 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24924160 140732890395745 140732890395931 140732890395931 140732890398671 0
[pid=16111/tid=16133] ppid=16108 vsize=15334040 memory=11797784 CPUtime=0 cores=0-7
/proc/16111/task/16133/stat : 16133 (java) S 16108 16111 15472 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 33 0 113881338 15702056960 2949536 33554432000 4194304 4196468 140732890391968 139897427092224 139898282297045 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24924160 140732890395745 140732890395931 140732890395931 140732890398671 0
[pid=16111/tid=16134] ppid=16108 vsize=15334040 memory=11797784 CPUtime=0.08 cores=0-7
/proc/16111/task/16134/stat : 16134 (java) S 16108 16111 15472 0 -1 1077944384 1449 0 0 0 4 4 0 0 20 0 33 0 113881350 15702056960 2949536 33554432000 4194304 4196468 140732890391968 139897423942672 139898282297986 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 1 0 0 6293624 6294260 24924160 140732890395745 140732890395931 140732890395931 140732890398671 0
[pid=16111/tid=16135] ppid=16108 vsize=15334040 memory=11797784 CPUtime=10.19 cores=0-7
/proc/16111/task/16135/stat : 16135 (java) R 16108 16111 15472 0 -1 4202560 11518 0 0 0 990 29 0 0 20 0 33 0 113881360 15702056960 2949536 33554432000 4194304 4196468 140732890391968 139897420780272 139897910155378 0 4 0 16800975 0 0 0 -1 5 0 0 3 0 0 6293624 6294260 24924160 140732890395745 140732890395931 140732890395931 140732890398671 0
[pid=16111/tid=16136] ppid=16108 vsize=15334040 memory=11797784 CPUtime=10.18 cores=0-7
/proc/16111/task/16136/stat : 16136 (java) S 16108 16111 15472 0 -1 1077944384 9352 0 0 0 1004 14 0 0 20 0 33 0 113881361 15702056960 2949536 33554432000 4194304 4196468 140732890391968 139897218262304 139898282297045 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 3 0 0 6293624 6294260 24924160 140732890395745 140732890395931 140732890395931 140732890398671 0
[pid=16111/tid=16137] ppid=16108 vsize=15334040 memory=11797788 CPUtime=10.19 cores=0-7
/proc/16111/task/16137/stat : 16137 (java) S 16108 16111 15472 0 -1 1077944384 2829 0 0 0 1003 16 0 0 20 0 33 0 113881361 15702056960 2949536 33554432000 4194304 4196468 140732890391968 139897217197472 139898282297045 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 2 0 0 6293624 6294260 24924160 140732890395745 140732890395931 140732890395931 140732890398671 0
[pid=16111/tid=16138] ppid=16108 vsize=15334040 memory=1296 CPUtime=10.19 cores=0-7
/proc/16111/task/16138/stat : 16138 (java) S 16108 16111 15472 0 -1 1077944384 4138 0 0 0 1009 10 0 0 20 0 33 0 113881363 15702056960 2949536 33554432000 4194304 4196468 140732890391968 139897216148064 139898282297045 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 4 0 0 6293624 6294260 24924160 140732890395745 140732890395931 140732890395931 140732890398671 0
[pid=16111/tid=16139] ppid=16108 vsize=15334040 memory=11797784 CPUtime=10.16 cores=0-7
/proc/16111/task/16139/stat : 16139 (java) R 16108 16111 15472 0 -1 4202560 7124 0 0 0 1004 12 0 0 20 0 33 0 113881363 15702056960 2949536 33554432000 4194304 4196468 140732890391968 139897215090832 139897910155378 0 4 0 16800975 0 0 0 -1 2 0 0 3 0 0 6293624 6294260 24924160 140732890395745 140732890395931 140732890395931 140732890398671 0
[pid=16111/tid=16140] ppid=16108 vsize=15334040 memory=11797784 CPUtime=10.24 cores=0-7
/proc/16111/task/16140/stat : 16140 (java) S 16108 16111 15472 0 -1 1077944384 15046 0 0 0 1005 19 0 0 20 0 33 0 113881363 15702056960 2949536 33554432000 4194304 4196468 140732890391968 139897214042608 139898282297045 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 2 0 0 6293624 6294260 24924160 140732890395745 140732890395931 140732890395931 140732890398671 0
[pid=16111/tid=16141] ppid=16108 vsize=15334040 memory=11797784 CPUtime=10.16 cores=0-7
/proc/16111/task/16141/stat : 16141 (java) S 16108 16111 15472 0 -1 1077944384 14523 0 0 0 1006 10 0 0 20 0 33 0 113881364 15702056960 2949536 33554432000 4194304 4196468 140732890391968 139897212990064 139898282297045 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 3 0 0 6293624 6294260 24924160 140732890395745 140732890395931 140732890395931 140732890398671 0
[pid=16111/tid=16142] ppid=16108 vsize=15334040 memory=4144 CPUtime=10.18 cores=0-7
/proc/16111/task/16142/stat : 16142 (java) R 16108 16111 15472 0 -1 4202560 14532 0 0 0 992 26 0 0 20 0 33 0 113881364 15702056960 2949536 33554432000 4194304 4196468 140732890391968 139897211936176 139897906472822 0 4 0 16800975 0 0 0 -1 6 0 0 4 0 0 6293624 6294260 24924160 140732890395745 140732890395931 140732890395931 140732890398671 0
[pid=16111/tid=16143] ppid=16108 vsize=15334040 memory=11797784 CPUtime=0 cores=0-7
/proc/16111/task/16143/stat : 16143 (java) S 16108 16111 15472 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 33 0 113881364 15702056960 2949536 33554432000 4194304 4196468 140732890391968 139897210893472 139898282297045 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24924160 140732890395745 140732890395931 140732890395931 140732890398671 0
[pid=16111/tid=16144] ppid=16108 vsize=15334040 memory=11797784 CPUtime=0.01 cores=0-7
/proc/16111/task/16144/stat : 16144 (java) S 16108 16111 15472 0 -1 1077944384 129 0 0 0 1 0 0 0 20 0 33 0 113881364 15702056960 2949536 33554432000 4194304 4196468 140732890391968 139897209838752 139898282297045 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24924160 140732890395745 140732890395931 140732890395931 140732890398671 0
[pid=16111/tid=16145] ppid=16108 vsize=15334040 memory=11797760 CPUtime=0 cores=0-7
/proc/16111/task/16145/stat : 16145 (java) S 16108 16111 15472 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 33 0 113881364 15702056960 2949536 33554432000 4194304 4196468 140732890391968 139897208788384 139898282297045 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24924160 140732890395745 140732890395931 140732890395931 140732890398671 0
Current children cumulated CPU time: 1189.4 s
Current children cumulated vsize: 15202968 KiB
Current children cumulated memory: 11798144 KiB

Child status: 1
Real time (s): 328.997
CPU time (s): 1189.53
CPU user time (s): 1160.18
CPU system time (s): 29.3487
CPU usage (%): 361.564
Max. virtual memory (cumulated for all children) (KiB): 15202968
Max. memory (cumulated for all children) (KiB): 11798144

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1160.18
system time used= 29.3487
maximum resident set size= 11799032
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1587538
page faults= 0
swaps= 0
block input operations= 0
block output operations= 624
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 31904
involuntary context switches= 16872


# summary of solver processes directly reported to runsolver:
#   pid: 16111
#   total CPU time (s): 1189.53
#   total CPU user time (s): 1160.18
#   total CPU system time (s): 29.3487

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.53287 second user time and 3.8007 second system time

The end

Launcher Data

Begin job on node149 at 2017-08-15 16:23:47
IDJOB=4274899
IDBENCH=137919
IDSOLVER=2668
FILE ID=node149/4274899-1502807885
RUNJOBID= node149-1502796940-15499
PBS_JOBID= 20629816
Free space on /tmp= 61872 MiB

SOLVER NAME= OscaR - Parallel with EPS 2017-07-26
BENCH NAME= XCSP17/BinPacking/BinPacking-tab-sw100/BinPacking-tab-sw100-15.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-4274899-1502807885/watcher-4274899-1502807885 -o /tmp/evaluation-result-4274899-1502807885/solver-4274899-1502807885 -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 1764812555 --timelimit 20160 --memlimit 11000 --nbcore 8 HOME/instance-4274899-1502807885.xml

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

MD5SUM BENCH= afde4c54681b724bee939c95254967be
RANDOM SEED=1764812555

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:        27648124 kB
MemAvailable:   31969756 kB
Buffers:          323364 kB
Cached:          4270776 kB
SwapCached:            0 kB
Active:          1295440 kB
Inactive:        3353512 kB
Active(anon):      57932 kB
Inactive(anon):    24956 kB
Active(file):    1237508 kB
Inactive(file):  3328556 kB
Unevictable:        6348 kB
Mlocked:            6348 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:            110504 kB
Writeback:             0 kB
AnonPages:         61472 kB
Mapped:            46140 kB
Shmem:             25224 kB
Slab:             169256 kB
SReclaimable:     142804 kB
SUnreclaim:        26452 kB
KernelStack:        3264 kB
PageTables:         4700 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:      6144 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= 61832 MiB
End job on node149 at 2017-08-15 16:29:16